| /AOO42X/main/oox/source/xls/ |
| H A D | biffhelper.cxx | 291 (rStrm.getRecId() == BIFF2_ID_BOF) || in isBofRecord() 292 (rStrm.getRecId() == BIFF3_ID_BOF) || in isBofRecord() 293 (rStrm.getRecId() == BIFF4_ID_BOF) || in isBofRecord() 294 (rStrm.getRecId() == BIFF5_ID_BOF); in isBofRecord() 299 sal_uInt16 nStartRecId = rStrm.getRecId(); in skipRecordBlock() 300 while( rStrm.startNextRecord() && (rStrm.getRecId() != nEndRecId) ) in skipRecordBlock() 301 if( rStrm.getRecId() == nStartRecId ) in skipRecordBlock() 303 return !rStrm.isEof() && (rStrm.getRecId() == nEndRecId); in skipRecordBlock()
|
| H A D | pivotcachefragment.cxx | 340 if( rStrm.getRecId() == BIFF_ID_PCDFIELD ) in lclSeekToPCDField() 360 if( rStrm.startNextRecord() && (rStrm.getRecId() == BIFF_ID_PCDEFINITION) ) in importFragment() 382 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment() 388 return rStrm.getRecId() == BIFF_ID_EOF; in importFragment() 421 if( rStrm.getRecId() == BIFF_ID_PCITEM_INDEXLIST ) in importRecord() 432 switch( rStrm.getRecId() ) in importRecord()
|
| H A D | sheetdatacontext.cxx | 623 sal_uInt16 nRecId = rStrm.getRecId(); in importRecord() 816 if( readCellHeader( rStrm, rStrm.getRecId() == BIFF2_ID_BLANK ) ) in importBlank() 822 if( readCellHeader( rStrm, rStrm.getRecId() == BIFF2_ID_BOOLERR ) ) in importBoolErr() 873 bool bBiff2Xf = rStrm.getRecId() == BIFF2_ID_LABEL; in importLabel() 892 if( rStrm.getRecId() == BIFF_ID_RSTRING ) in importLabel() 947 if( readCellHeader( rStrm, rStrm.getRecId() == BIFF2_ID_NUMBER ) ) in importNumber() 979 switch( rStrm.getRecId() ) in importDataTable()
|
| H A D | biffinputstream.cxx | 196 bIsZeroRec = (maRecBuffer.getRecId() == 0) && (maRecBuffer.getRecSize() == 0); in startNextRecord() 198 while( bValidRec && ((mbCont && isContinueId( maRecBuffer.getRecId() )) || bIsZeroRec) ); in startNextRecord() 249 nRecId = maRecBuffer.getRecId(); in getNextRecId() 452 mnRecId = maRecBuffer.getRecId(); in setupRecord()
|
| H A D | chartsheetfragment.cxx | 193 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment() 202 sal_uInt16 nRecId = rStrm.getRecId(); in importFragment() 279 return rStrm.getRecId() == BIFF_ID_EOF; in importFragment()
|
| H A D | workbookfragment.cxx | 452 while( bRet && bLoop && rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importWorkspaceFragment() 454 switch( rStrm.getRecId() ) in importWorkspaceFragment() 469 bNextSheet = rStrm.startNextRecord() && (rStrm.getRecId() == BIFF_ID_SHEETHEADER); in importWorkspaceFragment() 509 sal_uInt16 nRecId = rStrm.getRecId(); in importGlobalsFragment()
|
| H A D | externallinkfragment.cxx | 359 sal_uInt16 nRecId = rStrm.getRecId(); in importRecord() 530 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment() 537 return !rStrm.isEof() && (rStrm.getRecId() == BIFF_ID_EOF); in importFragment()
|
| H A D | excelhandlers.cxx | 170 while( mxBiffStrm->startNextRecord() && (mxBiffStrm->getRecId() != BIFF_ID_EOF) ) in skipFragment() 173 return !mxBiffStrm->isEof() && (mxBiffStrm->getRecId() == BIFF_ID_EOF); in skipFragment()
|
| H A D | worksheetfragment.cxx | 762 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment() 773 sal_uInt16 nRecId = rStrm.getRecId(); in importFragment() 927 return rStrm.getRecId() == BIFF_ID_EOF; in importFragment() 1075 bool bInt32Rows = (rStrm.getRecId() == BIFF3_ID_DIMENSION) && (getBiff() == BIFF8); in importDimension()
|
| H A D | querytablefragment.cxx | 91 switch( rStrm.getRecId() ) in importRecord()
|
| H A D | autofiltercontext.cxx | 169 switch( rStrm.getRecId() ) in importRecord()
|
| H A D | pivottablefragment.cxx | 301 switch( rStrm.getRecId() ) in importRecord()
|
| H A D | pivotcachebuffer.cxx | 370 if( bLoop ) switch( rStrm.getRecId() ) in importItemList()
|
| /AOO42X/main/oox/inc/oox/xls/ |
| H A D | biffinputstream.hxx | 71 inline sal_uInt16 getRecId() const { return mnRecId; } in getRecId() function in oox::xls::prv::BiffInputRecordBuffer 231 inline sal_uInt16 getRecId() const { return mnRecId; } in getRecId() function in oox::xls::BiffInputStream
|
| /AOO42X/main/oox/source/dump/ |
| H A D | dffdumper.cxx | 85 switch( getRecId() ) in implWriteExtHeader() 101 switch( getRecId() ) in implDumpRecordBody()
|
| H A D | biffdumper.cxx | 311 mnLastRecId = mxBiffStrm->getRecId(); in implStartRecord() 322 ornRecId = mxBiffStrm->getRecId(); in implStartRecord() 326 if( mbMergeContRec ) switch( mxBiffStrm->getRecId() ) in implStartRecord() 336 mxBiffStrm->resetRecord( true, mxBiffStrm->getRecId() ); in implStartRecord() 341 switch( mxBiffStrm->getRecId() ) in implStartRecord() 1601 sal_uInt16 nRecId = rStrm.getRecId(); in implDumpRecordBody() 4455 sal_uInt16 nRecId = rStrm.getRecId(); in implDumpRecordBody()
|
| H A D | xlsbdumper.cxx | 1001 switch( getRecId() ) in implDumpRecordBody()
|
| H A D | oledumper.cxx | 2143 switch( getRecId() ) in implDumpRecordBody()
|
| /AOO42X/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 1898 inline sal_Int64 getRecId() const { return mnRecId; } in getRecId() function in oox::dump::RecordObjectBase
|