Home
last modified time | relevance | path

Searched refs:_rArea (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/svtools/source/table/
H A Dgridtablerenderer.cxx250 _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 Dtablecontrol_impl.cxx915 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()
/aoo42x/main/svtools/inc/svtools/table/
H A Dtablerenderer.hxx90 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 Dgridtablerenderer.hxx84 OutputDevice& _rDevice, const Rectangle& _rArea,
88 OutputDevice& _rDevice, const Rectangle& _rArea,
95 OutputDevice& _rDevice, const Rectangle& _rArea,
99 OutputDevice& _rDevice, const Rectangle& _rArea,
/aoo42x/main/vcl/source/control/
H A Dimgctrl.cxx83 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 61 milliseconds