Searched refs:mnCursor (Results 1 – 1 of 1) sorted by relevance
86 sal_Int32 mnCursor; member in comphelper::UNOMemoryStream90 : mnCursor(0) in UNOMemoryStream()121 sal_Int8* pCursor = &((pData)[mnCursor]); in readBytes()124 mnCursor += nBytesToRead; in readBytes()150 mnCursor = 0; in closeInput()166 mnCursor = static_cast< sal_Int32 >( location ); in seek()171 return static_cast< sal_Int64 >( mnCursor ); in getPosition()196 sal_Int8* pCursor = &(pData[mnCursor]); in writeBytes()199 mnCursor += nBytesToWrite; in writeBytes()209 mnCursor = 0; in closeOutput()[all …]
Completed in 6 milliseconds