summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Export to xls correct item values for grouped fields.Kohei Yoshida1-4/+8
2012-03-20callcatcher: update listCaolán McNamara1-39/+0
2012-03-20remove unused code (oox, sc)Petr Vorel6-132/+0
2012-03-20remove unused code (oox, sc)Petr Vorel2-12/+0
2012-03-20split macros to elide unneeded methodsCaolán McNamara2-3/+1
2012-03-19Fix a crash on launching the pivot layout dialog with duplicated data fields.Kohei Yoshida1-0/+3
2012-03-19check for negative sheet number here too, fdo#47503Markus Mohrhard1-1/+1
2012-03-19Record sort order during the first sort by the value, and use it the 2nd time.Kohei Yoshida1-2/+25
2012-03-18Remove deprecated class DevChartConfigItem.Rafael Dominguez1-87/+0
2012-03-18some sal_Bool to bool in transobj.cxxMarkus Mohrhard1-13/+13
2012-03-18also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard1-1/+14
2012-03-18add all imported properties to ScDBData, fdo#40426Markus Mohrhard2-3/+9
2012-03-18Fix Same expression on both sides of '=='Julien Nabet1-1/+1
2012-03-18Reduce scope of nCharJulien Nabet1-1/+1
2012-03-18match if-else properly (warnings are actually sometimes useful, huh)Luboš Luňák1-0/+2
2012-03-17Fixed potential memory leak & UniString removal.Kohei Yoshida1-5/+8
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida2-15/+60
2012-03-16New unit test for testing pivot cache.Kohei Yoshida1-1/+1
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 Yoshida1-38/+0
2012-03-16move excel related oox bits to scNoel Power118-1/+51844
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 Yoshida1-23/+2
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 Yoshida1-67/+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 Yoshida2-2/+133
2012-03-15DataListType -> ItemsType.Kohei Yoshida2-17/+17
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 Roucy2-2/+13
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-14Fix the UNO API for creating a new group dimension.Kohei Yoshida1-10/+14
2012-03-14We need to manually clear the table data in presence of group fields.Kohei Yoshida1-0/+9
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann7-0/+34
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida7-15/+227
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida2-5/+11
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida3-8/+8
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