Home
last modified time | relevance | path

Searched refs:mpSplitWindow (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sfx2/source/sidebar/
H A DSidebarController.cxx132 mpSplitWindow(NULL), in SidebarController()
219 if (mpSplitWindow != NULL) in disposing()
221 mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing()
222 mpSplitWindow = NULL; in disposing()
822 else if (pEvent->GetWindow()==mpSplitWindow && mpSplitWindow!=NULL) in IMPL_LINK()
1129 if (pSplitWindow != mpSplitWindow) in GetSplitWindow()
1131 if (mpSplitWindow != NULL) in GetSplitWindow()
1134 mpSplitWindow = pSplitWindow; in GetSplitWindow()
1136 if (mpSplitWindow != NULL) in GetSplitWindow()
1137 mpSplitWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow()
[all …]
H A DSidebarController.hxx183 SfxSplitWindow* mpSplitWindow; member in sfx2::sidebar::SidebarController

Completed in 50 milliseconds