summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-5/+5
to equalsIgnoreAsciiCaseAscii("...")
2012-02-19remove the function declatation as wellIvan Timofeev1-1/+0
2012-02-19Remove unused codePetr Vorel1-16/+0
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, tooAndras Timar1-1/+4
2012-02-17Remove unused code.Petr Vorel2-25/+0
2012-02-17Make l10ntools module buildable with dbglevel=3 again.Thorsten Behrens1-2/+3
2012-02-16callcatcher: update unused code listCaolán McNamara2-115/+0
2012-02-16Missing return statementStephan Bergmann1-0/+1
2012-02-15Various string function clean upStephan Bergmann11-292/+167
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 Bergmann12-249/+139
Still room for further improvement. Includes some fixes for regressions introduced with previous commits.
2012-02-13WaE: keep msvc happyCaolán McNamara1-1/+1
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann2-17/+0
2012-02-13callcatcher: regenerate listCaolán McNamara2-24/+2
2012-02-11l10ntools: use correct string literal for ssize_tThomas Arnhold1-1/+1
2012-02-10Various more l10ntools clean upStephan Bergmann8-218/+198
2012-02-10Various more l10ntools clean upStephan Bergmann17-824/+439
"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 Bergmann5-218/+269
2012-02-09convert system path to urlCaolán McNamara1-1/+9
otherwise seg faults in building nlpsolver
2012-02-08New file was missing from previous commitStephan Bergmann1-0/+113
2012-02-08Various more l10ntools clean upStephan Bergmann15-697/+351
2012-02-08Freed l10ntools from tools/stream.hxxStephan Bergmann17-424/+224
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-08update unused listCaolán McNamara1-3/+0
2012-02-07Freed l10ntools from tools/string; Windows reduxStephan Bergmann1-2/+2
2012-02-07Freed l10ntools from tools/stringStephan Bergmann7-393/+473
2012-02-06Reduced duplicate code (simian) / l10ntoolsChristina Rossmanith2-141/+60
2012-02-06Single-line bugfix in l10n tools to fix compile on GCC 4.4.3 (Ubuntu)Josh Heidenreich1-1/+1
2012-02-02Reduced tools/string usage furtherStephan Bergmann12-595/+579
2012-02-02Reduced tools/string usageStephan Bergmann18-834/+760
plus some preliminary cfgex clean up.
2012-02-01tweak help text of gsicheck toolAndras Timar1-5/+2
2012-02-01remove this KeyID check from gsicheck, unusedAndras Timar2-100/+4
2012-02-01remove support of obsolete ($$) delimited GSI file formatAndras Timar2-69/+3
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-01-31ByteString->rtl::OStringCaolán McNamara10-225/+217
2012-01-30ByteString->rtl::OStringCaolán McNamara3-57/+61
2012-01-30unused test stringCaolán McNamara1-3/+0
2012-01-27ByteString->rtl::OStringCaolán McNamara8-117/+123
2012-01-26convert vectors to OStringCaolán McNamara2-10/+10
2012-01-26convert maps and sets to OStringCaolán McNamara4-61/+16
2012-01-26ByteString->rtl::OStringCaolán McNamara10-37/+37
2012-01-25refresh unused code listCaolán McNamara2-2/+4
2012-01-23ByteString->rtl::OStringCaolán McNamara3-16/+16
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-11/+11
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-12fix build error in l10ntoolsLoiseleur Michel1-1/+1
On gcc-4.4.3, it fixes this error : l10ntools/source/helpex.cxx:82: error: parameter may not have variably modified type 'rtl::OString [(((long unsigned int)(((long int)i) + -0x00000000000000001)) + 1)]'
2012-01-12close opened fileDavid Tardon1-0/+1
2012-01-12fix writing of strings from the first moduleDavid Tardon1-8/+13
2012-01-12Revert "fast_merge: fix mis-merge of first module's strings"David Tardon1-6/+4
This is not enough, because the file is still wrong. This reverts commit 47a8454f5f76030203ce6458cf63d4348bdacffe.
2012-01-09advertise license in help outputMarcel Metz1-3/+6
2012-01-06remove a printfAndras Timar1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+1