https://bugs.freedesktop.org/show_bug.cgi?id=64290

--- Comment #6 from Jan Holesovsky <[email protected]> ---
This bug really misses an important code pointer, and that is how to add the
information to the status bar:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=ce14342c4292628a641a72d4f63d9c048e030c6a

is what was done in Writer; so you want to do something similar in Calc.  You
have to find the appropriate places in Calc to be able to do that, eg.

sc/sdi/scalc.sdi instead of sw/sdi/swriter.sdi, sc/source/ui/app/scdll.cxx
instead of sw/source/ui/app/swmodule.cxx, sc/source/ui/view/cellsh.cxx instead
of sw/source/ui/uiview/view2.cxx.

If you "git grep SID_STATUS_DOCPOS", that should give you some additional idea
- that is the 'Sheet 1 / 1' indicator in the status bar.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to