Status report: consultancy team, week 27, 2025

Caolan

Mike

  • Tracked Changes Extraction (Who, What, When) for Writer
    • Implemented it all
    • The “textBefore”/“textAfter” handling was tricky. I had to implement it by managing all redlines’ visibility for each redline. I hope that won’t be a serious performance issue (in the data extraction mode, I hope, there will not be real layout).
  • Review mode
    • Everything is implemented
    • A crash found during testing
  • Both are tested and merged.

Tomaz

Calc: Pre-View Spreadsheet Filtering

  • Implemented copying/duplicating of the sheet
    • just used the function that scenarios use
  • Added new metadata for a sheet/table to identify it as a sheetview
    • TODO hiding of the sheet - need to hid the sheet
  • Redirect the tab number to the sheet view inside ViewData
    • so which tab to use depends on the view
  • Munching through issues - when to use which tab for which action
    • a wrong one would potentially cause an issue
  • Still quite primitive / hack like, but it will get better over time I hope
  • Looked into whichfunctions are needed to be modified to sync the multiple tabs now

Miklos

Worked on 166319 – Interdependent change tracking improvements