Thomas Arnhold
0c2b23ed59
Remove unused xmlutil.hxx
...
All definitions are unused.
Change-Id: Idbe646f8df14e5bb42da6e4f6a38d25777de5523
2012-07-01 18:33:41 +02:00
Thomas Arnhold
b63027f099
Remove some unused defines and controls
...
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29 15:59:53 +02:00
Caolán McNamara
f2efc95520
callcatcher: remove some unused code
...
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
2012-06-27 16:44:05 +01:00
Michael Meeks
ecf943247f
re-base on ALv2 code.
...
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
Michael Meeks
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
David Ostrovsky
3e0b2299ec
gbuild conversion l10ntools module
...
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
2012-05-04 09:42:22 +02:00
Luboš Luňák
b3fcbe7d2b
do not export usage of CLucene headers outside of l10ntools
...
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
2012-04-24 07:44:52 +02:00
Caolán McNamara
1dcab66d5c
WaE: MSVC2008 suppress warnings in clucene headers
2012-04-20 11:55:06 +01:00
Caolán McNamara
959ab4d0ca
WaE: MSVC2008 suppress warnings in clucene headers
2012-04-20 11:55:06 +01:00
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