Lines Matching refs:pCell

417                         ScBaseCell* pCell = GetCell( aAdr );  in JumpMatrix()  local
418 if (HasCellEmptyData( pCell)) in JumpMatrix()
420 else if (HasCellValueData( pCell)) in JumpMatrix()
422 double fVal = GetCellValue( aAdr, pCell); in JumpMatrix()
434 GetCellString( aStr, pCell ); in JumpMatrix()
484 ScBaseCell* pCell = GetCell( aAdr ); in JumpMatrix() local
485 if (HasCellEmptyData( pCell)) in JumpMatrix()
487 else if (HasCellValueData( pCell)) in JumpMatrix()
489 double fCellVal = GetCellValue( aAdr, pCell); in JumpMatrix()
501 GetCellString( aStr, pCell ); in JumpMatrix()
826 ScBaseCell* pCell = GetCell( aAdr ); in Compare() local
827 if (HasCellEmptyData( pCell)) in Compare()
829 else if (HasCellStringData( pCell)) in Compare()
831 GetCellString( *aComp.pVal[ i ], pCell); in Compare()
836 aComp.nVal[ i ] = GetCellValue( aAdr, pCell ); in Compare()
880 ScBaseCell* pCell = GetCell( aAdr ); in CompareMat() local
881 if (HasCellEmptyData( pCell)) in CompareMat()
883 else if (HasCellStringData( pCell)) in CompareMat()
885 GetCellString( *aComp.pVal[ i ], pCell); in CompareMat()
890 aComp.nVal[ i ] = GetCellValue( aAdr, pCell ); in CompareMat()
1283 ScBaseCell* pCell = GetCell( aAdr ); in ScAnd() local
1284 if ( HasCellValueData( pCell ) ) in ScAnd()
1287 nRes &= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScAnd()
1381 ScBaseCell* pCell = GetCell( aAdr ); in ScOr() local
1382 if ( HasCellValueData( pCell ) ) in ScOr()
1385 nRes |= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScOr()
1479 ScBaseCell* pCell = GetCell( aAdr ); in ScXor() local
1480 if ( HasCellValueData( pCell ) ) in ScXor()
1483 nRes ^= ( GetCellValue( aAdr, pCell ) != 0.0 ); in ScXor()
1963 ScBaseCell* pCell = GetCell( aAdr ); in IsString() local
1964 if (GetCellErrCode( pCell ) == 0) in IsString()
1966 switch ( GetCellType( pCell ) ) in IsString()
1973 nRes = !((ScFormulaCell*)pCell)->IsValue() && in IsString()
1974 !((ScFormulaCell*)pCell)->IsEmpty(); in IsString()
2033 ScBaseCell* pCell = GetCell( aAdr ); in ScIsLogical() local
2034 if (GetCellErrCode( pCell ) == 0) in ScIsLogical()
2036 if (HasCellValueData(pCell)) in ScIsLogical()
2038 sal_uLong nFormat = GetCellNumberFormat( aAdr, pCell ); in ScIsLogical()
2072 ScBaseCell* pCell = GetCell( aAdr ); in ScType() local
2073 if (GetCellErrCode( pCell ) == 0) in ScType()
2075 switch ( GetCellType( pCell ) ) in ScType()
2087 sal_uLong nFormat = GetCellNumberFormat( aAdr, pCell ); in ScType()
2169 ScBaseCell* pCell = GetCell( aCellPos ); in ScCell() local
2232 if( pCell && pCell->HasStringData() ) in ScCell()
2234 GetCellString( aFuncResult, pCell ); in ScCell()
2238 PushDouble( GetCellValue( aCellPos, pCell ) ); in ScCell()
2242 if( HasCellStringData( pCell ) ) in ScCell()
2245 aFuncResult = HasCellValueData( pCell ) ? 'v' : 'b'; in ScCell()
2267 if( HasCellStringData( pCell ) ) in ScCell()
2413 ScBaseCell* pCell = GetCell( aAdr ); in ScIsValue() local
2414 if (GetCellErrCode( pCell ) == 0) in ScIsValue()
2416 switch ( GetCellType( pCell ) ) in ScIsValue()
2422 nRes = ((ScFormulaCell*)pCell)->IsValue() && in ScIsValue()
2423 !((ScFormulaCell*)pCell)->IsEmpty(); in ScIsValue()
2496 ScBaseCell* pCell = GetCell( aAdr ); in ScFormula() local
2497 switch ( GetCellType( pCell ) ) in ScFormula()
2500 ((ScFormulaCell*)pCell)->GetFormula( aFormula ); in ScFormula()
2532 ScBaseCell* pCell = GetCell( aAdr ); in ScIsNV() local
2533 sal_uInt16 nErr = GetCellErrCode( pCell ); in ScIsNV()
2581 ScBaseCell* pCell = GetCell( aAdr ); in ScIsErr() local
2582 sal_uInt16 nErr = GetCellErrCode( pCell ); in ScIsErr()
2640 ScBaseCell* pCell = GetCell( aAdr ); in ScIsError() local
2641 nRes = (GetCellErrCode( pCell ) != 0); in ScIsError()
2686 ScBaseCell* pCell = GetCell( aAdr ); in IsEven() local
2687 sal_uInt16 nErr = GetCellErrCode( pCell ); in IsEven()
2692 switch ( GetCellType( pCell ) ) in IsEven()
2695 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2699 if( ((ScFormulaCell*)pCell)->IsValue() ) in IsEven()
2701 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2880 ScBaseCell* pCell = GetCell( aAdr ); in ScT() local
2881 if ( GetCellErrCode( pCell ) == 0 ) in ScT()
2883 switch ( GetCellType( pCell ) ) in ScT()
2889 bValue = ((ScFormulaCell*)pCell)->IsValue(); in ScT()
2900 GetCellString( aTempStr, pCell ); in ScT()
2946 ScBaseCell* pCell = GetCell( aAdr ); in ScValue() local
2947 if ( pCell && pCell->HasStringData() ) in ScValue()
2948 GetCellString( aInputString, pCell ); in ScValue()
2949 else if ( pCell && pCell->HasValueData() ) in ScValue()
2951 PushDouble( GetCellValue(aAdr, pCell) ); in ScValue()
3164 ScBaseCell* pCell = GetCell( aAdr ); in ScMin() local
3165 if (HasCellValueData(pCell)) in ScMin()
3167 nVal = GetCellValue( aAdr, pCell ); in ScMin()
3171 else if ( bTextAsZero && HasCellStringData( pCell ) ) in ScMin()
3285 ScBaseCell* pCell = GetCell( aAdr ); in ScMax() local
3286 if (HasCellValueData(pCell)) in ScMax()
3288 nVal = GetCellValue( aAdr, pCell ); in ScMax()
3292 else if ( bTextAsZero && HasCellStringData( pCell ) ) in ScMax()
3471 ScBaseCell* pCell = GetCell( aAdr ); in IterateParameters() local
3472 if ( pCell ) in IterateParameters()
3476 CellType eCellType = pCell->GetCellType(); in IterateParameters()
3482 else if ( pCell->HasValueData() ) in IterateParameters()
3485 fVal = GetCellValue( aAdr, pCell ); in IterateParameters()
3511 else if ( bTextAsZero && pCell->HasStringData() ) in IterateParameters()
3534 ScBaseCell* pCell; in IterateParameters() local
3536 if ( (pCell = aIter.GetFirst()) != NULL ) in IterateParameters()
3540 CellType eType = pCell->GetCellType(); in IterateParameters()
3544 while ( (pCell = aIter.GetNext()) != NULL ); in IterateParameters()
3765 ScBaseCell* pCell = GetCell( aAdr ); in GetStVarParams() local
3766 if (HasCellValueData(pCell)) in GetStVarParams()
3768 fVal = GetCellValue( aAdr, pCell ); in GetStVarParams()
3773 else if ( bTextAsZero && HasCellStringData( pCell ) ) in GetStVarParams()
4433 ScBaseCell* pCell = GetCell( aAdr ); in ScMatch() local
4434 if (HasCellValueData(pCell)) in ScMatch()
4436 fVal = GetCellValue( aAdr, pCell ); in ScMatch()
4442 GetCellString(sStr, pCell); in ScMatch()
4640 ScBaseCell* pCell; in ScCountEmptyCells() local
4642 if ( (pCell = aDocIter.GetFirst()) != NULL ) in ScCountEmptyCells()
4646 if ((eCellType = pCell->GetCellType()) != CELLTYPE_NONE in ScCountEmptyCells()
4649 } while ( (pCell = aDocIter.GetNext()) != NULL ); in ScCountEmptyCells()
4714 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf() local
4715 switch ( GetCellType( pCell ) ) in IterateParametersIf()
4718 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4722 if( ((ScFormulaCell*)pCell)->IsValue() ) in IterateParametersIf()
4724 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4728 GetCellString(rString, pCell); in IterateParametersIf()
4732 GetCellString(rString, pCell); in IterateParametersIf()
4943 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf() local
4944 if ( HasCellValueData(pCell) ) in IterateParametersIf()
4946 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
4994 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIf() local
4995 if ( HasCellValueData(pCell) ) in IterateParametersIf()
4997 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIf()
5059 ScBaseCell* pCell = GetCell( aAdr ); in ScCountIf() local
5060 switch ( GetCellType( pCell ) ) in ScCountIf()
5063 fVal = GetCellValue( aAdr, pCell ); in ScCountIf()
5067 if( ((ScFormulaCell*)pCell)->IsValue() ) in ScCountIf()
5069 fVal = GetCellValue( aAdr, pCell ); in ScCountIf()
5073 GetCellString(rString, pCell); in ScCountIf()
5077 GetCellString(rString, pCell); in ScCountIf()
5273 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIfs() local
5274 switch ( GetCellType( pCell ) ) in IterateParametersIfs()
5277 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5281 if( ((ScFormulaCell*)pCell)->IsValue() ) in IterateParametersIfs()
5283 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
5287 GetCellString(rString, pCell); in IterateParametersIfs()
5291 GetCellString(rString, pCell); in IterateParametersIfs()
5570 ScBaseCell* pCell = GetCell( aAdr ); in IterateParametersIfs() local
5571 if ( HasCellValueData(pCell) ) in IterateParametersIfs()
5573 fVal = GetCellValue( aAdr, pCell ); in IterateParametersIfs()
6432 ScBaseCell* pCell = GetCell( aAdr ); in FillEntry() local
6433 if (HasCellValueData(pCell)) in FillEntry()
6436 rEntry.nVal = GetCellValue( aAdr, pCell ); in FillEntry()
6440 if ( GetCellType( pCell ) == CELLTYPE_NOTE ) in FillEntry()
6448 GetCellString(sStr, pCell); in FillEntry()
6551 ScBaseCell* pCell = GetCell( aAdr ); in GetDBParams() local
6552 if (HasCellValueData(pCell)) in GetDBParams()
6553 nVal = GetCellValue( aAdr, pCell ); in GetDBParams()
6557 GetCellString(aStr, pCell); in GetDBParams()