Home
last modified time | relevance | path

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

/aoo42x/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
/aoo42x/main/sc/source/core/tool/
H A Dinterpr1.cxx2438 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()
H A Dinterpr5.cxx1104 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