Searched refs:CentimetersToPoints (Results 1 – 9 of 9) sorted by relevance
134 float SAL_CALL SwVbaGlobals::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeException) in CentimetersToPoints() function in SwVbaGlobals136 return getApplication()->CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
173 float SAL_CALL SwVbaApplication::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExcep… in CentimetersToPoints() function in SwVbaApplication175 return VbaApplicationBase::CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
63 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…
68 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…
48 float CentimetersToPoints([in] float Centimeters );
56 float CentimetersToPoints([in] float Centimeters );
62 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…
50 float CentimetersToPoints([in] float Centimeters );
376 float SAL_CALL VbaApplicationBase::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExc… in CentimetersToPoints() function in VbaApplicationBase
Completed in 49 milliseconds