Home
last modified time | relevance | path

Searched refs:rCopier (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/tools/source/fsys/
H A Dfilecopy.cxx98 aSource ( rCopier.aSource ), in FileCopier()
99 aTarget ( rCopier.aTarget ), in FileCopier()
102 aProgressLink ( rCopier.aProgressLink ), in FileCopier()
136 aSource = rCopier.aSource; in operator =()
137 aTarget = rCopier.aTarget; in operator =()
138 nBytesTotal = rCopier.nBytesTotal; in operator =()
139 nBytesCopied = rCopier.nBytesCopied; in operator =()
140 nBytesCopied = rCopier.nBytesCopied; in operator =()
141 nBlockSize = rCopier.nBlockSize; in operator =()
142 aProgressLink = rCopier.aProgressLink; in operator =()
[all …]
/aoo41x/main/tools/inc/tools/
H A Dfsys.hxx405 FileCopier( const FileCopier &rCopier );
408 FileCopier& operator = ( const FileCopier &rCopier );

Completed in 12 milliseconds