Commit Graph

1123 Commits

Author SHA1 Message Date
efce802d3a [cppcheker] delete unread variable 2011-09-06 22:40:13 +02:00
e99a072c0e add a fairly efficient read_LEuInt16s_AsOUString, merge similar things 2011-09-05 10:54:19 +01:00
af60795f76 callcatcher: some more unused code 2011-09-05 10:54:19 +01:00
0ee8ec18c4 add a way to better construct an OString of len X from a SvStream 2011-09-02 09:54:18 +01:00
67f32c6b63 ByteString->rtl::OString 2011-08-31 10:43:27 +01:00
54deba6fcc Fix syntax error 2011-08-29 14:14:14 +03:00
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +01:00
11de7bc8c8 deconfuse this api somewhat 2011-08-29 09:56:07 +01:00
e61f4e4636 reduce ByteString IsAlphaAscii unused now 2011-08-29 09:56:07 +01:00
14d2a60053 remove ByteString::IsAlphaNumericAscii and refactor a bit 2011-08-29 09:56:06 +01:00
65302eb1be ByteString->rtl::OString and destupid-api a bit 2011-08-29 09:56:06 +01:00
24b0d0a0a2 ByteString->rtl::OString 2011-08-25 09:42:07 +01:00
cb97526259 callcatcher: remove various unused methods 2011-08-24 11:21:42 +01:00
050b80a6fc ditch deprecated api 2011-08-23 10:35:45 +01:00
f541988690 Fix dubious std::lower_bound usage that breaks in a _DEBUG MSVC build 2011-08-22 19:05:11 +03:00
b3c8e4177d gsl_getSystemTextEncoding->osl_getThreadTextEncoding 2011-08-22 09:39:18 +01:00
16032347d9 ByteString->rtl::OString 2011-08-22 09:39:17 +01:00
6ccc829c54 remove defines that don't do anything 2011-08-22 09:39:17 +01:00
d1fb13adf9 convert tools::Config to rtl::OString 2011-08-19 09:30:44 +01:00
229d63249a ByteString->rtl::OString 2011-08-19 09:30:43 +01:00
da01963543 ByteString->rtl::OString 2011-08-18 09:16:29 +01:00
f88247d9c5 callcatcher: unused code 2011-08-16 09:04:09 +01:00
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
58ee09b87b ByteString, shrink api 2011-08-12 11:51:11 +01:00
a09a5142bc reduce ByteString api 2011-08-12 11:51:11 +01:00
fd0e548c4a shrink api further 2011-08-12 11:51:10 +01:00
555fdbc6e9 callcatcher: unused code 2011-08-11 11:10:40 +01:00
c32e596e24 remove deprecated ByteString::ToInt64, which is a busted 32bit atoi anyway 2011-08-11 11:10:39 +01:00
7488e1107c ditch unused ByteString using code 2011-08-11 11:10:38 +01:00
35c83a7f4f remove deprecated ByteString::CreateFromUnicode 2011-08-11 11:10:37 +01:00
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
d0fecfb842 remove ByteString::Convert 2011-08-09 09:32:39 +01:00
5a1123ac07 reduce API bReplace is always true 2011-08-08 13:04:49 +01:00
cb64bcb4ae callcatcher: ditch some more methods 2011-08-08 13:04:49 +01:00
d3ad51015c drop deprecated ByteString::ConvertToUnicode 2011-08-08 13:04:48 +01:00
834bdb3d3e avoid possible NULL ptr deref. 2011-08-08 12:29:46 +02:00
c6da7c43e1 callcatcher: unused methods 2011-08-05 10:03:17 +01:00
9c0bcbaa53 callcatcher: remove unused methods 2011-08-04 09:36:47 +01:00
75596f03ac callcatcher: remove unused methods 2011-08-02 18:23:38 +02:00
ef6add9a7e callcatcher: remove unused code 2011-07-31 23:49:35 +01:00
d4d2601840 ditch ByteString::CreateFromInt32 2011-07-31 21:18:02 +01:00
8291b5884c make stream operators leave variables in original state on failure
this aligns them with the behaviour of std::stream, and makes things
like

sal_uInt32 n(0);
rSt >> n;
if (n)
{
   ...
}

safe if there was a short read of e.g. 3 bytes instead of the required 4
2011-07-29 10:56:42 +01:00
990083e875 callcatcher: ditch various unused methods 2011-07-29 10:56:42 +01:00
b74f17642d callcatcher: ditch various unused methods 2011-07-28 09:02:37 +01:00
a2c7a85db6 callcatcher: remove various unused methods 2011-07-27 22:08:37 +01:00
bf2373daf5 callcatcher: remove unused methods 2011-07-26 23:39:04 +02:00
fb092e2665 strip down unused old-style string methods 2011-07-26 10:14:29 +01:00
d49ced7e17 Fix Windows build 2011-07-26 10:43:46 +03:00
4f0bb4d27c Replace List with std::vector< DirEntry* > 2011-07-25 19:46:16 -07:00
4261ccbe8a callcatcher: remove unused methods 2011-07-22 10:18:37 +01:00