Home
last modified time | relevance | path

Searched refs:pDataCell (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx286 FmXDataCell* pDataCell = PTR_CAST(FmXDataCell, m_pCell); in Commit() local
287 if (bResult && pDataCell) in Commit()
466 FmXDataCell* pDataCell = PTR_CAST(FmXDataCell, m_pCell); in Paint() local
467 if (pDataCell) in Paint()
500pDataCell->PaintFieldToCell(rDev, rRect, pRow->GetField( m_nFieldPos ).getColumn(), xFormatter); in Paint()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx5756 const ScBaseCell* pDataCell = GetCell( aDataAdr ); in ScLookup() local
5757 if (HasCellEmptyData( pDataCell)) in ScLookup()
5762 else if (HasCellValueData( pDataCell)) in ScLookup()
5764 fDataVal = GetCellValue( aDataAdr, pDataCell ); in ScLookup()
5768 GetCellString( aDataStr, pDataCell ); in ScLookup()

Completed in 70 milliseconds