Searched refs:CentimetersToPoints (Results 1 – 9 of 9) sorted by relevance
134 float SAL_CALL SwVbaGlobals::CentimetersToPoints( float _Centimeters ) in CentimetersToPoints() function in SwVbaGlobals136 return getApplication()->CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
173 float SAL_CALL SwVbaApplication::CentimetersToPoints( float _Centimeters ) in CentimetersToPoints() function in SwVbaApplication175 return VbaApplicationBase::CentimetersToPoints( _Centimeters ); in CentimetersToPoints()
63 virtual float SAL_CALL CentimetersToPoints( float _Centimeters );
68 virtual float SAL_CALL CentimetersToPoints( float _Centimeters );
48 float CentimetersToPoints([in] float Centimeters );
56 float CentimetersToPoints([in] float Centimeters );
62 virtual float SAL_CALL CentimetersToPoints( float _Centimeters );
50 float CentimetersToPoints([in] float Centimeters );
373 float SAL_CALL VbaApplicationBase::CentimetersToPoints( float _Centimeters ) in CentimetersToPoints() function in VbaApplicationBase