Commit graph

368 commits

Author SHA1 Message Date
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
Caolán McNamara
48221d6a2b ByteString::GetToken->comphelper::string::getToken 2011-11-28 09:55:02 +00:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
656d7d587c remove include of pch header from l10ntools 2011-11-27 13:14:13 -06:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Caolán McNamara
0dbc4fa3ef add string::strip, can replace EraseLeadingAndTrailingChars 2011-11-23 23:16:44 +00:00
Caolán McNamara
7fb2fdff42 unused local string 2011-11-23 23:16:43 +00:00
Caolán McNamara
b7ea361014 add stripStart, can replace EraseTrailingChars 2011-11-23 10:10:09 +00:00
Caolán McNamara
20153742d2 add a stripStart, can replace EraseLeadingChars 2011-11-23 10:10:08 +00:00
Caolán McNamara
4e7fff380a remove ENABLE_BYTESTRING_STREAM_OPERATORS 2011-11-19 21:11:02 +00:00
Caolán McNamara
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
Caolán McNamara
e4ff699291 sTmpLine is never used, so else if statement is effectively null 2011-11-19 21:11:02 +00:00
Caolán McNamara
dca04e2361 add a StringUtils-alike remove (can replace EraseAllChars) 2011-11-17 23:04:10 +00:00
Caolán McNamara
1987a5c777 callcatcher: remove unused code 2011-11-14 07:35:58 +00:00
Andras Timar
182913a18c code cleanup of localize tool 2011-11-08 22:37:13 +01:00
Andras Timar
527f070dd5 remove unused global variables 2011-11-08 11:10:33 +01:00
Andras Timar
881a93d3ab MERGE_SOURCE_LANGUAGES is never defined, removing ifdefs 2011-11-08 10:47:38 +01:00
Tor Lillqvist
27c031434f Remove the unused <l10ntools/vosapp.hxx> header 2011-11-05 12:11:14 +02:00
Michael Meeks
7242bf3eec quiet normally incorrect empty fragments warning cluttering tinderbox output 2011-11-04 10:15:04 +00:00