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
1105 sal_uInt16 nErr = pMat1->GetErrorIfNotString( i, j); in MatConcat()1107 nErr = pMat2->GetErrorIfNotString( i, j); in MatConcat()1344 sal_uInt16 nErr = pMat->GetErrorIfNotString( i); in ScAmpersand()1359 sal_uInt16 nErr = pMat->GetErrorIfNotString( i); in ScAmpersand()
2301 if (pMat->GetErrorIfNotString( 0 ) == 0) in ScIsValue()2310 if (pMat->GetErrorIfNotString( nC, nR) == 0) in ScIsValue()2407 nRes = (pMat->GetErrorIfNotString( 0 ) == NOTAVAILABLE); in ScIsNV()2414 nRes = (pMat->GetErrorIfNotString( nC, nR) == NOTAVAILABLE); in ScIsNV()2457 sal_uInt16 nErr = pMat->GetErrorIfNotString( 0 ); in ScIsErr()2467 sal_uInt16 nErr = pMat->GetErrorIfNotString( nC, nR); in ScIsErr()2514 nRes = (pMat->GetErrorIfNotString( 0 ) != 0); in ScIsError()2521 nRes = (pMat->GetErrorIfNotString( nC, nR) != 0); in ScIsError()
Completed in 4561 milliseconds