Lines Matching refs:rStrm

1600     BiffInputStream& rStrm = getBiffStream();  in implDumpRecordBody()  local
1601 sal_uInt16 nRecId = rStrm.getRecId(); in implDumpRecordBody()
1602 sal_Int64 nRecSize = rStrm.size(); in implDumpRecordBody()
1638 if( rStrm.getRemaining() > 0 ) dumpHex< sal_uInt8 >( "flags-2", "BOOKEXT-FLAGS2" ); in implDumpRecordBody()
1639 if( rStrm.getRemaining() > 0 ) dumpHex< sal_uInt8 >( "flags-3", "BOOKEXT-FLAGS3" ); in implDumpRecordBody()
1688 if( rStrm.getRemaining() >= 25 ) in implDumpRecordBody()
1797 if( rStrm.getRemaining() >= 6 ) in implDumpRecordBody()
1827 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in implDumpRecordBody()
2157 while( rStrm.getRemaining() >= 4 ) in implDumpRecordBody()
2178 … for( Address aPos( nCol1, nRow ); !rStrm.isEof() && (aPos.mnCol <= nCol2); ++aPos.mnCol ) in implDumpRecordBody()
2255 while( rStrm.getRemaining() >= 2 ) in implDumpRecordBody()
2292 …writeStringItem( "name", bBiff8 ? rStrm.readUniStringBody( nNameLen, true ) : rStrm.readCharArrayU… in implDumpRecordBody()
2294 …enuLen > 0 ) writeStringItem( "menu-text", bBiff8 ? rStrm.readUniStringBody( nMenuLen, true ) : rS… in implDumpRecordBody()
2295 … 0 ) writeStringItem( "description-text", bBiff8 ? rStrm.readUniStringBody( nDescrLen, true ) : rS… in implDumpRecordBody()
2296 …elpLen > 0 ) writeStringItem( "help-text", bBiff8 ? rStrm.readUniStringBody( nHelpLen, true ) : rS… in implDumpRecordBody()
2297 … > 0 ) writeStringItem( "statusbar-text", bBiff8 ? rStrm.readUniStringBody( nStatusLen, true ) : r… in implDumpRecordBody()
2301 writeStringItem( "name", rStrm.readCharArrayUC( nNameLen, eTextEnc, true ) ); in implDumpRecordBody()
2328 if( rStrm.getRemaining() == 2 ) in implDumpRecordBody()
2334 for( sal_uInt16 nSheet = 0; !rStrm.isEof() && (nSheet < nCount); ++nSheet ) in implDumpRecordBody()
2357 if( (aName.getLength() > 0) && (aName[ 0 ] == 1) && (rStrm.getRemaining() >= 2) ) in implDumpRecordBody()
2368 for( sal_uInt16 nRefId = 0; !rStrm.isEof() && (nRefId < nCount); ++nRefId ) in implDumpRecordBody()
2379 OStringBuffer aUrl( rStrm.readByteString( false, true ) ); in implDumpRecordBody()
2381 aUrl.append( static_cast< sal_Char >( rStrm.readuInt8() ) ); in implDumpRecordBody()
2388 rStrm.enableDecoder( false ); in implDumpRecordBody()
2418 rStrm.seekToStart(); in implDumpRecordBody()
2419 BiffDecoderRef xDecoder = BiffCodecHelper::implReadFilePass( rStrm, eBiff ); in implDumpRecordBody()
2440 …StrLen1 > 0 ) writeStringItem( "string-1", bBiff8 ? rStrm.readUniStringBody( nStrLen1, true ) : rS… in implDumpRecordBody()
2441 …StrLen2 > 0 ) writeStringItem( "string-2", bBiff8 ? rStrm.readUniStringBody( nStrLen2, true ) : rS… in implDumpRecordBody()
2471 if( rStrm.getRemaining() > 0 ) in implDumpRecordBody()
2483 if( rStrm.getRemaining() > 0 ) in implDumpRecordBody()
2540 while( rStrm.getRemaining() >= 4 ) in implDumpRecordBody()
2573 …for( sal_uInt16 nIdx = 0, nCount = dumpDec< sal_uInt16 >( "count" ); !rStrm.isEof() && (nIdx < nCo… in implDumpRecordBody()
2596 for( ; rStrm.getRemaining() >= 4; ++aPos.mnCol ) in implDumpRecordBody()
2612 for( ; rStrm.getRemaining() >= 8; ++aPos.mnCol ) in implDumpRecordBody()
2636 … nTextLen = ::std::min( nTextLen, static_cast< sal_uInt16 >( rStrm.getRemaining() ) ); in implDumpRecordBody()
2637 …writeStringItem( "note-text", rStrm.readCharArrayUC( nTextLen, getBiffData().getTextEncoding(), tr… in implDumpRecordBody()
2696 …for( sal_uInt16 nIdx = 0, nCount = dumpDec< sal_uInt16 >( "count" ); !rStrm.isEof() && (nIdx < nCo… in implDumpRecordBody()
2798 if( rStrm.getRemaining() >= 2 ) in implDumpRecordBody()
2817 while( rStrm.getRemaining() >= 6 ) in implDumpRecordBody()
2831 for( sal_Int64 nIdx = 0, nCount = rStrm.getRemaining() / 2; nIdx < nCount; ++nIdx ) in implDumpRecordBody()
2841 while( rStrm.getRemaining() >= nLineSize ) in implDumpRecordBody()
2953 aPortions.importPortions( rStrm, eBiff == BIFF8 ); in implDumpRecordBody()
2967 writeStringItem( "name", rStrm.readUniStringBody( nNameLen, true ) ); in implDumpRecordBody()
2971 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody()
2974 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody()
3031 rStrm.enableDecoder( false ); in implDumpRecordBody()
3033 rStrm.enableDecoder( true ); in implDumpRecordBody()
3044 if( rStrm.getRemaining() >= 20 ) in implDumpRecordBody()
3060 while( !rStrm.isEof() && (rStrm.getRemaining() >= 3) ) in implDumpRecordBody()
3088 dumpUnicodeArray( "style-name", rStrm.readuInt16() ); in implDumpRecordBody()
3097 rStrm >> nDefTableLen >> nDefPivotLen; in implDumpRecordBody()
3156 if( rStrm.getRemaining() >= 8 ) in implDumpRecordBody()
3376 BiffInputStream& rStrm = getBiffStream(); in dumpCfRuleProp() local
3398 sal_Int64 nRecPos = rStrm.tell(); in dumpCfRuleProp()
3400 dumpUnused( static_cast< sal_Int32 >( nRecPos + 64 - rStrm.tell() ) ); in dumpCfRuleProp()
3453 BiffInputStream& rStrm = getBiffStream(); in dumpXfExtProp() local
3454 …for( sal_uInt16 nIndex = 0, nCount = dumpDec< sal_uInt16 >( "subrec-count" ); !rStrm.isEof() && (n… in dumpXfExtProp()
3457 sal_Int64 nStartPos = rStrm.tell(); in dumpXfExtProp()
3500 BiffInputStream& rStrm = getBiffStream(); in dumpDxfProp() local
3502 …for( sal_uInt16 nIndex = 0, nCount = dumpDec< sal_uInt16 >( "subrec-count" ); !rStrm.isEof() && (n… in dumpDxfProp()
3505 sal_Int64 nStartPos = rStrm.tell(); in dumpDxfProp()
3554 dumpUnicodeArray( "name", rStrm.readuInt16() ); in dumpDxfProp()
3581 dumpUnicodeArray( "numfmt", rStrm.readuInt16() ); in dumpDxfProp()
3599 BiffInputStream& rStrm = getBiffStream(); in dumpDxf12Prop() local
3609 sal_Int64 nEndPos = rStrm.tell() + nSize; in dumpDxf12Prop()
3611 if( rStrm.tell() + 8 <= nEndPos ) in dumpDxf12Prop()
3929 BiffInputStream& rStrm = getBiffStream(); in dumpObjRecBiff5() local
4001 if( rStrm.getRemaining() >= 4 ) in dumpObjRecBiff5()
4100 BiffInputStream& rStrm = getBiffStream(); in dumpObjRecBiff8() local
4106 while( bLoop && (rStrm.getRemaining() >= 4) ) in dumpObjRecBiff8()
4113 writeHexItem( "pos", static_cast< sal_uInt32 >( rStrm.tell() ) ); in dumpObjRecBiff8()
4114 rStrm >> nSubRecId >> nSubRecSize; in dumpObjRecBiff8()
4119 sal_Int64 nSubRecStart = rStrm.tell(); in dumpObjRecBiff8()
4121 sal_Int64 nRealRecSize = ::std::min< sal_Int64 >( nSubRecSize, rStrm.getRemaining() ); in dumpObjRecBiff8()
4143 if( rStrm.tell() + 4 <= nSubRecEnd ) in dumpObjRecBiff8()
4150 if( bControl && (rStrm.tell() + 8 <= nSubRecEnd) ) in dumpObjRecBiff8()
4156 sal_Int64 nKeyEnd = rStrm.tell() + nKeySize; in dumpObjRecBiff8()
4158 rStrm.seek( nKeyEnd ); in dumpObjRecBiff8()
4213 if( !rStrm.isEof() && (rStrm.tell() == nSubRecStart) ) in dumpObjRecBiff8()
4361 BiffInputStream& rStrm = getBiffStream(); in dumpObjRecFmla() local
4366 sal_Int64 nStrmEnd = rStrm.tell() + nFmlaSize; in dumpObjRecFmla()
4368 if( rStrm.isEof() || (rStrm.tell() != nStrmEnd) ) in dumpObjRecFmla()
4376 BiffInputStream& rStrm = getBiffStream(); in dumpObjRecPictFmla() local
4381 sal_Int64 nStrmEnd = rStrm.tell() + nFmlaSize; in dumpObjRecPictFmla()
4384 if( rStrm.tell() + 2 <= nStrmEnd ) in dumpObjRecPictFmla()
4389 if( rStrm.isEof() || (rStrm.tell() != nStrmEnd) ) in dumpObjRecPictFmla()
4397 BiffInputStream& rStrm = getBiffStream(); in dumpChFrExtProps() local
4399 while( bValid && (rStrm.getRemaining() > 4) ) in dumpChFrExtProps()
4420 dumpUnicodeArray( "value", rStrm.readInt32() ); in dumpChFrExtProps()
4426 dumpBinary( "value", rStrm.readuInt32() ); in dumpChFrExtProps()
4454 BiffInputStream& rStrm = getBiffStream(); in implDumpRecordBody() local
4455 sal_uInt16 nRecId = rStrm.getRecId(); in implDumpRecordBody()
4478 while( !rStrm.isEof() && (rStrm.getRemaining() >= 2) ) in implDumpRecordBody()
4490 if( rStrm.getRemaining() >= 3 ) in implDumpRecordBody()