summaryrefslogtreecommitdiff
path: root/extensions/source/ole
AgeCommit message (Collapse)AuthorFilesLines
2003-04-11#100000# undef _DEBUG for wntmsci8Oliver Bolte1-2/+6
2003-04-04INTEGRATION: CWS mav3 (1.12.38); FILE MERGEDJens-Heiner Rechtien1-6/+10
2003/03/27 20:15:29 mav 1.12.38.2: RESYNC: (1.12-1.12.6.1); FILE MERGED 2003/03/17 14:55:49 mav 1.12.38.1: #108262# check for null pointer
2003-03-31#100000# wntmsci8 without _DEBUGOliver Bolte3-7/+16
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-3/+3
2002-10-01#103263# replaced obsolete applicat.rdb with types.rdbJörg Budischewski1-5/+2
2002-09-17#99957# uno wrapper returns DISP_E_MEMBERNOTFOUND when the flag in ↵Joachim Lingner1-2/+8
IDispatch::Invoke = 0
2002-09-13#103028# identity of COM and UNO objectsJoachim Lingner5-201/+207
2002-08-06#102081# only XInvocation is queried for XExactName and not the original UNO ↵Joachim Lingner1-8/+3
interface.
2002-06-05#99049# ActiveX from StarBasicJoachim Lingner8-310/+403
2002-02-26#97319# ActiveX components were not releasedJoachim Lingner1-4/+6
2001-12-06#92294#Joachim Lingner2-34/+30
2001-12-03#92294#Joachim Lingner4-246/+255
2001-10-2365293# no more msvcrtd.libKurt Zenker1-5/+2
2001-10-22#92189#Joachim Lingner3-10/+22
2001-10-18#92189# Bridge_GetValueObject, corrected treatment of valueobjects in VBJoachim Lingner2-9/+26
2001-09-17#92189# added Bridge_GetStruct and Bridge_GetValueObjectJoachim Lingner2-6/+10
2001-06-27#67468# Refcount of OleApplicationRegistration did not work properlyJoachim Lingner1-3/+3
2001-06-27#67468# library unloadingJoachim Lingner7-353/+196
2000-10-26convertDispparamsArgs converted VT_DISPATCH|VT_BYREF when it was an out ↵Joachim Lingner1-4/+5
parameter, unnecessary
2000-10-24createOleArrayWrapperOfDim did a wrong conversion with multidimensional arraysJoachim Lingner1-10/+12
2000-10-20IUnknownWrapper_Impl::getAttributeInfo addedJoachim Lingner2-13/+30
2000-10-20#define _WIN32_DCOM removedJoachim Lingner1-3/+2
2000-10-20OleClient_Impl::createInstanceWithArguments now delegates to ↵Joachim Lingner1-49/+3
OleClient_Impl::createInstance
2000-10-19bug in invokeWithDispIdUnoTlb prevented the use of mixed in and out parametersJoachim Lingner1-7/+7
2000-10-19some defines moved from unoobjw.cxx to this file, UnoObjectWrapperRemoteObj ↵Joachim Lingner1-3/+11
has now a DISPID member instead of a static value in GetDispIdOfNames
2000-10-19The UNO wrapper now support the _GetStruct function ( via IDispatch) wich ↵Joachim Lingner1-11/+66
delivers a certain UNO struct as IDispatch object
2000-10-19getInvocationFactory has been changed, so that it returns a local invocation ↵Joachim Lingner1-17/+57
server whenever a struct is to be converted.
2000-10-19 #include stdafx.h removed, now includes atlbase.h and has some defines from ↵Joachim Lingner1-3/+5
former stafx.h
2000-10-19Stdafx.h is not included anymore instead atl stuff is included directly + ↵Joachim Lingner1-3/+8
some defines
2000-10-19Stdafx.h and Stdafx.cpp have been removed from the projectJoachim Lingner1-5/+3
2000-10-19includes now directly atl headers instead of Stdafx.h, Stdafx.h and ↵Joachim Lingner1-3/+14
Stdafx.cpp has been removed
2000-10-17function name convertVARIANTARGS has been changed into convertDispparamsArgs ↵Joachim Lingner1-3/+3
and the function returns a HRESULT instead of a sal_Bool
2000-10-17function name convertVARIANTARGS changed to convertDispparamsArgs, return ↵Joachim Lingner1-133/+112
type of convertDispparamsArgs is now HRESULT rather than sal_Bool, convertDispparamsArgs uses XInvocation2 now to aquire type information
2000-10-17XInvocation2 type addedJoachim Lingner1-3/+4
2000-10-16some cleanupJoachim Lingner1-47/+12
2000-10-13createBridge extracted VARIANTS wrong from AnyJoachim Lingner1-4/+4
2000-10-13invokeWithDispidComTlb didn't process in parameter with VT_BYREF properlyJoachim Lingner1-3/+13
2000-10-12Sequences can now be converted into SAFEARRAYs of a specified type. ↵Joachim Lingner1-5/+312
Sequence<Sequence<..>> etc. can be converted into SAFEARRAY with multiple dimensions.
2000-10-12unused code removedJoachim Lingner2-947/+6
2000-10-12unnessecary include and unused define removedJoachim Lingner1-4/+2
2000-10-12processOutParameter removed,invokeWithDispIdComTlb handles Sequences now ↵Joachim Lingner1-44/+48
properly.
2000-10-12processOutParameter and unused code removedJoachim Lingner1-24/+5
2000-10-12Dispensable code and includes removedJoachim Lingner1-148/+2
2000-10-12oleclassw.cxx is not built currentlyJoachim Lingner1-3/+3
2000-10-05anyToVariant always returned sal_False for TypeClass_Byte, usigned short and ↵Joachim Lingner1-5/+5
unsigned long; rectified now
2000-10-05docu added to createOleObjectWrapper(IUnknown, const Type&)Joachim Lingner1-16/+22
2000-09-18initial importJens-Heiner Rechtien15-0/+9082