Lines Matching defs:const
385 const PivotCacheItem* PivotCacheItemList::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem()
390 void PivotCacheItemList::getCacheItemNames( ::std::vector< OUString >& orItemNames ) const in getCacheItemNames()
741 const PivotCacheItem* PivotCacheField::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem()
750 void PivotCacheField::getCacheItemNames( ::std::vector< OUString >& orItemNames ) const in getCacheItemNames()
758 void PivotCacheField::convertNumericGrouping( const Reference< XDataPilotField >& rxDPField ) const in convertNumericGrouping()
776 OUString PivotCacheField::createDateGroupField( const Reference< XDataPilotField >& rxBaseDPField )… in createDateGroupField()
820 OUString PivotCacheField::createParentGroupField( const Reference< XDataPilotField >& rxBaseDPField… in createParentGroupField()
933 void PivotCacheField::writeSourceHeaderCell( WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int… in writeSourceHeaderCell()
940 void PivotCacheField::writeSourceDataCell( WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int32… in writeSourceDataCell()
950 void PivotCacheField::importPCRecordItem( SequenceInputStream& rStrm, WorksheetHelper& rSheetHelper… in importPCRecordItem()
969 void PivotCacheField::importPCItemIndex( BiffInputStream& rStrm, WorksheetHelper& rSheetHelper, sal… in importPCItemIndex()
978 void PivotCacheField::writeItemToSourceDataCell( WorksheetHelper& rSheetHelper, in writeItemToSourceDataCell()
999 void PivotCacheField::writeSharedItemToSourceDataCell( in writeSharedItemToSourceDataCell()
1261 const PivotCacheField* PivotCache::getCacheField( sal_Int32 nFieldIdx ) const in getCacheField()
1266 sal_Int32 PivotCache::getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const in getCacheDatabaseIndex()
1271 void PivotCache::writeSourceHeaderCells( WorksheetHelper& rSheetHelper ) const in writeSourceHeaderCells()
1284 void PivotCache::writeSourceDataCell( WorksheetHelper& rSheetHelper, sal_Int32 nColIdx, sal_Int32 n… in writeSourceDataCell()
1295 void PivotCache::importPCRecord( SequenceInputStream& rStrm, WorksheetHelper& rSheetHelper, sal_Int… in importPCRecord()
1305 void PivotCache::importPCItemIndexList( BiffInputStream& rStrm, WorksheetHelper& rSheetHelper, sal_… in importPCItemIndexList()
1440 void PivotCache::updateSourceDataRow( WorksheetHelper& rSheetHelper, sal_Int32 nRow ) const in updateSourceDataRow()