Home
last modified time | relevance | path

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

/trunk/main/svx/source/sidebar/insert/
H A DInsertPropertyPanel.cxx76 Window* pTopWindow = pParent; in InsertPropertyPanel() local
77 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() local
89 while (pTopWindow->GetParent() != NULL) in ~InsertPropertyPanel()
90 pTopWindow = pTopWindow->GetParent(); in ~InsertPropertyPanel()
91 pTopWindow->RemoveChildEventListener(LINK(this, InsertPropertyPanel, WindowEventListener)); in ~InsertPropertyPanel()
/trunk/main/svx/source/dialog/
H A Dhyperdlg.cxx72 Window* pTopWindow = 0; in SvxHlinkDlgWrapper() local
74 (0 != (pTopWindow = SFX_APP()->GetTopWindow()))) in SvxHlinkDlgWrapper()
76 Size aParentSize( pTopWindow->GetSizePixel() ); in SvxHlinkDlgWrapper()
/trunk/main/vcl/source/app/
H A Dsvdata.cxx425 Window* pTopWindow = Application::GetTopWindow( i ); in AccessBridgeupdateOldTopWindows() local
426 css::uno::Reference< css::accessibility::XAccessible > xAccessible = pTopWindow->GetAccessible(); in AccessBridgeupdateOldTopWindows()
434 AccessBridgehandleExistingWindow(pTopWindow, true); in AccessBridgeupdateOldTopWindows()
/trunk/main/vcl/source/window/
H A Ddndevdis.cxx47 DNDEventDispatcher::DNDEventDispatcher( Window * pTopWindow ): in DNDEventDispatcher() argument
48 m_pTopWindow( pTopWindow ), in DNDEventDispatcher()
/trunk/main/vcl/inc/
H A Ddndevdis.hxx72 DNDEventDispatcher( Window * pTopWindow );

Completed in 24 milliseconds