Home
last modified time | relevance | path

Searched refs:_barwidth (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/desktop/source/splash/
H A Dsplash.cxx71 , _barwidth(NOT_LOADED) in SplashScreen()
197 if ( NOT_LOADED == _barwidth ) in initialize()
198 _barwidth = 263; in initialize()
210 _barwidth = sal_Int32( double( aSize.Width() ) * _fWidth ); in initialize()
217 if ( NOT_LOADED == _barwidth ) in initialize()
218 _barwidth = _width - (2 * _xoffset); in initialize()
376 _barwidth = temp; in loadConfig()
645 ImplControlValue aValue( _iProgress * _barwidth / _iMax); in Paint()
646 Rectangle aDrawRect( Point(_tlx, _tly), Size( _barwidth, _barheight ) ); in Paint()
672 long length = (_iProgress * _barwidth / _iMax); in Paint()
[all …]
H A Dsplash.hxx103 long _height, _width, _tlx, _tly, _barwidth; member in desktop::SplashScreen

Completed in 20 milliseconds