Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/options/
H A Doptmemory.cxx78 #define NF2BYTES 104857.6 // 2^20/10, used for aNfGraphicObjectCache-unit -> Byte macro
79 #define BYTES2NF (1.0/NF2BYTES) // 10/2^20
94 return long( ::rtl::math::round( double( aNfGraphicObjectCache.GetValue() ) * NF2BYTES ) ); in GetNfGraphicObjectCacheVal()

Completed in 6 milliseconds