Lines Matching refs:_barwidth
71 , _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()
683 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint()
687 …_vdev.DrawText( Rectangle(_tlx, _tly+_barheight+5, _tlx+_barwidth, _tly+_barheight+5+20), _sProgre… in Paint()
696 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint()
703 …_vdev.DrawText( Rectangle(_tlx, _tly+_barheight+5, _tlx+_barwidth, _tly+_barheight+5+20), _sProgre… in Paint()