Home
last modified time | relevance | path

Searched refs:rtl_math_round (Results 1 – 8 of 8) sorted by relevance

/trunk/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()
/trunk/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 …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 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 …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 Dmath.h381 double SAL_CALL rtl_math_round(double fValue, int nDecPlaces,
H A Dmath.hxx179 return rtl_math_round(fValue, nDecPlaces, eMode); in round()
/trunk/main/sal/rtl/source/
H A Dmath.cxx953 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 Dpdfihelper.hxx74 return rtl_math_round( convPx2mm( fPix ), 2, rtl_math_RoundingMode_Floor ); in convPx2mmPrec2()
/trunk/main/sal/util/
H A Dsal.map521 rtl_math_round;

Completed in 46 milliseconds