Searched refs:XclImpPivotTableRef (Results 1 – 2 of 2) sorted by relevance
385 typedef ScfRef< XclImpPivotTable > XclImpPivotTableRef; typedef446 typedef ::std::vector< XclImpPivotTableRef > XclImpPivotTableVec;
1563 XclImpPivotTableRef xPTable( new XclImpPivotTable( GetRoot() ) ); in ReadSxview()1631 std::map< sal_uInt16, std::list< XclImpPivotTableRef > > aMap; in ConvertPivotTables()1638 …for( std::map< sal_uInt16, std::list< XclImpPivotTableRef > >::iterator i = aMap.begin(); i != aMa… in ConvertPivotTables()1644 … for( std::list< XclImpPivotTableRef >::iterator j = i->second.begin(); j != i->second.end(); j++ ) in ConvertPivotTables()
Completed in 66 milliseconds