Home
last modified time | relevance | path

Searched refs:nError (Results 26 – 50 of 186) sorted by relevance

12345678

/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx315 ErrCode nError = m_xLockBytes->ReadAt(static_cast<sal_Size>( in readBytes() local
319 if (nError != ERRCODE_NONE && nError != ERRCODE_IO_PENDING) in readBytes()
323 if (nError == ERRCODE_NONE && nCount == 0) in readBytes()
347 ErrCode nError; in readSomeBytes() local
350 nError = m_xLockBytes->ReadAt(static_cast<sal_Size>(m_nPosition), in readSomeBytes()
355 if (nError != ERRCODE_NONE && nError != ERRCODE_IO_PENDING) in readSomeBytes()
359 while (nCount == 0 && nError == ERRCODE_IO_PENDING); in readSomeBytes()
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx118 nError = SVSTREAM_OK; in StgCache()
523 if( !nError ) in SetSize()
530 if( n && !nError ) in SetError()
531 nError = n; in SetError()
536 nError = SVSTREAM_OK; in ResetError()
542 if( nError != SVSTREAM_OK ) in MoveError()
544 r.SetError( nError ); in MoveError()
H A Dstgio.cxx236 sal_uLong nError; member in Validator
251 sal_Bool IsError() { return nError != 0; } in IsError()
259 sal_uLong nErr = nError = FAT_OK; in Validator()
262 nError = nErr; in Validator()
264 nError = nErr; in Validator()
266 nError = nErr; in Validator()
H A Dstgcache.hxx46 sal_uLong nError; // error code member in StgCache
75 sal_Bool Good() { return sal_Bool( nError == SVSTREAM_OK ); } in Good()
76 sal_Bool Bad() { return sal_Bool( nError != SVSTREAM_OK ); } in Bad()
77 sal_uLong GetError() { return nError; } in GetError()
/trunk/main/sfx2/source/view/
H A Dipclient.cxx936 ErrCode nError = ERRCODE_NONE; in DoVerb() local
966 nError = (sal_uInt32)aErrorEx.ErrCode; in DoVerb()
970 nError = ERRCODE_IO_GENERAL; in DoVerb()
984 nError = ERRCODE_SO_GENERALERROR; in DoVerb()
987 if ( !nError ) in DoVerb()
1023 nError = ERRCODE_SO_GENERALERROR; in DoVerb()
1030 nError = ERRCODE_SO_CANNOT_DOVERB_NOW; in DoVerb()
1034 nError = ERRCODE_SO_GENERALERROR; in DoVerb()
1048 if( nError ) in DoVerb()
1049 ErrorHandler::HandleError( nError ); in DoVerb()
[all …]
/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx99 oslPipeError nError = aPipe.getError( ); in printPipeError() local
101 switch ( nError ) { in printPipeError()
136 printf("The returned error is: Number %d, Unknown Error\n", nError ); in printPipeError()
489 oslPipeError nError = aPipe.getError( ); in TEST() local
494 ASSERT_NE( nError, osl_Pipe_E_None ); in TEST()
500 oslPipeError nError = aPipe.getError( ); in TEST() local
506 ASSERT_NE( nError, osl_Pipe_E_None ); in TEST()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx99 osl::File::RC nError = osl::File::E_None; in CreateSpoolFile() local
104 nError = osl::File::getFileURLFromSystemPath( aFile, aFileURL ); in CreateSpoolFile()
105 if (nError != osl::File::E_None) in CreateSpoolFile()
110 nError = pFile->open (OpenFlag_Read | OpenFlag_Write | OpenFlag_Create); in CreateSpoolFile()
111 if (nError != osl::File::E_None) in CreateSpoolFile()
581 osl::File::RC nError = (*pPageHead)->open(OpenFlag_Read); in EndJob() local
582 if (nError == osl::File::E_None) in EndJob()
592 osl::File::RC nError = (*pPageBody)->open(OpenFlag_Read); in EndJob() local
593 if (nError == osl::File::E_None) in EndJob()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx52 , nError(0) in LocaleNode()
58 int err = nError; in getError()
236 ++nError; in generateCode()
254 ++nError; in writeParameterCheckLen()
263 ++nError; in writeParameterCheckLen()
291 ++nError; in writeParameterCheckLen()
301 ++nError; in incError()
326 ++nError; in incErrorInt()
332 ++nError; in incErrorStr()
1000 ++nError; in generateCode()
[all …]
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx332 long nError; in curl_run() local
333 curl_easy_getinfo( pCURL, CURLINFO_RESPONSE_CODE, &nError ); in curl_run()
335 if ( 403 == nError ) in curl_run()
337 else if ( 404 == nError ) in curl_run()
339 else if ( 416 == nError ) in curl_run()
348 aMessage += aMessage.valueOf( nError ); in curl_run()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx319 ErrCode nError = ERRCODE_NONE; in Load() local
342 …his, sal_True, SDXMLMODE_Normal, SotStorage::GetVersion( rMedium.GetStorage() ) ).Import( nError ); in Load()
369 if( nError == ERRCODE_IO_BROKENPACKAGE ) in Load()
435 ErrCode nError = ERRCODE_NONE; in LoadFrom() local
436 …, sal_True, SDXMLMODE_Organizer, SotStorage::GetVersion( rMedium.GetStorage() ) ).Import( nError ); in LoadFrom()
496 ErrCode nError = ERRCODE_NONE; in ConvertFrom() local
497 bRet = SdXMLFilter( rMedium, *this, sal_True ).Import( nError ); in ConvertFrom()
505 ErrCode nError = ERRCODE_NONE; in ConvertFrom() local
506 … SdXMLFilter( rMedium, *this, sal_True, SDXMLMODE_Normal, SOFFICE_FILEFORMAT_60 ).Import( nError ); in ConvertFrom()
/trunk/main/tools/inc/tools/
H A Dfsys.hxx175 sal_uIntPtr nError; member in FileStat
201 sal_uIntPtr GetError() const { return ERRCODE_TOERROR(nError); } in GetError()
202 sal_uIntPtr GetErrorCode() const { return nError; } in GetErrorCode()
250 sal_uIntPtr nError; member in DirEntry
290 void SetError( sal_uIntPtr nErr ) { nError = nErr; } in SetError()
304 sal_uIntPtr GetError() const { return nError; } in GetError()
/trunk/main/sfx2/source/appl/
H A Dimpldde.cxx132 : pConnection( 0 ), pLink( 0 ), pRequest( 0 ), pGetData( 0 ), nError( 0 ) in SvDDEObject()
160 nError = DDELINK_ERROR_APP; in GetData()
183 nError = DDELINK_ERROR_DATA; in GetData()
249 nError = DDELINK_ERROR_DATA; in Connect()
253 nError = DDELINK_ERROR_APP; in Connect()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx580 nError = nLen = nIndex = nRPN = nRefs = 0; in FormulaTokenArray()
600 nError = r.nError; in Assign()
637 p->nError = nError; in Clone()
694 nError = nLen = nIndex = nRPN = nRefs = 0; in Clear()
1359 sal_uInt16 FormulaErrorToken::GetError() const { return nError; } in GetError()
1360 void FormulaErrorToken::SetError( sal_uInt16 nErr ) { nError = nErr; } in SetError()
1364 nError == static_cast< const FormulaErrorToken & >(r).GetError(); in operator ==()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx299 …int nError = GraphicFilter::LoadGraphic( aFileName, aFilterName, aGraphic, GraphicFilter::GetGraph… in FuInsertGraphic() local
300 if ( nError == GRFILTER_OK ) in FuInsertGraphic()
312 int nError = aDlg.GetGraphic(aGraphic); in FuInsertGraphic() local
313 if( nError == GRFILTER_OK ) in FuInsertGraphic()
333 switch ( nError ) in FuInsertGraphic()
/trunk/main/tools/source/fsys/
H A Dos2.cxx468 nError = FSYS_ERR_NOTEXISTS; in Update()
476 nError = FSYS_ERR_OK; in Update()
487 nError = FSYS_ERR_OK; in Update()
509 nError = ERRCODE_IO_INVALIDDEVICE; in Update()
521 nError = FSYS_ERR_OK; in Update()
550 nError = FSYS_ERR_NOTEXISTS; in Update()
555 nError = FSYS_ERR_OK; in Update()
H A Dunx.cxx505 nError = FSYS_ERR_NOTEXISTS; in Update()
513 nError = FSYS_ERR_OK; in Update()
534 nError = FSYS_ERR_OK; in Update()
538 nError = FSYS_ERR_NOTEXISTS; in Update()
542 nError = FSYS_ERR_OK; in Update()
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx371 ErrCode nError = 0; in IMPL_LINK() local
375 while( (aIter != maDropFileVector.end()) && !nError ) in IMPL_LINK()
540 nError = ERRCODE_IO_GENERAL; in IMPL_LINK()
550 if( nError ) in IMPL_LINK()
551 ErrorHandler::HandleError( nError ); in IMPL_LINK()
553 return nError; in IMPL_LINK()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx387 sal_Bool ScXMLImportWrapper::Import(sal_Bool bStylesOnly, ErrCode& nError) in Import() argument
522 nError = SCERR_IMPORT_UNKNOWN; in Import()
526 nError = SCWARN_IMPORT_FEATURES_LOST; in Import()
531 nError = SCWARN_IMPORT_FEATURES_LOST; in Import()
645 nError = nStylesRetval; in Import()
653 nError = nDocRetval; in Import()
661 nError = nStylesRetval; in Import()
663 nError = nMetaRetval; in Import()
665 nError = nSettingsRetval; in Import()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1877 sal_uInt32 nError = ERRCODE_NONE; in load() local
1879 nError=ERRCODE_IO_GENERAL; in load()
1906 nError=ERRCODE_IO_GENERAL; in load()
1921 nError = ERRCODE_ABORT; in load()
1941 if ( !nError ) in load()
1942 nError = pMedium->GetError(); in load()
1946 if ( nError ) in load()
1975 nError ? nError : ERRCODE_IO_CANTREAD ); in load()
3670 nError ? nError : ERRCODE_IO_CANTREAD ); in loadFromStorage()
3732 nError ? nError : ERRCODE_IO_GENERAL ); in storeToStorage()
[all …]
H A Ddocinsert.cxx120 sal_uInt32 nError = pMatcher->DetectFilter( *pMedium, &pFilter, sal_False ); in CreateMedium() local
121 if ( nError == ERRCODE_NONE && pFilter ) in CreateMedium()
153 sal_uInt32 nError = aMatcher.DetectFilter( *pMedium, &pFilter, sal_False ); in CreateMediumList() local
154 if ( nError == ERRCODE_NONE && pFilter ) in CreateMediumList()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx223 ErrCode nError = xDst->GetError(); in CopyStorage_Impl() local
224 if ( nError == ERRCODE_NONE ) in CopyStorage_Impl()
225 nError = xSrc->GetError(); in CopyStorage_Impl()
226 if ( nError != ERRCODE_NONE ) in CopyStorage_Impl()
227 xRoot->SetError( nError ); in CopyStorage_Impl()
/trunk/main/sc/inc/
H A Dscmatrix.hxx115 void SetErrorAtInterpreter( sal_uInt16 nError) const;
313 sal_uInt16 nError = GetDoubleErrorValue( pMat[nIndex].fVal); in GetDouble() local
314 if ( nError ) in GetDouble()
315 SetErrorAtInterpreter( nError); in GetDouble()
/trunk/main/formula/inc/formula/
H A Dtoken.hxx397 sal_uInt16 nError; member in formula::FormulaErrorToken
400 FormulaToken( svError ), nError( nErr) {} in FormulaErrorToken()
402 FormulaToken( r ), nError( r.nError) {} in FormulaErrorToken()
/trunk/main/padmin/source/
H A Dpamain.cxx58 virtual sal_uInt16 Exception( sal_uInt16 nError );
81 sal_uInt16 MyApp::Exception( sal_uInt16 nError ) in Exception() argument
83 switch( nError & EXC_MAJORTYPE ) in Exception()
/trunk/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 …]

Completed in 144 milliseconds

12345678