Lines Matching refs:MM100_TO_TWIP

97 #define MM100_TO_TWIP(MM100)	((MM100) >= 0 ? (((MM100)*72L+63L)/127L) : (((MM100)*72L-63L)/127L))  macro
254 aTmp.Height = MM100_TO_TWIP(aTmp.Height); in PutValue()
255 aTmp.Width = MM100_TO_TWIP(aTmp.Width); in PutValue()
271 aSize.Width() = bConvert ? MM100_TO_TWIP(nVal) : nVal; in PutValue()
280 aSize.Height() = bConvert ? MM100_TO_TWIP(nVal) : nVal; in PutValue()
489 SetLeft((sal_Int32)bConvert ? MM100_TO_TWIP(nVal) : nVal); in PutValue()
493 SetTxtLeft((sal_Int32)bConvert ? MM100_TO_TWIP(nVal) : nVal); in PutValue()
497 SetRight((sal_Int32) bConvert ? MM100_TO_TWIP(nVal) : nVal); in PutValue()
515 SetTxtFirstLineOfst((short)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
867 …SetUpper((sal_uInt16)(bConvert ? MM100_TO_TWIP( aUpperLowerMarginScale.Upper ) : aUpperLowerMargin… in PutValue()
868 …SetLower((sal_uInt16)(bConvert ? MM100_TO_TWIP( aUpperLowerMarginScale.Lower ) : aUpperLowerMargin… in PutValue()
879 SetUpper((sal_uInt16)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
884 SetLower((sal_uInt16)(bConvert ? MM100_TO_TWIP(nVal) : nVal)); in PutValue()
1378 nWidth = bConvert ? MM100_TO_TWIP(aShadow.ShadowWidth) : aShadow.ShadowWidth; in PutValue()
1944 …rSvxLine.SetInWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.InnerLineWidth) : rLine.InnerLineW… in LineToSvxLine()
1945 …rSvxLine.SetOutWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.OuterLineWidth) : rLine.OuterLine… in LineToSvxLine()
1946 …rSvxLine.SetDistance( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.LineDistance ) : rLine.LineDista… in LineToSvxLine()
2008 nDist = MM100_TO_TWIP(nDist); in PutValue()
2058 nDist = MM100_TO_TWIP(nDist); in PutValue()
2924 nVal = MM100_TO_TWIP(nVal); in PutValue()
3020 nVal = MM100_TO_TWIP(nVal); in PutValue()