Home
last modified time | relevance | path

Searched refs:nErr (Results 51 – 75 of 99) sorted by relevance

1234

/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx922 sal_uInt16 nErr = GetDoubleErrorValue( rVal ); in TreatDoubleError() local
923 if ( nErr ) in TreatDoubleError()
924 SetError( nErr ); in TreatDoubleError()
/aoo41x/main/sc/source/filter/html/
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()
/aoo41x/main/sfx2/source/appl/
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()
/aoo41x/main/sc/source/core/data/
H A Dvalidat.cxx760 sal_uInt16 nErr = pMatVal->GetError(); in GetSelectionFromFormula() local
762 if( 0 != nErr ) in GetSelectionFromFormula()
764 aValStr = ScGlobal::GetErrorString( nErr ); in GetSelectionFromFormula()
H A Dattarray.cxx103 sal_uInt16 nErr = 0; in TestData() local
111 ++nErr; in TestData()
113 ++nErr; in TestData()
116 ++nErr; in TestData()
118 if (nErr) in TestData()
120 ByteString aMsg = ByteString::CreateFromInt32(nErr); in TestData()
/aoo41x/main/sd/source/ui/dlg/
H A Dnavigatr.cxx656 ErrCode nErr = 0; in InsertFile() local
663 nErr = aMatch.GuessFilter(aMed, &pFilter); in InsertFile()
666 if ((pFilter && !nErr) || aFileName == maDropFileName) in InsertFile()
/aoo41x/main/sw/source/core/doc/
H A Ddocfly.cxx959 int nErr = Chainable( rSource, rDest ); in Chain() local
960 if ( !nErr ) in Chain()
997 return nErr; in Chain()
/aoo41x/main/basic/source/runtime/
H A Dstep1.cxx355 pInst->nErr = 0; in StepERRHDL()
385 pInst->nErr = 0; in StepRESUME()
/aoo41x/main/sc/source/core/tool/
H A Ddoubleref.cxx375 sal_uInt16 nErr = getDoc()->GetStringForFormula( aLook, aCellStr ); in findFieldColumn() local
377 *pErr = nErr; in findFieldColumn()
H A Dcompiler.cxx2421 sal_uInt16 nErr = 0; in NextSymbol() local
2432 SetError( nErr = errIllegalChar ); // parsed chars as string in NextSymbol()
2435 SetError( nErr = errIllegalChar ); in NextSymbol()
2457 } while ( bi18n && !nErr ); in NextSymbol()
3986 sal_uInt16 nErr = pRangeData->GetErrCode(); in HandleRange() local
3987 if( nErr ) in HandleRange()
5101 sal_uInt16 nErr = pVal->GetError(); in CreateStringFromMatrix() local
5102 if( nErr ) in CreateStringFromMatrix()
5103 rBuffer.append( ScGlobal::GetErrorString( nErr ) ); in CreateStringFromMatrix()
/aoo41x/main/tools/inc/tools/
H A Dfsys.hxx290 void SetError( sal_uIntPtr nErr ) { nError = nErr; } in SetError() argument
/aoo41x/main/basic/source/inc/
H A Druntime.hxx195 SbError nErr; // aktueller Fehlercode member in SbiInstance
225 SbError GetErr() { return nErr; } in GetErr()
/aoo41x/main/sw/source/ui/app/
H A Ddocsh2.cxx1763 sal_uLong nErr = 0; in LoadStylesFromFile() local
1841 nErr = pReader->Read( *pRead ); in LoadStylesFromFile()
1846 nErr = pReader->Read( *pRead ); in LoadStylesFromFile()
1853 return nErr; in LoadStylesFromFile()
/aoo41x/main/qadevOOo/runner/graphical/
H A DJPEGComparator.java430 int nErr = compareJPEG(sSource, sDestination, sDifference); in compareJPEG() local
431 if (nErr == 0 && FileHelper.exists(sDifference)) in compareJPEG()
/aoo41x/main/sw/inc/
H A Dshellio.hxx352 sal_uLong nErr; member in SwTextBlocks
364 sal_uLong GetError() const { return nErr; } in GetError()
/aoo41x/main/sd/source/ui/view/
H A Dsdview4.cxx416 …ErrCode nErr = SFX_APP()->GetFilterMatcher().GuessFilter( aSfxMedium, &pFoundFilter,… in IMPL_LINK() local
418 if( pFoundFilter && !nErr ) in IMPL_LINK()
/aoo41x/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx443 sal_uLong nErr = PutBlock(*pPaM, aLong); in PutDoc() local
445 return nErr; in PutDoc()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlfly.cxx1217 sal_uInt16 nErr = XOutBitmap::WriteGraphic( *pGrf, rGrfName, in OutHTML_BulletImage() local
1221 if( !nErr ) in OutHTML_BulletImage()
1608 sal_uInt16 nErr = XOutBitmap::WriteGraphic( pGrfNd->GetGrf(), aGrfNm, in OutHTML_FrmFmtGrfNode() local
1610 if( nErr ) // fehlerhaft, da ist nichts auszugeben in OutHTML_FrmFmtGrfNode()
/aoo41x/main/sot/source/sdstor/
H A Ducbstorage.cxx716 …rtlDigestError nErr = rtl_digest_SHA1( pKey->GetBuffer(), pKey->Len(), aBuffer, RTL_DIGEST_LENGTH_… in UCBStorageStream_Impl() local
717 if ( nErr == rtl_Digest_E_None ) in UCBStorageStream_Impl()
1165 void UCBStorageStream_Impl::SetError( sal_uInt32 nErr ) argument
1169 m_nError = nErr;
1170 SvStream::SetError( nErr );
1171 if ( m_pAntiImpl ) m_pAntiImpl->SetError( nErr );
H A Dstgio.hxx52 sal_uLong nErr; member
/aoo41x/main/sc/source/filter/rtf/
H A Deeimpars.cxx98 sal_uLong nErr = mpParser->Read( rStream, rBaseURL ); in Read() local
121 return nErr; in Read()
/aoo41x/main/desktop/win32/source/setup/
H A Dsetup.hxx137 virtual void DisplayError( UINT nErr ) const;
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx161 ErrCode nErr = ERRCODE_NONE; in TestOleNeedsGraphic()
167 rStorageName,xObjStg,pDoc->GetDocStorage(),aGraph,aRect,aVisArea,0,nErr,0,nAspect); in TestOleNeedsGraphic()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun4.cxx650 ErrCode nErr = aMatcher.GuessFilter( aSfxMedium, &pFlt ); in PasteFile() local
652 if ( pFlt && !nErr ) in PasteFile()
/aoo41x/main/basic/source/classes/
H A Dsbxmod.cxx305 ErrCode nErr = SbxERR_OK; in invoke() local
307 nErr = pMethod->Call( xReturn ); in invoke()
2080 ErrCode nErr = SbxBase::GetError(); in Call() local
2087 return nErr; in Call()

Completed in 1463 milliseconds

1234