Caolán McNamara
41c083a7ad
expose an API to map from UScriptCode to i18n::ScriptType
2011-10-21 11:27:38 +01: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
7ba337359e
merge these similar methods together
2011-08-23 10:35:45 +01:00
Matúš Kukan
5c715d3708
convert i18nutil to gbuild
2011-08-02 23:18:54 +02:00
Tor Lillqvist
ec5b3a6157
Make the MinGW import library name match what libs.mk wants
...
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.
2011-06-21 00:01:25 +03:00
Jan Holesovsky
ec6c98105a
Merge commit 'libreoffice-3.4.0.2'
...
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
2011-05-31 10:45:54 +02:00
Francois Tigeot
cfafcbc87c
Remove some OS/2 code
2011-04-28 08:48:54 +02:00
Petr Mladek
291a01b8c7
i18nutil-glibc-braindamage-workaround.diff: build failure with glibc-2.4
...
glibc 2.4's langinfo.h does "#define CURRENCY_SYMBOL __CURRENCY_SYMBOL"
which (obviously) breaks UnicodeType::CURRENCY_SYMBOL
2011-04-27 16:01:44 +02:00
Julien Nabet
24ede84c09
Remove "using namespace ::rtl"
2011-02-27 14:22:24 +01:00
Caolán McNamara
3f41fea91b
equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)
2011-01-16 14:13:07 +00:00
Caolán McNamara
08cbfebc04
add modelines to .h and .c files as well
2010-10-28 15:52:27 +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
176ecc0e36
CWS-TOOLING: integrate CWS ooo31gsl10_DEV300
...
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
2009-04-23 14:27:15 +00:00
Ivo Hinkelmann
0695548510
CWS-TOOLING: integrate CWS cmcfixes56
...
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
2009-04-01 13:20:55 +00:00
Vladimir Glazounov
44e008b01f
CWS-TOOLING: integrate CWS ooo31gsl4_DEV300
...
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
2009-03-16 19:01:31 +00:00
Rüdiger Timm
fb9fea37f1
No old windows def files needed any more.
2008-09-19 11:05:48 +00:00
Rüdiger Timm
c01489dd0c
INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED
...
2008/03/31 16:01:56 rt 1.5.2.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:25:49 +00:00
Rüdiger Timm
ca3c496e39
INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED
...
2008/03/31 16:01:56 rt 1.6.2.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:25:31 +00:00
Rüdiger Timm
f150d99ac7
INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED
...
2008/03/31 16:01:56 rt 1.4.14.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:25:17 +00:00
Rüdiger Timm
68baaca3dd
INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED
...
2008/03/31 16:01:56 rt 1.5.46.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:25:02 +00:00
Rüdiger Timm
921d6d07e5
INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED
...
2008/03/31 16:01:56 rt 1.4.10.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:24:33 +00:00
Rüdiger Timm
751fba1476
INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED
...
2008/03/31 16:01:55 rt 1.6.14.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:24:17 +00:00
Rüdiger Timm
9cc54f3638
INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED
...
2008/03/31 16:01:55 rt 1.7.18.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:24:02 +00:00
Vladimir Glazounov
e062db3d01
INTEGRATION: CWS i18n39 (1.4.38); FILE MERGED
...
2007/12/12 22:42:25 khong 1.4.38.1: #i81366# add new Japanese transliterations
2008-01-28 14:32:27 +00:00
Vladimir Glazounov
ba18a8ca66
INTEGRATION: CWS i18n39 (1.5.38); FILE MERGED
...
2007/12/12 22:42:25 khong 1.5.38.1: #i81366# add new Japanese transliterations
2008-01-28 14:32:14 +00:00
Vladimir Glazounov
db5ee5e8f1
INTEGRATION: CWS os2port01 (1.3.24); FILE MERGED
...
2006/12/28 15:00:07 ydario 1.3.24.1: OS/2 initial import.
2007-09-20 15:25:46 +00:00
Ivo Hinkelmann
4e98966b2f
INTEGRATION: CWS i18n30 (1.3.34); FILE MERGED
...
2007/05/08 21:18:27 khong 1.3.34.1: #i74252# breakiterator & casefolding support for Copic
2007-06-06 11:16:23 +00:00
Ivo Hinkelmann
e8f8a2f79a
INTEGRATION: CWS i18n30 (1.5.20); FILE MERGED
...
2007/05/08 21:18:27 khong 1.5.20.1: #i74252# breakiterator & casefolding support for Copic
2007-06-06 11:16:07 +00:00
Rüdiger Timm
7aae9cc6da
INTEGRATION: CWS i18n29 (1.6.14); FILE MERGED
...
2007/01/11 06:04:35 khong 1.6.14.1: #i69156# add more_above condition for Lithuanian case folding.
2007-01-29 13:27:40 +00:00
Jens-Heiner Rechtien
79584cc6b8
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
...
2006/04/07 19:00:25 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED
2005/10/24 18:11:15 nn 1.3.4.1: #i53898# warning-free code
2006-06-19 19:02:53 +00:00
Jens-Heiner Rechtien
68e471b688
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
...
2006/04/07 19:00:17 sb 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED
2005/11/28 11:37:35 nn 1.4.4.2: #i53898# warning-free code
2005/10/24 18:11:14 nn 1.4.4.1: #i53898# warning-free code
2006-06-19 19:02:38 +00:00
Kurt Zenker
85d4db0828
INTEGRATION: CWS i18n24 (1.3.6); FILE MERGED
...
2006/01/13 01:05:02 khong 1.3.6.2: #i43395 stop i without dot fold to i with dot in case ignore match
2006/01/12 04:30:13 khong 1.3.6.1: #i43395 stop i without dot fold to i with dot in case ignore match
2006-01-31 17:33:07 +00:00
Kurt Zenker
33ced467ac
INTEGRATION: CWS i18n24 (1.4.6); FILE MERGED
...
2006/01/13 01:05:01 khong 1.4.6.1: #i43395 stop i without dot fold to i with dot in case ignore match
2006-01-31 17:32:54 +00:00
Rüdiger Timm
e68cabaf3f
INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED
...
2005/09/05 14:47:02 rt 1.3.78.1: #i54170# Change license header: remove SISSL
2005-09-07 16:42:30 +00:00
Rüdiger Timm
d11e66b678
INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED
...
2005/09/05 14:47:02 rt 1.4.28.1: #i54170# Change license header: remove SISSL
2005-09-07 16:42:08 +00:00
Rüdiger Timm
55f393a85b
INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED
...
2005/09/05 14:47:02 rt 1.2.84.1: #i54170# Change license header: remove SISSL
2005-09-07 16:41:47 +00:00
Rüdiger Timm
dd9e39736b
INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED
...
2005/09/05 14:47:01 rt 1.4.18.1: #i54170# Change license header: remove SISSL
2005-09-07 16:41:29 +00:00
Rüdiger Timm
0cab2cb5d3
INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED
...
2005/09/05 14:47:01 rt 1.3.6.1: #i54170# Change license header: remove SISSL
2005-09-07 16:41:13 +00:00
Rüdiger Timm
627701d82f
INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED
...
2005/09/05 14:47:01 rt 1.2.84.1: #i54170# Change license header: remove SISSL
2005-09-07 16:40:56 +00:00
Rüdiger Timm
68e58736c2
INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED
...
2005/09/05 14:47:01 rt 1.3.4.1: #i54170# Change license header: remove SISSL
2005-09-07 16:40:21 +00:00
Oliver Bolte
0f40232a7e
INTEGRATION: CWS localedata5 (1.2.68); FILE MERGED
...
2005/05/19 17:15:57 er 1.2.68.1: #i47962# eliminate warning: control reached end of non-void function (should had been never reached)
2005-07-21 13:26:06 +00:00
Oliver Bolte
d91a1f3f01
INTEGRATION: CWS i18n15 (1.2.80); FILE MERGED
...
2004/08/30 21:03:34 khong 1.2.80.1: #i33105# fixed a operator delete mismatch problem
2005-01-11 10:17:44 +00:00
Kurt Zenker
c71402bb8a
new version for SRC680
2004-06-01 13:31:42 +00:00
Oliver Bolte
f72a1a3eea
INTEGRATION: CWS i18n12 (1.2.50); FILE MERGED
...
2004/04/30 10:14:55 er 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED
2004/04/09 20:09:09 khong 1.2.50.1: #i25323# add script start and end for the script type for indexentrysupplier
2004-05-28 15:28:30 +00:00
Jens-Heiner Rechtien
ea46fa31bf
INTEGRATION: CWS i18n09 (1.2.30); FILE MERGED
...
2003/11/18 22:31:01 khong 1.2.30.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type
2004-03-08 16:12:56 +00:00
Jens-Heiner Rechtien
308f454593
INTEGRATION: CWS ooo20031216 (1.2.36); FILE MERGED
...
2004/01/23 13:04:58 mh 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED
2003/12/23 11:08:01 waratah 1.2.36.1: #i1858# unitialised variable: remove gcc warning only
2004-02-04 10:54:46 +00:00
Vladimir Glazounov
3d65737d29
INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED
...
2003/12/16 12:45:34 hr 1.2.38.1: #111934#: join CWS ooo111fix1
2003-12-17 14:40:14 +00:00
Rüdiger Timm
145b507660
INTEGRATION: CWS i18n04 (1.2.4); FILE MERGED
...
2003/05/08 22:32:50 khong 1.2.4.1: #108958# Change full width minu sign from 2122 to ff0d, which is supported by most Asian fonts.
2003-05-21 07:04:12 +00:00