Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxipivot.hxx183 typedef ::std::vector< XclImpPCFieldRef > XclImpPCFieldVec; typedef in XclImpPivotCache
186 XclImpPCFieldVec maFields; /// List of pivot cache fields.
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx718 XclImpPCFieldVec aOrigFields; // all standard fields with inline original items in ReadPivotCacheStream()
719 XclImpPCFieldVec aPostpFields; // all standard fields with postponed original items in ReadPivotCacheStream()
765 …for( XclImpPCFieldVec::const_iterator aIt = aOrigFields.begin(), aEnd = aOrigFields.end(); aIt != … in ReadPivotCacheStream()

Completed in 26 milliseconds