Searched refs:aSvr (Results 1 – 1 of 1) sorted by relevance
949 SfxSlotServer aSvr; in GetShellAndSlot_Impl() local950 if ( _FindServer(nSlot, aSvr, bModal) ) in GetShellAndSlot_Impl()952 if ( bOwnShellsOnly && aSvr.GetShellLevel() >= pImp->aStack.Count() ) in GetShellAndSlot_Impl()955 *ppShell = GetShell(aSvr.GetShellLevel()); in GetShellAndSlot_Impl()956 *ppSlot = aSvr.GetSlot(); in GetShellAndSlot_Impl()1570 SfxSlotServer aSvr; in IMPL_LINK() local1571 if ( _FindServer(pReq->GetSlot(), aSvr, HACK(x) sal_True ) ) in IMPL_LINK()1575 const SfxSlot *pSlot = aSvr.GetSlot(); in IMPL_LINK()1576 SfxShell *pSh = GetShell(aSvr.GetShellLevel()); in IMPL_LINK()
Completed in 25 milliseconds