Age | Commit message (Expand) | Author |
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 | Use shared string pool to share string instances among string item values. | 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 |
2012-03-14 | Fix the UNO API for creating a new group dimension. | Kohei Yoshida |
2012-03-14 | We need to manually clear the table data in presence of group fields. | Kohei Yoshida |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann |
2012-03-14 | When changing grouping in one pivot table, update all linked tables. | Kohei Yoshida |
2012-03-14 | Re-added ClearSource() which will only clear the source. Nothing else. | Kohei Yoshida |
2012-03-14 | Rename ClearSource() to ClearTableData(). | Kohei Yoshida |
2012-03-14 | Let's just do the whole thing in the new method. | Kohei Yoshida |
2012-03-14 | Dedicated method for refreshing multiple linked pivot tables. | Kohei Yoshida |
2012-03-14 | Use bool. | Kohei Yoshida |
2012-03-14 | Check the return value for negative index, to prevent crash. | Kohei Yoshida |
2012-03-13 | Resolves: fdo#46728 reference count the overlay managers | Caolán McNamara |
2012-03-13 | add some tests | Caolán McNamara |
2012-03-13 | Get drill-down by double-click to work with number-grouped data. | Kohei Yoshida |
2012-03-13 | Forgot to add break here... | Kohei Yoshida |
2012-03-13 | only shrink to used area in text export, fdo#46230, related n#677811 | Markus Mohrhard |
2012-03-12 | Remove unused code in dpitemdata | Santiago Martinez |
2012-03-12 | Remove unused code in dptabres | Santiago Martinez |
2012-03-12 | Remove unused code in dpcache | Santiago Martinez |
2012-03-12 | Nobody uses this now. | Kohei Yoshida |
2012-03-12 | Get double-click drill-down of pivot data to work again. | Kohei Yoshida |