summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)AuthorFilesLines
2022-05-24elide some OUString allocationNoel Grandin1-6/+11
2022-05-24this data does not need to be per-objectNoel Grandin3-46/+64
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin1-5/+3
2022-05-11Fix typosAndrea Gelmini1-1/+1
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin1-3/+6
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk6-39/+195
2022-05-04Just use Any ctor instead of makeAny in embeddedobjStephan Bergmann3-6/+6
2022-05-02loplugin:stringviewStephan Bergmann1-1/+1
2022-03-21tdf#147589 In document with OLE link, don't show temp-file is in useJuergen Funk2-10/+9
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-10/+7
2022-03-02CppunitTest_embeddedobj_general: put the base class into an anon namespaceMiklos Vajna1-7/+10
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen5-4/+2
2022-01-10small cleanups to TempFile related codeNoel Grandin1-3/+2
2022-01-09Simplify some TempFile service codeNoel Grandin3-27/+20
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin1-66/+64
2021-12-18cid#1495784 Missing move assignment operatorCaolán McNamara1-5/+5
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen2-0/+2
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-2/+2
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in InterceptorNoel Grandin1-3/+3
2021-11-26sw, viewing OLE objects: also protect "common" embeded objectsMiklos Vajna3-0/+32
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 Kaganski13-249/+203
2021-10-24tdf#42982: improve UNO API error reporting4k5h1t1-2/+2
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-10-15Remove non-const Sequence::begin()/end() in internal codeMike 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-31clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-20/+7
2021-08-10embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna8-2/+128
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin1-3/+3
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin10-62/+60
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 Nabet3-11/+11
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2021-05-19loplugin:external (clang-cl)Stephan Bergmann1-0/+3
2021-05-18loplugin:logexceptionnicely (clang-cl)Stephan Bergmann1-6/+6
2021-05-07embeddedobj: handle getting the visible area on a threadMiklos Vajna8-3/+247
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-6/+6
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-04-08tdf#141529 sync linked OLE save(s) with hosting file save(s)Armin Le Grand (Allotropia)5-28/+141
2021-04-08Fix typosAndrea Gelmini1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3