Difference between revisions of "Framework/Article/Options Dialog Configuration"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 33: Line 33:
 
Base <br><br>
 
Base <br><br>
  
[[Category:Development]]
+
 
 
[[Category:Framework:Article]]
 
[[Category:Framework:Article]]
[[Category:Framework]]
 
[[Category:Article]]
 
 
[[Category:API]]
 
[[Category:API]]

Latest revision as of 11:39, 28 March 2010

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:

ProductName
LanguageSettings
Internet
LoadSave
Writer
WriterWeb
Math
Calc
Impress
Draw
Charts
Base

Personal tools