Lines Matching refs:_rArea
238 … OutputDevice& _rDevice, const Rectangle& _rArea, bool _bIsColHeaderArea, bool _bIsRowHeaderArea, in PaintHeaderArea() argument
250 _rDevice.DrawRect( _rArea ); in PaintHeaderArea()
256 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintHeaderArea()
257 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight() ); in PaintHeaderArea()
266 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintColumnHeader() argument
279 Rectangle const aTextRect( lcl_getTextRenderingArea( lcl_getContentArea( *m_pImpl, _rArea ) ) ); in PaintColumnHeader()
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()
317 … Point( _rArea.Right() - nSortIndicatorPaddingX - aBitmapSize.Width(), nSortIndicatorPaddingY ), in PaintColumnHeader()
400 …owHeader( bool i_hasControlFocus, bool _bSelected, OutputDevice& _rDevice, const Rectangle& _rArea, in PaintRowHeader() argument
408 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintRowHeader()
417 … Rectangle const aTextRect( lcl_getTextRenderingArea( lcl_getContentArea( *m_pImpl, _rArea ) ) ); in PaintRowHeader()
454 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintCell() argument
458 Rectangle const aContentArea( lcl_getContentArea( *m_pImpl, _rArea ) ); in PaintCell()
476 _rDevice.DrawLine( _rArea.BottomLeft(), _rArea.BottomRight() ); in PaintCell()
477 _rDevice.DrawLine( _rArea.BottomRight(), _rArea.TopRight() ); in PaintCell()