Searched refs:_tlx (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/desktop/source/splash/ |
| H A D | splash.cxx | 69 , _tlx(NOT_LOADED) in SplashScreen() 192 if ( NOT_LOADED == _tlx || NOT_LOADED == _tly ) in initialize() 194 _tlx = xtopleft.X(); // top-left x in initialize() 206 _tlx = sal_Int32( double( aSize.Width() ) * _fXPos ); in initialize() 221 if ( NOT_LOADED == _tlx || NOT_LOADED == _tly ) in initialize() 223 _tlx = _xoffset; // top-left x in initialize() 390 _tlx = temp; 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() [all …]
|
| H A D | splash.hxx | 103 long _height, _width, _tlx, _tly, _barwidth; member in desktop::SplashScreen
|