summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23ByteString->rtl::OStringCaolán McNamara3-16/+16
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-11/+11
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-12fix build error in l10ntoolsLoiseleur Michel1-1/+1
On gcc-4.4.3, it fixes this error : l10ntools/source/helpex.cxx:82: error: parameter may not have variably modified type 'rtl::OString [(((long unsigned int)(((long int)i) + -0x00000000000000001)) + 1)]'
2012-01-12close opened fileDavid Tardon1-0/+1
2012-01-12fix writing of strings from the first moduleDavid Tardon1-8/+13
2012-01-12Revert "fast_merge: fix mis-merge of first module's strings"David Tardon1-6/+4
This is not enough, because the file is still wrong. This reverts commit 47a8454f5f76030203ce6458cf63d4348bdacffe.
2012-01-09advertise license in help outputMarcel Metz1-3/+6
2012-01-06remove a printfAndras Timar1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco5-20/+20
Part XXII modules jvmfwk, l10ntools, lingucomponent
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara6-17/+23
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04help compiler: less verbose output to consoleAndras Timar3-42/+0
2012-01-03use '_' instead of '-' in file names of .properties filesAndras Timar1-0/+2
2012-01-02fix KeyID generation for a corner caseAndras Timar1-5/+12
2011-12-23reduce noise from FCFGMerge toolMarcel Metz1-2/+1
2011-12-21rtl::OString::copy with count too large raises assert.Stephan Bergmann1-2/+2
2011-12-21This just can't be right, WriteByteString writes a pascal-style stringCaolán McNamara1-3/+3
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 McNamara1-45/+35
2011-12-19add propex.bat, so propex Perl script can run under Win32Andras Timar2-0/+9
2011-12-15propmerge tool to merge strings back to localized .properties filesAndras Timar3-0/+89
2011-12-13this line doesn't do anythingCaolán McNamara1-2/+0
2011-12-13ByteString->rtl::OStringCaolán McNamara2-11/+10
2011-12-13introducing propex tool for string extranction from .properties filesAndras Timar3-0/+65
2011-12-13exclude wntgcc* directories from searching for translatable filesAndras Timar1-1/+3
2011-12-12ByteString->rtl::OStringCaolán McNamara2-95/+73
2011-12-12sVersion, from WORK_STAMP doesn't get usedCaolán McNamara3-26/+11
2011-12-11Unused according to Opengrok, so drop thisJulien Nabet2-228/+0
2011-12-09don't waste localizers' time on unused crashrepAndras Timar1-1/+0
2011-12-08childs -> childrenMichael T. Whiteley5-31/+31
2011-12-08Less succes, more successStefan Knorr (astron)1-1/+1
2011-12-07convert some archaic l10ntools codeCaolán McNamara11-112/+143
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-2/+2
2011-12-01fix broken .ulf translationsCaolán McNamara1-1/+1
some loon ran a little amock (*cough*)
2011-11-29enable l10n of nlpsolverAndras Timar1-0/+1
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara11-148/+188
2011-11-28no need for super-convoluted empty string as far as I can seeCaolán McNamara1-1/+1
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara1-3/+5
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara3-19/+24
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from l10ntoolsNorbert Thiebaud19-36/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-7/+0
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara2-3/+3
2011-11-23unused local stringCaolán McNamara1-5/+1
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara5-19/+19
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara6-58/+66
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara1-3/+2
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara3-106/+129
2011-11-19sTmpLine is never used, so else if statement is effectively nullCaolán McNamara1-5/+0
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara3-28/+45