Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptmemory.cxx87 inline void OfaMemoryOptionsPage::SetNfGraphicCacheVal( long nSizeInBytes ) in SetNfGraphicCacheVal() argument
89 aNfGraphicCache.SetValue( nSizeInBytes >> 20 ); in SetNfGraphicCacheVal()
97 void OfaMemoryOptionsPage::SetNfGraphicObjectCacheVal( long nSizeInBytes ) in SetNfGraphicObjectCacheVal() argument
99 aNfGraphicObjectCache.SetValue( long( ::rtl::math::round( double( nSizeInBytes ) * BYTES2NF ) ) ); in SetNfGraphicObjectCacheVal()
102 inline void OfaMemoryOptionsPage::SetNfGraphicObjectCacheMax( long nSizeInBytes ) in SetNfGraphicObjectCacheMax() argument
104 aNfGraphicObjectCache.SetMax( long( double( nSizeInBytes ) * BYTES2NF ) ); in SetNfGraphicObjectCacheMax()
107 inline void OfaMemoryOptionsPage::SetNfGraphicObjectCacheLast( long nSizeInBytes ) in SetNfGraphicObjectCacheLast() argument
109 aNfGraphicObjectCache.SetLast( long( double( nSizeInBytes ) * BYTES2NF ) ); in SetNfGraphicObjectCacheLast()
H A Doptmemory.hxx65 inline void SetNfGraphicCacheVal( long nSizeInBytes );
68 void SetNfGraphicObjectCacheVal( long nSizeInBytes );
69 inline void SetNfGraphicObjectCacheMax( long nSizeInBytes );
70 inline void SetNfGraphicObjectCacheLast( long nSizeInBytes );

Completed in 7 milliseconds