Caolan
- add -Wl,-z,relro,-z,now to hardening ldflags
- move some data into rodata
- review origin check and failure report
- some proxy (not?)rewriting things uniformly?
- log reading and reproduction attempts
- kit getting stuck in a busy wait?
- log reading, etc.
- const up SfxSlot and friends
→ https://gerrit.libreoffice.org/c/core/+/187581 - TTT slide preparation
- slew of new core coverity warnings
- move some stuff out of .data section
- gh#11711 minimize required fonts for rendering
→ https://gerrit.libreoffice.org/c/core/+/187633 - null deref seen in crashmail
→ https://gerrit.libreoffice.org/c/core/+/187632 - ttt presentation
- make some things presorted and const, poke at some
of our 3rd party libs. Get a trivial openssl pr approved
→ const up ERR_str_libraries by caolanm · Pull Request #28029 · openssl/openssl · GitHub
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: