Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx317 PivotCacheItemList::PivotCacheItemList( const WorkbookHelper& rHelper ) : in PivotCacheItemList() function in oox::xls::PivotCacheItemList
322 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()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx105 class PivotCacheItemList : public WorkbookHelper class
108 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 18 milliseconds