Searched refs:SidebarController (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sfx2/source/sidebar/ |
| H A D | SidebarController.cxx | 88 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 D | SidebarController.hxx | 75 class SidebarController class 81 SidebarController( 84 virtual ~SidebarController (void); 92 static SidebarController* GetSidebarControllerForFrame ( 146 cssu::WeakReference<SidebarController>
|
| H A D | Sidebar.cxx | 37 SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame); in ShowPanel() 57 SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame); in ShowDeck()
|
| H A D | SidebarDockingWindow.hxx | 34 class SidebarController; 60 ::rtl::Reference<sfx2::sidebar::SidebarController> mpSidebarController;
|
| H A D | SidebarDockingWindow.cxx | 57 … mpSidebarController.set(new sfx2::sidebar::SidebarController(this, rFrame.GetFrameInterface())); in SidebarDockingWindow()
|
| /trunk/main/sfx2/ |
| H A D | Library_sfx.mk | 221 sfx2/source/sidebar/SidebarController \
|