Commit Graph

396 Commits

Author SHA1 Message Date
Caolán McNamara
49cfdc8796 WaE: could do away with nToken altogether, but this is more readable 2011-10-07 16:53:14 +01:00
Pierre-André Jacquod
11f7014fe8 cppcheck reduce scope of var in editeng/..txtrange.cxx 2011-10-07 15:57:41 +02:00
Pierre-André Jacquod
3770392a0e cppcheck reduce scope of var in editeng/.. impedit3.cxx 2011-10-07 15:57:41 +02:00
Pierre-André Jacquod
6929d42c7d cppcheck reduce scope in editeng/..svxrtf.cxx 2011-10-07 15:57:38 +02:00
Tor Lillqvist
a9cb605b3a WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operation 2011-10-07 12:49:42 +03:00
Tor Lillqvist
6b9fbc03b8 WaE: assignment within conditional expression 2011-10-07 12:49:39 +03:00
Caolán McNamara
f42b66cc51 callcatcher: unused methods 2011-10-05 08:58:11 +01:00
Caolán McNamara
04723baf6e callcatcher: various unused methods 2011-10-04 09:00:05 +01:00
Caolán McNamara
8c0a791b74 callcatcher: newly unused code 2011-09-30 17:02:37 +01:00
Caolán McNamara
7af852b3f4 callcatcher: remove newly unused code 2011-09-30 13:03:16 +01:00
Caolán McNamara
ebbfc7ea4a callcatcher: newly unused methods 2011-09-30 12:39:35 +01:00
Caolán McNamara
acc5c0734c callcatcher: remove newly unused code 2011-09-30 09:09:27 +01:00
Caolán McNamara
d64707589f callcatcher: unused methods 2011-09-30 09:09:26 +01:00
Caolán McNamara
6fed5b8385 Repeat not implemented 2011-09-30 09:09:26 +01:00
Caolán McNamara
c50612d516 callcatcher: unused code 2011-09-29 09:33:44 +01:00
Tor Lillqvist
0a56437e9c WaE: base class should be explicitly initialized in the copy constructor 2011-09-28 23:23:33 +03:00
Caolán McNamara
19bf1de0d4 callcatcher: unused code 2011-09-28 09:20:32 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Caolán McNamara
ac58231a01 ByteString->rtl::OString[Buffer] 2011-09-22 15:01:04 +01:00
Thomas Arnhold
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Caolán McNamara
565587eba1 replace ByteString::Fill 2011-09-15 11:23:37 +01:00
Caolán McNamara
f64dc2c9fb I believe the src charset pragma is archaic and unused 2011-09-13 10:15:20 +01:00
Caolán McNamara
84bbf6d107 ByteString->rtl::OString 2011-09-12 09:10:04 +01:00
Caolán McNamara
d8cb328ef2 don't comment it's removed, remove it 2011-09-12 09:10:04 +01:00
Caolán McNamara
be6d3ac2b0 declared but not defined 2011-09-12 09:10:04 +01:00
Caolán McNamara
07f9a847f0 callcatcher: various unused methods 2011-09-12 09:09:59 +01:00
Stephan Bergmann
21d97438e2 sb140: #i117082# avoid unncessary static class data members (which are destroyed too late)
plus
sb140: #i117082# extra indirections to apeace MSC
sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors
2011-09-09 17:46:37 +02:00
Caolán McNamara
92c2db2414 bah, missing CTL element 2011-09-09 15:56:24 +01:00
Caolán McNamara
f57baefbd3 add chaff to encrypted documents 2011-09-08 15:29:53 +01:00
Caolán McNamara
a1ce4fb4f0 callcatcher: various unused methods 2011-09-06 08:52:37 +01:00
Michael Meeks
067e7bb997 remove obsolete, and apparently unused GLOBALOVERFLOW* defines 2011-09-01 20:51:09 +01:00
Caolán McNamara
8de61c9fb6 grabbag of unused code 2011-08-31 10:43:23 +01:00
Caolán McNamara
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +01:00
Caolán McNamara
012072ebd7 valgrind: various unused code 2011-08-29 09:56:05 +01:00
Caolán McNamara
eb71f3d572 callcatcher: debug-only and unused code 2011-08-29 09:56:05 +01:00
Matúš Kukan
933d898b10 unusedcode: SvxEditEngineViewForwarder class 2011-08-26 18:30:49 +02:00
Caolán McNamara
cb97526259 callcatcher: remove various unused methods 2011-08-24 11:21:42 +01:00
Caolán McNamara
0d1ff2bfc4 generate list 2011-08-23 10:35:45 +01:00
Joseph Powers
2bf1965f26 unusedcode.easy: Outline cleanup 2011-08-22 08:02:01 -07:00
Caolán McNamara
a09a5142bc reduce ByteString api 2011-08-12 11:51:11 +01:00
Caolán McNamara
e16221d3e0 ByteString::ConvertFromUnicode->rtl::OUStringToOString::toChar 2011-08-10 11:49:49 +01:00
Nigel Hawkins
79f5abe3fd Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes.
LGPLv3+/MPL
2011-08-09 15:04:47 +01:00
Nigel Hawkins
b090fcf34f Replace SvUShorts with vector in editeng.hxx and cascade changes.
LGPLv3+/MPL
2011-08-08 20:23:05 +01:00
Caolán McNamara
5298b1b32d callcatcher: ditch some more methods 2011-08-08 13:04:46 +01:00
Caolán McNamara
71b8b49170 callcatcher: object is never constructed 2011-08-08 13:04:45 +01:00
Caolán McNamara
000a453ef2 ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar 2011-08-08 13:04:45 +01:00
Caolán McNamara
4daff1ace2 runtime ConvertToUnicode->compile time unicode 2011-08-08 13:04:44 +01:00
Eike Rathke
63be6df798 fdo#39869 Fix memory exhaustion with String length of STRLEN_MAX 2011-08-06 02:11:33 +02:00
Caolán McNamara
db1b7178dd callcatcher: unused methods 2011-08-05 10:02:57 +01:00