summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-26305 compare authors using Thumbprintdistro/vector/vector-7.0-10.0Caolán McNamara2022-12-211-4/+19
* only use X509DataCaolán McNamara2022-12-213-0/+12
* xmlsecurity: replace OOXMLSecParser implementationMichael Stahl2022-12-213-234/+1312
* xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl2022-12-2122-214/+678
* xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl2022-12-214-90/+221
* xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl2022-12-218-80/+68
* xmlsecurity: replace XSecParser implementationMichael Stahl2022-12-218-358/+1404
* do same set error state as ReadAndVerifySignature doesCaolán McNamara2022-12-211-0/+1
* default to CertificateValidity::INVALIDCaolán McNamara2022-12-211-2/+2
* SVG export: fix handling of semi-transparent, multi-para shape textMiklos Vajna2022-11-153-0/+34
* sw XHTML export: fix writing of section directionMiklos Vajna2022-07-225-2/+42
* use a read-only stream when reading graphic dataLuboš Luňák2022-07-125-1/+48
* close object tag if writing out the preview(?) failsLuboš Luňák2022-07-121-0/+3
* include namespace when writing <div> tag in Writer HTML exportLuboš Luňák2022-07-081-1/+1
* do not write vspace/hspace attributes to reqifLuboš Luňák2022-07-072-3/+5
* sw HTML export: handle LeadingTabWidth without FilterOptionsMiklos Vajna2022-07-072-6/+32
* sw HTML export: add a new LeadingTabWidth optionMiklos Vajna2022-07-074-1/+78
* sw HTML export: extract a SetupFilterFromPropertyValues()Miklos Vajna2022-07-072-25/+95
* sw XHTML export: avoid writing default transparent background for ReqIFMiklos Vajna2022-07-012-3/+26
* sw XHTML export: avoid writing background of table cells in ReqIF modeMiklos Vajna2022-07-013-31/+43
* Resolves: tdf#132739 two style tags where there should be just oneCaolán McNamara2022-07-013-5/+10
* sw XHTML export: output table / table row background format using CSSMiklos Vajna2022-07-015-14/+68
* sw XHTML export: fix missing <li> around nested <ul>/<ol>Miklos Vajna2022-07-012-1/+52
* ODT export: omit unreferenced <text:list xml:id="...">Miklos Vajna2022-03-1112-3/+147
* sw HTML export, XHTML mode: fix lost </li> when last list item is not numberedMiklos Vajna2022-02-222-18/+69
* svtools: fix lost replacement non-rendered graphic when updating it failsMiklos Vajna2022-02-185-1/+153
* sw: update previews of OLE objects on "update all"Miklos Vajna2021-12-076-0/+70
* sw, viewing OLE objects: provide an 'Open' context menuMiklos Vajna2021-12-011-1/+2
* sw, viewing OLE objects: also protect "common" embeded objectsMiklos Vajna2021-11-264-0/+42
* sw: allow viewing OLE objects in protected sectionsMiklos Vajna2021-11-2610-9/+114
* sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna2021-10-195-1/+72
* tdf#134298 sw: layout: remove left-over page frame without contentMichael Stahl2021-10-085-40/+108
* (related tdf#134298) sw: layout: avoid infinite loop in InternalAction()Michael Stahl2021-10-081-8/+12
* tdf#138039 tdf#134298 sw: layout: fix overlap of fly and tableMichael Stahl2021-10-083-3/+57
* ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna2021-09-104-12/+108
* sfx2: allow storeAsURL() on the main threadMiklos Vajna2021-09-031-1/+10
* embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna2021-08-118-2/+128
* sw XHTML/reqif export, OLE data for transparent images: avoid black backgroundMiklos Vajna2021-06-163-2/+54
* when converting WMF to WMF, simply do a direct copyLuboš Luňák2021-06-153-0/+83
* drop EMF+ also when converting WMF, not just EMFLuboš Luňák2021-06-155-6/+17
* sw XHTML / reqif export, RTF markup of images: write OLE1 presentation dataMiklos Vajna2021-05-312-17/+43
* sw XHTML / reqif export, RTF markup of images: write objdataMiklos Vajna2021-05-284-7/+79
* sw XHTML / reqif export, RTF markup of images: write WMF in \pictMiklos Vajna2021-05-282-38/+58
* sw XHTML export: fix <blockquote> with no-margin to not have character childrenMiklos Vajna2021-05-142-2/+34
* sw XHTML export: fix handling of list labelsMiklos Vajna2021-05-142-1/+98
* embeddedobj: handle getting the visible area on a threadMiklos Vajna2021-05-1211-3/+324
* sw html/reqif export: fix size of presentation data for "real" OLE2 embeddingMiklos Vajna2021-04-303-2/+37
* framework: allow loading a component on the main thread, using XDesktopMiklos Vajna2021-04-291-1/+20
* embeddedobj: fix lost native data when updating it via OLE fails, take 2Miklos Vajna2021-04-231-0/+16
* tdf#136133: AppendInfoBar can return nullJulien Nabet2021-04-221-11/+16