Lines Matching refs:_tly
70 , _tly(NOT_LOADED) in SplashScreen()
192 if ( NOT_LOADED == _tlx || NOT_LOADED == _tly ) in initialize()
195 _tly = xtopleft.Y(); // top-left y in initialize()
207 _tly = sal_Int32( double( aSize.Height() ) * _fYPos ); in initialize()
221 if ( NOT_LOADED == _tlx || NOT_LOADED == _tly ) in initialize()
224 _tly = _height - _yoffset; // top-left y in initialize()
391 _tly = sPosition.getToken( 0, ',', idx ).toInt32(); in loadConfig()
646 Rectangle aDrawRect( Point(_tlx, _tly), Size( _barwidth, _barheight ) ); in Paint()
683 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint()
686 …_vdev.DrawRect(Rectangle(_tlx+_barspace, _tly+_barspace, _tlx+_barspace+length, _tly+_barheight-_b… 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()