Luboš Luňák
e2e2cc6114
remove usage of RTL_CONSTASCII_USTRINGPARAM
...
Mechanical removal of usage together with OUString ctor, done
by compiler plugin.
Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-06 16:51:45 +02:00
Luboš Luňák
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
Thomas Arnhold
8b27d78b4a
automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
...
Done with a perl regex:
s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms
Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-19 09:00:26 +00:00
Michael Meeks
3a53ddf0a2
re-base on ALv2 code.
2012-06-29 11:13:58 +01:00
Thomas Arnhold
135c63c8f9
fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
...
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-04 15:52:57 +02:00
Norbert Thiebaud
36f155dda1
remove include of pch header from stoc
2011-11-27 13:23:37 -06:00
Tor Lillqvist
0d51eab31f
No malloc.h in iOS SDK either
...
Why this source file bothers including <malloc.h> at all (on platforms
where it exists) I have no idea... This is C++ for chrissake. And the
standard C location for the malloc() declaration is <stdlib.h> anyway.
2011-06-14 01:59:26 +03:00
Takeshi Abe
36e2296bf8
Replace all occured, occurance etc.
2010-12-06 09:16:29 +00:00
Sebastian Spaeth
a715e1b3d0
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:04:31 +02:00
sb
a42347c391
sb121: #i110049# avoid aliasing problem by stripping down not-to-be-called function
2010-03-12 10:43:00 +01:00
Jens-Heiner Rechtien
7c80db2eb3
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
Rüdiger Timm
148a0722a4
INTEGRATION: CWS changefileheader (1.15.56); FILE MERGED
...
2008/04/01 15:42:24 thb 1.15.56.2: #i85898# Stripping all external header guards
2008/03/31 07:26:08 rt 1.15.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:33:58 +00:00
Oliver Bolte
6cc062e3c1
INTEGRATION: CWS pchfix02 (1.14.10); FILE MERGED
...
2006/09/01 17:41:09 kaib 1.14.10.1: #i68856# Added header markers and pch files
2006-09-16 16:28:46 +00:00
Jens-Heiner Rechtien
615a8cd160
INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED
...
2006/02/27 14:10:53 sb 1.12.8.3: #i53898# Made code waring-free.
2006/01/25 20:28:46 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED
2005/10/31 14:38:05 sb 1.12.8.1: #i53898# Made code warning-free.
2006-06-19 23:01:08 +00:00
Oliver Bolte
c32ac2e46d
INTEGRATION: CWS allocacleanup (1.12.12); FILE MERGED
...
2005/11/06 09:34:15 maho 1.12.12.1: use sal/alloca.h instead od alloca.h
Issue number: #i53286#
2006-01-16 12:27:51 +00:00
Rüdiger Timm
cdf5e15fc7
INTEGRATION: CWS ooo19126 (1.11.58); FILE MERGED
...
2005/09/05 17:10:42 rt 1.11.58.1: #i54170# Change license header: remove SISSL
2005-09-08 06:53:17 +00:00
Oliver Bolte
38e46ea015
INTEGRATION: CWS sb18 (1.10.22); FILE MERGED
...
2004/05/17 16:01:48 sb 1.10.22.2: #i21150# Adapted to extended interface type attributes that raise non-RuntimeExceptions.
2004/05/12 11:33:24 sb 1.10.22.1: #i21150# Missing includes.
2004-06-04 01:30:23 +00:00
Jens-Heiner Rechtien
99fdbbcaaf
INTEGRATION: CWS sb10 (1.8.52); FILE MERGED
...
2004/01/13 14:16:22 sb 1.8.52.3: RESYNC: (1.8-1.9); FILE MERGED
2004/01/13 10:30:35 sb 1.8.52.2: #114000# Fixed InterfaceIdlClassImpl to allow multipe superclasses.
2004/01/12 15:58:26 sb 1.8.52.1: #114000# Adapted to new naming scheme for interface member type descriptions.
2004-02-03 11:02:07 +00:00
Vladimir Glazounov
447d4fc77d
INTEGRATION: CWS geordi2q11 (1.8.64); FILE MERGED
...
2003/12/16 16:18:25 hr 1.8.64.1: #111934#: join CWS ooo111fix1
2003-12-17 13:37:22 +00:00
Jens-Heiner Rechtien
414c097c65
MWS_SRX644: migrate branch mws_srx644 -> HEAD
2003-03-27 11:01:26 +00:00
Daniel Boelzle
90be862021
#100586# mt safe
2002-10-17 06:49:57 +00:00
Juergen Schmidt
96d4cb8769
insert XIdlField2
2001-05-03 12:57:45 +00:00
Sander Vesik
dac0b6b6c4
Move the summary of 619 and 625 changes to the trunk
2001-04-09 12:38:14 +00:00
Patrick Luby
8a8d0f0aaf
Added #ifndef MACOSX
2001-03-14 04:35:02 +00:00
Joachim Lingner
4038b72427
OSL_ENSHURE replaced by OSL_ENSURE
2001-03-12 14:38:06 +00:00
Gene Anaya
e3d6f58cf3
Add staticmbcorereflection.cxx for macosx
2000-10-10 04:35:45 +00:00
Jens-Heiner Rechtien
b525a3115f
initial import
2000-09-18 14:29:57 +00:00