summaryrefslogtreecommitdiffstats
path: root/l10ntools
Commit message (Collapse)AuthorAgeFilesLines
* callcatcher: update unused code listCaolán McNamara2012-02-162-115/+0
|
* Missing return statementStephan Bergmann2012-02-161-0/+1
|
* Various string function clean upStephan Bergmann2012-02-1511-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.
* l10ntools now only depends on sal and externalsStephan Bergmann2012-02-1312-249/+139
| | | | | Still room for further improvement. Includes some fixes for regressions introduced with previous commits.
* WaE: keep msvc happyCaolán McNamara2012-02-131-1/+1
|
* unusedcode.easy: Removed unused codeAlexander Bergmann2012-02-132-17/+0
|
* callcatcher: regenerate listCaolán McNamara2012-02-132-24/+2
|
* l10ntools: use correct string literal for ssize_tThomas Arnhold2012-02-111-1/+1
|
* Various more l10ntools clean upStephan Bergmann2012-02-108-218/+198
|
* Various more l10ntools clean upStephan Bergmann2012-02-1017-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).
* gsicheck now only depends on salStephan Bergmann2012-02-095-218/+269
|
* convert system path to urlCaolán McNamara2012-02-091-1/+9
| | | | otherwise seg faults in building nlpsolver
* New file was missing from previous commitStephan Bergmann2012-02-081-0/+113
|
* Various more l10ntools clean upStephan Bergmann2012-02-0815-697/+351
|
* Freed l10ntools from tools/stream.hxxStephan Bergmann2012-02-0817-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?).
* update unused listCaolán McNamara2012-02-081-3/+0
|
* Freed l10ntools from tools/string; Windows reduxStephan Bergmann2012-02-071-2/+2
|
* Freed l10ntools from tools/stringStephan Bergmann2012-02-077-393/+473
|
* Reduced duplicate code (simian) / l10ntoolsChristina Rossmanith2012-02-062-141/+60
|
* Single-line bugfix in l10n tools to fix compile on GCC 4.4.3 (Ubuntu)Josh Heidenreich2012-02-061-1/+1
|
* Reduced tools/string usage furtherStephan Bergmann2012-02-0212-595/+579
|
* Reduced tools/string usageStephan Bergmann2012-02-0218-834/+760
| | | | plus some preliminary cfgex clean up.
* tweak help text of gsicheck toolAndras Timar2012-02-011-5/+2
|
* remove this KeyID check from gsicheck, unusedAndras Timar2012-02-012-100/+4
|
* remove support of obsolete ($$) delimited GSI file formatAndras Timar2012-02-012-69/+3
|
* A few safe replacements of pathes->pathsJesús Corrius2012-02-011-2/+2
|
* ByteString->rtl::OStringCaolán McNamara2012-01-3110-225/+217
|
* ByteString->rtl::OStringCaolán McNamara2012-01-303-57/+61
|
* unused test stringCaolán McNamara2012-01-301-3/+0
|
* ByteString->rtl::OStringCaolán McNamara2012-01-278-117/+123
|
* convert vectors to OStringCaolán McNamara2012-01-262-10/+10
|
* convert maps and sets to OStringCaolán McNamara2012-01-264-61/+16
|
* ByteString->rtl::OStringCaolán McNamara2012-01-2610-37/+37
|
* refresh unused code listCaolán McNamara2012-01-252-2/+4
|
* ByteString->rtl::OStringCaolán McNamara2012-01-233-16/+16
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-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.
* fix build error in l10ntoolsLoiseleur Michel2012-01-121-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)]'
* close opened fileDavid Tardon2012-01-121-0/+1
|
* fix writing of strings from the first moduleDavid Tardon2012-01-121-8/+13
|
* Revert "fast_merge: fix mis-merge of first module's strings"David Tardon2012-01-121-6/+4
| | | | | | This is not enough, because the file is still wrong. This reverts commit 47a8454f5f76030203ce6458cf63d4348bdacffe.
* advertise license in help outputMarcel Metz2012-01-091-3/+6
|
* remove a printfAndras Timar2012-01-061-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
| | | | | | | | | | | | | | | | | Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
* Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco2012-01-055-20/+20
| | | | | | Part XXII modules jvmfwk, l10ntools, lingucomponent
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-056-17/+23
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* help compiler: less verbose output to consoleAndras Timar2012-01-043-42/+0
|
* use '_' instead of '-' in file names of .properties filesAndras Timar2012-01-031-0/+2
|
* fix KeyID generation for a corner caseAndras Timar2012-01-021-5/+12
|
* reduce noise from FCFGMerge toolMarcel Metz2011-12-231-2/+1
|