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
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
9d7c1dcbbb
re-base on ALv2 code. Includes:
...
Patches contributed by Ocke Janssen
converted reportdesign.
http://svn.apache.org/viewvc?view=revision&revision=1396797
http://svn.apache.org/viewvc?view=revision&revision=1394326
Patch contributed by Oliver Rainer-Wittmann
sw34bf06: #i117783# - Writer's implementation of XPagePrintable -
apply print settings to new printing routines
http://svn.apache.org/viewvc?view=revision&revision=1172115
2012-12-06 09:12:57 +00:00
b6831de354
sal_Bool->bool in testtools
...
Change-Id: I716c0a08565e874bcb0667e72ed5261231a4743d
2012-10-04 21:29:34 +02:00
99bf0c318b
add a uno test api with more than 8 floating point args
...
I'm a cruel person, i.e. this targets the TODO of
dab11f7fe2a2fa4155e4c4feaa5fc54e57cfbd37 in
bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx
2012-02-17 12:21:36 +00:00
7c704c78d3
Removed some unused parameters; added SAL_UNUSED_PARAMETER.
...
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
3c9d6bdbc6
remove include of pch header from testtools
2011-11-27 13:25:25 -06:00
bf1f0183d5
Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64).
2011-10-18 23:10:56 +02:00
50205b9d19
Remove component_getImplementationEnvironment
2011-07-12 12:26:18 +02:00
a27728407e
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 15:28:34 +02:00
f2574337db
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
smoketestdoc/com/sun/star/comp/smoketest/makefile.mk
smoketestdoc/data/Global.xml
smoketestdoc/data/OptionsDlg.xml
smoketestdoc/data/Test_10er.xml
smoketestoo_native/data/content.xml
smoketestoo_native/makefile.mk
2011-03-23 16:59:41 +01:00
8c59580b88
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
...
Conflicts:
smoketestoo_native/data/Global.xml
smoketestoo_native/data/OptionsDlg.xml
smoketestoo_native/data/Test_10er.xml
smoketestoo_native/data/content.xml
smoketestoo_native/smoketest.cxx
test/source/cpp/getargument.cxx
test/source/cpp/officeconnection.cxx
testautomation/framework/optional/includes/basic_vba-compat_security_check.inc
testautomation/framework/optional/includes/filedlg_cjk_folders.inc
testautomation/global/sid/all.sid
testautomation/global/sid/bars.sid
testautomation/global/sid/e_all.sid
testautomation/global/win/bars.win
testautomation/graphics/optional/includes/impress/i_slideshow2.inc
testautomation/graphics/optional/includes/impress/i_slideshow3.inc
testtools/source/bridgetest/bridgetest.cxx
testtools/source/bridgetest/constructors.cxx
testtools/source/bridgetest/makefile.mk
testtools/source/bridgetest/testComponent.component
2011-03-11 11:35:29 +00:00
e62f74cabe
Remove "using namespace ::rtl"
2011-03-02 20:52:59 +01:00
af11933256
Update from master repository (DEV300_m98).
2011-01-27 18:16:28 +01:00
2edaed16dd
sb135: #i116045# removed performQueryForUnknownType; cleaned up
2010-12-10 13:55:39 +01:00
2cc93b0ba3
add three byte structure return test for the MacOSX/BSD quirk
2010-12-09 11:22:47 +00:00
85cc920f24
add a Mixed Float And Integer struct return test
2010-12-09 11:19:10 +00:00
c88463b812
add a twoFloats return test
2010-12-09 11:13:27 +00:00
ebedefd60e
rename AllFloats test to FourFloats
2010-12-09 10:40:52 +00:00
f402b2f5af
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-13 10:58:05 +02:00
06c8703f6c
sb129: #i113189# change UNO components to use passive registration
2010-09-10 13:10:07 +02:00
284bb120a9
Update from master repository (DEV300_m82).
2010-06-18 19:00:23 +02:00
7d8d20ca7e
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
a24c356d4b
cmcfixes68: #i107182# ppc fix argument passing in a rare case
2009-12-01 11:43:22 +00:00
f37b1b41a8
#i105680# add SAL_CALL
2009-10-11 09:52:54 +00:00
52da3422e4
#i105680# add struct returning bridge tests and run them during the build
2009-10-08 09:55:10 +00:00
7dfb222c1d
INTEGRATION: CWS changefileheader (1.14.44); FILE MERGED
...
2008/04/01 16:00:26 thb 1.14.44.2: #i85898# Stripping all external header guards
2008/03/31 07:26:28 rt 1.14.44.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:24:59 +00:00
ff56e9f1d9
INTEGRATION: CWS sb23 (1.12.10); FILE MERGED
...
2006/11/08 15:46:42 sb 1.12.10.1: #88601# Current context testing.
2006-12-01 13:44:53 +00:00
3da118aa81
INTEGRATION: CWS hr33 (1.9.2); FILE MERGED
...
2006/11/07 12:48:30 hr 1.9.2.2: RESYNC: (1.9-1.12); FILE MERGED
2006/05/02 16:54:43 hr 1.9.2.1: #i10000#: clean up license header
2006-11-22 09:38:12 +00:00
e3bf7aebd1
INTEGRATION: CWS obo05 (1.10.14); FILE MERGED
...
2006/09/08 07:27:01 dbo 1.10.14.1: #i53611# added leak guards
2006-09-25 11:47:43 +00:00
d4433177ea
INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED
...
2006/09/01 17:53:58 kaib 1.10.10.1: #i68856# Added header markers and pch files
2006-09-16 12:37:27 +00:00
7651cd66af
INTEGRATION: CWS warnings01 (1.7.22); FILE MERGED
...
2006/04/07 19:41:21 sb 1.7.22.2: RESYNC: (1.7-1.9); FILE MERGED
2005/10/31 16:16:23 sb 1.7.22.1: #i53898# Made code warning-free.
2006-06-19 22:13:09 +00:00
0f299e4482
INTEGRATION: CWS jl31 (1.8.2); FILE MERGED
...
2006/02/20 15:50:33 sb 1.8.2.2: #i62339# Enabled previously commented-out test (now that the test should work).
2006/02/08 10:21:17 jl 1.8.2.1: #61436# extending tests for generated service classes
2006-03-09 09:46:10 +00:00
7d4be30e2f
INTEGRATION: CWS sb46 (1.7.32); FILE MERGED
...
2006/01/13 11:58:39 sb 1.7.32.1: #i60341# Test service constructors.
2006-01-26 16:40:24 +00:00
445091f200
INTEGRATION: CWS sb28 (1.6.24); FILE MERGED
...
2005/01/04 14:13:54 sb 1.6.24.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.
2005-01-18 12:28:03 +00:00
51abd6ec27
INTEGRATION: CWS sb21 (1.5.10); FILE MERGED
...
2004/08/06 14:05:39 sb 1.5.10.1: #i32151# Added check on bad enum (first member != 0); adapted test to no longer use forbidden unsigned hyper as type argument.
2004-08-20 08:15:56 +00:00
edec8f5e0f
INTEGRATION: CWS sb18 (1.4.16); FILE MERGED
...
2004/06/01 13:25:33 sb 1.4.16.6: #i21150# Work around MS compiler bug that default-initialized primitive class members are left uninitialized.
2004/05/21 10:09:34 sb 1.4.16.5: #i21150# Extended multiple inheriance tests.
2004/05/19 14:31:50 sb 1.4.16.4: #i21150# Added (very fundamental) multiple inheritance tests.
2004/05/14 11:05:44 sb 1.4.16.3: #i21150# Made testing of polymorphic struct types more thorough.
2004/05/12 15:06:30 sb 1.4.16.2: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time).
2004/05/12 11:21:51 sb 1.4.16.1: #i21150# Missing includes.
2004-06-03 14:00:42 +00:00
58abecd3da
INTEGRATION: CWS unopkg (1.3.4); FILE MERGED
...
2003/09/29 13:17:19 dbo 1.3.4.3: #112449# tests
2003/09/26 15:02:40 dbo 1.3.4.2: #112449#
2003/09/26 13:10:56 dbo 1.3.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;
2003-10-06 11:58:59 +00:00
87d6502d07
INTEGRATION: CWS cliuno01 (1.2.24); FILE MERGED
...
2003/07/04 06:44:55 jl 1.2.24.3: *** empty log message ***
2003/06/05 13:31:27 dbo 1.2.24.2: #107130# fixing tests
2003/04/11 17:15:20 dbo 1.2.24.1: #107130# CLI tests
2003-09-04 08:16:29 +00:00
3c3feccb81
#104312# extended tests
2002-11-27 09:07:33 +00:00
82974c64ce
moved from grande to openoffice
2001-05-04 06:05:18 +00:00