Difference between revisions of "Drawing Framework Resources"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
Line 5: Line 5:
 
===Panes===
 
===Panes===
  
The prefix of pane resources is <code>private:resource/floater/</code>.  The following panes do not have anchors.
+
The prefix of pane resources is <code>private:resource/pane/</code>.  The following panes do not have anchors.
  
*<code>private:resource/floater/CenterPane</code>
+
*<code>private:resource/pane/CenterPane</code>
 
:the center pane.
 
:the center pane.
*<code>private:resource/floater/LeftImpressPane</code>  
+
*<code>private:resource/pane/LeftImpressPane</code>  
 
:the left pane used by the [[Impress]] application.
 
:the left pane used by the [[Impress]] application.
*<code>private:resource/floater/LeftDrawPane</code>
+
*<code>private:resource/pane/LeftDrawPane</code>
 
:the left pane used by the [[Draw]] application.
 
:the left pane used by the [[Draw]] application.
*<code>private:resource/floater/RightPane</code>
+
*<code>private:resource/pane/RightPane</code>
 
:the right pane.
 
:the right pane.
  

Latest revision as of 19:24, 10 March 2010

This page lists frequently used resources of the drawing framework.

Built-In Resources

Panes

The prefix of pane resources is private:resource/pane/. The following panes do not have anchors.

  • private:resource/pane/CenterPane
the center pane.
  • private:resource/pane/LeftImpressPane
the left pane used by the Impress application.
  • private:resource/pane/LeftDrawPane
the left pane used by the Draw application.
  • private:resource/pane/RightPane
the right pane.


Views

The prefix of view resources is private:resource/view/. Their anchor is one of the panes listed above.

  • private:resource/view/ImpressView
the regular edit view of the Impress application.
  • private:resource/view/GraphicView
the regular edit view of the Draw application.
  • private:resource/view/OutlineView
the outline view.
  • private:resource/view/NotesView
the notes view.
  • private:resource/view/HandoutView
the handout view.
  • private:resource/view/SlideSorter
the slide sorter. It can be displayed both in the left pane as slide sorter bar or in the center pane as slide sorter view.
  • private:resource/view/TaskPane
the tool panel in the right pane.
Personal tools