Lines Matching refs:pWindow
47 …m::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > CreateXWindow( Window* pWindow ) in CreateXWindow() argument
49 switch ( pWindow->GetType() ) in CreateXWindow()
160 …om::sun::star::awt::XWindowPeer> UnoWrapper::GetWindowInterface( Window* pWindow, sal_Bool bCreate… in GetWindowInterface() argument
162 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xPeer = pWindow->GetWindowPe… in GetWindowInterface()
165 xPeer = CreateXWindow( pWindow ); in GetWindowInterface()
166 SetWindowInterface( pWindow, xPeer ); in GetWindowInterface()
171 void UnoWrapper::SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun:… in SetWindowInterface() argument
178 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xPeer = pWindow->GetWindowPe… in SetWindowInterface()
186 pVCLXWindow->SetWindow( pWindow ); in SetWindowInterface()
187 pWindow->SetWindowPeer( xIFace, pVCLXWindow ); in SetWindowInterface()
248 Window* pWindow = ( pPossibleChild != pParentWindow ) ? pPossibleChild : NULL; in lcl_ImplIsParent() local
249 while ( pWindow && ( pWindow != pParentWindow ) ) in lcl_ImplIsParent()
250 pWindow = pWindow->GetParent(); in lcl_ImplIsParent()
252 return pWindow ? sal_True : sal_False; in lcl_ImplIsParent()
255 void UnoWrapper::WindowDestroyed( Window* pWindow ) in WindowDestroyed() argument
259 Window* pChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in WindowDestroyed()
275 Window* pOverlap = pWindow->GetWindow( WINDOW_OVERLAP ); in WindowDestroyed()
282 if ( pClient->GetWindowPeer() && lcl_ImplIsParent( pWindow, pClient ) ) in WindowDestroyed()
291 Window* pParent = pWindow->GetParent(); in WindowDestroyed()
293 pParent->GetWindowPeer()->notifyWindowRemoved( *pWindow ); in WindowDestroyed()
295 VCLXWindow* pWindowPeer = pWindow->GetWindowPeer(); in WindowDestroyed()
296 …uno::Reference< lang::XComponent > xWindowPeerComp( pWindow->GetComponentInterface( sal_False ), u… in WindowDestroyed()
302 pWindow->SetWindowPeer( NULL, NULL ); in WindowDestroyed()
313 if ( pWindow ) in WindowDestroyed()
315 Window* pTopWindowChild = pWindow->GetWindow( WINDOW_FIRSTTOPWINDOWCHILD ); in WindowDestroyed()
318 OSL_ENSURE( pTopWindowChild->GetParent() == pWindow, in WindowDestroyed()