Commit Graph

8 Commits

Author SHA1 Message Date
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
Frank Schoenheit [fs]
8602973c35 slidecopy: allow sorting the tool panels in the TaskPane (so far, the implicit ordering was defined by the order in which the config nodes were returned by the config manager) 2010-04-14 20:24:29 +02:00
Frank Schoenheit [fs]
f8f7f1f674 slidecopy: removed PID_FIRST_CUSTOM_PANEL (not used anymore) 2010-04-14 13:30:12 +02:00
Frank Schoenheit [fs]
0c5e350b2a slidecopy: moved SD's task pane implementation to the new base implementation from SFX.
Still not all previous functionality restored.
2010-04-13 12:17:53 +02:00
Frank Schoenheit [fs]
ce1737da19 slidecopy: when the ToolPanelViewShell is first created, recognize the fact that the requested configuration already contains a tool panel resource, and properly set up the tool panel deck then 2010-03-25 10:55:53 +01:00
Frank Schoenheit [fs]
cd3ef5819c slidecopy: initial implementation for custom tool panels
The idea is to allow third-party components to plug additional tool panels into the task pane,
by using the drawing framework (http://wiki.services.openoffice.org/wiki/Drawing_framework).

This first step is not finished at all, it just adds a configuration scheme/data for such
custom tool panels, and implements basic functionality in the ToolPanelDeck to respect this
config data. Additionally, the first version of an example extension for a custom tool panel
is implemented in sd/workben/custompanel.

Still, except showing a drawer in the tool panel deck, representing the custom panel, nothing
works. More to come :)
2010-03-18 15:25:13 +01:00
Frank Schoenheit [fs]
c2297610c5 slidecopy: de/activate panels via the drawing framework
Instead of simply letting svtool's ToolPanelDeck decide on panel activation, requests are re-routed through
the view's ConfigurationController. So, clicking onto a tab just requests the activation of the respective
resource, which in turn - when the requested configuration becomes the active configuration - will activate
the ToolPanel.
2010-03-16 13:36:35 +01:00