summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpshttab.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-3/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-09-03tdf#37268: use also sheet local range in PivotJulien Nabet1-1/+27
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+4
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-1/+0
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-0/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-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
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2012-12-14Do extra check on source range to make sure no funny things happen.Kohei Yoshida1-0/+8
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-3/+3
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida1-2/+2
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida1-8/+0
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/+2
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+5
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida1-3/+3
2012-02-10String to rtl::OUString.Kohei Yoshida1-3/+3
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida1-1/+0
2012-02-05Remove unused codeElton Chung1-5/+0
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0
2012-01-13Fix MinGW build.Jan Holesovsky1-1/+1
2012-01-13change debug statements to fix buildMarkus Mohrhard1-1/+1
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida1-1/+6
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida1-12/+0