Home
last modified time | relevance | path

Searched refs:nError (Results 51 – 75 of 187) sorted by relevance

12345678

/aoo41x/main/automation/source/app/
H A Dtestbasi.cxx113 return CError( pData->nError, pData->aText, pData->nLine, pData->nCol1, pData->nCol2 ); in IMPL_LINK()
131 if ( pTestObject && IS_ERROR() && GetErrorCode() == GET_ERROR()->nError ) in GetSpechialErrorText()
135 nErrorText += String::CreateFromInt64( GET_ERROR()->nError ); in GetSpechialErrorText()
/aoo41x/main/sc/source/core/tool/
H A Dscmatrix.cxx99 void ScMatrix::SetErrorAtInterpreter( sal_uInt16 nError ) const in SetErrorAtInterpreter()
102 pErrorInterpreter->SetError( nError); in SetErrorAtInterpreter()
456 sal_uInt16 nError = GetError( nIndex); in GetString() local
457 if (nError) in GetString()
459 SetErrorAtInterpreter( nError); in GetString()
460 return ScGlobal::GetErrorString( nError); in GetString()
/aoo41x/main/desktop/inc/
H A Dapp.hxx92 virtual sal_uInt16 Exception(sal_uInt16 nError);
108 void SetBootstrapError( BootstrapError nError ) in SetBootstrapError() argument
111 m_aBootstrapError = nError; in SetBootstrapError()
/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx94 sal_uLong nError = ERRCODE_SFX_DOLOADFAILED; in Import() local
100 return nError; in Import()
224 nError = ReadThroughComponent( in Import()
232 nError = ERRCODE_IO_BROKENPACKAGE; in Import()
248 return nError; in Import()
278 return nError; in ReadThroughComponent()
290 return nError; in ReadThroughComponent()
311 nError = 0; in ReadThroughComponent()
334 nError = ERRCODE_SFX_WRONGPASSWORD; in ReadThroughComponent()
347 nError = ERRCODE_IO_BROKENPACKAGE; in ReadThroughComponent()
[all …]
/aoo41x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java489 int nError = processID.getExitCode(); in getOfficeMemoryUsage() local
490 assertTrue("Execute of " + sOfficeMemoryCommand + " failed", nError == 0); in getOfficeMemoryUsage()
526 int nError = processID.getExitCode(); in createExecutableFile() local
527 assertTrue("chmod failed. ", nError == 0); in createExecutableFile()
/aoo41x/main/automation/source/inc/
H A Dtestapp.hxx53 …ErrorEntry(sal_uLong nNr, String aStr = String()) : nError(nNr),aText(aStr),nLine(0),nCol1(0),nCol… in ErrorEntry()
55 : nError(nNr),aText(aStr),nLine(l),nCol1(c1),nCol2(c2) {} in ErrorEntry()
56 sal_uLong nError; member in ErrorEntry
/aoo41x/main/formula/inc/formula/
H A Dtokenarray.hxx75 sal_uInt16 nError; // Error code member in formula::FormulaTokenArray
134 sal_uInt16 GetCodeError() const { return nError; } in GetCodeError()
135 void SetCodeError( sal_uInt16 n ) { nError = n; } in SetCodeError()
/aoo41x/main/tools/source/fsys/
H A Dfstat.cxx58 nError = FSYS_ERR_OK; in FileStat()
87 nError = pStatFromDir->nError; in FileStat()
/aoo41x/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx245 sal_uLong nError = 0; in CopyBlock() local
284 nError = ERR_SWG_WRITE_ERROR; in CopyBlock()
303 if(!nError) in CopyBlock()
312 return nError; in CopyBlock()
/aoo41x/main/sal/osl/w32/
H A Dmodule.cxx51 oslFileError nError; in osl_loadModule() local
59 nError = osl_getSystemPathFromFileURL(strModuleName, &Module); in osl_loadModule()
61 if ( osl_File_E_None != nError ) in osl_loadModule()
/aoo41x/main/basic/inc/basic/
H A Dmybasic.hxx49 SbError nError; member in MyBasic
71 SbError GetErrors() { return nError; } in GetErrors()
/aoo41x/main/svtools/source/control/
H A Dfilectrl2.cxx55 oslFileError nError = osl_getFileURLFromSystemPath( sSystemNotation.pData, &sFileURL.pData ); in ImplBrowseFile() local
56 if ( nError == osl_File_E_INVAL ) in ImplBrowseFile()
/aoo41x/main/basic/source/runtime/
H A Dsbdiagnose.cxx72 ErrCode const nError = xAssertionChannelBasic->Call( sCaptureFunctionName, xArguments ); in DbgReportAssertion() local
73 if ( ( nError & SbERR_METHOD_NOT_FOUND ) != 0 ) in DbgReportAssertion()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx1045 UErrorCode nError = U_ZERO_ERROR; in CursorVisualStartEnd() local
1046 UBiDi* pBidi = ubidi_openSized( aLine.Len(), 0, &nError ); in CursorVisualStartEnd()
1052 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualStartEnd()
1167 UErrorCode nError = U_ZERO_ERROR; in CursorVisualLeftRight() local
1168 UBiDi* pBidi = ubidi_openSized( aLine.Len(), 0, &nError ); in CursorVisualLeftRight()
1192 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualLeftRight()
2005 UErrorCode nError = U_ZERO_ERROR; in InitWritingDirections() local
2006 UBiDi* pBidi = ubidi_openSized( aText.Len(), 0, &nError ); in InitWritingDirections()
2007 nError = U_ZERO_ERROR; in InitWritingDirections()
2010 nError = U_ZERO_ERROR; in InitWritingDirections()
[all …]
/aoo41x/main/basic/source/inc/
H A Diosys.hxx55 SbError nError; // letzter Fehlercode member in SbiStream
85 SbError nError; // letzter Fehlercode member in SbiIoSystem
/aoo41x/main/sfx2/source/appl/
H A Dappdde.cxx460 int nError = pAppData_Impl->pDdeService->GetError(); in InitializeDde() local
461 if( !nError ) in InitializeDde()
478 return !nError; in InitializeDde()
/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx345 void PushError( sal_uInt16 nError );
831 void SetError(sal_uInt16 nError) in SetError() argument
832 { if (nError && !nGlobalError) nGlobalError = nError; } in SetError()
/aoo41x/main/cui/source/tabpages/
H A Dtphatch.cxx533 sal_uInt16 nError = RID_SVXSTR_WARN_NAME_DUPLICATE; in IMPL_LINK() local
546 nError = 0; in IMPL_LINK()
554 String( ResId( nError, rMgr ) ) ); in IMPL_LINK()
565 if( !nError ) in IMPL_LINK()
H A Dtpgradnt.cxx468 sal_uInt16 nError = RID_SVXSTR_WARN_NAME_DUPLICATE; in IMPL_LINK() local
482 nError = 0; in IMPL_LINK()
490 String( ResId( nError, rMgr ) ) ); in IMPL_LINK()
501 if( !nError ) in IMPL_LINK()
/aoo41x/main/package/source/zipapi/
H A Dblowfishcontext.cxx77 rtlCipherError nError = rtl_Cipher_E_None; in convertWithCipherContext() local
96 if ( rtl_Cipher_E_None != nError ) in convertWithCipherContext()
/aoo41x/main/slideshow/test/
H A Ddemoshow.cxx307 virtual sal_uInt16 Exception( sal_uInt16 nError );
494 sal_uInt16 DemoApp::Exception( sal_uInt16 nError ) in Exception() argument
496 switch( nError & EXC_MAJORTYPE ) in Exception()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh8.cxx978 sal_Int32 nError = aException.ErrorCode; in DBaseExport() local
981 (int)nError, OUStringToOString( aException.SQLState, in DBaseExport()
985 if (nError == 22018 || nError == 22001) in DBaseExport()
989 bool bEncErr = (nError == 22018); in DBaseExport()
/aoo41x/main/basic/source/classes/
H A Dsb.cxx1557 sal_uInt16 StarBASIC::GetVBErrorCode( SbError nError ) in GetVBErrorCode() argument
1563 switch( nError ) in GetVBErrorCode()
1588 if( pErrItem->nErrorSFX == nError ) in GetVBErrorCode()
1599 SbError StarBASIC::GetSfxFromVBError( sal_uInt16 nError ) in GetSfxFromVBError() argument
1605 switch( nError ) in GetSfxFromVBError()
1635 if( pErrItem->nErrorVB == nError ) in GetSfxFromVBError()
1640 else if( pErrItem->nErrorVB > nError ) in GetSfxFromVBError()
/aoo41x/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx586 UErrorCode nError = U_ZERO_ERROR; in GetPseudoCharRuns() local
587 UBiDi* pBidi = ubidi_openSized(rTxt.Len(), 0, &nError); in GetPseudoCharRuns()
589 static_cast< UBiDiLevel >(eDefaultDir), 0, &nError); in GetPseudoCharRuns()
591 sal_Int32 nCount = ubidi_countRuns(pBidi, &nError); in GetPseudoCharRuns()
/aoo41x/main/basctl/source/basicide/
H A Dbaside2.cxx498 sal_uLong nError = aMedium.GetError(); in LoadBasic() local
499 if ( nError ) in LoadBasic()
500 ErrorHandler::HandleError( nError ); in LoadBasic()
555 sal_uLong nError = aMedium.GetError(); in SaveBasicSource() local
556 if ( nError ) in SaveBasicSource()
557 ErrorHandler::HandleError( nError ); in SaveBasicSource()

Completed in 171 milliseconds

12345678