Age | Commit message (Expand) | Author |
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 |
2012-03-15 | i#84393 Fix title field in header, footer | Szabolcs Dezsi |
2012-03-15 | update the relatice refs after the absolute refs, fdo#47285 | Markus Mohrhard |
2012-03-15 | ScNameMgrTable takes a reference, fdo#47307 | Markus Mohrhard |
2012-03-15 | fix to update inputbar when setting a range for a formula fdo#46809 | Noel Power |
2012-03-15 | Consolidated file-local functions. | Kohei Yoshida |
2012-03-15 | Removed unused. | Kohei Yoshida |
2012-03-15 | Use the same algorithm for database initialization. | Kohei Yoshida |
2012-03-15 | Fixed memory leak. | Kohei Yoshida |
2012-03-15 | Better algorithm to (re-)populate the cache. | Kohei Yoshida |
2012-03-15 | DataListType -> ItemsType. | Kohei Yoshida |
2012-03-15 | Convert tools/table.hxx to std::map in ScEEParser class in SC module | Noel Grandin |
2012-03-15 | add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOL | Maxime de Roucy |
2012-03-15 | fdo#45671 split button for calc cell border color | Winfried Donkers |
2012-03-15 | Horizontal scrollbar fix in Writer and Calc Print Preview | Szabolcs Dezsi |
2012-03-15 | fdo#47311 don't crash when pasting into more than 1 sheet | David Tardon |