Difference between revisions of "OoConfig"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial revision)
 
m
Line 4: Line 4:
  
 
The extension parses the configuration schema files, dynamically extracting all toplevel configuration nodes:
 
The extension parses the configuration schema files, dynamically extracting all toplevel configuration nodes:
[[image:Py-uno_128.png|Screenshot 1]]
+
 
 +
[[image:Main menu.png|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:
 
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:
[[image:Py-uno_128.png|Screenshot 2]]
+
 
 +
[[image:Impress with context help.png|Screenshot 2]]

Revision as of 21:08, 15 October 2007

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

Personal tools