Home
last modified time | relevance | path

Searched refs:SidebarController (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx88 SidebarController::SidebarControllerContainer SidebarController::maSidebarControllerContainer;
107 SidebarController::SidebarController ( in SidebarController() function in sfx2::sidebar::SidebarController
116 ::boost::bind(&SidebarController::OpenThenSwitchToDeck, this, _1), in SidebarController()
117 ::boost::bind(&SidebarController::ShowPopupMenu, this, _1,_2))), in SidebarController()
124 maPropertyChangeForwarder(::boost::bind(&SidebarController::BroadcastPropertyChange, this)), in SidebarController()
125 maContextChangeUpdate(::boost::bind(&SidebarController::UpdateConfigurations, this)), in SidebarController()
131 maFocusManager(::boost::bind(&SidebarController::ShowPanel, this, _1)), in SidebarController()
154 mpParentWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in SidebarController()
170 WeakReference<SidebarController> xWeakController (this); in SidebarController()
180 SidebarController::~SidebarController (void) in ~SidebarController()
[all …]
H A DSidebarController.hxx75 class SidebarController class
81 SidebarController(
84 virtual ~SidebarController (void);
92 static SidebarController* GetSidebarControllerForFrame (
146 cssu::WeakReference<SidebarController>
H A DSidebar.cxx37 SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame); in ShowPanel()
57 SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame); in ShowDeck()
H A DSidebarDockingWindow.hxx34 class SidebarController;
60 ::rtl::Reference<sfx2::sidebar::SidebarController> mpSidebarController;
H A DSidebarDockingWindow.cxx57 … mpSidebarController.set(new sfx2::sidebar::SidebarController(this, rFrame.GetFrameInterface())); in SidebarDockingWindow()
/trunk/main/sfx2/
H A DLibrary_sfx.mk221 sfx2/source/sidebar/SidebarController \