Commit Graph

77 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
eeaa2ecd1e remove unused component_canUnload functions
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
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
2d9ce9191d Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)
...which is a confusing overload with unexpectedly different semantics from the
one-parameter form.  In preparation of marking it as deprecated.

Change-Id: I4f176995546ae583fc570d770647ffc315eecc75
2013-03-20 13:05:35 +01:00
ed316fc677 osl_atomic_increment/decrement are macros
Change-Id: I3a294c5c800597f3b17395e1e02944f5279e3753
2013-02-21 17:01:38 +01: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
e1e308bc45 Remove support for UNO_AC* bootstrap variables
...they had effectively never been used.

Change-Id: I514f2b844661e144cef758eb3ce7c4607ffad635
2013-01-16 11:39:03 +01:00
750fc20611 replace remaining InterlockedCount() with inlined version
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-25 01:55:38 +00:00
3a53ddf0a2 re-base on ALv2 code. 2012-06-29 11:13:58 +01:00
2c757293b8 reduce static_initialization_and_destruction chain
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-25 14:19:03 +01:00
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
8512e5c2b3 reduce static_initialization_and_destruction chain
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-16 12:04:10 +01:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
743f22045c 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 15:07:41 +02:00
59c0f8f452 merge origin/master 2012-04-01 12:21:00 +02:00
d2097ad456 gbuildize stoc 2012-03-12 11:42:50 +01:00
7be0cc289d A few safe replacements of pathes->paths 2012-02-01 14:43:37 +01:00
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
2ca0ab44b4 Clang -Wunused-variable. 2012-01-15 22:55:08 +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
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
c1abc2ec9e fix up 2011-06-01 15:35:10 +01:00
d0c187cc8c OSL_TRACE: Use format string 2011-03-12 14:19:49 +01:00
adc6fe00e3 Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:19:48 +01:00
030633cd53 moving the rest of ure repository to boost unordered containers 2011-02-04 00:28:23 +01:00
9eda1ec830 equalsAsciiL faster than equals 2011-01-16 15:41:23 +00:00
36e2296bf8 Replace all occured, occurance etc. 2010-12-06 09:16:29 +00:00
849779db91 remove empty method 2010-11-25 12:02:13 +00:00
9e8d4006b0 #i112929# unused s_semi 2010-11-04 13:01:39 +00:00
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +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
68d23b4842 move some uno::Sequences to ensure a safer deterministic shutdown order 2010-10-12 13:56:53 +01: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
4ca5c503bc CWS-TOOLING: integrate CWS jsc311 2008-10-01 08:05:58 +00:00
23b81fb6ed INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED
2008/03/31 07:26:12 rt 1.4.12.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:52:23 +00:00
a0465afc6d INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED
2008/03/31 07:26:12 rt 1.10.56.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:52:05 +00:00
23afeb036d INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED
2008/03/31 07:26:12 rt 1.7.10.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:51:44 +00:00
9fb50448e0 INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED
2008/03/31 07:26:12 rt 1.4.90.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:51:25 +00:00
6be77c34b7 INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED
2008/03/31 07:26:12 rt 1.8.12.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:51:07 +00:00
9d4ad545b2 INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED
2008/03/31 07:26:12 rt 1.11.12.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:50:47 +00:00
dad73ed4f8 INTEGRATION: CWS sb76 (1.3.80); FILE MERGED
2007/08/31 11:01:54 sb 1.3.80.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-09-27 12:01:35 +00:00
97b99a8bb4 INTEGRATION: CWS sb76 (1.6.56); FILE MERGED
2007/08/31 11:01:54 sb 1.6.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-09-27 12:01:22 +00:00
73f27a78d6 INTEGRATION: CWS sb76 (1.7.46); FILE MERGED
2007/08/31 11:01:54 sb 1.7.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-09-27 12:01:08 +00:00
54379f983b INTEGRATION: CWS sb76 (1.10.34); FILE MERGED
2007/08/31 11:01:54 sb 1.10.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-09-27 12:00:53 +00:00
ef16933aff INTEGRATION: CWS pj65 (1.9.8); FILE MERGED
2006/10/24 06:49:59 pjanik 1.9.8.1: #i70659#: Prevent warnings on Mac OS X.
2006-11-21 16:25:34 +00:00
0b9febaf6b INTEGRATION: CWS pchfix02 (1.9.10); FILE MERGED
2006/09/01 17:41:17 kaib 1.9.10.1: #i68856# Added header markers and pch files
2006-09-16 16:36:27 +00:00
cdfb84ffcd INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED
2006/09/01 17:41:16 kaib 1.6.10.1: #i68856# Added header markers and pch files
2006-09-16 16:36:04 +00:00