Home
last modified time | relevance | path

Searched refs:FSYS_ERR_OK (Results 1 – 14 of 14) sorted by relevance

/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx236 FSysError eRet = FSYS_ERR_OK; in DoCopy_Impl()
237 ErrCode eWarn = FSYS_ERR_OK; in DoCopy_Impl()
306 return hReturn ? FSYS_ERR_OK : FSYS_ERR_UNKNOWN; in DoCopy_Impl()
312 eRet = Error( aTgt.MakeDir() ? FSYS_ERR_OK : FSYS_ERR_UNKNOWN, 0, &aTgt ); in DoCopy_Impl()
314 … for ( sal_uInt16 n = 0; ERRCODE_TOERROR(eRet) == FSYS_ERR_OK && n < aSourceDir.Count(); ++n ) in DoCopy_Impl()
364 while ( Progress() && nSize == nAllocSize && eRet == FSYS_ERR_OK ) 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()
H A Ddirent.cxx586 return FSYS_ERR_OK; in ImpParseName()
741 nError = FSYS_ERR_OK; in DirEntry()
800 nError = FSYS_ERR_OK; in DirEntry()
837 if ( nError != FSYS_ERR_OK ) in DirEntry()
856 nError = FSYS_ERR_OK; in DirEntry()
883 if ( nError != FSYS_ERR_OK ) in DirEntry()
905 nError = ( eFlag == FSYS_FLAG_INVALID ) ? FSYS_ERR_UNKNOWN : FSYS_ERR_OK; in DirEntry()
1507 if ( rEntry.nError != FSYS_ERR_OK ) { in operator =()
1516 nError = FSYS_ERR_OK; in operator =()
2385 return FSYS_ERR_OK; in ImpParseUnixName()
[all …]
H A Dwntmsc.cxx519 nError = FSYS_ERR_OK; in ImpInit()
832 nError = FSYS_ERR_OK; in Update()
957 nError = FSYS_ERR_OK; in Update()
982 nError = FSYS_ERR_OK; in Update()
H A Dos2.cxx476 nError = FSYS_ERR_OK; in Update()
487 nError = FSYS_ERR_OK; in Update()
521 nError = FSYS_ERR_OK; in Update()
555 nError = FSYS_ERR_OK; in Update()
H A Dunx.cxx513 nError = FSYS_ERR_OK; in Update()
534 nError = FSYS_ERR_OK; in Update()
542 nError = FSYS_ERR_OK; in Update()
H A Dtdir.cxx589 return FSYS_ERR_OK; in ImpSetSort()
631 return FSYS_ERR_OK; in ImpSetSort()
661 return FSYS_ERR_OK; in ImpSetSort()
H A Dfstat.cxx58 nError = FSYS_ERR_OK; in FileStat()
/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdff.cxx58 if (aXmlFile.GetErrorCode() != FSYS_ERR_OK) in LoadXmlFile()
/trunk/main/tools/inc/tools/
H A Derrcode.hxx258 #define FSYS_ERR_OK ERRCODE_NONE macro
/trunk/main/automation/source/server/
H A Dstatemnt.cxx2930 long nErrorcode = FSYS_ERR_OK; in Execute()
2937 … if ( FSYS_ERR_OK == nErrorcode && FileStat( aFile ).IsKind( FSYS_KIND_FILE ) ) in Execute()
2947 … if ( FSYS_ERR_OK == nErrorcode && FileStat( aDir ).IsKind( FSYS_KIND_DIR ) ) in Execute()
3104 if ( FSYS_ERR_OK == nErrorcode ) in Execute()
3116 if ( FSYS_ERR_OK == nErrorcode ) in Execute()
3141 case FSYS_ERR_OK: in Execute()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx646 if (aSourceDirEntry.CopyTo(DirEntry(aDest),FSYS_ACTION_COPYFILE) != FSYS_ERR_OK) in RTLFUNC()
700 if(DirEntry(aFileSpec).Kill() != FSYS_ERR_OK) in RTLFUNC()
861 if (aDirEntry.Kill() != FSYS_ERR_OK) in RTLFUNC()
H A Dstep0.cxx1383 if( aSourceDirEntry.MoveTo( DirEntry(aDest) ) != FSYS_ERR_OK ) in StepRENAME()
/trunk/main/l10ntools/source/
H A Dlocalize.cxx732 if( aErr != FSYS_ERR_OK ){ in ExecuteMerge()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx3121 if( nError != FSYS_ERR_OK ) in CopyFile()