Lines Matching refs:aAdr

2295             ScAddress aAdr;  in ScZTest()  local
2296 PopSingleRef( aAdr ); in ScZTest()
2297 ScBaseCell* pCell = GetCell( aAdr ); in ScZTest()
2300 fVal = GetCellValue( aAdr, pCell ); in ScZTest()
2731 ScAddress aAdr; in ScHarMean() local
2752 PopSingleRef( aAdr ); in ScHarMean()
2753 ScBaseCell* pCell = GetCell( aAdr ); in ScHarMean()
2756 double x = GetCellValue( aAdr, pCell ); in ScHarMean()
2851 ScAddress aAdr; in ScGeoMean() local
2873 PopSingleRef( aAdr ); in ScGeoMean()
2874 ScBaseCell* pCell = GetCell( aAdr ); in ScGeoMean()
2877 double x = GetCellValue( aAdr, pCell ); in ScGeoMean()
2993 ScAddress aAdr; in CalculateSkew() local
3010 PopSingleRef( aAdr ); in CalculateSkew()
3011 ScBaseCell* pCell = GetCell( aAdr ); in CalculateSkew()
3014 fVal = GetCellValue( aAdr, pCell ); in CalculateSkew()
3415 ScAddress aAdr; in GetNumberSequenceArray() local
3428 PopSingleRef( aAdr ); in GetNumberSequenceArray()
3429 ScBaseCell* pCell = GetCell( aAdr ); in GetNumberSequenceArray()
3431 rArray.push_back( GetCellValue( aAdr, pCell)); in GetNumberSequenceArray()
3611 ScAddress aAdr; in ScRank() local
3612 PopSingleRef( aAdr ); in ScRank()
3614 ScBaseCell* pCell = GetCell( aAdr ); in ScRank()
3617 double x = GetCellValue( aAdr, pCell ); in ScRank()
3716 ScAddress aAdr; in ScAveDev() local
3730 PopSingleRef( aAdr ); in ScAveDev()
3731 ScBaseCell* pCell = GetCell( aAdr ); in ScAveDev()
3734 rVal += GetCellValue( aAdr, pCell ); in ScAveDev()
3810 PopSingleRef( aAdr ); in ScAveDev()
3811 ScBaseCell* pCell = GetCell( aAdr ); in ScAveDev()
3813 rVal += fabs(GetCellValue( aAdr, pCell ) - nMiddle); in ScAveDev()