Searched refs:NOTAVAILABLE (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 94 NOTAVAILABLE), 0, 0, nCols-1, in ScJumpMatrix() 197 NOTAVAILABLE), nResMatCols, 0, nNewCols-1, in SetNewResMat() 203 NOTAVAILABLE), 0, nResMatRows, nNewCols-1, in SetNewResMat()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 2503 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 D | interpr2.cxx | 1782 SetError(NOTAVAILABLE); in ScBackSolver() 1788 SetError(NOTAVAILABLE); in ScBackSolver() 1795 SetError(NOTAVAILABLE); in ScBackSolver()
|
H A D | interpr4.cxx | 1725 PushError( NOTAVAILABLE); in PushNA() 3481 case ocNotAvail : PushError( NOTAVAILABLE); break; in Interpret()
|
H A D | addincol.cxx | 1610 nErrCode = NOTAVAILABLE; // #NA in SetResult()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xltools.cxx | 234 case NOTAVAILABLE: return EXC_ERR_NA; in GetXclErrorCode() 250 case EXC_ERR_NA: return NOTAVAILABLE; in GetScErrorCode() 253 return NOTAVAILABLE; in GetScErrorCode()
|
H A D | excform.cxx | 1731 case xlErrNA: eOc = ocNotAvail; nError = NOTAVAILABLE; break; in GetBoolErr()
|
/aoo42x/main/formula/inc/formula/ |
H A D | errorcodes.hxx | 81 const sal_uInt16 NOTAVAILABLE = 0x7fff; variable
|
/aoo42x/main/sc/source/core/data/ |
H A D | dbdocutl.cxx | 169 pDoc->SetError( nCol, nRow, nTab, NOTAVAILABLE ); in PutData()
|
H A D | global.cxx | 395 case NOTAVAILABLE : nErrNumber = STR_NV_STR; break; in GetErrorString() 500 case NOTAVAILABLE: in GetLongErrorString()
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | Error.idl | 100 const long NOTAVAILABLE = 122894;
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 718 else if ( nErrCode == NOTAVAILABLE ) in callFunction()
|
H A D | cellsuno.cxx | 1119 pDoc->SetError( nDocCol, nDocRow, nTab, NOTAVAILABLE ); in lcl_PutDataArray()
|
Completed in 206 milliseconds