Searched refs:aPCStrm (Results 1 – 1 of 1) sorted by relevance
714 XclImpStream aPCStrm( *xSvStrm, GetRoot() ); in ReadPivotCacheStream() local715 aPCStrm.CopyDecrypterFrom( rStrm ); // pivot cache streams are encrypted in ReadPivotCacheStream()723 while( bLoop && aPCStrm.StartNextRecord() ) in ReadPivotCacheStream()725 switch( aPCStrm.GetRecId() ) in ReadPivotCacheStream()732 aPCStrm >> maPCInfo; in ReadPivotCacheStream()743 xCurrField->ReadSxfield( aPCStrm ); in ReadPivotCacheStream()767 … sal_uInt16 nItemIdx = (*aIt)->Has16BitIndexes() ? aPCStrm.ReaduInt16() : aPCStrm.ReaduInt8(); in ReadPivotCacheStream()783 xCurrField->ReadItem( aPCStrm ); in ReadPivotCacheStream()788 aPostpFields[ nPostpIdx ]->ReadItem( aPCStrm ); in ReadPivotCacheStream()807 xCurrField->ReadSxnumgroup( aPCStrm ); in ReadPivotCacheStream()[all …]
Completed in 17 milliseconds