Lines Matching refs:pMgr
60 SfxChildWindow* pMgr; member in SfxModelessDialog_Impl
74 pMgr->Destroy(); in Notify()
84 SfxChildWindow* pMgr; member in SfxFloatingWindow_Impl
98 pMgr->Destroy(); in Notify()
305 if ( pImp->bConstructed && pImp->pMgr ) in Resize()
315 if ( pImp->bConstructed && pImp->pMgr && IsReallyVisible() ) in Move()
329 if ( pImp->bConstructed && pImp->pMgr ) in IMPL_LINK()
337 …l()->ConfigChild_Impl( SFX_CHILDWIN_DOCKINGWINDOW, SFX_ALIGNDOCKINGWINDOW, pImp->pMgr->GetType() ); in IMPL_LINK()
351 pImp->pMgr = pCW; in SfxModelessDialog()
370 pImp->pMgr = pCW; in SfxModelessDialog()
393 pBindings->SetActiveFrame( pImp->pMgr->GetFrame() ); in Notify()
394 pImp->pMgr->Activate_Impl(); in Notify()
409 pImp->pMgr->Deactivate_Impl(); in Notify()
433 if ( pImp->pMgr->GetFrame().is() && pImp->pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ~SfxModelessDialog()
455 SfxBoolItem aValue( pImp->pMgr->GetType(), sal_False); in Close()
457 pImp->pMgr->GetType(), in Close()
495 pBindings->SetActiveFrame( pImp->pMgr->GetFrame() ); in Notify()
496 pImp->pMgr->Activate_Impl(); in Notify()
513 pImp->pMgr->Deactivate_Impl(); in Notify()
537 pImp->pMgr = pCW; in SfxFloatingWindow()
557 pImp->pMgr = pCW; in SfxFloatingWindow()
584 SfxBoolItem aValue( pImp->pMgr->GetType(), sal_False); in Close()
586 pImp->pMgr->GetType(), in Close()
601 if ( pImp->pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ~SfxFloatingWindow()
620 if ( pImp->bConstructed && pImp->pMgr ) in Resize()
630 if ( pImp->bConstructed && pImp->pMgr ) in Move()
644 if ( pImp->bConstructed && pImp->pMgr ) in IMPL_LINK()
652 …l()->ConfigChild_Impl( SFX_CHILDWIN_DOCKINGWINDOW, SFX_ALIGNDOCKINGWINDOW, pImp->pMgr->GetType() ); in IMPL_LINK()