Home
last modified time | relevance | path

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

/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx80 sal_Int64 nConvVal = MetricField::ConvertValue( nVal * 100, 0L, 0, eInUnit, eOutUnit ); in GetMetricStr_Impl() local
82 if ( nConvVal < 0 && ( nConvVal / 100 == 0 ) ) in GetMetricStr_Impl()
84 sMetric += String::CreateFromInt64( nConvVal / 100 ); in GetMetricStr_Impl()
89 sal_Int64 nFract = nConvVal % 100; in GetMetricStr_Impl()

Completed in 19 milliseconds