Home
last modified time | relevance | path

Searched refs:getCacheField (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/xls/
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()
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::PivotTable
1493 return mpPivotCache ? mpPivotCache->getCacheField( nFieldIdx ) : 0; in getCacheField()
1499 return pDataField ? getCacheField( pDataField->mnField ) : 0; in getCacheFieldOfDataField()
H A Dpivotcachefragment.cxx407 const PivotCacheField* pCacheField = mrPivotCache.getCacheField( nFieldIdx ); in BiffPivotCacheRecordsContext()
H A Dpivotcachebuffer.cxx1261 const PivotCacheField* PivotCache::getCacheField( sal_Int32 nFieldIdx ) const in getCacheField() function in oox::xls::PivotCache
/trunk/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx382 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;
H A Dpivotcachebuffer.hxx422 const PivotCacheField* getCacheField( sal_Int32 nFieldIdx ) const;

Completed in 53 milliseconds