Searched refs:ERRCODE_TOERROR (Results 1 – 12 of 12) sorted by relevance
314 … for ( sal_uInt16 n = 0; ERRCODE_TOERROR(eRet) == FSYS_ERR_OK && n < aSourceDir.Count(); ++n ) in DoCopy_Impl()409 if ( FSYS_ERR_OK == ERRCODE_TOERROR(eRet) ) in DoCopy_Impl()434 if ( FSYS_ERR_OK == ERRCODE_TOERROR(eRet) && ( pImp->nActions & FSYS_ACTION_MOVE ) ) in DoCopy_Impl()
89 #define ERRCODE_TOERROR(x) \ macro101 inline sal_uIntPtr ERRCODE_TOERROR( sal_uIntPtr x ) in ERRCODE_TOERROR() function
201 sal_uIntPtr GetError() const { return ERRCODE_TOERROR(nError); } in GetError()
323 sal_uInt32 GetError() const { return ERRCODE_TOERROR(nError); } in GetError()
175 sal_uLong GetError() const { return ERRCODE_TOERROR(m_nError); } in GetError()
1044 if( !ERRCODE_TOERROR( eErr ) ) in Execute()1113 if( !ERRCODE_TOERROR( eErr ) ) in Execute()
193 { return ERRCODE_TOERROR(GetErrorCode()); } in GetError()
361 sal_uLong GetError() const { return ERRCODE_TOERROR(mnError); } in GetError()
755 Error( ERRCODE_TOERROR(nSbError) ); // Warnings rausfiltern in Step()
641 sal_uIntPtr lFatalErr = ERRCODE_TOERROR(lErr); in NewDocExec_Impl()
1293 sal_Bool bWarning = !ERRCODE_TOERROR(nError); in handleGenericErrorRequest()
280 return ERRCODE_TOERROR(GetErrorCode()); in GetError()