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

From Apache OpenOffice Wiki
Jump to: navigation, search
(nodes added)
m
Line 3: Line 3:
 
Please have a look at the Developer's Guide, chapter 5 Extension, to find out more about adding options pages to the options dialog.<br> This page lists the build-in application names and node names which are used when someone adds new entries into the options dialog.
 
Please have a look at the Developer's Guide, chapter 5 Extension, to find out more about adding options pages to the options dialog.<br> 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 in the "Modules" section of optionsdialog.xcu:
+
Please use these names to insert a module to the "Modules" section of optionsdialog.xcu:
  
 
com.sun.star.frame.StartModule (StartModule)<br>
 
com.sun.star.frame.StartModule (StartModule)<br>
Line 18: Line 18:
 
com.sun.star.sdb.FormDesign (Base)<br>
 
com.sun.star.sdb.FormDesign (Base)<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:
  
 
Writer <br>
 
Writer <br>
Line 25: Line 25:
 
Draw <br>
 
Draw <br>
 
Math <br>
 
Math <br>
Base <br>
+
Base <br><br>
 
+
  
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 09:57, 30 May 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:

Writer
Calc
Impress
Draw
Math
Base

Personal tools