Searched refs:_Centimeters (Results 1 – 6 of 6) sorted by relevance
134 float SAL_CALL SwVbaGlobals::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeException) in CentimetersToPoints() argument136 return getApplication()->CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
173 float SAL_CALL SwVbaApplication::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExcep… in CentimetersToPoints() argument175 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…
376 float SAL_CALL VbaApplicationBase::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExc… in CentimetersToPoints() argument380 return ( _Centimeters * rate ); in CentimetersToPoints()
62 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…
Completed in 78 milliseconds