Lines Matching refs:pWrapper

4489     UnoWrapperBase* pWrapper = Application::GetUnoWrapper( sal_False );  in ~Window()  local
4490 if ( pWrapper ) in ~Window()
4491 pWrapper->WindowDestroyed( this ); in ~Window()
5071 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in Tracking() local
5072 if( pWrapper ) in Tracking()
5073 pWrapper->Tracking( rTEvt ); in Tracking()
5299 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in Notify() local
5300 if( pWrapper && !( !pWrapper->IsFloatingMode() && pWrapper->IsLocked() ) ) in Notify()
5305 sal_Bool bHit = pWrapper->GetDragArea().IsInside( pMEvt->GetPosPixel() ); in Notify()
5311 pWrapper->SetFloatingMode( !pWrapper->IsFloatingMode() ); in Notify()
5317 pWrapper->ImplEnableStartDocking(); in Notify()
5325 sal_Bool bHit = pWrapper->GetDragArea().IsInside( pMEvt->GetPosPixel() ); in Notify()
5330 if( pWrapper->ImplStartDockingEnabled() && !pWrapper->IsFloatingMode() && in Notify()
5331 !pWrapper->IsDocking() && bHit ) in Notify()
5340 pWrapper->ImplStartDocking( aPos ); in Notify()
5351 pWrapper->SetFloatingMode( !pWrapper->IsFloatingMode() ); in Notify()
5358 if( pWrapper->IsFloatingMode() ) in Notify()
8440 UnoWrapperBase* pWrapper = Application::GetUnoWrapper(); in GetComponentInterface() local
8441 if ( pWrapper ) in GetComponentInterface()
8442 mpWindowImpl->mxWindowPeer = pWrapper->GetWindowInterface( this, sal_True ); in GetComponentInterface()
8451 UnoWrapperBase* pWrapper = Application::GetUnoWrapper(); in SetComponentInterface() local
8452 DBG_ASSERT( pWrapper, "SetComponentInterface: No Wrapper!" ); in SetComponentInterface()
8453 if ( pWrapper ) in SetComponentInterface()
8454 pWrapper->SetWindowInterface( this, xIFace ); in SetComponentInterface()