Age | Commit message (Expand) | Author |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud |
2012-02-05 | add some more test cases | Markus Mohrhard |
2012-02-05 | add some helpful entries to test file | Markus Mohrhard |
2012-02-05 | variable is unused ATM | Markus Mohrhard |
2012-02-05 | Remove unused code | Elton Chung |
2012-02-05 | Remove unused code. | Elton Chung |
2012-02-04 | Fix 3 "Possible inefficient checking" | Julien Nabet |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich |
2012-02-04 | Fixed incorrect insertion. | Kohei Yoshida |
2012-02-04 | Fixed a crash on the first outline creation. | Kohei Yoshida |
2012-02-04 | ScOutlineCollection and its friends now free of ScSortedCollection. | Kohei Yoshida |
2012-02-04 | No inlined member methods. | Kohei Yoshida |
2012-02-04 | Nobody uses StrData and ScStrCollection now. | Kohei Yoshida |
2012-02-04 | No more ScStrCollection in pivot table code. | Kohei Yoshida |
2012-02-04 | More on ScStrCollection/StrData elimination. | Kohei Yoshida |
2012-02-04 | Nobody uses it now. | Kohei Yoshida |
2012-02-04 | Remove ScStrCollection/StrData from UpdateLinks(). | Kohei Yoshida |
2012-02-04 | Makes no sense why we'd have to use StrData here... | Kohei Yoshida |
2012-02-04 | More on eliminating ScStrCollection. | Kohei Yoshida |
2012-02-04 | Replace ScStrCollection with boost::unordered_set. | Kohei Yoshida |
2012-02-04 | String is now eradicated from the change track code. | Kohei Yoshida |
2012-02-03 | fdo#45115: sc: fix setting borders | Michael Stahl |
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 |