Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Dbindings.cxx269 for ( sal_uInt16 nCache = 0; nCache < nCount; ++nCache ) in ~SfxBindings() local
284 sal_uInt16 nCache; in DeleteControllers_Impl() local
285 for ( nCache = 0; nCache < nCount; ++nCache ) in DeleteControllers_Impl()
298 nCache = GetSlotPos(nSlotId); in DeleteControllers_Impl()
299 if ( nCache >= nNewCount || in DeleteControllers_Impl()
301 --nCache; in DeleteControllers_Impl()
307 for ( nCache = pImp->pCaches->Count(); nCache > 0; --nCache ) 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
[all …]

Completed in 27 milliseconds