Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/streaming/
H A Dmemorystream.cxx86 sal_Int32 mnCursor; member in comphelper::UNOMemoryStream
90 : mnCursor(0) in UNOMemoryStream()
121 sal_Int8* pCursor = &((pData)[mnCursor]); in readBytes()
124 mnCursor += nBytesToRead; in readBytes()
140 mnCursor += std::min( nBytesToSkip, available() ); in skipBytes()
145 return static_cast< sal_Int32 >( maData.size() ) - mnCursor; in available()
150 mnCursor = 0; in closeInput()
166 mnCursor = static_cast< sal_Int32 >( location ); in seek()
171 return static_cast< sal_Int64 >( mnCursor ); in getPosition()
185 sal_Int64 nNewSize = static_cast< sal_Int64 >( mnCursor + nBytesToWrite ); in writeBytes()
[all …]