Home
last modified time | relevance | path

Searched refs:nSubRecSize (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx161 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
431 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
579 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
604 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
646 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
690 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
718 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
806 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
836 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
887 … void DoReadObj8SubRec( XclImpStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx328 sal_uInt16 nSubRecId, nSubRecSize, nObjType; in ReadObj8() local
329 rStrm >> nSubRecId >> nSubRecSize >> nObjType; in ReadObj8()
333 if( (nSubRecSize >= 6) ) in ReadObj8()
898 sal_uInt16 nSubRecId, nSubRecSize; in ImplReadObj8() local
899 rStrm >> nSubRecId >> nSubRecSize; in ImplReadObj8()
902nSubRecSize = static_cast< sal_uInt16 >( ::std::min< sal_Size >( nSubRecSize, rStrm.GetRecLeft() )… in ImplReadObj8()
908 if( (rStrm.GetRecPos() == 4) && (nSubRecSize >= 6) ) in ImplReadObj8()
922 DoReadObj8SubRec( rStrm, nSubRecId, nSubRecSize ); in ImplReadObj8()
926 rStrm.Ignore( nSubRecSize ); in ImplReadObj8()
2193 XclImpTbxObjBase::DoReadObj8SubRec( rStrm, nSubRecId, nSubRecSize ); in DoReadObj8SubRec()
[all …]
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx451 sal_uInt16 nSubRecId, nSubRecSize, nObjType; in importObjBiff8() local
452 rStrm >> nSubRecId >> nSubRecSize >> nObjType; in importObjBiff8()
454 if( (nSubRecId == BIFF_ID_OBJCMO) && (nSubRecSize >= 6) ) in importObjBiff8()
872 sal_uInt16 nSubRecId, nSubRecSize; in importObjBiff8() local
873 rStrm >> nSubRecId >> nSubRecSize; in importObjBiff8()
876nSubRecSize = static_cast< sal_uInt16 >( ::std::min< sal_Int64 >( nSubRecSize, rStrm.getRemaining(… in importObjBiff8()
882 if( (rStrm.tell() == 4) && (nSubRecSize >= 6) ) in importObjBiff8()
896 implReadObjBiff8SubRec( rStrm, nSubRecId, nSubRecSize ); in importObjBiff8()
900 rStrm.seek( nStrmPos + nSubRecSize ); in importObjBiff8()
H A Dstylesbuffer.cxx2589 sal_uInt16 nSubRecId, nSubRecSize; in importDxf() local
2591 rStrm >> nSubRecId >> nSubRecSize; in importDxf()
2592 nRecEnd += nSubRecSize; in importDxf()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx3460 sal_uInt16 nSubRecSize = dumpDec< sal_uInt16 >( "size" ); in dumpXfExtProp() local
3461 sal_Int64 nEndPos = nStartPos + nSubRecSize; in dumpXfExtProp()
3508 sal_uInt16 nSubRecSize = dumpDec< sal_uInt16 >( "size" ); in dumpDxfProp() local
3509 sal_Int64 nEndPos = nStartPos + nSubRecSize; in dumpDxfProp()
4109 sal_uInt16 nSubRecId, nSubRecSize; in dumpObjRecBiff8() local
4114 rStrm >> nSubRecId >> nSubRecSize; in dumpObjRecBiff8()
4115 writeHexItem( "size", nSubRecSize ); in dumpObjRecBiff8()
4121 sal_Int64 nRealRecSize = ::std::min< sal_Int64 >( nSubRecSize, rStrm.getRemaining() ); in dumpObjRecBiff8()
H A Dxlsbdumper.cxx1333 sal_uInt16 nSubRecSize = dumpDec< sal_uInt16 >( "size" ); in implDumpRecordBody() local
1334 sal_Int64 nEndPos = nStartPos + nSubRecSize; in implDumpRecordBody()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx215 … implReadObjBiff8SubRec( BiffInputStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );

Completed in 110 milliseconds