Searched refs:nSubRecSize (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 161 … 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 );
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 328 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() 902 …nSubRecSize = 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 …]
|
/aoo4110/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 451 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() 876 …nSubRecSize = 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 D | stylesbuffer.cxx | 2589 sal_uInt16 nSubRecId, nSubRecSize; in importDxf() local 2591 rStrm >> nSubRecId >> nSubRecSize; in importDxf() 2592 nRecEnd += nSubRecSize; in importDxf()
|
/aoo4110/main/oox/source/dump/ |
H A D | biffdumper.cxx | 3460 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 D | xlsbdumper.cxx | 1333 sal_uInt16 nSubRecSize = dumpDec< sal_uInt16 >( "size" ); in implDumpRecordBody() local 1334 sal_Int64 nEndPos = nStartPos + nSubRecSize; in implDumpRecordBody()
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | drawingmanager.hxx | 215 … implReadObjBiff8SubRec( BiffInputStream& rStrm, sal_uInt16 nSubRecId, sal_uInt16 nSubRecSize );
|
Completed in 145 milliseconds