Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx53 CacheEntry(const Bitmap& rBitmap, sal_Int32 nLastAccessTime, bool bIsPrecious);
54 CacheEntry(sal_Int32 nLastAccessTime, bool bIsPrecious);
80 void SetPrecious (bool bIsPrecious) { mbIsPrecious = bIsPrecious; } in SetPrecious() argument
333 bool bIsPrecious) in SetBitmap() argument
349 CacheEntry(rPreview, mnCurrentAccessTime++, bIsPrecious)) in SetBitmap()
379 void BitmapCache::SetPrecious (const CacheKey& rKey, bool bIsPrecious) in SetPrecious() argument
386 if (iEntry->second.IsPrecious() != bIsPrecious) in SetPrecious()
389 iEntry->second.SetPrecious(bIsPrecious); in SetPrecious()
393 else if (bIsPrecious) in SetPrecious()
397 CacheEntry(Bitmap(), mnCurrentAccessTime++, bIsPrecious)) in SetPrecious()
[all …]
H A DSlsGenericPageCache.cxx323 const bool bIsPrecious) in SetPreciousFlag() argument
328 if (bIsPrecious) in SetPreciousFlag()
347 mpBitmapCache->SetPrecious(mpCacheContext->GetPage(aKey), bIsPrecious); in SetPreciousFlag()
H A DSlsPageCache.cxx140 const bool bIsPrecious) in SetPreciousFlag() argument
142 mpImplementation->SetPreciousFlag(aKey, bIsPrecious); in SetPreciousFlag()
H A DSlsBitmapCache.hxx134 bool bIsPrecious);
145 void SetPrecious (const CacheKey& rKey, bool bIsPrecious);
H A DSlsGenericPageCache.hxx135 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
/AOO41X/main/sd/source/ui/sidebar/
H A DMasterPageDescriptor.cxx41 const bool bIsPrecious, in MasterPageDescriptor() argument
49 mbIsPrecious(bIsPrecious), in MasterPageDescriptor()
H A DMasterPageDescriptor.hxx48 const bool bIsPrecious,
/AOO41X/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCache.hxx164 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
/AOO41X/main/sd/inc/
H A Dsdpage.hxx381 void SetPrecious (const bool bIsPrecious);
/AOO41X/main/sd/source/core/
H A Dsdpage.cxx3164 void SdPage::SetPrecious (const bool bIsPrecious) in SetPrecious() argument
3166 mbIsPrecious = bIsPrecious; in SetPrecious()