From 71ee09947d5a71105d64fd225bb3672dfa7ce834 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Tue, 19 Sep 2017 15:37:04 +0200 Subject: TSCP: add advanced classification dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds a advanced classification dialog, which enables the user to manually construct a header/footer message from classification properties in cases where the user needs more control. All the text is inserted as fields into the end document and can be changed by changing the document properties. The simple classification still functions as it did before, which is what most users will want to use in this case. The BAF policy has been extended with new xml extension elements: - loext:Marking - loext:IntellectualPropertyPart - loext:IntellectualPropertyPartNumber They are used to fill the values in the advanced classification dialog. Change-Id: Ie2d638d69b8a9b0799cff9c2b785eb789f8af1d5 Reviewed-on: https://gerrit.libreoffice.org/42474 Reviewed-by: Tomaž Vajngerl Tested-by: Tomaž Vajngerl --- svx/uiconfig/ui/classificationdialog.ui | 321 ++++++++++++++++++++++++++++++++ 1 file changed, 321 insertions(+) create mode 100644 svx/uiconfig/ui/classificationdialog.ui (limited to 'svx/uiconfig/ui/classificationdialog.ui') diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui new file mode 100644 index 000000000000..02d2afdb644b --- /dev/null +++ b/svx/uiconfig/ui/classificationdialog.ui @@ -0,0 +1,321 @@ + + + + + + + False + 6 + Classification Dialog + dialog + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + 12 + 12 + + + 400 + 400 + True + True + True + True + + + 0 + 1 + + + + + True + False + Content + 0 + 0 + + + 0 + 0 + + + + + True + False + 12 + 12 + + + True + False + Classification: + 0 + + + 0 + 0 + + + + + True + False + International Classification: + 0 + + + 0 + 1 + + + + + True + False + True + + + 1 + 0 + + + + + True + False + + + 1 + 1 + + + + + True + False + + + 1 + 2 + + + + + True + False + Marking: + 0 + + + 0 + 2 + + + + + True + False + end + True + 6 + True + + + Bold + True + True + True + + + False + True + 0 + + + + + 0 + 3 + 2 + + + + + 1 + 0 + 2 + + + + + True + True + + + True + False + 6 + 6 + + + True + False + 0 + + + 2 + 0 + + + + + True + False + Part Number: + 0 + + + 1 + 0 + + + + + True + True + + + 0 + 2 + 2 + + + + + True + True + True + True + + + + + + 0 + 0 + 2 + + + + + Add + True + True + True + + + 2 + 1 + + + + + + + + + + + + + True + False + Intellectual Property + + + + + 0 + 2 + 2 + + + + + True + True + 0 + + + + + + ok + cancel + help + + + -- cgit