Searched refs:pTopWindow (Results 1 – 5 of 5) sorted by relevance
76 Window* pTopWindow = pParent; in InsertPropertyPanel() local77 while (pTopWindow->GetParent() != NULL) in InsertPropertyPanel()78 pTopWindow = pTopWindow->GetParent(); in InsertPropertyPanel()79 pTopWindow->AddChildEventListener(LINK(this, InsertPropertyPanel, WindowEventListener)); in InsertPropertyPanel()88 Window* pTopWindow = this; in ~InsertPropertyPanel() local89 while (pTopWindow->GetParent() != NULL) in ~InsertPropertyPanel()90 pTopWindow = pTopWindow->GetParent(); in ~InsertPropertyPanel()91 pTopWindow->RemoveChildEventListener(LINK(this, InsertPropertyPanel, WindowEventListener)); in ~InsertPropertyPanel()
72 Window* pTopWindow = 0; in SvxHlinkDlgWrapper() local74 (0 != (pTopWindow = SFX_APP()->GetTopWindow()))) in SvxHlinkDlgWrapper()76 Size aParentSize( pTopWindow->GetSizePixel() ); in SvxHlinkDlgWrapper()
425 Window* pTopWindow = Application::GetTopWindow( i ); in AccessBridgeupdateOldTopWindows() local426 … css::uno::Reference< css::accessibility::XAccessible > xAccessible = pTopWindow->GetAccessible(); in AccessBridgeupdateOldTopWindows()434 AccessBridgehandleExistingWindow(pTopWindow, true); in AccessBridgeupdateOldTopWindows()
47 DNDEventDispatcher::DNDEventDispatcher( Window * pTopWindow ): in DNDEventDispatcher() argument48 m_pTopWindow( pTopWindow ), in DNDEventDispatcher()
72 DNDEventDispatcher( Window * pTopWindow );
Completed in 24 milliseconds