D
D
direct_inject2013-12-11 10:25:24
linux
direct_inject, 2013-12-11 10:25:24

How to change Open Office settings?

There is a server (linux, of course there is no X), open office is running on it (sits on the port, the start line is -headless -nofirststartwizard -accept="socket,host=localhost,port=8100;urp;StarOffice.Service") .
How do I change the "Options -> Load/Save -> HTML Compatibility -> Export" option in "Netscape Navigator"? The default is HTML 3.2.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
direct_inject, 2013-12-11
@direct_inject

registry/data/org/openoffice/Office/Common.xcu

<node oor:name="HTML">
    <node oor:name="Export">
        <prop oor:name="Browser" oor:type="xs:int">
            <value>4</value>
        </prop>
    </node>
</node>

V
Vsevolod, 2013-12-11
@sevka_fedoroff

Try changing this setting on the X machine. And look at what has changed in the configs (configs in ~/.openoffice.org, everything seems to be in XML). Those. You need to back up this folder first. And after changing the parameter, make a diff.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question