From 6eb1a3c4b08f004c074dac41dee31bacb38216a5 Mon Sep 17 00:00:00 2001 From: Balazs Varga Date: Tue, 7 Jan 2025 13:43:36 +0100 Subject: tdf#146947 - UI: Ability to show/reveal characters being typed into password prompt to decrypt a document. Add toggle buttons for showing and hiding password characters in password textbox entries. Change-Id: Iba69d303431c2f9f2c987c67fcbd3f36b42dc057 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179889 Reviewed-by: Balazs Varga Tested-by: Jenkins --- sw/inc/bitmaps.hlst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sw/inc/bitmaps.hlst') diff --git a/sw/inc/bitmaps.hlst b/sw/inc/bitmaps.hlst index 45ef3a2805cd..465e1c8bbb9f 100644 --- a/sw/inc/bitmaps.hlst +++ b/sw/inc/bitmaps.hlst @@ -120,6 +120,9 @@ inline constexpr OUString RID_BMP_QUERYINSMODE = u"res/queryinsmode.png"_ustr; inline constexpr OUString RID_SVXBMP_LOCKED = u"res/locked.png"_ustr; inline constexpr OUString RID_SVXBMP_UNLOCKED = u"res/unlocked.png"_ustr; +inline constexpr OUString RID_SVXBMP_HIDEPASS = u"res/hidepass.png"_ustr; +inline constexpr OUString RID_SVXBMP_SHOWPASS = u"res/showpass.png"_ustr; + inline constexpr OUString RID_BMP_LINEBREAK_NONE = u"sw/res/linebreak_none.png"_ustr; inline constexpr OUString RID_BMP_LINEBREAK_LEFT = u"sw/res/linebreak_left.png"_ustr; inline constexpr OUString RID_BMP_LINEBREAK_RIGHT = u"sw/res/linebreak_right.png"_ustr; -- cgit