Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/control/
H A Dbindings.cxx149 SfxStateCacheArr_Impl* pCaches; // je ein cache fuer jede gebundene member in SfxBindings_Impl
237 pImp->pCaches = new SfxStateCacheArr_Impl; in SfxBindings()
268 sal_uInt16 nCount = pImp->pCaches->Count(); in ~SfxBindings()
270 delete pImp->pCaches->GetObject(nCache); in ~SfxBindings()
274 delete pImp->pCaches; in ~SfxBindings()
283 sal_uInt16 nCount = pImp->pCaches->Count(); in DeleteControllers_Impl()
288 SfxStateCache *pCache = pImp->pCaches->GetObject(nCache); in DeleteControllers_Impl()
295 sal_uInt16 nNewCount = pImp->pCaches->Count(); in DeleteControllers_Impl()
300 nSlotId != pImp->pCaches->GetObject(nCache)->GetId() ) in DeleteControllers_Impl()
307 for ( nCache = pImp->pCaches->Count(); nCache > 0; --nCache ) in DeleteControllers_Impl()
[all …]