Status report: consultancy team, week 28, 2025

Caolan

Mike

  • markdown filter idea
    • Resumed
    • Basic export is prepared and merged to master
    • Implemented redline export
    • In review
  • pptx heading strike through instead of underline
    • Replied, debugged
    • It is a very strange handling of trailing empty paragraphs in PP: they ignore them in fit-to-size boxes, but then use in layout
    • Related to isInEmptyClusterAtTheEnd
    • Will need a compat flag

Tomaz

Calc: Pre-View Spreadsheet Filtering

  • Got view redirection to the correct sheet working
    • Works surprisingly good
  • Fixed the TabControl to use the current tab regardless of the sheet view, so it’s not confused too much.
  • Changed to use a pointer to ScTable not tab numbers - to avoid issues with reordering of sheets
    • we shouldn’t depend on the sheet number - or else we will have to change the data structures when the sheet number changes, which is annoying
  • Started looking at how to sync the data
    • on change, send it to all associated sheets
    • need to check all the functions that change the sheet
  • Improve tests using views

Miklos

Worked on: