summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Avoid deadlockMike Kaganski1-1/+2
2024-10-14Avoid deadlock because of recursive lockMike Kaganski1-1/+5
2024-08-22Make OleEmbeddedObject locking stricterMike Kaganski1-2/+2
2024-08-14Unlock the mutex to avoid deadlockMike Kaganski1-3/+4
2024-04-04Use osl::ResettableMutexGuardScopedReleaser instead of ad-hoc guardsMike Kaganski1-15/+1
2024-03-19Release the mutex when calling the OLE methodMike Kaganski1-0/+11
2024-03-13Introduce a guard to delay processing of idlesMike Kaganski1-1/+2
2024-03-11Reimplement OleComponentNative_Impl to use IGlobalInterfaceTableMike Kaganski1-0/+14
2023-12-29add some more libraries to libmergedNoel Grandin3-4/+14
2023-12-21make use of toplevel docmodel's UserAllowsLinkUpdate propertyCaolán McNamara1-0/+2
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-04-14add a route to get writer Floating Frame links under 'manage links'Caolán McNamara1-0/+6
2023-04-13extract a OCommonEmbeddedObject::SetInplaceActiveState for reuseCaolán McNamara1-0/+3
2023-04-03set a parent for embedded object warning dialogCaolán McNamara1-0/+3
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-6/+1
2022-12-22loplugin:unocast (css::embed::EmbeddedUpdate)Stephan Bergmann1-1/+6
2022-06-21clang-tidy modernize-pass-by-value in embeddedobjNoel Grandin3-6/+6
2022-05-24this data does not need to be per-objectNoel Grandin1-2/+0
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk2-0/+39
2021-11-26sw, viewing OLE objects: also protect "common" embeded objectsMiklos Vajna1-0/+5
2021-10-30Prepare for removal of non-const operator[] from Sequence in embeddedobjMike Kaganski1-1/+1
2021-08-10embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna4-2/+32
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin3-12/+8
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-3/+3
2021-04-08tdf#141529 sync linked OLE save(s) with hosting file save(s)Armin Le Grand (Allotropia)1-1/+6
2021-03-20use unique_ptr in OCommonEmbeddedObjectNoel Grandin1-1/+2
2021-03-03loplugin:refcounting (clang-cl)Stephan Bergmann1-3/+3
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-09-13tdf#124176 Use #pragma once in embeddedobjGeorge Bateman9-36/+9
2020-07-22embeddedobj/msole: create instances with uno constructorsNoel Grandin1-4/+5
2020-07-22embeddedobj/util: create instances with uno constructorsNoel Grandin1-9/+0
2020-05-08compact namespace in editeng..extensionsNoel Grandin2-4/+4
2020-05-07m_aVerbTable can be a std::mapNoel Grandin1-1/+2
2019-10-11tdf#42949 Fix IWYU warnings in embeddedobj/Gabor Kelemen2-9/+0
2019-09-26loplugin:constmethod in embeddedobj..extensionsNoel Grandin2-2/+2
2019-05-22Fix typoAndrea Gelmini1-2/+2
2018-11-15Fix typoAndrea Gelmini1-1/+1
2018-11-14sw: fix modification of ole obj native data during HTML importMiklos Vajna1-1/+9
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-30sw HTML filter: handle embedded ODF content in xhtml/reqif modeMiklos Vajna1-0/+4
2018-05-30embeddedobj: document OCommon/DummyEmbeddedObjectMiklos Vajna2-0/+8
2018-05-07loplugin:useuniqueptr in OleEmbeddedObjectNoel Grandin1-1/+2
2018-03-23sw XHTML import: support OLE2-in-RTF objectsMiklos Vajna1-1/+6
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin2-2/+2
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-3/+3
2017-07-18Embedded documents: show title in menu entriesSzymon Kłos1-1/+6
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+1
2017-07-13tdf#108545 tdf#108544: DOCX, XLSX embedded in DOCSzymon Kłos1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-542/+188