Commit graph

2013 commits

Author SHA1 Message Date
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
Caolán McNamara
0ee8ec18c4 add a way to better construct an OString of len X from a SvStream 2011-09-02 09:54:18 +01:00
Caolán McNamara
67f32c6b63 ByteString->rtl::OString 2011-08-31 10:43:27 +01:00
Caolán McNamara
98f246d83d ByteString->rtl::OString 2011-08-30 09:32:23 +01:00
Tor Lillqvist
54deba6fcc Fix syntax error 2011-08-29 14:14:14 +03:00
Caolán McNamara
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +01:00
Caolán McNamara
11de7bc8c8 deconfuse this api somewhat 2011-08-29 09:56:07 +01:00
Caolán McNamara
3be40d96b7 ByteString::GetQuotedToken isn't actually implemented, remove from api 2011-08-29 09:56:07 +01:00
Caolán McNamara
e61f4e4636 reduce ByteString IsAlphaAscii unused now 2011-08-29 09:56:07 +01:00
Caolán McNamara
14d2a60053 remove ByteString::IsAlphaNumericAscii and refactor a bit 2011-08-29 09:56:06 +01:00
Caolán McNamara
65302eb1be ByteString->rtl::OString and destupid-api a bit 2011-08-29 09:56:06 +01:00
Caolán McNamara
24b0d0a0a2 ByteString->rtl::OString 2011-08-25 09:42:07 +01:00
Caolán McNamara
43fe89ab34 hmm, rebuilt the first time ok for me, remove additional unused inlines 2011-08-24 11:27:13 +01:00
Caolán McNamara
cb97526259 callcatcher: remove various unused methods 2011-08-24 11:21:42 +01:00
Caolán McNamara
050b80a6fc ditch deprecated api 2011-08-23 10:35:45 +01:00
Tor Lillqvist
f541988690 Fix dubious std::lower_bound usage that breaks in a _DEBUG MSVC build 2011-08-22 19:05:11 +03:00
Caolán McNamara
b3c8e4177d gsl_getSystemTextEncoding->osl_getThreadTextEncoding 2011-08-22 09:39:18 +01:00
Caolán McNamara
16032347d9 ByteString->rtl::OString 2011-08-22 09:39:17 +01:00
Caolán McNamara
6ccc829c54 remove defines that don't do anything 2011-08-22 09:39:17 +01:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Caolán McNamara
d1fb13adf9 convert tools::Config to rtl::OString 2011-08-19 09:30:44 +01:00
Caolán McNamara
229d63249a ByteString->rtl::OString 2011-08-19 09:30:43 +01:00
Luboš Luňák
5513570bf9 add a warning to Time class that it is broken API 2011-08-18 15:15:51 +02:00
Caolán McNamara
da01963543 ByteString->rtl::OString 2011-08-18 09:16:29 +01:00
Caolán McNamara
3aeeb8fb5d remove freshly unused code 2011-08-17 15:50:31 +01:00
Norbert Thiebaud
5c5282bc5c nothing seems to be using toolshelpers.a but rscdep, fold it in rscep 2011-08-16 11:47:35 -05:00
Caolán McNamara
9f3b5b99e1 ByteString->rtl::OString 2011-08-16 09:04:10 +01:00
Caolán McNamara
f88247d9c5 callcatcher: unused code 2011-08-16 09:04:09 +01:00
Caolán McNamara
ac96fbd737 there's no point to that assign 2011-08-16 09:04:09 +01:00
Caolán McNamara
90fe8dadaa add a jdk 1.5-alike string replace to comphelper::string 2011-08-15 09:21:49 +01:00
Caolán McNamara
9124003eb1 ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString
shrink ByteString api, remove need for intermediate OString/ByteString
with random-ish encoding solely for check
2011-08-15 09:21:48 +01:00
Caolán McNamara
58ee09b87b ByteString, shrink api 2011-08-12 11:51:11 +01:00
Caolán McNamara
a09a5142bc reduce ByteString api 2011-08-12 11:51:11 +01:00
Caolán McNamara
fd0e548c4a shrink api further 2011-08-12 11:51:10 +01:00
Caolán McNamara
555fdbc6e9 callcatcher: unused code 2011-08-11 11:10:40 +01:00
Caolán McNamara
c32e596e24 remove deprecated ByteString::ToInt64, which is a busted 32bit atoi anyway 2011-08-11 11:10:39 +01:00
Caolán McNamara
7488e1107c ditch unused ByteString using code 2011-08-11 11:10:38 +01:00
Caolán McNamara
35c83a7f4f remove deprecated ByteString::CreateFromUnicode 2011-08-11 11:10:37 +01:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Caolán McNamara
07c1881b18 ConvertFromUnicode can be made private
and default argument can be removed as its always the same
2011-08-09 09:32:40 +01:00
Caolán McNamara
d0fecfb842 remove ByteString::Convert 2011-08-09 09:32:39 +01:00
Caolán McNamara
5a1123ac07 reduce API bReplace is always true 2011-08-08 13:04:49 +01:00
Caolán McNamara
cb64bcb4ae callcatcher: ditch some more methods 2011-08-08 13:04:49 +01:00
Caolán McNamara
d3ad51015c drop deprecated ByteString::ConvertToUnicode 2011-08-08 13:04:48 +01:00
David Tardon
834bdb3d3e avoid possible NULL ptr deref. 2011-08-08 12:29:46 +02:00
Caolán McNamara
c6da7c43e1 callcatcher: unused methods 2011-08-05 10:03:17 +01:00