Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/sidebar/
H A DSidebarController.cxx86 SidebarController::SidebarControllerContainer SidebarController::maSidebarControllerContainer;
105 SidebarController::SidebarController ( in SidebarController() function in sfx2::sidebar::SidebarController
114 ::boost::bind(&SidebarController::OpenThenSwitchToDeck, this, _1), in SidebarController()
115 ::boost::bind(&SidebarController::ShowPopupMenu, this, _1,_2))), in SidebarController()
122 maPropertyChangeForwarder(::boost::bind(&SidebarController::BroadcastPropertyChange, this)), in SidebarController()
123 maContextChangeUpdate(::boost::bind(&SidebarController::UpdateConfigurations, this)), in SidebarController()
129 maFocusManager(::boost::bind(&SidebarController::ShowPanel, this, _1)), in SidebarController()
152 mpParentWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in SidebarController()
168 WeakReference<SidebarController> xWeakController (this); in SidebarController()
178 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.cxx38 SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame); in ShowPanel()
61 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()
/AOO41X/main/sfx2/
H A DLibrary_sfx.mk219 sfx2/source/sidebar/SidebarController \