Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/ole/
H A Daxbinaryreader.cxx49 mnStrmPos( 0 ), in AxAlignedInputStream()
62 return mpInStrm ? mnStrmPos : -1; in tell()
67 mbEof = mbEof || (nPos < mnStrmPos); in seek()
69 skip( static_cast< sal_Int32 >( nPos - mnStrmPos ) ); in seek()
84 mnStrmPos += nReadSize; in readData()
96 mnStrmPos += nReadSize; in readMemory()
107 mnStrmPos += nBytes; in skip()
114 skip( static_cast< sal_Int32 >( (nSize - (mnStrmPos % nSize)) % nSize ) ); in align()
/aoo4110/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx83 sal_Int64 mnStrmPos; /// Tracks relative position in the stream. member in oox::ole::AxAlignedInputStream

Completed in 22 milliseconds