office-gobmx/uui
Siddhant Chaudhary ff9ff6018b tdf#141026 Put user and computer name into collapsed section
This patch hides away the file name and the name of the user when the
user tries to open a locked file. This improves privacy, as discussed in
the bug report.

The .ui file for the new dialog box is
`vcl/uiconfig/ui/openlockedquerybox.ui`. The source files
`openlocked.hxx` and `openlocked.cxx` have been changed to implement
the new dialog. The old string template `STR_OPENLOCKED_MSG` has been
deleted to hide away the private data, and a new string template
`STR_OPENLOCKED_HIDDEN_DATA` has been added; the latter will be hidden
inside the expander dialog. Finally, corresponding changes in the
makefiles have been made to let the makefiles know about the UI file.

Change-Id: I3cc9d2f6e2d9bc43857c80662e2a405aacd7fc70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132342
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
2022-06-20 15:46:48 +02:00
..
inc tdf#141026 Put user and computer name into collapsed section 2022-06-20 15:46:48 +02:00
qa/unit
source tdf#141026 Put user and computer name into collapsed section 2022-06-20 15:46:48 +02:00
uiconfig/ui
util
AllLangMoTarget_uui.mk
CppunitTest_uui_dialogs_test.mk
IwyuFilter_uui.yaml replace usage of blacklist with excludelist for IWYU 2020-07-10 02:03:40 +02:00
Library_uui.mk
Makefile re-base on ALv2 code. Includes: 2012-07-13 21:38:47 +01:00
Module_uui.mk
README.md
UIConfig_uui.mk

Interaction Handler for ucb and More

Contains an Interaction Handler for the "ucb" and other uses. Works via VCL.