diff options
author | Grigory A. Mozhaev <zcrendel@gmail.com> | 2023-02-27 16:03:39 +0300 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-03-08 10:51:42 +0000 |
commit | 3fcf9f864f9d12fdb0ade4741127c81cec74378a (patch) | |
tree | f61b2806640b59e333082053e845c6723486f398 /sc/inc/unonames.hxx | |
parent | e624e07cc54c408bb86bd2e52cfed3c7ec59fb4a (diff) |
tdf#97551 Added marker and hint for formula to Calc
Added option "Formula indicator and hint" to LibreOffice Calc > View section (near to "Comment indicator"). This option turned off by default to avoid interfere existing UX.
Indicator displays in the bottom-left corner as blue triangle marker if cells contains formula (correctly reacts on cells merging and different sizing).
Hint displays when user hover cursor over the cell that contains the formula (uses already built-in mechanics for help tooltip).
More details about request and discussion of the feature in Bugzilla.
Change-Id: I8f3e368d4fdad362b819b4ce2fd6b0c32b5c1c0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147914
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r-- | sc/inc/unonames.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index bdd37e666871..abb09c334c10 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -550,6 +550,7 @@ inline constexpr OUStringLiteral SC_UNO_SHOWFORM = u"ShowFormulas"; inline constexpr OUStringLiteral SC_UNO_SHOWGRID = u"ShowGrid"; inline constexpr OUStringLiteral SC_UNO_SHOWHELP = u"ShowHelpLines"; inline constexpr OUStringLiteral SC_UNO_SHOWNOTES = u"ShowNotes"; +inline constexpr OUStringLiteral SC_UNO_SHOWFORMULASMARKS = u"ShowFormulasMarks"; inline constexpr OUStringLiteral SC_UNO_SHOWOBJ = u"ShowObjects"; inline constexpr OUStringLiteral SC_UNO_SHOWPAGEBR = u"ShowPageBreaks"; inline constexpr OUStringLiteral SC_UNO_SHOWZERO = u"ShowZeroValues"; |