summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)Author
2011-12-21This just can't be right, WriteByteString writes a pascal-style stringCaolán McNamara
WriteLine just writes a line of text, WriteByteString writes a 16bit length of following content. It can't make sense to suddenly stick a pascal-style string in at the end of a file that's otherwise plain text. original git id that introduced the use of WriteByteString here was ea76474a back in 2002 Perhaps this worked because partial strings never ended up as trailing content, so only ever had an empty string as the final partial string, so a 0x0000 got appended, as opposed to a newline, so it appeared to do the right thing.
2011-12-20ByteString->rtl::OStringCaolán McNamara
2011-12-19add propex.bat, so propex Perl script can run under Win32Andras Timar
2011-12-15propmerge tool to merge strings back to localized .properties filesAndras Timar
2011-12-13this line doesn't do anythingCaolán McNamara
2011-12-13ByteString->rtl::OStringCaolán McNamara
2011-12-13introducing propex tool for string extranction from .properties filesAndras Timar
2011-12-13exclude wntgcc* directories from searching for translatable filesAndras Timar
2011-12-12ByteString->rtl::OStringCaolán McNamara
2011-12-12sVersion, from WORK_STAMP doesn't get usedCaolán McNamara
2011-12-11Unused according to Opengrok, so drop thisJulien Nabet
2011-12-09don't waste localizers' time on unused crashrepAndras Timar
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-08Less succes, more successStefan Knorr (astron)
2011-12-07convert some archaic l10ntools codeCaolán McNamara
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01fix broken .ulf translationsCaolán McNamara
some loon ran a little amock (*cough*)
2011-11-29enable l10n of nlpsolverAndras Timar
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-28no need for super-convoluted empty string as far as I can seeCaolán McNamara
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from l10ntoolsNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23unused local stringCaolán McNamara
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19sTmpLine is never used, so else if statement is effectively nullCaolán McNamara
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara
2011-11-14callcatcher: remove unused codeCaolán McNamara
2011-11-08code cleanup of localize toolAndras Timar
2011-11-08remove unused global variablesAndras Timar
2011-11-08MERGE_SOURCE_LANGUAGES is never defined, removing ifdefsAndras Timar
2011-11-05Remove the unused <l10ntools/vosapp.hxx> headerTor Lillqvist
2011-11-04quiet normally incorrect empty fragments warning cluttering tinderbox outputMichael Meeks
2011-11-03indent line in merged description.xmlAndras Timar
2011-10-29remove localization tool of obsoleted layout codeAndras Timar
2011-10-29tweak handling of extension descriptionsAndras Timar
2011-10-28char array should be null terminatedAndras Timar
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-10-13po2lo: the po parser should be reset before starting a new fileMiklos Vajna
2011-10-06Give better error message on invalid sdf inputMiklos Vajna
2011-10-05merge strings to description.xml filesAndras Timar
2011-10-04WaE: return: conversion from sal_uInt32 to sal_uInt16, possible loss of dataTor Lillqvist
2011-10-03fdo#41380: fix po2lo to support python3 as wellMiklos Vajna
2011-10-03extract strings from scripting moduleAndras Timar