summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)AuthorFilesLines
2012-03-02translations converted to gbuildMatúš Kukan1-1/+1
2012-02-28Make sure osl_openFile is called with an absolute URLStephan Bergmann2-19/+21
2012-02-28Better error messageStephan Bergmann1-1/+6
2012-02-28Prevent crash of helpex.exeAndras Timar1-1/+1
2012-02-28fix behaviour of propex tool on WindowsAndras Timar1-1/+2
2012-02-27Make localize follow clone/* instead of symlinksStephan Bergmann1-94/+109
...so that it works on Windows.
2012-02-26print what directory localize tool cannot openAndras Timar1-2/+2
Currently it cannot open /dictionaries under Cygwin, because it is a Cygwin symlink that Windows programs cannot follow. TODO...
2012-02-24more silent output of non-verbose help buildAndras Timar1-1/+1
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold2-36/+0
2012-02-23do not print ".\n" to consoleAndras Timar1-1/+0
2012-02-23ja help overflows clucene's default limitsCaolán McNamara2-2/+14
2012-02-23just link to HelpIndexerCaolán McNamara3-40/+23
2012-02-23tweak for cross-platformityCaolán McNamara6-184/+384
2012-02-23make sure we retain fix for fdo#40665 in cluceneCaolán McNamara2-12/+8
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara3-18/+10
2012-02-23HelpIndexer and HelpSearch: remove JavaGert van Valkenhoef2-476/+0
2012-02-23HelpIndexer: use OSL for directory accessGert van Valkenhoef1-24/+14
2012-02-23Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef7-18/+131
2012-02-23tweak buildCaolán McNamara6-16/+83
2012-02-23HelpIndexer using rtl::OUString, called from xmlhelpGert van Valkenhoef3-45/+55
2012-02-23Separate HelpIndexer into header, implementation, and mainGert van Valkenhoef4-131/+146
2012-02-23Add C++ HelpIndexerGert van Valkenhoef4-22/+263
2012-02-21WaE: unreadVariableThomas Arnhold1-1/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-5/+1
2012-02-21unwrap ifdefs with unused membersCaolán McNamara2-11/+0
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