From 82bba7e4c044e54fc678ab108c662473d3a471a8 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Mon, 27 May 2019 17:44:10 +0300 Subject: Auto redaction dialog first iteration * Add the uno command .uno:AutoRedact with the name 'Auto-Redact' * Add the dialog SfxAutoRedactDialog * Implement the basic functionality to show up when clicked on the menu/toolbar item. * Add the class TargetsTable to control the weld::TreeView which is used to list the targets * Add the struct RedactionTarget to keep info for individual targets Change-Id: Ic02dfb009590c0928a2ea7b0f8b19b4febca221a Reviewed-on: https://gerrit.libreoffice.org/72254 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- .../data/org/openoffice/Office/UI/GenericCommands.xcu | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index af45ccfc01a9..da7027430cbe 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5089,6 +5089,20 @@ 1 + + + Auto-Redact + + + Auto-Redact + + + Auto-Redact Document + + + 1 + + ~Customize... -- cgit