Searched refs:rtl_math_RoundingMode_Floor (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sdext/source/pdfimport/misc/ |
H A D | pdfihelper.cxx | 61 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 D | drawtreevisiting.cxx | 1030 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 D | writertreevisiting.cxx | 1118 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 D | math.h | 97 rtl_math_RoundingMode_Floor, enumerator
|
/aoo42x/main/sdext/source/pdfimport/inc/ |
H A D | pdfihelper.hxx | 74 return rtl_math_round( convPx2mm( fPix ), 2, rtl_math_RoundingMode_Floor ); in convPx2mmPrec2()
|
/aoo42x/main/sal/rtl/source/ |
H A D | math.cxx | 1003 case rtl_math_RoundingMode_Floor : in rtl_math_round()
|
Completed in 46 milliseconds