summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-03-18Reduce scope of nCharJulien Nabet
2012-03-18match if-else properly (warnings are actually sometimes useful, huh)Luboš Luňák
2012-03-17Fixed potential memory leak & UniString removal.Kohei Yoshida
2012-03-16Added class description.Kohei Yoshida
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida
2012-03-16More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida
2012-03-16Better wording.Kohei Yoshida
2012-03-16New unit test for testing pivot cache.Kohei Yoshida
2012-03-16Prevent out-of-bound array access.Kohei Yoshida
2012-03-16We shouldn't skip empty columns, or else column index becomes out of sync.Kohei Yoshida
2012-03-16Check all this in one place i.e. in ValidQuery().Kohei Yoshida
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida
2012-03-16move excel related oox bits to scNoel Power
2012-03-16don't paste content if user cancels html import, fdo#47393Markus Mohrhard
2012-03-15No need to trim capacity any more; it's allocated to the exact size.Kohei Yoshida
2012-03-15We don't need these extra order index array; items are already sorted.Kohei Yoshida
2012-03-15i#84393 Fix title field in header, footerSzabolcs Dezsi
2012-03-15update the relatice refs after the absolute refs, fdo#47285Markus Mohrhard
2012-03-15ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard
2012-03-15fix to update inputbar when setting a range for a formula fdo#46809Noel Power
2012-03-15Consolidated file-local functions.Kohei Yoshida
2012-03-15Removed unused.Kohei Yoshida
2012-03-15Use the same algorithm for database initialization.Kohei Yoshida
2012-03-15Fixed memory leak.Kohei Yoshida
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida
2012-03-15DataListType -> ItemsType.Kohei Yoshida
2012-03-15Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin
2012-03-15add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy
2012-03-15fdo#45671 split button for calc cell border colorWinfried Donkers
2012-03-15Horizontal scrollbar fix in Writer and Calc Print PreviewSzabolcs Dezsi
2012-03-15fdo#47311 don't crash when pasting into more than 1 sheetDavid Tardon
2012-03-14Some proof-of-concept code for dpcache performance.Kohei Yoshida
2012-03-14Fix the UNO API for creating a new group dimension.Kohei Yoshida
2012-03-14We need to manually clear the table data in presence of group fields.Kohei Yoshida
2012-03-14add some more torture testsCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida
2012-03-14Use bool.Kohei Yoshida
2012-03-14Check the return value for negative index, to prevent crash.Kohei Yoshida
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-13some more test documentsCaolán McNamara
2012-03-13add some testsCaolán McNamara
2012-03-13Get drill-down by double-click to work with number-grouped data.Kohei Yoshida
2012-03-13Forgot to add break here...Kohei Yoshida
2012-03-13only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard
2012-03-12Remove unused code in dpitemdataSantiago Martinez