Lines Matching refs:_rStyle

239         const StyleSettings& _rStyle )  in PaintHeaderArea()  argument
246 …und = lcl_getEffectiveColor( m_pImpl->rModel.getHeaderBackgroundColor(), _rStyle, &StyleSettings::… in PaintHeaderArea()
254 ::Color const lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintHeaderArea()
266 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintColumnHeader() argument
276 …::Color const textColor = lcl_getEffectiveColor( m_pImpl->rModel.getTextColor(), _rStyle, &StyleSe… in PaintColumnHeader()
286 ::Color const lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintColumnHeader()
299 …Ex const aIndicatorBitmap = m_pImpl->aSortIndicator.getBitmapFor( _rDevice, nHeaderHeight, _rStyle, in PaintColumnHeader()
334 OutputDevice& _rDevice, const Rectangle& _rRowArea, const StyleSettings& _rStyle ) in PrepareRow() argument
341 ::Color backgroundColor = _rStyle.GetFieldColor(); in PrepareRow()
344 ::Color lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PrepareRow()
347 …lcl_getEffectiveColor( m_pImpl->rModel.getActiveSelectionBackColor(), _rStyle, &StyleSettings::Get… in PrepareRow()
353 …: lcl_getEffectiveColor( m_pImpl->rModel.getInactiveSelectionBackColor(), _rStyle, &StyleSetting… in PrepareRow()
363 Color const fieldColor = _rStyle.GetFieldColor(); in PrepareRow()
364 if ( _rStyle.GetHighContrastMode() || ( ( m_pImpl->nCurrentRow % 2 ) == 0 ) ) in PrepareRow()
382 backgroundColor = _rStyle.GetFieldColor(); in PrepareRow()
401 const StyleSettings& _rStyle ) in PaintRowHeader() argument
406 ::Color const lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintRowHeader()
414 …textColor = lcl_getEffectiveColor( m_pImpl->rModel.getHeaderTextColor(), _rStyle, &StyleSettings::… in PaintRowHeader()
454 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintCell() argument
459 …CellRenderContext const aRenderContext( _rDevice, aContentArea, _rStyle, i_column, _bSelected, i_h… in PaintCell()
465 ::Color lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintCell()
471 … lcl_getEffectiveColor( m_pImpl->rModel.getActiveSelectionBackColor(), _rStyle, &StyleSettings::… in PaintCell()
472 … lcl_getEffectiveColor( m_pImpl->rModel.getInactiveSelectionBackColor(), _rStyle, &StyleSettings::… in PaintCell()