Searched refs:GetRecSize (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 134 DBG_ASSERT( rStrm.GetRecSize() == 8, "XclImpPCItem::ReadSxdouble - wrong record size" ); in ReadSxdouble() 140 DBG_ASSERT( rStrm.GetRecSize() == 2, "XclImpPCItem::ReadSxboolean - wrong record size" ); in ReadSxboolean() 146 DBG_ASSERT( rStrm.GetRecSize() == 2, "XclImpPCItem::ReadSxerror - wrong record size" ); in ReadSxerror() 152 DBG_ASSERT( rStrm.GetRecSize() == 2, "XclImpPCItem::ReadSxinteger - wrong record size" ); in ReadSxinteger() 158 DBG_ASSERT( rStrm.GetRecSize() >= 3, "XclImpPCItem::ReadSxstring - wrong record size" ); in ReadSxstring() 164 DBG_ASSERT( rStrm.GetRecSize() == 8, "XclImpPCItem::ReadSxdatetime - wrong record size" ); in ReadSxdatetime() 174 DBG_ASSERT( rStrm.GetRecSize() == 0, "XclImpPCItem::ReadSxempty - wrong record size" ); in ReadSxempty() 1279 … sal_uInt16 nSize = ulimit_cast< sal_uInt16 >( rStrm.GetRecSize() / 2, EXC_PT_MAXROWCOLCOUNT ); in ReadSxivd() 1301 sal_uInt16 nSize = ulimit_cast< sal_uInt16 >( rStrm.GetRecSize() / 6 ); in ReadSxpi()
|
H A D | xiformula.cxx | 75 GetOldFmlaConverter().GetAbsRefs( rScRanges, aFmlaStrm, aFmlaStrm.GetRecSize() ); in CreateRangeList() 93 GetOldFmlaConverter().Convert(pArray, aFmlaStrm, aFmlaStrm.GetRecSize(), true); in CreateFormula()
|
H A D | xerecord.cxx | 226 rStrm.Write( mpData, GetRecSize() ); in WriteBody() 239 … rStrm.StartRecord( GetRecId(), GetRecSize() + ((meRecType == EXC_FUTUREREC_UNUSEDREF) ? 12 : 4) ); in Save()
|
H A D | xistream.cxx | 576 sal_Size XclImpStream::GetRecSize() in GetRecSize() function in XclImpStream 591 return mbValid ? (GetRecSize() - GetRecPos()) : 0; in GetRecLeft() 852 nRet = CopyToStream( rOutStrm, GetRecSize() ); in CopyRecordToStream()
|
H A D | xetable.cxx | 1146 sal_Size nTotalSize = GetRecSize() + (2 + mnContSize) * nCount; in Save()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xerecord.hxx | 148 inline sal_Size GetRecSize() const { return mnRecSize; } in GetRecSize() function in XclExpRecord
|
H A D | xistream.hxx | 337 sal_Size GetRecSize();
|
Completed in 58 milliseconds