Lines Matching refs:IsValue

547                             if ( pMat->IsValue( nC, nR ) )  in JumpMatrix()
966 if ( pMat[i]->IsValue(j) ) in CompareMat()
1836 nRes = !((ScFormulaCell*)pCell)->IsValue() && in IsString()
2285 nRes = ((ScFormulaCell*)pCell)->IsValue() && in ScIsValue()
2302 nRes = pMat->IsValue( 0 ); in ScIsValue()
2311 nRes = pMat->IsValue( nC, nR); in ScIsValue()
2562 if( ((ScFormulaCell*)pCell)->IsValue() ) in IsEven()
2587 nRes = pMat->IsValue( 0 ); in IsEven()
2598 nRes = pMat->IsValue( nC, nR); in IsEven()
2752 bValue = ((ScFormulaCell*)pCell)->IsValue(); in ScT()
4132 if (rMat.IsValue(i)) in lcl_CompareMatrix2Query()
4163 if (rMat.IsValue(rIndex)) in lcl_GetLastMatch()
4167 while (rIndex > 0 && rMat.IsValue(rIndex-1) && in lcl_GetLastMatch()
4171 while (rIndex < nMatCount-1 && rMat.IsValue(rIndex+1) && in lcl_GetLastMatch()
4585 if( ((ScFormulaCell*)pCell)->IsValue() ) in IterateParametersIf()
4775 if (pResultMatrix->IsValue( nCol, nRow) && in IterateParametersIf()
4780 if (pSumExtraMatrix->IsValue( nC, nR)) in IterateParametersIf()
4837 if (pSumExtraMatrix->IsValue( nC, nR)) in IterateParametersIf()
4930 if( ((ScFormulaCell*)pCell)->IsValue() ) in ScCountIf()
5064 if (pResultMatrix->IsValue( nIndex) && in ScCountIf()
5144 if( ((ScFormulaCell*)pCell)->IsValue() ) in IterateParametersIfs()
5299 if (pResultMatrix->IsValue( nCol, nRow) && in IterateParametersIfs()
5405 if (pMainMatrix->IsValue( nCol, nRow)) in IterateParametersIfs()
5685 if (pResMat->IsValue( 0 )) in ScLookup()
5748 if (pDataMat->IsValue(0, i)) in ScLookup()
5758 if (pDataMat->IsValue(i, 0)) in ScLookup()
5825 if (bool(rEntry.bQueryByString) == bool(pDataMat->IsValue(i))) in ScLookup()
5845 if (pResMat->IsValue(nDelta)) in ScLookup()
5885 if (pDataMat->IsValue(nC-1, nDelta)) in ScLookup()
5892 if (pDataMat->IsValue(nDelta, nR-1)) in ScLookup()
5934 if (pResMat->IsValue(nDelta)) in ScLookup()