Home
last modified time | relevance | path

Searched refs:_Centimeters (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaglobals.cxx134 float SAL_CALL SwVbaGlobals::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeException) in CentimetersToPoints() argument
136 return getApplication()->CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
H A Dvbaapplication.cxx173 float SAL_CALL SwVbaApplication::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExcep… in CentimetersToPoints() argument
175 return VbaApplicationBase::CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
H A Dvbaapplication.hxx63 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…
H A Dvbaglobals.hxx68 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx376 float SAL_CALL VbaApplicationBase::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExc… in CentimetersToPoints() argument
380 return ( _Centimeters * rate ); in CentimetersToPoints()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaapplicationbase.hxx62 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…

Completed in 16 milliseconds