Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx187 mxShape->setPosition( awt::Point( PointsToHmm( fLeft ), mxShape->getPosition().Y ) ); in setLeft()
199 mxShape->setPosition( awt::Point( mxShape->getPosition().X, PointsToHmm( fTop ) ) ); in setTop()
211 mxShape->setSize( awt::Size( PointsToHmm( fWidth ), mxShape->getSize().Height ) ); in setWidth()
223 mxShape->setSize( awt::Size( mxShape->getSize().Width, PointsToHmm( fHeight ) ) ); in setHeight()
H A Dvbasheetobjects.cxx64 return PointsToHmm( ::rtl::math::approxFloor( rPoints.get< double >() / 0.75 ) * 0.75 ); in lclPointsToHmm()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx861 return PointsToHmm( fPoints ) * fConvertFactor; in PointsToPixels()
869 sal_Int32 PointsToHmm( double fPoints ) in PointsToHmm() function
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx120 VBAHELPER_DLLPUBLIC sal_Int32 PointsToHmm( double fPoints );

Completed in 33 milliseconds