Searched refs:_rArea (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 250 _rDevice.DrawRect( _rArea ); in PaintHeaderArea() 256 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintHeaderArea() 257 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight() ); in PaintHeaderArea() 288 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight()); in PaintColumnHeader() 289 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintColumnHeader() 298 long const nHeaderHeight( _rArea.GetHeight() ); in PaintColumnHeader() 309 … Point( _rArea.Left() + nSortIndicatorPaddingX, _rArea.Top() + nSortIndicatorPaddingY ), in PaintColumnHeader() 408 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintRowHeader() 458 Rectangle const aContentArea( lcl_getContentArea( *m_pImpl, _rArea ) ); in PaintCell() 476 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintCell() [all …]
|
H A D | tablecontrol_impl.cxx | 915 TableSize lcl_getColumnsVisibleWithin( const Rectangle& _rArea, ColPos _nFirstVisibleColumn, in lcl_getColumnsVisibleWithin() argument 919 TableColumnGeometry aColumn( _rControl, _rArea, _nFirstVisibleColumn ); in lcl_getColumnsVisibleWithin() 923 if ( aColumn.getRect().Right() > _rArea.Right() ) in lcl_getColumnsVisibleWithin()
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablerenderer.hxx | 90 OutputDevice& _rDevice, const Rectangle& _rArea, 112 OutputDevice& _rDevice, const Rectangle& _rArea, 176 OutputDevice& _rDevice, Rectangle const & _rArea, 207 OutputDevice& _rDevice, const Rectangle& _rArea,
|
H A D | gridtablerenderer.hxx | 84 OutputDevice& _rDevice, const Rectangle& _rArea, 88 OutputDevice& _rDevice, const Rectangle& _rArea, 95 OutputDevice& _rDevice, const Rectangle& _rArea, 99 OutputDevice& _rDevice, const Rectangle& _rArea,
|
/aoo4110/main/vcl/source/control/ |
H A D | imgctrl.cxx | 83 static Point lcl_centerWithin( const Rectangle& _rArea, const Size& _rObjectSize ) in lcl_centerWithin() argument 85 Point aPos( _rArea.TopLeft() ); in lcl_centerWithin() 86 aPos.X() += ( _rArea.GetWidth() - _rObjectSize.Width() ) / 2; in lcl_centerWithin() 87 aPos.Y() += ( _rArea.GetHeight() - _rObjectSize.Height() ) / 2; in lcl_centerWithin()
|
Completed in 46 milliseconds