Home
last modified time | relevance | path

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

/aoo41x/main/package/source/zipapi/
H A DXUnbufferedStream.cxx80 , mnMyCurrent ( 0 ) in XUnbufferedStream()
139 , mnMyCurrent ( 0 ) in XUnbufferedStream()
174 if ( mnMyCurrent + nRequestedBytes > mnZipSize + maHeader.getLength() ) in readBytes()
175 nRequestedBytes = static_cast < sal_Int32 > ( mnZipSize + maHeader.getLength() - mnMyCurrent ); in readBytes()
296 mnMyCurrent += nRead + nLastRead; in readBytes()
321 if ( mnZipSize + maHeader.getLength() == mnMyCurrent && maCRC.getValue() != maEntry.nCrc ) in readBytes()
348 return static_cast < sal_Int32 > ( mnZipSize - mnMyCurrent ); in available()
H A DXUnbufferedStream.hxx63 sal_Int64 mnZipCurrent, mnZipEnd, mnZipSize, mnMyCurrent; member in XUnbufferedStream

Completed in 18 milliseconds