summaryrefslogtreecommitdiffstats
path: root/l10ntools
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete command line switches -UTF8 and -NOUTF8Andras Timar2011-09-206-50/+10
|
* remove unused MAX_LANGUAGES definitionAndras Timar2011-09-201-1/+0
|
* remove obsolete command line switch -ISO99Andras Timar2011-09-204-10/+0
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-192-29/+44
|
* can use SearchAndReplaceAll sal_Char variant hereCaolán McNamara2011-09-191-4/+2
|
* unused local static ByteStringsCaolán McNamara2011-09-191-4/+0
|
* remove redundant intermediate ByteStringsCaolán McNamara2011-09-191-13/+7
|
* charset arg doesn't exist anymore, fixes helpexCaolán McNamara2011-09-174-10/+7
|
* cleanup: don't use German as fallback languageAndras Timar2011-09-171-11/+0
|
* add a new helper script: addkeyid2pot.plAndras Timar2011-09-172-0/+107
| | | | | It adds key IDs to pot entries in the form of #. type comments. In Pootle the translator can search for strings using the key IDs.
* rewrite keyidGen.plAndras Timar2011-09-171-104/+65
| | | | it creates 4 letter key IDs (same as in pot/po files)
* Add po2lo toolMiklos Vajna2011-09-152-0/+206
|
* fast_merge: fix mis-merge of first module's stringsMiklos Vajna2011-09-151-4/+6
| | | | | | | | | | The problem was that in write_lines() when $first_run was true, the add_to_buffer() call already set the current module's name to the second module. A fix for this is to use let make_paths() take a parameter, and in case of the first run, pass the really first module name, not the current one.
* cppcheck:remove unused variablesJulien Nabet2011-09-131-1/+0
|
* wtratree unbuiltCaolán McNamara2011-09-132-581/+0
|
* elide conversion from MS1252 to MS1252Caolán McNamara2011-09-132-4/+0
|
* no route left to set encoding, only RTL_TEXTENCODING_MS_1252 is possibleCaolán McNamara2011-09-135-15/+10
|
* I believe the src charset pragma is archaic and unusedCaolán McNamara2011-09-131-20/+3
|
* [cppchecker] deletion of unread variablePierre-André Jacquod2011-09-061-1/+0
|
* bah, three-way merge screwed usCaolán McNamara2011-08-311-5/+1
|
* just add it wholesaleCaolán McNamara2011-08-311-1/+5
|
* Need to link with COMPHELPERLIB now for getToken at leastTor Lillqvist2011-08-312-0/+6
|
* may need comphelper hereCaolán McNamara2011-08-311-1/+5
|
* Some cppcheck cleaningJulien Nabet2011-08-301-1/+1
|
* ByteString->rtl::OStringCaolán McNamara2011-08-306-45/+57
|
* various centralized isFOOAsciiStringsCaolán McNamara2011-08-291-5/+8
|
* IsLowerAscii and IsUpperAscii are subsets of IsAlphaAscii, reduceCaolán McNamara2011-08-291-3/+3
|
* remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara2011-08-291-3/+3
|
* valgrind: various unused codeCaolán McNamara2011-08-292-7/+0
|
* gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara2011-08-223-5/+5
|
* add a getToken wrapper for extracting a single token painlesslyCaolán McNamara2011-08-152-11/+19
|
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-152-4/+5
| | | | | shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
* Some PMD cleaningJulien Nabet2011-08-151-2/+2
|
* ByteString::ToInt64 is atoi the same as ToInt32, and we downcast anywayCaolán McNamara2011-08-111-2/+2
|
* Some cppcheck cleaningJulien Nabet2011-08-092-4/+4
|
* remove unused codeDavid Tardon2011-08-081-5/+0
|
* callcatcher: remove unused methods and a little cleanupThomas Arnhold2011-08-032-110/+0
|
* Move CMCDEBUG to OSL_DEBUG_LEVEL 3Thomas Arnhold2011-08-031-1/+1
|
* XML config schema files do not contain strings for localizationAndras Timar2011-07-311-1/+0
|
* do not extract strings from ucbhelper (not used by LibO)Andras Timar2011-07-311-1/+0
|
* Generate correctly named import library for WNTGCCTor Lillqvist2011-07-221-0/+4
|
* callcatcher: remove unused methodsCaolán McNamara2011-07-185-159/+0
|
* callcatcher: ditch unused methodCaolán McNamara2011-07-142-73/+0
|
* set Dump methods to ultra-verbose debug-modeCaolán McNamara2011-07-142-17/+22
|
* callcatcher: strip l10ntools down by more unused methodsCaolán McNamara2011-07-131-96/+0
|
* callcatcher: remove unused MergeDataFile::WriteError ByteStringCaolán McNamara2011-07-122-14/+0
|
* callcatcher: remove unused Merge ByteStringCaolán McNamara2011-07-121-19/+0
|
* callcatcher: remove Directory ByteString ctorCaolán McNamara2011-07-122-7/+0
|
* ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara2011-07-0111-228/+290
|
* callcatcher: unused codeCaolán McNamara2011-06-305-149/+1
|