Searched refs:nBytesCopied (Results 1 – 2 of 2) sorted by relevance
73 nBytesCopied( 0 ), in FileCopier()87 nBytesCopied( 0 ), in FileCopier()101 nBytesCopied ( 0 ), in FileCopier()139 nBytesCopied = rCopier.nBytesCopied; in operator =()140 nBytesCopied = rCopier.nBytesCopied; in operator =()338 nBytesCopied = 0; in DoCopy_Impl()381 nBytesCopied += nSize; in DoCopy_Impl()382 if ( nBytesCopied > nBytesTotal ) in DoCopy_Impl()383 nBytesTotal = nBytesCopied; in DoCopy_Impl()393 if ( nBytesCopied != nBytesTotal ) in DoCopy_Impl()
387 sal_uIntPtr nBytesCopied; member in FileCopier414 sal_uIntPtr GetBytesCopied() const { return nBytesCopied; } in GetBytesCopied()
Completed in 13 milliseconds