Commit graph

386 commits

Author SHA1 Message Date
Andras Timar
d9adc4342c tweak help text of gsicheck tool 2012-02-01 18:46:03 +01:00
Andras Timar
7dfd1c4023 remove this KeyID check from gsicheck, unused 2012-02-01 18:46:03 +01:00
Andras Timar
20bb21fc42 remove support of obsolete ($$) delimited GSI file format 2012-02-01 18:46:02 +01:00
Jesús Corrius
7be0cc289d A few safe replacements of pathes->paths 2012-02-01 14:43:37 +01:00
Caolán McNamara
b8b1b1d683 ByteString->rtl::OString 2012-01-31 11:37:24 +00:00
Caolán McNamara
ea6900d405 ByteString->rtl::OString 2012-01-30 13:18:37 +00:00
Caolán McNamara
ecb2ce035a unused test string 2012-01-30 13:18:36 +00:00
Caolán McNamara
7045e4e15c ByteString->rtl::OString 2012-01-27 12:59:47 +00:00
Caolán McNamara
0143300979 convert vectors to OString 2012-01-26 11:10:41 +00:00
Caolán McNamara
1f26095e9c convert maps and sets to OString 2012-01-26 11:10:40 +00:00
Caolán McNamara
901b6f587d ByteString->rtl::OString 2012-01-26 11:10:40 +00:00
Caolán McNamara
905b84557d refresh unused code list 2012-01-25 15:37:20 +00:00
Caolán McNamara
b1f74de031 ByteString->rtl::OString 2012-01-23 11:37:06 +00:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
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-21 15:21:16 +01:00
Loiseleur Michel
2994b7b983 fix build error in l10ntools
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-12 14:45:02 +01:00
David Tardon
0df9d7c05d close opened file 2012-01-12 06:15:23 +01:00
David Tardon
196885980b fix writing of strings from the first module 2012-01-12 06:11:19 +01:00
David Tardon
4ce9896c6a Revert "fast_merge: fix mis-merge of first module's strings"
This is not enough, because the file is still wrong.

This reverts commit 47a8454f5f.
2012-01-12 05:58:44 +01:00
Marcel Metz
869cf02e7c advertise license in help output 2012-01-09 11:32:47 +00:00
Andras Timar
82558fc4ea remove a printf 2012-01-06 16:33:18 +01:00
Marcel Metz
53d27eb207 Removed unnecessary tools includes. 2012-01-05 15:38:51 +01:00
Marcel Metz
79646372a0 Removed unnecessary tools includes.
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-05 15:31:29 +01:00
Gustavo Buzzatti Pacheco
c47f352333 Fix for fdo43460 Part XXII getLength() to isEmpty()
Part XXII
modules
jvmfwk, l10ntools, lingucomponent
2012-01-05 15:07:34 +01:00
Caolán McNamara
bacfd2dc4c add a comphelper::string::getTokenCount
suitable for conversion from [Byte]String::GetTokenCount
converted low-hanging variants to rtl::O[UString]::getToken loops
added unit test
2012-01-05 09:18:19 +00:00
Andras Timar
8f21e3b66c help compiler: less verbose output to console 2012-01-04 17:41:00 +01:00
Andras Timar
297502d232 use '_' instead of '-' in file names of .properties files 2012-01-03 19:45:53 +01:00
Andras Timar
59f3098eec fix KeyID generation for a corner case 2012-01-02 12:36:41 +01:00
Marcel Metz
ba5edb1404 reduce noise from FCFGMerge tool 2011-12-23 11:27:39 -06:00
Stephan Bergmann
c9bc4a0406 rtl::OString::copy with count too large raises assert. 2011-12-21 21:22:31 +01:00
Caolán McNamara
4eb4514ee1 This just can't be right, WriteByteString writes a pascal-style string
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-21 10:10:56 +00:00
Caolán McNamara
b0604113bc ByteString->rtl::OString 2011-12-20 09:39:36 +00:00
Andras Timar
d4b573ec4c add propex.bat, so propex Perl script can run under Win32 2011-12-19 00:20:31 +01:00
Andras Timar
ec4f2f1d81 propmerge tool to merge strings back to localized .properties files 2011-12-15 14:03:45 +01:00
Caolán McNamara
41f59c6cf2 this line doesn't do anything 2011-12-13 10:11:43 +00:00
Caolán McNamara
73d76958fd ByteString->rtl::OString 2011-12-13 10:11:42 +00:00
Andras Timar
d5b25bdd12 introducing propex tool for string extranction from .properties files 2011-12-13 08:44:00 +01:00
Andras Timar
c0b0cbe1a7 exclude wntgcc* directories from searching for translatable files 2011-12-13 08:43:59 +01:00
Caolán McNamara
1b1f0bbb28 ByteString->rtl::OString 2011-12-12 09:39:00 +00:00
Caolán McNamara
38d2abde15 sVersion, from WORK_STAMP doesn't get used 2011-12-12 09:38:59 +00:00
Julien Nabet
7866954ac2 Unused according to Opengrok, so drop this 2011-12-11 16:21:05 +01:00
Andras Timar
e416813c32 don't waste localizers' time on unused crashrep 2011-12-09 12:23:45 +01:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
Stefan Knorr (astron)
ad2eb6c4ba Less succes, more success 2011-12-08 09:06:09 +01:00
Caolán McNamara
6c335f5754 convert some archaic l10ntools code 2011-12-07 11:33:12 +00:00
Eike Rathke
86adb5cacb get rid of class Date and Time default ctor with system time penalty 2011-12-01 21:04:29 +01:00
Caolán McNamara
60795da6a8 fix broken .ulf translations
some loon ran a little amock (*cough*)
2011-12-01 14:55:54 +00:00
Andras Timar
589315efd2 enable l10n of nlpsolver 2011-11-29 17:38:28 +01:00
Caolán McNamara
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
Caolán McNamara
c95a10ca20 no need for super-convoluted empty string as far as I can see 2011-11-28 09:55:02 +00:00
Caolán McNamara
3fd28200f1 ByteString->rtl::OString[Buffer] 2011-11-28 09:55:02 +00:00