Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-21 | correct copyright header | Thomas Arnhold | |
2012-01-21 | sal: make more tests running | Matúš Kukan | |
2012-01-21 | sal: split unit-tests to one test per makefile | Matúš Kukan | |
2012-01-21 | Bump copyright year | Andras Timar | |
2012-01-21 | sal: enable osl::File unit tests, and add a new readLine unit test | Michael Meeks | |
2012-01-21 | android: remove nonsensical write to file buffer during readLine | Michael Meeks | |
also expose in-memory file method for unit testing. | |||
2012-01-21 | cleanup: remove annoying ( ) empty parameter pattern | Michael Meeks | |
2012-01-21 | sal: only allowed one unit-test per gnumakefile, so separate these | Michael Meeks | |
2012-01-21 | privateise FileCopier - it is not used externally | Michael Meeks | |
2012-01-21 | Fix Windows. | Stephan Bergmann | |
2012-01-21 | Fix non-DBG_UTIL case. | Stephan Bergmann | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-21 | Fix Possible inefficient checking for 'aChrSetArr' emptiness | Julien Nabet | |
2012-01-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-21 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-21 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-21 | SV_DECL_PTRARR->std::vector | August Sodora | |
2012-01-21 | Oops I shouldn't have erased names directly. | Kohei Yoshida | |
We always need to remove the index map when removing a name. | |||
2012-01-21 | fdo#44831: Named range should overwrite existing name. | Kohei Yoshida | |
When inserting a new named range, it should overwrite any existing name if one exists. That was the old behavior in 3.3 prior to my range name rework, and because of ptr_map not overwriting existing key, that behavior had changed unintentionally. Let's revert to the old behavior. | |||
2012-01-20 | Grid lines should be immediately above or below the background. | Kohei Yoshida | |
Especially grid lines should never be above cell borders. | |||
2012-01-20 | Use a smart pointer here instead | August Sodora | |
2012-01-20 | valgrind: Fix memory leak | August Sodora | |
2012-01-20 | Remove useless macros | August Sodora | |
2012-01-21 | updated [sk-SK] formats and month names | Milos Sramek | |
2012-01-21 | fdo#44983 Fix RTF import of \paperh and \paperw | Miklos Vajna | |
These keywords should not only set the *default* paper height/width but also set the current values. | |||
2012-01-20 | kill some doxygen warnings | Norbert Thiebaud | |
2012-01-20 | Revert "DECL_PTRSTACK->std::stack" | August Sodora | |
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d. | |||
2012-01-20 | Revert "Remove DECL_PTRSTACK" | August Sodora | |
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e. | |||
2012-01-20 | Unused define | August Sodora | |
2012-01-20 | Remove unused typedef | August Sodora | |
2012-01-20 | Prefer using back() to access the last element. | Kohei Yoshida | |
2012-01-20 | Added 'm' prefix for a data member. | Kohei Yoshida | |
2012-01-20 | Replace open-coded array with std::vector in ScColumn. | Noel Grandin | |
2012-01-20 | More on String to rtl::OUString changes. | Kohei Yoshida | |
2012-01-20 | String to rtl::OUString. | Kohei Yoshida | |
2012-01-20 | Provide a version that takes rtl::OUString. | Kohei Yoshida | |
2012-01-20 | Provide a version that takes rtl::OUString. | Kohei Yoshida | |
2012-01-20 | sal_Bool to bool. | Kohei Yoshida | |
2012-01-20 | Removed unused code as listed in unusedcode.easy | Santiago Martinez | |
2012-01-20 | sw: tweak translations | Michael Stahl | |
2012-01-20 | Translate German comments | Philipp Weissenbacher | |
2012-01-20 | Translate German comments to English | Philipp Weissenbacher | |
2012-01-20 | Translate German comments | Philipp Weissenbacher | |
2012-01-20 | filters_test needs a shitload of components | Tor Lillqvist | |
Ugly duplication of the list if components. Could obviously do some elegant refactoring to have each component mentioned just once. But on the other hand, this is just a temporary way to build this unit test app, no? If/when eventually gbuildifying this, the data from the gb_CppunitTest_add_components calls in the correspondig CppunitTest_FOO.mk files can be used, one hopes. | |||
2012-01-20 | Replace BasicErrorManager with std::vector | August Sodora | |
2012-01-20 | Add a target for the stdio redirection magic commands | Tor Lillqvist | |
2012-01-21 | replaced UniString by rtl::OUString | Takeshi Abe | |
See also d2991722b34fb597d34a3270cd4a806277c52da5 | |||
2012-01-21 | It does not require SwAppletImpl but only a couple of subheaders | Takeshi Abe | |