Lines Matching refs:PivotCacheItem

170 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()
237 void PivotCacheItem::readBool( SequenceInputStream& rStrm ) in readBool()
243 void PivotCacheItem::readError( SequenceInputStream& rStrm ) in readError()
249 void PivotCacheItem::readIndex( SequenceInputStream& rStrm ) in readIndex()
255 void PivotCacheItem::readString( BiffInputStream& rStrm, const WorkbookHelper& rHelper ) in readString()
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()
385 const PivotCacheItem* PivotCacheItemList::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem()
400 PivotCacheItem& PivotCacheItemList::createItem() in createItem()
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()
903 …if( const PivotCacheItem* pGroupItem = maGroupItems.getCacheItem( static_cast< sal_Int32 >( aIt - … in createParentGroupField()
940 … WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int32 nRow, const PivotCacheItem& rItem ) const in writeSourceDataCell()
958 PivotCacheItem aItem; in importPCRecordItem()
979 sal_Int32 nCol, sal_Int32 nRow, const PivotCacheItem& rItem ) const in writeItemToSourceDataCell()
1002 if( const PivotCacheItem* pCacheItem = maSharedItems.getCacheItem( nItemIdx ) ) in writeSharedItemToSourceDataCell()
1284 …heetHelper& rSheetHelper, sal_Int32 nColIdx, sal_Int32 nRowIdx, const PivotCacheItem& rItem ) const in writeSourceDataCell()