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

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(modules added)
Line 1: Line 1:
 
Under Construction
 
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 one 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. 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)
  
  

Revision as of 08:06, 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