Status report: consultancy team, week 8, 2026

Caolan

Mike

  • Document content slow to open

    • Returned to its leftovers
    • Created some follow-up fixes (turned out there was a regression not caught by unit tests)
  • Preview and print orientation are incorrect (Portrait instead of Landscape) after choosing another printer destination.

    • A regression (bisected)
    • Implemented the fix
    • Done
  • Crash when changing table cell background color in Collabora Office Impress 25.4.x

    • Thanks to Aron and Andras for analysis
    • 10 000 GDI handles limit problem
    • Incorrect usage of VclPtr in core left and right
    • Fixed together with Andras => now the handle count return exactly to previous number after dialog is closed

Tomaz

Calc: Pre-View Spreadsheet Filtering

  • Sync for sorting was added
    • also extend the tests with more test cases
  • Fixed an issue when edit box did not show content for a cell when editing a cell in Sheet View
    • wrong use of CurrentTabForData instead of GetTabNumber
    • also found a couple more places
  • Fixed the combo-box in NotebookBar not showing the correct sheet view name for multiple users
    • Can’t rely on what CurrentSheetView sets as it doesn’t take into account what the view
    • But getting the ViewData returns that for the wrong view too…
    • Found a way to get the correct ViewData
    • But because we set the same sheet view ID to the ItemSet, CurrentSheetView doesn’t trigger an update
    • Hack that around for now - set a incremental value so the update is triggered
      • already have a proper fix for this, but that removes CurrentSheetView completely
  • Continuing with fixes

Miklos

Worked on Interactive document compare for Writer documents · Issue #13988 · CollaboraOnline/online · GitHub