https://bugs.documentfoundation.org/show_bug.cgi?id=170499
--- Comment #5 from Heiko Tietze <[email protected]> --- You could check only on column/row deletions (wouldn't go as far as deletion of a cell content). To approach this I'd look for the UNO command (Tools > Customize comes in handy), search for the internal SID* variable being linked to the command, and check the exec() code for this variable. You probably find some dedicated function, Calc has a rather nice code base, and could add the function there. -- You are receiving this mail because: You are the assignee for the bug.
