Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


I seem to have found where the configuration takes place, and how to change it.

http://forum.openoffice.org/en/forum/viewtopic.php?f=6&t=349

The XML configuration files are found at C:\Program Files
(x86)\LibreOffice 3\Basis\share\registry\
They are named for the program they control, ex.: writer.xcd, calc.xcd, etc.

In writer.xcd

<node oor:name="com.sun.star.text.TextDocument" oor:op="replace">
    ........
    <prop oor:name="ooSetupFactoryDefaultFilter">
         <value>writer8</value>
    </prop>
    ........
</node>

Gets changed to:

<node oor:name="com.sun.star.text.TextDocument" oor:op="replace">
    ........
    <prop oor:name="ooSetupFactoryDefaultFilter">
         <value>MS Word 97</value>
    </prop>
    ........
</node>

In calc.xcd

<node oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:op="replace">
    ........
    <prop oor:name="ooSetupFactoryDefaultFilter">
         <value>calc8</value>
    </prop>
    ........
</node>

Gets changed to:

<node oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:op="replace">
    ........
    <prop oor:name="ooSetupFactoryDefaultFilter">
         <value>MS Excel 97</value>
    </prop>
    ........
</node>

Force Save As to be Office 2007 Compatible:
In Calc change the value to 'MS Excel 2007 XML'
In Writer change the value to 'MS Word 2007 XML'

It's probably something very similar for Impress to PowerPoint as
well, I just happen to not need that for my situation.

NOTE: Apparently the server needs a restart to enforce the changes
onto the users. I haven't tried that yet, but it does appear that
simply changing the file and NOT rebooting does NOT affect the
individual users.

I will report back here after I do a reboot. Have to wait 'til end of
business day.

Hope this helps someone in the future.

Big props to TOM DAVIES for his persistence. Thank you, sir!

Guy




--
View this message in context: 
http://nabble.documentfoundation.org/Change-Load-Save-Settings-at-Server-or-Domain-Level-tp4026215p4030030.html
Sent from the Users mailing list archive at Nabble.com.
-- 
For unsubscribe instructions e-mail to: users+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.