Lines Matching refs:aPos

133         aDestPos = static_cast< const ScFormulaCell* >( this )->aPos;  in CloneWithoutNote()
256 rRef1.CalcAbsIfRel( pFormCell->aPos ); in StartListeningTo()
266 t->CalcAbsIfRel( pFormCell->aPos ); in StartListeningTo()
317 ScAddress aPos ) in EndListeningTo() argument
333 aPos = pFormCell->aPos; in EndListeningTo()
346 rRef1.CalcAbsIfRel( aPos ); in EndListeningTo()
356 t->CalcAbsIfRel( aPos ); in EndListeningTo()
646 aPos(0,0,0) in ScFormulaCell()
676 aPos( rPos ) in ScFormulaCell()
708 aPos( rPos ) in ScFormulaCell()
713 ScCompiler aComp( pDocument, aPos, *pCode); in ScFormulaCell()
749 aPos( rPos ) in ScFormulaCell()
759 pCode->ReadjustRelative3DReferences( rCell.aPos, aPos ); in ScFormulaCell()
856 rRef.CalcAbsIfRel( aPos ); in GetFormula()
869 ScCompiler aComp( pDocument, aPos, *pCode); in GetFormula()
881 ScCompiler aComp( pDocument, aPos, *pCode); in GetFormula()
931 ScCompiler aComp( pDocument, aPos); in Compile()
977 ScCompiler aComp(pDocument, aPos, *pCode); in CompileTokenArray()
1005 ScCompiler aComp( pDocument, aPos, *pCode); in CompileXML()
1066 ScCompiler aComp(pDocument, aPos, *pCode); in CalcAfterLoad()
1156 aDebugThisPos = pCell->aPos; in Interpret()
1164 pCell->aPos.Format( aStr, SCA_VALID | SCA_TAB_3D, pCell->GetDocument(), in Interpret()
1538 ScInterpreter* p = new ScInterpreter( this, pDocument, aPos, *pCode ); in InterpretTail()
1640 if ( !bContentChanged && pDocument->IsStreamValid(aPos.Tab()) ) in InterpretTail()
1674 if ( bChanged && !bContentChanged && pDocument->IsStreamValid(aPos.Tab()) ) in InterpretTail()
1696 sal_uLong nFormat = pDocument->GetNumberFormat( aPos ); in InterpretTail()
1729 if (bContentChanged && pDocument->IsStreamValid(aPos.Tab())) in InterpretTail()
1733 pDocument->SetStreamValid(aPos.Tab(), sal_False, sal_True); in InterpretTail()
1743 aPos.Col(), aPos.Row(), aPos.Tab(), ATTR_VALIDDATA ))->GetValue(); in InterpretTail()
1747 if ( pData && !pData->IsDataValid( this, aPos ) ) in InterpretTail()
1860 if (pDocument->IsStreamValid(aPos.Tab())) in SetDirty()
1861 pDocument->SetStreamValid(aPos.Tab(), sal_False); in SetDirty()
1933 sal_uLong nCellFormat = pDocument->GetNumberFormat( aPos ); in GetURLResult()
2002 aPos = pCell->aPos; in ScDetectiveRefIter()
2027 p->CalcAbsIfRel( aPos ); in GetNextRef()
2033 p->CalcAbsIfRel( aPos ); in GetNextRef()