[Libreoffice-commits] help.git: 2 commits - AllLangHelp_swriter.mk source/text

Miklos Vajna vmiklos at collabora.co.uk
Fri May 20 15:49:34 UTC 2016


 AllLangHelp_swriter.mk                    |    1 +
 source/text/scalc/main0200.xhp            |    3 +++
 source/text/shared/optionen/01010300.xhp  |   12 ++++++++++++
 source/text/simpress/main0200.xhp         |    3 +++
 source/text/swriter/classificationbar.xhp |   29 +++++++++++++++++++++++++++++
 source/text/swriter/main0200.xhp          |    3 +++
 6 files changed, 51 insertions(+)

New commits:
commit f977f89d5e1bc34ef79f2d292e11c69fc22b2a7d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri May 20 17:49:03 2016 +0200

    Initial classification bar documentation
    
    Change-Id: Ieeff90ecf810e9e36e7f80815d57ccc0bc0e8067

diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk
index 7aa381f..4ffebd4 100644
--- a/AllLangHelp_swriter.mk
+++ b/AllLangHelp_swriter.mk
@@ -408,6 +408,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
     helpcontent2/source/text/swriter/main0216 \
     helpcontent2/source/text/swriter/main0220 \
     helpcontent2/source/text/swriter/main0503 \
+    helpcontent2/source/text/swriter/classificationbar \
     helpcontent2/source/text/swriter/menu/insert_header_footer \
     helpcontent2/source/text/swriter/menu/insert_footnote_endnote \
     helpcontent2/source/text/swriter/menu/insert_frame \
diff --git a/source/text/scalc/main0200.xhp b/source/text/scalc/main0200.xhp
index 9b82161..39df23c 100644
--- a/source/text/scalc/main0200.xhp
+++ b/source/text/scalc/main0200.xhp
@@ -70,6 +70,9 @@
 <section id="Section8">
 <embed href="text/scalc/02/18010000.xhp#einfuegen"/>
 </section>
+<section id="Section10">
+<embed href="text/swriter/classificationbar.xhp#toolbar"/>
+</section>
 </sort>
 </body>
 </helpdocument>
diff --git a/source/text/simpress/main0200.xhp b/source/text/simpress/main0200.xhp
index e1990f3..051db9a 100644
--- a/source/text/simpress/main0200.xhp
+++ b/source/text/simpress/main0200.xhp
@@ -85,6 +85,9 @@
 <embed href="text/simpress/02/10110000.xhp#einfuegen"/>
 <paragraph role="paragraph" id="par_id31474099" xml-lang="en-US" l10n="NEW">Add objects, including charts, spreadsheets, and images, to your document.</paragraph>
 </section>
+<section id="Section16">
+<embed href="text/swriter/classificationbar.xhp#toolbar"/>
+</section>
 </sort>
 </body>
 </helpdocument>
diff --git a/source/text/swriter/classificationbar.xhp b/source/text/swriter/classificationbar.xhp
new file mode 100644
index 0000000..573bd04
--- /dev/null
+++ b/source/text/swriter/classificationbar.xhp
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ -->
+<helpdocument version="1.0">
+<meta>
+<topic id="textswriterclassificationbarxml" indexer="include" status="PUBLISH">
+<title id="tit" xml-lang="en-US">Classification Bar</title>
+<filename>/text/swriter/classificationbar.xhp</filename>
+</topic>
+</meta>
+<body>
+<section id="toolbar">
+<paragraph role="heading" id="hd_id3150342" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/swriter/classificationbar.xhp" name="Classification Bar">Classification Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3150202" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp></paragraph>
+</section>
+<paragraph role="paragraph" id="par_id31502029" xml-lang="en-US" l10n="NEW">The purpose of this toolbar is that in case the user is required to follow a policy when editing a document, then $[officename] can help the user respect these rules in case $[officename] is informed about the rules. Transglobal Secure Collaboration Participation (TSCP) provides standards to describe document classification: Business Authentication Framework (BAF) describes how to specify a policy this toolbar can handle, and Business Authorization Identification and Labeling Scheme (BAILS) describes how to refer to this policy in documents.</paragraph>
+<paragraph role="heading" id="par_idN106B0" xml-lang="en-US" level="2" l10n="NEW">Intellectual Property</paragraph>
+<paragraph role="paragraph" id="par_idN106C0" xml-lang="en-US" l10n="NEW">Selects the category of this document from the available BAF categories for the intellectual property policy type. The selected category influences the infobar, headers, footers and the watermark of the document.</paragraph>
+<paragraph role="heading" id="par_idN106CD" xml-lang="en-US" level="2" l10n="NEW">National Security</paragraph>
+<paragraph role="paragraph" id="par_idN106DD" xml-lang="en-US" l10n="NEW">Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface.</paragraph>
+<paragraph role="heading" id="par_idN106EA" xml-lang="en-US" level="2" l10n="NEW">Export Control</paragraph>
+<paragraph role="paragraph" id="par_idN106FA" xml-lang="en-US" l10n="NEW">Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface.</paragraph>
+</body>
+</helpdocument>
diff --git a/source/text/swriter/main0200.xhp b/source/text/swriter/main0200.xhp
index 334e346..8c2d7da 100644
--- a/source/text/swriter/main0200.xhp
+++ b/source/text/swriter/main0200.xhp
@@ -82,6 +82,9 @@
 <section id="Section10">
 <embed href="text/swriter/02/18010000.xhp#einfuegen"/>
 </section>
+<section id="Section11">
+<embed href="text/swriter/classificationbar.xhp#toolbar"/>
+</section>
 </sort>
 </body>
 </helpdocument>
commit eca5c42b8298966ccd0960a9fbaed918a6027ea2
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri May 20 16:20:52 2016 +0200

    Document Tools -> Options -> LibreOffice -> Paths -> Classification
    
    Change-Id: I5616fe15ffd5a839d693a20c3e7eb1445421fd95

diff --git a/source/text/shared/optionen/01010300.xhp b/source/text/shared/optionen/01010300.xhp
index 38dd424..7134085 100644
--- a/source/text/shared/optionen/01010300.xhp
+++ b/source/text/shared/optionen/01010300.xhp
@@ -156,5 +156,17 @@
 <paragraph role="tablecontent" id="par_id3154650" xml-lang="en-US" l10n="U" oldref="197">This is where $[officename] puts its temporary files.</paragraph>
 </tablecell>
 </tablerow>
+<tablerow>
+<tablecell colspan="" rowspan="">
+<paragraph role="tablecontent" id="par_id3154607" xml-lang="en-US" l10n="U" oldref="198">Classification</paragraph>
+</tablecell>
+<tablecell colspan="" rowspan="">
+<paragraph role="tablecontent" id="par_id3149344" xml-lang="en-US" l10n="CHG" oldref="199"><switchinline select="sys"><caseinline select="UNIX">{install}/share/classification/example.xml
+</caseinline><defaultinline>{install}\share\classification\example.xml</defaultinline></switchinline></paragraph>
+</tablecell>
+<tablecell colspan="" rowspan="">
+<paragraph role="tablecontent" id="par_id3154651" xml-lang="en-US" l10n="U" oldref="200">$[officename] reads the TSCP BAF policy from this file.</paragraph>
+</tablecell>
+</tablerow>
 </table><comment>removed path info</comment></body>
 </helpdocument>


More information about the Libreoffice-commits mailing list