summaryrefslogtreecommitdiff
path: root/sc/inc/dpshttab.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-10-30convert some tools::Long->sal_Int32Noel1-5/+5
2020-10-20use tools::Long in scNoel1-5/+5
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-1/+1
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen1-4/+0
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen1-1/+0
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-0/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-16/+16
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-16/+16
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-4/+4
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+0
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida1-1/+1
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+1
2012-06-23removed unused forward declarations of classTakeshi Abe1-2/+0
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-2/+2
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-2/+2
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida1-1/+2
2012-02-10String to rtl::OUString.Kohei Yoshida1-1/+1
2012-02-05Remove unused codeElton Chung1-1/+0
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida1-1/+0
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida1-2/+2
2011-03-23Updated doc.Kohei Yoshida1-2/+0
2011-03-23Create data cache outside of the ScSheetDPData.Kohei Yoshida1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-5/+5
2011-03-01Cleanups and comments.Kohei Yoshida1-4/+3
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida1-1/+1
2011-03-01Finally get the refresh to work properly.Kohei Yoshida1-0/+1
2011-02-28More removal of cache ID related stuff.Kohei Yoshida1-2/+2
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida1-3/+1
2011-02-06port repository calc to boost unordered containersFridrich Štrba1-2/+3
2011-01-22Export range name data source back to xls document.Kohei Yoshida1-1/+1
2011-01-21Take care of importing pivot tables with range name from xls docs.Kohei Yoshida1-1/+1
2011-01-21Reduce indent levels by early bail out.Kohei Yoshida1-0/+1
2011-01-21Properly display range name in the UI when appropriate.Kohei Yoshida1-0/+11