Status report: consultancy team, week 18, 2024

Caolan

Mike

  • File linked to image is not exported to ReqIF-XHTML
    ** SwFlyFrameFormat::MakeGraphic is expected to create an image map!
    ** https://gerrit.libreoffice.org/c/core/+/51225
    ** Undoing (parts of) commits:
    *** 1b666235f6b0b0f0b13f473bf3b639f4f5f0b12f
    *** fd1cfd25b48cb4bd5c87e9cb317b37699ca3a1d6
    *** be8c414567f49242164b1fdfb12764b16be355c1
    *** 73139fe600fc1399ae828077981a2498cb0a0b0c
    *** bb7ade140df807b6a0f12766a1365b8f8d0fd342
    *** ed2ae3c3bb0a708cafc3de6a01adc9ddc43fb859
    ** Added code into SwAttrHandler to restore functionality inadvertently dropped in da7671e4f7482110ecd0cfbfd7dbd9e0b873c81c
    ** Fixed HTML export code in HTMLOutFuncs::Out_ImageMap
  • File linked to image is not exported to ReqIF-XHTML
    ** Removed the useless PortionType::Url that I restored yesterday - it caused PdfExportTest2::testSpans fail, and is generally not needed
    ** I’m uncertain about the simplified handling for the links in SwAttrHandler using m_nINETFMT, but let it be for now, will fix when it needs a fix
    ** Unit test (for text)
    ** 160867 – Hyperlinks of text / objects inside frames doesn't export to HTML
    ** https://gerrit.libreoffice.org/c/core/+/166924
    ** Adding image URL handling
    *** sw::FlyContentPortion::Paint
    *** FlyContentPortion::GetFlyFrame
    *** SwFlyFrame::GetFormat
    *** SwFormat::GetURL
    ** https://gerrit.libreoffice.org/c/core/+/166935
  • File linked to image is not exported to ReqIF-XHTML
    ** https://gerrit.libreoffice.org/c/core/+/166948
    ** Backporting to Vector-7.5.9
    ** Reported
  • Font color is lost when exporting LO Draw document as WMF
    ** Backporting 1112a2bea0cb260fd64360b679c3f0f5c495e16e
  • tdf#160901 - Math rendering is wrong if Skia disabled
  • My regression
    ** https://gerrit.libreoffice.org/c/core/+/167004
  • tdf#152906 - Text adjust to contour broken in recent draw/impress
  • My regression
    ** ImpEditEngine::IterateLineAreas must use TextRanger::GetTextRanges tdf#152906 - Text adjust to contour broken in recent draw/impress
  • Found the problem
  • https://gerrit.libreoffice.org/c/core/+/167042
  • Fixed

Tomaz

PDF Reader - Create comments / add notes – improve slide & draw commenting

  • changed PDF import to use SdrPathObj for most annotations
  • make any SdrObject switch to an annotation
    • make it behave more like an annotation instead a proper object

PDF Reader - Accessibility view – bringing checker sidebar to Online

  • Added the accessibility checker as an sidebar
  • Changed with the updates so it now sends a full update when widgets are
    added or removed from a container
    • which fixes the update problem
  • Added support for link button in the jsdialog, which is used a lot in the sidebar
  • Constructing the json tree takes a lot of time when the document is big (also over 30s when there are a lot of issues)
    • checking why it takes so long to construct the json - which widget is a problem

Miklos

Worked on https://bugs.documentfoundation.org/show_bug.cgi?id=160833 “FILEOPEN DOCX: Mirrored positioning of circle on the margins”.