summaryrefslogtreecommitdiffstats
path: root/i18nutil/inc
Commit message (Collapse)AuthorAgeFilesLines
* fold i18npaper into i18nutilCaolán McNamara2012-03-081-0/+155
| | | | | | | | | | 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-081-0/+47
| | | | | 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-081-1/+0
|
* unicode: delete unused unicode:isTitle() methodGreg Kroah-Hartman2012-02-081-1/+0
|
* unicode: delete unused unicode:isPunctuation() methodGreg Kroah-Hartman2012-02-081-1/+0
|
* unicode: delete unused unicode:isBase() methodGreg Kroah-Hartman2012-02-081-1/+0
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-211-1/+0
|
* expose an API to map from UScriptCode to i18n::ScriptTypeCaolán McNamara2011-10-211-0/+4
|
* ditch x_rtl_uString_releaseCaolán McNamara2011-09-011-9/+0
|
* refactor x_rtl_uString_new_WithLength to be consistentCaolán McNamara2011-09-011-8/+14
| | | | | | | | | 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-231-16/+9
|
* convert i18nutil to gbuildMatúš Kukan2011-08-026-12/+33
|
* removed obsolete code/commentsTakeshi Abe2011-07-052-13/+1
|
* add modelines to .h and .c files as wellCaolán McNamara2010-10-281-0/+3
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-144-0/+11
| | | | | | | | 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-125-20/+5
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* CWS-TOOLING: integrate CWS cmcfixes56Ivo Hinkelmann2009-04-011-12/+12
| | | | | | | | | | | | 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
* INTEGRATION: CWS changefileheader (1.3.46); FILE MERGEDRüdiger Timm2008-04-101-26/+18
| | | | | 2008/04/01 15:20:15 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/31 16:01:55 rt 1.3.46.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.4.2); FILE MERGEDRüdiger Timm2008-04-102-46/+36
| | | | 2008/03/31 16:01:55 rt 1.4.2.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.5.46); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/31 16:01:55 rt 1.5.46.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.3.46); FILE MERGEDRüdiger Timm2008-04-101-32/+18
| | | | | | 2008/04/01 15:20:14 thb 1.3.46.3: #i85898# Stripping all external header guards 2008/04/01 12:31:19 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/31 16:01:55 rt 1.3.46.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS i18n39 (1.3.38); FILE MERGEDVladimir Glazounov2008-01-282-17/+64
| | | | 2007/12/12 22:42:03 khong 1.3.38.1: #i81366# add new Japanese transliterations
* INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGEDRüdiger Timm2005-09-072-94/+42
| | | | 2005/09/05 14:47:00 rt 1.2.84.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGEDRüdiger Timm2005-09-071-47/+21
| | | | 2005/09/05 14:47:00 rt 1.4.18.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGEDRüdiger Timm2005-09-072-94/+42
| | | | 2005/09/05 14:46:59 rt 1.2.84.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS i18n12 (1.2.50); FILE MERGEDOliver Bolte2004-05-281-2/+4
| | | | | 2004/04/30 10:14:36 er 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/09 20:09:27 khong 1.2.50.1: #i25323# add script start and end for the script type for indexentrysupplier
* INTEGRATION: CWS i18n09 (1.2.30); FILE MERGEDJens-Heiner Rechtien2004-03-081-2/+3
| | | | 2003/11/18 22:30:37 khong 1.2.30.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type
* cws_srx644_i18napi -> HEADVladimir Glazounov2003-04-245-0/+520