Searched refs:GetErrorIfNotString (Results 1 – 3 of 3) sorted by relevance
301 sal_uInt16 GetErrorIfNotString( SCSIZE nC, SCSIZE nR) const in GetErrorIfNotString() function in ScMatrix303 sal_uInt16 GetErrorIfNotString( SCSIZE nIndex) const in GetErrorIfNotString() function in ScMatrix
2438 if (pMat->GetErrorIfNotString( 0 ) == 0) in ScIsValue()2447 if (pMat->GetErrorIfNotString( nC, nR) == 0) in ScIsValue()2544 nRes = (pMat->GetErrorIfNotString( 0 ) == NOTAVAILABLE); in ScIsNV()2551 nRes = (pMat->GetErrorIfNotString( nC, nR) == NOTAVAILABLE); in ScIsNV()2594 sal_uInt16 nErr = pMat->GetErrorIfNotString( 0 ); in ScIsErr()2604 sal_uInt16 nErr = pMat->GetErrorIfNotString( nC, nR); in ScIsErr()2651 nRes = (pMat->GetErrorIfNotString( 0 ) != 0); in ScIsError()2658 nRes = (pMat->GetErrorIfNotString( nC, nR) != 0); in ScIsError()
1104 sal_uInt16 nErr = pMat1->GetErrorIfNotString( i, j); in MatConcat()1106 nErr = pMat2->GetErrorIfNotString( i, j); in MatConcat()1343 sal_uInt16 nErr = pMat->GetErrorIfNotString( i); in ScAmpersand()1358 sal_uInt16 nErr = pMat->GetErrorIfNotString( i); in ScAmpersand()
Completed in 84 milliseconds