Commit Graph

18 Commits

Author SHA1 Message Date
Zolnai Tamás
15a13bafcc Get rid of generating temporary sdf file
Working:
1. Localize add header to po files.
2. Executables append po entries to po files.
3. Localize delete entryless po files and empty directories

Plus a bunch of clean up.

Change-Id: I58e300eaee4cee948203cc9d3e642ca9462d0d26
2013-03-16 12:27:32 +01:00
Stephan Bergmann
77d3777c89 Remove --with-stlport from LO 4.0
The STLport was only built for the benefit of old extensions on platforms that
once used it themselves (Linux x86, Solaris x86 and SPARC, Windows).  We
deliberately break such old extensions for LO 4.0 by no longer shipping that
backwards-compatiblity cludge.

Keeps STLport listed in readlicense_oo/ because of
o3tl/inc/o3tl/compat_functionality.hxx.

Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?).

Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from
l10ntools/inc/helpmerge.hxx that was once added with
8548125848 "INTEGRATION: CWS extensionl10nfix01
(1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename
-> MoveFileEx" but now starts to cause trouble on Windows.  Also disables
warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both
tools/wintypes.hxx and the Windows API) in a number of places that include
windows.h -- however the old STLport caused those warnings to not show.

Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-17 16:34:23 +01:00
Julien Nabet
db4aab0e11 Remove some newly tagged unused methods
Change-Id: Ie55dfd19f223df62c091ffc4fdf28789b308a1c7
2012-11-23 22:39:04 +01:00
Zolnai Tamás
5d84ae59e7 Localize xhp files in help
Make helpex to be able to work with more xhp files at one time
 - Add new input flag "-mi" which means multiinput
 - Input is a file include pathes to xhp files
   (these are in the same directory so their strings
   are in the same po file)
 - Output is a file include pathes to dest xhp files
 - Merge reads all po entry from the specified po file
   if MergeDataFile ctor's second parameter is empty

Rewrite makefiles to work with new syntax
Plus Delete some unused code

Change-Id: I5eb12d7a6f5e9cda378788410d3c50052eb752b8
2012-11-18 19:18:44 +01:00
Michael Meeks
e09e9bfb89 re-base on ALv2 code. 2012-10-01 13:55:41 +02:00
Stephan Bergmann
31c52706fc -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I4b541b2a0de4fd395a613a47c9a3868199f42513
2012-08-14 10:39:11 +02:00
Thomas Arnhold
49ad17e2b1 remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08 13:53:53 +02:00
Stephan Bergmann
2fce337212 l10ntools now only depends on sal and externals
Still room for further improvement.
Includes some fixes for regressions introduced with previous commits.
2012-02-13 21:47:25 +01:00
Stephan Bergmann
e521a24060 Reduced tools/string usage
plus some preliminary cfgex clean up.
2012-02-02 09:22:07 +01:00
Caolán McNamara
b8b1b1d683 ByteString->rtl::OString 2012-01-31 11:37:24 +00:00
Caolán McNamara
901b6f587d ByteString->rtl::OString 2012-01-26 11:10:40 +00:00
Caolán McNamara
6c335f5754 convert some archaic l10ntools code 2011-12-07 11:33:12 +00:00
Andras Timar
b57f55cf23 remove unused (and buggy) language fallback functionality
Fallback to en-US is done in translations module. Fallback to
other languages is not supported, but if we ever needed it, it
would be easier to solve the problem in a script language
instead of C++ in translations module.
2011-09-21 20:34:57 +02:00
Caolán McNamara
df7dab517b callcatcher: ditch unused method 2011-07-14 15:26:04 +01:00
Caolán McNamara
3e66851659 set Dump methods to ultra-verbose debug-mode 2011-07-14 15:26:04 +01:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:02:15 +02:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Ivo Hinkelmann
8316671089 l10ntools: #i108657# rename transex3 to l10ntools 2010-01-25 17:20:55 +01:00