Searched refs:rtl_math_round (Results 1 – 8 of 8) sorted by relevance
/trunk/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()
|
/trunk/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 …right_margin = rtl_math_round( right_margin, right_margin >= 10 ? -1 : 0, rtl_math_RoundingMode… in visit() 1034 …bottom_margin = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMo… 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 …right_margin = rtl_math_round( right_margin, right_margin >= 10 ? -1 : 0, rtl_math_RoundingMode… in visit() 1122 …bottom_margin = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMo… in visit()
|
/trunk/main/sal/inc/rtl/ |
H A D | math.h | 381 double SAL_CALL rtl_math_round(double fValue, int nDecPlaces,
|
H A D | math.hxx | 179 return rtl_math_round(fValue, nDecPlaces, eMode); in round()
|
/trunk/main/sal/rtl/source/ |
H A D | math.cxx | 953 double SAL_CALL rtl_math_round(double fValue, int nDecPlaces, in rtl_math_round() function 1095 fValue = rtl_math_round( fValue, 0, rtl_math_RoundingMode_Corrected); in rtl_math_approxValue()
|
/trunk/main/sdext/source/pdfimport/inc/ |
H A D | pdfihelper.hxx | 74 return rtl_math_round( convPx2mm( fPix ), 2, rtl_math_RoundingMode_Floor ); in convPx2mmPrec2()
|
/trunk/main/sal/util/ |
H A D | sal.map | 521 rtl_math_round;
|
Completed in 140 milliseconds