Commit Graph

50 Commits

Author SHA1 Message Date
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
e8ff469da5 Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
2013-04-19 16:52:03 +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
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
97eb8a6e0e Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd
Reviewed-on: https://gerrit.libreoffice.org/1924
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30 12:54:40 +00:00
3a53ddf0a2 re-base on ALv2 code. 2012-06-29 11:13:58 +01:00
59c0f8f452 merge origin/master 2012-04-01 12:21:00 +02:00
128749140f More hacking on static linking (iOS) support 2012-03-21 00:00:05 +02:00
d2097ad456 gbuildize stoc 2012-03-12 11:42:50 +01:00
71dc235aba Fix for fdo43460 Part XXXV getLength() to isEmpty()
Part XXXV
Modules
stoc
2012-01-12 19:15:08 -02:00
c936e50627 catch exception by constant reference 2011-12-27 10:17:15 +09:00
36f155dda1 remove include of pch header from stoc 2011-11-27 13:23:37 -06:00
683d975d70 we are searching for prefix in activate
also fix small typo
2011-07-28 14:42:08 +02:00
babdd43fce re-work prefix handling and undo cppuhelper ABI change, add unit test
use a separate prefix enabled method instead of changing the ABI of cppuhelper
also - lookup the prefix in the dllcomponentloader in case we are called this way
also - add a unit test for the prefix change
2011-06-24 14:23:25 +01:00
c1abc2ec9e fix up 2011-06-01 15:35:10 +01:00
adc6fe00e3 Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:19:48 +01:00
480ab8a2b3 Remove "using namespace ::rtl" 2011-03-03 22:48:57 +01:00
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
334bef4563 remove include guards using fixguard.py 2010-10-05 18:12:51 +02:00
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
8258c7031c INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED
2008/03/31 07:26:10 rt 1.11.10.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:43:05 +00:00
5066ad9ee3 INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED
2008/04/01 15:42:26 thb 1.19.10.2: #i85898# Stripping all external header guards
2008/03/31 07:26:10 rt 1.19.10.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:41:53 +00:00
fa1de25dd3 INTEGRATION: CWS sb71 (1.17.34); FILE MERGED
2007/10/01 17:25:48 sb 1.17.34.2: RESYNC: (1.17-1.18); FILE MERGED
2007/04/16 13:54:58 sb 1.17.34.1: #i75466# Adapted to new bootstrap_expandUri helper.
2007-10-15 11:01:52 +00:00
9df48606c4 INTEGRATION: CWS sb76 (1.10.56); FILE MERGED
2007/08/31 11:01:54 sb 1.10.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-09-27 12:02:15 +00:00
fef7d406e9 INTEGRATION: CWS sb76 (1.17.46); FILE MERGED
2007/08/31 11:01:54 sb 1.17.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-09-27 11:59:12 +00:00
7c8d44aeb3 INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED
2006/09/01 17:41:13 kaib 1.16.10.1: #i68856# Added header markers and pch files
2006-09-16 16:31:30 +00:00
24d3160ff8 INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED
2005/10/31 14:38:09 sb 1.15.8.1: #i53898# Made code warning-free.
2006-06-19 23:03:34 +00:00
4614db6bd1 INTEGRATION: CWS ause043 (1.9.10); FILE MERGED
2005/11/09 13:33:19 hjs 1.9.10.1: #i56702# remove unused variable
2006-05-24 12:49:21 +00:00
461f034426 INTEGRATION: CWS ooo19126 (1.8.152); FILE MERGED
2005/09/05 17:10:59 rt 1.8.152.1: #i54170# Change license header: remove SISSL
2005-09-08 07:01:06 +00:00
6f543bce88 INTEGRATION: CWS ooo19126 (1.14.18); FILE MERGED
2005/09/05 17:10:59 rt 1.14.18.1: #i54170# Change license header: remove SISSL
2005-09-08 07:00:50 +00:00
211bee536d INTEGRATION: CWS sb31 (1.13.134); FILE MERGED
2005/04/18 13:07:54 sb 1.13.134.1: #121392# Fixed use of OSL_TRACE.
2005-06-17 09:07:27 +00:00
2e5db69e16 INTEGRATION: CWS uno2 (1.7.60); FILE MERGED
2003/04/08 13:56:15 dbo 1.7.60.1: #107991# UNO shared library component renaming
2003-04-23 15:11:03 +00:00
ad408fe6f2 INTEGRATION: CWS dbgmacros1 (1.12.46); FILE MERGED
2003/04/10 08:38:19 kso 1.12.46.1: #108413# - debug macro unification.
2003-04-15 16:13:29 +00:00
8f0762f891 #100075# modifying loaders, using macro expander singleton; service manager review 2002-06-14 12:26:30 +00:00
a242da96dc #67468# Added unloading and context support 2001-06-22 15:21:02 +00:00
5675e380b6 #65293# vos deleted 2001-05-07 13:03:43 +00:00
4038b72427 OSL_ENSHURE replaced by OSL_ENSURE 2001-03-12 14:38:06 +00:00
a03ddd50b9 Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process 2001-03-02 06:21:44 +00:00
033fc33fe6 Merge NetBSD changes by Michael Rauch from OO614B to HEAD. 2001-02-02 13:26:41 +00:00
d596feb51c now uses cppuhelper for loading/ registering 2000-12-19 14:49:47 +00:00
edd44c19e0 macosX: added assertions 2000-12-15 10:07:34 +00:00
5a0b59db73 prefixing 2000-12-15 09:20:50 +00:00
b036f1049b postfixing export symbols 2000-12-15 07:53:10 +00:00
c5cffd35ac macosX: component exports are prefixed with libname 2000-12-14 15:23:39 +00:00
3674ddbd0e #80090# check for dir boundary 2000-11-15 16:53:13 +00:00
f46f307981 minor CPLD_ACCESSPATH 2000-11-08 08:37:10 +00:00
38974aeef6 added library loading limitation by using env variable CPLD_ACCESSPATH=path1;path2; etc. 2000-11-07 13:50:01 +00:00
80d5b18976 changes for library description 2000-10-30 13:20:44 +00:00
93ab9400bb add staticmbloader.cxx for macosx 2000-10-10 04:41:55 +00:00
b525a3115f initial import 2000-09-18 14:29:57 +00:00