summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen2018-06-261-1/+1
* tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida2017-06-011-3/+3
* loplugin:unusedmethods unused return value in scNoel Grandin2016-01-151-6/+0
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-2/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi2014-02-151-1/+0
* Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida2013-07-011-1/+1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida2013-04-191-0/+5
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-6/+6
* ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida2013-02-131-1/+1
* Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida2013-02-131-1/+2
* removed unused includesTakeshi Abe2012-07-081-4/+0
* fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida2012-07-031-0/+1
* removed unused forward declarations of classTakeshi Abe2012-06-231-2/+0
* Remove unused code in dpitemdata.Santiago Martinez2012-04-241-2/+0
* Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida2012-03-231-3/+2
* Added class description.Kohei Yoshida2012-03-161-0/+8
* Use shared string pool to share string instances among string item values.Kohei Yoshida2012-03-161-3/+7
* Better algorithm to (re-)populate the cache.Kohei Yoshida2012-03-151-0/+2
* Remove unused code in dpitemdataSantiago Martinez2012-03-121-2/+0
* Correct equality check & disable Dump() for normal build.Kohei Yoshida2012-03-091-1/+1
* Apparently nobody uses Hash() anymore.Kohei Yoshida2012-03-091-2/+0
* Properly display grouped range values for range-based grouping.Kohei Yoshida2012-03-091-1/+6
* Display special first/last date names correctly.Kohei Yoshida2012-03-091-0/+3
* Display date group values correctly.Kohei Yoshida2012-03-091-1/+1
* Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida2012-03-091-0/+7
* Custom copy constructor and assignment operator to fix segfault.Kohei Yoshida2012-03-091-0/+3
* Massive rework to reduce the size of ScDPItemData.Kohei Yoshida2012-03-091-44/+30
* Date field is now determined outside of ScDPItemData.Kohei Yoshida2012-03-091-2/+0
* ScDPItemData no longer stores number format.Kohei Yoshida2012-03-091-5/+4
* We don't need the date part flag.Kohei Yoshida2012-03-091-4/+2
* mnDatePart in ScDPItemData not used in any meaningful way. Removed.Kohei Yoshida2012-03-091-6/+1
* Simplified it a bit.Kohei Yoshida2012-02-281-1/+1
* String to rtl::OUString.Kohei Yoshida2012-02-091-7/+9
* Moved ScDPItemData into own files.Kohei Yoshida2012-02-091-0/+123