Home
last modified time | relevance | path

Searched refs:GetRecLeft (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx221 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()
945 nDataSize -= rStrm.GetRecLeft(); in ImplReadObj8()
1321 while( rStrm.GetRecLeft() >= 4 ) in ReadCoordList()
3062 if( rStrm.GetRecLeft() <= 8 ) return; in ReadPictFmla()
3068 if( rStrm.GetRecLeft() <= 8 ) return; in ReadPictFmla()
[all …]
H A Dxilink.cxx263 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 Dxicontent.cxx337 … 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 Dimpop.cxx496 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 Dxistream.cxx589 sal_Size XclImpStream::GetRecLeft() in GetRecLeft() function in XclImpStream
1117 if( mbCont && (GetRecLeft() > 0) ) in JumpToNextStringContinue()
H A Dxiview.cxx166 if( rStrm.GetRecLeft() >= 6 ) in ReadWindow2()
H A Dxipage.cxx114 if( rStrm.GetRecLeft() ) in ReadHeaderFooter()
H A Dxipivot.cxx387 …DBG_ASSERT( (rStrm.GetRecLeft() / 2) == maFieldInfo.mnBaseItems, "XclImpPCField::ReadSxgroupinfo -… in ReadSxgroupinfo()
389 size_t nSize = rStrm.GetRecLeft() / 2; in ReadSxgroupinfo()
H A Dxlpivot.cxx222 if( rStrm.GetRecLeft() >= 3 ) in operator >>()
H A Dxistyle.cxx104 DBG_ASSERT( rStrm.GetRecLeft() == static_cast< sal_Size >( 4 * nCount ), in ReadPalette()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx358 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 Dxistream.hxx339 sal_Size GetRecLeft();

Completed in 99 milliseconds