Home
last modified time | relevance | path

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

/aoo41x/main/tools/source/fsys/
H A Dfilecopy.cxx72 nBytesTotal ( 0 ), in FileCopier()
86 nBytesTotal ( 0 ), in FileCopier()
100 nBytesTotal ( 0 ), in FileCopier()
138 nBytesTotal = rCopier.nBytesTotal; in operator =()
339 nBytesTotal = FileStat( rSource ).GetSize(); in DoCopy_Impl()
382 if ( nBytesCopied > nBytesTotal ) in DoCopy_Impl()
383 nBytesTotal = nBytesCopied; in DoCopy_Impl()
393 if ( nBytesCopied != nBytesTotal ) in DoCopy_Impl()
/aoo41x/main/tools/inc/tools/
H A Dfsys.hxx386 sal_uIntPtr nBytesTotal; member in FileCopier
413 sal_uIntPtr GetBytesTotal() const { return nBytesTotal; } in GetBytesTotal()

Completed in 25 milliseconds