Lines Matching refs:GetRecLeft

221     if( rStrm.GetRecLeft() >= 30 )  in ReadObj3()
252 if( rStrm.GetRecLeft() >= 30 ) in ReadObj4()
284 if( rStrm.GetRecLeft() >= 34 ) in ReadObj5()
326 if( rStrm.GetRecLeft() >= 10 ) in ReadObj8()
618 if( rStrm.GetRecLeft() > 6 ) in ReadMacro8()
896 while( bLoop && (rStrm.GetRecLeft() >= 4) ) in ImplReadObj8()
902 …ubRecSize = static_cast< sal_uInt16 >( ::std::min< sal_Size >( nSubRecSize, rStrm.GetRecLeft() ) ); in ImplReadObj8()
945 nDataSize -= rStrm.GetRecLeft(); in ImplReadObj8()
949 …DBG_ASSERT( nDataSize >= rStrm.GetRecLeft(), "XclImpDrawObjBase::ImplReadObj8 - CONTINUE too long"… in ImplReadObj8()
950 nDataSize -= ::std::min< sal_uInt32 >( rStrm.GetRecLeft(), nDataSize ); in ImplReadObj8()
1320 …DBG_ASSERT( rStrm.GetRecLeft() / 4 == mnPointCount, "XclImpPolygonObj::ReadCoordList - wrong polyg… in ReadCoordList()
1321 while( rStrm.GetRecLeft() >= 4 ) in ReadCoordList()
2651 ReadFullLbsData( rStrm, rStrm.GetRecLeft() ); in DoReadObj5()
3062 if( rStrm.GetRecLeft() <= 8 ) return; in ReadPictFmla()
3068 if( rStrm.GetRecLeft() <= 8 ) return; in ReadPictFmla()
3073 …DBG_ASSERT( rStrm.GetRecLeft() >= nAddStrSize + 4, "XclImpPictureObj::ReadPictFmla - missing data"… in ReadPictFmla()
3074 if( rStrm.GetRecLeft() >= nAddStrSize + 4 ) in ReadPictFmla()
3082 else if( mbEmbedded && (rStrm.GetRecLeft() >= 4) ) in ReadPictFmla()
3745 if( nDataSize <= rStrm.GetRecLeft() ) in ReadImgData()
3906 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadWmf()
3935 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadBmp()
3942 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadBmp()
4069 … sal_uInt16 nPartLen = ::std::min( nTotalLen, static_cast< sal_uInt16 >( rStrm.GetRecLeft() ) ); in ReadNote3()