Lines Matching refs:rPos

85 void ScInterpreter::ReplaceCell( ScAddress& rPos )  in ReplaceCell()  argument
91 if ( rPos == pTOp->aOld1 ) in ReplaceCell()
93 rPos = pTOp->aNew1; in ReplaceCell()
96 else if ( rPos == pTOp->aOld2 ) in ReplaceCell()
98 rPos = pTOp->aNew2; in ReplaceCell()
154 sal_uLong ScInterpreter::GetCellNumberFormat( const ScAddress& rPos, const ScBaseCell* pCell) in GetCellNumberFormat() argument
165 nFormat = pDok->GetNumberFormat( rPos ); in GetCellNumberFormat()
173 nFormat = pDok->GetNumberFormat( rPos ); in GetCellNumberFormat()
182 double ScInterpreter::GetValueCellValue( const ScAddress& rPos, const ScValueCell* pCell ) in GetValueCellValue() argument
188 sal_uLong nFormat = pDok->GetNumberFormat( rPos ); in GetValueCellValue()
399 double ScInterpreter::GetCellValue( const ScAddress& rPos, const ScBaseCell* pCell ) in GetCellValue() argument
404 double nVal = GetCellValueOrZero( rPos, pCell ); in GetCellValue()
411 double ScInterpreter::GetCellValueOrZero( const ScAddress& rPos, const ScBaseCell* pCell ) in GetCellValueOrZero() argument
430 rPos, pFCell ); in GetCellValueOrZero()
449 nCurFmtIndex = pDok->GetNumberFormat( rPos ); in GetCellValueOrZero()
2926 sal_Bool ScInterpreter::SetSbxVariable( SbxVariable* pVar, const ScAddress& rPos ) in SetSbxVariable() argument
2930 ScBaseCell* pCell = pDok->GetCell( rPos ); in SetSbxVariable()
2938 nVal = GetValueCellValue( rPos, (ScValueCell*)pCell ); in SetSbxVariable()
3294 const ScAddress& rPos, ScTokenArray& r ) : in ScInterpreter() argument
3296 aPos( rPos ), in ScInterpreter()