[Libreoffice-commits] help.git: Branch 'libreoffice-6-2' - source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 27 18:20:32 UTC 2018


 source/text/shared/01/xformsdatatab.xhp |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

New commits:
commit e3e4636796bbb71f04756c3f66685a1ee4c5c7a2
Author:     Sophia Schröder <sophia.schroeder at libreoffice.org>
AuthorDate: Fri Nov 9 20:36:15 2018 +0100
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Dec 27 19:20:10 2018 +0100

    Help files: http -> https
    
    + some more conservative changes
    
    Change-Id: I0c5099f12438158ab6f9e4ac504612e2e2bea009
    Reviewed-on: https://gerrit.libreoffice.org/63213
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    (cherry picked from commit 06c18977efb48ac01627c139a70ae70008319f62)
    Reviewed-on: https://gerrit.libreoffice.org/65212
    Reviewed-by: Sophie Gautier <gautier.sophie at gmail.com>

diff --git a/source/text/shared/01/xformsdatatab.xhp b/source/text/shared/01/xformsdatatab.xhp
index 5542cca6b..0954bbd80 100644
--- a/source/text/shared/01/xformsdatatab.xhp
+++ b/source/text/shared/01/xformsdatatab.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <helpdocument version="1.0">
-	
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,8 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
- 
-	
+
 <meta>
       <topic id="textshared01xformsdatatabxhp" indexer="include" status="PUBLISH">
          <title xml-lang="en-US" id="tit">Data (for XML Form Documents)</title>
@@ -29,7 +27,7 @@
    <body>
       <section id="data">
          <paragraph xml-lang="en-US" id="hd_id5766472" role="heading" level="1"><link href="text/shared/01/xformsdatatab.xhp">Data (for XML Form Documents)</link></paragraph>
-         <paragraph xml-lang="en-US" id="par_id1161534" role="paragraph">The Data tab page of the Properties dialog for an XML Form document offers some XML forms settings.</paragraph>
+         <paragraph xml-lang="en-US" id="par_id1161534" role="paragraph">The <emph>Data</emph> tab page of the <emph>Properties</emph> dialog for an XML Form document offers some XML forms settings.</paragraph>
       </section>
       <section id="howtoget">
          <embed href="text/shared/00/00040501.xhp#xformsdatatab"/>
@@ -43,7 +41,7 @@
       <paragraph xml-lang="en-US" id="par_id1481063" role="paragraph"><ahelp hid=".">Select or enter the name of a binding. Selecting the name of an existing binding associates the binding with the form control. Entering a new name creates a new binding and associates it with the form control.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_BIND_EXPRESSION" id="bm_id9841608" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id7921079" role="heading" level="2">Binding expression</paragraph>
-      <paragraph xml-lang="en-US" id="par_id636921" role="paragraph"><ahelp hid=".">Enter the DOM node <comment>what's a DOM node? spec doesn't tell</comment>to bind the control model to<comment>what's a control model? spec doesn't tell. may be a typo in spec: control's model?</comment>. Click the ... button for a dialog to enter the XPath expression.</ahelp></paragraph>
+      <paragraph xml-lang="en-US" id="par_id636921" role="paragraph"><ahelp hid=".">Enter the DOM node <comment>what's a DOM node? spec doesn't tell</comment>to bind the control model to<comment>what's a control model? spec doesn't tell. may be a typo in spec: control's model?</comment>. Click the <emph>...</emph> button for a dialog to enter the XPath expression.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_XSD_REQUIRED" id="bm_id4186223" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id2799157" role="heading" level="2">Required</paragraph>
       <paragraph xml-lang="en-US" id="par_id3004547" role="paragraph"><ahelp hid=".">Specifies if the item must be included on the XForm.</ahelp></paragraph>
@@ -71,10 +69,10 @@
       <paragraph xml-lang="en-US" id="par_id4071779" role="note">The following lists all facets that are valid for data types. Some facets are only available for some data types.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_XSD_WHITESPACES" id="bm_id7074190" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id4313791" role="heading" level="3">Whitespaces</paragraph>
-      <paragraph xml-lang="en-US" id="par_id4331797" role="paragraph"><ahelp hid=".">Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are Preserve, Replace, and Collapse. The semantics follow the definition at http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace.</ahelp></paragraph>
+      <paragraph xml-lang="en-US" id="par_id4331797" role="paragraph"><ahelp hid=".">Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are "Preserve", "Replace", and "Collapse". The semantics follow the definition at <link href="https://www.w3.org/TR/xmlschema-2/#rf-whiteSpace"><emph>https://www.w3.org/TR/xmlschema-2/#rf-whiteSpace</emph></link>.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_XSD_PATTERN" id="bm_id5452436" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id4191717" role="heading" level="3">Pattern</paragraph>
-      <paragraph xml-lang="en-US" id="par_id2318796" role="paragraph"><ahelp hid=".">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elsewhere in %PRODUCTNAME, for example in the Find & Replace dialog.</ahelp></paragraph>
+      <paragraph xml-lang="en-US" id="par_id2318796" role="paragraph"><ahelp hid=".">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elsewhere in %PRODUCTNAME, for example in the <emph>Find & Replace</emph> dialog.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_XSD_TOTAL_DIGITS" id="bm_id9527878" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id399182" role="heading" level="3">Digits (total)</paragraph>
       <paragraph xml-lang="en-US" id="par_id5298318" role="paragraph"><ahelp hid=".">Specifies the maximum total number of digits that values of the decimal data type can have.</ahelp></paragraph>


More information about the Libreoffice-commits mailing list