Lines Matching refs:pMgr

485     if ( pImp->bConstructed && pMgr )  in Resize()
539 if ( (Application::IsInModalMode() && IsFloatingMode()) || !pMgr ) in PrepareToggleFloatingMode()
558 else if ( pMgr ) in PrepareToggleFloatingMode()
590 if ( !pImp->bConstructed || !pMgr ) in ToggleFloatingMode()
665 if ( pMgr ) in ToggleFloatingMode()
666 pWorkWin->ConfigChild_Impl( eIdent, SFX_TOGGLEFLOATMODE, pMgr->GetType() ); in ToggleFloatingMode()
681 if ( !pImp->bConstructed || !pMgr ) in StartDocking()
687 pWorkWin->ConfigChild_Impl( eIdent, SFX_SETDOCKINGRECTS, pMgr->GetType() ); in StartDocking()
715 if ( !pImp->bConstructed || !pMgr ) in Docking()
815 if ( !pImp->bConstructed || IsDockingCanceled() || !pMgr ) in EndDocking()
908 pMgr(pCW), in SfxDockingWindow()
962 pMgr(pCW), in SfxDockingWindow()
1021 if ( !pMgr ) in Initialize()
1195 if ( !pMgr ) in Initialize_Impl()
1262 if ( !pMgr ) in FillInfo()
1303 if ( pMgr && pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ReleaseChildWindow_Impl()
1306 if ( pMgr && pImp->pSplitWin && pImp->pSplitWin->IsItemValid( GetType() ) ) in ReleaseChildWindow_Impl()
1309 pMgr=NULL; in ReleaseChildWindow_Impl()
1766 if ( !pMgr ) in Close()
1769 SfxBoolItem aValue( pMgr->GetType(), sal_False); in Close()
1771 pMgr->GetType(), SFX_CALLMODE_RECORD | SFX_CALLMODE_ASYNCHRON, &aValue, 0L ); in Close()
1862 if (pMgr != NULL) in Notify()
1863 pBindings->SetActiveFrame( pMgr->GetFrame() ); in Notify()
1867 else if (pMgr != NULL) in Notify()
1868 pMgr->Activate_Impl(); in Notify()
1898 if (pMgr != NULL) in Notify()
1899 pMgr->Deactivate_Impl(); in Notify()
1924 pWorkWin->ConfigChild_Impl( eIdent, SFX_ALIGNDOCKINGWINDOW, pMgr->GetType() ); in SetItemSize_Impl()
2015 pWorkWin->ConfigChild_Impl( eIdent, SFX_ALIGNDOCKINGWINDOW, pMgr->GetType() ); in IMPL_LINK()