summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* The real cleanup I meant to commit earlier...Kohei Yoshida2012-04-051-3/+0
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-052-6/+20
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-042-20/+6
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-04-041-6/+17
* don't include iostream unless you really need itCaolán McNamara2012-04-021-1/+0
* first part of border import testMarkus Mohrhard2012-04-011-1/+1
* revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard2012-03-311-17/+6
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-03-311-6/+17
* quick and ugly hack for ScEditableTester in ucalcMarkus Mohrhard2012-03-291-0/+5
* don't use uno when importing styles ( xlsx,xlsm) )Noel Power2012-03-281-1/+1
* some performance improvementsNoel Power2012-03-281-1/+1
* Convert tools/table.hxx to std::map in ScChartPositionMap class in SC moduleNoel Grandin2012-03-281-3/+7
* export all style information to xls/xlsx, fdo#46738Markus Mohrhard2012-03-274-3/+4
* sal_Bool -> bool in dociter.[ch]xxMarkus Mohrhard2012-03-261-35/+35
* ScDPDateGroupHelper class is no more.Kohei Yoshida2012-03-241-28/+5
* More on avoiding use of date helper.Kohei Yoshida2012-03-231-4/+0
* We don't need date helper in FillGroupValues().Kohei Yoshida2012-03-231-2/+6
* Store the group type (aka date part) with the cache, and use that.Kohei Yoshida2012-03-231-2/+4
* (Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida2012-03-231-0/+1
* Added dump methods to various classes to make debugging easier.Kohei Yoshida2012-03-233-1/+16
* A little clean up.Kohei Yoshida2012-03-231-7/+7
* Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida2012-03-234-3/+49
* Localize the group prefix for pivot table defult group names.Kohei Yoshida2012-03-231-1/+2
* When updating pivot table with groups, we need to clear the table data.Kohei Yoshida2012-03-221-0/+1
* Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt libraryTor Lillqvist2012-03-191-1/+1
* add missing forward declarationsMarkus Mohrhard2012-03-191-0/+3
* Added class description.Kohei Yoshida2012-03-161-0/+8
* Use shared string pool to share string instances among string item values.Kohei Yoshida2012-03-162-3/+12
* New unit test for testing pivot cache.Kohei Yoshida2012-03-161-1/+1
* We don't ever compare equality of two caches.Kohei Yoshida2012-03-161-2/+0
* We don't need these extra order index array; items are already sorted.Kohei Yoshida2012-03-151-12/+4
* Removed unused.Kohei Yoshida2012-03-151-1/+0
* Better algorithm to (re-)populate the cache.Kohei Yoshida2012-03-151-0/+2
* DataListType -> ItemsType.Kohei Yoshida2012-03-151-4/+4
* add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy2012-03-151-1/+3
* Fix the UNO API for creating a new group dimension.Kohei Yoshida2012-03-141-0/+1
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-142-0/+6
* When changing grouping in one pivot table, update all linked tables.Kohei Yoshida2012-03-143-0/+12
* Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida2012-03-141-2/+5
* Rename ClearSource() to ClearTableData().Kohei Yoshida2012-03-141-2/+1
* Remove unused code in dpitemdataSantiago Martinez2012-03-121-2/+0
* Remove unused code in dptabresSantiago Martinez2012-03-121-3/+0
* Remove unused code in dpcacheSantiago Martinez2012-03-121-3/+0
* Nobody uses this now.Kohei Yoshida2012-03-121-8/+0
* Get double-click drill-down of pivot data to work again.Kohei Yoshida2012-03-121-12/+9
* 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