Commit graph

299981 commits

Author SHA1 Message Date
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
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 15:21:16 +01:00
Julien Nabet
0d5167915b Fix Possible inefficient checking for 'aChrSetArr' emptiness 2012-01-21 09:31:20 +01:00
August Sodora
411d8c2dd1 SV_DECL_PTRARR_DEL->boost::ptr_vector 2012-01-21 01:54:20 -05:00
August Sodora
cba8c3b64e SV_DECL_PTRARR_DEL->boost::ptr_vector 2012-01-21 01:54:19 -05:00
August Sodora
528aba3a9c SV_DECL_PTRARR_DEL->boost::ptr_vector 2012-01-21 01:54:19 -05:00
August Sodora
8904dce975 Remove unused SV_DECL_PTRARR 2012-01-21 01:54:19 -05:00
August Sodora
f057a76585 Remove unused SV_DECL_PTRARR 2012-01-21 01:54:19 -05:00
August Sodora
5a37be04ba SV_DECL_PTRARR->std::vector 2012-01-21 01:54:18 -05:00
Kohei Yoshida
de8d1f922a Oops I shouldn't have erased names directly.
We always need to remove the index map when removing a name.
2012-01-21 01:10:23 -05:00
Kohei Yoshida
657b3c889a fdo#44831: Named range should overwrite existing name.
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-21 00:11:30 -05:00
Kohei Yoshida
54d7fc9eee Grid lines should be immediately above or below the background.
Especially grid lines should never be above cell borders.
2012-01-20 21:36:24 -05:00
August Sodora
90e983df7b Use a smart pointer here instead 2012-01-20 20:47:54 -05:00
August Sodora
e0d20cbd0b valgrind: Fix memory leak 2012-01-20 20:47:54 -05:00
August Sodora
9f1ee3e585 Remove useless macros 2012-01-20 20:47:53 -05:00
Milos Sramek
3cf7dcdde2 updated [sk-SK] formats and month names 2012-01-21 01:16:41 +01:00
Miklos Vajna
c39e891d4d fdo#44983 Fix RTF import of \paperh and \paperw
These keywords should not only set the *default* paper height/width but
also set the current values.
2012-01-21 01:02:10 +01:00
Norbert Thiebaud
53358305d8 kill some doxygen warnings 2012-01-20 17:16:56 -06:00
August Sodora
6accc1e65a Revert "DECL_PTRSTACK->std::stack"
This reverts commit 56208a1b36.
2012-01-20 17:50:50 -05:00
August Sodora
f9424e58a3 Revert "Remove DECL_PTRSTACK"
This reverts commit fabf6aa201.
2012-01-20 17:50:50 -05:00
August Sodora
6ffc885952 Unused define 2012-01-20 17:50:49 -05:00
August Sodora
c6bf2fa2b2 Remove unused typedef 2012-01-20 17:50:49 -05:00
Kohei Yoshida
94c63b8699 Prefer using back() to access the last element. 2012-01-20 17:07:20 -05:00
Kohei Yoshida
bd161794ac Added 'm' prefix for a data member. 2012-01-20 17:07:20 -05:00
Noel Grandin
cc86807e41 Replace open-coded array with std::vector in ScColumn. 2012-01-20 17:07:19 -05:00
Kohei Yoshida
5708d3dcb0 More on String to rtl::OUString changes. 2012-01-20 16:36:54 -05:00
Kohei Yoshida
88869c1dd9 String to rtl::OUString. 2012-01-20 16:36:54 -05:00
Kohei Yoshida
6964157be8 Provide a version that takes rtl::OUString. 2012-01-20 16:36:53 -05:00
Kohei Yoshida
d36dd33fd2 Provide a version that takes rtl::OUString. 2012-01-20 16:36:53 -05:00
Kohei Yoshida
1b9b886afb sal_Bool to bool. 2012-01-20 16:36:53 -05:00
Santiago Martinez
7ce98f3415 Removed unused code as listed in unusedcode.easy 2012-01-20 21:47:32 +01:00
Michael Stahl
abc07e01b7 sw: tweak translations 2012-01-20 21:47:32 +01:00
Philipp Weissenbacher
d83104bf83 Translate German comments 2012-01-20 21:47:31 +01:00
Philipp Weissenbacher
f325a61534 Translate German comments to English 2012-01-20 21:47:31 +01:00
Philipp Weissenbacher
c87cf0920d Translate German comments 2012-01-20 21:47:31 +01:00
Tor Lillqvist
5ef52d43a3 filters_test needs a shitload of components
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 22:43:17 +02:00
August Sodora
81605eaafa Replace BasicErrorManager with std::vector 2012-01-20 15:21:37 -05:00
Tor Lillqvist
cce52394e9 Add a target for the stdio redirection magic commands 2012-01-20 22:00:00 +02:00
Takeshi Abe
0cf0382d4e replaced UniString by rtl::OUString
See also d2991722b3
2012-01-21 04:53:07 +09:00
Takeshi Abe
a06e1a6b63 It does not require SwAppletImpl but only a couple of subheaders 2012-01-21 04:53:07 +09:00
August Sodora
fabf6aa201 Remove DECL_PTRSTACK 2012-01-20 14:49:21 -05:00
August Sodora
6dc58d6c28 Fix build 2012-01-20 14:45:05 -05:00
August Sodora
56208a1b36 DECL_PTRSTACK->std::stack 2012-01-20 14:45:04 -05:00
Tor Lillqvist
f7c1f80ae4 Fix file: URI syntax 2012-01-20 21:19:51 +02:00
August Sodora
c987ddfec5 Actually this is unused 2012-01-20 14:07:55 -05:00
August Sodora
21ec8d068f Remove unused DECL_PTRSTACK 2012-01-20 13:47:59 -05:00
August Sodora
ee0d6e3ab0 DECL_PTRARRAY->std::vector 2012-01-20 13:47:58 -05:00
August Sodora
33e9d33922 DECL_PTRARRAY->std::vector 2012-01-20 13:47:58 -05:00
August Sodora
2b8817ad59 Remove unused SV_DECL_PTRARR 2012-01-20 13:47:58 -05:00
August Sodora
cd7bd2ff39 Remove unused SV_DECL_PTRARR 2012-01-20 13:47:57 -05:00
August Sodora
85c58cd3ad Remove unused SV_DECL_PTRARR 2012-01-20 13:47:57 -05:00