summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)Author
2012-04-07add headers to Gert's filesCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-28callcatcher: regenerate listCaolán McNamara
2012-03-27exclude callcatcher output dirs from translation tools as wellCaolán McNamara
2012-03-27Remove unused code in l10ntools.Santiago Martinez
2012-03-12WaE: unknown conversion type character 'z' in formatDavid Tardon
2012-03-02translations converted to gbuildMatúš Kukan
2012-02-28Make sure osl_openFile is called with an absolute URLStephan Bergmann
2012-02-28Better error messageStephan Bergmann
2012-02-28Prevent crash of helpex.exeAndras Timar
2012-02-28fix behaviour of propex tool on WindowsAndras Timar
2012-02-27Make localize follow clone/* instead of symlinksStephan Bergmann
...so that it works on Windows.
2012-02-26print what directory localize tool cannot openAndras Timar
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 Timar
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-23do not print ".\n" to consoleAndras Timar
2012-02-23ja help overflows clucene's default limitsCaolán McNamara
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23tweak for cross-platformityCaolán McNamara
2012-02-23make sure we retain fix for fdo#40665 in cluceneCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-23HelpIndexer and HelpSearch: remove JavaGert van Valkenhoef
2012-02-23HelpIndexer: use OSL for directory accessGert van Valkenhoef
2012-02-23Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef
2012-02-23tweak buildCaolán McNamara
2012-02-23HelpIndexer using rtl::OUString, called from xmlhelpGert van Valkenhoef
2012-02-23Separate HelpIndexer into header, implementation, and mainGert van Valkenhoef
2012-02-23Add C++ HelpIndexerGert van Valkenhoef
2012-02-21WaE: unreadVariableThomas Arnhold
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-19remove the function declatation as wellIvan Timofeev
2012-02-19Remove unused codePetr Vorel
2012-02-18Fix typos in commentsElton Chung
2012-02-17fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, tooAndras Timar
2012-02-17Remove unused code.Petr Vorel
2012-02-17Make l10ntools module buildable with dbglevel=3 again.Thorsten Behrens
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-16Missing return statementStephan Bergmann
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-13WaE: keep msvc happyCaolán McNamara
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-13callcatcher: regenerate listCaolán McNamara
2012-02-11l10ntools: use correct string literal for ssize_tThomas Arnhold
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-09convert system path to urlCaolán McNamara
otherwise seg faults in building nlpsolver