Searched refs:nCache (Results 1 – 1 of 1) sorted by relevance
269 for ( sal_uInt16 nCache = 0; nCache < nCount; ++nCache ) in ~SfxBindings() local270 delete pImp->pCaches->GetObject(nCache); in ~SfxBindings()284 sal_uInt16 nCache; in DeleteControllers_Impl() local285 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()[all …]