Home
last modified time | relevance | path

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

/aoo42x/main/sdext/source/pdfimport/misc/
H A Dpdfihelper.cxx61 aBuf.append( rtl_math_round( fMM, 2, rtl_math_RoundingMode_Floor ) ); in unitMMString()
70 aBuf.append( rtl_math_round( convPx2mm( fPix ), 2, rtl_math_RoundingMode_Floor ) ); in convertPixelToUnitString()
/aoo42x/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx1030 left_margin = rtl_math_round( left_margin, 0, rtl_math_RoundingMode_Floor ); in visit()
1031 top_margin = rtl_math_round( top_margin, 0, rtl_math_RoundingMode_Floor ); in visit()
1033 …rgin = rtl_math_round( right_margin, right_margin >= 10 ? -1 : 0, rtl_math_RoundingMode_Floor ); in visit()
1034 … = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMode_Floor ); in visit()
H A Dwritertreevisiting.cxx1118 left_margin = rtl_math_round( left_margin, 0, rtl_math_RoundingMode_Floor ); in visit()
1119 top_margin = rtl_math_round( top_margin, 0, rtl_math_RoundingMode_Floor ); in visit()
1121 …rgin = rtl_math_round( right_margin, right_margin >= 10 ? -1 : 0, rtl_math_RoundingMode_Floor ); in visit()
1122 … = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMode_Floor ); in visit()
/aoo42x/main/sal/inc/rtl/
H A Dmath.h97 rtl_math_RoundingMode_Floor, enumerator
/aoo42x/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx74 return rtl_math_round( convPx2mm( fPix ), 2, rtl_math_RoundingMode_Floor ); in convPx2mmPrec2()
/aoo42x/main/sal/rtl/source/
H A Dmath.cxx1003 case rtl_math_RoundingMode_Floor : in rtl_math_round()

Completed in 92 milliseconds