summaryrefslogtreecommitdiffstats
path: root/i18nutil
Commit message (Collapse)AuthorAgeFilesLines
* reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara2012-05-161-14/+11
| | | | Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229
* Fix fdo#49720: Dropped unnecessary "sh -c" from popen callStephan Bergmann2012-05-101-1/+1
| | | | Change-Id: I5de4ce4e26d995c447c99c8558f621dba6cdf110
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders2012-04-232-5/+8
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
|
* fold i18npaper into i18nutilCaolán McNamara2012-03-085-0/+683
| | | | | | | | | | It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
* de-uno-ize ScriptTypeDetectorCaolán McNamara2012-03-084-0/+190
| | | | | leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
* forgot to remove x_rtl_ustring.hCaolán McNamara2012-03-081-64/+0
|
* throw a noncopyable pattern at oneToOneMappingWithFlagCaolán McNamara2012-03-081-5/+2
|
* unicode: delete unused unicode:getCharType() methodGreg Kroah-Hartman2012-02-082-65/+0
|
* unicode: delete unused unicode:isTitle() methodGreg Kroah-Hartman2012-02-082-2/+0
|
* unicode: delete unused unicode:isPunctuation() methodGreg Kroah-Hartman2012-02-082-2/+0
|
* unicode: delete unused unicode:isBase() methodGreg Kroah-Hartman2012-02-082-2/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-212-7/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+3
|
* 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.
* missing dependencyStephan Bergmann2011-10-261-1/+1
|
* expose an API to map from UScriptCode to i18n::ScriptTypeCaolán McNamara2011-10-212-0/+61
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add link lib for decompose_ja_voiced_sound_marksCaolán McNamara2011-09-021-0/+1
|
* move to comphelper, and renameCaolán McNamara2011-09-023-5/+4
|
* ditch x_rtl_uString_releaseCaolán McNamara2011-09-011-9/+0
|
* refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara2011-09-012-13/+20
| | | | | | | | | 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
* merge these similar methods togetherCaolán McNamara2011-08-232-18/+10
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* convert i18nutil to gbuildMatúš Kukan2011-08-0213-77/+209
|
* removed obsolete code/commentsTakeshi Abe2011-07-052-13/+1
|
* Make the MinGW import library name match what libs.mk wantsTor Lillqvist2011-06-211-0/+4
| | | | | | Use the i prefix only for import libraries built with MSC. Add COMID to the import library built with MinGW. This matches the shared library name on Unix, and MinGW is a Unix-style compiler.
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
|
* Deliver also static i18nutil library if we have built it that way (as for iOS)Tor Lillqvist2011-06-151-0/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-10/+10
|
* Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: svtools/source/filter/wmf/winmtf.hxx tools/source/fsys/urlobj.cxx unotools/source/config/configmgr.cxx unotools/source/config/makefile.mk vcl/inc/vcl/cursor.hxx vcl/source/gdi/outdevnative.cxx vcl/source/window/abstdlg.cxx vcl/source/window/toolbox.cxx vcl/unx/generic/printer/ppdparser.cxx vcl/unx/generic/printer/printerinfomanager.cxx
| * i18nutil-glibc-braindamage-workaround.diff: build failure with glibc-2.4Petr Mladek2011-04-271-0/+5
| | | | | | | | | | glibc 2.4's langinfo.h does "#define CURRENCY_SYMBOL __CURRENCY_SYMBOL" which (obviously) breaks UnicodeType::CURRENCY_SYMBOL
* | Remove some OS/2 codeFrancois Tigeot2011-04-281-4/+0
|/
* Remove "using namespace ::rtl"Julien Nabet2011-02-271-1/+2
|
* equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara2011-01-161-1/+1
|
* add modelines to .h and .c files as wellCaolán McNamara2010-10-284-0/+10
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-148-0/+21
| | | | | | | | 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>
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1213-53/+13
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* CWS-TOOLING: integrate CWS ooo31gsl10_DEV300Ivo Hinkelmann2009-04-231-0/+3
| | | | | 2009-04-20 17:22:17 +0200 pl r270996 : #i101210# reset maps in case of wrong index 2009-04-20 16:40:17 +0200 pl r270993 : #i101092# do not dispatch events twice
* CWS-TOOLING: integrate CWS cmcfixes56Ivo Hinkelmann2009-04-012-18/+18
| | | | | | | | | | | | 2009-03-26 14:46:13 +0100 cmc r270080 : #i100517# merge changes of locales32 to match 2009-03-26 14:31:32 +0100 cmc r270079 : #i100517# add some brackets and remove stray ; 2009-03-25 13:30:36 +0100 cmc r270021 : #i100503# make tralay work again 2009-03-25 10:13:35 +0100 cmc r269999 : #i100536# remove last unused method 2009-03-24 15:13:50 +0100 cmc r269955 : #i100517# fix straight-forward warnings 2009-03-24 14:36:37 +0100 cmc r269947 : #i100469# keep ia64 and arm alignments after fork-exec to signal change, but hackaround for arm to keep userlevel qemu-arm working 2009-03-24 14:02:27 +0100 cmc r269943 : #i100223# make stl headers warning free for extra gcc 4.3 warnings 2009-03-24 13:58:15 +0100 cmc r269942 : #i100504# drawinglayer is warning free on ix86 linux 2009-03-24 13:56:15 +0100 cmc r269940 : #i100469# keep ia64 and arm alignments after fork-exec to signal change
* CWS-TOOLING: integrate CWS ooo31gsl4_DEV300Vladimir Glazounov2009-03-161-1/+8
| | | | | | | | | | 2009-03-11 16:07:53 +0100 gh r269340 : missed compile on bigendian system (OSL_BIGENDIAN defined) 2009-03-11 10:22:27 +0100 pl r269300 : #i100057# one more case 2009-03-10 15:10:01 +0100 pl r269274 : #i100057# filter formatting marks in vcl i18n helper 2009-03-10 13:31:01 +0100 gh r269269 : #i100044#remove BiDi markers before sending to VCLTestTool 2009-03-10 10:16:05 +0100 hdu r269248 : #i100057# fix casefolding::getNextChar() end-of-string behaviour 2009-03-10 09:51:36 +0100 hdu r269245 : #i100044# add TransliterationModules_IGNORE_FORMATTING option 2009-03-09 14:30:00 +0100 pl r269176 : #i99360# workaround XIfEvent never returning
* No old windows def files needed any more.Rüdiger Timm2008-09-191-64/+0
|
* INTEGRATION: CWS changefileheader (1.5.2); FILE MERGEDRüdiger Timm2008-04-102-46/+36
| | | | 2008/03/31 16:01:56 rt 1.5.2.1: #i87441# Change license header to LPGL v3.