Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx203 struct PivotCacheGroupItem struct
208 inline explicit PivotCacheGroupItem( const ::rtl::OUString& rItemName ) : in PivotCacheGroupItem() function
212 typedef ::std::vector< PivotCacheGroupItem > PivotCacheGroupItemVector;
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx852 … if( const PivotCacheGroupItem* pName = ContainerHelper::getVectorElement( orItemNames, *aIt2 ) ) in createParentGroupField()
882 …if( const PivotCacheGroupItem* pName = ContainerHelper::getVectorElement( orItemNames, aIt->front(… in createParentGroupField()
919 … if( PivotCacheGroupItem* pName = ContainerHelper::getVectorElementAccess( orItemNames, *aIt2 ) ) in createParentGroupField()
H A Dpivottablebuffer.cxx551 aItemNames.push_back( PivotCacheGroupItem( *aIt ) ); in finalizeImport()

Completed in 31 milliseconds