summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/SidebarController.hxx
diff options
context:
space:
mode:
authorFabio Buso <dev.siroibaf@gmail.com>2016-03-10 22:13:20 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-03-14 22:03:40 +0000
commit575b1efb193ac5e921b83ead157c1c639aec0e92 (patch)
tree4c500e72181f85c6763ea3da8424a92713be5382 /include/sfx2/sidebar/SidebarController.hxx
parent4530bc5079e6830444386bde2d0769a2719aadcd (diff)
tdf#97885 SIDEBAR: Message missing from blank properties tab
Change-Id: If810c351644ef80d3882b34861fde0400236bdf3 Reviewed-on: https://gerrit.libreoffice.org/23127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/sfx2/sidebar/SidebarController.hxx')
-rw-r--r--include/sfx2/sidebar/SidebarController.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx
index 8d749e661655..00f0bab35d05 100644
--- a/include/sfx2/sidebar/SidebarController.hxx
+++ b/include/sfx2/sidebar/SidebarController.hxx
@@ -151,8 +151,8 @@ public:
void SwitchToDeck ( const ::rtl::OUString& rsDeckId);
void SwitchToDefaultDeck();
- void CreateDeck(const ::rtl::OUString& rDeckId, bool bForceCreate = false);
- void CreatePanels(const ::rtl::OUString& rDeckId);
+ void CreateDeck(const ::rtl::OUString& rDeckId);
+ void CreateDeck(const ::rtl::OUString& rDeckId, const Context& rContext, bool bForceCreate = false);
ResourceManager::DeckContextDescriptorContainer GetMatchingDecks();
ResourceManager::PanelContextDescriptorContainer GetMatchingPanels( const ::rtl::OUString& rDeckId);
@@ -220,6 +220,9 @@ private:
const bool bWantsCanvas,
const Context& rContext);
+ void CreatePanels(
+ const ::rtl::OUString& rDeckId,
+ const Context& rContext);
VclPtr<Panel> CreatePanel (
const ::rtl::OUString& rsPanelId,
vcl::Window* pParentWindow,
@@ -230,6 +233,7 @@ private:
void SwitchToDeck (
const DeckDescriptor& rDeckDescriptor,
const Context& rContext);
+
void ShowPopupMenu (
const Rectangle& rButtonBox,
const ::std::vector<TabBar::DeckMenuData>& rMenuData) const;