https://bugs.freedesktop.org/show_bug.cgi?id=61541
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|BSA ProposedEasyHack |EasyHack,DifficultyBeginner | |,SkillCpp,TopicCleanup CC| |[email protected], | |[email protected] --- Comment #2 from Michael Meeks <[email protected]> --- Shouldn't be so hard to implement; the existing pop-up combo box in the status bar that changes 'Sum=0' to something else, could easily have a 'Selection' entry. svx/source/stbctrls/stbctrls.src has: // Choice of functions on the SvxPosSizeStatusBarControl for Calc Menu RID_SVXMNU_PSZ_FUNC svx/source/stbctrls/pszctrl.cxx has the relevant code to render that string which comes into there via the SID_TABLE_CELL property I think cf. sc/source/ui/view/cellsh.cxx /SID_TABLE_CELL/ and sc/source/ui/view/tabvwsha.cxx:sal_Bool ScTabViewShell::GetFunction( String& rFuncStr, sal_uInt16 nErrCode ) And Eike might be a good person to review this ;-) -- 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
