Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx819 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() local
1042 nFreedSize += pCacheObj->GetCacheSize(); in ImplFreeDisplayCacheSpace()
1043 mnUsedDisplaySize -= pCacheObj->GetCacheSize(); in ImplFreeDisplayCacheSpace()
[all …]
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx141 inline SwCacheObj *Next( SwCacheObj *pCacheObj);
263 inline SwCacheObj *SwCache::Next( SwCacheObj *pCacheObj) in Next() argument
265 if ( pCacheObj ) in Next()
266 return pCacheObj->GetNext(); in Next()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx172 SdrOle2Obj* pCacheObj = (SdrOle2Obj*) GetObject(nCheckInd); in UnloadOnDemand() local
173 if ( pCacheObj && pCacheObj != pUnloadObj ) in UnloadOnDemand()
175 … uno::Reference< frame::XModel > xParentModel = pCacheObj->GetParentXModel(); in UnloadOnDemand()

Completed in 31 milliseconds