Searched refs:fPoints (Results 1 – 4 of 4) sorted by relevance
858 double PointsToPixels( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal… in PointsToPixels() argument861 return PointsToHmm( fPoints ) * fConvertFactor; in PointsToPixels()869 sal_Int32 PointsToHmm( double fPoints ) in PointsToHmm() argument871 return static_cast<sal_Int32>( fPoints * factor + 0.5 ); in PointsToHmm()
118 …oPixels( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal_Bool bVertic…120 VBAHELPER_DLLPUBLIC sal_Int32 PointsToHmm( double fPoints );
682 double PointsToPixels( css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal_Bool … in PointsToPixels() argument685 return fPoints * POINTTO100THMILLIMETERFACTOR * fConvertFactor; in PointsToPixels()
888 double fPoints = MM100_TO_TWIP_UNSIGNED(nHeight) / 20.0; in QueryValue() local890 static_cast<float>(::rtl::math::round(fPoints, 1)); in QueryValue()929 double fPoints = MM100_TO_TWIP_UNSIGNED(nHeight) / 20.0; in QueryValue() local931 static_cast<float>(::rtl::math::round(fPoints, 1)); in QueryValue()
Completed in 51 milliseconds