Searched refs:pCacheObj (Results 1 – 3 of 3) sorted by relevance
819 while( pCacheObj ) in SetMaxObjDisplayCacheSize()821 if( pCacheObj->GetCacheSize() > mnMaxObjDisplaySize ) in SetMaxObjDisplayCacheSize()823 mnUsedDisplaySize -= pCacheObj->GetCacheSize(); in SetMaxObjDisplayCacheSize()824 maDisplayCache.Remove( pCacheObj ); in SetMaxObjDisplayCacheSize()825 delete pCacheObj; in SetMaxObjDisplayCacheSize()826 pCacheObj = (GraphicDisplayCacheEntry*) maDisplayCache.GetCurObject(); in SetMaxObjDisplayCacheSize()829 pCacheObj = (GraphicDisplayCacheEntry*) maDisplayCache.Next(); in SetMaxObjDisplayCacheSize()1040 GraphicDisplayCacheEntry* pCacheObj = (GraphicDisplayCacheEntry*) pObj; in ImplFreeDisplayCacheSpace() local1042 nFreedSize += pCacheObj->GetCacheSize(); in ImplFreeDisplayCacheSpace()1043 mnUsedDisplaySize -= pCacheObj->GetCacheSize(); in ImplFreeDisplayCacheSpace()[all …]
141 inline SwCacheObj *Next( SwCacheObj *pCacheObj);263 inline SwCacheObj *SwCache::Next( SwCacheObj *pCacheObj) in Next() argument265 if ( pCacheObj ) in Next()266 return pCacheObj->GetNext(); in Next()
172 SdrOle2Obj* pCacheObj = (SdrOle2Obj*) GetObject(nCheckInd); in UnloadOnDemand() local173 if ( pCacheObj && pCacheObj != pUnloadObj ) in UnloadOnDemand()175 … uno::Reference< frame::XModel > xParentModel = pCacheObj->GetParentXModel(); in UnloadOnDemand()
Completed in 147 milliseconds