Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dpivotcachebuffer.cxx667 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPCDField() local
668 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() local
1154 switch( nNextRecId ) in importPCDSource()
1477 sal_uInt16 nNextRecId = rStrm.getNextRecId(); in importPivotCacheRef() local
1478 …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