Home
last modified time | relevance | path

Searched refs:PivotCacheItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx170 PivotCacheItem::PivotCacheItem() : in PivotCacheItem() function in oox::xls::PivotCacheItem
261 void PivotCacheItem::readDouble( BiffInputStream& rStrm ) in readDouble()
267 void PivotCacheItem::readInteger( BiffInputStream& rStrm ) in readInteger()
273 void PivotCacheItem::readDate( BiffInputStream& rStrm ) in readDate()
287 void PivotCacheItem::readBool( BiffInputStream& rStrm ) in readBool()
293 void PivotCacheItem::readError( BiffInputStream& rStrm ) in readError()
299 OUString PivotCacheItem::getName() const in getName()
324 PivotCacheItem& rItem = createItem(); in importItem()
345 PivotCacheItem& rItem = createItem(); in importItem()
400 PivotCacheItem& PivotCacheItemList::createItem() in createItem()
[all …]
H A Dpivotcachefragment.cxx244 PivotCacheItem aItem; in onCreateContext()
314 PivotCacheItem aItem; in importPCRecordItem()
431 PivotCacheItem aItem; in importRecord()
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.hxx47 class PivotCacheItem class
50 explicit PivotCacheItem();
123 const PivotCacheItem* getCacheItem( sal_Int32 nItemIdx ) const;
129 PivotCacheItem& createItem();
134 typedef ::std::vector< PivotCacheItem > CacheItemVector;
280 const PivotCacheItem* getCacheItem( sal_Int32 nItemIdx ) const;
301 const PivotCacheItem& rItem ) const;
314 sal_Int32 nCol, sal_Int32 nRow, const PivotCacheItem& rItem ) const;
431 const PivotCacheItem& rItem ) const;

Completed in 39 milliseconds