Home
last modified time | relevance | path

Searched refs:aSvr (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx949 SfxSlotServer aSvr; in GetShellAndSlot_Impl() local
950 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() local
1571 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 15 milliseconds