summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/PaneShells.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-15 13:53:19 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-15 13:53:19 +0100
commit933c48a542da57d20fefbb66baa13223802cbb0e (patch)
tree9a83e50d9308d7bbb71c1ba358d7ed88af2d2e83 /sd/source/ui/inc/PaneShells.hxx
parent0c892cac51e5db45d386f9a1ce1f0ed8585c4591 (diff)
slidecopy: initial version of a "Tool Panel"
At the moment, this implementation is parallel to the existing TaskPane implementation, but on the medium term, it is intended to replace it. No change in functionality is planned for the moment, just the panel selection is done via a tab bar, instead of the the "jumping drawers". Pending tasks (as known so far): - Accessibility. No implementation at all, yet. - showing/hiding tool panels from the "View" drop down menu - connection to the resource framework. At the moment, de/activating panels completely bypasses the resource framework. - alternative implementation of the PanelDeckLayouter which mimics the old design. To be activated by default, for the moment. - removal of the (old, by then) TaskPane implementation. Care needs to be taken that the framework API stays unchanged, i.e., the current ToolPanel resource must be renamed back to RightPane when RightPane is not occupied anymore by the old implementation. Same for other resource names.
Diffstat (limited to 'sd/source/ui/inc/PaneShells.hxx')
-rw-r--r--sd/source/ui/inc/PaneShells.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/sd/source/ui/inc/PaneShells.hxx b/sd/source/ui/inc/PaneShells.hxx
index 6f70adc89..77d182a49 100644
--- a/sd/source/ui/inc/PaneShells.hxx
+++ b/sd/source/ui/inc/PaneShells.hxx
@@ -89,6 +89,16 @@ public:
virtual ~RightPaneShell (void);
};
+class ToolPanelPaneShell : public SfxShell
+{
+public:
+ TYPEINFO();
+ SFX_DECL_INTERFACE( SD_IF_SDTOOLPANELPANESHELL )
+
+ ToolPanelPaneShell();
+ virtual ~ToolPanelPaneShell();
+};
+
} // end of namespace sd
#endif