Home
last modified time | relevance | path

Searched refs:nErr (Results 26 – 50 of 99) sorted by relevance

1234

/trunk/main/basic/source/runtime/
H A Druntime.cxx288 nErr = in SbiInstance()
470 nErr = n; in setErrorVB()
488 pErrBasic->RTError( nErr, aErrorMsg, pRun->nLine, pRun->nCol1, pRun->nCol2 ); in Abort()
776 pInst->nErr = err; in Step()
1294 SbError nErr = pDllMgr->Call( aFuncName, aDLLName, pArgs, *pRes, bCDecl ); in DllCall() local
1295 if( nErr ) in DllCall()
1296 Error( nErr ); in DllCall()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1020 UINT nErr = 0; in GetError() local
1023 nErr = (UINT) *m_pMSIErrorCode; in GetError()
1025 if ( nErr == 0 ) in GetError()
1026 nErr = m_uiRet; in GetError()
1028 if ( nErr != 0 ) in GetError()
1029 OutputDebugStringFormat( TEXT("Setup will return error (%d).\n"), nErr ); in GetError()
1030 return nErr; in GetError()
1034 void SetupAppX::DisplayError( UINT nErr ) const in DisplayError()
1041 switch ( nErr ) in DisplayError()
H A Dsetup_main.cxx133 catch ( UINT nErr ) in WinMain() local
135 pSetup->DisplayError( nErr ); in WinMain()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx670 sal_uInt16 nErr = 0; in ScNPV() local
674 while ((nErr == 0) && aValIter.GetNext(nCellVal, nErr)) in ScNPV()
679 if ( nErr != 0 ) in ScNPV()
680 SetError(nErr); in ScNPV()
729 sal_uInt16 nErr = 0; in ScIRR() local
732 if (aValIter.GetFirst(fWert, nErr)) in ScIRR()
737 while ((nErr == 0) && aValIter.GetNext(fWert, nErr)) in ScIRR()
743 SetError(nErr); in ScIRR()
2593 sal_uInt16 nErr = GetCellErrCode( pCell ); in ScHyperLink() local
2594 if (nErr) in ScHyperLink()
[all …]
/trunk/main/scripting/source/basprov/
H A Dbasscript.cxx180 ErrCode nErr = SbxERR_OK; in invoke() local
187 nErr = m_xMethod->Call( xReturn ); in invoke()
192 if ( nErr != SbxERR_OK ) in invoke()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx389 long nErr = nOpt - nCur; in GoPageUpDown() local
390 if( nErr < 0 ) in GoPageUpDown()
391 nErr *= -1; in GoPageUpDown()
392 if( nErr > nPrevErr ) in GoPageUpDown()
394 nPrevErr = nErr; in GoPageUpDown()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx495 sal_uIntPtr nErr = ERRCODE_NONE; in ImpParseOs2Name() local
506 nErr = aStack.Top()->nError; in ImpParseOs2Name()
525 if ( nErr ) in ImpParseOs2Name()
527 return nErr; in ImpParseOs2Name()
2867 int nBytes, nWritten, nErr = 0; in MoveTo()
2869 while( ( nBytes = fread( pBuf, 1, sizeof(pBuf), fpIN ) ) && ! nErr ) in MoveTo()
2875 nErr = errno; in MoveTo()
2881 if ( nErr ) in MoveTo()
2884 return Sys2SolarError_Impl( nErr ); in MoveTo()
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx554 sal_uIntPtr nErr = ::GetSvError( GetLastError() ); in Open() local
555 if(nErr==SVSTREAM_ACCESS_DENIED || nErr==SVSTREAM_SHARING_VIOLATION) in Open()
/trunk/main/formula/inc/formula/
H A Dtoken.hxx399 FormulaErrorToken( sal_uInt16 nErr ) : in FormulaErrorToken() argument
400 FormulaToken( svError ), nError( nErr) {} in FormulaErrorToken()
406 virtual void SetError( sal_uInt16 nErr );
/trunk/main/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx401 sal_uLong nErr = pDocShTables->GetErrorCode(); in IMPL_LINK() local
402 if ( nErr ) in IMPL_LINK()
403 ErrorHandler::HandleError( nErr ); // auch Warnings in IMPL_LINK()
/trunk/main/sc/inc/
H A Dformularesult.hxx167 inline void SetResultError( sal_uInt16 nErr );
451 inline void ScFormulaResult::SetResultError( sal_uInt16 nErr ) in SetResultError() argument
453 mnError = nErr; in SetResultError()
/trunk/main/sc/source/filter/rtf/
H A Drtfimp.cxx43 FltError nErr = (FltError) aImp.Read( rStream, rBaseURL ); in ScImportRTF() local
47 return nErr; in ScImportRTF()
/trunk/main/forms/source/component/
H A Dimgprod.cxx112 const ErrCode nErr = SvLockBytes::ReadAt( nPos, pBuffer, nCount, pRead ); in ReadAt() local
114 return nErr; in ReadAt()
119 ErrCode nErr = ERRCODE_NONE; in ReadAt() local
132 return nErr; in ReadAt()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx531 …sal_uLong nErr = pOutliner->Read( *pStream, pMedium->GetBaseURL(), nFormat, mpDocSh->GetHeaderAttr… in InsTextOrRTFinDrMode() local
533 if (nErr || !pOutliner->GetEditEngine().GetText().Len()) in InsTextOrRTFinDrMode()
677 …sal_uLong nErr = pOutliner->Read(*pStream, pMedium->GetBaseURL(), nFormat, mpDocSh->GetHeaderAttri… in InsTextOrRTFinOlMode() local
679 if (nErr || !pOutliner->GetEditEngine().GetText().Len()) in InsTextOrRTFinOlMode()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx343 sal_uLong nErr = ERRCODE_NONE; in detect() local
345 nErr = DetectFilter( aMedium, &pFilter ); in detect()
346 if ( nErr != ERRCODE_NONE ) in detect()
/trunk/main/sc/source/core/data/
H A Dcell2.cxx630 sal_uInt16 nErr = pCode->GetCodeError(); in GetErrCode() local
631 if (nErr) in GetErrCode()
632 return nErr; in GetErrCode()
638 sal_uInt16 nErr = pCode->GetCodeError(); in GetRawError() local
639 if (nErr) in GetRawError()
640 return nErr; in GetRawError()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx95 ErrCode nErr = ERRCODE_NONE; in ReadAt() local
108 return nErr; in ReadAt()
/trunk/main/rsc/inc/
H A Drscerror.h102 ERRTYPE( sal_uInt32 nErr ) { nError = nErr; } in ERRTYPE() argument
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx776 ErrCode nErr = 0; in QueryDiskSpace() local
788 nErr = ERRCODE_IO_GENERAL; in QueryDiskSpace()
793 nErr = ERRCODE_IO_GENERAL; in QueryDiskSpace()
795 return nErr; in QueryDiskSpace()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx438 { ErrCode nErr( ERRCODE_BASIC_INTERNAL_ERROR ); in executeMacro() local
441 nErr = pShell->CallXScript( sUrl, in executeMacro()
454 bRes = ( nErr == ERRCODE_NONE ); in executeMacro()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx204 sal_uInt16 nErr = XOutBitmap::WriteGraphic( rGrf, aGrfNm, in WriteImage() local
206 if( !nErr ) // sonst fehlerhaft, da ist nichts auszugeben in WriteImage()
H A Dhtmlexp.cxx158 FltError nErr = aEx.Write(); in ScExportHTML() local
160 return nErr; in ScExportHTML()
560 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, aGrfNm, in WriteBody() local
562 if( !nErr ) // fehlerhaft, da ist nichts auszugeben in WriteBody()
H A Dhtmlimp.cxx63 FltError nErr = (FltError) aImp.Read( rStream, rBaseURL ); in ScImportHTML() local
67 return nErr; in ScImportHTML()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx1782 ErrCode nErr = loadMacro( aURL.Complete, aAny, findReferer(lArgs), GetObjectShell_Impl() ); in dispatchWithNotification() local
1790 if( nErr == ERRCODE_NONE ) in dispatchWithNotification()
1855 ErrCode nErr = ERRCODE_NONE; in loadMacro() local
1956 nErr = pBasMgr->ExecuteMacro( aQualifiedMethod, aArgs, retValRef ); in loadMacro()
1957 if ( nErr == ERRCODE_NONE ) in loadMacro()
1973 nErr = ERRCODE_BASIC_PROC_UNDEFINED; in loadMacro()
1976 nErr = ERRCODE_IO_NOTEXISTS; in loadMacro()
1989 nErr = SbxBase::GetError(); in loadMacro()
1993 return nErr; in loadMacro()
H A Dappopen.cxx419 sal_uIntPtr nErr = GetFilterMatcher().GuessFilter( aMedium,&pFilter,SFX_FILTER_TEMPLATE, 0 ); in LoadTemplate() local
420 if ( 0 != nErr) in LoadTemplate()
738 sal_uIntPtr nErr = sfx2::FileOpenDialog_Impl( in OpenDocExec_Impl() local
741 if ( nErr == ERRCODE_ABORT ) in OpenDocExec_Impl()

Completed in 184 milliseconds

1234