Searched refs:TWIPS_TO_MM (Results 1 – 4 of 4) sorted by relevance
307 #ifndef TWIPS_TO_MM308 #define TWIPS_TO_MM(val) ((val * 127 + 36) / 72) macro325 rMetric <<= (sal_Int8)(TWIPS_TO_MM(*(sal_Int8*)rMetric.getValue())); in SvxUnoConvertToMM()328 rMetric <<= (sal_Int16)(TWIPS_TO_MM(*(sal_Int16*)rMetric.getValue())); in SvxUnoConvertToMM()331 rMetric <<= (sal_uInt16)(TWIPS_TO_MM(*(sal_uInt16*)rMetric.getValue())); in SvxUnoConvertToMM()334 rMetric <<= (sal_Int32)(TWIPS_TO_MM(*(sal_Int32*)rMetric.getValue())); in SvxUnoConvertToMM()337 rMetric <<= (sal_uInt32)(TWIPS_TO_MM(*(sal_uInt32*)rMetric.getValue())); in SvxUnoConvertToMM()
65 #define TWIPS_TO_MM(val) ((val * 127 + 36) / 72) macro
3157 aSize.Width = TWIPS_TO_MM(aRect.Right()); in ExportControl()3158 aSize.Height = TWIPS_TO_MM(aRect.Bottom()); in ExportControl()
622 rPoint.A() = TWIPS_TO_MM(rPoint.A()); in ForceMetricTo100th_mm()623 rPoint.B() = TWIPS_TO_MM(rPoint.B()); in ForceMetricTo100th_mm()
Completed in 67 milliseconds