Home
last modified time | relevance | path

Searched refs:IsPrecious (Results 1 – 6 of 6) sorted by path

/trunk/main/sd/inc/
H A Dsdpage.hxx390 bool IsPrecious (void) const;
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1401 sal_Bool bDeleteMaster = !pMaster->IsPrecious(); in RemoveUnnecessaryMasterPages()
H A Dsdpage.cxx3118 bool SdPage::IsPrecious (void) const in IsPrecious() function in SdPage
/trunk/main/sd/source/ui/sidebar/
H A DCurrentMasterPagesSelector.cxx170 pMasterPage->IsPrecious(), in Fill()
H A DDocumentHelper.cxx234 pClonedMasterPage->SetPrecious(pMasterPage->IsPrecious()); in AddMasterPage()
378 pClonedMasterPage->SetPrecious(pMasterPage->IsPrecious()); in AddMasterPage()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx79 bool IsPrecious (void) const { return mbIsPrecious; } in IsPrecious() function in sd::slidesorter::cache::BitmapCache::CacheEntry
386 if (iEntry->second.IsPrecious() != bIsPrecious) in SetPrecious()
415 if (iEntry->second.IsPrecious()) in ReCalculateTotalCacheSize()
474 if ( ! bIncludePrecious && iEntry->second.IsPrecious()) in GetCacheIndex()
520 sal_Int32& rCacheSize (rEntry.IsPrecious() ? mnPreciousCacheSize : mnNormalCacheSize); in UpdateCacheSize()
525 if ( ! rEntry.IsPrecious() && mnNormalCacheSize>mnMaximalNormalCacheSize) in UpdateCacheSize()

Completed in 47 milliseconds