Home
last modified time | relevance | path

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

/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx99 sal_Int32 nChunkLeft = static_cast< sal_Int32 >( maChunk.size() - mnChunkPos ); in readMemory() local
100 sal_Int32 nReadBytes = ::std::min( nBytes, nChunkLeft ); in readMemory()
114 sal_Int32 nChunkLeft = static_cast< sal_Int32 >( maChunk.size() - mnChunkPos ); in skip() local
115 sal_Int32 nSkipBytes = ::std::min( nBytes, nChunkLeft ); in skip()

Completed in 17 milliseconds