Searched refs:bIsPrecious (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCache.cxx | 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() 386 if (iEntry->second.IsPrecious() != bIsPrecious) in SetPrecious() 389 iEntry->second.SetPrecious(bIsPrecious); in SetPrecious() 393 else if (bIsPrecious) in SetPrecious() 554 bool bIsPrecious) in CacheEntry() argument 559 mbIsPrecious(bIsPrecious) in CacheEntry() 569 bool bIsPrecious) in CacheEntry() argument [all …]
|
H A D | SlsGenericPageCache.cxx | 323 const bool bIsPrecious) in SetPreciousFlag() argument 328 if (bIsPrecious) in SetPreciousFlag() 347 mpBitmapCache->SetPrecious(mpCacheContext->GetPage(aKey), bIsPrecious); in SetPreciousFlag()
|
H A D | SlsBitmapCache.hxx | 134 bool bIsPrecious); 145 void SetPrecious (const CacheKey& rKey, bool bIsPrecious);
|
H A D | SlsPageCache.cxx | 140 const bool bIsPrecious) in SetPreciousFlag() argument 142 mpImplementation->SetPreciousFlag(aKey, bIsPrecious); in SetPreciousFlag()
|
H A D | SlsGenericPageCache.hxx | 135 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
|
/aoo4110/main/sd/source/ui/sidebar/ |
H A D | MasterPageDescriptor.cxx | 41 const bool bIsPrecious, in MasterPageDescriptor() argument 49 mbIsPrecious(bIsPrecious), in MasterPageDescriptor()
|
H A D | MasterPageDescriptor.hxx | 48 const bool bIsPrecious,
|
/aoo4110/main/sd/source/ui/slidesorter/inc/cache/ |
H A D | SlsPageCache.hxx | 164 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
|
/aoo4110/main/sd/inc/ |
H A D | sdpage.hxx | 381 void SetPrecious (const bool bIsPrecious);
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 3164 void SdPage::SetPrecious (const bool bIsPrecious) in SetPrecious() argument 3166 mbIsPrecious = bIsPrecious; in SetPrecious()
|
Completed in 57 milliseconds