Commit graph

2573 commits

Author SHA1 Message Date
Matúš Kukan
c77a9254dd no need for SRCDIR parameter here 2011-10-23 13:20:29 +02:00
Caolán McNamara
41c083a7ad expose an API to map from UScriptCode to i18n::ScriptType 2011-10-21 11:27:38 +01:00
Andras Timar
003973f5d4 add Pali language (Latin script) - fdo#41599 2011-10-10 11:48:29 +02:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Bjoern Michaelsen
266598b810 adapt i18npool unittests to separate RdbTarget makefile requirement 2011-10-04 18:34:24 +02:00
Jan Holesovsky
28a9c86ffa Fix typo (SYSTEM_GENCODE, instead of SYSTEM_GENCCODE). 2011-10-04 09:43:17 +02:00
Tor Lillqvist
e0c40b71a9 WaE: possible loss of data, assignment within conditional expression 2011-10-04 07:59:36 +03:00
Jan Holesovsky
b08a764af9 Fix the build / host confusion around icu tools. 2011-10-03 14:10:57 +02:00
David Tardon
e2fdfea605 WaE: suggest braces around empty body in an 'else' statement 2011-10-03 09:10:33 +02:00
Michael Meeks
d0edcf0a55 split 'test' into 'unotest' and 'test' to help dependencies 2011-09-28 17:55:26 +01:00
Michael Meeks
90a5396242 disable use of test's unoexceptionprotector for now, to break dep loop 2011-09-28 15:16:48 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Andras Timar
a705aec511 add KeyID option to Language dropdown box 2011-09-17 10:18:18 +02:00
Stephan Bergmann
a30a9f5e18 Added dependency on test so that unoexceptionprotector works in i18npool after all.
Sorry for the noise...
2011-09-16 11:01:33 +02:00
Stephan Bergmann
4893f96ea3 Removed unoexceptionprotector stuff from last commit again; appears not to work here. 2011-09-16 10:50:33 +02:00
Stephan Bergmann
0c0c31e183 Removed leftover makefile.mk after gbuildization. 2011-09-16 10:42:51 +02:00
Stephan Bergmann
7d1bb036e1 Simplified setting headless mode for smoke-/subsequenttetss.
Both C++ and Java OfficeConnection code now always pass --headless, so no
need for SAL_USE_VCLPLUGIN=svp etc. any more.  Only some C++ unit tests that
link against vcl still need an explicit --headless.
2011-09-16 10:38:06 +02:00
Stephan Bergmann
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Tor Lillqvist
81ad165213 Get the file: URIs right 2011-09-07 18:04:02 +03:00
Eike Rathke
d3d1481fe8 changed Time100SecSeparator to be identical to DecimalSeparator 2011-09-06 02:39:37 +02:00
Eike Rathke
5456b230a2 fix an_ES locale data details
compiling an_ES.xml gave:
Warning: Time100SecSeparator is different from DecimalSeparator, this may be correct or not. Intended?
Warning: Don't forget to adapt corresponding FormatCode elements when changing separators.
Warning: QuotationStart may be wrong: U+201C “
Warning: QuotationEnd may be wrong: U+201D ”
Warning: DoubleQuotationStart may be wrong: U+2018 ‘
Warning: DoubleQuotationEnd may be wrong: U+2019 ’

* Exchanged Quotation(Start|End) and DoubleQuotation(Start|End)

Not sure about the use of '.' Time100SecSeparator whereas DecimalSeparator is ','
2011-09-04 14:13:01 +02:00
Eike Rathke
9b92ca05cb an_ES indentation 2011-09-04 14:13:01 +02:00
Andras Timar
3f4932e2b8 add an_ES (Aragonese) locale data 2011-09-03 11:19:52 +02:00
Caolán McNamara
cd9038dd39 move to comphelper, and rename 2011-09-02 09:54:17 +01:00
Caolán McNamara
23854ea235 refactor x_rtl_uString_new_WithLength to be consistent
i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString
with ref count of 1, like rtl_uString_new_WithLength, so requiring:

either the explicit use of rtl_uString_release or
passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE)
which will do the same in its dtor
2011-09-01 09:53:36 +01:00
Caolán McNamara
5e51cc84d9 these don't actually take ownership, just copy and leak original 2011-09-01 09:53:36 +01:00
Tor Lillqvist
a8dcd07c92 Make it compile with MSVC 2011-08-29 12:07:17 +03:00
David Tardon
cd379e01c3 use SAL_N_ELEMENTS for table size 2011-08-29 06:33:41 +02:00
Mohammad Elahi
b470e596db Add numbering type in persian word.
Numbering in localized persian word is useful in some areas, at least
for me it is necessary. Since it is not trivial a function and table
is needed.
2011-08-28 00:01:26 +02:00
Mohammad Elahi
9e1b651db7 Add numbering type of arabic abjad sequence
A localized numbering type base on arabic abjad sequence is
added base on a table.
2011-08-28 00:01:26 +02:00
Tor Lillqvist
61aff182ab Make it actually link by adding more libraries 2011-08-23 23:45:23 +03:00
Tor Lillqvist
9a6fb0f622 Make it compile 2011-08-23 23:45:19 +03:00
Tor Lillqvist
a1f0f63b37 Fix cross-compilation 2011-08-23 00:44:15 +03:00
Tor Lillqvist
fb9f4d8129 Further attempt to make this test run on iOS 2011-08-21 17:49:12 +03:00
Lionel Elie Mamane
2fa3cac022 check array index *before* using it in array, not *after* 2011-08-21 08:04:48 +02:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Caolán McNamara
b28766f1e5 missed this errno.h 2011-08-19 16:43:37 +01:00
Caolán McNamara
14a255f9c0 add errno.h for errno 2011-08-19 16:23:59 +01:00
Tor Lillqvist
d62e4809df Use cygpath -m on Windows where necessary
We can't pass Cygwin pathnames to non-Cygwin programs.
2011-08-19 18:00:36 +03:00
Tor Lillqvist
a72c7acad9 Improve input and output file open error handling
Tell file name and actual error in error message. Print error message
to stderr. Always exit with failure when not able to open an input or
output file.
2011-08-19 17:59:03 +03:00
Tor Lillqvist
bdfca5e003 The shorter icu library names are used for WNTMSC only 2011-08-19 17:58:48 +03:00
Caolán McNamara
bd6fadb384 another one 2011-08-19 15:56:11 +01:00
Caolán McNamara
8fe21bbcaf get localedata to build under windows, lib vs bin 2011-08-19 15:44:28 +01:00
Caolán McNamara
70d60b184c inch closer to windows building 2011-08-19 13:47:21 +01:00
Jan Holesovsky
534b3bccfd Fix i18npool build on Windows. 2011-08-19 09:37:47 +02:00
Tor Lillqvist
4ae8b026a4 Need to use cygpath on Windows 2011-08-18 17:37:05 +03:00
Caolán McNamara
b268e6d606 use of ure thing in test probably needs this depend 2011-08-18 13:05:26 +01:00
David Tardon
0ad00eabb1 realpath is not necessary here
(moreover, its use breaks parallel build ;-)
2011-08-18 13:37:36 +02:00
Caolán McNamara
075980de32 don't need this depend do we really, breaks windows anyway 2011-08-18 11:21:57 +01:00
Norbert Thiebaud
5d2e40db71 i18npool depend on udkapi 2011-08-18 03:29:44 -05:00