summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/export.cxx
Commit message (Expand)AuthorAgeFilesLines
* coverity#1019333 Explicit null dereferencedCaolán McNamara2014-06-191-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Clean up unreferenced functionsStephan Bergmann2014-04-041-0/+2
* Remove visual noise from l10ntoolsAlexander Wilms2014-02-261-4/+4
* cid#707946 Uninitialized pointer fieldNoel Grandin2014-02-211-3/+3
* l10ntools: sal_Bool -> boolStephan Bergmann2014-02-171-51/+51
* coverity#1158098 Explicit null dereferencedCaolán McNamara2014-01-291-0/+3
* Transex3: modify src list localization/merge partZolnai Tamás2014-01-061-62/+31
* Transex3: modify list localization/export partZolnai Tamás2013-12-271-1/+3
* Transex3: Simplify members for listsZolnai Tamás2013-12-271-314/+168
* Transex3: NO_LOCALIZE_EXPORTZolnai Tamás2013-12-271-28/+3
* Transex3: some string optimizationZolnai Tamás2013-12-271-26/+16
* Transex3: no need to check whether a lang occurs twiceZolnai Tamás2013-12-271-21/+0
* Transex3: remove obsolete textrefidZolnai Tamás2013-12-271-2/+0
* Transex3: sHelpId is assigned but never usedZolnai Tamás2013-12-271-4/+0
* Transex3: remove unused text typesZolnai Tamás2013-12-271-11/+1
* Transex3: remove obsolete HelpTextZolnai Tamás2013-12-271-22/+1
* Transex3: UIEntries list type is unusedZolnai Tamás2013-12-271-39/+2
* Transex3: bDontWriteOutput is assigend but never usedZolnai Tamás2013-12-271-19/+2
* Transex3: remove not parsed tokensZolnai Tamás2013-12-271-4/+0
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin2013-11-221-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-211-15/+15
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-15/+15
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-15/+15
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-9/+9
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-2/+2
* convert code to use OUString::endsWithNoel Grandin2013-10-231-1/+1
* fix po import of PairedListZolnai Tamás2013-09-271-5/+2
* fdo#68790: fix build error on Win when system locale=="Japanese(Japan)"Tomofumi Yagi2013-09-141-3/+5
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* fdo#66048: export cannot handle starting \\\"Zolnai Tamás2013-06-221-9/+1
* l10ntools: getLength() -> isEmpty()Zolnai Tamás2013-06-171-1/+1
* Fix some escaping bug in l10ntoolsZolnai Tamás2013-05-251-1/+1
* fixed transex3 out of bounds access to vMergeEntryVectorEike Rathke2013-05-111-1/+1
* Some code scrubingZolnai Tamás2013-05-021-31/+8
* Make localization a bit more effectiveZolnai Tamás2013-05-021-371/+125
* Delete some unneeded member of ResDataZolnai Tamás2013-04-201-17/+0
* Delete remaind code of an obsolote parameterZolnai Tamás2013-04-151-47/+2
* l10ntools: export use only en-USZolnai Tamás2013-04-131-33/+22
* Remove obsolote 'empty string -> "-"' behaviourZolnai Tamás2013-04-131-13/+15
* Delete obsolote platform from l10ntools mergeZolnai Tamás2013-04-131-45/+12
* Make l10ntools executables escape clearZolnai Tamás2013-04-131-59/+26
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-145/+145
* -Werror,-Wunused-private-fieldStephan Bergmann2013-03-271-2/+0
* Refactor l10ntoolsZolnai Tamás2013-03-271-32/+82
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* Remove unneeded project and projectroot parametersZolnai Tamás2013-03-251-9/+2
* coverity#982269 Copy-paste errorJulien Nabet2013-03-181-1/+1
* Get rid of generating temporary sdf fileZolnai Tamás2013-03-161-43/+30
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-4/+4