Commit graph

2058 commits

Author SHA1 Message Date
Caolán McNamara
04723baf6e callcatcher: various unused methods 2011-10-04 09:00:05 +01:00
Tor Lillqvist
bee695a32d WaE: potentially uninitialized local variable 'n' used 2011-10-04 10:27:04 +03:00
Tor Lillqvist
c963747ed8 WaE: unreferenced formal parameter 2011-10-04 10:27:02 +03:00
Tor Lillqvist
9a113a7d93 WaE: unreachable code, we always return in preceding code 2011-10-04 10:27:00 +03:00
Tor Lillqvist
b558502c96 WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of data 2011-10-04 10:26:58 +03:00
Takeshi Abe
6612ea7d9b definition of ALPHA is no longer available for DEC Alpha
proper ifdef for DEC Alpha should be covered with AXP
2011-10-03 01:46:06 +09:00
Norbert Thiebaud
87e950a247 add missing include to build urlobj test fixture 2011-10-01 16:13:32 -05:00
Cédric Bosdonnat
a43730b4df Cmis: Fixed the installation of the new UCP provider and libcmis 2011-10-01 16:04:38 +02:00
Cédric Bosdonnat
246ed4227a Added cmis+atom:// scheme to the tools urlobj.
Found out a unexecuted cppunit test for the urlobj, fixed it and added a
test for the cmis+atom:// URLs
2011-10-01 16:04:18 +02:00
Andras Timar
05239e2463 OSL_TRACE: Remove trailing newlines 2011-09-29 16:02:13 +02:00
Stephan Bergmann
3482b33aee Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest. 2011-09-29 11:09:15 +02:00
Caolán McNamara
91f436f58a we're not using this header here 2011-09-29 09:35:01 +01:00
Markus Mohrhard
7743899403 fix another unotest/test breaker 2011-09-28 23:48:39 +02:00
Stephan Bergmann
5c0b18ed99 Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related clean up. 2011-09-27 23:27:50 +02: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
Pierre-André Jacquod
d04bd63173 cppcheck: reduce scope of var in tools/ poly.cxx 2011-09-26 22:02:43 +02:00
Tor Lillqvist
4f3e9f30a0 Always link with user32 2011-09-22 15:46:15 +03:00
Caolán McNamara
5a0e780d8a always clear input page vector, but fill in extractable values 2011-09-21 09:47:37 +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
53abf4dc1c ByteString->rtl::OString[Buffer] 2011-09-20 16:54:55 +01:00
Caolán McNamara
0190dca0b1 callcatcher: StandardErrorInfo is never constructed 2011-09-20 10:11:43 +01:00
Caolán McNamara
2ed25e1f8c ByteString->rtl::OStringBuffer 2011-09-19 10:39:07 +01:00
Caolán McNamara
c5a994a89d oops not yet 2011-09-19 09:59:26 +01:00
Caolán McNamara
6b7675a1b7 ByteString->rtl::OStringBuffer 2011-09-19 09:59:25 +01:00
Caolán McNamara
d953f02bc8 remove ByteString::Assign(sal_Char) 2011-09-19 09:59:25 +01:00
Caolán McNamara
a4968af0d1 ByteString->rtl::OString 2011-09-19 09:59:25 +01:00
Caolán McNamara
c9894bda18 ByteString->rtl::OStringBuffer 2011-09-19 09:59:25 +01:00
Caolán McNamara
4eca665bd1 ditch SHL_SBX and don't leak 2011-09-19 09:59:25 +01:00
Caolán McNamara
2b7fdc51dc shrink ByteString api 2011-09-19 09:59:24 +01:00
Caolán McNamara
8c4d2ee8cb ByteString->rtl::OString[Buffer] 2011-09-19 09:59:24 +01:00
Caolán McNamara
e3f289d980 ByteString->rtl::OString 2011-09-19 09:59:22 +01:00
Caolán McNamara
33b9943304 why search and replace all spaces with tabs twice 2011-09-19 09:59:22 +01:00
Caolán McNamara
68c3a63d7e make this simpler
replace EraseLeadingChars+EraseTrailingChars with single
EraseLeadingAndTrailingChars, and those change string they
operate on, so need for assign to self afterwards
2011-09-19 09:59:21 +01:00
Caolán McNamara
fab20ec189 bFound is always false, and never changed, simplify 2011-09-19 09:59:21 +01:00
Caolán McNamara
5d73752cc7 rework this in terms of read_uInt8s_AsOString 2011-09-19 09:59:20 +01:00
Caolán McNamara
f20bafad82 ditch ByteString::Expand 2011-09-17 23:20:46 +01:00
Caolán McNamara
2bee9847ec ditch ByteString::Fill 2011-09-15 11:23:39 +01:00
Caolán McNamara
4a3db11077 ImplUpdateStringFromUniString is now dangling 2011-09-14 09:54:09 +01:00
Caolán McNamara
527c515873 include tools/tools.h for visibility markup 2011-09-13 17:29:39 +01:00
Caolán McNamara
0f4ca3860d toolsin.hxx can go now 2011-09-13 17:29:39 +01:00
Caolán McNamara
d1b38349da ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLS 2011-09-13 17:29:38 +01:00
Caolán McNamara
f10a116b14 power up the chainsaw again 2011-09-13 16:02:05 +01:00
Caolán McNamara
a558a8da56 can remove ByteString::Convert now 2011-09-13 10:15:23 +01:00
Caolán McNamara
ba2ec933db make ByteString::Convert private 2011-09-13 10:15:23 +01:00
Stephan Bergmann
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Caolán McNamara
07f9a847f0 callcatcher: various unused methods 2011-09-12 09:09:59 +01:00
Pierre-André Jacquod
efce802d3a [cppcheker] delete unread variable 2011-09-06 22:40:13 +02:00
Joseph Powers
69bf43444e Make macro PRV_SV_DECL_REF_LIST() no longer reference the DECLARE_LIST macro
Yes, I just expanded the DECLARE_LIST macro inside the other macro; however,
this is one of two macros that include DECLARE_LIST. Thus, I'll be able to
remove DECLARE_LIST shortly.

I still need to roll the code a little better. We shouldn't have a CN##List
class. It should be posiable to make the CN##MemberList class be based on
List diectly. Once that's done, it shouldn't be too hard to replace List
with either std::vector<> or std::list<>.
2011-09-05 19:30:31 -07:00
Caolán McNamara
e99a072c0e add a fairly efficient read_LEuInt16s_AsOUString, merge similar things 2011-09-05 10:54:19 +01:00
Caolán McNamara
af60795f76 callcatcher: some more unused code 2011-09-05 10:54:19 +01:00