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