Lines Matching refs:pRow
266 void DbGridColumn::UpdateFromField(const DbGridRow* pRow, const Reference< XNumberFormatter >& xFor… in UpdateFromField() argument
270 else if (pRow && pRow->IsValid() && m_nFieldPos >= 0 && m_pCell && pRow->HasField(m_nFieldPos)) in UpdateFromField()
272 …PTR_CAST(FmXDataCell, m_pCell)->UpdateFromField( pRow->GetField( m_nFieldPos ).getColumn(), xForma… in UpdateFromField()
415 String DbGridColumn::GetCellText(const DbGridRow* pRow, const Reference< XNumberFormatter >& xForma… in GetCellText() argument
421 if (!pRow || !pRow->IsValid()) in GetCellText()
423 else if (pRow->HasField(m_nFieldPos)) in GetCellText()
425 aText = GetCellText( pRow->GetField( m_nFieldPos ).getColumn(), xFormatter ); in GetCellText()
460 const DbGridRow* pRow, in Paint() argument
469 if (!pRow || !pRow->IsValid()) in Paint()
477 else if (m_bAutoValue && pRow->IsNew()) in Paint()
498 else if (pRow->HasField(m_nFieldPos)) in Paint()
500 … pDataCell->PaintFieldToCell(rDev, rRect, pRow->GetField( m_nFieldPos ).getColumn(), xFormatter); in Paint()
505 if (!pRow || !pRow->IsValid()) in Paint()
513 else if (pRow->HasField(m_nFieldPos) && m_bObject) in Paint()