Home
last modified time | relevance | path

Searched refs:CentimetersToPoints (Results 1 – 9 of 9) 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() function in SwVbaGlobals
136 return getApplication()->CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
H A Dvbaapplication.cxx173 float SAL_CALL SwVbaApplication::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExcep… in CentimetersToPoints() function in SwVbaApplication
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/oovbaapi/ooo/vba/word/
H A DXGlobals.idl48 float CentimetersToPoints([in] float Centimeters );
H A DXApplication.idl56 float CentimetersToPoints([in] float Centimeters );
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaapplicationbase.hxx62 …virtual float SAL_CALL CentimetersToPoints( float _Centimeters ) throw (css::uno::RuntimeException…
/trunk/main/oovbaapi/ooo/vba/
H A DXApplicationBase.idl50 float CentimetersToPoints([in] float Centimeters );
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx376 float SAL_CALL VbaApplicationBase::CentimetersToPoints( float _Centimeters ) throw (uno::RuntimeExc… in CentimetersToPoints() function in VbaApplicationBase

Completed in 37 milliseconds