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

From Apache OpenOffice Wiki
Jump to: navigation, search
(modules added)
m
Line 5: Line 5:
 
Please use these names to insert a module in the "Modules" section of optionsdialog.xcu:
 
Please use these names to insert a module in the "Modules" section of optionsdialog.xcu:
  
com.sun.star.text.TextDocument (Writer)
+
com.sun.star.text.TextDocument (Writer)<br>
com.sun.star.sheet.SpreadsheetDocument (Calc)
+
com.sun.star.sheet.SpreadsheetDocument (Calc)<br>
com.sun.star.drawing.DrawingDocument (Draw)
+
com.sun.star.drawing.DrawingDocument (Draw)<br>
com.sun.star.presentation.PresentationDocument (Base)
+
com.sun.star.presentation.PresentationDocument (Base)<br>
  
  

Revision as of 08:09, 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 in the "Modules" section of optionsdialog.xcu:

com.sun.star.text.TextDocument (Writer)
com.sun.star.sheet.SpreadsheetDocument (Calc)
com.sun.star.drawing.DrawingDocument (Draw)
com.sun.star.presentation.PresentationDocument (Base)

Personal tools