Age | Commit message (Expand) | Author |
2012-02-03 | Missing String -> OUString | Stephan Bergmann |
2012-02-03 | fix build breaker with --enable-debug | David Tardon |
2012-02-03 | More on eradicating String in favor of rtl::OUString. | Kohei Yoshida |
2012-02-03 | No more sal_Bool from the change tracking code. | Kohei Yoshida |
2012-02-03 | GetDescription() now deals with rtl::OUString. | Kohei Yoshida |
2012-02-03 | More on bool & string conversions. | Kohei Yoshida |
2012-02-03 | Oops, bug. | Kohei Yoshida |
2012-02-03 | String to rtl::OUString. | Kohei Yoshida |
2012-02-03 | Use std::set to store user names instead. | Kohei Yoshida |
2012-02-03 | Massive indentation fixes, the best I can. | Kohei Yoshida |
2012-02-03 | Moved the names of non-OLE charts out of ScDocument. | Kohei Yoshida |
2012-02-02 | Remove things not used | Julien Nabet |
2012-02-02 | fdo#45450: sc: ODF export: cell styles: | Michael Stahl |
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 |