Lines Matching refs:nCache

269     for ( sal_uInt16 nCache = 0; nCache < nCount; ++nCache )  in ~SfxBindings()  local
270 delete pImp->pCaches->GetObject(nCache); in ~SfxBindings()
284 sal_uInt16 nCache; in DeleteControllers_Impl() local
285 for ( nCache = 0; nCache < nCount; ++nCache ) in DeleteControllers_Impl()
288 SfxStateCache *pCache = pImp->pCaches->GetObject(nCache); in DeleteControllers_Impl()
298 nCache = GetSlotPos(nSlotId); in DeleteControllers_Impl()
299 if ( nCache >= nNewCount || in DeleteControllers_Impl()
300 nSlotId != pImp->pCaches->GetObject(nCache)->GetId() ) in DeleteControllers_Impl()
301 --nCache; in DeleteControllers_Impl()
307 for ( nCache = pImp->pCaches->Count(); nCache > 0; --nCache ) in DeleteControllers_Impl()
310 SfxStateCache *pCache = pImp->pCaches->GetObject(nCache-1); in DeleteControllers_Impl()
325 if( nCache-1 < pImp->pCaches->Count() ) in DeleteControllers_Impl()
326 delete (*pImp->pCaches)[nCache-1]; in DeleteControllers_Impl()
327 pImp->pCaches->Remove(nCache-1, 1); in DeleteControllers_Impl()
384 for ( sal_uInt16 nCache = 0; nCache < pImp->pCaches->Count(); ++nCache ) in HidePopupCtrls_Impl() local
385 pImp->pCaches->GetObject(nCache)->DeleteFloatingWindows(); in HidePopupCtrls_Impl()
1926 for ( sal_uInt16 nCache = pImp->pCaches->Count(); nCache > 0; --nCache ) in LeaveRegistrations() local
1929 SfxStateCache *pCache = pImp->pCaches->GetObject(nCache-1); in LeaveRegistrations()
1935 SfxStateCache* pSfxStateCache = (*pImp->pCaches)[nCache-1]; in LeaveRegistrations()
1936 pImp->pCaches->Remove(nCache-1, 1); in LeaveRegistrations()