summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
Commit message (Collapse)AuthorAgeFilesLines
* ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida2013-02-131-1/+1
| | | | Change-Id: I218315a0583ce6b0f10969b364a7a717ad309212
* Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida2013-02-131-1/+2
| | | | Change-Id: I13374e160bb369f64fc6e661c43db5da657cbfd9
* removed unused includesTakeshi Abe2012-07-081-4/+0
| | | | Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
* fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida2012-07-031-0/+1
| | | | | | Or else it would re-use the last non-empty cell value which is wrong. Change-Id: I3feab09a54e93150a7b6a9e9b4b540327f2ab5c5
* removed unused forward declarations of classTakeshi Abe2012-06-231-2/+0
| | | | | | except moving ScPostIt into source/filter/inc/xeescher.hxx Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff
* 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
| | | | | This brings down the reload time from 22 seconds to 4.3 seconds with my test document. This is what I've been looking for!
* Better algorithm to (re-)populate the cache.Kohei Yoshida2012-03-151-0/+2
| | | | | | With my test document, this brings the reload time down from 30 seconds to 19 seconds. I was expecting a much better outcome, but this is still better than the current.
* 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
| | | | Currently lots of things are broken.
* 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
| | | | This brings its size down by 4/8 bytes.
* 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