Home
last modified time | relevance | path

Searched refs:_fWidth (Results 1 – 5 of 5) sorted by relevance

/trunk/main/desktop/source/splash/
H A Dsplash.cxx76 , _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()
H A Dsplash.hxx106 double _fWidth, _fHeight; member in desktop::SplashScreen
/trunk/main/sc/source/ui/vba/
H A Dvbachartobject.cxx173 ScVbaChartObject::setWidth(double _fWidth) throw ( script::BasicErrorException ) in setWidth() argument
175 oShapeHelper->setWidth(_fWidth); in setWidth()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1234 void ShapeHelper::setWidth(double _fWidth) throw ( css::script::BasicErrorException ) in setWidth() argument
1239 aSize.Width = Millimeter::getInHundredthsOfOneMillimeter(_fWidth); in setWidth()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx184 void setWidth(double _fWidth) throw ( css::script::BasicErrorException );

Completed in 42 milliseconds