Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx720 size_t nPostpIdx = 0; // index to current field with postponed items in ReadPivotCacheStream() local
788 aPostpFields[ nPostpIdx ]->ReadItem( aPCStrm ); in ReadPivotCacheStream()
793 if( aOrigFields.empty() && (nPostpIdx == 0) ) in ReadPivotCacheStream()
796 … aPostpFields[ nPostpIdx ]->WriteLastOrigItemToSource( nItemScRow, nScTab ); in ReadPivotCacheStream()
799 ++nPostpIdx; in ReadPivotCacheStream()
800 if( nPostpIdx >= aPostpFields.size() ) in ReadPivotCacheStream()
801 nPostpIdx = 0; in ReadPivotCacheStream()

Completed in 22 milliseconds