Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/sidebar/
H A DSidebarDockingWindow.cxx40 SfxBindings* pSfxBindings, in SidebarDockingWindow() argument
44 : SfxDockingWindow(pSfxBindings, &rChildWindow, pParentWindow, nBits), in SidebarDockingWindow()
48 if (pSfxBindings==NULL || pSfxBindings->GetDispatcher()==NULL) in SidebarDockingWindow()
50 OSL_ASSERT(pSfxBindings!=NULL); in SidebarDockingWindow()
51 OSL_ASSERT(pSfxBindings->GetDispatcher()!=NULL); in SidebarDockingWindow()
55 const SfxViewFrame* pViewFrame = pSfxBindings->GetDispatcher()->GetFrame(); in SidebarDockingWindow()

Completed in 11 milliseconds