Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx385 const PivotCacheItem* PivotCacheItemList::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem() function in oox::xls::PivotCacheItemList
704 const PivotCacheItem* pStartValue = aLimits.getCacheItem( 0 ); in importPCDFRangePr()
705 const PivotCacheItem* pEndValue = aLimits.getCacheItem( 1 ); in importPCDFRangePr()
706 const PivotCacheItem* pInterval = aLimits.getCacheItem( 2 ); in importPCDFRangePr()
741 const PivotCacheItem* PivotCacheField::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem() function in oox::xls::PivotCacheField
744 return maGroupItems.getCacheItem( nItemIdx ); in getCacheItem()
746 return maSharedItems.getCacheItem( nItemIdx ); in getCacheItem()
903 …if( const PivotCacheItem* pGroupItem = maGroupItems.getCacheItem( static_cast< sal_Int32 >( aIt - … in createParentGroupField()
1002 if( const PivotCacheItem* pCacheItem = maSharedItems.getCacheItem( nItemIdx ) ) in writeSharedItemToSourceDataCell()
H A Dpivottablebuffer.cxx646 if( const PivotCacheItem* pSharedItem = pCacheField->getCacheItem( nCacheItem ) ) in convertPageField()
721 … if( const PivotCacheItem* pCacheItem = pCacheField->getCacheItem( rDataField.mnBaseItem ) ) in convertDataField()
837 … if( const PivotCacheItem* pSharedItem = pCacheField->getCacheItem( aIt->mnCacheItem ) ) try in convertRowColPageField()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx123 const PivotCacheItem* getCacheItem( sal_Int32 nItemIdx ) const;
280 const PivotCacheItem* getCacheItem( sal_Int32 nItemIdx ) const;

Completed in 33 milliseconds