summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Prevent out-of-bound array access.Kohei Yoshida1-1/+1
2012-03-16We shouldn't skip empty columns, or else column index becomes out of sync.Kohei Yoshida1-2/+2
2012-03-16Check all this in one place i.e. in ValidQuery().Kohei Yoshida2-11/+6
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida2-40/+0
2012-03-16move excel related oox bits to scNoel Power120-1/+51910
2012-03-16don't paste content if user cancels html import, fdo#47393Markus Mohrhard1-1/+7
2012-03-15No need to trim capacity any more; it's allocated to the exact size.Kohei Yoshida1-6/+0
2012-03-15We don't need these extra order index array; items are already sorted.Kohei Yoshida2-35/+6
2012-03-15i#84393 Fix title field in header, footerSzabolcs Dezsi3-3/+19
2012-03-15update the relatice refs after the absolute refs, fdo#47285Markus Mohrhard1-3/+3
2012-03-15ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard2-3/+3
2012-03-15fix to update inputbar when setting a range for a formula fdo#46809Noel Power1-1/+1
2012-03-15Consolidated file-local functions.Kohei Yoshida1-83/+79
2012-03-15Removed unused.Kohei Yoshida2-68/+0
2012-03-15Use the same algorithm for database initialization.Kohei Yoshida1-8/+19
2012-03-15Fixed memory leak.Kohei Yoshida1-0/+1
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida3-2/+135
2012-03-15DataListType -> ItemsType.Kohei Yoshida3-21/+21
2012-03-15Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin3-16/+23
2012-03-15add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy3-3/+16
2012-03-15fdo#45671 split button for calc cell border colorWinfried Donkers1-1/+1
2012-03-15Horizontal scrollbar fix in Writer and Calc Print PreviewSzabolcs Dezsi1-0/+3
2012-03-15fdo#47311 don't crash when pasting into more than 1 sheetDavid Tardon1-1/+1
2012-03-14Some proof-of-concept code for dpcache performance.Kohei Yoshida1-0/+434
2012-03-14Fix the UNO API for creating a new group dimension.Kohei Yoshida2-10/+15
2012-03-14We need to manually clear the table data in presence of group fields.Kohei Yoshida1-0/+9
2012-03-14add some more torture testsCaolán McNamara3-0/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann9-0/+40
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida10-15/+239
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida3-7/+16
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida5-12/+11
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida4-24/+22
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida4-12/+22
2012-03-14Use bool.Kohei Yoshida2-11/+11
2012-03-14Check the return value for negative index, to prevent crash.Kohei Yoshida2-3/+8
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara2-29/+27
2012-03-13some more test documentsCaolán McNamara5-0/+0
2012-03-13add some testsCaolán McNamara8-22/+29
2012-03-13Get drill-down by double-click to work with number-grouped data.Kohei Yoshida1-12/+57
2012-03-13Forgot to add break here...Kohei Yoshida1-0/+1
2012-03-13only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard2-9/+14
2012-03-12Remove unused code in dpitemdataSantiago Martinez2-13/+0
2012-03-12Remove unused code in dptabresSantiago Martinez2-21/+0
2012-03-12Remove unused code in dpcacheSantiago Martinez2-35/+0
2012-03-12Nobody uses this now.Kohei Yoshida2-17/+0
2012-03-12Get double-click drill-down of pivot data to work again.Kohei Yoshida5-112/+76
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan19-52/+52
2012-03-10Fix Possible null pointer dereferenceJulien Nabet1-2/+2
2012-03-10Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-03-10Fix : statement following break will never be executedJulien Nabet1-2/+0