Commit Graph

148 Commits

Author SHA1 Message Date
55a4020907 remove ToDouble/ToFloat 2012-03-20 12:57:34 +00:00
bdfba4dbf6 make ResId->OUString the primary route 2012-03-20 12:57:33 +00:00
906e35f80a merge GetString variants 2012-02-27 09:45:58 +00:00
b36d555440 drop UniString::CreateFromInt64 2012-02-27 09:45:57 +00:00
0e2c1fa763 ByteString is no more 2012-02-27 09:45:56 +00:00
67f67509ff lock in ByteString gains 2012-02-23 15:58:52 +00:00
48649cdfb8 lock in those ByteString gains so there's no back-sliding 2012-02-15 11:06:48 +00:00
3b4786b6b7 callcatcher: regenerate list 2012-02-13 11:02:46 +00:00
bbc94edb9a refactor ConvertLineEnd 2012-01-30 13:18:38 +00:00
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
f356303302 strip ByteClass down some more 2011-12-14 13:40:07 +00:00
5f7649aead remove include of pch header from tools 2011-11-27 13:25:56 -06:00
89f057a09d ditch dbg_dump 2011-11-24 15:29:52 +00:00
56d168cc59 strip down old string class some more 2011-11-24 15:29:52 +00:00
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
53abf4dc1c ByteString->rtl::OString[Buffer] 2011-09-20 16:54:55 +01:00
c5a994a89d oops not yet 2011-09-19 09:59:26 +01:00
d953f02bc8 remove ByteString::Assign(sal_Char) 2011-09-19 09:59:25 +01:00
2b7fdc51dc shrink ByteString api 2011-09-19 09:59:24 +01:00
5d73752cc7 rework this in terms of read_uInt8s_AsOString 2011-09-19 09:59:20 +01:00
f20bafad82 ditch ByteString::Expand 2011-09-17 23:20:46 +01:00
2bee9847ec ditch ByteString::Fill 2011-09-15 11:23:39 +01:00
4a3db11077 ImplUpdateStringFromUniString is now dangling 2011-09-14 09:54:09 +01:00
0f4ca3860d toolsin.hxx can go now 2011-09-13 17:29:39 +01:00
d1b38349da ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLS 2011-09-13 17:29:38 +01:00
f10a116b14 power up the chainsaw again 2011-09-13 16:02:05 +01:00
a558a8da56 can remove ByteString::Convert now 2011-09-13 10:15:23 +01:00
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +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
050b80a6fc ditch deprecated api 2011-08-23 10:35:45 +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
c32e596e24 remove deprecated ByteString::ToInt64, which is a busted 32bit atoi anyway 2011-08-11 11:10:39 +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
d3ad51015c drop deprecated ByteString::ConvertToUnicode 2011-08-08 13:04:48 +01:00
d4d2601840 ditch ByteString::CreateFromInt32 2011-07-31 21:18:02 +01:00
fb092e2665 strip down unused old-style string methods 2011-07-26 10:14:29 +01:00
bc19d8491f callcatcher: ByteString::CompareIgnoreCaseToAscii unused, shrink api 2011-07-13 10:25:32 +01:00
2aa6ecdc65 shrink ByteString api by removing unused methods 2011-07-11 09:05:06 +01:00
ac4a660da5 callcatcher: unused ByteString::EmptyString 2011-07-11 09:05:06 +01:00
4c24f23da9 callcatcher: [Byte|UniString]::SearchCharBackward unused 2011-07-11 09:05:06 +01:00
b03b96fc6e remove deprecated ByteString::CreateFromInt64 2011-06-30 11:35:17 +01:00
28e79aa91e remove unused ByteString::CreateFromFloat 2011-06-27 23:57:02 +01:00
3be39b7ee5 remove deprecated ByteString::CreateFromDouble
use OString::valueOf(double) instead
2011-06-27 23:49:50 +01:00