Lines Matching refs:rModel
121 ITableModel& rModel; member
128 :rModel( _rModel ) in GridTableRenderer_Impl()
163 VerticalAlignment const eVertAlign = i_impl.rModel.getVerticalAlign(); in lcl_getAlignmentTextDrawFlags()
173 HorizontalAlignment const eHorzAlign = i_impl.rModel.getColumnCount() > 0 in lcl_getAlignmentTextDrawFlags()
174 … ? i_impl.rModel.getColumnModel( i_columnPos )->getHorizontalAlign() in lcl_getAlignmentTextDrawFlags()
246 …Color const background = lcl_getEffectiveColor( m_pImpl->rModel.getHeaderBackgroundColor(), _rStyl… in PaintHeaderArea()
253 ::boost::optional< ::Color > aLineColor( m_pImpl->rModel.getLineColor() ); in PaintHeaderArea()
271 PColumnModel const pColumn = m_pImpl->rModel.getColumnModel( _nCol ); in PaintColumnHeader()
276 …::Color const textColor = lcl_getEffectiveColor( m_pImpl->rModel.getTextColor(), _rStyle, &StyleSe… in PaintColumnHeader()
281 if ( !m_pImpl->rModel.isEnabled() ) in PaintColumnHeader()
285 ::boost::optional< ::Color > const aLineColor( m_pImpl->rModel.getLineColor() ); in PaintColumnHeader()
292 ITableDataSort const * pSortAdapter = m_pImpl->rModel.getSortAdapter(); in PaintColumnHeader()
343 ::boost::optional< ::Color > const aLineColor( m_pImpl->rModel.getLineColor() ); 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()
359 …::boost::optional< ::std::vector< ::Color > > aRowColors = m_pImpl->rModel.getRowBackgroundColors(… in PrepareRow()
405 ::boost::optional< ::Color > const aLineColor( m_pImpl->rModel.getLineColor() ); in PaintRowHeader()
410 Any const rowHeading( m_pImpl->rModel.getRowHeading( m_pImpl->nCurrentRow ) ); in PaintRowHeader()
414 …::Color const textColor = lcl_getEffectiveColor( m_pImpl->rModel.getHeaderTextColor(), _rStyle, &S… in PaintRowHeader()
419 if ( !m_pImpl->rModel.isEnabled() ) in PaintRowHeader()
464 ::boost::optional< ::Color > aLineColor( m_pImpl->rModel.getLineColor() ); in PaintCell()
471 …? lcl_getEffectiveColor( m_pImpl->rModel.getActiveSelectionBackColor(), _rStyle, &StyleSettings:… in PaintCell()
472 …: lcl_getEffectiveColor( m_pImpl->rModel.getInactiveSelectionBackColor(), _rStyle, &StyleSetting… in PaintCell()
490 …const HorizontalAlignment eHorzAlign = m_pImpl->rModel.getColumnModel( i_context.nColumn )->getHor… in impl_paintCellImage()
509 const VerticalAlignment eVertAlign = m_pImpl->rModel.getVerticalAlign(); in impl_paintCellImage()
524 sal_uInt16 const nStyle = m_pImpl->rModel.isEnabled() ? 0 : IMAGE_DRAW_DISABLE; in impl_paintCellImage()
532 m_pImpl->rModel.getCellContent( i_context.nColumn, m_pImpl->nCurrentRow, aCellContent ); in impl_paintCellContent()
559 …? lcl_getEffectiveColor( m_pImpl->rModel.getActiveSelectionTextColor(), i_context.rStyle, &Style… in impl_paintCellText()
560 …: lcl_getEffectiveColor( m_pImpl->rModel.getInactiveSelectionTextColor(), i_context.rStyle, &Sty… in impl_paintCellText()
565 …::Color const textColor = lcl_getEffectiveColor( m_pImpl->rModel.getTextColor(), i_context.rStyle,… in impl_paintCellText()
571 if ( !m_pImpl->rModel.isEnabled() ) in impl_paintCellText()