Searched refs:aFormulaPos (Results 1 – 3 of 3) sorted by relevance
40 ScAddress aFormulaPos; member59 , aFormulaPos( r.aFormulaPos ) in ScInterpreterTableOpParams()74 aFormulaPos = r.aFormulaPos; in operator =()91 aFormulaPos == r.aFormulaPos ; in operator ==()
686 ScAddress aFormulaPos( 0, 0, nTempSheet ); in callFunction() local689 ScFormulaCell* pFormula = new ScFormulaCell( pDoc, aFormulaPos, in callFunction()691 pDoc->PutCell( aFormulaPos, pFormula ); //! necessary? in callFunction()
3001 PopSingleRef( pTableOp->aFormulaPos ); in ScTableOp()3030 ScBaseCell* pFCell = pDok->GetCell( pTableOp->aFormulaPos ); in ScTableOp()3034 PushDouble( GetCellValue( pTableOp->aFormulaPos, pFCell )); in ScTableOp()
Completed in 654 milliseconds