Searched refs:getCacheField (Results 1 – 5 of 5) sorted by relevance
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()830 … if( const PivotCacheField* pCacheField = mrPivotTable.getCacheField( mnFieldIndex ) ) try in convertRowColPageField()1491 const PivotCacheField* PivotTable::getCacheField( sal_Int32 nFieldIdx ) const in getCacheField() function in oox::xls::PivotTable1493 return mpPivotCache ? mpPivotCache->getCacheField( nFieldIdx ) : 0; in getCacheField()1499 return pDataField ? getCacheField( pDataField->mnField ) : 0; in getCacheFieldOfDataField()
407 const PivotCacheField* pCacheField = mrPivotCache.getCacheField( nFieldIdx ); in BiffPivotCacheRecordsContext()
1261 const PivotCacheField* PivotCache::getCacheField( sal_Int32 nFieldIdx ) const in getCacheField() function in oox::xls::PivotCache
382 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;
422 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;
Completed in 51 milliseconds