summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)Author
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-10small cleanups to TempFile related codeNoel Grandin
2022-01-09Simplify some TempFile service codeNoel Grandin
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-18cid#1495784 Missing move assignment operatorCaolán McNamara
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in InterceptorNoel Grandin
2021-11-26sw, viewing OLE objects: also protect "common" embeded objectsMiklos Vajna
2021-11-13Use o3tl::convertMike Kaganski
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara
2021-10-30Prepare for removal of non-const operator[] from Sequence in embeddedobjMike Kaganski
2021-10-24tdf#42982: improve UNO API error reporting4k5h1t
2021-10-16Fix a forgotten return of the valueMike Kaganski
2021-10-16Use sal::systools::COMReference and drop ComSmartMike Kaganski
2021-10-16Fix the copypaste errorMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): embeddedobjStephan Bergmann
2021-09-29embeddedobj: add a status indicator for the Further objects dialogMiklos Vajna
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-10embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-07-14sfx2: handle OnMainThread=true in SfxOfficeDispatch::dispatch()Miklos Vajna
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann
2021-05-19loplugin:external (clang-cl)Stephan Bergmann
2021-05-18loplugin:logexceptionnicely (clang-cl)Stephan Bergmann
2021-05-07embeddedobj: handle getting the visible area on a threadMiklos Vajna
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-23embeddedobj: fix lost native data when updating it via OLE fails, take 2Miklos Vajna
2021-04-08embeddedobj: fix lost native data when updating it via OLE failsMiklos Vajna
2021-04-08tdf#141529 sync linked OLE save(s) with hosting file save(s)Armin Le Grand (Allotropia)
2021-04-08Fix typosAndrea Gelmini
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-07tdf#141528 ensure that reset of linked state is executedArmin Le Grand (Allotropia)
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-20use unique_ptr in OCommonEmbeddedObjectNoel Grandin
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-03loplugin:refcounting (clang-cl)Stephan Bergmann
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-02-02tdf#140079 Claim support for the OleEmbeddedObject::doVerb -9 fallbackCaolán McNamara
2021-01-12loplugin:stringview (clang-cl)Stephan Bergmann
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek
2021-01-07tdf#42982 Improved UNO API error reportinghomeboy445