summaryrefslogtreecommitdiff
path: root/sw/inc/bitmaps.hlst
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2025-01-07 13:43:36 +0100
committerBalazs Varga <balazs.varga.extern@allotropia.de>2025-01-10 13:04:22 +0100
commit6eb1a3c4b08f004c074dac41dee31bacb38216a5 (patch)
treed1efbce65bc4f5305ccd5bd98f91b81a5e97b2d0 /sw/inc/bitmaps.hlst
parentc56556448a47a41b2a1dfbb070dadc051b34d351 (diff)
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 <balazs.varga.extern@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/bitmaps.hlst')
-rw-r--r--sw/inc/bitmaps.hlst3
1 files changed, 3 insertions, 0 deletions
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;