Searched refs:getCacheItem (Results 1 – 3 of 3) sorted by relevance
385 const PivotCacheItem* PivotCacheItemList::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem() function in oox::xls::PivotCacheItemList704 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::PivotCacheField744 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()
646 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()
123 const PivotCacheItem* getCacheItem( sal_Int32 nItemIdx ) const;280 const PivotCacheItem* getCacheItem( sal_Int32 nItemIdx ) const;
Completed in 423 milliseconds