summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-21correct copyright headerThomas Arnhold
2012-01-21sal: make more tests runningMatúš Kukan
2012-01-21sal: split unit-tests to one test per makefileMatúš Kukan
2012-01-21Bump copyright yearAndras Timar
2012-01-21sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks
also expose in-memory file method for unit testing.
2012-01-21cleanup: remove annoying ( ) empty parameter patternMichael Meeks
2012-01-21sal: only allowed one unit-test per gnumakefile, so separate theseMichael Meeks
2012-01-21privateise FileCopier - it is not used externallyMichael Meeks
2012-01-21Fix Windows.Stephan Bergmann
2012-01-21Fix non-DBG_UTIL case.Stephan Bergmann
2012-01-21Removed 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-21Fix Possible inefficient checking for 'aChrSetArr' emptinessJulien Nabet
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-21SV_DECL_PTRARR->std::vectorAugust Sodora
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida
We always need to remove the index map when removing a name.
2012-01-21fdo#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-20Grid lines should be immediately above or below the background.Kohei Yoshida
Especially grid lines should never be above cell borders.
2012-01-20Use a smart pointer here insteadAugust Sodora
2012-01-20valgrind: Fix memory leakAugust Sodora
2012-01-20Remove useless macrosAugust Sodora
2012-01-21updated [sk-SK] formats and month namesMilos Sramek
2012-01-21fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna
These keywords should not only set the *default* paper height/width but also set the current values.
2012-01-20kill some doxygen warningsNorbert Thiebaud
2012-01-20Revert "DECL_PTRSTACK->std::stack"August Sodora
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.
2012-01-20Revert "Remove DECL_PTRSTACK"August Sodora
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.
2012-01-20Unused defineAugust Sodora
2012-01-20Remove unused typedefAugust Sodora
2012-01-20Prefer using back() to access the last element.Kohei Yoshida
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida
2012-01-20String to rtl::OUString.Kohei Yoshida
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida
2012-01-20sal_Bool to bool.Kohei Yoshida
2012-01-20Removed unused code as listed in unusedcode.easySantiago Martinez
2012-01-20sw: tweak translationsMichael Stahl
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-20Translate German comments to EnglishPhilipp Weissenbacher
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-20filters_test needs a shitload of componentsTor 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-20Replace BasicErrorManager with std::vectorAugust Sodora
2012-01-20Add a target for the stdio redirection magic commandsTor Lillqvist
2012-01-21replaced UniString by rtl::OUStringTakeshi Abe
See also d2991722b34fb597d34a3270cd4a806277c52da5
2012-01-21It does not require SwAppletImpl but only a couple of subheadersTakeshi Abe