Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/xls/
H A Dbiffinputstream.cxx51 mnRecSize( 0 ), in BiffInputRecordBuffer()
68 mnRecSize = mnRecPos = 0; in restartAt()
91 mrInStrm >> mnRecId >> mnRecSize; in startRecord()
93 mnNextHeaderPos = mnBodyPos + mnRecSize; in startRecord()
101 mnRecSize = 0; in startRecord()
145 maOriginalData.resize( mnRecSize ); in updateBuffer()
146 if( mnRecSize > 0 ) in updateBuffer()
147 mrInStrm.readMemory( &maOriginalData.front(), static_cast< sal_Int32 >( mnRecSize ) ); in updateBuffer()
157 maDecodedData.resize( mnRecSize ); in updateDecoded()
158 if( mnRecSize > 0 ) in updateDecoded()
[all …]
/aoo42x/main/sc/source/filter/inc/
H A Dxerecord.hxx148 inline sal_Size GetRecSize() const { return mnRecSize; } in GetRecSize()
153 inline void SetRecSize( sal_Size nRecSize ) { mnRecSize = nRecSize; } in SetRecSize()
155 inline void AddRecSize( sal_Size nRecSize ) { mnRecSize += nRecSize; } in AddRecSize()
168 sal_Size mnRecSize; /// The predicted record size. member in XclExpRecord
H A Dxistream.hxx94 sal_uInt16 mnRecSize; /// Current record size. member in XclImpDecrypter
/aoo42x/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx73 inline sal_uInt16 getRecSize() const { return mnRecSize; } in getRecSize()
77 inline sal_uInt16 getRecLeft() const { return mnRecSize - mnRecPos; } in getRecLeft()
103 sal_uInt16 mnRecSize; /// Current record size. member in oox::xls::prv::BiffInputRecordBuffer
/aoo42x/main/sc/source/filter/excel/
H A Dxistream.cxx49 mnRecSize( 0 ) in XclImpDecrypter()
57 mnRecSize( 0 ) in XclImpDecrypter()
92 if( (mnOldPos != nNewPos) || (mnRecSize != nRecSize) ) in Update()
96 mnRecSize = nRecSize; in Update()
108 Update( rStrm, mnRecSize ); in Read()
H A Dxerecord.cxx153 mnRecSize( nRecSize ), in XclExpRecord()
175 rStrm.StartRecord( mnRecId, mnRecSize ); in Save()
/aoo42x/main/oox/source/dump/
H A Ddumperbase.cxx3047 while( implStartRecord( *mxBaseStrm, mnRecPos, mnRecId, mnRecSize ) ) in implDump()
3068 dumpRawBinary( mnRecSize, false ); in implDump()
3070 dumpRemainingTo( nRecPos + mnRecSize ); in implDump()
3087 mnRecPos = mnRecId = mnRecSize = 0; in constructRecObjBase()
3099 writeShortHexItem( "size", mnRecSize, "CONV-DEC" ); in writeHeader()
/aoo42x/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1899 inline sal_Int64 getRecSize() const { return mnRecSize; } in getRecSize()
1926 sal_Int64 mnRecSize; member in oox::dump::RecordObjectBase

Completed in 115 milliseconds