Searched refs:nNextRecId (Results 1 – 1 of 1) sorted by relevance
667 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPCDField() local668 bool bHasRangePr = nNextRecId == BIFF_ID_PCDFRANGEPR; in importPCDField()669 bool bHasDiscretePr = nNextRecId == BIFF_ID_PCDFDISCRETEPR; in importPCDField()1153 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPCDSource() local1154 switch( nNextRecId ) in importPCDSource()1477 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPivotCacheRef() local1478 …OSL_ENSURE( nNextRecId == BIFF_ID_PCDSOURCE, "PivotCacheBuffer::importPivotCacheRef - PCDSOURCE re… in importPivotCacheRef()1479 if( (nNextRecId == BIFF_ID_PCDSOURCE) && rStrm.startNextRecord() ) in importPivotCacheRef()
Completed in 16 milliseconds