Joachim Lingner
|
476acefcb3
|
#define _WIN32_DCOM removed
|
2000-10-20 10:29:39 +00:00 |
|
Joachim Lingner
|
09f7be7f29
|
OleClient_Impl::createInstanceWithArguments now delegates to OleClient_Impl::createInstance
|
2000-10-20 10:28:16 +00:00 |
|
Joachim Lingner
|
eee529cb39
|
bug in invokeWithDispIdUnoTlb prevented the use of mixed in and out parameters
|
2000-10-19 12:22:20 +00:00 |
|
Joachim Lingner
|
6801d3a45d
|
*** empty log message ***
|
2000-10-19 10:17:03 +00:00 |
|
Joachim Lingner
|
151fb37105
|
some defines moved from unoobjw.cxx to this file, UnoObjectWrapperRemoteObj has now a DISPID member instead of a static value in GetDispIdOfNames
|
2000-10-19 10:13:17 +00:00 |
|
Joachim Lingner
|
bbe5c0e00f
|
The UNO wrapper now support the _GetStruct function ( via IDispatch) wich delivers a certain UNO struct as IDispatch object
|
2000-10-19 10:09:19 +00:00 |
|
Joachim Lingner
|
8476000c75
|
getInvocationFactory has been changed, so that it returns a local invocation server whenever a struct is to be converted.
|
2000-10-19 10:05:55 +00:00 |
|
Joachim Lingner
|
81c1f89470
|
#include stdafx.h removed, now includes atlbase.h and has some defines from former stafx.h
|
2000-10-19 10:00:15 +00:00 |
|
Joachim Lingner
|
d4d2e72577
|
Stdafx.h is not included anymore instead atl stuff is included directly + some defines
|
2000-10-19 09:57:52 +00:00 |
|
Joachim Lingner
|
699b104999
|
Stdafx.h and Stdafx.cpp have been removed from the project
|
2000-10-19 09:54:04 +00:00 |
|
Joachim Lingner
|
f2ee7262af
|
includes now directly atl headers instead of Stdafx.h, Stdafx.h and Stdafx.cpp has been removed
|
2000-10-19 09:51:09 +00:00 |
|
Joachim Lingner
|
181d49947d
|
function name convertVARIANTARGS has been changed into convertDispparamsArgs and the function returns a HRESULT instead of a sal_Bool
|
2000-10-17 08:13:19 +00:00 |
|
Joachim Lingner
|
c5c6f770a0
|
function name convertVARIANTARGS changed to convertDispparamsArgs, return type of convertDispparamsArgs is now HRESULT rather than sal_Bool, convertDispparamsArgs uses XInvocation2 now to aquire type information
|
2000-10-17 08:12:07 +00:00 |
|
Joachim Lingner
|
9c87d6e2c8
|
XInvocation2 type added
|
2000-10-17 08:04:28 +00:00 |
|
csaba
|
bf42cb13d5
|
mhids in if-condition with BUILD_SOSL
|
2000-10-16 13:52:49 +00:00 |
|
Joachim Lingner
|
d549befd9f
|
some cleanup
|
2000-10-16 11:56:07 +00:00 |
|
Joachim Lingner
|
823ea8ca2e
|
*** empty log message ***
|
2000-10-16 11:48:37 +00:00 |
|
Joachim Lingner
|
b44f728d49
|
MfcControlCtl.cpp
|
2000-10-16 11:48:07 +00:00 |
|
Joachim Lingner
|
411473ad8a
|
*** empty log message ***
|
2000-10-13 14:48:23 +00:00 |
|
Joachim Lingner
|
57c7e9e369
|
adding means for hosting MFC ActiveX controls
|
2000-10-13 14:35:00 +00:00 |
|
Joachim Lingner
|
4297babd82
|
*** empty log message ***
|
2000-10-13 14:33:28 +00:00 |
|
Joachim Lingner
|
9eac0a7f60
|
createBridge extracted VARIANTS wrong from Any
|
2000-10-13 14:27:56 +00:00 |
|
Joachim Lingner
|
f2e1497832
|
invokeWithDispidComTlb didn't process in parameter with VT_BYREF properly
|
2000-10-13 14:26:06 +00:00 |
|
Joachim Lingner
|
57c58419cb
|
remarks added
|
2000-10-12 13:55:07 +00:00 |
|
Joachim Lingner
|
8222e4dd4b
|
changed the ServiceManager name to com.sun.star.ServiceManager
|
2000-10-12 13:29:52 +00:00 |
|
Joachim Lingner
|
33486dbf28
|
remarks
|
2000-10-12 13:29:02 +00:00 |
|
Joachim Lingner
|
5f429667b9
|
*** empty log message ***
|
2000-10-12 12:19:04 +00:00 |
|
Joachim Lingner
|
5840ee38df
|
Sequences can now be converted into SAFEARRAYs of a specified type. Sequence<Sequence<..>> etc. can be converted into SAFEARRAY with multiple dimensions.
|
2000-10-12 12:15:53 +00:00 |
|
Joachim Lingner
|
19840d6f75
|
unused code removed
|
2000-10-12 12:09:12 +00:00 |
|
Joachim Lingner
|
083368eca0
|
unnessecary include and unused define removed
|
2000-10-12 12:04:03 +00:00 |
|
Joachim Lingner
|
42a633e1d2
|
processOutParameter removed,invokeWithDispIdComTlb handles Sequences now properly.
|
2000-10-12 12:02:20 +00:00 |
|
Joachim Lingner
|
82e6f6227e
|
processOutParameter and unused code removed
|
2000-10-12 11:58:27 +00:00 |
|
Joachim Lingner
|
5513e963c4
|
Dispensable code and includes removed
|
2000-10-12 11:50:08 +00:00 |
|
Joachim Lingner
|
e95b2bbd28
|
oleclassw.cxx is not built currently
|
2000-10-12 11:48:57 +00:00 |
|
Joachim Lingner
|
6b518cfbeb
|
*** empty log message ***
|
2000-10-05 13:46:14 +00:00 |
|
Joachim Lingner
|
8869a807a3
|
added explanation
|
2000-10-05 13:40:41 +00:00 |
|
Joachim Lingner
|
ec5fada573
|
changing compiler include path because atl has moved to a different project
|
2000-10-05 13:34:14 +00:00 |
|
Joachim Lingner
|
7187df80ce
|
anyToVariant always returned sal_False for TypeClass_Byte, usigned short and unsigned long; rectified now
|
2000-10-05 10:03:39 +00:00 |
|
Joachim Lingner
|
35dfc96db4
|
docu added to createOleObjectWrapper(IUnknown, const Type&)
|
2000-10-05 08:30:23 +00:00 |
|
Patrick Luby
|
52efb21b60
|
Added initialization of static data members for template classes for Mac OS X
|
2000-09-28 03:20:24 +00:00 |
|
Nils Fuhrmann
|
8e5c027d7b
|
Merge SRC605: 09/27/00 - 22:27:07 (NoBranch)
|
2000-09-27 19:28:25 +00:00 |
|
Nils Fuhrmann
|
12417f4b78
|
Merge SRC605: 09/27/00 - 22:26:17 (NoBranch)
|
2000-09-27 19:27:33 +00:00 |
|
Nils Fuhrmann
|
c84c005959
|
Merge SRC605: 09/27/00 - 22:25:28 (NoBranch)
|
2000-09-27 19:26:44 +00:00 |
|
Nils Fuhrmann
|
9c2173bc16
|
Merge SRC605: 27.09.00 - 22:24:49 (NoBranch)
|
2000-09-27 19:26:16 +00:00 |
|
Nils Fuhrmann
|
6796ea95a4
|
Merge SRC605: 09/27/00 - 22:24:40 (NoBranch)
|
2000-09-27 19:25:56 +00:00 |
|
Nils Fuhrmann
|
25c58a4c34
|
Merge SRC605: 27.09.00 - 22:24:02 (NoBranch)
|
2000-09-27 19:25:29 +00:00 |
|
Hans-Joachim Lankenau
|
8e8f530128
|
del: old stuff
|
2000-09-18 22:52:13 +00:00 |
|
Jens-Heiner Rechtien
|
95117e7fef
|
initial import
|
2000-09-18 15:18:56 +00:00 |
|