summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen1-0/+1
2021-11-13Use o3tl::convertMike Kaganski1-11/+8
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara1-0/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in embeddedobjMike Kaganski6-96/+89
2021-10-16Fix a forgotten return of the valueMike Kaganski1-2/+1
2021-10-16Use sal::systools::COMReference and drop ComSmartMike Kaganski1-169/+37
2021-10-16Fix the copypaste errorMike Kaganski1-1/+1
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): embeddedobjStephan Bergmann2-4/+2
2021-09-29embeddedobj: add a status indicator for the Further objects dialogMiklos Vajna1-0/+25
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-1/+2
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-20/+7
2021-08-10embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna1-0/+16
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin4-31/+31
2021-07-14sfx2: handle OnMainThread=true in SfxOfficeDispatch::dispatch()Miklos Vajna1-1/+7
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann1-6/+6
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet1-3/+1
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2021-05-18loplugin:logexceptionnicely (clang-cl)Stephan Bergmann1-6/+6
2021-05-07embeddedobj: handle getting the visible area on a threadMiklos Vajna2-3/+27
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-23embeddedobj: fix lost native data when updating it via OLE fails, take 2Miklos Vajna1-0/+16
2021-04-08embeddedobj: fix lost native data when updating it via OLE failsMiklos Vajna2-0/+18
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2-2/+2
2021-03-03loplugin:refcounting (clang-cl)Stephan Bergmann4-22/+16
2021-02-02tdf#140079 Claim support for the OleEmbeddedObject::doVerb -9 fallbackCaolán McNamara1-1/+6
2021-01-12loplugin:stringview (clang-cl)Stephan Bergmann1-1/+6
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-5/+9
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-11-25Remove unused OleComponent::SetHostName aContName parameterStephan Bergmann3-4/+3
2020-11-13tdf#123936 Formatting files in module embeddedobj with clang-formatPhilipp Hofer2-11/+11
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen5-5/+1
2020-10-02Use the new single-instance="true" attribute in embeddedobjStephan Bergmann4-9/+10
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+5
2020-09-13tdf#124176 Use #pragma once in embeddedobjGeorge Bateman10-40/+10
2020-09-02Remove some unused includesMiklos Vajna2-2/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-6/+6
2020-07-22embeddedobj/msole: create instances with uno constructorsNoel Grandin15-261/+151
2020-05-20use for-range on Sequence in e*Noel Grandin5-38/+38
2020-05-08compact namespace in editeng..extensionsNoel Grandin2-5/+3
2020-04-14loplugin:flatten in embeddedobj,emfioNoel Grandin3-82/+82
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara2-3/+3
2020-01-26remove some unused local varsNoel Grandin1-2/+1
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin1-1/+1
2019-12-14Fix typoAndrea Gelmini1-4/+4
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-5/+5
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-1/+1