OoConfig

From Apache OpenOffice Wiki
Revision as of 20:02, 21 March 2010 by B michaelsen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OoConfig is a Python extension that seeks to provide configuration editing capabilities similar in spirit to Mozilla's about:config facility.

You can checkout a work-in-progress version here: ooconfig.oxt

The extension parses the configuration schema files, dynamically extracting all toplevel configuration nodes:

Screenshot 1


Clicking on one of these opens a new Calc sheet, listing the subnodes plus extracted help texts from the schema files. Editing the value column actually changes the configuration item for the running office instance:

Screenshot 2


Items changed from the default item value are printed in bold text.

Personal tools