Lines Matching refs:aAdr
409 ScAddress aAdr; in JumpMatrix() local
410 PopSingleRef( aAdr ); in JumpMatrix()
419 ScBaseCell* pCell = GetCell( aAdr ); in JumpMatrix()
424 double fVal = GetCellValue( aAdr, pCell); in JumpMatrix()
464 ScAddress aAdr( aRange.aStart); in JumpMatrix() local
465 sal_uLong nCol = (sal_uLong)aAdr.Col() + nC; in JumpMatrix()
466 sal_uLong nRow = (sal_uLong)aAdr.Row() + nR; in JumpMatrix()
484 aAdr.SetCol( static_cast<SCCOL>(nCol) ); in JumpMatrix()
485 aAdr.SetRow( static_cast<SCROW>(nRow) ); in JumpMatrix()
486 ScBaseCell* pCell = GetCell( aAdr ); in JumpMatrix()
491 double fCellVal = GetCellValue( aAdr, pCell); in JumpMatrix()
825 ScAddress aAdr; in Compare() local
826 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in Compare()
828 ScBaseCell* pCell = GetCell( aAdr ); in Compare()
838 aComp.nVal[ i ] = GetCellValue( aAdr, pCell ); in Compare()
861 ScAddress aAdr; in CompareMat() local
881 PopSingleRef( aAdr ); in CompareMat()
882 ScBaseCell* pCell = GetCell( aAdr ); in CompareMat()
892 aComp.nVal[ i ] = GetCellValue( aAdr, pCell ); in CompareMat()
1173 ScAddress aAdr; in ScAnd() local
1174 PopSingleRef( aAdr ); in ScAnd()
1177 ScBaseCell* pCell = GetCell( aAdr ); in ScAnd()
1181 nRes &= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScAnd()
1271 ScAddress aAdr; in ScOr() local
1272 PopSingleRef( aAdr ); in ScOr()
1275 ScBaseCell* pCell = GetCell( aAdr ); in ScOr()
1279 nRes |= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScOr()
1369 ScAddress aAdr; in ScXor() local
1370 PopSingleRef( aAdr ); in ScXor()
1373 ScBaseCell* pCell = GetCell( aAdr ); in ScXor()
1377 nRes ^= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScXor()
1771 ScAddress aAdr; in ScIsEmpty() local
1772 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsEmpty()
1778 CellType eCellType = GetCellType( GetCell( aAdr ) ); in ScIsEmpty()
1823 ScAddress aAdr; in IsString() local
1824 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IsString()
1826 ScBaseCell* pCell = GetCell( aAdr ); in IsString()
1893 ScAddress aAdr; in ScIsLogical() local
1894 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsLogical()
1896 ScBaseCell* pCell = GetCell( aAdr ); in ScIsLogical()
1901 sal_uLong nFormat = GetCellNumberFormat( aAdr, pCell ); in ScIsLogical()
1932 ScAddress aAdr; in ScType() local
1933 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScType()
1935 ScBaseCell* pCell = GetCell( aAdr ); in ScType()
1950 sal_uLong nFormat = GetCellNumberFormat( aAdr, pCell ); in ScType()
2230 ScAddress aAdr; in ScIsRef() local
2231 PopSingleRef( aAdr ); in ScIsRef()
2273 ScAddress aAdr; in ScIsValue() local
2274 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsValue()
2276 ScBaseCell* pCell = GetCell( aAdr ); in ScIsValue()
2333 ScAddress aAdr; in ScIsFormula() local
2334 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsFormula()
2336 nRes = (GetCellType( GetCell( aAdr ) ) == CELLTYPE_FORMULA); in ScIsFormula()
2356 ScAddress aAdr; in ScFormula() local
2357 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScFormula()
2359 ScBaseCell* pCell = GetCell( aAdr ); in ScFormula()
2389 ScAddress aAdr; in ScIsNV() local
2390 PopDoubleRefOrSingleRef( aAdr ); in ScIsNV()
2395 ScBaseCell* pCell = GetCell( aAdr ); in ScIsNV()
2438 ScAddress aAdr; in ScIsErr() local
2439 PopDoubleRefOrSingleRef( aAdr ); in ScIsErr()
2444 ScBaseCell* pCell = GetCell( aAdr ); in ScIsErr()
2493 ScAddress aAdr; in ScIsError() local
2494 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScIsError()
2503 ScBaseCell* pCell = GetCell( aAdr ); in ScIsError()
2546 ScAddress aAdr; in IsEven() local
2547 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IsEven()
2549 ScBaseCell* pCell = GetCell( aAdr ); in IsEven()
2558 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2564 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2736 ScAddress aAdr; in ScT() local
2737 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScT()
2743 ScBaseCell* pCell = GetCell( aAdr ); in ScT()
2803 ScAddress aAdr; in ScValue() local
2804 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScValue()
2809 ScBaseCell* pCell = GetCell( aAdr ); in ScValue()
2814 PushDouble( GetCellValue(aAdr, pCell) ); in ScValue()
3010 ScAddress aAdr; in ScMin() local
3026 PopSingleRef( aAdr ); in ScMin()
3027 ScBaseCell* pCell = GetCell( aAdr ); in ScMin()
3030 nVal = GetCellValue( aAdr, pCell ); in ScMin()
3131 ScAddress aAdr; in ScMax() local
3147 PopSingleRef( aAdr ); in ScMax()
3148 ScBaseCell* pCell = GetCell( aAdr ); in ScMax()
3151 nVal = GetCellValue( aAdr, pCell ); in ScMax()
3253 ScAddress aAdr; in IterateParameters() local
3326 PopSingleRef( aAdr ); in IterateParameters()
3334 ScBaseCell* pCell = GetCell( aAdr ); in IterateParameters()
3348 fVal = GetCellValue( aAdr, pCell ); in IterateParameters()
3610 ScAddress aAdr; in GetStVarParams() local
3627 PopSingleRef( aAdr ); in GetStVarParams()
3628 ScBaseCell* pCell = GetCell( aAdr ); in GetStVarParams()
3631 fVal = GetCellValue( aAdr, pCell ); in GetStVarParams()
4290 ScAddress aAdr; in ScMatch() local
4291 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScMatch()
4296 ScBaseCell* pCell = GetCell( aAdr ); in ScMatch()
4299 fVal = GetCellValue( aAdr, pCell ); in ScMatch()
4483 ScAddress aAdr; in ScCountEmptyCells() local
4484 PopSingleRef( aAdr ); in ScCountEmptyCells()
4485 eCellType = GetCellType( GetCell( aAdr ) ); in ScCountEmptyCells()
4573 ScAddress aAdr; in IterateParametersIf() local
4574 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IterateParametersIf()
4577 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf()
4581 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4587 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4752 ScAddress aAdr; in IterateParametersIf() local
4753 aAdr.SetTab( nTab3 ); in IterateParametersIf()
4804 aAdr.SetCol( nCol + nColDiff); in IterateParametersIf()
4805 aAdr.SetRow( nRow + nRowDiff); in IterateParametersIf()
4806 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf()
4809 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4855 aAdr.SetCol( aCellIter.GetCol() + nColDiff); in IterateParametersIf()
4856 aAdr.SetRow( aCellIter.GetRow() + nRowDiff); in IterateParametersIf()
4857 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf()
4860 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4916 ScAddress aAdr; in ScCountIf() local
4917 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in ScCountIf()
4922 ScBaseCell* pCell = GetCell( aAdr ); in ScCountIf()
4926 fVal = GetCellValue( aAdr, pCell ); in ScCountIf()
4932 fVal = GetCellValue( aAdr, pCell ); in ScCountIf()
5132 ScAddress aAdr; in IterateParametersIfs() local
5133 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in IterateParametersIfs()
5136 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIfs()
5140 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5146 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5278 ScAddress aAdr; in IterateParametersIfs() local
5279 aAdr.SetTab( nTab1 ); in IterateParametersIfs()
5393 ScAddress aAdr; in IterateParametersIfs() local
5394 aAdr.SetTab( nMainTab1 ); in IterateParametersIfs()
5431 aAdr.SetCol( static_cast<SCCOL>(nCol) + nMainCol1); in IterateParametersIfs()
5432 aAdr.SetRow( static_cast<SCROW>(nRow) + nMainRow1); in IterateParametersIfs()
5433 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIfs()
5436 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5853 ScAddress aAdr; in ScLookup() local
5854 aAdr.SetTab(nResTab); in ScLookup()
5864 aAdr.SetCol(nResCol1); in ScLookup()
5865 aAdr.SetRow(nTempRow); in ScLookup()
5875 aAdr.SetCol(nTempCol); in ScLookup()
5876 aAdr.SetRow(nResRow1); in ScLookup()
5878 PushCellResultToken(true, aAdr, NULL, NULL); in ScLookup()
5948 ScAddress aAdr; in ScLookup() local
5949 aAdr.SetTab(nResTab); in ScLookup()
5959 aAdr.SetCol(nResCol1); in ScLookup()
5960 aAdr.SetRow(nTempRow); in ScLookup()
5970 aAdr.SetCol(nTempCol); in ScLookup()
5971 aAdr.SetRow(nResRow1); in ScLookup()
5973 PushCellResultToken( true, aAdr, NULL, NULL); in ScLookup()
6010 ScAddress aAdr; in ScLookup() local
6011 aAdr.SetTab(nTab1); in ScLookup()
6020 aAdr.SetCol(nCol2); in ScLookup()
6021 aAdr.SetRow(nTempRow); in ScLookup()
6031 aAdr.SetCol(nTempCol); in ScLookup()
6032 aAdr.SetRow(nRow2); in ScLookup()
6034 PushCellResultToken(true, aAdr, NULL, NULL); in ScLookup()
6256 ScAddress aAdr( nCol, nRow, nTab1 ); in CalculateLookup() local
6257 PushCellResultToken( true, aAdr, NULL, NULL); in CalculateLookup()
6289 ScAddress aAdr; in FillEntry() local
6290 if ( !PopDoubleRefOrSingleRef( aAdr ) ) in FillEntry()
6295 ScBaseCell* pCell = GetCell( aAdr ); in FillEntry()
6299 rEntry.nVal = GetCellValue( aAdr, pCell ); in FillEntry()
6412 ScAddress aAdr; in GetDBParams() local
6413 PopSingleRef( aAdr ); in GetDBParams()
6414 ScBaseCell* pCell = GetCell( aAdr ); in GetDBParams()
6416 nVal = GetCellValue( aAdr, pCell ); in GetDBParams()
6970 const ScAddress aAdr( nCol, nRow, 0); in ScAddressFunc() local
6971 aAdr.Format( aRefStr, nFlags, pDok, aDetails ); in ScAddressFunc()
8115 ScAddress aAdr; in ScErrorType() local
8116 if ( DoubleRefToPosSingleRef( aRange, aAdr ) ) in ScErrorType()
8117 nErr = pDok->GetErrCode( aAdr ); in ScErrorType()
8133 ScAddress aAdr; in ScErrorType() local
8134 if ( DoubleRefToPosSingleRef( aRange, aAdr ) ) in ScErrorType()
8135 nErr = pDok->GetErrCode( aAdr ); in ScErrorType()
8143 ScAddress aAdr; in ScErrorType() local
8144 PopSingleRef( aAdr ); in ScErrorType()
8148 nErr = pDok->GetErrCode( aAdr ); in ScErrorType()