Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoipset.cxx307 #ifndef TWIPS_TO_MM
308 #define TWIPS_TO_MM(val) ((val * 127 + 36) / 72) macro
325 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()
/trunk/main/svx/inc/svx/
H A Dunopage.hxx65 #define TWIPS_TO_MM(val) ((val * 127 + 36) / 72) macro
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx3146 aSize.Width = TWIPS_TO_MM(aRect.Right()); in ExportControl()
3147 aSize.Height = TWIPS_TO_MM(aRect.Bottom()); in ExportControl()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx622 rPoint.A() = TWIPS_TO_MM(rPoint.A()); in ForceMetricTo100th_mm()
623 rPoint.B() = TWIPS_TO_MM(rPoint.B()); in ForceMetricTo100th_mm()

Completed in 39 milliseconds