Age | Commit message (Expand) | Author |
2012-02-01 | Unit converter data no longer relies on StrCollection. | Kohei Yoshida |
2012-02-01 | Method description. | Kohei Yoshida |
2012-02-01 | Always look up chart objects by name, change method names' casing. | Kohei Yoshida |
2012-02-01 | We don't really need GetCount(). | Kohei Yoshida |
2012-02-01 | ScChartListenerCollection is no longer a child of ScStrCollection. | Kohei Yoshida |
2012-02-01 | std::auto_ptr to boost::scoped_ptr. | Kohei Yoshida |
2012-02-01 | non-inline the chart collection getter. | Kohei Yoshida |
2012-02-01 | InsertData to AppendData, to hide the insert position. | Kohei Yoshida |
2012-02-02 | remove unused test document, use the ods version instead | Markus Mohrhard |
2012-02-02 | try to enable all sc subsequenttests | Markus Mohrhard |
2012-02-01 | fdo#34425: [Feature] Persist bgcolor toolbar button. | Winfried Donkers |
2012-01-31 | Get the whole thing to build after the method sig change in SdrObject. | Kohei Yoshida |
2012-01-31 | clone token in ScFormulaResult copy-ctor instead of referring | Eike Rathke |
2012-01-31 | Revert "Prevent excessive references to single token instance during fill." | Eike Rathke |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann |
2012-01-31 | Remove unsed code | Elton Chung |
2012-01-31 | ':' is not allowed in sheet names as well | Ivan Timofeev |
2012-01-30 | Prevent excessive references to single token instance during fill. | Kohei Yoshida |
2012-01-30 | Make named ranges dialog more consistent, localizable (III) | Petr Mladek |
2012-01-30 | Option to set tab prefix for new worksheets | Albert Thuswaldner |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara |
2012-01-30 | aInputStr never used, *perhaps* it should have been, but 10+ years this way | Caolán McNamara |
2012-01-30 | Updated error message for Invalid sheet name | Albert Thuswaldner |
2012-01-30 | Make named range dialog more consistent, localizable (II) | Stefan Knorr (astron) |
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev |
2012-01-30 | clean-up sc's knownissues.xcl | Markus Mohrhard |
2012-01-30 | add test case for XReplaceable | Markus Mohrhard |
2012-01-28 | Remove unused code as listed in unusedcode.easy | Santiago Martinez |
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist |
2012-01-27 | Unit test for updating formula cells that references into the pivot table. | Kohei Yoshida |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann |
2012-01-27 | fdo#44143: Keep cells with broadcasters alive during deletion. | Kohei Yoshida |
2012-01-27 | Revert "fdo#44143: Keep cells with broadcasters alive during deletion." | Eike Rathke |
2012-01-26 | fdo#44143: Keep cells with broadcasters alive during deletion. | Kohei Yoshida |
2012-01-26 | Make named ranges dialog more consistent, localizable | Stefan Knorr (astron) |
2012-01-26 | resolved fdo#38595 border width lost in ODF import | Eike Rathke |
2012-01-26 | cast from BorderLine to BorderLine2 is not valid | Eike Rathke |
2012-01-26 | Revert "TEMP" | Fridrich Štrba |
2012-01-26 | TEMP | Fridrich Štrba |
2012-01-26 | switch subsequenttest testdocs from sdc to ods, fdo#43376 | Markus Mohrhard |
2012-01-25 | add test for ScTableSheetObj | Markus Mohrhard |
2012-01-25 | adjust test name | Markus Mohrhard |
2012-01-25 | ScTableSheetObj::findAll does not return the correct range, fdo#43462 | Markus Mohrhard |
2012-01-25 | disable all java based tests covered now by c++ based tests | Markus Mohrhard |
2012-01-25 | add XNamed interface test and add this test to ScDataPilotTableObj | Markus Mohrhard |
2012-01-25 | New unit test for refreshing a pivot table without data cache. | Kohei Yoshida |
2012-01-26 | Deleting a null pointer is safe | Takeshi Abe |
2012-01-25 | New unit test for pivot table's date output handling. | Kohei Yoshida |
2012-01-25 | fix initial height of multiline input window | Noel Power |
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck |