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
175 void PivotCacheItem::readString( const AttributeList& rAttribs ) in readString()
181 void PivotCacheItem::readNumeric( const AttributeList& rAttribs ) in readNumeric()
187 void PivotCacheItem::readDate( const AttributeList& rAttribs ) in readDate()
193 void PivotCacheItem::readBool( const AttributeList& rAttribs ) in readBool()
199 void PivotCacheItem::readError( const AttributeList& rAttribs, const UnitConverter& rUnitConverter ) in readError()
205 void PivotCacheItem::readIndex( const AttributeList& rAttribs ) in readIndex()
211 void PivotCacheItem::readString( SequenceInputStream& rStrm ) in readString()
217 void PivotCacheItem::readDouble( SequenceInputStream& rStrm ) in readDouble()
223 void PivotCacheItem::readDate( SequenceInputStream& rStrm ) in readDate()
[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;