Lines Matching refs:mbSwappedAll
176 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()
422 if( !mbSwappedAll && rObj.IsSwappedOut() ) in FillSwappedGraphicObject()
437 if( mbSwappedAll ) in GraphicObjectWasSwappedIn()
438 mbSwappedAll = !ImplInit( rObj ); in GraphicObjectWasSwappedIn()