Status report: consultancy team, week 34, 2026

Caolan

Mike

  • PPTX 1st page background missing on open and after save

    • Implemented - the missing feature (polygonal clip mask) plus several related changes
  • Checkbox form controls font name and size saved incorrectly to XLSX

    • Implemented in main
  • Line break in document variable is not imported

    • Analyzed and estimated
  • Writer DOCX with Form protection has trouble clicking on field

    • Analyzed and estimated

Tomaz

Vector rendering for online:

  • Analyzed what needs to be done for vector rendering
    • Gone through (sub)tasks and added more information
    • Added new (sub)tasks for vector rendering
      • hit-test
      • missing primitives
      • glow primitive rendering
      • primitive based dark mode
  • Text prediction
    • Reviewed ground work for text prediction
      • Adding missing information to primitives and callbacks (cursor position)
  • Animations for slideshows
    • Nothing new added
  • Adding support for missing primitives
    • Re-implemented all the missing ones (from the initial experiment)
    • Done some code review of that
    • Added a task with current state

PPTX->ODP->PPTX regression - green shape

  • Found the issue, fixing now

Editeng hyperlinks as attributes (not fields)

  • TODO

Working with Ben (volunteer) to get LAMBDA support into Calc:

  • Look into OOXML compatibility issues
    • Found many compatibility issues with @, # and union operators (and rewriting)
    • Added OOXMLRewriter
    • Fixed operator priority issues
    • Added reference self-checking XLSX document
    • Reviewing the code now