summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlflywriter.cxx
AgeCommit message (Expand)Author
2023-10-23Implement PreserveSpaces boolean HTML/ReqIF export filter optionMike Kaganski
2023-08-05Define px as 1/96 in in HTML filterMike Kaganski
2023-06-29XML-encode text that will appear in ReqIFMike Kaganski
2023-06-29ReqIF: output frame text instead of name in 'object' elements' alt textMike Kaganski
2023-06-19Restructure a bitMike Kaganski
2023-05-02Avoid unneeded castMike Kaganski
2023-03-30Simplify some calls to HtmlWriter::attributeMike Kaganski
2023-03-30Report correct mimetypes for TIF and EMFMike Kaganski
2023-03-30sw reqif-xhtml export: fix export of transparent TIFMike Kaganski
2023-03-29loplugin:stringadd in swNoel Grandin
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin
2023-03-03reduce casting in writer html export filterNoel Grandin
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-11use more string_view in swNoel Grandin
2022-09-26sw HTML export: fix PNG export of Writer images containing metafilesMiklos Vajna
2022-08-25no need to allocate SwHTMLPosFlyFrames separatelyNoel Grandin
2022-08-25Use SwNode instead of SwNodeIndex in SwPosFlyFrameNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-23elide some makeStringAndClear() callsNoel Grandin
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-07do not write vspace/hspace attributes to reqifLuboš Luňák
2022-06-02elide some unnecessary null checksNoel Grandin
2022-05-17sw HTML export: avoid pixel height when height is scale and width is relativeMiklos Vajna
2022-04-06Drop write-only uses of pNonConvertableChars argumentMike Kaganski
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski
2022-03-04use SfxItemSet::GetItemIfSet in sw/source/filterNoel Grandin
2022-02-08simplify complex conditionalNoel Grandin
2022-02-08add template versions of SwContentNode::GetAttrNoel Grandin
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-07-27write out image size in html export for 'keep ratio' imagesLuboš Luňák
2021-07-20sw XHTML import, improved <object> handling for images: support more formatsMiklos Vajna
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-01tdf#142871 sw HTML export: avoid unwanted inner PNG for imagesMiklos Vajna
2021-06-30fix a size warningLuboš Luňák
2021-06-16sw HTML export: allow larger bitmaps for shapes than the vcl defaultMiklos Vajna
2021-06-04sw HTML export: allow custom DPI for the bitmaps of shapesMiklos Vajna
2021-06-04sw HTML export: fix pixel size of shapesMiklos Vajna
2021-06-03sw XHTML / reqif export: fix PNG export of shapesMiklos Vajna
2021-06-03sw XHTML / reqif export: implement OLE wrapper support for shapesMiklos Vajna
2021-06-02sw XHTML / reqif export: export non-PNG graphic shapes directlyMiklos Vajna
2021-06-02sw XHTML / reqif export: export PNG shapes directlyMiklos Vajna
2021-06-01sw XHTML / reqif export: write PNG fallback for non-PNG imagesMiklos Vajna