Commit graph

2028 commits

Author SHA1 Message Date
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
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