Searched refs:PivotCacheField (Results 1 – 6 of 6) sorted by relevance
481 PivotCacheField::PivotCacheField( const WorkbookHelper& rHelper, bool bIsDatabaseField ) : in PivotCacheField() function in oox::xls::PivotCacheField489 void PivotCacheField::importCacheField( const AttributeList& rAttribs ) in importCacheField()525 void PivotCacheField::importFieldGroup( const AttributeList& rAttribs ) in importFieldGroup()531 void PivotCacheField::importRangePr( const AttributeList& rAttribs ) in importRangePr()557 void PivotCacheField::importPCDField( SequenceInputStream& rStrm ) in importPCDField()598 void PivotCacheField::importPCDFieldGroup( SequenceInputStream& rStrm ) in importPCDFieldGroup()603 void PivotCacheField::importPCDFRangePr( SequenceInputStream& rStrm ) in importPCDFRangePr()634 void PivotCacheField::importPCDField( BiffInputStream& rStrm ) in importPCDField()687 void PivotCacheField::importPCDFRangePr( BiffInputStream& rStrm ) in importPCDFRangePr()734 void PivotCacheField::importPCDFDiscretePr( BiffInputStream& rStrm ) in importPCDFDiscretePr()[all …]
530 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()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()1491 const PivotCacheField* PivotTable::getCacheField( sal_Int32 nFieldIdx ) const in getCacheField()[all …]
43 PivotCacheFieldContext::PivotCacheFieldContext( WorkbookFragmentBase& rFragment, PivotCacheField& r… in PivotCacheFieldContext()407 const PivotCacheField* pCacheField = mrPivotCache.getCacheField( nFieldIdx ); in BiffPivotCacheRecordsContext()
216 class PivotCacheField : public WorkbookHelper class219 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;
33 class PivotCacheField;42 PivotCacheField& rCacheField );51 PivotCacheField& mrCacheField;
368 const PivotCacheField& rBaseCacheField,382 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;384 const PivotCacheField* getCacheFieldOfDataField( sal_Int32 nDataItemIdx ) const;
Completed in 67 milliseconds