Searched refs:nConvVal (Results 1 – 1 of 1) sorted by relevance
82 sal_Int64 nConvVal = MetricField::ConvertValue( nVal * 100, 0L, 0, eInUnit, eOutUnit ); in GetMetricStr_Impl() local84 if ( nConvVal < 0 && ( nConvVal / 100 == 0 ) ) in GetMetricStr_Impl()86 sMetric += String::CreateFromInt64( nConvVal / 100 ); in GetMetricStr_Impl()91 sal_Int64 nFract = nConvVal % 100; in GetMetricStr_Impl()
Completed in 12 milliseconds