Commit Graph

142 Commits

Author SHA1 Message Date
Caolán McNamara
48649cdfb8 lock in those ByteString gains so there's no back-sliding 2012-02-15 11:06:48 +00:00
Caolán McNamara
3b4786b6b7 callcatcher: regenerate list 2012-02-13 11:02:46 +00:00
Caolán McNamara
bbc94edb9a refactor ConvertLineEnd 2012-01-30 13:18:38 +00:00
Stephan Bergmann
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
Caolán McNamara
f356303302 strip ByteClass down some more 2011-12-14 13:40:07 +00:00
Norbert Thiebaud
5f7649aead remove include of pch header from tools 2011-11-27 13:25:56 -06:00
Caolán McNamara
89f057a09d ditch dbg_dump 2011-11-24 15:29:52 +00:00
Caolán McNamara
56d168cc59 strip down old string class some more 2011-11-24 15:29:52 +00:00
Caolán McNamara
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
Caolán McNamara
53abf4dc1c ByteString->rtl::OString[Buffer] 2011-09-20 16:54:55 +01:00
Caolán McNamara
c5a994a89d oops not yet 2011-09-19 09:59:26 +01:00
Caolán McNamara
d953f02bc8 remove ByteString::Assign(sal_Char) 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
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
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
de82a40f84 callcatcher: drop various unused methods 2011-08-29 09:56:08 +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
050b80a6fc ditch deprecated api 2011-08-23 10:35:45 +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
c32e596e24 remove deprecated ByteString::ToInt64, which is a busted 32bit atoi anyway 2011-08-11 11:10:39 +01:00
Caolán McNamara
35c83a7f4f remove deprecated ByteString::CreateFromUnicode 2011-08-11 11:10:37 +01: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
d3ad51015c drop deprecated ByteString::ConvertToUnicode 2011-08-08 13:04:48 +01:00
Caolán McNamara
d4d2601840 ditch ByteString::CreateFromInt32 2011-07-31 21:18:02 +01:00
Caolán McNamara
fb092e2665 strip down unused old-style string methods 2011-07-26 10:14:29 +01:00
Caolán McNamara
bc19d8491f callcatcher: ByteString::CompareIgnoreCaseToAscii unused, shrink api 2011-07-13 10:25:32 +01:00
Caolán McNamara
2aa6ecdc65 shrink ByteString api by removing unused methods 2011-07-11 09:05:06 +01:00
Caolán McNamara
ac4a660da5 callcatcher: unused ByteString::EmptyString 2011-07-11 09:05:06 +01:00
Caolán McNamara
4c24f23da9 callcatcher: [Byte|UniString]::SearchCharBackward unused 2011-07-11 09:05:06 +01:00
Caolán McNamara
b03b96fc6e remove deprecated ByteString::CreateFromInt64 2011-06-30 11:35:17 +01:00
Caolán McNamara
28e79aa91e remove unused ByteString::CreateFromFloat 2011-06-27 23:57:02 +01:00
Caolán McNamara
3be39b7ee5 remove deprecated ByteString::CreateFromDouble
use OString::valueOf(double) instead
2011-06-27 23:49:50 +01:00
Caolán McNamara
c3a0be5e2a remove insanely stubbed methods 2011-06-27 23:14:00 +01:00
Jan Holesovsky
4fdd55226d Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	comphelper/source/misc/servicedecl.cxx
	i18npool/source/breakiterator/breakiteratorImpl.cxx
	l10ntools/scripts/localize.pl
	svl/source/items/itemset.cxx
	svl/source/memtools/svarray.cxx
	svl/source/numbers/zformat.cxx
	svtools/source/brwbox/brwbox1.cxx
	tools/source/stream/strmwnt.cxx
	vcl/inc/vcl/graphite_adaptors.hxx
	vcl/inc/vcl/graphite_layout.hxx
	vcl/inc/vcl/graphite_serverfont.hxx
	vcl/source/control/imgctrl.cxx
	vcl/source/gdi/outdev.cxx
	vcl/source/gdi/outdev3.cxx
	vcl/source/glyphs/gcach_ftyp.cxx
	vcl/source/glyphs/graphite_adaptors.cxx
	vcl/source/glyphs/graphite_layout.cxx
	vcl/source/window/winproc.cxx
	vcl/unx/source/fontmanager/fontconfig.cxx
2011-03-18 15:55:08 +01:00
Bjoern Michaelsen
33ee45ab0d using CustomTarget for generated code 2011-03-16 19:04:46 +01:00
Tor Lillqvist
b60661692b No #warning in MSVC 2011-03-16 17:06:49 +02:00
Thomas Arnhold
d86e9a3906 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:19:17 +01:00
Michael Meeks
8a78e5b7a0 fix up merging issues, so it compiles 2011-03-11 18:08:25 +00:00