summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* vector and rtl::Reference over manual ref-counting.Kohei Yoshida2012-03-091-1/+3
* These don't have to be virtual.Kohei Yoshida2012-03-091-2/+2
* Keep vector as vector.Kohei Yoshida2012-03-091-1/+1
* Store only one number format per field.Kohei Yoshida2012-03-091-1/+1
* Some header cleanup.Kohei Yoshida2012-03-092-6/+9
* Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida2012-03-091-2/+3
* Use flat_segment_tree to store the empty row flags.Kohei Yoshida2012-03-091-2/+3
* IsValid() is superfluous.Kohei Yoshida2012-03-091-1/+0
* dptablecache.* to dpcache.*Kohei Yoshida2012-03-092-1/+1
* 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
* -Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann2012-03-092-2/+2
* Even more cleanup and fixing.Kohei Yoshida2012-03-092-5/+2
* Populate group dimensions directly to the cache.Kohei Yoshida2012-03-094-17/+28
* Added hook to create group field data at cache creation time.Kohei Yoshida2012-03-094-8/+19
* Properly display grouped range values for range-based grouping.Kohei Yoshida2012-03-095-9/+17
* Get number-grouping to work again.Kohei Yoshida2012-03-091-4/+3
* Only load members of the clicked field, not of all fields.Kohei Yoshida2012-03-092-8/+14
* Display special first/last date names correctly.Kohei Yoshida2012-03-097-24/+65
* More on correctly formatting grouped values.Kohei Yoshida2012-03-092-0/+2
* Make sure to clear group field data when reloading the cache.Kohei Yoshida2012-03-091-10/+11
* Fixed TestInclude for reverse-sorted dimensions.Kohei Yoshida2012-03-091-1/+2
* 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-092-1/+8
* At least pass all unit tests.Kohei Yoshida2012-03-092-1/+3
* 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-096-50/+78
* Date field is now determined outside of ScDPItemData.Kohei Yoshida2012-03-091-2/+0
* ScDPItemData no longer stores number format.Kohei Yoshida2012-03-092-6/+9
* We don't need the date part flag.Kohei Yoshida2012-03-091-4/+2
* Group by Field struct, instead of keeping 2 dimensional arrays in each.Kohei Yoshida2012-03-091-27/+28
* mnDatePart in ScDPItemData not used in any meaningful way. Removed.Kohei Yoshida2012-03-091-6/+1
* remove old unnamed db stringMarkus Mohrhard2012-03-091-2/+0
* remove misc. unused codeMichael Meeks2012-03-061-2/+0
* String to OUString in cell.[ch]xx and follow upMarkus Mohrhard2012-03-052-10/+9
* Remove unused codeElton Chung2012-03-054-9/+0
* Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2012-03-041-32/+31
* WaE: has virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+1
* remove table.hxx from document.hxxMarkus Mohrhard2012-03-021-5/+9
* fix crashs in undo/redo realted to note captionsMarkus Mohrhard2012-03-021-2/+2
* remove unnecessary parameterMarkus Mohrhard2012-03-021-1/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-017-8/+8
* there is no need any more for CloneWith[out]NoteMarkus Mohrhard2012-03-011-9/+5
* some more fixes to get note handling backMarkus Mohrhard2012-02-291-1/+1
* remove mpNote: fix copy/pasteMarkus Mohrhard2012-02-291-0/+2
* remove mpNote from ScBaseCellMarkus Mohrhard2012-02-295-49/+71
* Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida2012-02-281-11/+9
* Simplified it a bit.Kohei Yoshida2012-02-281-1/+1
* AddLabel to take string as its argument.Kohei Yoshida2012-02-281-1/+1
* We only use the string part. Let's make it more obvious.Kohei Yoshida2012-02-281-1/+2