summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Even more cleanup and fixing.Kohei Yoshida2012-03-094-61/+29
* Cleaned up code.Kohei Yoshida2012-03-095-184/+17
* Populate group dimensions directly to the cache.Kohei Yoshida2012-03-099-247/+449
* Added hook to create group field data at cache creation time.Kohei Yoshida2012-03-0911-28/+89
* 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-0910-197/+264
* These functions are no longer used.Kohei Yoshida2012-03-091-29/+1
* Get number-grouping to work again.Kohei Yoshida2012-03-093-63/+68
* 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-095-67/+106
* 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-0916-92/+206
* More on correctly formatting grouped values.Kohei Yoshida2012-03-097-20/+40
* Make sure to clear group field data when reloading the cache.Kohei Yoshida2012-03-092-10/+29
* 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-093-30/+29
* Display date group values correctly.Kohei Yoshida2012-03-095-77/+48
* Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida2012-03-097-48/+137
* At least pass all unit tests.Kohei Yoshida2012-03-096-56/+53
* Custom copy constructor and assignment operator to fix segfault.Kohei Yoshida2012-03-092-1/+53
* Massive rework to reduce the size of ScDPItemData.Kohei Yoshida2012-03-0916-337/+830
* Date field is now determined outside of ScDPItemData.Kohei Yoshida2012-03-093-32/+10
* ScDPItemData no longer stores number format.Kohei Yoshida2012-03-095-88/+99
* We don't need the date part flag.Kohei Yoshida2012-03-093-14/+4
* Group by Field struct, instead of keeping 2 dimensional arrays in each.Kohei Yoshida2012-03-092-105/+88
* mnDatePart in ScDPItemData not used in any meaningful way. Removed.Kohei Yoshida2012-03-092-7/+2
* fdo#45671 fix for transparent colour split buttonWinfried Donkers2012-03-091-0/+9
* prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard2012-03-091-1/+1
* remove one more reference to the anonymous db stringMarkus Mohrhard2012-03-091-2/+3
* remove old unnamed db stringMarkus Mohrhard2012-03-092-6/+0
* don't show the anonymous db string, it is for internal use onlyMarkus Mohrhard2012-03-091-3/+11
* use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard2012-03-095-19/+10
* Set entries correctly visible, fdo#47102Markus Mohrhard2012-03-091-0/+6
* Resolves: fdo#46923 uninitialized iterators are invalidCaolán McNamara2012-03-081-0/+4
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-081-2/+2
* some simplification in ScDocFunc::InsertTableMarkus Mohrhard2012-03-081-3/+2
* fold i18npaper into i18nutilCaolán McNamara2012-03-081-1/+1
* Removed unused code.Santiago Martinez2012-03-082-23/+0
* export all row styles, fdo#44336Markus Mohrhard2012-03-071-14/+3
* there should be no need any more for this checkMarkus Mohrhard2012-03-071-4/+0
* remove various unused methods and source filesCaolán McNamara2012-03-071-1/+0
* Conditional jump or move depends on uninitialised valueCaolán McNamara2012-03-072-2/+3