Home
last modified time | relevance | path

Searched refs:mnMaxDisplaySize (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svtools/source/graphic/
H A Dgrfcache.hxx47 sal_uLong mnMaxDisplaySize; member in GraphicCache
79 sal_uLong GetMaxDisplayCacheSize() const { return mnMaxDisplaySize; }; in GetMaxDisplayCacheSize()
85 sal_uLong GetFreeDisplayCacheSize() const { return( mnMaxDisplaySize - mnUsedDisplaySize ); } in GetFreeDisplayCacheSize()
H A Dgrfcache.cxx603 mnMaxDisplaySize ( nDisplayCacheSize ), in GraphicCache()
801 mnMaxDisplaySize = nNewCacheSize; in SetMaxDisplayCacheSize()
813 mnMaxObjDisplaySize = Min( nNewMaxObjSize, mnMaxDisplaySize ); in SetMaxObjDisplayCacheSize()

Completed in 31 milliseconds