summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/olecomponent.cxx
AgeCommit message (Expand)Author
2019-10-11tdf#42949 Fix IWYU warnings in embeddedobj/Gabor Kelemen
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-01Fix typoAndrea Gelmini
2019-03-31tdf#120703 PVS: GetBitmapBits does not return required buffer sizeMike Kaganski
2018-11-07embeddedobj win32: avoid owning a lock while calling out to event listenersMiklos Vajna
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-05loplugin:flatten (clang-cl, embeddedobj)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: embeddedobj (clang-cl)Stephan Bergmann
2017-07-13OLE: show title of parent document in MSOSzymon Kłos
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-10Clean up uses of SAL_U/SAL_W: embeddedobjStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-08Add missing #includesStephan Bergmann
2017-02-01loplugin:stringconstantStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-01Typo: GetReccomendedExtent->GetRecommendedExtentJulien Nabet
2016-10-16clang-cl loplugin: embeddedobjStephan Bergmann
2016-09-23Resolves: tdf#101971 OleLoad under structured exception guardsCaolán McNamara
2016-01-25more Windows build fixesNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-01com::sun::star->css in embeddedobj/Noel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-29Catch block smells like leftover debugging codeStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in EMBEDDEDOBJ moduleNoel Grandin
2013-05-02Resolves: #i113605# missing :ReleaseStgMedium() call on STGMEDIUM objectJian Fang Zhang
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2012-09-29re-base on ALv2 code.Michael Meeks