Home
last modified time | relevance | path

Searched refs:PivotCacheField (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx481 PivotCacheField::PivotCacheField( const WorkbookHelper& rHelper, bool bIsDatabaseField ) : in PivotCacheField() function in oox::xls::PivotCacheField
489 void PivotCacheField::importCacheField( const AttributeList& rAttribs ) in importCacheField()
506 void PivotCacheField::importSharedItems( const AttributeList& rAttribs ) in importSharedItems()
520 void PivotCacheField::importSharedItem( sal_Int32 nElement, const AttributeList& rAttribs ) in importSharedItem()
525 void PivotCacheField::importFieldGroup( const AttributeList& rAttribs ) in importFieldGroup()
531 void PivotCacheField::importRangePr( const AttributeList& rAttribs ) in importRangePr()
545 void PivotCacheField::importDiscretePrItem( sal_Int32 nElement, const AttributeList& rAttribs ) in importDiscretePrItem()
552 void PivotCacheField::importGroupItem( sal_Int32 nElement, const AttributeList& rAttribs ) in importGroupItem()
557 void PivotCacheField::importPCDField( SequenceInputStream& rStrm ) in importPCDField()
578 void PivotCacheField::importPCDFSharedItems( SequenceInputStream& rStrm ) in importPCDFSharedItems()
[all …]
H A Dpivottablebuffer.cxx530 if( const PivotCacheField* pCacheField = mrPivotTable.getCacheField( mnFieldIndex ) ) in finalizeImport()
566 if( const PivotCacheField* pCacheField = mrPivotTable.getCacheField( mnFieldIndex ) ) in finalizeDateGroupingImport()
581 if( const PivotCacheField* pCacheField = mrPivotTable.getCacheField( mnFieldIndex ) ) in finalizeParentGroupingImport()
644 if( const PivotCacheField* pCacheField = mrPivotTable.getCacheField( mnFieldIndex ) ) in convertPageField()
708 … if( const PivotCacheField* pCacheField = mrPivotTable.getCacheField( rDataField.mnBaseField ) ) in convertDataField()
801 …if( const PivotCacheField* pCacheField = mrPivotTable.getCacheFieldOfDataField( maModel.mnAutoShow… in convertRowColPageField()
815 … const PivotCacheField* pCacheField = (maModel.mnSortRefField == OOX_PT_DATALAYOUTFIELD) ? in convertRowColPageField()
830 … if( const PivotCacheField* pCacheField = mrPivotTable.getCacheField( mnFieldIndex ) ) try in convertRowColPageField()
967 …if( const PivotCacheField* pCacheField = mrPivotTable.getCacheFieldOfDataField( maModel.mnMeasureF… in finalizeImport()
1448 const PivotCacheField& rBaseCacheField, PivotCacheGroupItemVector& orItemNames ) in finalizeParentGroupingImport()
[all …]
H A Dpivotcachefragment.cxx43 PivotCacheFieldContext::PivotCacheFieldContext( WorkbookFragmentBase& rFragment, PivotCacheField& r… in PivotCacheFieldContext()
407 const PivotCacheField* pCacheField = mrPivotCache.getCacheField( nFieldIdx ); in BiffPivotCacheRecordsContext()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx216 class PivotCacheField : public WorkbookHelper class
219 explicit PivotCacheField( const WorkbookHelper& rHelper, bool bIsDatabaseField );
404 PivotCacheField& createCacheField( bool bInitDatabaseField = false );
422 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;
460 typedef RefVector< PivotCacheField > PivotCacheFieldVector;
H A Dpivotcachefragment.hxx33 class PivotCacheField;
42 PivotCacheField& rCacheField );
51 PivotCacheField& mrCacheField;
H A Dpivottablebuffer.hxx368 const PivotCacheField& rBaseCacheField,
382 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;
384 const PivotCacheField* getCacheFieldOfDataField( sal_Int32 nDataItemIdx ) const;