Home
last modified time | relevance | path

Searched refs:NOTAVAILABLE (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx94 NOTAVAILABLE), 0, 0, nCols-1, in ScJumpMatrix()
197 NOTAVAILABLE), nResMatCols, 0, nNewCols-1, in SetNewResMat()
203 NOTAVAILABLE), 0, nResMatRows, nNewCols-1, in SetNewResMat()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2503 SetError( NOTAVAILABLE ); in ScFormula()
2509 SetError( NOTAVAILABLE ); in ScFormula()
2528 if ( nGlobalError == NOTAVAILABLE ) in ScIsNV()
2534 nRes = (nErr == NOTAVAILABLE); in ScIsNV()
2557 if ( nGlobalError == NOTAVAILABLE ) in ScIsNV()
2577 if ( nGlobalError && nGlobalError != NOTAVAILABLE ) in ScIsErr()
2583 nRes = (nErr && nErr != NOTAVAILABLE); in ScIsErr()
2595 nRes = (nErr && nErr != NOTAVAILABLE); in ScIsErr()
2605 nRes = (nErr && nErr != NOTAVAILABLE); in ScIsErr()
2782 if ( !nGlobalError && nErr != NOTAVAILABLE ) in ScN()
[all …]
H A Dinterpr2.cxx1782 SetError(NOTAVAILABLE); in ScBackSolver()
1788 SetError(NOTAVAILABLE); in ScBackSolver()
1795 SetError(NOTAVAILABLE); in ScBackSolver()
H A Dinterpr4.cxx1725 PushError( NOTAVAILABLE); in PushNA()
3481 case ocNotAvail : PushError( NOTAVAILABLE); break; in Interpret()
H A Daddincol.cxx1610 nErrCode = NOTAVAILABLE; // #NA in SetResult()
/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx234 case NOTAVAILABLE: return EXC_ERR_NA; in GetXclErrorCode()
250 case EXC_ERR_NA: return NOTAVAILABLE; in GetScErrorCode()
253 return NOTAVAILABLE; in GetScErrorCode()
H A Dexcform.cxx1731 case xlErrNA: eOc = ocNotAvail; nError = NOTAVAILABLE; break; in GetBoolErr()
/trunk/main/formula/inc/formula/
H A Derrorcodes.hxx81 const sal_uInt16 NOTAVAILABLE = 0x7fff; variable
/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx169 pDoc->SetError( nCol, nRow, nTab, NOTAVAILABLE ); in PutData()
H A Dglobal.cxx395 case NOTAVAILABLE : nErrNumber = STR_NV_STR; break; in GetErrorString()
500 case NOTAVAILABLE: in GetLongErrorString()
/trunk/main/offapi/com/sun/star/ucb/
H A DError.idl100 const long NOTAVAILABLE = 122894;
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx718 else if ( nErrCode == NOTAVAILABLE ) in callFunction()
H A Dcellsuno.cxx1119 pDoc->SetError( nDocCol, nDocRow, nTab, NOTAVAILABLE ); in lcl_PutDataArray()

Completed in 249 milliseconds