summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-21Export to xls correct item values for grouped fields.Kohei Yoshida1-4/+8
2012-03-20Added more code to test the integrity of the source data arrays.Kohei Yoshida1-0/+50
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-19Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt libraryTor Lillqvist1-1/+1
2012-03-19add missing forward declarationsMarkus Mohrhard1-0/+3
2012-03-18Remove deprecated class DevChartConfigItem.Rafael Dominguez1-87/+0
2012-03-18add test case for fdo#40426Markus Mohrhard2-3/+18
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-18disable two slow java based subsequenttests, fdo#45337Markus Mohrhard1-2/+2
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-16Added class description.Kohei Yoshida1-0/+8
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida4-18/+72
2012-03-16More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida1-3/+4
2012-03-16Better wording.Kohei Yoshida1-3/+3
2012-03-16New unit test for testing pivot cache.Kohei Yoshida3-2/+141
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