Lines Matching refs:IsValue

545                             if ( pMat->IsValue( nC, nR ) )  in JumpMatrix()
964 if ( pMat[i]->IsValue(j) ) in CompareMat()
1973 nRes = !((ScFormulaCell*)pCell)->IsValue() && in IsString()
2422 nRes = ((ScFormulaCell*)pCell)->IsValue() && in ScIsValue()
2439 nRes = pMat->IsValue( 0 ); in ScIsValue()
2448 nRes = pMat->IsValue( nC, nR); in ScIsValue()
2699 if( ((ScFormulaCell*)pCell)->IsValue() ) in IsEven()
2724 nRes = pMat->IsValue( 0 ); in IsEven()
2735 nRes = pMat->IsValue( nC, nR); in IsEven()
2889 bValue = ((ScFormulaCell*)pCell)->IsValue(); in ScT()
4269 if (rMat.IsValue(i)) in lcl_CompareMatrix2Query()
4300 if (rMat.IsValue(rIndex)) in lcl_GetLastMatch()
4304 while (rIndex > 0 && rMat.IsValue(rIndex-1) && in lcl_GetLastMatch()
4308 while (rIndex < nMatCount-1 && rMat.IsValue(rIndex+1) && in lcl_GetLastMatch()
4722 if( ((ScFormulaCell*)pCell)->IsValue() ) in IterateParametersIf()
4912 if (pResultMatrix->IsValue( nCol, nRow) && in IterateParametersIf()
4917 if (pSumExtraMatrix->IsValue( nC, nR)) in IterateParametersIf()
4974 if (pSumExtraMatrix->IsValue( nC, nR)) in IterateParametersIf()
5067 if( ((ScFormulaCell*)pCell)->IsValue() ) in ScCountIf()
5201 if (pResultMatrix->IsValue( nIndex) && in ScCountIf()
5281 if( ((ScFormulaCell*)pCell)->IsValue() ) in IterateParametersIfs()
5436 if (pResultMatrix->IsValue( nCol, nRow) && in IterateParametersIfs()
5542 if (pMainMatrix->IsValue( nCol, nRow)) in IterateParametersIfs()
5822 if (pResMat->IsValue( 0 )) in ScLookup()
5885 if (pDataMat->IsValue(0, i)) in ScLookup()
5895 if (pDataMat->IsValue(i, 0)) in ScLookup()
5962 if (bool(rEntry.bQueryByString) == bool(pDataMat->IsValue(i))) in ScLookup()
5982 if (pResMat->IsValue(nDelta)) in ScLookup()
6022 if (pDataMat->IsValue(nC-1, nDelta)) in ScLookup()
6029 if (pDataMat->IsValue(nDelta, nR-1)) in ScLookup()
6071 if (pResMat->IsValue(nDelta)) in ScLookup()