Searched refs:nPostpIdx (Results 1 – 1 of 1) sorted by relevance
720 size_t nPostpIdx = 0; // index to current field with postponed items in ReadPivotCacheStream() local788 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 24 milliseconds