summaryrefslogtreecommitdiff
path: root/extensions/source/ole
AgeCommit message (Expand)AuthorFilesLines
2003-04-15INTEGRATION: CWS dbgmacros1 (1.9.72); FILE MERGEDVladimir Glazounov1-2/+2
2003-04-15INTEGRATION: CWS dbgmacros1 (1.10.68); FILE MERGEDVladimir Glazounov1-3/+3
2003-04-15INTEGRATION: CWS dbgmacros1 (1.4.72); FILE MERGEDVladimir Glazounov1-3/+3
2003-04-15INTEGRATION: CWS dbgmacros1 (1.2.108); FILE MERGEDVladimir Glazounov1-7/+3
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-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 IDispatch:...Joachim Lingner1-2/+8
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
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 param...Joachim Lingner1-4/+5
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 OleClient_Impl::...Joachim Lingner1-49/+3
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 h...Joachim Lingner1-3/+11
2000-10-19The UNO wrapper now support the _GetStruct function ( via IDispatch) wich del...Joachim Lingner1-11/+66
2000-10-19getInvocationFactory has been changed, so that it returns a local invocation ...Joachim Lingner1-17/+57
2000-10-19 #include stdafx.h removed, now includes atlbase.h and has some defines from ...Joachim Lingner1-3/+5
2000-10-19Stdafx.h is not included anymore instead atl stuff is included directly + som...Joachim Lingner1-3/+8
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 Stdafx.cp...Joachim Lingner1-3/+14
2000-10-17function name convertVARIANTARGS has been changed into convertDispparamsArgs ...Joachim Lingner1-3/+3
2000-10-17function name convertVARIANTARGS changed to convertDispparamsArgs, return typ...Joachim Lingner1-133/+112
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. Sequence<...Joachim Lingner1-5/+312
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 prop...Joachim Lingner1-44/+48
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
2000-10-05docu added to createOleObjectWrapper(IUnknown, const Type&)Joachim Lingner1-16/+22