summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann424-1333/+2214
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 Nabet1-1/+1
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-25/+22
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2-8/+7
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-12/+7
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora2-5/+0
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora1-4/+0
2012-01-21SV_DECL_PTRARR->std::vectorAugust Sodora1-11/+7
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida2-2/+8
We always need to remove the index map when removing a name.
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida2-1/+2
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 Yoshida1-4/+7
Especially grid lines should never be above cell borders.
2012-01-20Use a smart pointer here insteadAugust Sodora7-23/+12
2012-01-20valgrind: Fix memory leakAugust Sodora1-0/+1
2012-01-20Remove useless macrosAugust Sodora1-7/+0
2012-01-21updated [sk-SK] formats and month namesMilos Sramek1-61/+133
2012-01-21fdo#44983 Fix RTF import of \paperh and \paperwMiklos Vajna1-6/+4
These keywords should not only set the *default* paper height/width but also set the current values.
2012-01-20kill some doxygen warningsNorbert Thiebaud15-32/+32
2012-01-20Revert "DECL_PTRSTACK->std::stack"August Sodora2-62/+69
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.
2012-01-20Revert "Remove DECL_PTRSTACK"August Sodora4-0/+68
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.
2012-01-20Unused defineAugust Sodora1-2/+0
2012-01-20Remove unused typedefAugust Sodora1-2/+0
2012-01-20Prefer using back() to access the last element.Kohei Yoshida4-11/+15
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida6-492/+492
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin6-614/+504
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida5-18/+10
2012-01-20String to rtl::OUString.Kohei Yoshida2-14/+28
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida2-4/+32
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida2-5/+25
2012-01-20sal_Bool to bool.Kohei Yoshida3-77/+92
2012-01-20Removed unused code as listed in unusedcode.easySantiago Martinez3-7/+0
2012-01-20sw: tweak translationsMichael Stahl4-25/+24
2012-01-20Translate German commentsPhilipp Weissenbacher2-94/+89
2012-01-20Translate German comments to EnglishPhilipp Weissenbacher3-181/+163
2012-01-20Translate German commentsPhilipp Weissenbacher1-183/+181
2012-01-20filters_test needs a shitload of componentsTor Lillqvist1-3/+3
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 Sodora3-102/+21
2012-01-20Add a target for the stdio redirection magic commandsTor Lillqvist1-0/+4
2012-01-21replaced UniString by rtl::OUStringTakeshi Abe1-4/+4
See also d2991722b34fb597d34a3270cd4a806277c52da5
2012-01-21It does not require SwAppletImpl but only a couple of subheadersTakeshi Abe1-1/+2
2012-01-20Remove DECL_PTRSTACKAugust Sodora4-68/+0
2012-01-20Fix buildAugust Sodora1-0/+1
2012-01-20DECL_PTRSTACK->std::stackAugust Sodora2-69/+62
2012-01-20Fix file: URI syntaxTor Lillqvist1-3/+3
2012-01-20Actually this is unusedAugust Sodora2-22/+0
2012-01-20Remove unused DECL_PTRSTACKAugust Sodora1-7/+0
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora2-7/+4
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora2-27/+22
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora1-2/+0
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora3-7/+0
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora3-11/+0