Home
last modified time | relevance | path

Searched refs:FileCopier (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/tools/source/fsys/
H A Dfilecopy.cxx70 FileCopier::FileCopier() : in FileCopier() function in FileCopier
82 FileCopier::FileCopier( const DirEntry& rSource, const DirEntry& rTarget ) : in FileCopier() function in FileCopier
96 FileCopier::FileCopier( const FileCopier& rCopier ) : in FileCopier() function in FileCopier
119 FileCopier::~FileCopier() in ~FileCopier()
134 FileCopier& FileCopier::operator = ( const FileCopier &rCopier ) in operator =()
157 sal_Bool FileCopier::Progress() in Progress()
171 ErrCode FileCopier::Error( ErrCode eErr, const DirEntry* pSource, const DirEntry* pTarget ) in Error()
190 const DirEntry* FileCopier::GetErrorSource() const in GetErrorSource()
197 const DirEntry* FileCopier::GetErrorTarget() const in GetErrorTarget()
204 ErrCode FileCopier::GetError() const in GetError()
[all …]
H A Dos2.cxx291 FileCopier aMover( *this, rDest );
H A Ddirent.cxx2740 FileCopier fc(*this, rDest); in CopyTo()
/AOO41X/main/tools/inc/tools/
H A Dfsys.hxx243 friend class FileCopier;
382 class TOOLS_DLLPUBLIC FileCopier class
402 FileCopier();
403 FileCopier( const DirEntry &rSource,
405 FileCopier( const FileCopier &rCopier );
406 virtual ~FileCopier();
408 FileCopier& operator = ( const FileCopier &rCopier );
H A Dstream.hxx37 class FileCopier;
733 friend class FileCopier;
/AOO41X/main/tools/bootstrp/
H A Dinimgr.cxx186 FileCopier aFileCopier( aDir[ i ], aDestEntry ); in ForceUpdate()
/AOO41X/main/tools/source/stream/
H A Dstrmunx.cxx737 FileCopier aFileCopier( aSourceEntry, aTargetEntry ); in Open()