Lines Matching refs:eDstUnit
193 MapUnit eDstUnit, in convertMeasure() argument
245 if( MAP_RELATIVE == eDstUnit ) in convertMeasure()
250 else if( MAP_PIXEL == eDstUnit ) in convertMeasure()
261 DBG_ASSERT( MAP_TWIP == eDstUnit || MAP_POINT == eDstUnit || in convertMeasure()
262 … MAP_100TH_MM == eDstUnit || MAP_10TH_MM == eDstUnit, "unit is not supported"); in convertMeasure()
267 if( MAP_TWIP == eDstUnit ) in convertMeasure()
312 else if( MAP_100TH_MM == eDstUnit || MAP_10TH_MM == eDstUnit ) in convertMeasure()
314 double nScaleFactor = (MAP_100TH_MM == eDstUnit) ? 100.0 : 10.0; in convertMeasure()
358 else if( MAP_POINT == eDstUnit ) in convertMeasure()
422 MapUnit eDstUnit ) in convertMeasure() argument
426 DBG_ASSERT( eDstUnit == MAP_RELATIVE, in convertMeasure()
435 rBuffer, eDstUnit ); in convertMeasure()
718 double fNumber, sal_Bool bWriteUnits, MapUnit eCoreUnit, MapUnit eDstUnit) in convertDouble() argument
722 DBG_ASSERT(eDstUnit == MAP_RELATIVE, "MAP_RELATIVE only maps to MAP_RELATIVE!" ); in convertDouble()
730 double fFactor = SvXMLExportHelper::GetConversionFactor(sUnit, eCoreUnit, eDstUnit); in convertDouble()