Commit graph

109 commits

Author SHA1 Message Date
Andras Timar
3f00358bfd export x-comments to sdf file into the 'helptext' field
helptext field has not been in use for a while, so we can
use that to hold the x-comment
2012-04-14 14:24:06 +02:00
Caolán McNamara
e414736c8b add headers to Gert's files 2012-04-07 20:06:38 +01:00
Caolán McNamara
effda59a12 callcatcher: regenerate list 2012-03-28 13:08:55 +01:00
Santiago Martinez
a84e97e58f Remove unused code in l10ntools. 2012-03-27 20:49:07 +01:00
Thomas Arnhold
a3fccd27de unusedcode.easy: remove unused code 2012-02-24 05:33:53 +01:00
Caolán McNamara
d5c14a99dc just link to HelpIndexer 2012-02-23 10:31:20 +00:00
Caolán McNamara
170b9551b2 tweak for cross-platformity 2012-02-23 10:31:19 +00:00
Gert van Valkenhoef
70a7cd0923 Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug. 2012-02-23 10:31:17 +00:00
Caolán McNamara
796818d7b5 tweak build 2012-02-23 10:31:17 +00:00
Caolán McNamara
42eb8d310c unwrap ifdefs with unused members 2012-02-21 14:25:44 +00:00
Ivan Timofeev
1cb79c8bf9 remove the function declatation as well 2012-02-19 15:56:02 +04:00
Petr Vorel
69eede0409 Remove unused code. 2012-02-17 17:37:17 +00:00
Caolán McNamara
08c475bb24 callcatcher: update unused code list 2012-02-16 10:26:03 +00:00
Stephan Bergmann
9ab0b38e95 Various string function clean up
Added:
* rtl::OString::matchL
* rtl::OString::endsWith
* rtl::OString::endsWithL
* rtl::OString::indexOfL
* rtl::OString::replaceFirst
* rtl::OString::replaceAll
* rtl::OString::getToken
* rtl::OUString::endsWith
* rtl::OUString::replaceFirst
* rtl::OUString::replaceFirstAsciiL
* rtl::OUString::replaceFirstAsciiLAsciiL
* rtl::OUString::replaceAll
* rtl::OUString::replaceAllAsciiL
* rtl::OUString::replaceAllAsciiLAsciiL
* rtl::OUString::getToken
plus underlying C functions where necessary

Deprecated:
* comphelper::string::remove
* comphelper::string::getToken

Removed:
* comphelper::string::searchAndReplaceAsciiL
* comphelper::string::searchAndReplaceAllAsciiWithAscii
* comphelper::string::searchAndReplaceAsciiI
* comphelper::string::replace
* comphelper::string::matchL
* comphelper::string::matchIgnoreAsciiCaseL
* comphelper::string::indexOfL

Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM ->
RTL_CONSTASCII_STRINGPARAM.
2012-02-15 15:41:09 +01:00
Stephan Bergmann
2fce337212 l10ntools now only depends on sal and externals
Still room for further improvement.
Includes some fixes for regressions introduced with previous commits.
2012-02-13 21:47:25 +01:00
Alexander Bergmann
8f1270db7d unusedcode.easy: Removed unused code 2012-02-13 13:17:19 +00:00
Caolán McNamara
3b4786b6b7 callcatcher: regenerate list 2012-02-13 11:02:46 +00:00
Stephan Bergmann
b57f88ce67 Various more l10ntools clean up 2012-02-10 21:53:49 +01:00
Stephan Bergmann
718ce84a06 Various more l10ntools clean up
"localize" is now directly a C++ program w/o wrapper script.  Also,
its command line has changed slightly, taking the source root as
explicit argument (instead of implicitly as cwd).
2012-02-10 10:45:58 +01:00
Stephan Bergmann
f07a22ff6f gsicheck now only depends on sal 2012-02-09 15:26:03 +01:00
Stephan Bergmann
e960410674 Various more l10ntools clean up 2012-02-08 22:07:23 +01:00
Stephan Bergmann
344ebc8033 Freed l10ntools from tools/stream.hxx
Removed completely cases of convoluted code to remove UTF-8 BOM from files
or translate line endings.  Hopefully none of this was actually necessary
(on Windows?).
2012-02-08 14:40:08 +01:00
Christina Rossmanith
e747a4e87e Reduced duplicate code (simian) / l10ntools 2012-02-06 21:17:54 +04:00
Stephan Bergmann
a4cbcf2fc5 Reduced tools/string usage further 2012-02-02 21:37:56 +01:00
Stephan Bergmann
e521a24060 Reduced tools/string usage
plus some preliminary cfgex clean up.
2012-02-02 09:22:07 +01:00
Andras Timar
7dfd1c4023 remove this KeyID check from gsicheck, unused 2012-02-01 18:46:03 +01:00
Andras Timar
20bb21fc42 remove support of obsolete ($$) delimited GSI file format 2012-02-01 18:46:02 +01:00
Caolán McNamara
b8b1b1d683 ByteString->rtl::OString 2012-01-31 11:37:24 +00:00
Caolán McNamara
ea6900d405 ByteString->rtl::OString 2012-01-30 13:18:37 +00:00
Caolán McNamara
7045e4e15c ByteString->rtl::OString 2012-01-27 12:59:47 +00:00
Caolán McNamara
0143300979 convert vectors to OString 2012-01-26 11:10:41 +00:00
Caolán McNamara
1f26095e9c convert maps and sets to OString 2012-01-26 11:10:40 +00:00
Caolán McNamara
901b6f587d ByteString->rtl::OString 2012-01-26 11:10:40 +00:00
Caolán McNamara
905b84557d refresh unused code list 2012-01-25 15:37:20 +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
Marcel Metz
53d27eb207 Removed unnecessary tools includes. 2012-01-05 15:38:51 +01:00
Caolán McNamara
73d76958fd ByteString->rtl::OString 2011-12-13 10:11:42 +00:00
Caolán McNamara
1b1f0bbb28 ByteString->rtl::OString 2011-12-12 09:39:00 +00:00
Caolán McNamara
38d2abde15 sVersion, from WORK_STAMP doesn't get used 2011-12-12 09:38:59 +00:00
Julien Nabet
7866954ac2 Unused according to Opengrok, so drop this 2011-12-11 16:21:05 +01:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
Caolán McNamara
6c335f5754 convert some archaic l10ntools code 2011-12-07 11:33:12 +00:00
Caolán McNamara
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
656d7d587c remove include of pch header from l10ntools 2011-11-27 13:14:13 -06:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Caolán McNamara
4e7fff380a remove ENABLE_BYTESTRING_STREAM_OPERATORS 2011-11-19 21:11:02 +00:00
Caolán McNamara
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
Caolán McNamara
dca04e2361 add a StringUtils-alike remove (can replace EraseAllChars) 2011-11-17 23:04:10 +00:00
Caolán McNamara
1987a5c777 callcatcher: remove unused code 2011-11-14 07:35:58 +00:00