Framework/Article/Options Dialog Configuration

From Apache OpenOffice Wiki
Jump to: navigation, search

Under Construction

Please have a look at the Developer's Guide, chapter 5 Extension, to find out more about adding options pages to the options dialog.
This page lists the build-in application names and node names which are used when someone adds new entries into the options dialog.


Please use these names to insert a module to the "Modules" section of optionsdialog.xcu:

com.sun.star.frame.StartModule (StartModule)
com.sun.star.text.TextDocument (Writer)
com.sun.star.text.WebDocument (HTML Document)
com.sun.star.xforms.XMLFormDocument (XML Form Document)
com.sun.star.sheet.SpreadsheetDocument (Calc)
com.sun.star.drawing.DrawingDocument (Draw)
com.sun.star.presentation.PresentationDocument (Impress)
com.sun.star.formula.FormulaProperties (Math)
com.sun.star.sdb.OfficeDatabaseDocument (Base)
com.sun.star.sdb.TableDesign (Base)
com.sun.star.sdb.QueryDesign (Base)
com.sun.star.sdb.FormDesign (Base)


And use these names to insert an OOo node (Writer, Calc, Impress...) to the "Nodes" section of optionsdialog.xcu:

Writer
Calc
Impress
Draw
Math
Base

Personal tools