Lines Matching defs:pCell
154 sal_uLong ScInterpreter::GetCellNumberFormat( const ScAddress& rPos, const ScBaseCell* pCell) in GetCellNumberFormat()
182 double ScInterpreter::GetValueCellValue( const ScAddress& rPos, const ScValueCell* pCell ) in GetValueCellValue()
399 double ScInterpreter::GetCellValue( const ScAddress& rPos, const ScBaseCell* pCell ) in GetCellValue()
411 double ScInterpreter::GetCellValueOrZero( const ScAddress& rPos, const ScBaseCell* pCell ) in GetCellValueOrZero()
487 void ScInterpreter::GetCellString( String& rStr, const ScBaseCell* pCell ) in GetCellString()
573 ScBaseCell* pCell = pDok->GetCell( aAdr ); in CreateDoubleArr() local
655 ScBaseCell* pCell; in CreateStringArr() local
759 ScBaseCell* pCell = pDok->GetCell( aAdr ); in CreateCellArr() local
958 ScBaseCell* pCell = pDok->GetCell( rAddress); in PushCellResultToken() local
1900 ScBaseCell* pCell = GetCell( aAdr ); in GetDouble() local
1911 ScBaseCell* pCell = GetCell( aAdr ); in GetDouble() local
2004 ScBaseCell* pCell = GetCell( aAdr ); in GetString() local
2019 ScBaseCell* pCell = GetCell( aAdr ); in GetString() local
2518 ScBaseCell* pCell = GetCell( aAdr ); in ScExternal() local
2568 ScBaseCell* pCell = GetCell( aAdr ); in ScExternal() local
2930 ScBaseCell* pCell = pDok->GetCell( rPos ); in SetSbxVariable() local
3017 ScBaseCell* pCell = pDok->GetCell( *iBroadcast ); in ScTableOp() local
3293 ScInterpreter::ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc, in ScInterpreter()