Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfcache.cxx176 sal_Bool mbSwappedAll; member in GraphicCacheEntry
210 mbSwappedAll ( true ) in GraphicCacheEntry()
212 mbSwappedAll = !ImplInit(rObj); in GraphicCacheEntry()
349 if( mbSwappedAll ) in AddGraphicObjectReference()
350 mbSwappedAll = !ImplInit( rObj ); in AddGraphicObjectReference()
391 if( mbSwappedAll && maGraphicObjectList.Count() ) in TryToSwapIn()
399 mbSwappedAll = sal_True; in GraphicObjectWasSwappedOut()
401 …for( void* pObj = maGraphicObjectList.First(); mbSwappedAll && pObj; pObj = maGraphicObjectList.Ne… in GraphicObjectWasSwappedOut()
403 mbSwappedAll = sal_False; in GraphicObjectWasSwappedOut()
405 if( mbSwappedAll ) in GraphicObjectWasSwappedOut()
[all …]