Searched refs:getCacheDatabaseIndex (Results 1 – 4 of 4) sorted by relevance
519 sal_Int32 nDatabaseIdx = mrPivotTable.getCacheDatabaseIndex( mnFieldIndex ); in finalizeImport()1502 sal_Int32 PivotTable::getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const in getCacheDatabaseIndex() function in oox::xls::PivotTable1504 return mpPivotCache ? mpPivotCache->getCacheDatabaseIndex( nFieldIdx ) : -1; in getCacheDatabaseIndex()
1266 sal_Int32 PivotCache::getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const in getCacheDatabaseIndex() function in oox::xls::PivotCache
386 sal_Int32 getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const;
424 sal_Int32 getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const;
Completed in 40 milliseconds