Searched refs:PivotCacheItemList (Results 1 – 2 of 2) sorted by relevance
317 PivotCacheItemList::PivotCacheItemList( const WorkbookHelper& rHelper ) : in PivotCacheItemList() function in oox::xls::PivotCacheItemList322 void PivotCacheItemList::importItem( sal_Int32 nElement, const AttributeList& rAttribs ) in importItem()337 void PivotCacheItemList::importItem( sal_Int32 nRecId, SequenceInputStream& rStrm ) in importItem()364 void PivotCacheItemList::importItemList( BiffInputStream& rStrm, sal_uInt16 nCount ) in importItemList()385 const PivotCacheItem* PivotCacheItemList::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem()390 void PivotCacheItemList::getCacheItemNames( ::std::vector< OUString >& orItemNames ) const in getCacheItemNames()400 PivotCacheItem& PivotCacheItemList::createItem() in createItem()406 void PivotCacheItemList::importArray( SequenceInputStream& rStrm ) in importArray()701 PivotCacheItemList aLimits( *this ); in importPCDFRangePr()
105 class PivotCacheItemList : public WorkbookHelper class108 explicit PivotCacheItemList( const WorkbookHelper& rHelper );322 PivotCacheItemList maSharedItems; /// All shared items of this field.323 PivotCacheItemList maGroupItems; /// All group items of this field.
Completed in 29 milliseconds