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


On 07/12/2013 09:28 AM, Farago Janos wrote:
I saw examples for configuration backends in the source code under
shell/source/backends, but they have limitations. How is it possible to
write a configuration backend, that is transparent, i.e. all queries are
forwarded to it, not only those that have the oor:external attribute?

That's not possible with the current implementation. You would need to directly modify the code in module configmgr to make that work. (Like adding support for a new kind of configuration layer and hooking that into CONFIGURATION_LAYERS in the Components ctor in configmgr/source/components.cxx. But note that the current design is built around the decision to read in /all/ configuration data at application start, which might be at odds with using data backends other than the current .xcd files.)

Stephan

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.