summaryrefslogtreecommitdiff
path: root/sc/inc/dptabdat.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-3/+1
2020-10-30convert some tools::Long->sal_Int32Noel1-25/+25
2020-10-28convert some more long -> tools::LongNoel1-5/+5
2020-10-20use tools::Long in scNoel1-25/+26
2019-12-05make some classes module privateNoel Grandin1-1/+1
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen1-4/+0
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-2/+0
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen1-4/+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
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-1/+1
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-1/+1
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-3/+3
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+0
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-7/+8
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-5/+5
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-10sal_Bool->boolNoel Grandin1-6/+6
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-04remove unused and commented out codeThomas Arnhold1-1/+0
2013-02-14CalcRowData can be passed as a const reference.Kohei Yoshida1-1/+1
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida1-1/+1
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida1-18/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida1-1/+1
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-6/+6
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-07-01Remove unused definesThomas Arnhold1-2/+0
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida1-1/+7
2012-03-09Some header cleanup.Kohei Yoshida1-0/+1
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida1-1/+1
2012-03-09Even more cleanup and fixing.Kohei Yoshida1-2/+2
2012-03-09Display special first/last date names correctly.Kohei Yoshida1-1/+0
2012-03-09More on correctly formatting grouped values.Kohei Yoshida1-0/+1
2012-03-09At least pass all unit tests.Kohei Yoshida1-0/+2
2012-02-10String to rtl::OUString.Kohei Yoshida1-1/+1