Custom Options->Libre Office->Memory

Hello,

I need to customize Custom Options->Libre Office->Memory parameters in my organization. Where those values are saved? I cannot find any file modified when they get new values.

Regards

The changes are stored in registrymodifications.xcu in the user-profile.

However, I suggest you create an extension with your changes rather than manually modifying the configuration file.

See https://blogs.oracle.com/kkoll/entry/using_extensions_to_change_openoffice for step-by-step instructions on how to do so. (for where to find the user profile, refer to http://wiki.documentfoundation.org/UserProfile )

The essence is: You put only the node with your changes into the extension, and when installing the extension, those changes get merged into the existing one. Do your changes once, then you can extract the necessary lines from the registrimodifications.xcu and put it into an extension.