source/text/sbasic/shared/03/sf_calc.xhp      |    2 +-
 source/text/sbasic/shared/03/sf_menu.xhp      |    2 +-
 source/text/sbasic/shared/03/sf_popupmenu.xhp |    8 ++++----
 source/text/sbasic/shared/03/sf_region.xhp    |    2 +-
 source/text/sbasic/shared/03/sf_session.xhp   |    2 +-
 source/text/sbasic/shared/03/sf_string.xhp    |   16 ++++++++--------
 source/text/sbasic/shared/03/sf_ui.xhp        |    4 ++--
 source/text/scalc/01/solver_options_algo.xhp  |    2 +-
 source/text/scalc/01/sparklines.xhp           |    4 ++--
 9 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit 39ec56dd4e2116d813d3bc26eafb763923952bcf
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Thu Oct 20 06:23:59 2022 -0500
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Oct 20 06:23:59 2022 -0500

    Typo grab bag
    
    Change-Id: I5065a95400934026fb8a52dbeb72793c66b8caf5

diff --git a/source/text/sbasic/shared/03/sf_calc.xhp 
b/source/text/sbasic/shared/03/sf_calc.xhp
index 8b143da7f..0dd706d18 100644
--- a/source/text/sbasic/shared/03/sf_calc.xhp
+++ b/source/text/sbasic/shared/03/sf_calc.xhp
@@ -1725,7 +1725,7 @@
     <paragraph role="bascode" localize="false"  
id="bas_id901611776237759">arrData(0, 1) = "One" : arrData(1, 1) = "Two" : 
arrData(2, 1) = "Three"</paragraph>
     <paragraph role="bascode" localize="false"  
id="bas_id711611776238030">oDoc.SetArray("Sheet1.A1", arrData)</paragraph>
   </bascode>
-  <paragraph role="paragraph" id="par_id601611775600983">This example uses the 
<literal>RangeInit</literal> method of the <link 
href="text/sbasic/shared/03/sf_array.xhp#RangeInit" name="CHANGE 
ME">ScriptForge Array service</link> to create an array with values that are 
then stored from cell "A1" and downwards.</paragraph>
+  <paragraph role="paragraph" id="par_id601611775600983">This example uses the 
<literal>RangeInit</literal> method of the <link 
href="text/sbasic/shared/03/sf_array.xhp#RangeInit">ScriptForge Array 
service</link> to create an array with values that are then stored from cell 
"A1" and downwards.</paragraph>
   <bascode>
     <paragraph role="bascode" id="bas_id251592745582536">'Fill 1st column with 
values from 1 to 1000</paragraph>
     <paragraph role="bascode" localize="false" 
id="bas_id51592745582822">oDoc.SetArray("Sheet1.A1", SF_Array.RangeInit(1, 
1000))</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_menu.xhp 
b/source/text/sbasic/shared/03/sf_menu.xhp
index 162c63083..6e19b76f3 100644
--- a/source/text/sbasic/shared/03/sf_menu.xhp
+++ b/source/text/sbasic/shared/03/sf_menu.xhp
@@ -186,7 +186,7 @@
     <paragraph role="bascode" localize="false" 
id="par_id21636720557256">oMenu.AddItem("Item C>Item C.2>Item 
C.2.3")</paragraph>
     <paragraph role="bascode" localize="false" 
id="par_id21636720557941">oMenu.AddItem("Item C>Item C.2>Item 
C.2.4")</paragraph>
   </bascode>
-  <note id="par_id121636721243578">The string "---" is used to define line 
separators in menus or submenus.</note>
+  <note id="par_id121636721243578">The string <literal>---</literal> is used 
to define separator lines in menus or submenus./note>
   <embed href="text/sbasic/shared/03/sf_popupmenu.xhp#using_icons"/>
 
   <h2 id="hd_id501582887473754" xml-lang="en-US">Methods</h2>
diff --git a/source/text/sbasic/shared/03/sf_popupmenu.xhp 
b/source/text/sbasic/shared/03/sf_popupmenu.xhp
index b36ebbda3..51c155b68 100644
--- a/source/text/sbasic/shared/03/sf_popupmenu.xhp
+++ b/source/text/sbasic/shared/03/sf_popupmenu.xhp
@@ -131,7 +131,7 @@
         <paragraph id="par_id961600788076376" role="tablecontent" 
localize="false">String</paragraph>
       </tablecell>
       <tablecell>
-        <paragraph id="par_id81600788076419" role="tablecontent">Character 
used to define the access key of a menu item. The default character is 
"~".</paragraph>
+        <paragraph id="par_id81600788076419" role="tablecontent">Character 
used to define the access key of a menu item. The default character is 
<literal>~</literal>.</paragraph>
       </tablecell>
     </tablerow>
     <tablerow>
@@ -145,7 +145,7 @@
         <paragraph id="par_id831600788076785" role="tablecontent" 
localize="false">String</paragraph>
       </tablecell>
       <tablecell>
-        <paragraph id="par_id441600788076826" role="tablecontent">Character or 
string that defines how menu items are nested. The default character is 
">".</paragraph>
+        <paragraph id="par_id441600788076826" role="tablecontent">Character or 
string that defines how menu items are nested. The default character is 
<literal>&gt;</literal>.</paragraph>
       </tablecell>
     </tablerow>
   </table>
@@ -165,7 +165,7 @@
     <paragraph role="bascode" localize="false" id="bas_id921636719843154">'    
                 Item C.2.3</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id921636719843965">'    
                 Item C.2.4</paragraph>
   </bascode>
-  <paragraph role="paragraph" id="par_id211636720111489">The code below uses 
the default submenu character ">" to create the menu/submenu hierarchy defined 
above:</paragraph>
+  <paragraph role="paragraph" id="par_id211636720111489">The code below uses 
the default submenu character <literal>&gt;</literal> to create the 
menu/submenu hierarchy defined above:</paragraph>
   <bascode>
     <paragraph role="bascode" localize="false" 
id="bas_id961636720555061">myPopup.AddItem("Item A")</paragraph>
     <paragraph role="bascode" localize="false" 
id="bas_id371636720556397">myPopup.AddItem("Item B>Item B.1")</paragraph>
@@ -179,7 +179,7 @@
     <paragraph role="bascode" localize="false" 
id="bas_id21636720557256">myPopup.AddItem("Item C>Item C.2>Item 
C.2.3")</paragraph>
     <paragraph role="bascode" localize="false" 
id="bas_id21636720557941">myPopup.AddItem("Item C>Item C.2>Item 
C.2.4")</paragraph>
   </bascode>
-  <note id="par_id121636721243578">The string "---" is used to define line 
separators in menus or submenus..</note>
+  <note id="par_id121636721243578">The string <literal>---</literal> is used 
to define separator lines in menus or submenus.</note>
   <section id="using_icons">
     <h2 id="hd_id211636723438558">Using icons</h2>
     <paragraph role="paragraph" id="par_id981636723485402">Items in the menu 
can have icons, which are specified as arguments in the 
<literal>AddCheckBox</literal>, <literal>AddItem</literal> and 
<literal>AddRadioButton</literal> methods.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_region.xhp 
b/source/text/sbasic/shared/03/sf_region.xhp
index df0aec3b3..72ab4395c 100644
--- a/source/text/sbasic/shared/03/sf_region.xhp
+++ b/source/text/sbasic/shared/03/sf_region.xhp
@@ -43,7 +43,7 @@
   <paragraph role="paragraph" id="par_id981656013623018">On some situations 
the full locale is not required and only the language or country may be 
specified.</paragraph>
   <note id="par_id261656013132204">Most properties and methods accept a locale 
as argument. If no locale is specified, then the user-interface locale is used, 
which is defined in the <link 
href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" 
name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the 
<literal>Platform</literal> service.</note>
   <h3 id="hd_id51656013825718">Timezone</h3>
-  <paragraph role="paragraph" id="par_id541656013854150">A string in the 
format "Region/City" such as "Europe/Berlin", or a timezone ID such as "UTC" or 
"GMT-8:00". Refer to the wiki page <link 
href="https://wikipedia.org/wiki/List_of_tz_database_time_zones"; 
name="TimeZones_List">List of tz database and timezones</link> for a list of 
possible timezone names and IDs.</paragraph>
+  <paragraph role="paragraph" id="par_id541656013854150">A string in the 
format "Region/City" such as "Europe/Berlin", or a timezone ID such as "UTC" or 
"GMT-8:00". Refer to the wiki page <link 
href="https://wikipedia.org/wiki/List_of_tz_database_time_zones"; 
name="TimeZones_List">List of tz database timezones</link> for a list of 
possible timezone names and IDs.</paragraph>
   <warning id="par_id981656078937577">Providing an invalid timezone string to 
any of the methods in the <literal>Region</literal> service will not result in 
a runtime error. Instead, methods as <literal>UTCDateTime</literal> and 
<literal>UTCNow</literal> will return the current operating system date and 
time.</warning>
   <paragraph role="paragraph" id="par_id611656014040098">The time offset 
between the timezone and the Greenwich Meridian Time (GMT) is expressed in 
minutes.</paragraph>
   <paragraph role="paragraph" id="par_id121656014053670">The Daylight Saving 
Time (DST) is an additional offset.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_session.xhp 
b/source/text/sbasic/shared/03/sf_session.xhp
index 477445ea6..a5a788cc4 100644
--- a/source/text/sbasic/shared/03/sf_session.xhp
+++ b/source/text/sbasic/shared/03/sf_session.xhp
@@ -214,7 +214,7 @@
     <bookmark_value>Session service;ExecuteBasicScript</bookmark_value>
   </bookmark>
   <h2 id="hd_id281582815407230" localize="false">ExecuteBasicScript</h2>
-  <paragraph role="paragraph" id="par_id451582815407230">Execute the Basic 
script given its name and location and fetch its result if any.</paragraph>
+  <paragraph role="paragraph" id="par_id451582815407230">Execute the BASIC 
script given its name and location, and fetch its result, if any.</paragraph>
   <paragraph role="paragraph" id="par_id921600856780901" xml-lang="en-US">If 
the script returns nothing, which is the case of procedures defined with 
<literal>Sub</literal>, the returned value is 
<literal>Empty</literal>.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id131626808989444">
diff --git a/source/text/sbasic/shared/03/sf_string.xhp 
b/source/text/sbasic/shared/03/sf_string.xhp
index 2ca692c21..eaaf5c10e 100644
--- a/source/text/sbasic/shared/03/sf_string.xhp
+++ b/source/text/sbasic/shared/03/sf_string.xhp
@@ -150,7 +150,7 @@
 
   <h3 id="hd_id771579606799550">Non-printable characters:</h3>
     <paragraph role="paragraph" id="par_id531579606877342">Characters defined 
in the Unicode Character Database as “Other” or “Separator” are considered as 
non-printable characters.</paragraph>
-    <paragraph role="paragraph" id="par_id221611949584320">Control characters 
(ascii code &lt;= 0x1F) are also considered as non-printable.</paragraph>
+    <paragraph role="paragraph" id="par_id221611949584320">Control characters 
(ASCII code &lt;= 0x1F) are also considered as non-printable.</paragraph>
 
   <h3 id="hd_id661579604944268">Quotes inside strings:</h3>
     <paragraph role="paragraph" id="par_id551579605035332">To add quotes in 
strings use \' (single quote) or \" (double quote). For example:</paragraph>
@@ -643,7 +643,7 @@
     <bookmark_value>String service;IsAscii</bookmark_value>
   </bookmark>
   <h2 id="hd_id891580039448798" localize="false">IsAscii</h2>
-  <paragraph role="paragraph" id="par_id671580039484786">Returns 
<literal>True</literal> if all characters in the string are Ascii 
characters.</paragraph>
+  <paragraph role="paragraph" id="par_id671580039484786">Returns 
<literal>True</literal> if all characters in the string are ASCII 
characters.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id931627160994922">
     <input>svc.IsAscii(inputstr: str): bool</input>
@@ -1058,7 +1058,7 @@
   <paragraph role="paragraph" 
id="par_id911580133391827"><emph>inputstr</emph>: The string to be 
center-justified. If empty, the method returns an empty string.</paragraph>
   <paragraph role="paragraph" id="par_id671580133694946"><emph>length</emph>: 
The length of the resulting string (default = the length of the input 
string).</paragraph>
   <paragraph role="paragraph" id="par_id511612381090109">If the specified 
length is shorter than the center-justified input string, then the returned 
string is truncated.</paragraph>
-  <paragraph role="paragraph" id="par_id101580133705268"><emph>padding</emph>: 
The single character to be used as padding (default = the Ascii space " 
").</paragraph>
+  <paragraph role="paragraph" id="par_id101580133705268"><emph>padding</emph>: 
The single character to be used as padding (default = the ASCII space " 
").</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
   <bascode>
     <paragraph role="bascode" localize="false" 
id="bas_id121580133437963">MsgBox SF_String.JustifyCenter("Title", Length := 
11) ' "   Title   "</paragraph>
@@ -1083,7 +1083,7 @@
   <paragraph role="paragraph" 
id="par_id281580135523448"><emph>inputstr</emph>: The string to be 
left-justified. If empty, the method returns an empty string.</paragraph>
   <paragraph role="paragraph" id="par_id431580135534910"><emph>length</emph>: 
The length of the resulting string (default = the length of the input 
string).</paragraph>
   <paragraph role="paragraph" id="par_id161612381664182">If the specified 
length is shorter than the left-justified input string, then the returned 
string is truncated.</paragraph>
-  <paragraph role="paragraph" id="par_id221580135568475"><emph>padding</emph>: 
The single character to be used as padding (default = the Ascii space " 
").</paragraph>
+  <paragraph role="paragraph" id="par_id221580135568475"><emph>padding</emph>: 
The single character to be used as padding (default = the ASCII space " 
").</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
   <bascode>
     <paragraph role="bascode" localize="false" 
id="bas_id611580135592267">MsgBox SF_String.JustifyLeft("Title", Length := 10) 
' "Title     "</paragraph>
@@ -1108,7 +1108,7 @@
   <paragraph role="paragraph" 
id="par_id201580136154170"><emph>inputstr</emph>: The string to be 
right-justified. If empty, the method returns an empty string.</paragraph>
   <paragraph role="paragraph" id="par_id71580136164632"><emph>length</emph>: 
The length of the resulting string (default = the length of the input 
string).</paragraph>
   <paragraph role="paragraph" id="par_id191612381732163">If the specified 
length is shorter than the right-justified input string, then the returned 
string is truncated.</paragraph>
-  <paragraph role="paragraph" id="par_id751580136200680"><emph>padding</emph>: 
The single character to be used as padding (default = the Ascii space " 
").</paragraph>
+  <paragraph role="paragraph" id="par_id751580136200680"><emph>padding</emph>: 
The single character to be used as padding (default = the ASCII space " 
").</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
   <bascode>
     <paragraph role="bascode" localize="false" 
id="bas_id791580136219992">MsgBox SF_String.JustifyRight("Title", Length := 10) 
' "     Title"</paragraph>
@@ -1335,7 +1335,7 @@
   </paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
   <paragraph role="paragraph" 
id="par_id881580211809490"><emph>inputstr</emph>: The string to be 
split.</paragraph>
-  <paragraph role="paragraph" 
id="par_id811580211821162"><emph>delimiter</emph>: A string of one or more 
characters that will be used as delimiter. The default delimiter is the Ascii 
space " " character.</paragraph>
+  <paragraph role="paragraph" 
id="par_id811580211821162"><emph>delimiter</emph>: A string of one or more 
characters that will be used as delimiter. The default delimiter is the ASCII 
space " " character.</paragraph>
   <paragraph role="paragraph" 
id="par_id181580211833778"><emph>occurrences</emph>: The maximum number of 
substrings to return. The default value is 0, meaning that there is no limit to 
the number of returned strings.</paragraph>
   <paragraph role="paragraph" 
id="par_id421599123777334"><emph>quotechar</emph>: Either the single (') or 
double (") quote.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
@@ -1414,7 +1414,7 @@
     <bookmark_value>String service;Unescape</bookmark_value>
   </bookmark>
   <h2 id="hd_id831580483080098" localize="false">Unescape</h2>
-  <paragraph role="paragraph" id="par_id61580483096936">Converts any escaped 
sequence (\\, \n, \r, \t) in the input string to their corresponding Ascii 
character.</paragraph>
+  <paragraph role="paragraph" id="par_id61580483096936">Converts any escaped 
sequence (\\, \n, \r, \t) in the input string to their corresponding ASCII 
character.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id51627164365699">
     <input>svc.Unescape(inputstr: str): str</input>
@@ -1466,7 +1466,7 @@
   <paragraph role="paragraph" id="par_id871585834468102">Converts the input 
string into an array of substrings so that each item in the array has at most a 
given number of characters.</paragraph>
   <paragraph role="paragraph" id="par_id21612394465120">In practice, this 
method returns a zero-based array of output lines, without newlines at the end, 
except for the pre-existing line-breaks.</paragraph>
   <paragraph role="paragraph" id="par_id601612395193333">Tabs are expanded 
using the same procedure performed by the <link 
href="text/sbasic/shared/03/sf_string.xhp#ExpandTabs" name="ExpandTabs 
method">ExpandTabs</link> method.</paragraph>
-  <paragraph role="paragraph" id="par_id641612394826616"> Symbolic line breaks 
are replaced by their equivalent Ascii characters.</paragraph>
+  <paragraph role="paragraph" id="par_id641612394826616">Symbolic line breaks 
are replaced by their equivalent ASCII characters.</paragraph>
   <paragraph role="paragraph" id="par_id361612394859733">If the wrapped output 
has no content, the returned array is empty.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
   <paragraph role="paragraph" localize="false" id="par_id41627164529595">
diff --git a/source/text/sbasic/shared/03/sf_ui.xhp 
b/source/text/sbasic/shared/03/sf_ui.xhp
index 313577f48..82585a451 100644
--- a/source/text/sbasic/shared/03/sf_ui.xhp
+++ b/source/text/sbasic/shared/03/sf_ui.xhp
@@ -485,7 +485,7 @@
    <pycode>
      <paragraph role="pycode" localize="false" 
id="pyc_id431620331254271">ui.OpenBaseDocument(r"C:\Documents\myDB.odb", 
macroexecution = ui.MACROEXECALWAYS)</paragraph>
    </pycode>
-   <tip id="par_id941620762989833">To improve code readability you can use 
<link href="text/sbasic/shared/03/sf_ui.xhp#Constants" name="CHANGE 
ME">predefined constants</link> for the <literal>macroexecution</literal> 
argument, as in the examples above.</tip>
+   <tip id="par_id941620762989833">To improve code readability you can use 
<link href="text/sbasic/shared/03/sf_ui.xhp#Constants">predefined 
constants</link> for the <literal>macroexecution</literal> argument, as in the 
examples above.</tip>
 </section>
 
 <section id="OpenDocument">
@@ -494,7 +494,7 @@
       <bookmark_value>UI service;OpenDocument</bookmark_value>
    </bookmark>
    <h2 id="hd_id451588523635719" localize="false">OpenDocument (*)</h2>
-   <paragraph role="paragraph" id="par_id541588523635283">Opens an existing 
%PRODUCTNAME document with the given options. Returns a document object or one 
of its subclasses. The method returns <literal>Nothing</literal> (in Basic) / 
<literal>None</literal> (in Python) if the opening failed, even when the 
failure is caused by a user decision.</paragraph>
+   <paragraph role="paragraph" id="par_id541588523635283">Opens an existing 
%PRODUCTNAME document with the given options. Returns a document object or one 
of its subclasses. The method returns <literal>Nothing</literal> (in BASIC) or 
<literal>None</literal> (in Python) if the opening failed, even when the 
failure is caused by a user decision.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" localize="false" id="par_id271620321692960">
      <input>svc.Opendocument(filename: str, password: str = '', readonly: bool 
= False, hidden: bool = False, macroexecution: int = 0, filtername: str = '', 
filteroptions: str = ''): svc</input>
diff --git a/source/text/scalc/01/solver_options_algo.xhp 
b/source/text/scalc/01/solver_options_algo.xhp
index 9ad02f74a..89f2e62ae 100644
--- a/source/text/scalc/01/solver_options_algo.xhp
+++ b/source/text/scalc/01/solver_options_algo.xhp
@@ -38,7 +38,7 @@
     <h1 id="hd_id0503200917103593"><variable 
id="SolverAlgorithmsOptionsh1"><link 
href="text/scalc/01/solver_options_algo.xhp#SolverAlgorithmsOptionsh1" 
name="Solver Algorithms Options">Solver Algorithms 
Options</link></variable></h1>
 
     <h2 id="par_id651589925044267"><variable 
id="DEPSEvolutionaryalgorithmh2"><link 
href="text/scalc/01/solver_options_algo.xhp#DEPSEvolutionaryalgorithmh2" 
name="DEPS Evolutionary algorithm">DEPS Evolutionary 
Algorithm</link></variable></h2>
-    <paragraph role="paragraph" id="par_id931590164412542">DEPS consists of 
two independent algorithms: Differential Evolution and Particle Swarm 
Optimization. Both are especially suited for numerical problems, such as 
nonlinear optimization, and are complementary to each other in that they even 
out their others shortcomings. </paragraph>
+    <paragraph role="paragraph" id="par_id931590164412542">DEPS consists of 
two independent algorithms: Differential Evolution and Particle Swarm 
Optimization. Both are especially suited for numerical problems, such as 
nonlinear optimization, and are complementary to each other in that they even 
out each other’s shortcomings. </paragraph>
     <table id="id=tab_id971589978166858">
         <tablerow>
             <tablecell>
diff --git a/source/text/scalc/01/sparklines.xhp 
b/source/text/scalc/01/sparklines.xhp
index 70d9c1b0e..e7f4a9584 100644
--- a/source/text/scalc/01/sparklines.xhp
+++ b/source/text/scalc/01/sparklines.xhp
@@ -28,7 +28,7 @@
     </section>
     <paragraph role="paragraph" id="par_id341654174064080">Sparklines are 
defined for one cell, but multiple sparklines can be joined together into a 
group. The group shares the same properties for rendering the sparkline. The 
unique data that is defined only for one sparkline is the data range, that a 
sparkline will use for rendering.</paragraph>
     <section id="howtoget">
-        <paragraph role="paragraph" id="par_id761654173486733">Choose 
<menuitem>Insert – Sparklines</menuitem></paragraph>
+        <paragraph role="paragraph" id="par_id761654173486733">Choose 
<menuitem>Insert - Sparkline</menuitem>.</paragraph>
     </section>
     <h2 id="hd_id391654173530650">Data</h2>
     <paragraph role="paragraph" id="par_id751654174462868"><emph>Input 
range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> 
button to select the data range with the mouse.</paragraph>
@@ -60,7 +60,7 @@
         </listitem>
     </list>
     <paragraph role="paragraph" id="par_id431654176711837"><emph>Display 
hidden</emph>: check to show all columns or stacks in the range even when the 
data is in hidden cells. If unchecked, the hidden data is ignored.</paragraph>
-    <paragraph role="paragraph" 
id="par_id21654177035348"><emph>Right-to-left</emph>: check to display the 
sparklines reverse order of the data.</paragraph>
+    <paragraph role="paragraph" 
id="par_id21654177035348"><emph>Right-to-left</emph>: check to have the 
sparklines show the data in reverse order.</paragraph>
     <h2 id="hd_id911654177186844">Colors</h2>
     <paragraph role="paragraph" id="par_id11654177765370"><emph>Series</emph>: 
select the main color for the sparklines.</paragraph>
     <paragraph role="paragraph" id="par_id421654177770032"><emph>Negative 
points</emph>: check and select the color for negative points.</paragraph>

Reply via email to