Lines Matching refs:_barheight
72 , _barheight(NOT_LOADED) in SplashScreen()
199 if ( NOT_LOADED == _barheight ) in initialize()
200 _barheight = 8; in initialize()
212 _barheight = sal_Int32( double( aSize.Width() ) * _fHeight ); in initialize()
219 if ( NOT_LOADED == _barheight ) in initialize()
220 _barheight = 6; in initialize()
377 _barheight = sSize.getToken( 0, ',', idx ).toInt32(); in loadConfig()
381 if ( _barheight >= 10 ) in loadConfig()
646 Rectangle aDrawRect( Point(_tlx, _tly), Size( _barwidth, _barheight ) ); in Paint()
654 aDrawRect.Top() -= (nProgressHeight - _barheight)/2; in Paint()
655 aDrawRect.Bottom() += (nProgressHeight - _barheight)/2; in Paint()
683 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint()
686 …wRect(Rectangle(_tlx+_barspace, _tly+_barspace, _tlx+_barspace+length, _tly+_barheight-_barspace)); 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()
700 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+length, _tly+_barheight)); in Paint()
703 …_vdev.DrawText( Rectangle(_tlx, _tly+_barheight+5, _tlx+_barwidth, _tly+_barheight+5+20), _sProgre… in Paint()