Home
last modified time | relevance | path

Searched refs:StartRecord (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxerecord.cxx175 rStrm.StartRecord( mnRecId, mnRecSize ); in Save()
239 … rStrm.StartRecord( GetRecId(), GetRecSize() + ((meRecType == EXC_FUTUREREC_UNUSEDREF) ? 12 : 4) ); in Save()
260 rStrm.StartRecord( EXC_ID2_BOF, 4 ); in Save()
265 rStrm.StartRecord( EXC_ID3_BOF, 6 ); in Save()
270 rStrm.StartRecord( EXC_ID4_BOF, 6 ); in Save()
275 rStrm.StartRecord( EXC_ID5_BOF, 8 ); in Save()
280 rStrm.StartRecord( EXC_ID5_BOF, 16 ); in Save()
293 rStrm.StartRecord( EXC_ID_EOF, 0 ); in Save()
H A Dxepivot.cxx597 rStrm.StartRecord( EXC_ID_SXNUMGROUP, 2 ); in WriteSxnumgroup()
844 rStrm.StartRecord( EXC_ID_DCONREF, 7 + aRef.GetSize() ); in WriteDconref()
876 rStrm.StartRecord( EXC_ID_SXDB, 21 ); in WriteSxdb()
883 rStrm.StartRecord( EXC_ID_SXDBEX, 12 ); in WriteSxdbex()
900 rStrm.StartRecord( EXC_ID_SXINDEXLIST, nRecSize ); in WriteSxindexlistList()
1201 rStrm.StartRecord( EXC_ID_SXDI, 12 ); in WriteSxdi()
1236 rStrm.StartRecord( EXC_ID_SXVD, 10 ); in WriteSxvd()
1243 rStrm.StartRecord( EXC_ID_SXVDEX, 20 ); in WriteSxvdex()
1591 rStrm.StartRecord( EXC_ID_SXEX, 24 ); in WriteSxex()
1598 rStrm.StartRecord( 0x0802, 32 ); in WriteQsiSxTag()
[all …]
H A Dxeescher.cxx266 rStrm.StartRecord( mnRecId, nTmpSize + 4 ); in Save()
369 rStrm.StartRecord( nSubRecId, (rTokArr.GetSize() + 5) & ~1 ); in WriteFormulaSubRec()
436 rStrm.StartRecord( EXC_ID_OBJCF, 2 ); in WriteSubRecs()
441 rStrm.StartRecord( EXC_ID_OBJFLAGS, 2 ); in WriteSubRecs()
458 rStrm.StartRecord( EXC_ID_OBJPICTFMLA, nPictFmlaSize ); in WriteSubRecs()
774 rStrm.StartRecord( EXC_ID_OBJCBLS, 12 ); in WriteSubRecs()
786 rStrm.StartRecord( EXC_ID_OBJCBLS, 8 ); in WriteSubRecs()
824 rStrm.StartRecord( EXC_ID_OBJLBSDATA, 0 ); in WriteSubRecs()
880 rStrm.StartRecord( EXC_ID_OBJGBODATA, 6 ); in WriteSubRecs()
908 rStrm.StartRecord( EXC_ID_OBJSBS, 20 ); in WriteSbs()
[all …]
H A Dxecontent.cxx220 rStrm.StartRecord( EXC_ID_SST, 8 ); in Save()
245 rStrm.StartRecord( EXC_ID_EXTSST, 0 ); in Save()
350 rStrm.StartRecord( EXC_ID_MERGEDCELLS, 2 + 8 * nRangeCount ); in Save()
576 … rStrm.StartRecord( EXC_ID_LABELRANGES, 4 + 8 * (aRowXclRanges.size() + aColXclRanges.size()) ); in Save()
1325 rStrm.StartRecord( EXC_ID_QSI, 10 + maDestRange.GetSize() ); in Save()
1338 rStrm.StartRecord( EXC_ID_PQRY, 12 ); in Save()
1346 rStrm.StartRecord( EXC_ID_WQSTRING, maUrl.GetSize() ); in Save()
1351 rStrm.StartRecord( EXC_ID_0802, 16 + maDestRange.GetSize() ); in Save()
1362 rStrm.StartRecord( EXC_ID_WQSETT, 28 ); in Save()
1378 rStrm.StartRecord( EXC_ID_WQTABLES, 4 + mxQryTables->GetSize() ); in Save()
H A Dxechart.cxx154 rStrm.StartRecord( nRecId, 12 ); in lclWriteChFrBlockRecord()
261 rStrm.StartRecord( EXC_ID_CHFRINFO, 20 ); in InitializeFutureRecBlock()
716 rStrm.StartRecord( EXC_ID_CHPICFORMAT, 14 ); in WriteSubRecords()
1082 rStrm.StartRecord( EXC_ID_CHFORMATRUNS, nRecSize ); in Save()
1091 rStrm.StartRecord( EXC_ID_CHSTRING, 2 + mxString->GetSize() ); in Save()
2709 rStrm.StartRecord( EXC_ID_CHDATERANGE, 18 ); in Save()
3405 rStrm.StartRecord( EXC_ID_CHPROPERTIES, 4 ); in WriteSubRecords()
H A Dxelink.cxx1307 rStrm.StartRecord( EXC_ID_XCT, 4 ); in Save()
2249 rStrm.StartRecord( EXC_ID_EXTERNSHEET, 2 + 6 * nCount ); in Save()
H A Dxestream.cxx90 void XclExpStream::StartRecord( sal_uInt16 nRecId, sal_Size nRecSize ) in StartRecord() function in XclExpStream
H A Dxetable.cxx1149 rStrm.StartRecord( bIsMulti ? mnMulRecId : GetRecId(), nTotalSize ); in Save()
H A Dxestyle.cxx1286 rStrm.StartRecord( EXC_ID4_FORMAT, 2 + aExpStr.GetSize() ); in WriteFormatRecord()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx240 pXclStrm->StartRecord( EXC_ID_OBJCMO, 18 ); in WriteBody()
249 pXclStrm->StartRecord( EXC_ID_OBJEND, 0 ); in WriteBody()
411 rStrm.StartRecord( EXC_ID_OBJSBS, 20 ); in WriteSubRecs()
419 rStrm.StartRecord( EXC_ID_OBJLBSDATA, 16 ); in WriteSubRecs()
557 rStrm.StartRecord( EXC_ID_CONT, mpString->GetBufferSize() + 1 ); in Save()
563 rStrm.StartRecord( EXC_ID_CONT, 8 * mpString->GetFormatsCount() ); in Save()
633 rStrm.StartRecord( EXC_ID_OBJCF, 2 ); in WriteSubRecs()
638 rStrm.StartRecord( EXC_ID_OBJFLAGS, 2 ); in WriteSubRecs()
650 rStrm.StartRecord( EXC_ID_OBJPICTFMLA, nSubRecLen ); in WriteSubRecs()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx95 void StartRecord( sal_uInt16 nRecId, sal_Size nRecSize );

Completed in 97 milliseconds