Home
last modified time | relevance | path

Searched refs:ERRCODE_TOERROR (Results 1 – 12 of 12) sorted by relevance

/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx314 … 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()
/trunk/main/tools/inc/tools/
H A Derrcode.hxx89 #define ERRCODE_TOERROR(x) \ macro
101 inline sal_uIntPtr ERRCODE_TOERROR( sal_uIntPtr x ) in ERRCODE_TOERROR() function
H A Dfsys.hxx201 sal_uIntPtr GetError() const { return ERRCODE_TOERROR(nError); } in GetError()
H A Dstream.hxx323 sal_uInt32 GetError() const { return ERRCODE_TOERROR(nError); } in GetError()
/trunk/main/sot/inc/sot/
H A Dstorage.hxx175 sal_uLong GetError() const { return ERRCODE_TOERROR(m_nError); } in GetError()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1044 if( !ERRCODE_TOERROR( eErr ) ) in Execute()
1113 if( !ERRCODE_TOERROR( eErr ) ) in Execute()
/trunk/main/sfx2/inc/sfx2/
H A Ddocfile.hxx193 { return ERRCODE_TOERROR(GetErrorCode()); } in GetError()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx361 sal_uLong GetError() const { return ERRCODE_TOERROR(mnError); } in GetError()
/trunk/main/basic/source/runtime/
H A Druntime.cxx755 Error( ERRCODE_TOERROR(nSbError) ); // Warnings rausfiltern in Step()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx641 sal_uIntPtr lFatalErr = ERRCODE_TOERROR(lErr); in NewDocExec_Impl()
/trunk/main/uui/source/
H A Diahndl.cxx1293 sal_Bool bWarning = !ERRCODE_TOERROR(nError); in handleGenericErrorRequest()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx280 return ERRCODE_TOERROR(GetErrorCode()); in GetError()