Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx112 sal_uInt16 BiffInputRecordBuffer::getNextRecId() in getNextRecId() function in oox::xls::prv::BiffInputRecordBuffer
241 sal_uInt16 BiffInputStream::getNextRecId() in getNextRecId() function in oox::xls::BiffInputStream
493 …mbEof = mbEof || !mbCont || !isContinueId( maRecBuffer.getNextRecId() ) || !maRecBuffer.startNextR… in jumpToNextContinue()
512 … mbEof = mbEof || (maRecBuffer.getNextRecId() != BIFF_ID_CONT) || !maRecBuffer.startNextRecord(); in jumpToNextStringContinue()
H A Dcommentsbuffer.cxx107 if( (rStrm.getNextRecId() == BIFF_ID_NOTESOUND) && rStrm.startNextRecord() ) in importNote()
187 while( (nTotalLen > 0) && (rStrm.getNextRecId() == BIFF_ID_NOTE) && rStrm.startNextRecord() ) in importNoteBiff2()
H A Dpivotcachebuffer.cxx658 if( (rStrm.getNextRecId() == BIFF_ID_PCDFSQLTYPE) && rStrm.startNextRecord() ) in importPCDField()
667 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPCDField()
1153 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPCDSource()
1198 if( (rStrm.getNextRecId() == BIFF_ID_PCDEFINITION2) && rStrm.startNextRecord() ) in importPCDefinition()
1477 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPivotCacheRef()
H A Dconnectionsbuffer.cxx110 bValidRec = (rStrm.getNextRecId() == BIFF_ID_PCITEM_STRING) && rStrm.startNextRecord(); in lclReadQueryString()
437 … bool bHasQTString = (rStrm.getNextRecId() == BIFF_ID_QUERYTABLESTRING) && rStrm.startNextRecord(); in importQueryTableSettings()
H A Ddrawingmanager.cxx914 if( (rStrm.getNextRecId() == BIFF3_ID_IMGDATA) && rStrm.startNextRecord() ) in importObjBiff8()
920 … while( (nDataSize > 0) && (rStrm.getNextRecId() == BIFF_ID_CONT) && rStrm.startNextRecord() ) in importObjBiff8()
1282 if( (rStrm.getNextRecId() == BIFF_ID_COORDLIST) && rStrm.startNextRecord() ) in importCoordList()
H A Dscenariobuffer.cxx244 while( (rStrm.getNextRecId() == BIFF_ID_SCENARIO) && rStrm.startNextRecord() ) in importScenarios()
H A Dquerytablebuffer.cxx284 bool bHasDbQuery = (rStrm.getNextRecId() == BIFF_ID_DBQUERY) && rStrm.startNextRecord(); in importQueryTable()
H A Dpivottablebuffer.cxx466 while( (rStrm.getNextRecId() == BIFF_ID_PTFITEM) && rStrm.startNextRecord() ) in importPTField()
470 …if( (getBiff() == BIFF8) && (rStrm.getNextRecId() == BIFF_ID_PTFIELD2) && rStrm.startNextRecord() ) in importPTField()
H A Dcondformatbuffer.cxx669 …for( sal_uInt16 nRule = 0; (nRule < nRuleCount) && (rStrm.getNextRecId() == BIFF_ID_CFRULE) && rSt… in importCfHeader()
H A Dworksheetfragment.cxx1109 if( (rStrm.getNextRecId() == BIFF_ID_SCREENTIP) && rStrm.startNextRecord() ) in importHyperlink()
H A Dstylesbuffer.cxx2914 …if( (getBiff() == BIFF8) && (rStrm.getNextRecId() == BIFF_ID_STYLEEXT) && rStrm.startNextRecord() ) in importStyle()
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx66 sal_uInt16 getNextRecId();
233 sal_uInt16 getNextRecId();

Completed in 82 milliseconds