Lines Matching refs:aAdr

407                     ScAddress aAdr;  in JumpMatrix()  local
408 PopSingleRef( aAdr ); in JumpMatrix()
417 ScBaseCell* pCell = GetCell( aAdr ); in JumpMatrix()
422 double fVal = GetCellValue( aAdr, pCell); in JumpMatrix()
462 ScAddress aAdr( aRange.aStart); in JumpMatrix() local
463 sal_uLong nCol = (sal_uLong)aAdr.Col() + nC; in JumpMatrix()
464 sal_uLong nRow = (sal_uLong)aAdr.Row() + nR; in JumpMatrix()
482 aAdr.SetCol( static_cast<SCCOL>(nCol) ); in JumpMatrix()
483 aAdr.SetRow( static_cast<SCROW>(nRow) ); in JumpMatrix()
484 ScBaseCell* pCell = GetCell( aAdr ); in JumpMatrix()
489 double fCellVal = GetCellValue( aAdr, pCell); in JumpMatrix()
823 ScAddress aAdr; in Compare() local
824 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in Compare()
826 ScBaseCell* pCell = GetCell( aAdr ); in Compare()
836 aComp.nVal[ i ] = GetCellValue( aAdr, pCell ); in Compare()
859 ScAddress aAdr; in CompareMat() local
879 PopSingleRef( aAdr ); in CompareMat()
880 ScBaseCell* pCell = GetCell( aAdr ); in CompareMat()
890 aComp.nVal[ i ] = GetCellValue( aAdr, pCell ); in CompareMat()
1279 ScAddress aAdr; in ScAnd() local
1280 PopSingleRef( aAdr ); in ScAnd()
1283 ScBaseCell* pCell = GetCell( aAdr ); in ScAnd()
1287 nRes &= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScAnd()
1377 ScAddress aAdr; in ScOr() local
1378 PopSingleRef( aAdr ); in ScOr()
1381 ScBaseCell* pCell = GetCell( aAdr ); in ScOr()
1385 nRes |= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScOr()
1475 ScAddress aAdr; in ScXor() local
1476 PopSingleRef( aAdr ); in ScXor()
1479 ScBaseCell* pCell = GetCell( aAdr ); in ScXor()
1483 nRes ^= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScXor()
1908 ScAddress aAdr; in ScIsEmpty() local
1909 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsEmpty()
1915 CellType eCellType = GetCellType( GetCell( aAdr ) ); in ScIsEmpty()
1960 ScAddress aAdr; in IsString() local
1961 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IsString()
1963 ScBaseCell* pCell = GetCell( aAdr ); in IsString()
2030 ScAddress aAdr; in ScIsLogical() local
2031 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsLogical()
2033 ScBaseCell* pCell = GetCell( aAdr ); in ScIsLogical()
2038 sal_uLong nFormat = GetCellNumberFormat( aAdr, pCell ); in ScIsLogical()
2069 ScAddress aAdr; in ScType() local
2070 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScType()
2072 ScBaseCell* pCell = GetCell( aAdr ); in ScType()
2087 sal_uLong nFormat = GetCellNumberFormat( aAdr, pCell ); in ScType()
2367 ScAddress aAdr; in ScIsRef() local
2368 PopSingleRef( aAdr ); in ScIsRef()
2410 ScAddress aAdr; in ScIsValue() local
2411 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsValue()
2413 ScBaseCell* pCell = GetCell( aAdr ); in ScIsValue()
2470 ScAddress aAdr; in ScIsFormula() local
2471 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsFormula()
2473 nRes = (GetCellType( GetCell( aAdr ) ) == CELLTYPE_FORMULA); in ScIsFormula()
2493 ScAddress aAdr; in ScFormula() local
2494 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScFormula()
2496 ScBaseCell* pCell = GetCell( aAdr ); in ScFormula()
2526 ScAddress aAdr; in ScIsNV() local
2527 PopDoubleRefOrSingleRef( aAdr ); in ScIsNV()
2532 ScBaseCell* pCell = GetCell( aAdr ); in ScIsNV()
2575 ScAddress aAdr; in ScIsErr() local
2576 PopDoubleRefOrSingleRef( aAdr ); in ScIsErr()
2581 ScBaseCell* pCell = GetCell( aAdr ); in ScIsErr()
2630 ScAddress aAdr; in ScIsError() local
2631 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsError()
2640 ScBaseCell* pCell = GetCell( aAdr ); in ScIsError()
2683 ScAddress aAdr; in IsEven() local
2684 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IsEven()
2686 ScBaseCell* pCell = GetCell( aAdr ); in IsEven()
2695 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2701 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2873 ScAddress aAdr; in ScT() local
2874 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScT()
2880 ScBaseCell* pCell = GetCell( aAdr ); in ScT()
2940 ScAddress aAdr; in ScValue() local
2941 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScValue()
2946 ScBaseCell* pCell = GetCell( aAdr ); in ScValue()
2951 PushDouble( GetCellValue(aAdr, pCell) ); in ScValue()
3147 ScAddress aAdr; in ScMin() local
3163 PopSingleRef( aAdr ); in ScMin()
3164 ScBaseCell* pCell = GetCell( aAdr ); in ScMin()
3167 nVal = GetCellValue( aAdr, pCell ); in ScMin()
3268 ScAddress aAdr; in ScMax() local
3284 PopSingleRef( aAdr ); in ScMax()
3285 ScBaseCell* pCell = GetCell( aAdr ); in ScMax()
3288 nVal = GetCellValue( aAdr, pCell ); in ScMax()
3390 ScAddress aAdr; in IterateParameters() local
3463 PopSingleRef( aAdr ); in IterateParameters()
3471 ScBaseCell* pCell = GetCell( aAdr ); in IterateParameters()
3485 fVal = GetCellValue( aAdr, pCell ); in IterateParameters()
3747 ScAddress aAdr; in GetStVarParams() local
3764 PopSingleRef( aAdr ); in GetStVarParams()
3765 ScBaseCell* pCell = GetCell( aAdr ); in GetStVarParams()
3768 fVal = GetCellValue( aAdr, pCell ); in GetStVarParams()
4427 ScAddress aAdr; in ScMatch() local
4428 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScMatch()
4433 ScBaseCell* pCell = GetCell( aAdr ); in ScMatch()
4436 fVal = GetCellValue( aAdr, pCell ); in ScMatch()
4620 ScAddress aAdr; in ScCountEmptyCells() local
4621 PopSingleRef( aAdr ); in ScCountEmptyCells()
4622 eCellType = GetCellType( GetCell( aAdr ) ); in ScCountEmptyCells()
4710 ScAddress aAdr; in IterateParametersIf() local
4711 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IterateParametersIf()
4714 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf()
4718 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4724 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4889 ScAddress aAdr; in IterateParametersIf() local
4890 aAdr.SetTab( nTab3 ); in IterateParametersIf()
4941 aAdr.SetCol( nCol + nColDiff); in IterateParametersIf()
4942 aAdr.SetRow( nRow + nRowDiff); in IterateParametersIf()
4943 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf()
4946 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4992 aAdr.SetCol( aCellIter.GetCol() + nColDiff); in IterateParametersIf()
4993 aAdr.SetRow( aCellIter.GetRow() + nRowDiff); in IterateParametersIf()
4994 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf()
4997 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
5053 ScAddress aAdr; in ScCountIf() local
5054 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScCountIf()
5059 ScBaseCell* pCell = GetCell( aAdr ); in ScCountIf()
5063 fVal = GetCellValue( aAdr, pCell ); in ScCountIf()
5069 fVal = GetCellValue( aAdr, pCell ); in ScCountIf()
5269 ScAddress aAdr; in IterateParametersIfs() local
5270 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IterateParametersIfs()
5273 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIfs()
5277 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5283 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5415 ScAddress aAdr; in IterateParametersIfs() local
5416 aAdr.SetTab( nTab1 ); in IterateParametersIfs()
5530 ScAddress aAdr; in IterateParametersIfs() local
5531 aAdr.SetTab( nMainTab1 ); in IterateParametersIfs()
5568 aAdr.SetCol( static_cast<SCCOL>(nCol) + nMainCol1); in IterateParametersIfs()
5569 aAdr.SetRow( static_cast<SCROW>(nRow) + nMainRow1); in IterateParametersIfs()
5570 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIfs()
5573 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5990 ScAddress aAdr; in ScLookup() local
5991 aAdr.SetTab(nResTab); in ScLookup()
6001 aAdr.SetCol(nResCol1); in ScLookup()
6002 aAdr.SetRow(nTempRow); in ScLookup()
6012 aAdr.SetCol(nTempCol); in ScLookup()
6013 aAdr.SetRow(nResRow1); in ScLookup()
6015 PushCellResultToken(true, aAdr, NULL, NULL); in ScLookup()
6085 ScAddress aAdr; in ScLookup() local
6086 aAdr.SetTab(nResTab); in ScLookup()
6096 aAdr.SetCol(nResCol1); in ScLookup()
6097 aAdr.SetRow(nTempRow); in ScLookup()
6107 aAdr.SetCol(nTempCol); in ScLookup()
6108 aAdr.SetRow(nResRow1); in ScLookup()
6110 PushCellResultToken( true, aAdr, NULL, NULL); in ScLookup()
6147 ScAddress aAdr; in ScLookup() local
6148 aAdr.SetTab(nTab1); in ScLookup()
6157 aAdr.SetCol(nCol2); in ScLookup()
6158 aAdr.SetRow(nTempRow); in ScLookup()
6168 aAdr.SetCol(nTempCol); in ScLookup()
6169 aAdr.SetRow(nRow2); in ScLookup()
6171 PushCellResultToken(true, aAdr, NULL, NULL); in ScLookup()
6393 ScAddress aAdr( nCol, nRow, nTab1 ); in CalculateLookup() local
6394 PushCellResultToken( true, aAdr, NULL, NULL); in CalculateLookup()
6426 ScAddress aAdr; in FillEntry() local
6427 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in FillEntry()
6432 ScBaseCell* pCell = GetCell( aAdr ); in FillEntry()
6436 rEntry.nVal = GetCellValue( aAdr, pCell ); in FillEntry()
6549 ScAddress aAdr; in GetDBParams() local
6550 PopSingleRef( aAdr ); in GetDBParams()
6551 ScBaseCell* pCell = GetCell( aAdr ); in GetDBParams()
6553 nVal = GetCellValue( aAdr, pCell ); in GetDBParams()
7107 const ScAddress aAdr( nCol, nRow, 0); in ScAddressFunc() local
7108 aAdr.Format( aRefStr, nFlags, pDok, aDetails ); in ScAddressFunc()
8252 ScAddress aAdr; in ScErrorType() local
8253 if ( DoubleRefToPosSingleRef( aRange, aAdr ) ) in ScErrorType()
8254 nErr = pDok->GetErrCode( aAdr ); in ScErrorType()
8270 ScAddress aAdr; in ScErrorType() local
8271 if ( DoubleRefToPosSingleRef( aRange, aAdr ) ) in ScErrorType()
8272 nErr = pDok->GetErrCode( aAdr ); in ScErrorType()
8280 ScAddress aAdr; in ScErrorType() local
8281 PopSingleRef( aAdr ); in ScErrorType()
8285 nErr = pDok->GetErrCode( aAdr ); in ScErrorType()