5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
b192f590e6
i18npool: Ctor feature for another services.
...
Change-Id: Id2346686ac2f6c537825d70cac1a537d09e351d5
2014-01-27 08:42:53 +01:00
6cd3118b63
fdo#54938: Convert i18npool to use cppu::supportsService
...
Change-Id: I9acc496cd95c8362972fa0c41d35b77fc0715aba
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >
2013-12-18 10:17:14 +01:00
ef90021abe
convert OUString !compareToAscii to equalsAscii
...
Convert code like
if( ! aStr.compareToAscii("XXX") )
to
if( aStr.equalsAscii("XXX") )
which is both clearer and faster.
Change-Id: I267511bccab52f5225b291acbfa4e388b5a5302b
2013-11-11 12:58:12 +02:00
dcbaf7c253
remove unused componentcontext.hxx includes
...
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
2013-06-05 08:13:21 +02:00
1946794ae0
mass removal of rtl:: prefixes for O(U)String*
...
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
f8752a760f
sal_Bool -> bool
...
Change-Id: Idacea435ecf403770083f5c1e75c3ad1992ec14a
2012-09-26 11:20:34 +01:00
369e3fdcda
fdo#46808, Adapt i18n::LocaleData UNO service to new style
...
The implementation of the LocaleData implements the optional XLocaleData4,
so rather than creating a new interface for the new-style service, we simply
make the service implement XLocaleData4, which in turn implements
XLocaleData3, XLocaleData2, XLocaleData.
Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
2012-09-17 14:28:21 +02:00
2c47c9989e
re-base on ALv2 code. Includes:
...
cws mba34issues01: #i117709#: make sure that parent of error message box is visible
Patch contributed by Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1172346
i#119036 - improve user experience of certification dialog - only shown once
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-07-13 21:38:47 +01:00
1488171272
targeted string re-work
...
Change-Id: I1efff8e09079267f4129c474872d3fc49adeb831
2012-05-30 16:41:40 -05:00
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
2d16b82e09
remove include of pch header from i18npool
2011-11-27 13:12:24 -06:00
2674376ddf
convert i18npool to gbuild
2011-08-17 17:34:23 +02:00
d2cac56c66
RTL_CONSTASCII_USTRINGPARAM in libs-gui 03
2010-11-22 17:20:34 +01:00
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
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
7839399a22
INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED
...
2008/03/31 16:01:28 rt 1.6.138.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:07:28 +00:00
6f14dd2186
INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED
...
2008/03/31 16:01:28 rt 1.4.92.1: #i87441# Change license header to LPGL v3.
2008-04-10 08:07:12 +00:00
9bf10a5bb4
INTEGRATION: CWS ause074 (1.3.128); FILE MERGED
...
2007/01/30 12:05:08 hjs 1.3.128.1: #i73801# remove remaining usages of sv[pre].mk
2007-02-06 13:06:03 +00:00
060089a157
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
...
2006/09/01 17:30:47 kaib 1.5.16.1: #i68856# Added header markers and pch files
2006-09-17 08:22:42 +00:00
303466ac9f
INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED
...
2005/11/10 10:15:03 pl 1.4.14.1: #i53898# removed warnings
2006-06-20 03:47:57 +00:00
d9c3ea5190
INTEGRATION: CWS ooo19126 (1.3.258); FILE MERGED
...
2005/09/05 17:47:49 rt 1.3.258.1: #i54170# Change license header: remove SISSL
2005-09-07 16:21:47 +00:00
d08796aed0
INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED
...
2005/09/05 17:47:49 rt 1.2.258.1: #i54170# Change license header: remove SISSL
2005-09-07 16:21:30 +00:00
47c516360d
#84725# add XServiceInfo implementation
2001-11-12 15:38:38 +00:00
82f205c880
Add License
2001-09-16 14:23:00 +00:00
1395c46dcc
Add localedata, registerservices, numberformatcode, defaultnumberingprovider
2001-08-30 22:33:17 +00:00