summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-12close object tag if writing out the preview(?) failsLuboš Luňák1-0/+3
2022-07-08include namespace when writing <div> tag in Writer HTML exportLuboš Luňák1-1/+1
2022-07-07do not write vspace/hspace attributes to reqifLuboš Luňák2-3/+5
2022-06-27sw HTML export: fix missing escaping for image linksMiklos Vajna2-1/+23
2022-06-27HtmlWriter: add end tag checking and helper for attribute writingTomaž Vajngerl3-5/+45
2022-06-17sw HTML export, XHTML mode: fix lost <li> with a list header + itemMiklos Vajna4-4/+56
2022-06-10sw XHTML export: avoid writing default transparent background for ReqIFMiklos Vajna2-3/+26
2022-06-10sw XHTML export: avoid writing background of table cells in ReqIF modeMiklos Vajna3-31/+43
2022-06-10Resolves: tdf#132739 two style tags where there should be just oneCaolán McNamara3-5/+10
2022-06-06make SfxStateCache::xDispatch up to date before using itLuboš Luňák1-1/+1
2022-05-25sw XHTML import: handle non-image, non-RTF objects as clickable imagesMiklos Vajna9-12/+62
2022-05-25sw HTML import: extend list of MIME types recognized as image objectsMiklos Vajna1-0/+3
2022-05-18sw HTML export: avoid pixel height when height is scale and width is relativeMiklos Vajna2-6/+78
2022-05-11sw XHTML export: output table / table row background format using CSSMiklos Vajna5-14/+68
2022-05-03sw bibliography, refer to a page: add PDF export linksMiklos Vajna1-0/+1
2022-05-03framework: avoid re-creating protocol handler instances all the timeMiklos Vajna2-5/+19
2022-04-27sw: fix double-click opening frame dialog, not graphic dialog on imagesMiklos Vajna3-1/+54
2022-04-08sw: keep URL when applying frame style on imagesMiklos Vajna2-1/+29
2022-04-01sw fly frames: add Tooltip uno propertyMiklos Vajna8-2/+70
2022-03-25sw fields: add Title uno propertyMiklos Vajna8-0/+69
2022-03-18sw image dialog: fix fallback width/height for images with relative sizesMiklos Vajna6-3/+113
2022-03-18ODT export: fix fallback svg:width/height for text frames with relative sizesMiklos Vajna2-14/+86
2022-03-11ODT export: omit unreferenced <text:list xml:id="...">Miklos Vajna12-3/+147
2022-02-23sw HTML export: handle LeadingTabWidth without FilterOptionsMiklos Vajna2-6/+32
2022-02-22sw HTML export, XHTML mode: fix lost </li> when last list item is not numberedMiklos Vajna2-19/+69
2022-02-18svtools: fix lost replacement non-rendered graphic when updating it failsMiklos Vajna5-1/+153
2022-02-16sw HTML export: add a new LeadingTabWidth optionMiklos Vajna4-1/+78
2022-02-16sw HTML export: extract a SetupFilterFromPropertyValues()Miklos Vajna2-25/+97
2022-02-14sw XHTML / ReqIF filter: avoid adding and removing <br>s for trailing <br>sMiklos Vajna3-30/+76
2022-02-08RTF paste: fix cursor creation on shapesMiklos Vajna3-3/+68
2022-01-06tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski8-25/+10
2022-01-06tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski2-3/+3
2022-01-06Adapt to Bison 3.8 internal yyn -> yyrule renameStephan Bergmann1-0/+6
2022-01-06Fix autoconf>=2.70 gcc-wrapper breakageThorsten Behrens1-0/+1
2022-01-06avoid windres preprocessor quoting-messups with current cygwinChristian Lohmaier3-3/+3
2021-12-03sw: update previews of OLE objects on "update all"Miklos Vajna6-0/+70
2021-12-01sw, viewing OLE objects: provide an 'Open' context menuMiklos Vajna1-1/+2
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-14sw: fix corrupted proxy object for SwGrfNode via the view cursor UNO APIMiklos Vajna3-1/+28
2021-10-12sw XHTML export: fix missing <li> around nested <ul>/<ol>Miklos Vajna2-1/+53
2021-10-07tdf#134298 sw: layout: remove left-over page frame without contentMichael Stahl5-40/+108
2021-10-06(related tdf#134298) sw: layout: avoid infinite loop in InternalAction()Michael Stahl1-8/+12
2021-10-06tdf#138039 tdf#134298 sw: layout: fix overlap of fly and tableMichael Stahl3-3/+57
2021-10-05tdf#135942: avoid collecting autostyles during writing themMike Kaganski5-1/+37
2021-10-01embeddedobj: add a status indicator for the Further objects dialogMiklos Vajna2-1/+49
2021-10-01cui: add a status indicator for the OLE insert dialogMiklos Vajna1-0/+29
2021-09-10ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna4-12/+108
2021-09-01sfx2: allow storeAsURL() on the main threadMiklos Vajna1-1/+10