Rüdiger Timm
932c79141a
INTEGRATION: CWS gccfour (1.12.26); FILE MERGED
...
2005/03/10 15:27:26 cmc 1.12.26.1: #i44718# allow gcc 4.0.0 as well
2005-04-04 06:47:13 +00:00
Kurt Zenker
f346448fed
INTEGRATION: CWS impress23 (1.14.18); FILE MERGED
...
2005/01/03 11:19:00 dbo 1.14.18.2: #i38957# support for C++ bool
2004/12/29 11:57:39 dbo 1.14.18.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests
2005-01-21 15:47:52 +00:00
Kurt Zenker
b7db5731f5
INTEGRATION: CWS impress23 (1.9.68); FILE MERGED
...
2005/01/03 11:18:59 dbo 1.9.68.3: #i38957# support for C++ bool
2004/12/30 09:29:16 dbo 1.9.68.2: #i38957# forgot defines for non-exception aware code
2004/12/29 11:57:38 dbo 1.9.68.1: #i38957# added Any <<= bool, Any::get<>(), Any::has<>(), tests
2005-01-21 15:47:35 +00:00
Pascal Junck
ee4a657e5b
INTEGRATION: CWS sb22 (1.17.4); FILE MERGED
...
2004/10/18 10:37:38 sb 1.17.4.3: RESYNC: (1.17-1.18); FILE MERGED
2004/10/14 10:53:57 sb 1.17.4.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 13:53:22 sb 1.17.4.1: #i33217# Fixed @since tags.
2004-11-03 07:49:42 +00:00
Pascal Junck
a2a785ef24
INTEGRATION: CWS sb22 (1.11.10); FILE MERGED
...
2004/10/14 10:53:57 sb 1.11.10.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 13:53:22 sb 1.11.10.1: #i33217# Fixed @since tags.
2004-11-03 07:49:30 +00:00
Pascal Junck
ef0861be50
INTEGRATION: CWS tune06 (1.17.22); FILE MERGED
...
2004/10/13 12:09:05 sb 1.17.22.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
2004-10-22 09:58:53 +00:00
Rüdiger Timm
2dbfec9383
INTEGRATION: CWS sb21 (1.17.2); FILE MERGED
...
2004/08/03 10:13:44 sb 1.17.2.1: #i25687# Added missing @since tags.
2004-08-20 08:26:13 +00:00
Kurt Zenker
cf35b38539
INTEGRATION: CWS gcc340fixes01 (1.6.128); FILE MERGED
...
2004/07/02 10:01:55 sb 1.6.128.1: #i29352# Avoid problems with dependent names in templates.
2004-07-30 14:03:57 +00:00
Kurt Zenker
4c81da5781
INTEGRATION: CWS gcc340fixes01 (1.11.44); FILE MERGED
...
2004/06/04 14:51:47 fa 1.11.44.1: #i28294# recognize gcc 3.4 and new libstdc++ (.so.6)
2004-07-30 14:03:44 +00:00
Kurt Zenker
8f1c300307
INTEGRATION: CWS gcc340fixes01 (1.9.44); FILE MERGED
...
2004/07/02 09:59:21 sb 1.9.44.1: #i29352# Avoid problems with dependent names in templates.
2004-07-30 14:03:32 +00:00
Kurt Zenker
0f0dc81248
INTEGRATION: CWS gcc340fixes01 (1.18.24); FILE MERGED
...
2004/07/02 09:58:05 sb 1.18.24.1: #i29352# Avoid problems with dependent names in templates.
2004-07-30 14:03:19 +00:00
Kurt Zenker
8267cc510f
INTEGRATION: CWS gcc340fixes01 (1.21.8); FILE MERGED
...
2004/07/02 09:56:36 sb 1.21.8.1: #i29352# Avoid problems with dependent names in templates.
2004-07-30 14:03:07 +00:00
Kurt Zenker
ecce85e01f
INTEGRATION: CWS gcc340fixes01 (1.13.6); FILE MERGED
...
2004/07/02 09:54:27 sb 1.13.6.1: #i29352# Avoid problems with dependent names in templates.
2004-07-30 14:02:55 +00:00
Rüdiger Timm
7ccf95e696
INTEGRATION: CWS sb20 (1.16.12); FILE MERGED
...
2004/07/02 12:12:15 sb 1.16.12.1: #i29740# Improved constness.
2004-07-23 13:39:53 +00:00
Rüdiger Timm
4876fc55bc
INTEGRATION: CWS sb20 (1.9.56); FILE MERGED
...
2004/07/06 12:58:56 sb 1.9.56.1: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type.
2004-07-23 13:39:40 +00:00
Rüdiger Timm
f292b16eec
INTEGRATION: CWS sb20 (1.10.56); FILE MERGED
...
2004/07/06 12:58:03 sb 1.10.56.1: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type.
2004-07-23 13:39:27 +00:00
Oliver Bolte
ddc9e2c129
INTEGRATION: CWS sb18 (1.15.4); FILE MERGED
...
2004/05/18 08:31:14 sb 1.15.4.3: #i21150# Removed bBound from typelib_InterfaceAttributeTypeDescription, as it is not needed at runtime.
2004/05/13 14:18:50 sb 1.15.4.2: #i21150# Added clarifying comment.
2004/05/13 14:16:36 sb 1.15.4.1: #i21150# New functionality in cppu/typedescription.h for polymorphic struct types.
2004-06-04 02:18:44 +00:00
Oliver Bolte
d81184d0a5
INTEGRATION: CWS sb18 (1.16.68); FILE MERGED
...
2004/04/26 12:15:32 sb 1.16.68.1: #i21150# Clarified documentation.
2004-06-04 02:18:31 +00:00
Oliver Bolte
54da9e3561
INTEGRATION: CWS sb18 (1.19.4); FILE MERGED
...
2004/05/21 12:05:59 sb 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED
2004/05/18 09:54:48 sb 1.19.4.1: #i21150# Missing includes.
2004-06-04 02:18:18 +00:00
Sander Vesik
3040467b08
INTEGRATION: CWS ooo20040329 (1.7.118); FILE MERGED
...
2004/03/17 11:36:13 waratah 1.7.118.1: #i1858# add missing trailing / on a comment
2004-04-21 11:56:31 +00:00
Sander Vesik
c70f622f91
INTEGRATION: CWS ooo20040329 (1.12.36); FILE MERGED
...
2004/03/17 11:33:41 waratah 1.12.36.1: #i1858# remove trailing returns that can never happen
2004-04-21 11:56:14 +00:00
Jens-Heiner Rechtien
f854a1c9c1
INTEGRATION: CWS unopkg1 (1.17.2); FILE MERGED
...
2004/03/02 14:52:17 dbo 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED
2003/12/01 15:38:30 dbo 1.17.2.1: #112920# fixing operator <
2004-04-14 10:54:07 +00:00
Jens-Heiner Rechtien
3ef557a682
INTEGRATION: CWS unopkg1 (1.13.2); FILE MERGED
...
2004/03/02 14:52:25 dbo 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED
2003/12/01 15:38:29 dbo 1.13.2.1: #112920# fixing operator <
2004-04-14 10:53:56 +00:00
Rüdiger Timm
a21bcc95ae
INTEGRATION: CWS sb14 (1.13.6); FILE MERGED
...
2004/03/15 16:00:10 sb 1.13.6.1: #i21150# Added support for extended interface attributes.
2004-03-31 07:04:56 +00:00
Rüdiger Timm
77a5fe7b00
INTEGRATION: CWS sb14 (1.18.6); FILE MERGED
...
2004/03/04 10:49:43 sb 1.18.6.1: #i21150# Missing reinterpret_cast to disambiguate multiple-inheritance calls to acquire().
2004-03-30 15:57:54 +00:00
Oliver Bolte
43ca955591
INTEGRATION: CWS sb15 (1.13.4); FILE MERGED
...
2004/02/17 15:05:53 sb 1.13.4.1: #i25397# Fixed documentation.
2004-03-19 12:20:34 +00:00
Jens-Heiner Rechtien
39f79b1aaf
INTEGRATION: CWS sb10 (1.12.72); FILE MERGED
...
2004/01/21 09:29:34 sb 1.12.72.2: #114000# Take care of absolutely incomplete interface type descriptions, where even nMembers and nAllMembers is not yet set.
2003/12/10 08:50:07 sb 1.12.72.1: #114000# Adapted to multiple-inheritance interface types.
2004-02-03 11:16:27 +00:00
Jens-Heiner Rechtien
065c118635
INTEGRATION: CWS sb10 (1.9.86); FILE MERGED
...
2003/12/19 14:06:09 sb 1.9.86.1: #114000# Added missing include.
2004-02-03 11:15:59 +00:00
Jens-Heiner Rechtien
979d20a7cd
INTEGRATION: CWS sb10 (1.17.6); FILE MERGED
...
2003/12/18 10:38:11 sb 1.17.6.1: #114000# Added missing reinterpret_casts between XInterface and interface_type.
2004-02-03 11:15:32 +00:00
Jens-Heiner Rechtien
b8e83bbec8
INTEGRATION: CWS sb10 (1.13.6); FILE MERGED
...
2003/12/18 10:38:10 sb 1.13.6.2: #114000# Added missing reinterpret_casts between XInterface and interface_type.
2003/12/10 08:48:49 sb 1.13.6.1: #114000# Adapted to multiple-inheritance interface types.
2004-02-03 11:15:03 +00:00
Jens-Heiner Rechtien
c2570ab51d
INTEGRATION: CWS geordi2q14 (1.17.10); FILE MERGED
...
2004/01/29 15:06:49 hr 1.17.10.1: #111934#: merge CWS ooo111fix2
2004-02-02 17:18:17 +00:00
Vladimir Glazounov
20418cf05e
INTEGRATION: CWS vclcleanup02 (1.16.14); FILE MERGED
...
2003/12/04 16:15:53 mt 1.16.14.1: #i23061# Fixed gcc WAll warnings
2004-01-06 18:06:32 +00:00
Vladimir Glazounov
987c0b4364
INTEGRATION: CWS unopkg (1.1.2); FILE ADDED
...
2003/09/25 13:24:26 dbo 1.1.2.1: added binary C-UNO interface holder
2003-10-06 12:01:32 +00:00
Vladimir Glazounov
8252b4f7d9
INTEGRATION: CWS unopkg (1.16.58); FILE MERGED
...
2003/10/01 12:14:42 dbo 1.16.58.2: #112449# return statement
2003/09/25 13:26:27 dbo 1.16.58.1: added member function Reference<>::set( any const &, UnoReference_Query[Throw] )
2003-10-06 12:01:20 +00:00
Vladimir Glazounov
dbcb064fff
INTEGRATION: CWS unopkg (1.12.58); FILE MERGED
...
2003/09/25 13:26:27 dbo 1.12.58.1: added member function Reference<>::set( any const &, UnoReference_Query[Throw] )
2003-10-06 12:01:03 +00:00
Oliver Bolte
be8eee92c2
INTEGRATION: CWS cliuno01 (1.6.48); FILE MERGED
...
2003/07/24 15:19:02 dbo 1.6.48.2: - sequence reallocation fix
- more code cleanup
- test code
2003/07/23 16:39:20 dbo 1.6.48.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure
- C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure
2003-09-04 09:52:25 +00:00
Oliver Bolte
da405669ba
INTEGRATION: CWS cliuno01 (1.9.30); FILE MERGED
...
2003/06/03 13:50:26 dbo 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED
2003/04/04 09:34:33 dbo 1.9.30.1: #107130# adding UNO_LB_CLI
2003-09-04 09:52:15 +00:00
Oliver Bolte
ec8ee84f49
INTEGRATION: CWS cliuno01 (1.8.30); FILE MERGED
...
2003/09/01 16:51:52 dbo 1.8.30.1: #107130# C++ bool
2003-09-04 09:52:05 +00:00
Oliver Bolte
bce2e64145
INTEGRATION: CWS cliuno01 (1.9.30); FILE MERGED
...
2003/09/01 16:51:51 dbo 1.9.30.1: #107130# C++ bool
2003-09-04 09:51:55 +00:00
Oliver Bolte
9561d993de
INTEGRATION: CWS cliuno01 (1.14.44); FILE MERGED
...
2003/09/01 16:51:29 dbo 1.14.44.5: #107130# less code
2003/08/11 10:42:01 dbo 1.14.44.4: using bad_alloc def ctor
2003/08/08 12:43:48 dbo 1.14.44.3: RESYNC: (1.14-1.15); FILE MERGED
2003/07/24 15:19:00 dbo 1.14.44.2: - sequence reallocation fix
- more code cleanup
- test code
2003/07/23 16:39:19 dbo 1.14.44.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure
- C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure
2003-09-04 09:51:45 +00:00
Oliver Bolte
b67a582a08
INTEGRATION: CWS cliuno01 (1.14.44); FILE MERGED
...
2003/07/24 15:18:59 dbo 1.14.44.2: - sequence reallocation fix
- more code cleanup
- test code
2003/07/23 16:39:19 dbo 1.14.44.1: - fixing cppu core sequence routines returning 0 handle upon memory allocation failure
- C++ Sequence<> throws ::std::bad_alloc upon memory allocation failure
2003-09-04 09:51:35 +00:00
Oliver Bolte
1f7a51ac58
INTEGRATION: CWS cliuno01 (1.11.30); FILE MERGED
...
2003/08/08 07:00:43 dbo 1.11.30.1: adding >>=, ==, makeAny() for C++ bool
2003-09-04 09:51:25 +00:00
Oliver Bolte
f7b3d2b504
INTEGRATION: CWS cliuno01 (1.8.30); FILE MERGED
...
2003/08/08 07:00:42 dbo 1.8.30.1: adding >>=, ==, makeAny() for C++ bool
2003-09-04 09:51:16 +00:00
Jens-Heiner Rechtien
9ecb01436c
INTEGRATION: CWS ooo11rc2 (1.15.14); FILE MERGED
...
2003/07/14 14:29:55 fa 1.15.14.1: Generalize the CPPU_GCC3_ALIGN define for all gcc 3 platforms instead
of explicitly specifying all of them.
http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16631
Dan
fa@ooo
2003-07-16 16:38:25 +00:00
Vladimir Glazounov
41850a2999
INTEGRATION: CWS mh11rc (1.14.54); FILE MERGED
...
2003/06/05 08:24:21 dbo 1.14.54.1: #i11781# compiler warnings
2003-06-12 09:33:29 +00:00
Jens-Heiner Rechtien
68467be45d
INTEGRATION: CWS ooo20030412 (1.9.26); FILE MERGED
...
2003/04/14 15:58:52 mh 1.9.26.1: chg: for gcc 3.3, #i13400#
2003-04-28 15:26:36 +00:00
Jens-Heiner Rechtien
5311ead3c2
INTEGRATION: CWS ooo20030412 (1.13.4.1.10); FILE MERGED
...
2003/04/11 09:07:43 mh 1.13.4.1.10.1: join: from ooo11beta
2003-04-28 15:26:28 +00:00
Jens-Heiner Rechtien
31bf9f8309
MWS_SRX644: migrate branch mws_srx644 -> HEAD
2003-03-19 15:55:44 +00:00
Daniel Boelzle
8d5c215bb5
#104367# some fixes for 64 bit
2002-10-23 09:40:57 +00:00
Martin Hollmichel
833fd36218
join: from SRX643_OO, #103821#
2002-10-02 12:23:16 +00:00