Home
last modified time | relevance | path

Searched refs:getCacheDatabaseIndex (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx519 sal_Int32 nDatabaseIdx = mrPivotTable.getCacheDatabaseIndex( mnFieldIndex ); in finalizeImport()
1502 sal_Int32 PivotTable::getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const in getCacheDatabaseIndex() function in oox::xls::PivotTable
1504 return mpPivotCache ? mpPivotCache->getCacheDatabaseIndex( nFieldIdx ) : -1; in getCacheDatabaseIndex()
H A Dpivotcachebuffer.cxx1266 sal_Int32 PivotCache::getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const in getCacheDatabaseIndex() function in oox::xls::PivotCache
/trunk/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx386 sal_Int32 getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const;
H A Dpivotcachebuffer.hxx424 sal_Int32 getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const;

Completed in 31 milliseconds