Lines Matching refs:pObjShell
1204 SfxShell *pObjShell = GetShell(i); in GetSlot() local
1205 SfxInterface *pIFace = pObjShell->GetInterface(); in GetSlot()
2203 SfxShell *pObjShell = GetShell(0); in _TryIntercept_Impl() local
2204 SfxInterface *pIFace = pObjShell->GetInterface(); in _TryIntercept_Impl()
2329 SfxShell *pObjShell = GetShell(i); in _FindServer() local
2330 SfxInterface *pIFace = pObjShell->GetInterface(); in _FindServer()
2333 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in _FindServer()
2371 aMsg += pObjShell->GetInterface()->GetClassName(); in _FindServer()
2377 aStack += pObjShell->GetInterface()->GetClassName(); in _FindServer()
2445 SfxShell *pObjShell = GetShell(i); in HasSlot_Impl() local
2446 SfxInterface *pIFace = pObjShell->GetInterface(); in HasSlot_Impl()
2448 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in HasSlot_Impl()