Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx52 mnRecPos( 0 ), in BiffInputRecordBuffer()
68 mnRecSize = mnRecPos = 0; in restartAt()
103 mnRecPos = 0; in startRecord()
128 memcpy( opData, &(*mpCurrentData)[ mnRecPos ], nBytes ); in read()
129 mnRecPos = mnRecPos + nBytes; in read()
136 mnRecPos = mnRecPos + nBytes; in skip()
561 mnRecPos( rStrm.tell() ) in BiffInputStreamPos()
569 mrStrm.seek( mnRecPos ); in restorePosition()
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx75 inline sal_uInt16 getRecPos() const { return mnRecPos; } in getRecPos()
77 inline sal_uInt16 getRecLeft() const { return mnRecSize - mnRecPos; } in getRecLeft()
104 sal_uInt16 mnRecPos; /// Current position in record body. member in oox::xls::prv::BiffInputRecordBuffer
413 sal_Int64 mnRecPos; member in oox::xls::BiffInputStreamPos
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx3047 while( implStartRecord( *mxBaseStrm, mnRecPos, mnRecId, mnRecSize ) ) in implDump()
3087 mnRecPos = mnRecId = mnRecSize = 0; in constructRecObjBase()
3098 writeShortHexItem( "pos", mnRecPos, "CONV-DEC" ); in writeHeader()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1897 inline sal_Int64 getRecPos() const { return mnRecPos; } in getRecPos()
1924 sal_Int64 mnRecPos; member in oox::dump::RecordObjectBase

Completed in 49 milliseconds