summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-26sw, viewing OLE objects: also protect "common" embeded objectsMiklos Vajna4-0/+42
2021-11-26sw: allow viewing OLE objects in protected sectionsMiklos Vajna10-9/+114
2021-10-19sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna5-1/+72
2021-10-08tdf#134298 sw: layout: remove left-over page frame without contentMichael Stahl5-40/+108
2021-10-08(related tdf#134298) sw: layout: avoid infinite loop in InternalAction()Michael Stahl1-8/+12
2021-10-08tdf#138039 tdf#134298 sw: layout: fix overlap of fly and tableMichael Stahl3-3/+57
2021-09-10ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna4-12/+108
2021-09-03sfx2: allow storeAsURL() on the main threadMiklos Vajna1-1/+10
2021-08-11embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna8-2/+128
2021-06-16sw XHTML/reqif export, OLE data for transparent images: avoid black backgroundMiklos Vajna3-2/+54
2021-06-15when converting WMF to WMF, simply do a direct copyLuboš Luňák3-0/+83
2021-06-15drop EMF+ also when converting WMF, not just EMFLuboš Luňák5-6/+17
2021-05-31sw XHTML / reqif export, RTF markup of images: write OLE1 presentation dataMiklos Vajna2-17/+43
2021-05-28sw XHTML / reqif export, RTF markup of images: write objdataMiklos Vajna4-7/+79
2021-05-28sw XHTML / reqif export, RTF markup of images: write WMF in \pictMiklos Vajna2-38/+58
2021-05-14sw XHTML export: fix <blockquote> with no-margin to not have character childrenMiklos Vajna2-2/+34
2021-05-14sw XHTML export: fix handling of list labelsMiklos Vajna2-1/+98
2021-05-12embeddedobj: handle getting the visible area on a threadMiklos Vajna11-3/+324
2021-04-30sw html/reqif export: fix size of presentation data for "real" OLE2 embeddingMiklos Vajna3-2/+37
2021-04-29framework: allow loading a component on the main thread, using XDesktopMiklos Vajna1-1/+20
2021-04-23embeddedobj: fix lost native data when updating it via OLE fails, take 2Miklos Vajna1-0/+16
2021-04-22tdf#136133: AppendInfoBar can return nullJulien Nabet1-11/+16
2021-04-16sw html/reqif export: fix size of embedded objectMiklos Vajna5-5/+48
2021-04-15vcl: improve EMF+ -> WMF conversionMiklos Vajna10-4/+99
2021-04-09embeddedobj: fix lost native data when updating it via OLE failsMiklos Vajna3-0/+27
2021-04-07CppunitTest_sw_uibase_uno: remove not needed reference to swqahelperMiklos Vajna1-1/+0
2021-03-31sw: fix heap-use-after-free in the UnoActionContext dtorMiklos Vajna4-0/+115
2021-03-25sw reqif-xhtml export: fix unexpected height for <td>Miklos Vajna2-0/+39
2021-03-25Also retry when calling IDataObject::EnumFormatEtcMike Kaganski1-1/+3
2021-03-18sw reqif-xhtml export: make sure OLE1 preview is WMF-onlyMiklos Vajna4-32/+80
2021-03-11ODF export: sort <style:font-face> elements based on the style:name attributeMiklos Vajna3-1/+82
2021-03-10sw: add UNO API to find the closest doc model position based on pixel positionMiklos Vajna5-0/+121
2021-03-03tdf#116983 tdf#136175: retry if failedMike Kaganski5-3/+135
2021-02-24Resolves tdf#99646 - Make default type of anchoring optionalHeiko Tietze10-7/+168
2021-02-23svx: fix unexpected large bezier shapes when created via the UNO APIMiklos Vajna5-1/+116
2020-12-22sw: fix layout loop due to a keep-with-next vs 100% image height conflictMiklos Vajna3-1/+117
2020-12-08emfio: allow disabling EMF+ via a bootstrap variableMiklos Vajna1-1/+4
2020-12-07vcl graphic export: convert EMF to WMF when WMF is requestedMiklos Vajna3-1/+43
2020-11-26WMF export: just write the source data as is for from-WMF graphicsMiklos Vajna2-0/+30
2020-11-19sw replacement image creation: fix this when an ODT's settings.xml is invalidMiklos Vajna4-5/+34
2020-11-19sw: rename CppunitTest_sw_updateall_object_replacements to sw_uibase_uiviewMiklos Vajna5-78/+78
2020-10-20sw reqif-xhtml export, embedded objects: handle non-package Ole10Native streamMiklos Vajna2-117/+147
2020-10-20sw reqif-xhtml import, embedded objects: handle non-package Ole10Native streamMiklos Vajna5-8/+278
2020-09-25framework: lock the solar mutex in loadComponentFromURL() with OnMainThreadMiklos Vajna4-0/+187
2020-09-10sw reqif-xhtml export, embedded objects: take OLE1 pres data from rtf if neededMiklos Vajna3-31/+108
2020-09-10sw reqif-xhtml export, embedded objects: prepare pres data earlierMiklos Vajna1-19/+37
2020-09-10Fix ooo38104-1.sxw crash after c123bfff501229f398a1b679fc7434b82d53685cTor Lillqvist1-2/+5
2020-09-10Add unit test for c123bfff501229f398a1b679fc7434b82d53685cTor Lillqvist4-0/+166
2020-09-10Bin overly eager early return that stops replacement image creationTor Lillqvist1-2/+1
2020-09-10sw reqif-xhtml export: avoid writing text-decoration:noneMiklos Vajna4-7/+44