Home
last modified time | relevance | path

Searched refs:fPoints (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx858 double PointsToPixels( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal… in PointsToPixels() argument
861 return PointsToHmm( fPoints ) * fConvertFactor; in PointsToPixels()
869 sal_Int32 PointsToHmm( double fPoints ) in PointsToHmm() argument
871 return static_cast<sal_Int32>( fPoints * factor + 0.5 ); in PointsToHmm()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx118 …oPixels( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal_Bool bVertic…
120 VBAHELPER_DLLPUBLIC sal_Int32 PointsToHmm( double fPoints );
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx682 double PointsToPixels( css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal_Bool … in PointsToPixels() argument
685 return fPoints * POINTTO100THMILLIMETERFACTOR * fConvertFactor; in PointsToPixels()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx888 double fPoints = MM100_TO_TWIP_UNSIGNED(nHeight) / 20.0; in QueryValue() local
890 static_cast<float>(::rtl::math::round(fPoints, 1)); in QueryValue()
929 double fPoints = MM100_TO_TWIP_UNSIGNED(nHeight) / 20.0; in QueryValue() local
931 static_cast<float>(::rtl::math::round(fPoints, 1)); in QueryValue()

Completed in 35 milliseconds