Age | Commit message (Expand) | Author |
2012-03-22 | removed duplicate includes in sc | Takeshi Abe |
2012-03-22 | ChartTokenMap can contain null pointers | Stephan Bergmann |
2012-03-22 | Convert tools/table.hxx to std::map in Chart2PositionMap class | Noel Grandin |
2012-03-22 | remove unnecessary use of local variable and auto_ptr | Noel Grandin |
2012-03-22 | if/else branches contain same code | Noel Grandin |
2012-03-22 | restructure insert code as a precursor to further simplification | Noel Grandin |
2012-03-22 | simplify code - remove unnecessary and complicated allocation | Noel Grandin |
2012-03-22 | Convert tools/table.hxx to std::map in class ScHTMLLayoutParser | Noel Grandin |
2012-03-22 | Convert tools/table.hxx usage to std::map in ScEEImport class | Noel Grandin |
2012-03-21 | New unit test for data pilot grouping (normal grouping). | Kohei Yoshida |
2012-03-22 | restructure the code a bit more | Markus Mohrhard |
2012-03-22 | prevent call to virtual method in destructor, fdo#47589 | Markus Mohrhard |
2012-03-21 | Make sure that FillLabelData doesn't crash in presence of duplicated dims. | Kohei Yoshida |
2012-03-21 | New unit test for pivot table with duplicated data fields. | Kohei Yoshida |
2012-03-21 | Make sure one base class does not use another one after destruction | Stephan Bergmann |
2012-03-21 | chmod -x | Tor Lillqvist |
2012-03-21 | Export to xls correct item values for grouped fields. | Kohei Yoshida |
2012-03-20 | Added more code to test the integrity of the source data arrays. | Kohei Yoshida |
2012-03-20 | callcatcher: update list | Caolán McNamara |
2012-03-20 | remove unused code (oox, sc) | Petr Vorel |
2012-03-20 | remove unused code (oox, sc) | Petr Vorel |
2012-03-20 | split macros to elide unneeded methods | Caolán McNamara |
2012-03-19 | Fix a crash on launching the pivot layout dialog with duplicated data fields. | Kohei Yoshida |
2012-03-19 | check for negative sheet number here too, fdo#47503 | Markus Mohrhard |
2012-03-19 | Record sort order during the first sort by the value, and use it the 2nd time. | Kohei Yoshida |
2012-03-19 | Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt library | Tor Lillqvist |
2012-03-19 | add missing forward declarations | Markus Mohrhard |
2012-03-18 | Remove deprecated class DevChartConfigItem. | Rafael Dominguez |
2012-03-18 | add test case for fdo#40426 | Markus Mohrhard |
2012-03-18 | some sal_Bool to bool in transobj.cxx | Markus Mohrhard |
2012-03-18 | also shrink used area for HTML in some cases, fdo#46230, n#677811 | Markus Mohrhard |
2012-03-18 | disable two slow java based subsequenttests, fdo#45337 | Markus Mohrhard |
2012-03-18 | add all imported properties to ScDBData, fdo#40426 | Markus Mohrhard |
2012-03-18 | Fix Same expression on both sides of '==' | Julien Nabet |
2012-03-18 | Reduce scope of nChar | Julien Nabet |
2012-03-18 | match if-else properly (warnings are actually sometimes useful, huh) | Luboš Luňák |
2012-03-17 | Fixed potential memory leak & UniString removal. | Kohei Yoshida |
2012-03-16 | Added class description. | Kohei Yoshida |
2012-03-16 | Use shared string pool to share string instances among string item values. | Kohei Yoshida |
2012-03-16 | More wording tweak. Members are sorted only in source dims (for now). | Kohei Yoshida |
2012-03-16 | Better wording. | Kohei Yoshida |
2012-03-16 | New unit test for testing pivot cache. | Kohei Yoshida |
2012-03-16 | Prevent out-of-bound array access. | Kohei Yoshida |
2012-03-16 | We shouldn't skip empty columns, or else column index becomes out of sync. | Kohei Yoshida |
2012-03-16 | Check all this in one place i.e. in ValidQuery(). | Kohei Yoshida |
2012-03-16 | We don't ever compare equality of two caches. | Kohei Yoshida |
2012-03-16 | move excel related oox bits to sc | Noel Power |
2012-03-16 | don't paste content if user cancels html import, fdo#47393 | Markus Mohrhard |
2012-03-15 | No need to trim capacity any more; it's allocated to the exact size. | Kohei Yoshida |
2012-03-15 | We don't need these extra order index array; items are already sorted. | Kohei Yoshida |