Status report: consultancy team, week 35, 2026

Caolan

Mike

  • PPTX 2st page background added after save

    • Fixed
  • Crash when switching to Print preview from LO started from Java app

    • Fixed in main
  • FILEOPEN: DOCX images are vertically cropped in LibreOffice Writer and LibreOffice-generated PDF, while rendering correctly in Microsoft Word

    • Fixed in main
  • tdf#173160, tdf#167713

    • fixed regressions from earlier work

Tomaz

Vector rendering for online:

  • Text prediction
    • Reviewed required commits for text prediction
      • need more attributes added to the text primitives that need to be taken into account
      • need exact cursor information - paragraph + index
      • added logging of text prediction again
  • Animations for slideshows
  • Adding support for missing primitives
    • Fix hairlines to be 1px in width regardless of the zoom level
    • Fixed issue with font faces - bold, italic were applied multiple times
  • Master view rendering
    • Need special handling as it renders parts that are filtered in slides
    • Change to filter in client - when that is possible
    • Still we need to request
    • Master slide reuse
  • Notes view
    • Analyzed what is needed

PPTX->ODP->PPTX regression - green shape

  • Done, merged and confirmed

Working to get LAMBDA support into Calc:

  • Look into OOXML compatibility issues [4]
    • Added many more cases
      • array union and intersection combined by @ or #
      • % combined by @ and #
      • checked and added a new MSO crafted self-asserting test document
      • added the roundtrip test on the document
      • added the ODF roundtrip test on the document
      • added a formula check when round-tripping so the formulas stay the same
      • probably makes sense to create more self-testing documents in MSO like tha as they cover a wide variety of checks for formulas (our existing self-asserting test are written in fods, so those check the formulas and import only)
    • Added Aron’s document to the tests and fixed the remaining XLS->XLSX issues

Miklos

Worked on Copy paste: have a visual progress bar for pasting clipboard content · Issue #16013 · CollaboraOnline/online · GitHub