summaryrefslogtreecommitdiff
path: root/extensions/source/ole/oleobjw.cxx
AgeCommit message (Expand)Author
2019-11-08loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-23loplugin:bufferadd (clang-cl)Stephan Bergmann
2019-09-01Fix '..'Andrea Gelmini
2019-05-25Fix typosAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-12-12"functionor" to "function or", and added missing quotehimajin100000
2018-08-04Fix typosAndrea Gelmini
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
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-12Get rid of a few unused or once-used typedefsTor Lillqvist
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-01loplugin:flatten (clang-cl, extensions)Stephan Bergmann
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-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-03loplugin:oncevar (clang-cl): extensionsStephan Bergmann
2017-07-03loplugin:sallogareas (clang-cl)Stephan Bergmann
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert extensions module away from OSL_ASSERT to assertChris Sherlock
2017-04-05css::uno::TypeClass vs. typelib_TypeClass mismatchStephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-08Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-21Adapt Windows-only code to deletion of the "Any-to-Any" specializatiosStephan Bergmann
2016-10-16clang-cl loplugin: extensionsStephan Bergmann
2016-06-01tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl
2016-02-28Ole: Fix WaEDavid Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-24-Werror,-Wunused-local-typedefStephan Bergmann
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann
2015-11-24-Werror,-Wenum-compareStephan Bergmann
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-24-Werror,-Wmicrosoft-exception-specStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-28Bin a few leftover (?) stderr printoutsTor Lillqvist
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-03Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe