Searched refs:GetRecLeft (Results 1 – 12 of 12) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | xiescher.cxx | 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() [all …]
|
| H A D | xilink.cxx | 263 sal_Size nReadCount = rStrm.GetRecLeft() / 2; in ReadTabid() 317 if( (meType == xlExtDDE) && (rStrm.GetRecLeft() > 1) ) in XclImpExtName() 455 if( rStrm.GetRecLeft() == 2 ) in XclImpSupbook() 506 …for( sal_uInt8 nXclCol = nXclColFirst; (nXclCol <= nXclColLast) && (rStrm.GetRecLeft() > 1); ++nXc… in ReadCrn() 590 …DBG_ASSERT( static_cast< sal_Size >( nXtiCount * 6 ) == rStrm.GetRecLeft(), "XclImpLinkManagerImpl… in ReadExternsheet() 591 …nXtiCount = static_cast< sal_uInt16 >( ::std::min< sal_Size >( nXtiCount, rStrm.GetRecLeft() / 6 )… in ReadExternsheet()
|
| H A D | xicontent.cxx | 337 … DBG_ASSERT( rStrm.GetRecLeft() == 0, "XclImpHyperlink::ReadEmbeddedData - record size mismatch" ); in ReadEmbeddedData() 737 if( rStrm.GetRecLeft() > 8 ) in ReadDV() 1020 DBG_ASSERT( rStrm.GetRecLeft() == 4, "lclReadFilepass5 - wrong record size" ); in lclReadFilepass5() 1021 if( rStrm.GetRecLeft() == 4 ) in lclReadFilepass5() 1033 DBG_ASSERT( rStrm.GetRecLeft() == 48, "lclReadFilepass8 - wrong record size" ); in lclReadFilepass8_Standard() 1034 if( rStrm.GetRecLeft() == 48 ) in lclReadFilepass8_Standard()
|
| H A D | impop.cxx | 496 DBG_ASSERT( aIn.GetRecLeft() == (sal_Size)(nColMac - nColMic) * 3 + 2, in Columndefault() 858 …for( XclAddress aCurrXclPos( aXclPos ); (aXclPos.mnCol <= aCurrXclPos.mnCol) && (aIn.GetRecLeft() … in Mulrk() 879 …for( XclAddress aCurrXclPos( aXclPos ); (aXclPos.mnCol <= aCurrXclPos.mnCol) && (aIn.GetRecLeft() … in Mulblank() 927 for( sal_uInt16 nIdx = 0; (nIdx < nCount) && (maStrm.GetRecLeft() >= 8); ++nIdx ) in Cellmerging()
|
| H A D | xistream.cxx | 589 sal_Size XclImpStream::GetRecLeft() in GetRecLeft() function in XclImpStream 1117 if( mbCont && (GetRecLeft() > 0) ) in JumpToNextStringContinue()
|
| H A D | xiview.cxx | 166 if( rStrm.GetRecLeft() >= 6 ) in ReadWindow2()
|
| H A D | xipage.cxx | 114 if( rStrm.GetRecLeft() ) in ReadHeaderFooter()
|
| H A D | xipivot.cxx | 387 …DBG_ASSERT( (rStrm.GetRecLeft() / 2) == maFieldInfo.mnBaseItems, "XclImpPCField::ReadSxgroupinfo -… in ReadSxgroupinfo() 389 size_t nSize = rStrm.GetRecLeft() / 2; in ReadSxgroupinfo()
|
| H A D | xlpivot.cxx | 222 if( rStrm.GetRecLeft() >= 3 ) in operator >>()
|
| H A D | xistyle.cxx | 104 DBG_ASSERT( rStrm.GetRecLeft() == static_cast< sal_Size >( 4 * nCount ), in ReadPalette()
|
| /trunk/main/sc/source/filter/xcl97/ |
| H A D | XclImpChangeTrack.cxx | 358 if( !pStrm->IsValid() || (pStrm->GetRecLeft() > 0) ) in ReadChTrCellContent() 378 nTabIdCount = static_cast< sal_uInt16 >( pStrm->GetRecLeft() >> 1 ); in ReadChTrTabId()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xistream.hxx | 339 sal_Size GetRecLeft();
|