summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-03-22removed duplicate includes in scTakeshi Abe39-74/+0
2012-03-22ChartTokenMap can contain null pointersStephan Bergmann1-2/+3
2012-03-22Convert tools/table.hxx to std::map in Chart2PositionMap classNoel Grandin1-42/+46
2012-03-22remove unnecessary use of local variable and auto_ptrNoel Grandin1-6/+3
2012-03-22if/else branches contain same codeNoel Grandin1-18/+5
2012-03-22restructure insert code as a precursor to further simplificationNoel Grandin1-5/+5
2012-03-22simplify code - remove unnecessary and complicated allocationNoel Grandin1-9/+7
2012-03-22Convert tools/table.hxx to std::map in class ScHTMLLayoutParserNoel Grandin2-33/+60
2012-03-22Convert tools/table.hxx usage to std::map in ScEEImport classNoel Grandin3-13/+12
2012-03-21New unit test for data pilot grouping (normal grouping).Kohei Yoshida1-1/+174
2012-03-22restructure the code a bit moreMarkus Mohrhard2-7/+2
2012-03-22prevent call to virtual method in destructor, fdo#47589Markus Mohrhard1-0/+1
2012-03-21Make sure that FillLabelData doesn't crash in presence of duplicated dims.Kohei Yoshida1-0/+5
2012-03-21New unit test for pivot table with duplicated data fields.Kohei Yoshida1-35/+135
2012-03-21Make sure one base class does not use another one after destructionStephan Bergmann1-3/+6
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