summaryrefslogtreecommitdiff
path: root/l10ntools/inc
AgeCommit message (Collapse)Author
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-28Partially revert "Remove some unused defines and controls"Thomas Arnhold
This partially reverts b63027f0992cf5c368faeb807c69110997dd00ea http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: I2c87ea89e1b05aa6874a74d2b781b976e970f979
2012-07-01Remove unused xmlutil.hxxThomas Arnhold
All definitions are unused. Change-Id: Idbe646f8df14e5bb42da6e4f6a38d25777de5523
2012-06-29Remove some unused defines and controlsThomas Arnhold
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-27callcatcher: remove some unused codeCaolán McNamara
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
2012-04-24do not export usage of CLucene headers outside of l10ntoolsLuboš Luňák
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
2012-04-20WaE: MSVC2008 suppress warnings in clucene headersCaolán McNamara
2012-04-20WaE: MSVC2008 suppress warnings in clucene headersCaolán McNamara
2012-04-14export x-comments to sdf file into the 'helptext' fieldAndras Timar
helptext field has not been in use for a while, so we can use that to hold the x-comment
2012-04-07add headers to Gert's filesCaolán McNamara
2012-03-28callcatcher: regenerate listCaolán McNamara
2012-03-27Remove unused code in l10ntools.Santiago Martinez
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23tweak for cross-platformityCaolán McNamara
2012-02-23Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef
2012-02-23tweak buildCaolán McNamara
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-19remove the function declatation as wellIvan Timofeev
2012-02-17Remove unused code.Petr Vorel
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-15Various string function clean upStephan Bergmann
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-13l10ntools now only depends on sal and externalsStephan Bergmann
Still room for further improvement. Includes some fixes for regressions introduced with previous commits.
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-13callcatcher: regenerate listCaolán McNamara
2012-02-10Various more l10ntools clean upStephan Bergmann
2012-02-10Various more l10ntools clean upStephan Bergmann
"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-09gsicheck now only depends on salStephan Bergmann
2012-02-08Various more l10ntools clean upStephan Bergmann
2012-02-08Freed l10ntools from tools/stream.hxxStephan Bergmann
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-06Reduced duplicate code (simian) / l10ntoolsChristina Rossmanith
2012-02-02Reduced tools/string usage furtherStephan Bergmann
2012-02-02Reduced tools/string usageStephan Bergmann
plus some preliminary cfgex clean up.
2012-02-01remove this KeyID check from gsicheck, unusedAndras Timar
2012-02-01remove support of obsolete ($$) delimited GSI file formatAndras Timar
2012-01-31ByteString->rtl::OStringCaolán McNamara
2012-01-30ByteString->rtl::OStringCaolán McNamara
2012-01-27ByteString->rtl::OStringCaolán McNamara
2012-01-26convert vectors to OStringCaolán McNamara
2012-01-26convert maps and sets to OStringCaolán McNamara
2012-01-26ByteString->rtl::OStringCaolán McNamara
2012-01-25refresh unused code listCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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-05Removed unnecessary tools includes.Marcel Metz
2011-12-13ByteString->rtl::OStringCaolán McNamara
2011-12-12ByteString->rtl::OStringCaolán McNamara
2011-12-12sVersion, from WORK_STAMP doesn't get usedCaolán McNamara