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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 20: Line 20:
 
<br>And use these names to insert an OOo node (Writer, Calc, Impress...) to the "Nodes" section of optionsdialog.xcu:
 
<br>And use these names to insert an OOo node (Writer, Calc, Impress...) to the "Nodes" section of optionsdialog.xcu:
  
 +
ProductName <br>
 +
LanguageSettings <br>
 +
Internet <br>
 +
LoadSave <br>
 
Writer <br>
 
Writer <br>
 +
WriterWeb <br>
 +
Math <br>
 
Calc <br>
 
Calc <br>
 
Impress <br>
 
Impress <br>
 
Draw <br>
 
Draw <br>
Math <br>
+
Charts <br>
 
Base <br><br>
 
Base <br><br>
  

Revision as of 08:48, 24 November 2007

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