Home
last modified time | relevance | path

Searched refs:bIsUpToDate (Results 1 – 3 of 3) sorted by path

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx62 void SetUpToDate (bool bIsUpToDate) { mbIsUpToDate = bIsUpToDate; } in SetUpToDate() argument
215 bool bIsUpToDate = false; in BitmapIsUpToDate() local
218 bIsUpToDate = aIterator->second.IsUpToDate(); in BitmapIsUpToDate()
220 return bIsUpToDate; in BitmapIsUpToDate()
H A DSlsGenericPageCache.cxx218 bool bIsUpToDate = false; in RequestPreviewBitmap() local
220 bIsUpToDate = mpBitmapCache->BitmapIsUpToDate (pPage); in RequestPreviewBitmap()
221 if (bIsUpToDate) in RequestPreviewBitmap()
225 bIsUpToDate = false; in RequestPreviewBitmap()
228 if ( ! bIsUpToDate) in RequestPreviewBitmap()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx353 bool bIsUpToDate (true); in Resync() local
364 bIsUpToDate = false; in Resync()
371 bIsUpToDate = false; in Resync()
375 if ( ! bIsUpToDate) in Resync()

Completed in 15 milliseconds