summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* Fix Possible null pointer dereferenceJulien Nabet2012-03-101-2/+2
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-03-101-1/+1
* Fix : statement following break will never be executedJulien Nabet2012-03-101-2/+0
* take explicit number format before implicit number format, fdo#47084Markus Mohrhard2012-03-101-1/+1
* vector and rtl::Reference over manual ref-counting.Kohei Yoshida2012-03-091-31/+16
* Keep vector as vector.Kohei Yoshida2012-03-092-15/+16
* Store only one number format per field.Kohei Yoshida2012-03-091-12/+6
* Some header cleanup.Kohei Yoshida2012-03-092-2/+4
* Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida2012-03-091-43/+48
* Use flat_segment_tree to store the empty row flags.Kohei Yoshida2012-03-091-8/+12
* IsValid() is superfluous.Kohei Yoshida2012-03-091-9/+0
* dptablecache.* to dpcache.*Kohei Yoshida2012-03-092-2/+2
* Fix infinite looping memory devouring on refreshing table with date grouping.Kohei Yoshida2012-03-091-7/+7
* Use the common method over the local clone.Kohei Yoshida2012-03-091-75/+2
* Bit more organized & Error item has string too.Kohei Yoshida2012-03-091-9/+14
* use the target document not the source documentMarkus Mohrhard2012-03-091-1/+1
* Correct equality check & disable Dump() for normal build.Kohei Yoshida2012-03-091-2/+11
* Apparently nobody uses Hash() anymore.Kohei Yoshida2012-03-091-14/+0
* -Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann2012-03-092-9/+8
* Even more cleanup and fixing.Kohei Yoshida2012-03-092-56/+27
* Cleaned up code.Kohei Yoshida2012-03-095-184/+17
* Populate group dimensions directly to the cache.Kohei Yoshida2012-03-095-230/+421
* Added hook to create group field data at cache creation time.Kohei Yoshida2012-03-097-20/+70
* Get normal grouping to work again.Kohei Yoshida2012-03-092-48/+20
* Some adjustments.Kohei Yoshida2012-03-093-39/+30
* Properly display grouped range values for range-based grouping.Kohei Yoshida2012-03-095-188/+247
* These functions are no longer used.Kohei Yoshida2012-03-091-29/+1
* Get number-grouping to work again.Kohei Yoshida2012-03-092-59/+65
* More scope reduction.Kohei Yoshida2012-03-091-84/+85
* We can't deal with "date" field mixed with ordinary strings.Kohei Yoshida2012-03-091-6/+1
* Scope reduction.Kohei Yoshida2012-03-091-88/+87
* Bool-ness.Kohei Yoshida2012-03-091-1/+1
* Only load members of the clicked field, not of all fields.Kohei Yoshida2012-03-093-59/+92
* Fixed a bug on sorting members.Kohei Yoshida2012-03-091-3/+3
* Removed most of my debug statements.Kohei Yoshida2012-03-094-112/+5
* Display special first/last date names correctly.Kohei Yoshida2012-03-098-68/+140
* More on correctly formatting grouped values.Kohei Yoshida2012-03-095-20/+38
* Make sure to clear group field data when reloading the cache.Kohei Yoshida2012-03-091-0/+18
* We can't take a reference here since the value will change after removal.Kohei Yoshida2012-03-091-1/+1
* String and boolean cleanups.Kohei Yoshida2012-03-091-8/+10
* No need to create a copy just to refresh pivot table.Kohei Yoshida2012-03-091-16/+8
* Scope reduction.Kohei Yoshida2012-03-091-316/+316
* Fixed TestInclude for reverse-sorted dimensions.Kohei Yoshida2012-03-092-29/+27
* Display date group values correctly.Kohei Yoshida2012-03-094-76/+47
* Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida2012-03-095-47/+129
* At least pass all unit tests.Kohei Yoshida2012-03-094-55/+50
* Custom copy constructor and assignment operator to fix segfault.Kohei Yoshida2012-03-091-1/+50
* Massive rework to reduce the size of ScDPItemData.Kohei Yoshida2012-03-0910-287/+752
* Date field is now determined outside of ScDPItemData.Kohei Yoshida2012-03-092-30/+10
* ScDPItemData no longer stores number format.Kohei Yoshida2012-03-093-82/+90