summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpitemdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Removed duplicated includeAndrea Gelmini1-1/+0
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-4/+3
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-6/+6
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida1-12/+19
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-32/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-2/+29
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-1/+0
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida1-5/+5
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida1-5/+5
2012-12-15fdo#35943: Better performance with pivot table refresh.Kohei Yoshida1-1/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-21/+12
2012-10-30Fix the build with DEBUG_PIVOT_TABLE=1.Kohei Yoshida1-0/+2
2012-09-18Some cleanups.Kohei Yoshida1-1/+1
2012-08-22fdo#53929: Pivot table uses case insensitive string comparison.Kohei Yoshida1-2/+3
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida1-0/+6
2012-04-24Remove unused code in dpitemdata.Santiago Martinez1-9/+0
2012-04-14valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida1-1/+1
2012-03-18Fix Same expression on both sides of '=='Julien Nabet1-1/+1
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida1-8/+39
2012-03-15Fixed memory leak.Kohei Yoshida1-0/+1
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida1-0/+10
2012-03-13Forgot to add break here...Kohei Yoshida1-0/+1
2012-03-12Remove unused code in dpitemdataSantiago Martinez1-11/+0
2012-03-09Bit more organized & Error item has string too.Kohei Yoshida1-9/+14
2012-03-09Correct equality check & disable Dump() for normal build.Kohei Yoshida1-2/+11
2012-03-09Apparently nobody uses Hash() anymore.Kohei Yoshida1-14/+0
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida1-16/+50
2012-03-09Fixed a bug on sorting members.Kohei Yoshida1-3/+3
2012-03-09Display special first/last date names correctly.Kohei Yoshida1-0/+3
2012-03-09More on correctly formatting grouped values.Kohei Yoshida1-2/+4
2012-03-09Display date group values correctly.Kohei Yoshida1-14/+36
2012-03-09Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida1-0/+35
2012-03-09At least pass all unit tests.Kohei Yoshida1-2/+9
2012-03-09Custom copy constructor and assignment operator to fix segfault.Kohei Yoshida1-1/+50
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida1-114/+99
2012-03-09Date field is now determined outside of ScDPItemData.Kohei Yoshida1-27/+2
2012-03-09ScDPItemData no longer stores number format.Kohei Yoshida1-37/+16
2012-03-09We don't need the date part flag.Kohei Yoshida1-8/+0
2012-03-09mnDatePart in ScDPItemData not used in any meaningful way. Removed.Kohei Yoshida1-1/+1
2012-02-28Simplified it a bit.Kohei Yoshida1-16/+2
2012-02-09String to rtl::OUString.Kohei Yoshida1-8/+7
2012-02-09Moved ScDPItemData into own files.Kohei Yoshida1-0/+285