Home
last modified time | relevance | path

Searched refs:GetErrorIfNotString (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/inc/
H A Dscmatrix.hxx301 sal_uInt16 GetErrorIfNotString( SCSIZE nC, SCSIZE nR) const in GetErrorIfNotString() function in ScMatrix
303 sal_uInt16 GetErrorIfNotString( SCSIZE nIndex) const in GetErrorIfNotString() function in ScMatrix
/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx1105 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()
H A Dinterpr1.cxx2301 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 298 milliseconds