summaryrefslogtreecommitdiff
path: root/extensions/source/ole/servprov.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-01Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann1-3/+0
2018-05-31Log the call to CoRegisterClassObject()Tor Lillqvist1-0/+3
2018-05-31Need to enter the AutomationInvokedZone here, tooTor Lillqvist1-0/+3
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist1-0/+16
2018-05-31Add one more #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1Tor Lillqvist1-0/+3
2018-05-31We want just one SwVbaGlobals and SwVbaApplication for all Automation clientsTor Lillqvist1-2/+2
2018-05-30Work in progress related to invoking events in Automation clientsTor Lillqvist1-1/+7
2018-05-29Provide also an ooo.vba.word.XApplication objectTor Lillqvist1-7/+29
2018-05-25IClassFactoryWrapper can go away nowTor Lillqvist1-4/+4
2018-05-22Bin dead codeTor Lillqvist1-136/+0
2018-05-21In fact it's simpler to not have m_guid fields in these two classes at allTor Lillqvist1-15/+10
2018-05-16Drop _Impl class name suffix where pointlessTor Lillqvist1-64/+64
2018-02-12Get rid of ole_adapter namespace levelTor Lillqvist1-7/+0
2018-02-12Reduce ASCII graphics and pointless comments a bitTor Lillqvist1-33/+0
2018-02-07These fields can be constTor Lillqvist1-4/+2
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-4/+4
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-4/+4
2017-08-31loplugin:constparams: extensions (clang-cl)Stephan Bergmann1-5/+5
2017-07-05loplugin:casttovoid (clang-cl): extensionsStephan Bergmann1-2/+1
2017-06-30hresult1 is unusedStephan Bergmann1-5/+1
2017-02-10Remove MinGW supportStephan Bergmann1-5/+0
2017-02-08Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-15/+3
2016-10-16clang-cl loplugin: extensionsStephan Bergmann1-32/+34
2016-06-01tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl1-5/+5
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-24-Werror,-WreorderStephan Bergmann1-3/+3
2015-10-24bogus cppcheck duplicateExpressionTernary warningCaolán McNamara1-5/+7
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann1-36/+54
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-10/+6
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-4/+4
2014-03-10extensions: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-01-29bool improvementsStephan Bergmann1-1/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-4/+0
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-17/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-02-28extensions: argh why can't that be formatted properlyMichael Stahl1-3/+4
2013-02-28extensions: m_nApplRegHandle unused nowMichael Stahl1-1/+0
2013-02-28extensions: remove code specific to oleautobridge2Michael Stahl1-22/+5
2012-12-20extensions: oleautobridge: avoid boatloads of warning C4005Michael Stahl1-11/+0
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-0/+3
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2011-12-10catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0