Searched refs:_fWidth (Results 1 – 5 of 5) sorted by relevance
76 , _fWidth(-1.0) in SplashScreen()209 if ( _fWidth >= 0.0 ) in initialize()210 _barwidth = sal_Int32( double( aSize.Width() ) * _fWidth ); in initialize()318 determineProgressRatioValues( _fXPos, _fYPos, _fWidth, _fHeight ); in loadConfig()
106 double _fWidth, _fHeight; member in desktop::SplashScreen
173 ScVbaChartObject::setWidth(double _fWidth) throw ( script::BasicErrorException ) in setWidth() argument175 oShapeHelper->setWidth(_fWidth); in setWidth()
184 void setWidth(double _fWidth) throw ( css::script::BasicErrorException );
1234 void ShapeHelper::setWidth(double _fWidth) throw ( css::script::BasicErrorException ) in setWidth() argument1239 aSize.Width = Millimeter::getInHundredthsOfOneMillimeter(_fWidth); in setWidth()
Completed in 32 milliseconds