Home
last modified time | relevance | path

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

/trunk/main/forms/source/xforms/
H A Dconvert.cxx248 …endInt32ToBuffer( const sal_Int32 _nValue, ::rtl::OUStringBuffer& _rBuffer, sal_Int16 _nMinDigits ) in lcl_appendInt32ToBuffer() argument
250 if ( ( _nMinDigits >= 4 ) && ( _nValue < 1000 ) ) in lcl_appendInt32ToBuffer()
252 if ( ( _nMinDigits >= 3 ) && ( _nValue < 100 ) ) in lcl_appendInt32ToBuffer()
254 if ( ( _nMinDigits >= 2 ) && ( _nValue < 10 ) ) in lcl_appendInt32ToBuffer()

Completed in 23 milliseconds