summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida2012-03-161-3/+4
* Better wording.Kohei Yoshida2012-03-161-3/+3
* New unit test for testing pivot cache.Kohei Yoshida2012-03-163-2/+141
* Prevent out-of-bound array access.Kohei Yoshida2012-03-161-1/+1
* We shouldn't skip empty columns, or else column index becomes out of sync.Kohei Yoshida2012-03-161-2/+2
* Check all this in one place i.e. in ValidQuery().Kohei Yoshida2012-03-162-11/+6
* We don't ever compare equality of two caches.Kohei Yoshida2012-03-162-40/+0
* move excel related oox bits to scNoel Power2012-03-16120-1/+51910
* don't paste content if user cancels html import, fdo#47393Markus Mohrhard2012-03-161-1/+7
* No need to trim capacity any more; it's allocated to the exact size.Kohei Yoshida2012-03-151-6/+0
* We don't need these extra order index array; items are already sorted.Kohei Yoshida2012-03-152-35/+6
* i#84393 Fix title field in header, footerSzabolcs Dezsi2012-03-153-3/+19
* update the relatice refs after the absolute refs, fdo#47285Markus Mohrhard2012-03-151-3/+3
* ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard2012-03-152-3/+3
* fix to update inputbar when setting a range for a formula fdo#46809Noel Power2012-03-151-1/+1
* Consolidated file-local functions.Kohei Yoshida2012-03-151-83/+79
* Removed unused.Kohei Yoshida2012-03-152-68/+0
* Use the same algorithm for database initialization.Kohei Yoshida2012-03-151-8/+19
* Fixed memory leak.Kohei Yoshida2012-03-151-0/+1
* Better algorithm to (re-)populate the cache.Kohei Yoshida2012-03-153-2/+135
* DataListType -> ItemsType.Kohei Yoshida2012-03-153-21/+21
* Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin2012-03-153-16/+23
* add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy2012-03-153-3/+16
* fdo#45671 split button for calc cell border colorWinfried Donkers2012-03-151-1/+1
* Horizontal scrollbar fix in Writer and Calc Print PreviewSzabolcs Dezsi2012-03-151-0/+3
* fdo#47311 don't crash when pasting into more than 1 sheetDavid Tardon2012-03-151-1/+1
* Some proof-of-concept code for dpcache performance.Kohei Yoshida2012-03-141-0/+434
* Fix the UNO API for creating a new group dimension.Kohei Yoshida2012-03-142-10/+15
* We need to manually clear the table data in presence of group fields.Kohei Yoshida2012-03-141-0/+9
* add some more torture testsCaolán McNamara2012-03-143-0/+0
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-149-0/+40
* When changing grouping in one pivot table, update all linked tables.Kohei Yoshida2012-03-1410-15/+239
* Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida2012-03-143-7/+16
* Rename ClearSource() to ClearTableData().Kohei Yoshida2012-03-145-12/+11
* Let's just do the whole thing in the new method.Kohei Yoshida2012-03-144-24/+22
* Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida2012-03-144-12/+22
* Use bool.Kohei Yoshida2012-03-142-11/+11
* Check the return value for negative index, to prevent crash.Kohei Yoshida2012-03-142-3/+8
* Resolves: fdo#46728 reference count the overlay managersCaolán McNamara2012-03-132-29/+27
* some more test documentsCaolán McNamara2012-03-135-0/+0
* add some testsCaolán McNamara2012-03-138-22/+29
* Get drill-down by double-click to work with number-grouped data.Kohei Yoshida2012-03-131-12/+57
* Forgot to add break here...Kohei Yoshida2012-03-131-0/+1
* only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard2012-03-132-9/+14
* Remove unused code in dpitemdataSantiago Martinez2012-03-122-13/+0
* Remove unused code in dptabresSantiago Martinez2012-03-122-21/+0
* Remove unused code in dpcacheSantiago Martinez2012-03-122-35/+0
* Nobody uses this now.Kohei Yoshida2012-03-122-17/+0
* Get double-click drill-down of pivot data to work again.Kohei Yoshida2012-03-125-112/+76
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-1019-52/+52