34 new autocorrect words pt_PT
[LibreOffice.git] / desktop / README
blobd82078edddbe8d089a2064ad45fb75bedd8f146c
1 What used to be the desktop in StarOffice 5 - now the binary.
4 Stable Interface
5 ================
7 Some of the artifacts built here are part of a LibreOffice installation set's
8 stable interface, which (programmatic) clients can depend on.  Among them are:
10 soffice
11 =======
13 In the "program" directory ("program/" on Linux and Windows, "Contents/MacOS/"
14 on Mac OS X).
16 unoinfo
17 =======
19 In the "program" directory ("program/" on Linux and Windows, "Contents/MacOS/"
20 on Mac OS X).
22 When called with a sole argument of "c++", it prints to stdout an absolute
23 pathname denoting the directory where the public URE libraries are found.
25 When called with a sole argument of "java", it prints to stdout a marker
26 character (either an ASCII '0' or '1') followed by a sequence of zero or more
27 absolute pathnames denoting jars or directories that need to be included in a
28 class loader's search locations.
30 If the marker character is '0' (on Linux and Mac OS X), the pathnames are
31 encoded as bytes, and any two pathnames in the sequence are separated from each
32 other by NUL bytes.
34 If the marker character is '1' (on Windows), the pathnames are encoded as
35 UTF-16-LE two-byte code units, and any two pathnames in the sequence are
36 separated from each other by two-byte NUL code units.