Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/sidebar/
H A DSidebarController.cxx134 mpSplitWindow(NULL), in SidebarController()
221 if (mpSplitWindow != NULL) in disposing()
223 mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing()
224 mpSplitWindow = NULL; in disposing()
824 else if (pEvent->GetWindow()==mpSplitWindow && mpSplitWindow!=NULL) in IMPL_LINK()
1131 if (pSplitWindow != mpSplitWindow) in GetSplitWindow()
1133 if (mpSplitWindow != NULL) in GetSplitWindow()
1136 mpSplitWindow = pSplitWindow; in GetSplitWindow()
1138 if (mpSplitWindow != NULL) in GetSplitWindow()
1139 mpSplitWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow()
[all …]
H A DSidebarController.hxx183 SfxSplitWindow* mpSplitWindow; member in sfx2::sidebar::SidebarController

Completed in 26 milliseconds