summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)Author
2023-05-28tdf#155496: Export list header to (X)HTML using 'display: block' styleMike Kaganski
2023-05-28tdf#155387: fix list restart and opening/closing conditionsMike Kaganski
2023-05-13tdf#154761: each dl needs a dd to actually indentMike Kaganski
2023-05-13fix SwHTMLParser::InsertCommentTextNoel Grandin
2023-05-13tdf#153923: In ReqIF case, avoid fake dl/dd used to emulate indentationMike Kaganski
2023-05-09tdf#154551 check pointer before useJim Raykowski
2023-05-02Make encodeForXml accessible for other modulesSzymon Kłos
2023-04-27sw reqif-xhtml export: fix export of transparent TIFMike Kaganski
2023-04-20sw: fix crash in OutHTML_SwFormatField()Miklos Vajna
2023-03-17De-static-izing colors in SwViewOptionParis Oplopoios
2023-03-12tdf#153923: close 'dd' tag properlyMike Kaganski
2023-03-12RES_LR_SPACE should fall through to default not RES_BACKGROUNDCaolán McNamara
2023-02-09tdf#153341: try to parse alpha value when copying HTML textJulien Nabet
2023-02-08htmlexport: close li mark not only in xhtmlSzymon Kłos
2023-02-07lok: don't pretty print html for onlineSzymon Kłos
2023-01-27sw HTML import: initial CSS support on tablesMiklos Vajna
2023-01-23sw XHTML export: use CSS instead of <center> for tablesMiklos Vajna
2023-01-13sw HTML export: fix invalid HTML when all cells of a row have the same rowspanMiklos Vajna
2023-01-11import colors with transparency from htmlAndras Timar
2023-01-10sw XHTML export: avoid sdnum and sdval attributes on table cellsMiklos Vajna
2022-12-07ofz#54093 Null-dereferenceCaolán McNamara
2022-12-07ofz#54088 Use a DeleteListener rather than try to predict what gets deletedCaolán McNamara
2022-12-05ofz#53680 drop workaroundsCaolán McNamara
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin
2022-11-28Add some more utility methods to SwFormatAnchorNoel Grandin
2022-11-26use more SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-11-07tdf#151605 Don't include hidden text by default in HTML filterSamuel Mehrbrodt
2022-11-04ofz#52830 skip slow path for fuzzingCaolán McNamara
2022-10-25sw html import: fix handling of CDATAMiklos Vajna
2022-10-13rearrange node logic hereNoel Grandin
2022-10-12rearrange node logic hereNoel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-11use more SwPosition::GetNodeNoel Grandin
2022-10-11use more string_view in swNoel Grandin
2022-10-10re-arrange logic to avoid touch SwPosition::nContentNoel Grandin
2022-10-09use more SwPosition::GetNodeNoel Grandin
2022-10-08use more SwPosition::AssignNoel Grandin
2022-10-06use more SwPosition::AssignNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-26sw HTML export: fix PNG export of Writer images containing metafilesMiklos Vajna
2022-09-21use more SwPosition::AssignNoel Grandin
2022-09-20add CanJoinNext method that takes a SwPosition*Noel Grandin
2022-09-19sw HTML import: fix height of images when it is missing and width is relativeMiklos Vajna
2022-09-06sw HTML import: fix height of OLE objs when it is missing and width is relativeMiklos Vajna
2022-09-05sw XHTML import: fix lost empty paragraphsMiklos Vajna
2022-09-05Simplify by using replaceAll instead of replaceAt in 2 loops in swJulien Nabet
2022-09-01use more SwPosition::AssignNoel Grandin
2022-08-31ofz#39186 avoid TimeoutCaolán McNamara
2022-08-31check IFrame "FrameURL" targetCaolán McNamara