summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Collapse)AuthorAgeFilesLines
* Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist2011-11-171-1/+1
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-113-38/+2
| | | | | | | | | | | * solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
* New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann2011-11-101-3/+3
|
* Follow UAX-29 and present user-perceived character countsCaolán McNamara2011-11-031-0/+18
| | | | | | | Not a count of code-units, nor a count of code-points, but try and follow http://unicode.org/reports/tr29/ and present the grapheme count. Add a few representative tests to try and avoid gotchas.
* no need for SRCDIR parameter hereMatúš Kukan2011-10-231-5/+5
|
* expose an API to map from UScriptCode to i18n::ScriptTypeCaolán McNamara2011-10-211-55/+2
|
* add Pali language (Latin script) - fdo#41599Andras Timar2011-10-102-0/+2
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* adapt i18npool unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-043-6/+36
|
* Fix typo (SYSTEM_GENCODE, instead of SYSTEM_GENCCODE).Jan Holesovsky2011-10-041-1/+1
|
* WaE: possible loss of data, assignment within conditional expressionTor Lillqvist2011-10-041-4/+4
|
* Fix the build / host confusion around icu tools.Jan Holesovsky2011-10-031-8/+14
|
* WaE: suggest braces around empty body in an 'else' statementDavid Tardon2011-10-031-0/+2
|
* split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks2011-09-282-7/+4
|
* disable use of test's unoexceptionprotector for now, to break dep loopMichael Meeks2011-09-282-4/+7
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-273-4/+4
|
* add KeyID option to Language dropdown boxAndras Timar2011-09-172-0/+2
|
* Added dependency on test so that unoexceptionprotector works in i18npool ↵Stephan Bergmann2011-09-162-1/+5
| | | | | | after all. Sorry for the noise...
* Removed unoexceptionprotector stuff from last commit again; appears not to ↵Stephan Bergmann2011-09-161-4/+0
| | | | work here.
* Removed leftover makefile.mk after gbuildization.Stephan Bergmann2011-09-161-119/+0
|
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-2/+1
| | | | | | 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.
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-122-4/+9
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* Get the file: URIs rightTor Lillqvist2011-09-071-11/+8
|
* changed Time100SecSeparator to be identical to DecimalSeparatorEike Rathke2011-09-061-3/+3
|
* fix an_ES locale data detailsEike Rathke2011-09-041-4/+4
| | | | | | | | | | | | | | 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 ','
* an_ES indentationEike Rathke2011-09-041-353/+353
|
* add an_ES (Aragonese) locale dataAndras Timar2011-09-035-0/+362
|
* move to comphelper, and renameCaolán McNamara2011-09-0213-29/+23
|
* refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara2011-09-0111-26/+27
| | | | | | | | | 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
* these don't actually take ownership, just copy and leak originalCaolán McNamara2011-09-013-40/+56
|
* Make it compile with MSVCTor Lillqvist2011-08-291-48/+46
|
* use SAL_N_ELEMENTS for table sizeDavid Tardon2011-08-291-21/+21
|
* Add numbering type in persian word.Mohammad Elahi2011-08-281-0/+121
| | | | | | 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.
* Add numbering type of arabic abjad sequenceMohammad Elahi2011-08-281-0/+11
| | | | | A localized numbering type base on arabic abjad sequence is added base on a table.
* Make it actually link by adding more librariesTor Lillqvist2011-08-231-0/+12
|
* Make it compileTor Lillqvist2011-08-232-1/+13
|
* Fix cross-compilationTor Lillqvist2011-08-231-2/+2
|
* Further attempt to make this test run on iOSTor Lillqvist2011-08-211-2/+18
|
* check array index *before* using it in array, not *after*Lionel Elie Mamane2011-08-211-1/+1
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* missed this errno.hCaolán McNamara2011-08-191-0/+1
|
* add errno.h for errnoCaolán McNamara2011-08-193-0/+3
|
* Use cygpath -m on Windows where necessaryTor Lillqvist2011-08-192-2/+2
| | | | We can't pass Cygwin pathnames to non-Cygwin programs.
* Improve input and output file open error handlingTor Lillqvist2011-08-194-17/+18
| | | | | | 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.
* The shorter icu library names are used for WNTMSC onlyTor Lillqvist2011-08-192-2/+2
|
* another oneCaolán McNamara2011-08-191-0/+5
|
* get localedata to build under windows, lib vs binCaolán McNamara2011-08-191-0/+11
|
* inch closer to windows buildingCaolán McNamara2011-08-192-0/+8
|
* Fix i18npool build on Windows.Jan Holesovsky2011-08-194-1/+24
|