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

2023-12-04 Thread Stanislav Horacek (via logerrit)
 source/text/scalc/01/04060199.xhp |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

New commits:
commit d20e738f1a2ace6618ad217ad42b17aac69e5762
Author: Stanislav Horacek 
AuthorDate: Sun Dec 3 12:25:54 2023 +0100
Commit: Olivier Hallot 
CommitDate: Mon Dec 4 15:21:58 2023 +0100

adjust operators priority part

remove note which is not directly related to "&" operator
fix link to ODF standard page
remove extra non-printing characters

Change-Id: Iccb4d6ac288e41eef07d6f2d12809bc5aa7c48cb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160260
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/04060199.xhp 
b/source/text/scalc/01/04060199.xhp
index eb5af00c9a..0fbf698e12 100644
--- a/source/text/scalc/01/04060199.xhp
+++ b/source/text/scalc/01/04060199.xhp
@@ -391,7 +391,7 @@

 

-Binary operation string concatenation. Note that 
unary (prefix) + and - have a different precedence. Note that "" shall be 
escaped when included in an XML document
+Binary operation string concatenation. Note that 
"" shall be escaped when included in an XML document.



@@ -399,16 +399,15 @@

 =, , , =,, =

-Comparisonoperators equal to, not equal to, 
less than, less than or equal to, greater than, greater than or equal 
to
+Comparison operators equal to, not equal to, less 
than, less than or equal to, greater than, greater than or equal to.


 
-Prefix €œ"-"€ has a higher precedence than 
"^"€, €œ"^"€ is left-associative, and
-reference intersection has a higher precedence than reference union.
-Prefix "+"€ and "-" are defined to be 
right-associative. However, note that typical applications which implement at 
most the operators defined in this specification (as specified) may implement 
them as left-associative, because the calculated results will be 
identical.
+Prefix "-" has a higher precedence than "^", 
"^" is left-associative, and reference intersection has a higher precedence 
than reference union.
+Prefix "+" and "-" are defined to be 
right-associative. However, note that typical applications which implement at 
most the operators defined in this specification (as specified) may implement 
them as left-associative, because the calculated results will be 
identical.
 Precedence can be overridden by using 
parentheses, so "=2+3*4" computes to 14 but "=(2+3)*4" computes 20.
 
-OpenDocument
 v1.3 part4, Formula Operators
+https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators;>OpenDocument
 v1.3 part 4, Formula Operators
 
 
 


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

2023-12-04 Thread Olivier Hallot (via logerrit)
 source/text/scalc/main0105.xhp |   18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

New commits:
commit 645689dde4f47e1c9a765867d30b6ff2862b32dd
Author: Olivier Hallot 
AuthorDate: Sun Dec 3 12:45:25 2023 -0300
Commit: Olivier Hallot 
CommitDate: Mon Dec 4 15:20:03 2023 +0100

tdf#155876 UI cmds Calc-Format menu (25)

+ End of format menu for Calc
+ refactoring

Change-Id: I5f220c507844fb64a27ed62b4220c358dc2fd2c3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160267
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/main0105.xhp b/source/text/scalc/main0105.xhp
index 25355bff21..4f81b002bb 100644
--- a/source/text/scalc/main0105.xhp
+++ b/source/text/scalc/main0105.xhp
@@ -49,23 +49,21 @@
 
 
 
-
-
+
+
+Chart - Export as Image
+Exports directly the 
chart as image. Select the image file type in the Save dialog.
 
-
+
+
 
+
+
 
 
-
 
 
-
-
-Control
-
 
-Form
-
 
 
 


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

2023-12-04 Thread Andrea Gelmini (via logerrit)
 source/text/sbasic/shared/03/sf_database.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2517ad1832fb57f03f04741df091d5e885780057
Author: Andrea Gelmini 
AuthorDate: Mon Dec 4 13:08:59 2023 +0100
Commit: Julien Nabet 
CommitDate: Mon Dec 4 14:54:30 2023 +0100

Fix typo

Change-Id: Iede79766f569d4384308a353c5f11062c96fd3ee
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160305
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/source/text/sbasic/shared/03/sf_database.xhp 
b/source/text/sbasic/shared/03/sf_database.xhp
index cc2ae5c00a..852fb6a0f4 100644
--- a/source/text/sbasic/shared/03/sf_database.xhp
+++ b/source/text/sbasic/shared/03/sf_database.xhp
@@ -347,7 +347,7 @@
   myDB.RunSql("UPDATE ...")
   myDB.Commit()
   myDB.RunSql("DELETE ...")
-  ' Test some 
condition before commiting
+  ' Test some 
condition before committing
   If 
bSomeCondition Then
  
 myDB.Commit()
   Else


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

2023-12-03 Thread Andrea Gelmini (via logerrit)
 source/text/scalc/01/FormatSparklineMenu.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 167b6b1ec40f44ab450a3c9a1fdaed8edac3742e
Author: Andrea Gelmini 
AuthorDate: Sun Dec 3 21:38:54 2023 +0100
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon Dec 4 00:06:38 2023 +0100

Fix typo

Change-Id: I684dadb65f9f41b89d74532cf6bb2b76d01de5f5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160281
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/source/text/scalc/01/FormatSparklineMenu.xhp 
b/source/text/scalc/01/FormatSparklineMenu.xhp
index d0708000d8..c89db58803 100644
--- a/source/text/scalc/01/FormatSparklineMenu.xhp
+++ b/source/text/scalc/01/FormatSparklineMenu.xhp
@@ -42,7 +42,7 @@
 Creates a group for 
all sparklines selected.
 
 Ungroup Sparklines
-Ungroup the 
sparkines previously grouped.
+Ungroup the 
sparklines previously grouped.
 
 
 


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

2023-12-03 Thread Rafael Lima (via logerrit)
 source/text/sbasic/shared/03/sf_database.xhp |  202 ++-
 1 file changed, 200 insertions(+), 2 deletions(-)

New commits:
commit 7829aba61ee098e59768600c532c8a31cf25ee34
Author: Rafael Lima 
AuthorDate: Fri Dec 1 21:08:22 2023 +0100
Commit: Rafael Lima 
CommitDate: Sun Dec 3 22:09:36 2023 +0100

Document SF Database transaction handling methods

Change-Id: Id5eadea4d55cfba1b240967f76096142af04d00e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160174
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 

diff --git a/source/text/sbasic/shared/03/sf_database.xhp 
b/source/text/sbasic/shared/03/sf_database.xhp
index feaac92aa4..cc2ae5c00a 100644
--- a/source/text/sbasic/shared/03/sf_database.xhp
+++ b/source/text/sbasic/shared/03/sf_database.xhp
@@ -44,6 +44,90 @@
 The provided interfaces include simple tables and queries 
lists, as well as access to database data.
 To make SQL statements 
more readable, you may use square brackets "[ ]" to enclose names of tables, 
queries and fields instead of using other enclosing characters that may be 
exclusive to certain Relational Database Management Systems (RDBMS). But beware 
that enclosing characters are mandatory in this context.
 
+  
+Transaction handling
+
+  Database service; Transaction handling
+
+By default the 
database handles transactions in auto-commit mode, meaning that a commit is 
done after every SQL statement.
+Use the 
SetTransactionMode method to change the default behavior, 
which allows for manual commits and rollbacks.
+The methods 
Commit and Rollback are used to delimit 
transactions.
+In %PRODUCTNAME, 
there are five types of transaction isolation modes, as defined in the https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdbc_1_1TransactionIsolation.html;>com.sun.star.sdbc.TransactionIsolation
 constant group:
+  
+  
+
+  
+Constant
+  
+  
+Value
+  
+  
+Interpretation
+  
+
+
+  
+NONE
+  
+  
+0
+  
+  
+Transaction 
handling is disabled and the database is set to the default auto-commit 
mode.
+  
+
+
+  
+READ_UNCOMMITTED
+  
+  
+1
+  
+  
+Dirty reads, 
non-repeatable reads and phantom reads can occur.
+If a row is 
changed by a transaction, another transaction will be able to read these 
changes even if they have not been committed.
+  
+
+
+  
+READ_COMMITTED
+  
+  
+2
+  
+  
+Dirty reads 
are prevented, however non-repeatable reads and phantom reads can 
occur.
+This level 
prevents that rows with uncommitted changes are read.
+  
+
+
+  
+REPEATABLE_READ
+  
+  
+4
+  
+  
+Dirty reads 
and non-repeatable reads are prevented. However, phantom reads can 
occur.
+Besides 
preventing uncommitted data from being read, it also prevents that two read 
operations in the same transaction return different results.
+  
+
+
+  
+SERIALIZABLE
+  
+  
+8
+  
+  
+Dirty reads, 
non-repeatable reads and phantom reads are prevented.
+In addition 
to the constraints of the previous level, it also ensures that the set of 
records that match a WHERE clause remains unchanged inside 
the same transaction.
+  
+
+  
+  Read the Wikipedia page on https://en.wikipedia.org/wiki/Isolation_(database_systems)">Isolation in 
Database Systems to learn more about transaction integrity.
+
 Service invocation
 Before using the 
Database service the ScriptForge library 
needs to be loaded or imported:
 
@@ -193,6 +277,7 @@

  
CloseDatabase
+   Commit
CreateDataset
DAvg
DCount
@@ -206,14 +291,16 @@
DLookup
GetRows
OpenFormDocument
+   OpenQuery
  


  
-   OpenQuery
OpenSql
OpenTable
-   RunSql
+   Rollback
+   RunSql
+   SetTransactionMode
  


@@ -240,6 +327,49 @@
   
 
 
+  
+ Commit 
-
 
+
+  Database Service;Commit
+
+Commit
+Commits all updates 
done since the previous Commit or 
Rollback call.
+This method is ignored if commits are 
done automatically after each SQL statement, i.e. the database is set to the 
default auto-commit mode.
+
+
+  db.Commit()
+
+
+
+
+  ' Set the 
REPEATABLE_READ transaction level
+  myDB.SetTransactionMode(4)
+  myDB.RunSql("UPDATE ...")
+  myDB.Commit()
+  myDB.RunSql("DELETE ...")
+  ' Test some 
condition before commiting
+  

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

2023-12-03 Thread Alain Romedenne (via logerrit)
 source/text/sbasic/python/python_programming.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b321caecd0c27ae01afb12924f4f2cb12593dd8
Author: Alain Romedenne 
AuthorDate: Fri Dec 1 16:54:46 2023 +0100
Commit: Alain Romedenne 
CommitDate: Sun Dec 3 10:09:40 2023 +0100

Python example shared macros documentation

Change-Id: If312091c487fd062ec7af24bc4c368bae7b0d748
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160172
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 

diff --git a/source/text/sbasic/python/python_programming.xhp 
b/source/text/sbasic/python/python_programming.xhp
index 92adbebfe6..127dcfec84 100644
--- a/source/text/sbasic/python/python_programming.xhp
+++ b/source/text/sbasic/python/python_programming.xhp
@@ -198,7 +198,7 @@
 
 
   
-LibreLogo and 
TableSample installation shared scripts use 
uno.py module.
+LibreLogo, 
NamedRanges, SetCellColor and 
TableSample preinstalled scripts use uno.py 
module.
 More Python-Basic samples
 
 


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

2023-12-02 Thread Stéphane Guillou (via logerrit)
 source/text/shared/optionen/01070500.xhp |   13 ---
 source/text/simpress/01/0608.xhp |   41 ---
 source/text/simpress/guide/presenter_console.xhp |4 +-
 3 files changed, 32 insertions(+), 26 deletions(-)

New commits:
commit c1e282a842285a55a3f42c62dc1d74c60a8fb3e6
Author: Stéphane Guillou 
AuthorDate: Fri Nov 24 08:53:39 2023 +0100
Commit: Olivier Hallot 
CommitDate: Sat Dec 2 12:59:05 2023 +0100

tdf#135089 update location of Presenter Console settings

...and update various headings and section order.

Change-Id: Ib1e19581def728ea35ac8ab837665ffcf482bfb9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159893
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/optionen/01070500.xhp 
b/source/text/shared/optionen/01070500.xhp
index dca01427c2..e596d5223c 100644
--- a/source/text/shared/optionen/01070500.xhp
+++ b/source/text/shared/optionen/01070500.xhp
@@ -96,19 +96,6 @@
 Tab stops
 Defines the 
spacing between tab stops.
 
-
-
-Presentation
-
-Enable remote control
-Specifies that you 
want to enable Bluetooth remote control while Impress is running. 
Unmark Enable remote control to disable remote 
controlling.
-
-
-Enable Presenter Console
-Specifies that you want to enable the Presenter Console 
during slideshows.
-
-
-
 
 
 Scale
diff --git a/source/text/simpress/01/0608.xhp 
b/source/text/simpress/01/0608.xhp
index e635eb2ee1..70781d19f0 100644
--- a/source/text/simpress/01/0608.xhp
+++ b/source/text/simpress/01/0608.xhp
@@ -39,7 +39,7 @@
 
 
 Slide Show Settings
-Defines settings for your 
slide show, including which slide to start from, the way you advance the 
slides, the type of presentation, and pointer 
options.
+Defines settings for your 
slide show, including how to display it, which slide to start from, the way you 
advance the slides, and whether you want to use the presenter console or 
control it remotely.
 
 
 
@@ -85,11 +85,15 @@
 Show logo
 Displays the 
$[officename] logo on the pause slide. The logo cannot be 
exchanged.
 
-Options
+Presentation Options
 
 
-Change slides manually
+Disable automatic change of slide
 Slides never change 
automatically when this box is selected.
+
+
+Change slides by clicking on background
+Advances to 
the next slide when you click on the background of a slide.
 
 
 Mouse pointer visible
@@ -101,25 +105,40 @@
 Anything you write with the pen will appear in your 
slides after exiting the slideshow. The properties of the pen can be changed by 
choosing the Pen Width or Change pen Color command in 
the context menu of the running slide show.
 
 
-Animations allowed
+Enable animated images
 Displays all 
frames of animated GIF files during the slide show. If this option is 
not selected, only the first frame of an animated GIF file is 
displayed.see #i63884
-
-
-Change slides by clicking on background
-Advances to 
the next slide when you click on the background of a slide.
 
 
-Presentation always on top
+Keep presentation always on top
 The $[officename] 
window remains on top during the presentation. No other program will show its 
window in front of your presentation.
 
-Multiple Displays
+Display
 By default the 
primary display is used for slide show mode. If the current desktop is 
displayed on more than one display, you can select which display to use for 
full screen slide show mode. If the current desktop spans only one display, or 
if the multi display feature is not supported on the current system, you cannot 
select another display.
+These settings are saved in the user configuration 
and not inside the document.
 
 
 Presentation display
 Select a display to use for full screen slide show 
mode.
 If the system 
allows the user to span a window over all available displays, you can also 
select "All displays". In this case the presentation is spanned over all 
available displays.
-This setting is saved in the user configuration and 
not inside the document.
+
+
+Presenter console
+The Presenter 
console provides extra controls and tools useful to the 
presenter. You can choose to use it in windowed or full screen mode, or disable 
it entirely.
+
+
+Show navigation bar
+The navigation bar 
allows the presenter to control the presentation with buttons at the bottom 
left of the screen, either with the mouse pointer or directly on display if a 
touch screen is used.
+
+
+Remote control
+
+
+Enable remote control
+Specifies that 
you want to enable Bluetooth remote control while Impress is running. 
Unmark Enable remote control to disable remote 
controlling.
+
+
+A link directs you to 
the https://hub.libreoffice.org/impress-remote;>available options 
to install the application on your device.
+
 
 
 
diff --git a/source/text/simpress/guide/presenter_console.xhp 
b/source/text/simpress/guide/presenter_console.xhp
index 

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

2023-12-02 Thread Stanislav Horacek (via logerrit)
 source/text/sbasic/shared/03/sf_dialog.xhp|   22 ++
 source/text/sbasic/shared/03/sf_dialogcontrol.xhp |2 +-
 2 files changed, 11 insertions(+), 13 deletions(-)

New commits:
commit a1840f2baee7b129990d6c0b218aae1b8d0304d7
Author: Stanislav Horacek 
AuthorDate: Tue Nov 28 18:20:05 2023 +0100
Commit: Olivier Hallot 
CommitDate: Sat Dec 2 12:58:35 2023 +0100

mark untranslatable code and control name in SF Dialog and DialogControl

also fixed typos caused by split paragraph

Change-Id: I6c4d3badb30629c4bf58011089b4beeb1438204a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160051
Tested-by: Jenkins
Reviewed-by: Alain Romedenne 

diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp 
b/source/text/sbasic/shared/03/sf_dialog.xhp
index 520e80f60d..37b1f9078d 100644
--- a/source/text/sbasic/shared/03/sf_dialog.xhp
+++ b/source/text/sbasic/shared/03/sf_dialog.xhp
@@ -85,8 +85,7 @@

dlg = CreateScriptService('NewDialog', 'myDialog1', (100,200, 40, 
110))
# 
... Process controls and do what is needed
   
-  All properties and 
methods applicable to predefined dialogs are available for such new dialogs. In 
particular the series of CreateXXX() methods for the addition
-of new dialog controls.
+  All properties and 
methods applicable to predefined dialogs are available for such new dialogs. In 
particular the series of CreateXXX() methods for the 
addition of new dialog controls.
 
   Retrieving the Dialog instance that triggered 
a dialog event
   An 
instance of the Dialog service can be retrieved via the 
SFDialogs.DialogEvent service, provided that the dialog was 
initiated with the Dialog service. In the example below, 
oDlg contains the Dialog instance that 
triggered the dialog event.
@@ -579,8 +578,7 @@ of new dialog controls.
   Dialog service;CloneControl

CloneControl
-   Duplicate an 
existing control of any type
-in the actual dialog. The duplicated control is left unchanged and can be 
relocated.
+   Duplicate an 
existing control of any type in the actual dialog. The duplicated control is 
left unchanged and can be relocated.

svc.CloneControl(SourceName: str, ControlName: 
str, Left: num, Top: num): svc

@@ -709,11 +707,11 @@ in the actual dialog. The duplicated control is left 
unchanged and can be reloca
   


- Set myComboBox = 
oDlg.CreateComboBox(ComboBox1, Array(20, 20, 60, 15), Dropdown := 
True)
+ Set 
myComboBox = oDlg.CreateComboBox(ComboBox1, Array(20, 20, 60, 15), 
Dropdown := True)



- myComboBox = 
dlg.CreateComboBox('ComboBox1', (20, 20, 60, 15), Dropdown = True)
+ myComboBox = dlg.CreateComboBox('ComboBox1', (20, 20, 60, 15), 
Dropdown = True)

 
 
@@ -1061,11 +1059,11 @@ in the actual dialog. The duplicated control is left 
unchanged and can be reloca
   


- Set myRadioButton = 
oDlg.CreateRadioButton(RadioButton1, Array(20, 20, 60, 15), 
MultiLine := True)
+ Set 
myRadioButton = oDlg.CreateRadioButton(RadioButton1, Array(20, 20, 
60, 15), MultiLine := True)



- myRadioButton = 
dlg.CreateRadioButton('RadioButton1', (20, 20, 60, 15), MultiLine = 
True)
+ myRadioButton = dlg.CreateRadioButton('RadioButton1', (20, 20, 
60, 15), MultiLine = True)

 
 
@@ -1187,11 +1185,11 @@ in the actual dialog. The duplicated control is left 
unchanged and can be reloca
   


- Set myTreeControl = 
oDlg.CreateTreeControl(TreeControl1, Array(20, 20, 60, 
15))
+ Set 
myTreeControl = oDlg.CreateTreeControl(TreeControl1, Array(20, 20, 
60, 15))



- myTreeControl = 
dlg.CreateTreeControl('TreeControl1', (20, 20, 60, 15))
+ myTreeControl = dlg.CreateTreeControl('TreeControl1', (20, 20, 
60, 15))

 
 
@@ -1321,11 +1319,11 @@ in the actual dialog. The duplicated control is left 
unchanged and can be reloca



- oDlg.OrderTabs(Array(myListBox, 
myTextField, myNumericField), Start := 10)
+ oDlg.OrderTabs(Array(myListBox, 
myTextField, myNumericField), Start := 10)



- dlg.OrderTabs(('myListBox', 'myTextField', 
'myNumericField'), Start = 10)
+ dlg.OrderTabs(('myListBox', 'myTextField', 'myNumericField'), 
Start = 10)

 
 
diff --git a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp 
b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
index 6f4c8ca8b1..95badd3d29 100644
--- a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
+++ b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
@@ -523,7 +523,7 @@
 String
  
 
-Hyperlink
+Hyperlink
 
 
 The URL to open when the control is clicked.


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

2023-12-02 Thread Stanislav Horacek (via logerrit)
 source/text/sbasic/shared/03/sf_formdocument.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a0058e57883886e2249e4fc2d03e15454f267f4b
Author: Stanislav Horacek 
AuthorDate: Tue Nov 28 19:16:13 2023 +0100
Commit: Olivier Hallot 
CommitDate: Sat Dec 2 12:57:52 2023 +0100

mark bookmarks and paragraph in SF FormDocument as translatable

Change-Id: I5867af5313ca86b11b79d59b6a042b16ce9dfee0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160053
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/03/sf_formdocument.xhp 
b/source/text/sbasic/shared/03/sf_formdocument.xhp
index bd11e9a18b..696f610276 100644
--- a/source/text/sbasic/shared/03/sf_formdocument.xhp
+++ b/source/text/sbasic/shared/03/sf_formdocument.xhp
@@ -17,7 +17,7 @@
 
 
 
-  
+  
 FormDocument service
   
 
@@ -44,7 +44,7 @@
 ' 
...
 oFormDoc.CloseDocument()
   
-  The 
following example uses the Database service to open the form 
document. In this case, the Base file will not be opened and only the form 
document will be shown.
+  The following example 
uses the Database service to open the form document. In this 
case, the Base file will not be opened and only the form document will be 
shown.
   
 Dim 
oDatabase As Object, oFormDoc As Object
 oDatabase = CreateScriptService("Database", 
"C:\Documents\MyDatabase.odb")


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

2023-12-02 Thread Stanislav Horacek (via logerrit)
 source/text/swriter/00/0405.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 34d58970fae2b79958754584c3892512e5648bde
Author: Stanislav Horacek 
AuthorDate: Sat Nov 25 14:11:41 2023 +0100
Commit: Olivier Hallot 
CommitDate: Sat Dec 2 12:57:09 2023 +0100

fix label of Select Table icon

Change-Id: I33fc0fee719c45447cfbbf3baad52770c0329b02
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159951
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/00/0405.xhp 
b/source/text/swriter/00/0405.xhp
index 6c60c44dd1..5ba0c91c2c 100644
--- a/source/text/swriter/00/0405.xhp
+++ b/source/text/swriter/00/0405.xhp
@@ -473,7 +473,7 @@
 

   
- Icon Select 
Row
+ Icon Select 
Table
   
   
  Select Table


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

2023-12-02 Thread Stanislav Horacek (via logerrit)
 source/text/shared/guide/pdf_params.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef8dd17a74f17232e65cc64132d4918024952345
Author: Stanislav Horacek 
AuthorDate: Tue Nov 21 22:26:30 2023 +0100
Commit: Olivier Hallot 
CommitDate: Sat Dec 2 12:55:32 2023 +0100

fix description of ResizeWindowToInitialPage PDF export option

Change-Id: I0611e69f0fd7a7c7a05f737264442c07bc629c28
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159800
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/guide/pdf_params.xhp 
b/source/text/shared/guide/pdf_params.xhp
index 47b02ba269..04d172be1d 100644
--- a/source/text/shared/guide/pdf_params.xhp
+++ b/source/text/shared/guide/pdf_params.xhp
@@ -649,7 +649,7 @@
 ResizeWindowToInitialPage
 
 
-Specifies that the PDF viewer window is opened full screen 
when the document is opened.
+Specifies that the PDF viewer window is opened showing 
whole initial page when the document is opened.
 
 
 boolean


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

2023-12-02 Thread Andrea Gelmini (via logerrit)
 source/text/sbasic/shared/03/sf_dataset.xhp |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f7f1aa0417dc645fe1a70022dbd58ef5063f5aac
Author: Andrea Gelmini 
AuthorDate: Sat Dec 2 09:59:05 2023 +0100
Commit: Julien Nabet 
CommitDate: Sat Dec 2 10:51:30 2023 +0100

Fix typos

Change-Id: I9dd8a05048631cf0f1b8ec1f2ccef4d800e42e7d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160239
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/source/text/sbasic/shared/03/sf_dataset.xhp 
b/source/text/sbasic/shared/03/sf_dataset.xhp
index 82171d2c28..112a21dbbc 100644
--- a/source/text/sbasic/shared/03/sf_dataset.xhp
+++ b/source/text/sbasic/shared/03/sf_dataset.xhp
@@ -437,7 +437,7 @@
 
 ExportValueToFile
 Exports the value of 
a binary field of the current record to the specified file.
-If the specified field is not binary or 
if it cointains no data, then the output file is not created.
+If the specified field is not binary or 
if it contains no data, then the output file is not created.
 
 
   svc.ExportValueToFile(fieldname: str, filename: str, overwrite: 
bool): bool
@@ -538,7 +538,7 @@
   svc.Insert(pvargs: any): int
 
 
-pvargs: A Dictionary 
containing pairs of field names and their respective values. Alternativelly, an 
even number of arguments can be specified alternating field names (as a 
String) and their values.
+pvargs: A Dictionary 
containing pairs of field names and their respective values. Alternatively, an 
even number of arguments can be specified alternating field names (as a 
String) and their values.
 
 
 Consider a table 
named "Customers" with 4 fields: "ID" (BigInt, auto value 
and primary key), "Name" (VarChar), "Age" 
(Integer), "City" (VarChar).
@@ -670,7 +670,7 @@
   svc.Update(pvargs: any): bool
 
 
-pvargs: A Dictionary 
containing pairs of field names and their respective values. Alternativelly, an 
even number of arguments can be specified alternating field names (as a 
String) and their values.
+pvargs: A Dictionary 
containing pairs of field names and their respective values. Alternatively, an 
even number of arguments can be specified alternating field names (as a 
String) and their values.
 
 
 The example below 
updates the current record using a Dictionary.


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

2023-12-01 Thread Rafael Lima (via logerrit)
 source/text/sbasic/shared/03/sf_filesystem.xhp |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 3d13c05329657af7015c298220855c4fddabd73d
Author: Rafael Lima 
AuthorDate: Thu Nov 30 00:57:10 2023 +0100
Commit: Rafael Lima 
CommitDate: Fri Dec 1 21:07:50 2023 +0100

Document new SF IncludeSubfolders argument

Change-Id: I360b504446185870e8ea89843e834006f56e2af8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160041
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 

diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp 
b/source/text/sbasic/shared/03/sf_filesystem.xhp
index 9c5e7cc50f..b05ca4fef1 100644
--- a/source/text/sbasic/shared/03/sf_filesystem.xhp
+++ b/source/text/sbasic/shared/03/sf_filesystem.xhp
@@ -712,17 +712,19 @@
 The resulting list 
may be filtered with wildcards.
 
 
-  svc.Files(foldername: str, filter: str = ''): str[0..*]
+  svc.Files(foldername: str, filter: str = '', includesubfolders: 
bool = False): str[0..*]
 
 
 foldername: A string representing a 
folder. The folder must exist. This argument must not designate a 
file.
 filter: A string containing wildcards ("?" and 
"*") that will be applied to the resulting list of files (default = 
"").
+includesubfolders: Set this argument to 
True to include the contents of subfolders (Default = 
False).
 
 
 
   Dim filesList As Variant, file As String
   FSO.FileNaming = "SYS"
-  filesList = FSO.Files("/home/user/", 
"*.txt")
+  ' Returns all files 
matching the "*.txt" filter, including files in subfolders
+  filesList = FSO.Files("/home/user/", "*.txt", 
IncludeSubfolders := True)
   For Each file In filesList
  
 ' ...
   Next file
@@ -730,7 +732,7 @@
 
 
   fs.FileNaming = "SYS"
-  filesList = fs.Files("/home/user/", 
"*.txt")
+  filesList = fs.Files("/home/user/", "*.txt", 
includesubfolders = True)
   for 
file in fileList:
   
# ...
 
@@ -1197,11 +1199,12 @@
 The list may be 
filtered with wildcards.
 
 
-  svc.SubFolders(foldername: str, filter: str = ''): 
str[0..*]
+  svc.SubFolders(foldername: str, filter: str = '', 
includesubfolders: bool = False): str[0..*]
 
 
 foldername: A string representing a 
folder. The folder must exist. foldername must not designate 
a file.
 filter: A string containing wildcards ("?" and 
"*") that will be applied to the resulting list of folders (default = 
"").
+  includesubfolders: Set this argument to 
True to include the contents of subfolders (Default = 
False).
 
 
 


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

2023-11-29 Thread Stanislav Horacek (via logerrit)
 source/text/sbasic/shared/03/sf_formdocument.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6c2b0a0e7c74c629ee248244fbf083314e076bd8
Author: Stanislav Horacek 
AuthorDate: Wed Nov 29 09:59:07 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Nov 29 13:41:35 2023 +0100

mark method syntax as untranslatable

Change-Id: I0740ba3e65dc5c4d6050d2a56521cbd994700eca
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160062
Tested-by: Jenkins
Reviewed-by: Alain Romedenne 

diff --git a/source/text/sbasic/shared/03/sf_formdocument.xhp 
b/source/text/sbasic/shared/03/sf_formdocument.xhp
index a2c747c80a..bd11e9a18b 100644
--- a/source/text/sbasic/shared/03/sf_formdocument.xhp
+++ b/source/text/sbasic/shared/03/sf_formdocument.xhp
@@ -129,10 +129,10 @@
   
 svc.Forms(): str[0..*]
   
-  
+  
 svc.Forms(form: str): svc
   
-  
+  
 svc.Forms(form: int): svc
   
   


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

2023-11-29 Thread Stéphane Guillou (via logerrit)
 source/text/shared/optionen/BasicIDE.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f2ed56c7a3e1b11a2498b62fa14fa596438b3c8
Author: Stéphane Guillou 
AuthorDate: Wed Nov 29 09:31:07 2023 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 29 12:42:35 2023 +0100

Code Completion requires Use Extended Types

even though it is mentioned in the last section.
Also, fix two typos.

Change-Id: I2ccc2b6f1cd5bab7975ae151a29b7477af8e3c83
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160033
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/optionen/BasicIDE.xhp 
b/source/text/shared/optionen/BasicIDE.xhp
index 99857f978f..92b287416b 100644
--- a/source/text/shared/optionen/BasicIDE.xhp
+++ b/source/text/shared/optionen/BasicIDE.xhp
@@ -49,7 +49,7 @@
 This 
feature helps the Basic programmer to complete the code, saves extensive typing 
and helps to reduce coding errors.
 
 Enable code completion
-Display methods of a Basic 
object. Code completion will display the methods of a Basic object, 
provided the object is a UNO extended type. Its does not work on a generic 
Object or Variant Basic 
types.
+Display methods of a Basic 
object. Code completion will display the methods of a Basic object, 
provided the object is a UNO extended type, and the option "Use extended types" 
is also on. It does not work on a generic Object or 
Variant Basic types.
 When 
a variable is a UNO interface or structure, a list box appears when pressing 
the dot after a variable's name (like aVar. [list 
box appears] ). Its methods and variables are listed in the list box, displayed 
just below. You can navigate between the suggested methods and variables with 
the arrow keys. To insert the selected entry, press the Enter key or double click on it with the mouse. To cancel 
the list box, press the Esc key.
 When 
typing the method's name, and pressing the Tab key 
once, it will complete the selected entry, pressing the Tab key again will 
cycle through the matches with the longest prefix. For example, when aVar.aMeth is typed, it will cycle through aMeth1, aMethod2, aMethod3 entries, and other entries are 
not hidden.
 Example:
@@ -81,7 +81,7 @@
 Language Features
 
 Use extended types
-Allow 
UNO object types as valid Basic types. This feature extend the Basic 
programming language standard types with the %PRODUCTNAME UNO types. This 
allows the programmer to define variables with the right UNO type and is 
necessary for the code completion feature.
+Allow 
UNO object types as valid Basic types. This feature extends the Basic 
programming language standard types with the %PRODUCTNAME UNO types. This 
allows the programmer to define variables with the right UNO type and is 
necessary for the code completion feature.
 Example: 
 
 The use 
of UNO Extended Types in Basic programs can restrain interoperability of the 
program when executed in other office suites.


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

2023-11-28 Thread Olivier Hallot (via logerrit)
 source/text/scalc/01/func_year.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df97eb056605af65df8f2b3935285b27b27c21ad
Author: Olivier Hallot 
AuthorDate: Sun Nov 26 16:43:09 2023 +0100
Commit: Olivier Hallot 
CommitDate: Tue Nov 28 14:56:01 2023 +0100

Fix example for YEAR() in Calc

Change-Id: I77e05169e6786210683785217c3611f40d7ebb56
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159901
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/func_year.xhp 
b/source/text/scalc/01/func_year.xhp
index 9cf89c4bb4..0bdbab6f39 100644
--- a/source/text/scalc/01/func_year.xhp
+++ b/source/text/scalc/01/func_year.xhp
@@ -42,7 +42,7 @@
 =YEAR(2) returns 1900
 
 =YEAR(3.33) returns 1991
-=YEAR(DATEVALUE('2010-09-28'))  
returns 2010.
+=YEAR(DATEVALUE("2010-09-28"))  
returns 2010.
 
 
 https://wiki.documentfoundation.org/Documentation/Calc_Functions/YEAR;>YEAR
 wiki page.


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

2023-11-27 Thread Olivier Hallot (via logerrit)
 source/text/scalc/00/0405.xhp |   32 --
 source/text/scalc/01/05120100.xhp |  112 +++--
 source/text/scalc/01/05120300.xhp |1 
 source/text/scalc/01/05120400.xhp |  200 +++---
 source/text/scalc/01/05120500.xhp |   17 +--
 source/text/scalc/main0105.xhp|4 
 6 files changed, 197 insertions(+), 169 deletions(-)

New commits:
commit 4d8a15e36d381a5d839b878f2058bfba15b3442c
Author: Olivier Hallot 
AuthorDate: Wed Nov 22 17:24:11 2023 -0300
Commit: Olivier Hallot 
CommitDate: Mon Nov 27 21:03:09 2023 +0100

tdf#155876 UI cmds Calc-Format menu (22)

+ Conditional formatting
+ refactoring

Change-Id: I4fcca025ec2d4091f5a7afacf1adcc41e10826b0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160005
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/00/0405.xhp 
b/source/text/scalc/00/0405.xhp
index 9b9d33525f..197c0f8984 100644
--- a/source/text/scalc/00/0405.xhp
+++ b/source/text/scalc/00/0405.xhp
@@ -207,9 +207,9 @@
   
 
 
-
+  
   Choose 
Format - Print Ranges - Edit.
-
+  
   Choose 
Layout - Edit tab.
   On the 
Layout menu of the Layout tab, choose 
Print Ranges - Edit.
   
@@ -225,8 +225,11 @@
   
 
 
+  
   Choose Format - Conditional - 
Condition.
-  On the 
Formatting bar, click
+  
+  Choose Home 
- Conditional - Condition.
+  
   
 
   
@@ -242,8 +245,11 @@
 
 
 
+  
   Choose Format - Conditional - Color 
Scale
-  On the 
Formatting bar, click
+  
+  Choose Home 
- Conditional - Color Scale.
+  
   
 
   
@@ -259,8 +265,11 @@
 
 
 
+  
   Choose Format - Conditional - Data 
Bar
-  On the 
Formatting bar, click
+  
+  Choose Home 
- Conditional - Data Bar.
+  
   
 
   
@@ -276,8 +285,11 @@
 
 
 
+  
   Choose Format - Conditional - Icon 
Set
-  On the 
Formatting bar, click
+  
+  Choose Home 
- Conditional - Icon Set.
+  
   
 
   
@@ -293,8 +305,11 @@
 
 
 
+  
   Choose Format - Conditional - 
Date
-  On the 
Formatting bar, click
+  
+  Choose Home 
- Conditional - Date.
+  
   
 
   
@@ -310,7 +325,10 @@
 
 
 
+  
   Choose Format - Conditional - 
Manage
+  
+  Choose Home 
- Conditional - Manage.
 
 
 
diff --git a/source/text/scalc/01/05120100.xhp 
b/source/text/scalc/01/05120100.xhp
index bd604b64b7..e76527b9d3 100644
--- a/source/text/scalc/01/05120100.xhp
+++ b/source/text/scalc/01/05120100.xhp
@@ -11,14 +11,20 @@
 
 
 
-Conditional Formatting - Cell 
value is
+Conditional Formatting - Cell value is
 /text/scalc/01/05120100.xhp
 
 
 
 
-
-
+
+
+
+
+
+
+
+
 
 Condition - Cell value 
is
 Applies a cell 
style on the cell or cell range controlled by the condition set in the drop 
down list. The formatting is applied to each cell individually and the 
condition may depend on other cells values of the selected range.
@@ -30,58 +36,58 @@
 
 
 
-Condition
+Condition
 
 
-Description
+Description
 
 
 
 
-is equal to
+is 
equal to
 
 
-The cell value equals the user defined value in text box in 
the right. Use text inside quotes if you compare text values.
+The 
cell value equals the user defined value in text box in the right. Use text 
inside quotes if you compare text values.
 
 
 
 
-is not equal to
+is 
not equal to
 
 
-The cell value is not equal (different) to the user defined 
value in the text box in the right. Use text inside quotes if you compare text 
values.
+The 
cell value is not equal (different) to the user defined value in the text box 
in the right. Use text inside quotes if you compare text values.
 
 
 
 
-begins with
+begins with
 
 
-The cell contents begins with the text or number defined in 
the text box on the right.
+The 
cell contents begins with the text or number defined in the text box on the 
right.
 
 
 
 
-ends with
+ends 
with
 
 
-The cell contents ends with the text or number defined in the 
right text box.
+The 
cell contents ends with the text or number defined in the right text 
box.
 
 
 
 
-contains
+contains
 
 
-The cell contents contains the text or number defined in the 
right text box.
+The 
cell contents contains the 

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

2023-11-26 Thread Julien Nabet (via logerrit)
 source/text/sbasic/shared/03/sf_l10n.xhp |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 2fc5ab8916f741bfea022ccfe770ce65efb90494
Author: Julien Nabet 
AuthorDate: Sat Nov 25 14:13:25 2023 +0100
Commit: Julien Nabet 
CommitDate: Sun Nov 26 11:55:16 2023 +0100

Related tdf#158364: improve help for ExportToPOTFile

There's no directory used by default so LO requires the complete (with fthe 
path) file name.

Change-Id: Ib28f2593f0e4385fbc8a0e7770c3575f05a15c6f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159899
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 

diff --git a/source/text/sbasic/shared/03/sf_l10n.xhp 
b/source/text/sbasic/shared/03/sf_l10n.xhp
index 317be9c8c0..986ef01b8e 100644
--- a/source/text/sbasic/shared/03/sf_l10n.xhp
+++ b/source/text/sbasic/shared/03/sf_l10n.xhp
@@ -283,14 +283,14 @@
   oDlg = CreateScriptService("Dialog", "GlobalScope", 
"Standard", "MyDialog")
   myPO = CreateScriptService("L10N")
   myPO.AddTextsFromDialog(oDlg)
-  myPO.ExportToPOTFile("en-US.pot")
+  myPO.ExportToPOTFile("C:\en-US.pot")
 
 
 
   dlg 
= CreateScriptService("Dialog", "GlobalScope", "Standard", 
"Dialog1")
   myPO = CreateScriptService("L10N")
   myPO.AddTextsFromDialog(dlg)
-  myPO.ExportToPOTFile("en-US.pot")
+  myPO.ExportToPOTFile("C:\en-US.pot")
 
 
 
@@ -308,18 +308,18 @@
svc.ExportToPOTFile(filename: str, header: str = '', 
encoding:str = 'UTF-8'): bool
  
  
- filename: The output file in 
FileSystem.FileNaming notation.
+ filename: The full output file name in 
FileSystem.FileNaming notation.
  header: Comments that will be added on top of the 
generated POT file.
  Do not include any 
leading "#" characters. If you want the header to be broken into multiple 
lines, insert escape sequences (\n) where relevant. A standard header will be 
added alongside the text specified in the header 
argument.
  encoding: The character set to be used (Default = 
"UTF-8").
  
  
' 
Basic
-   myPO.ExportToPOTFile("myFile.pot", Header := "First 
line of the header\nSecond line of the header")
+   myPO.ExportToPOTFile("C:\myFile.pot", Header := 
"First line of the header\nSecond line of the header")
 
 
   # 
Python
-  myPO.ExportToPOTFile('myFile.pot', header = 'First 
line of the header\nSecond line of the header')
+  myPO.ExportToPOTFile('C:\myFile.pot', header = 
'First line of the header\nSecond line of the header')
 
 The generated file should successfully 
pass the msgfmt --check GNU command.
 


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

2023-11-25 Thread Stanislav Horacek (via logerrit)
 source/text/swriter/00/0403.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02faeab6e7b014ca97a8c452e829af4522dadfc8
Author: Stanislav Horacek 
AuthorDate: Sat Nov 25 11:17:30 2023 +0100
Commit: Olivier Hallot 
CommitDate: Sat Nov 25 12:58:02 2023 +0100

Formatting Marks command is on View tab

Change-Id: I0a8beb84a0f9b67fed1e479aa1fc7beb36ea31e5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159950
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/00/0403.xhp 
b/source/text/swriter/00/0403.xhp
index c2fa1e72d9..88af2dbbd3 100644
--- a/source/text/swriter/00/0403.xhp
+++ b/source/text/swriter/00/0403.xhp
@@ -85,7 +85,7 @@
   Choose 
View - Formatting Marks 
   
   Choose Home 
- Toggle Formatting Marks.
-  Choose 
Insert - Formatting Marks.
+  Choose View 
- Formatting Marks.
   
   
 


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

2023-11-24 Thread Ilmari Lauhakangas (via logerrit)
 source/text/sbasic/shared/0003.xhp|2 +-
 source/text/sbasic/shared/03030102.xhp|2 +-
 source/text/sbasic/shared/03100300.xhp|2 +-
 source/text/sbasic/shared/03100900.xhp|6 +++---
 source/text/scalc/01/12030100.xhp |   10 +-
 source/text/scalc/01/12050200.xhp |4 ++--
 source/text/scalc/guide/currency_format.xhp   |2 +-
 source/text/schart/01/0402.xhp|2 +-
 source/text/shared/00/0005.xhp|2 +-
 source/text/shared/00/0007.xhp|2 +-
 source/text/shared/00/0406.xhp|   16 
 source/text/shared/01/05020100.xhp|2 +-
 source/text/shared/01/05020300.xhp|2 +-
 source/text/shared/01/05020301.xhp|2 +-
 source/text/shared/01/05020700.xhp|4 ++--
 source/text/shared/01/06010600.xhp|2 +-
 source/text/shared/01/0620.xhp|2 +-
 source/text/shared/01/ref_pdf_export_initial_view.xhp |2 +-
 source/text/shared/guide/ctl.xhp  |4 ++--
 source/text/shared/guide/language_select.xhp  |6 +++---
 source/text/shared/optionen/0100.xhp  |2 +-
 source/text/shared/optionen/01030500.xhp  |2 +-
 source/text/shared/optionen/0104.xhp  |4 ++--
 source/text/shared/optionen/01040300.xhp  |2 +-
 source/text/shared/optionen/01040400.xhp  |2 +-
 source/text/shared/optionen/0114.xhp  |8 
 source/text/shared/optionen/languagetools.xhp |2 +-
 source/text/shared/optionen/translatetools.xhp|2 +-
 source/text/swriter/01/05040800.xhp   |2 +-
 source/text/swriter/01/0603.xhp   |2 +-
 source/text/swriter/01/translate.xhp  |4 ++--
 source/text/swriter/guide/delete_from_dict.xhp|2 +-
 source/text/swriter/guide/finding.xhp |2 +-
 source/text/swriter/guide/hyphen_prevent.xhp  |2 +-
 source/text/swriter/librelogo/LibreLogo.xhp   |2 +-
 35 files changed, 58 insertions(+), 58 deletions(-)

New commits:
commit b1830be3caa3fae67973f8370aaf1a5e820e3caa
Author: Ilmari Lauhakangas 
AuthorDate: Fri Nov 24 15:45:05 2023 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Fri Nov 24 15:45:37 2023 +0100

tdf#157716 Rename "Language settings" to "Languages and Locales"

Change-Id: I73a7d291d997ac14074b88433b14fa755e888a68
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159928
Tested-by: Jenkins
Reviewed-by: Stéphane Guillou 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/sbasic/shared/0003.xhp 
b/source/text/sbasic/shared/0003.xhp
index 538ce5a35e..72b0f59d1b 100644
--- a/source/text/sbasic/shared/0003.xhp
+++ b/source/text/sbasic/shared/0003.xhp
@@ -27,7 +27,7 @@
 Information
 
 You can set 
the locale used for controlling the formatting numbers, dates and currencies in 
$[officename] Basic in %PRODUCTNAME - Preferences
-Tools - 
Options - Language Settings - 
Languages. In Basic format codes, the decimal point (.) is 
always used as placeholder for the decimal separator defined in 
your locale and will be replaced by the corresponding character.
+Tools - 
Options - Languages and Locales - 
General. In Basic format codes, the decimal point (.) is 
always used as placeholder for the decimal separator defined in 
your locale and will be replaced by the corresponding character.
 The same 
applies to the locale settings for date, time and currency formats. The Basic 
format code will be interpreted and displayed according to your locale 
setting.
 
 
diff --git a/source/text/sbasic/shared/03030102.xhp 
b/source/text/sbasic/shared/03030102.xhp
index 967ec67a14..e523630e5b 100644
--- a/source/text/sbasic/shared/03030102.xhp
+++ b/source/text/sbasic/shared/03030102.xhp
@@ -44,7 +44,7 @@
 
 
   date: A string 
that contains the date that will be converted to a Date 
object.
-  The string passed to 
DateValue must be expressed in one of the date formats 
defined by your locale setting (see %PRODUCTNAME - 
PreferencesTools - 
Options - Language Settings 
- Languages) or using the ISO date format "-mm-dd" (year, month 
and day separated by hyphens).
+  The string passed to 
DateValue must be expressed in one of the date formats 
defined by your locale setting (see %PRODUCTNAME - 
PreferencesTools - 
Options - Languages and 
Locales - General) or using the ISO date format "-mm-dd" (year, 
month and day separated by hyphens).
 
 
 Date.
diff --git a/source/text/sbasic/shared/03100300.xhp 
b/source/text/sbasic/shared/03100300.xhp
index 23a22419ce..d40df84cd3 100644
--- 

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

2023-11-21 Thread Stanislav Horacek (via logerrit)
 source/text/shared/guide/pdf_params.xhp |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 65a60febbc9f5a4e293977d357228f5504847b7f
Author: Stanislav Horacek 
AuthorDate: Tue Nov 21 21:46:14 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Nov 22 00:39:44 2023 +0100

remove note about PDF Import extension

this extension has been merged into LibreOffice and it is
not available anymore

Change-Id: I37b7bd44628623fe98cf00a839845a8fea1da613
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159799
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/guide/pdf_params.xhp 
b/source/text/shared/guide/pdf_params.xhp
index 54819807b0..47b02ba269 100644
--- a/source/text/shared/guide/pdf_params.xhp
+++ b/source/text/shared/guide/pdf_params.xhp
@@ -379,7 +379,6 @@
 
 
 Specifies that a stream is inserted to the PDF file which 
contains the original document for archiving purposes.
-This 
option is active only if the PDF Import extension is installed.
 
 
 boolean


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

2023-11-21 Thread Andrea Gelmini (via logerrit)
 source/text/scalc/main0105.xhp |2 +-
 source/text/shared/01/0502.xhp |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 60315fa219686298a01ff1f829245320c914f090
Author: Andrea Gelmini 
AuthorDate: Tue Nov 21 13:49:09 2023 +0100
Commit: Julien Nabet 
CommitDate: Tue Nov 21 20:34:47 2023 +0100

Fix typo

Change-Id: Ida5d2330088746867b45dc008697716d97207848
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159782
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/source/text/scalc/main0105.xhp b/source/text/scalc/main0105.xhp
index 9c22a7f0e0..0f35fdf2e2 100644
--- a/source/text/scalc/main0105.xhp
+++ b/source/text/scalc/main0105.xhp
@@ -41,7 +41,7 @@
 
 
 
-
+
 
 
 
diff --git a/source/text/shared/01/0502.xhp 
b/source/text/shared/01/0502.xhp
index a8c88639b7..d7f5f2c31f 100644
--- a/source/text/shared/01/0502.xhp
+++ b/source/text/shared/01/0502.xhp
@@ -30,7 +30,7 @@
 
 
 
-
+
   Character
   Changes the font and the font 
formatting for the selected characters.
 


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

2023-11-18 Thread Stanislav Horacek (via logerrit)
 source/text/shared/guide/pdf_params.xhp |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 579bf8dd91ebc66108f8710452ea2280c81c1223
Author: Stanislav Horacek 
AuthorDate: Sat Nov 18 20:54:15 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Nov 18 22:09:57 2023 +0100

use "export" instead of "print" at PDF export options page

Change-Id: I1c1bfcfab57b74129c5bb60fad89376c88e64dfd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159638
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/guide/pdf_params.xhp 
b/source/text/shared/guide/pdf_params.xhp
index 0dd3c5b071..54819807b0 100644
--- a/source/text/shared/guide/pdf_params.xhp
+++ b/source/text/shared/guide/pdf_params.xhp
@@ -70,15 +70,15 @@
 PageRange
 
 
- If this 
property is set, it indicates the range of pages to be printed. 
-To print 
all the pages, leave this property unset.
+ If this 
property is set, it indicates the range of pages to be exported. 
+To 
export all the pages, leave this property unset.
 To 
export a selection, leave this property unset and set only the property 
Selection.
 
 
 string
 
 
-Empty 
(all pages are printed)
+Empty 
(all pages are exported)
 
 
 


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

2023-11-12 Thread Alain Romedenne (via logerrit)
 source/text/sbasic/shared/03/sf_platform.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5cb2f51e2711b1ec587694021376f3169246631b
Author: Alain Romedenne 
AuthorDate: Thu Nov 2 12:34:06 2023 +0200
Commit: Alain Romedenne 
CommitDate: Sun Nov 12 16:37:22 2023 +0100

Typo

Change-Id: I4c44f68af3e8c15b715fd103a42f1f77fdcd1dcd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158815
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 
Reviewed-by: Alain Romedenne 

diff --git a/source/text/sbasic/shared/03/sf_platform.xhp 
b/source/text/sbasic/shared/03/sf_platform.xhp
index 2700abaeec..a149af1b8e 100644
--- a/source/text/sbasic/shared/03/sf_platform.xhp
+++ b/source/text/sbasic/shared/03/sf_platform.xhp
@@ -393,7 +393,7 @@
Dictionary


-   Returns a Dictionary instance containing 
key-value pairs with the information found in the Tools - Options - User 
Data dialog.
+   Returns a Dictionary instance containing 
key-value pairs in relation with Tools - Options - User Data 
dialog.
 
 
   


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

2023-11-11 Thread Stanislav Horacek (via logerrit)
 source/text/simpress/02/1003.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 72a81b01ebfa8e040433b6028b2177395d356a09
Author: Stanislav Horacek 
AuthorDate: Sat Nov 11 22:29:42 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Nov 11 22:32:43 2023 +0100

Color Bar menu item is not in toolbars

Change-Id: Iddf366cb873ae1c64f01bce5cc00ad525836dc99
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159342
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/simpress/02/1003.xhp 
b/source/text/simpress/02/1003.xhp
index 974ac48bf7..3be7b57038 100644
--- a/source/text/simpress/02/1003.xhp
+++ b/source/text/simpress/02/1003.xhp
@@ -167,7 +167,7 @@
 
 Gradient
 Modifies the gradient fill of the selected 
object. This command is only available if you applied a gradient to the 
selected object in Format - Area. Drag the handles 
of the gradient line to change the direction of the gradient or the length of 
the gradient. You can also drag and drop colors onto the handles from the 
Color Bar to change the color of the gradient 
endpoints.
-To display the Color Bar, choose 
View - Toolbars - Color Bar.
+To display the Color Bar, choose 
View - Color Bar.
   
 
   


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

2023-11-07 Thread Michael Stahl (via logerrit)
 source/text/shared/02/09070100.xhp   |   11 +--
 source/text/shared/optionen/01020100.xhp |5 +
 2 files changed, 2 insertions(+), 14 deletions(-)

New commits:
commit 798773a4ad50b9311758a4ed2275f2f4ff53a3e0
Author: Michael Stahl 
AuthorDate: Tue Nov 7 12:27:52 2023 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Tue Nov 7 18:19:18 2023 +0100

tdf#146386 helpcontent2: FTP UI is removed

Change-Id: Ie2d38acdf570644dbd087fd14e9485f263bdbb7b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159067
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/02/09070100.xhp 
b/source/text/shared/02/09070100.xhp
index 81aa41fa0f..37ab5bfdc9 100644
--- a/source/text/shared/02/09070100.xhp
+++ b/source/text/shared/02/09070100.xhp
@@ -29,18 +29,15 @@
 
 
 Internet
-Use the Internet page of the Hyperlink dialog to edit 
hyperlinks with WWW or FTP 
addresses.
+Use the Internet page of the Hyperlink dialog to edit 
hyperlinks with WWW addresses.
 
 
   
 
 
-The fields for 
the login name, password and anonymous user are only available for FTP 
addresses.
 Type of hyperlink
 Web
 Creates an 
"http://" hyperlink.
-FTP
-Creates an "FTP://" 
hyperlink.
 URL
 Enter a URL for the file that you want to open when you click the 
hyperlink. If you do not specify a target frame, the file opens in the current 
document or frame.see i48946
 
@@ -48,12 +45,6 @@
 Specifies the 
position in the target document where you wish to jump to.
 Inserts the target 
in the Target field of the Hyperlink 
dialog.
 Once the hyperlink 
has been completely entered, click on Close to set the link and 
leave the dialog.
-Login name
-Specifies your login name, if you are 
working with FTP addresses.
-Password
-Specifies your password, if you are 
working with FTP addresses.
-Anonymous user
-Allows you to log in to the FTP 
address as an anonymous user.
 
 Further settings
 
diff --git a/source/text/shared/optionen/01020100.xhp 
b/source/text/shared/optionen/01020100.xhp
index 5ec1a0d571..f095942256 100644
--- a/source/text/shared/optionen/01020100.xhp
+++ b/source/text/shared/optionen/01020100.xhp
@@ -57,15 +57,12 @@
 Type the name of the proxy server for HTTP. Type the port in 
the right-hand field.
 HTTPS proxy
 Type the name of the proxy server for HTTPS. Type the port in the 
right-hand field.
-FTP proxy
-Type the name of the proxy server for FTP. Type the port in the 
right-hand field.
 No proxy for
 Specifies the names of the servers that do 
not require any proxy servers, separated by semicolons. These are 
servers addressed in your local network, and servers used for video and audio 
streaming, for example.
 You can also 
use placeholders for the names of hosts and domains. For example, type 
*.sun.com to address all the hosts in the sun.com domain without 
proxy.
 
 
-
-Type the port for the corresponding proxy 
server. The maximum value of a port number is fixed at 
65535.
+Type the port for the corresponding proxy 
server. The maximum value of a port number is fixed at 
65535.
 
 
 


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

2023-11-03 Thread Olivier Hallot (via logerrit)
 source/text/scalc/00/0405.xhp   |   10 
 source/text/scalc/01/default_number_formats.xhp |  292 +++-
 source/text/scalc/main0105.xhp  |8 
 3 files changed, 198 insertions(+), 112 deletions(-)

New commits:
commit bbdd4dfc5daee45a4b3d38a7acf698a73768173a
Author: Olivier Hallot 
AuthorDate: Thu Nov 2 12:35:04 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Nov 3 11:13:45 2023 +0100

tdf#155876 UI cmds Calc-Format menu (19)

+ refactoring of Number formats

Change-Id: Iaeb8114f6080652cd9f78ec8b2a1425056b5560d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158874
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/00/0405.xhp 
b/source/text/scalc/00/0405.xhp
index fb6506f971..a978cd4be9 100644
--- a/source/text/scalc/00/0405.xhp
+++ b/source/text/scalc/00/0405.xhp
@@ -29,6 +29,16 @@
 
 
 Format Menu
+
+  
+  Choose 
Format - Number Format.
+  
+
+  Choose 
Home.
+  
+  Access the 
Number Format deck of the Properties 
Panel.
+  
+
 
 Choose Format - 
Cells.
 Press CommandCtrl+1.
diff --git a/source/text/scalc/01/default_number_formats.xhp 
b/source/text/scalc/01/default_number_formats.xhp
index 330f9e7900..7fed8f8e92 100644
--- a/source/text/scalc/01/default_number_formats.xhp
+++ b/source/text/scalc/01/default_number_formats.xhp
@@ -6,177 +6,253 @@
 * 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/.
 -->
-
 
 
 
-Default Number Formats
+Default Number Formats
 /text/scalc/01/default_number_formats.xhp
 
 
 
+
 
-
+
 Number Format
-Default number 
formats
+Default number 
formats.
+
+
+
 
-
 
-
+
 Number format: 
General
-Applies the default number 
format to the selected cells.
-
-
-
-Icon General Number Format
-
-
-Number Format: General
-
-
-
+Applies the default number 
format to the selected cells.
+
+
+Choose 
Format - Number Format - General.
+
+
+
+
+
+Icon General Number 
Format
+
+
+Number 
Format: General
+
+
+
+
+CommandCtrl
 + Shift + 6
+
 
 
-
+
 Number format: 
Number
 Applies the 
default decimal number format to the selected cells.
-
-
-
-
-Icon Number format: Number
-
-
-
-Number format: Number
-
-
-
+
+
+Choose 
Format - Number Format - Number.
+
+
+
+
+
+
+Icon Number format: Number
+
+
+
+Number format: Number
+
+
+
+
+CommandCtrl
 + Shift + 1
+
 
 
 
-
+
 Number format: 
Percent
-Applies the percentage format to the selected 
cells.
-
-
-
-
-Icon Number Format: 
Percent
-
-
-Number Format: Percent
-
-
-
+Applies the percentage format to the selected 
cells.
+
+
+Choose 
Format - Number Format - Percent.
+
+
+
+
+
+
+Icon Number Format: Percent
+
+
+Number 
Format: Percent
+
+
+
+
+CommandCtrl
 + Shift + 5
+
 
 
 
-
+
 Number format: 
Currency
-Applies the default 
currency format to the selected cells.
-
-
-
-Currency Number Format Icon
-
-
-Number Format: Currency
-
-
-
+Applies the default 
currency format to the selected cells.
+
+
+Choose 
Format - Number Format - Currency.
+
+

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

2023-11-02 Thread Andrea Gelmini (via logerrit)
 source/text/scalc/00/0404.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb5efb80b63d29c6d4ec84c0c35b9b4a0298a5f7
Author: Andrea Gelmini 
AuthorDate: Thu Nov 2 10:18:36 2023 +0100
Commit: Julien Nabet 
CommitDate: Thu Nov 2 10:28:58 2023 +0100

Fix typo

Change-Id: I7821feb7aff0b9c4833d53c71e0b58799deab916
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158788
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index ba95338a53..bff79614a1 100644
--- a/source/text/scalc/00/0404.xhp
+++ b/source/text/scalc/00/0404.xhp
@@ -200,7 +200,7 @@
 
   
 
-  Icon Function 
Wizzard
+  Icon Function 
Wizard
 
 
   Function 
Wizard


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

2023-11-01 Thread Olivier Hallot (via logerrit)
 source/text/scalc/00/0402.xhp |2 
 source/text/scalc/00/0404.xhp |   23 +++
 source/text/scalc/01/0212.xhp |   10 +--
 source/text/scalc/01/02120100.xhp |  117 ++
 source/text/scalc/main0104.xhp|3 
 5 files changed, 86 insertions(+), 69 deletions(-)

New commits:
commit 2dea31ccc46cfbc44fed1c3348ed57f9b3344a7a
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 16:32:20 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:34:05 2023 +0100

tdf#155876 UI cmds Calc-Insert menu (18)

+ refactoring of Insert Headers and Footers

Change-Id: I6eaab609ecae9fbd34bb3e0670dd8c9540904b23
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158774
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/00/0402.xhp 
b/source/text/scalc/00/0402.xhp
index 5fc250c4ff..0f09d1dbbe 100644
--- a/source/text/scalc/00/0402.xhp
+++ b/source/text/scalc/00/0402.xhp
@@ -161,8 +161,6 @@
   F2
 
 
-Choose Insert - Headers and 
Footers.
-Choose Insert - Headers and Footers - Header and 
Footer tabs.
 Choose Sheet - Fill Cells.
 Choose Sheet - Fill Cells - 
Down.
 Choose Sheet - Fill Cells - 
Right.
diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index 3b13884053..ba95338a53 100644
--- a/source/text/scalc/00/0404.xhp
+++ b/source/text/scalc/00/0404.xhp
@@ -29,6 +29,29 @@
 
 
 Insert Menu
+
+
+  
+  Choose 
Insert - Headers and Footers.
+  Choose 
Format - Page Style - Header (or Footer) tab, press 
Edit.
+  Choose 
Styles - Manage Styles - Page Styles, open context menu of 
the page style, choose Edit Style - Header (or Footer) 
tab, press Edit.
+  
+  Choose 
Layout - Headers and Footers.
+  Choose 
Layout - Format Page - Header (or Footer) tab, press 
Edit.
+  On the 
Insert menu of the Insert tab, choose 
Headers and Footers.
+  
+  
+
+  
+Icon Headers and 
Footers
+  
+  
+Headers and 
Footers
+  
+
+  
+
+
 
   
   Choose 
Insert - Field.
diff --git a/source/text/scalc/01/0212.xhp 
b/source/text/scalc/01/0212.xhp
index 4958762a95..e8e06a7171 100644
--- a/source/text/scalc/01/0212.xhp
+++ b/source/text/scalc/01/0212.xhp
@@ -20,21 +20,21 @@
 
 
   
-Headers  Footers
+Headers  Footers
 /text/scalc/01/0212.xhp
   
 
 
 
-
+
 Headers  
Footers
-Allows you to define and format 
headers and footers. 
+Allows you to define and format 
headers and footers. 
 
-The 
Headers/Footers dialog contains the tabs for defining headers and 
footers. There will be separate tabs for the left and right page headers and 
footers if the Same content left/right option was not marked in 
the Page Style 
dialog.
+The 
Headers/Footers dialog contains the tabs for defining headers and 
footers. There will be separate tabs for the left and right page headers and 
footers if the Same content left/right option was not marked in 
the Page Style 
dialog.
 
 
 
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/scalc/01/02120100.xhp 
b/source/text/scalc/01/02120100.xhp
index 118ed0b3bf..fa2fc6431c 100644
--- a/source/text/scalc/01/02120100.xhp
+++ b/source/text/scalc/01/02120100.xhp
@@ -21,142 +21,137 @@
 
 
   
-Header/Footer
+Header/Footer
 /text/scalc/01/02120100.xhp
   
 
 
-  
-page styles; headers
- page styles; footers
- headers; defining
- footers; defining
- file names in headers/footers
- changing;dates, automatically
- dates;updating automatically
- automatic date updates
+page styles; 
headers
+page styles; footers
+headers; defining
+footers; defining
+file names in headers/footers
+changing;dates, automatically
+dates;updating automatically
+automatic date updates
 
-
-
-Header/Footer
- Defines or 
formats a header or footer for a Page Style.
-  
-  
- 
-  
-
+
+
+
+
+Headers and 
Footers
+   Defines or 
formats a header or footer for the page style in use.
+
+
+   
+
+
 Left Area
-  Enter the text to 
be displayed at the left side of the header or footer.
-
+  Enter the text to 
be displayed at the left side of the header or footer.
+
 Center Area
-  Enter the text to be displayed at the center of the header or 
footer.
-
+  Enter the 
text to be displayed at the center of the header or footer.
+
 Right Area
-  Enter the text to 
be displayed at the right side of the header or footer.
-
+  Enter the text to 
be displayed at the right side of the header or footer.
+
 Header/Footer
-  Select a predefined header or footer from the list.
-
+  Select a 
predefined header or footer from the list.
+
 Text attributes
-  Opens a dialog to 
assign formats to new or selected text. The Text 
Attributes dialog contains the tab pages Font, Font Effects and Font 
Position.
+  Opens a dialog to 
assign formats to new or selected text. The Text 
Attributes 

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

2023-11-01 Thread Olivier Hallot (via logerrit)
 source/text/scalc/main0104.xhp |   11 ++--
 source/text/shared/00/0404.xhp |   45 ++---
 source/text/shared/01/insert_chart.xhp |   29 +
 3 files changed, 36 insertions(+), 49 deletions(-)

New commits:
commit 1d8bcb189aeeff79f51d23c88c13ff9970a2700a
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 09:08:34 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 14:11:54 2023 +0100

tdf#155876 UI cmds Calc-Insert menu (11)

+ refactoring of Insert Chart

Change-Id: I8c43233a31525fd58156d9e8bce8942724b34fc8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158758
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/main0104.xhp b/source/text/scalc/main0104.xhp
index 4477c04c93..fbf70fb7d7 100644
--- a/source/text/scalc/main0104.xhp
+++ b/source/text/scalc/main0104.xhp
@@ -20,22 +20,19 @@
 
 
   
-Insert
+Insert
 /text/scalc/main0104.xhp
   
 
 
 
-
+
 Insert
-The Insert menu contains commands for inserting new 
elements, such as images, text boxes, object, media, cell names and much more 
into the current sheet.
+The 
Insert menu contains commands for inserting new elements, such as 
images, text boxes, object, media, cell names and much more into the current 
sheet.
 
 
 
-
-Chart
-Inserts a chart.
-
+
 
 
 
diff --git a/source/text/shared/00/0404.xhp 
b/source/text/shared/00/0404.xhp
index 87332c32b4..09f0d412de 100644
--- a/source/text/shared/00/0404.xhp
+++ b/source/text/shared/00/0404.xhp
@@ -431,22 +431,37 @@
 Choose Insert 
Chart.
 Choose Format - Chart 
Type.
 Choose Insert - 
Chart.
+
 
-Choose Insert - 
Chart.
-On the Insert bar, 
click
-
-
-
-
-
-Icon Chart
-
-
-Chart
-
-
-
-
+
+Choose 
Insert - Chart.
+
+
+
+
+
+Home - Insert Chart.
+Insert - Chart.
+
+
+
+Insert - Chart.
+
+
+
+
+
+
+
+
+Icon 
Chart
+
+
+Chart
+
+
+
+
 
 
 
diff --git a/source/text/shared/01/insert_chart.xhp 
b/source/text/shared/01/insert_chart.xhp
index 671b3ae260..44f2eca255 100644
--- a/source/text/shared/01/insert_chart.xhp
+++ b/source/text/shared/01/insert_chart.xhp
@@ -27,40 +27,15 @@
 
 
 
-
 
 
+
 Chart
 Inserts a chart based on data from a cell or table range or with 
default data.
 
 
 
-  
-  Choose 
Insert - Chart.
-  
-
-
-
-  
-  Home - 
Insert Chart.
-  Insert 
- Chart.
-
-
-  
-  Insert - 
Chart.
-
-  
-  
-  
-
-  
-Icon 
Chart
-  
-  
-Chart
-  
-
-  
+  
 
 
 


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

2023-11-01 Thread Olivier Hallot (via logerrit)
 source/text/scalc/00/0404.xhp  |   98 ++---
 source/text/scalc/01/sparklines.xhp|   39 ++---
 source/text/shared/01/ZoomOptimal.xhp  |2 
 source/text/shared/01/insert_chart.xhp |2 
 4 files changed, 76 insertions(+), 65 deletions(-)

New commits:
commit d6cb61568afd30c4effc53b209716faec001412a
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 08:54:06 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 14:11:20 2023 +0100

tdf#155876 UI cmds Calc Insert menu (10-a)

+ refactoring

Change-Id: Ia344ee8beb056dd42f1c53e4ba84b48107b730e7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158757
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index acb8018706..a582672a59 100644
--- a/source/text/scalc/00/0404.xhp
+++ b/source/text/scalc/00/0404.xhp
@@ -20,7 +20,7 @@
 
 
   
-Insert Menu
+Insert Menu
 /text/scalc/00/0404.xhp
   
   
@@ -29,18 +29,28 @@
 
 
 Insert Menu
+
+
+  
+  Choose 
Insert - Sparkline.
+  
+  Choose 
Sparklines - Sparklines.
+  
+  On the 
Data menu of the Data tab, choose 
Sparklines - Sparklines.
+
+
 
-Choose 
Sheet - Insert Cells.
-Choose 
View - Toolbars and select the Insert Cells 
toolbar:
+Choose Sheet - Insert 
Cells.
+Choose View - 
Toolbars and select the Insert Cells 
toolbar:
 
 
 
 
-
-Icon
+
+Icon
 
 
-Insert 
Cells
+Insert Cells
 
 
 
@@ -51,11 +61,11 @@
 
 
 
-
-Icon
+
+Icon
 
 
-Insert Cells 
Down
+Insert Cells Down
 
 
 
@@ -65,11 +75,11 @@
 
 
 
-
-Icon
+
+Icon
 
 
-Insert Cells 
Right
+Insert Cells Right
 
 
 
@@ -79,11 +89,11 @@
 
 
 
-
-Icon
+
+Icon
 
 
-Insert 
Rows
+Insert Rows
 
 
 
@@ -93,67 +103,67 @@
 
 
 
-
-Icon
+
+Icon
 
 
-Insert 
Columns
+Insert Columns
 
 
 
 
-Choose Sheet - Insert Sheet from 
File.
+Choose 
Sheet - Insert Sheet from File.
 
-Choose 
Insert - Function.
-CommandCtrl+F2
-  On the 
Formula bar, click
+Choose Insert - 
Function.
+CommandCtrl+F2
+  On the Formula 
bar, click
 
 
 
 
-
-Icon
+
+Icon
 
 
-Function 
Wizard
+Function Wizard
 
 
 
 
 
 
-Insert - Function - Category Database
+Insert - Function - Category Database
 
-Insert - Function - Category Date  
Time
+Insert - Function - Category Date  
Time
 
-Insert - Function - Category Financial
+Insert - Function - Category Financial
 
-Insert - Function - Category Information
+Insert - Function - Category Information
 
-Insert - Function - Category Logical
+Insert - Function - Category Logical
 
-Insert - Function - Category Mathematical
+Insert - Function - Category Mathematical
 
-Insert - Function - Category Array
+Insert - Function - Category Array
 
-Insert - Function - Category Statistical
+Insert - Function - Category Statistical
 
-Insert - Function - Category Text
+Insert - Function - Category Text
 
-Insert - Function - Category Spreadsheet
+Insert - Function - Category Spreadsheet
 
-Insert - Function - Category Add-In
+Insert - Function - Category Add-In
 
-Insert - Function - Category Add-In
+Insert - Function - Category Add-In
 
-Choose Insert - Named Range or 
Expression.
-Choose Sheet - External 
Links.
+Choose 
Insert - Named Range or Expression.
+Choose 
Sheet - External Links.
 
-Choose 
Sheet - Named Ranges and Expressions - Define.
-CommandCtrl+F3
+Choose Sheet - Named 
Ranges and Expressions - Define.
+CommandCtrl+F3
 
-Choose Sheet - Named Ranges and Expressions - 
Insert.
-Choose Sheet - Named Ranges and Expressions - 
Create.
-Choose Sheet - Named Ranges and Expressions - 
Labels.
+Choose 
Sheet - Named Ranges and Expressions - 
Insert.
+Choose 
Sheet - Named Ranges and Expressions - 
Create.
+Choose 
Sheet - Named Ranges and Expressions - 
Labels.
 
 
diff --git a/source/text/scalc/01/sparklines.xhp 
b/source/text/scalc/01/sparklines.xhp
index 3671605cc8..a9126832fe 100644
--- a/source/text/scalc/01/sparklines.xhp
+++ b/source/text/scalc/01/sparklines.xhp
@@ -11,25 +11,26 @@
 
 
 
-Sparklines
+Sparklines
 /text/scalc/01/sparklines.xhp
 
 
-
-
-
-
-
+
+
+
+
+
 sparklines
-
+
 
 Sparklines
-Sparklines are small data charts displayed inside a 
cell.
+Opens the 
Sparklines Properties dialog to define sparklines 
properties.
 
-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.
 
-Choose 
Insert - Sparkline.
+
 
+Sparklines are 
small data charts displayed inside a cell.
+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 

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

2023-10-30 Thread Ilmari Lauhakangas (via logerrit)
 source/text/shared/00/00040502.xhp |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit acb9fd45cdf33a7ad567dad95dfea0ad33a6b915
Author: Ilmari Lauhakangas 
AuthorDate: Mon Oct 30 15:28:35 2023 +0200
Commit: Ilmari Lauhakangas 
CommitDate: Mon Oct 30 14:31:42 2023 +0100

tdf#14 Use title case Toggle Point Edit Mode

Change-Id: Ia40726ec51351fdaf159aa843413583ea183047e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158662
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/source/text/shared/00/00040502.xhp 
b/source/text/shared/00/00040502.xhp
index b0abc5cb6f..ac3d7edaa1 100644
--- a/source/text/shared/00/00040502.xhp
+++ b/source/text/shared/00/00040502.xhp
@@ -294,21 +294,21 @@
 
 
 
-Choose Edit - 
Toggle point edit mode.
+Choose Edit - 
Toggle Point Edit Mode.
 
-Toggle point 
edit mode
+Toggle Point 
Edit Mode
 
-Choose 
Draw - Toggle point edit mode.
-On the 
Draw menu of the Draw tab, choose 
Toggle point edit mode.
+Choose 
Draw - Toggle Point Edit Mode.
+On the 
Draw menu of the Draw tab, choose 
Toggle Point Edit Mode.
 
 
 
 
 
-Icon Toggle point edit 
mode
+Icon Toggle Point Edit 
Mode
 
 
-Toggle 
point edit mode
+Toggle 
Point Edit Mode
 
 
 


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

2023-10-29 Thread Olivier Hallot (via logerrit)
 source/text/scalc/00/0403.xhp   |   46 
 source/text/scalc/00/0407.xhp   |4 --
 source/text/scalc/01/0308.xhp   |8 ++---
 source/text/scalc/01/0708.xhp   |   22 +--
 source/text/scalc/01/0709.xhp   |   15 ++
 source/text/scalc/01/07090100.xhp   |   17 ++-
 source/text/scalc/guide/line_fix.xhp|1 
 source/text/scalc/main0103.xhp  |3 --
 source/text/shared/01/view_comments.xhp |2 -
 9 files changed, 84 insertions(+), 34 deletions(-)

New commits:
commit 8a7af8662da76f6e65249a263dfa1c85501cad2f
Author: Olivier Hallot 
AuthorDate: Sat Oct 28 14:33:07 2023 -0300
Commit: Olivier Hallot 
CommitDate: Sun Oct 29 13:29:09 2023 +0100

tdf#155876 UI cmds Calc-View menu (09)

+ refactoring

Change-Id: Ib102085446d6e50ec1bef2f87f08c4088eda93d3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158596
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/00/0403.xhp 
b/source/text/scalc/00/0403.xhp
index 86a5717177..c697cce6e8 100644
--- a/source/text/scalc/00/0403.xhp
+++ b/source/text/scalc/00/0403.xhp
@@ -170,5 +170,51 @@
 
 
 Choose View - Function 
List.
+
+
+  
+  Choose 
View - Split Window.
+  
+  Choose View 
- Split Window
+  On the 
View menu of the View tab, choose 
Split Window.
+  
+  
+
+  
+Icon Split 
Window
+  
+  
+Split 
Window
+  
+
+  
+
+
+  
+  Choose View - 
Freeze Rows and Columns.
+  
+  Choose View 
- Freeze Panes - Freeze Rows and Columns
+  On the 
View menu of the View tab, choose 
Freeze Rows and Columns.
+  
+  
+
+  
+Icon Freeze Rows and 
Columns
+  
+  
+Freeze Rows and 
Columns
+  
+
+  
+
+
+
+  
+  Choose View - Freeze Cells - Freeze First 
Column
+  Choose View - Freeze Cells - Freeze First 
Row
+  
+  Choose View 
- Freeze Panes - Freeze First Column
+  Choose View 
- Freeze Panes - Freeze First Row
+
 
 
diff --git a/source/text/scalc/00/0407.xhp 
b/source/text/scalc/00/0407.xhp
index c6ba07932e..d6a424377e 100644
--- a/source/text/scalc/00/0407.xhp
+++ b/source/text/scalc/00/0407.xhp
@@ -26,9 +26,5 @@
 
 
 Window Menu
-Choose View - Split 
Window.
-Choose View - Freeze Rows and 
Columns.
-Choose View - Freeze Cells - Freeze First 
Column
-Choose View - Freeze Cells - Freeze First 
Row
 
 
diff --git a/source/text/scalc/01/0308.xhp 
b/source/text/scalc/01/0308.xhp
index 1140bda407..dd3090071b 100644
--- a/source/text/scalc/01/0308.xhp
+++ b/source/text/scalc/01/0308.xhp
@@ -27,10 +27,10 @@
 
 
 
-  spreadsheets; value highlighting
-  values;highlighting
-  highlighting; values in sheets
-  colors;values
+spreadsheets; value highlighting
+values;highlighting
+highlighting; values in sheets
+colors;values
 
 
 
diff --git a/source/text/scalc/01/0708.xhp 
b/source/text/scalc/01/0708.xhp
index d316a33cfa..e18386225f 100644
--- a/source/text/scalc/01/0708.xhp
+++ b/source/text/scalc/01/0708.xhp
@@ -20,27 +20,33 @@
 
 
   
-Split Window
+Split Window
 /text/scalc/01/0708.xhp
   
 
 
 
 
-
+
+
+divide window;split
+split;divide window
+windows; splitting
+
 
-
-
 Split 
Window
-Divides the current window at the top left corner of the active 
cell.
+Divides the 
current window at the top left corner of the active cell.
 
 
 
-
+
 
 
-You can also use 
the mouse to split the window horizontally or vertically. To do this, drag the 
thick black line located directly above the vertical scrollbar or directly to 
the right of the horizontal scrollbar into the window. A thick black line will 
show where the window is split.
-A split window 
has its own scrollbars in each partial section; by contrast, fixed window sections are not 
scrollable.
+You can also use the mouse to split the window 
horizontally or vertically. To do this, drag the thick black line located 
directly above the vertical scrollbar or directly to the right of the 
horizontal scrollbar into the window. A thick black line will show where the 
window is split.
+A split window has its own 
scrollbars in each partial section; by contrast, fixed window sections are not 
scrollable.
+
+  
+
 
 
 
diff --git a/source/text/scalc/01/0709.xhp 
b/source/text/scalc/01/0709.xhp
index ca46194b03..ba8bd0489f 100644
--- a/source/text/scalc/01/0709.xhp
+++ b/source/text/scalc/01/0709.xhp
@@ -20,7 +20,7 @@
 
 
   
-Freeze Rows and Columns
+Freeze Rows and Columns
 /text/scalc/01/0709.xhp
   
 
@@ -28,19 +28,22 @@
 
 
 
+
+
+  freeze rows and columns
+
 
-
-
-Freeze Rows and Columns
-Divides the sheet at the top left corner of the active cell and the 
area to the top left is no longer scrollable.
+Freeze Rows and Columns
+Divides the 
sheet at the top left corner of the active cell and the area to the top left is 
no longer scrollable.
 
 
 
-
+
 
 
 
 
+

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

2023-10-26 Thread Stéphane Guillou (via logerrit)
 source/text/shared/optionen/0114.xhp |1 +
 1 file changed, 1 insertion(+)

New commits:
commit bcef222378f8d2225596ea624f9c82e9cb48a01d
Author: Stéphane Guillou 
AuthorDate: Thu Oct 26 15:43:53 2023 +0200
Commit: Olivier Hallot 
CommitDate: Thu Oct 26 19:39:37 2023 +0200

add link to langpack downloads

Change-Id: I237e89e0263cdf27105cf4395d2272f9d96e2235
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158444
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/optionen/0114.xhp 
b/source/text/shared/optionen/0114.xhp
index 27f7f0dcab..3834c503bc 100644
--- a/source/text/shared/optionen/0114.xhp
+++ b/source/text/shared/optionen/0114.xhp
@@ -53,6 +53,7 @@
 User interface
   Select the language used for the user interface, for example menus, 
dialogs, help files. You must have installed at least one additional language 
pack or a multi-language version of %PRODUCTNAME.
   The "Default" entry selects the language of the user interface 
for the operating system. If this language is not available in the %PRODUCTNAME 
installation, the language of the %PRODUCTNAME installation is the default 
language.
+ If the language you are after is not in 
the list, download the corresponding language pack from the https://www.libreoffice.org/download/download-libreoffice/?lang=pick;>%PRODUCTNAME
 website.
 
 Locale setting
   Specifies the locale setting of the 
country setting. This influences settings for numbering, currency and units of 
measure.


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

2023-10-25 Thread Seth Chaiklin (via logerrit)
 source/text/swriter/01/04120211.xhp |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 3ae6c825415ce74ed8f0487acc043fd3a41c46e4
Author: Seth Chaiklin 
AuthorDate: Wed Oct 25 13:33:52 2023 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Oct 25 18:06:37 2023 +0200

tdf#157908 update label change to "Include up to level"

  * correction to explanation of "Include up to level"
  * simplify explanation of Additional Styles, and add
mention of "Include up to level"
  + add link to "Apply Styles" help page

Change-Id: If72b7b1df5e3e5a3f18cfda86a875345866fa471
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158435
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/swriter/01/04120211.xhp 
b/source/text/swriter/01/04120211.xhp
index e8dfb74082..aebb2d5129 100644
--- a/source/text/swriter/01/04120211.xhp
+++ b/source/text/swriter/01/04120211.xhp
@@ -53,19 +53,19 @@
 Select whether to create the index 
for the document or for the current chapter.
   
 
-Evaluate up to level
-  Enter the number of outline levels 
to include in the index.
+Include up to level
+  Specify the maximum outline level 
for a paragraph, specified in Create from, to be included 
in the index.
   Create from
   Use this area to specify 
which information to include in an index.
 
 Outline
-  Creates the index using 
outline levels. Any paragraph with an outline level less than or equal to the 
outline level specified in Evaluate up to level is 
included in the index.
+  Creates the index using 
outline levels. Any paragraph with an outline level less than or equal to the 
outline level specified in Include up to level is included 
in the index.
Paragraphs 
formatted with one of the predefined paragraph styles (“Heading 1–10”) have an 
outline level that corresponds to the number in the paragraph style. You can 
also assign outline levels to paragraphs in the Outline  List tab page of the 
Format - Paragraph dialog.
   
 
 Additional Styles
-  Includes 
the paragraph styles that you specify in the Assign Styles dialog 
as index entries. To select the paragraph styles that you want to include in 
the index, click the Assign Styles (...) button to the right of 
this box.
-
+  Includes 
paragraphs with the paragraph styles specified in the Assign Styles 
dialog as index entries. To select paragraph styles, click the Assign 
Styles button to the right of this option.
+Assigned paragraph styles must have an outline level less than or 
equal to the value specified in Include up to level to be 
included in the index.
 Use “Additional Styles” to 
include paragraphs in the Table of Contents with the “Figure Index Heading” or 
“Bibliography Heading” paragraph style, as well as any other relevant paragraph 
style.
   
 


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

2023-10-25 Thread Seth Chaiklin (via logerrit)
 source/text/swriter/01/04120211.xhp |   50 ++--
 1 file changed, 25 insertions(+), 25 deletions(-)

New commits:
commit 3c0331071035ec78359ec8a4e5919164a31ec879
Author: Seth Chaiklin 
AuthorDate: Wed Oct 25 13:16:28 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Wed Oct 25 13:33:19 2023 +0200

remove xml-lang

Change-Id: Ib512a2d5d587da2bb8e459ab90eb5a42d2424be8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158434
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/swriter/01/04120211.xhp 
b/source/text/swriter/01/04120211.xhp
index 6a79c3760c..e8dfb74082 100644
--- a/source/text/swriter/01/04120211.xhp
+++ b/source/text/swriter/01/04120211.xhp
@@ -20,62 +20,62 @@
 
 
   
- Index (table of contents)
+ Index (table of contents)
  /text/swriter/01/04120211.xhp
   


-
-
+
+
 Index (table of 
contents)
-  The following options are available 
when you select Table of Contents as the index type.
+  The following options are available when you select 
Table of Contents as the index type.
 
   
  
   
   
  Type and Title
- Specify the type and title of the index.
-
+ Specify the type and 
title of the index.
+
 Title
- Enter a 
title for the selected index.
-
+ Enter a title for the selected 
index.
+
 Type
- Select the 
type of index that you want to insert or edit. The options available on 
this tab depend on the index type that you select. If the cursor is in an index 
when you choose the Insert - Table of Contents and Index - Table of 
Contents, Index or Bibliography, you can then edit that 
index.
-
+ Select the type of index that you 
want to insert or edit. The options available on this tab depend on the 
index type that you select. If the cursor is in an index when you choose the 
Insert - Table of Contents and Index - Table of Contents, Index or 
Bibliography, you can then edit that index.
+
 Protected against manual changes
- Prevents 
the contents of the index from being changed. Manual changes that you 
make to an index are lost when the index is refreshed. If you want the cursor 
to scroll through a protected area, choose %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME Writer - 
Formatting Aids, and then select the Enable cursor check 
box in the Protected Areas section.
+ Prevents the contents of the 
index from being changed. Manual changes that you make to an index are 
lost when the index is refreshed. If you want the cursor to scroll through a 
protected area, choose %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME Writer - 
Formatting Aids, and then select the Enable cursor check 
box in the Protected Areas section.
   
   
-
+
 Create Index or Table of Contents
 For
-Select whether to create the index 
for the document or for the current chapter.
+Select whether to create the index 
for the document or for the current chapter.
   
-
+
 Evaluate up to level
-  Enter the number of outline levels 
to include in the index.
+  Enter the number of outline levels 
to include in the index.
   Create from
-  Use this 
area to specify which information to include in an index.
-
+  Use this area to specify 
which information to include in an index.
+
 Outline
-  Creates the index using 
outline levels. Any paragraph with an outline level less than or equal to the 
outline level specified in Evaluate up to level is 
included in the index.
-   Paragraphs formatted with one of the predefined paragraph 
styles (“Heading 1–10”) have an outline level that corresponds to the number in 
the paragraph style. You can also assign outline levels to paragraphs in the 
Outline  List tab page of 
the Format - Paragraph dialog.
+  Creates the index using 
outline levels. Any paragraph with an outline level less than or equal to the 
outline level specified in Evaluate up to level is 
included in the index.
+   Paragraphs 
formatted with one of the predefined paragraph styles (“Heading 1–10”) have an 
outline level that corresponds to the number in the paragraph style. You can 
also assign outline levels to paragraphs in the Outline  List tab page of the 
Format - Paragraph dialog.
   
-
+
 Additional Styles
-  Includes the paragraph styles 
that you specify in the Assign Styles dialog as index entries. To 
select the paragraph styles that you want to include in the index, click the 
Assign Styles (...) button to the right of this box.
+  Includes 
the paragraph styles that you specify in the Assign Styles dialog 
as index entries. To select the paragraph styles that you want to include in 
the index, click the Assign Styles (...) button to the right of 
this box.
 
 Use “Additional Styles” to 
include paragraphs in the Table of Contents with the “Figure Index Heading” or 
“Bibliography Heading” 

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

2023-10-24 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/06050600.xhp |   71 -
 source/text/swriter/01/legacynumbering.xhp |   42 -
 2 files changed, 61 insertions(+), 52 deletions(-)

New commits:
commit 2250a507ab35df482392e9f1fe297bb57f300af9
Author: Olivier Hallot 
AuthorDate: Tue Oct 24 17:26:41 2023 -0300
Commit: Olivier Hallot 
CommitDate: Tue Oct 24 22:29:11 2023 +0200

tdf#153986 Drop "Numbering" from the label in bullet list Format/Tools

Change-Id: Id7b604a6c1532b4799c7ec658b1a1f9e25b4c972
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158408
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/06050600.xhp 
b/source/text/shared/01/06050600.xhp
index c08b911ab1..a8adfd731c 100644
--- a/source/text/shared/01/06050600.xhp
+++ b/source/text/shared/01/06050600.xhp
@@ -20,66 +20,75 @@
 
 
 
-Position (Lists)
+Position (Lists)
 /text/shared/01/06050600.xhp
 
 
 
+
+
+
 
-
-
-
-
 Position
-Set indent, spacing, and alignment options for numbering 
symbols, such as numbers or bullets, to ordered and unordered 
lists.
+Set 
indent, spacing, and alignment options for numbering symbols, such as numbers 
or bullets, to ordered and unordered lists.
 
+
 do we have a how-to for numbering/bullets/outlines with/without 
styles? seems we really need one
+
 
 
 
+
+
 
-
-
 Level
-Select the level(s) that 
you want to modify. To apply the options to all the levels, select 
“1-10”.
+Select the level(s) that 
you want to modify. To apply the options to all the levels, select 
“1-10”.
 
-
+
 
+
 
 Position and Spacing
 
-This page shows the position 
controls used in all versions of %PRODUCTNAME Writer. Some documents (produced 
by other applications) use another method for positioning and spacing. Opening 
such documents will show the position controls documented in Position for List styles 
(legacy).see 
http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt
-
+
+This page shows the position controls used in all 
versions of %PRODUCTNAME Writer. Some documents (produced by other 
applications) use another method for positioning and spacing. Opening such 
documents will show the position controls documented in Position for List styles 
(legacy).see 
http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt
+
+
 Aligned at
-Enter the distance from the left page margin at which the numbering 
symbol will be aligned.
+Enter the 
distance from the left page margin at which the numbering symbol will be 
aligned.
+
+
+
+
 
-
-
-
 
-Numbering alignment
+Alignment
 
-Set the alignment of 
the numbering symbols. Select "Left" to align the numbering symbol to start 
directly at the "Aligned at" position. Select "Right" to align the symbol to 
end directly before the "Aligned at" position. Select "Centered" to center the 
symbol around the "Aligned at" position.
+Set the alignment of 
the numbering symbols. Select "Left" to align the numbering symbol to start 
directly at the "Aligned at" position. Select "Right" to align the symbol to 
end directly before the "Aligned at" position. Select "Centered" to center the 
symbol around the "Aligned at" position.
+
 
 The Numbering alignment option does not 
set the alignment of the paragraph.
 
 
-Numbering followed by
-Select the element that will follow the numbering: a tab stop, a space, 
a line break, or nothing.
-
+
+Followed by
+Select the 
element that will follow the numbering: a tab stop, a space, a line break, or 
nothing.
+
 Tab stop at
-If you select a tab stop to follow the numbering, you can enter a 
non-negative value as the tab stop position.
-
+If you select a 
tab stop to follow the numbering, you can enter a non-negative value as the tab 
stop position.
+
 
 Indent at
-Enter the distance from the left page margin to the start of all lines 
in the numbered paragraph that follow the first line.
+Enter the 
distance from the left page margin to the start of all lines in the numbered 
paragraph that follow the first line.
 
+
+
 
-
-
 Default
-Resets the indent and the 
spacing values to the default values.
+Resets the indent and the 
spacing values to the default values.
 
+
+
 
   
 
@@ -91,14 +100,14 @@
   
   
 
-This 
control appears only when modifying a List style.
+This control appears only 
when modifying a List style.
   
   
 
 
-Position for List styles 
(legacy)
-Paragraph alignment
-Indenting Paragraphs
+Position for List styles 
(legacy)
+Paragraph alignment
+Indenting Paragraphs
 
 
 
diff --git a/source/text/swriter/01/legacynumbering.xhp 
b/source/text/swriter/01/legacynumbering.xhp
index 4f3248ea2d..a307d0fa2d 100644
--- a/source/text/swriter/01/legacynumbering.xhp
+++ b/source/text/swriter/01/legacynumbering.xhp
@@ -11,17 +11,17 @@
 
 
   
-Position (List Styles - Legacy)
+Position (List Styles - Legacy)
 /text/swriter/01/legacynumbering.xhp
   
 
 
-
+
 numbering;OpenOffice.org
 OpenOffice.org legacy numbering
 
+
 

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

2023-10-24 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/00040502.xhp |   36 ++--
 source/text/shared/01/0527.xhp |   13 +
 2 files changed, 31 insertions(+), 18 deletions(-)

New commits:
commit e423f2a7995db5bd4da002309afdd5efaf06af21
Author: Olivier Hallot 
AuthorDate: Tue Oct 24 15:10:12 2023 -0300
Commit: Olivier Hallot 
CommitDate: Tue Oct 24 22:28:18 2023 +0200

tdf#14 tdf#155877 Toggle edit points

+ toggle edit points

Change-Id: Ieee6b0030ee4b001700443aa35ac87018ec1a7f5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158399
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/00040502.xhp 
b/source/text/shared/00/00040502.xhp
index 2d32400294..b0abc5cb6f 100644
--- a/source/text/shared/00/00040502.xhp
+++ b/source/text/shared/00/00040502.xhp
@@ -291,24 +291,40 @@
 Object - 
Position and Size - Slant 
 Corner Radius tab.
 Choose Format - Text Box and Shape - 

 Object - 
Position and Size - 
Callout tab. This is only available for textbox callouts, not for 
custom shapes callouts.
+
 
-Choose Edit - 
Points.
-Open context menu - choose 
Edit Points.
-Open context menu - choose 
Edit Points.
-F8 
keyF8 
key
-
-
+
+Choose Edit - 
Toggle point edit mode.
+
+Toggle point 
edit mode
+
+Choose 
Draw - Toggle point edit mode.
+On the 
Draw menu of the Draw tab, choose 
Toggle point edit mode.
+
+
+
 
 
-Icon Edit Points
+Icon Toggle point edit 
mode
 
 
-Edit 
Points
+Toggle 
point edit mode
 
 
-
-
+
+
+
+
+
+F8
+
+
+
+F8
+
+
 
+
 
 Choose Format 
- Character (drawing functions).
 Open context menu - 
choose Character.
diff --git a/source/text/shared/01/0527.xhp 
b/source/text/shared/01/0527.xhp
index e468b78143..c158001e0f 100644
--- a/source/text/shared/01/0527.xhp
+++ b/source/text/shared/01/0527.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-   
 
 
 
-Edit Points
+Edit Points
 /text/shared/01/0527.xhp
 
 
@@ -30,18 +27,18 @@
 
 
 
+
 
-
 Edit 
Points
-Lets you change the shape of the selected 
drawing object.
+Lets you change the shape of the selected 
drawing object.
 
 
   
 
-To edit the 
shape of a selected drawing object, click the Points icon on the 
Drawing Bar, and then drag one of the points on the 
object.
+To edit the shape of a selected 
drawing object, click the Points icon on the Drawing 
Bar, and then drag one of the points on the object.
 
 
-Edit Points Bar
+Edit Points Bar
 
 
 


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

2023-10-22 Thread Olivier Hallot (via logerrit)
 source/text/swriter/02/0322.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1077c8e56376354dc108496b6d8f45f03ead021d
Author: Olivier Hallot 
AuthorDate: Sun Oct 22 13:25:29 2023 +0200
Commit: Olivier Hallot 
CommitDate: Sun Oct 22 13:57:35 2023 +0200

Fix icon size

Change-Id: Ib80cf472083f43ac3375669a7deae0632b5898ab
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158271
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/02/0322.xhp 
b/source/text/swriter/02/0322.xhp
index 98e2f1c350..9dec9b9515 100644
--- a/source/text/swriter/02/0322.xhp
+++ b/source/text/swriter/02/0322.xhp
@@ -47,7 +47,7 @@



-   Icon Unlink Frames
+   Icon Unlink Frames


Unlink Frames


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

2023-10-19 Thread Olivier Hallot (via logerrit)
 source/text/scalc/main0102.xhp |   15 +++
 source/text/shared/01/0218.xhp |6 +-
 source/text/shared/01/0220.xhp |1 +
 source/text/swriter/main0102.xhp   |   15 ++-
 4 files changed, 11 insertions(+), 26 deletions(-)

New commits:
commit f7585dc09a544ff865dcf39f55cb81d77e9d73ba
Author: Olivier Hallot 
AuthorDate: Thu Oct 19 19:37:11 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Oct 20 02:33:07 2023 +0200

tdf#155876 UI cmds Calc (05)

+ refactoring
+ Edit menu - Final

Change-Id: I4ff166ba0d6d4d009eb97a8cdb3c361abf776612
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158213
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/main0102.xhp b/source/text/scalc/main0102.xhp
index 74c251bae1..8cedebec4f 100644
--- a/source/text/scalc/main0102.xhp
+++ b/source/text/scalc/main0102.xhp
@@ -26,11 +26,9 @@
 
 
 
-
-
-
 
 
+
 Edit
 This menu contains commands for editing the contents of the current 
document.
 
@@ -47,15 +45,8 @@
 
 
 
-
-
-
-Links
-
-
-Object
-
+
+
 
 
-
 
diff --git a/source/text/shared/01/0218.xhp 
b/source/text/shared/01/0218.xhp
index ff4eb64cd0..244c236248 100644
--- a/source/text/shared/01/0218.xhp
+++ b/source/text/shared/01/0218.xhp
@@ -37,8 +37,12 @@
 
 
 
-Edit External Links
+
+  Links to External 
FilesExternal 
Links
+
   You can change or break each link to external 
files in the current document. You can also update the content of the current 
file to the most recently saved version of linked external file. This command 
does not apply to hyperlinks, and is not available if the current document does 
not contain links to other files.
+
+
 This command can be 
used with external file links to sections (place cursor outside of the section), master 
documents,sheets linked with 
Sheet - Insert Sheet from File or Sheet - 
External Links, Function WEBSERVICE, 
images and OLE objects (when inserted with a link to an external 
file).
 
 
diff --git a/source/text/shared/01/0220.xhp 
b/source/text/shared/01/0220.xhp
index 1a24952c6d..4dda4b7e31 100644
--- a/source/text/shared/01/0220.xhp
+++ b/source/text/shared/01/0220.xhp
@@ -34,6 +34,7 @@
   
 
 
+
 Save Copy as
 Opens the Save as dialog to save a copy of the 
object in a file. The file extension suggested depends on the type of the OLE 
object.
 
diff --git a/source/text/swriter/main0102.xhp b/source/text/swriter/main0102.xhp
index 0dbec975d6..379b9f24fa 100644
--- a/source/text/swriter/main0102.xhp
+++ b/source/text/swriter/main0102.xhp
@@ -26,9 +26,8 @@
 
 
 
-
 
-
+
 Edit
 This menu contains commands for editing the contents of the current 
document.
 
@@ -43,30 +42,20 @@
 
 
 
-
 
 
-
 
-
 
 
-
 
 
 
 Fields
 
-
-External Links
-
-
+
 
-
 
-
 
-
 
 
 


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

2023-10-17 Thread Olivier Hallot (via logerrit)
 source/text/swriter/01/0314.xhp |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e3fa34a71832b722a496534970be68e63ff1c0b8
Author: Olivier Hallot 
AuthorDate: Sat Oct 14 11:24:09 2023 +0200
Commit: Olivier Hallot 
CommitDate: Tue Oct 17 23:03:53 2023 +0200

fix bad index entry

Change-Id: I5cb5f87e727101700446e8b94ab854ece8a9c269
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157956
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/01/0314.xhp 
b/source/text/swriter/01/0314.xhp
index b7d8d53b7a..139c9dafe1 100644
--- a/source/text/swriter/01/0314.xhp
+++ b/source/text/swriter/01/0314.xhp
@@ -28,9 +28,9 @@
 
 
 
-  show;hidden paragraph
-  view;hidden paragraph;show
-  hidden paragraph;show
+show;hidden paragraph
+view;hidden paragraph
+hidden paragraph;show
 
 
 


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

2023-10-16 Thread Stanislav Horacek (via logerrit)
 source/text/sdatabase/dabawiz02firebird.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfa69e84f71bced00eb552b0da554907f32794f5
Author: Stanislav Horacek 
AuthorDate: Sat Oct 14 15:39:29 2023 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon Oct 16 17:35:18 2023 +0200

clarify which files are saved in steps of Firebird wizard

Change-Id: If8cb4036ce5582d272079cdf29ddb856ce0b5b85
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157977
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/sdatabase/dabawiz02firebird.xhp 
b/source/text/sdatabase/dabawiz02firebird.xhp
index bc1bb4a82f..493e5b08ce 100644
--- a/source/text/sdatabase/dabawiz02firebird.xhp
+++ b/source/text/sdatabase/dabawiz02firebird.xhp
@@ -42,7 +42,7 @@
 Decide your 
preferred options about registered database and what to do with the database 
once saved, and click Finish. Proceed to enter a name for the 
new %PRODUCTNAME Base file.
 
 
-This name is the name of the new Firebird 
database file (*.fdb), not the name of the %PRODUCTNAME Base (*.odb) 
file.
+In the second step, the name of the new 
Firebird database file (*.fdb) is entered, whereas in the last step, the 
%PRODUCTNAME Base (*.odb) file is saved.
 Connect to an existing Firebird database 
file
 
 


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

2023-10-11 Thread Ilmari Lauhakangas (via logerrit)
 source/text/shared/00/00040502.xhp  |8 +--
 source/text/shared/01/05190100.xhp  |   16 +++---
 source/text/swriter/01/05060900.xhp |   96 ++--
 3 files changed, 59 insertions(+), 61 deletions(-)

New commits:
commit e7ec227d83792bdaf88cb53be5a5a8849f7f576a
Author: Ilmari Lauhakangas 
AuthorDate: Fri Oct 6 16:47:57 2023 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Wed Oct 11 19:24:35 2023 +0200

tdf#155044 Help: Description -> Alt Text and Text Alternative -> Text

Change-Id: I3c8317f4b747b05c7fbbf7119f9210627aaacd48
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157643
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/source/text/shared/00/00040502.xhp 
b/source/text/shared/00/00040502.xhp
index c31247393b..2d32400294 100644
--- a/source/text/shared/00/00040502.xhp
+++ b/source/text/shared/00/00040502.xhp
@@ -238,12 +238,10 @@
 
 
 
-Choose 
Format - Description.
-
-Choose 
Description.
+Choose 
Format - Alt Text.
 
-On the 
Image menu of the Image tab, choose 
Description.
-On the 
Object menu of the Object tab, choose 
Description.
+On the 
Image menu of the Image tab, choose 
Alt Text.
+On the 
Object menu of the Object tab, choose 
Alt Text.
 
 
 Click on textbox or 
shape to select, then...
diff --git a/source/text/shared/01/05190100.xhp 
b/source/text/shared/01/05190100.xhp
index 9108312f41..5a30aa4679 100644
--- a/source/text/shared/01/05190100.xhp
+++ b/source/text/shared/01/05190100.xhp
@@ -20,12 +20,12 @@
 
 
   
- Description
+ Alt Text
  /text/shared/01/05190100.xhp
   
 
 
-objects;text 
alternative and description
+objects;text and 
alt text
 descriptions for objects
 text alternative;objects
 
@@ -33,22 +33,22 @@
 
 
 
-Description
-Assigns a text 
alternative and a description to the selected object. These texts are available 
as alternative tags in your document for use by accessibility tools. They are 
also available as tags for images when you export the 
document.
+Alt Text
+Assigns a 
text and an alt text to the selected object. These 
texts are available as alternative tags in your document for use by 
accessibility tools. They are also available as tags for images when you export 
the document.
 
 
   
 
 
-Text Alternative
 
+Text
 Enter a short 
description of the essential details of the selected object for a person who 
cannot see the object. This text is available for use by assistive 
technologies.
 
 
 
-Description
-Enter a longer 
description of the object, especially if the object is too complex or contains 
too much detail to be described adequately with the short Text 
Alternative. Use Description to add 
additional information to the short description found in Text 
Alternative. This text is available for use by assistive 
technologies.
- For images, Text 
Alternative and Description are exported with 
an appropriate tag in HTML and PDF format (remember to enable the Universal
 Accessibility (PDF/UA) option in PDF export).
+Alt Text
+Enter a longer 
description of the object, especially if the object is too complex or contains 
too much detail to be described adequately with the short 
Text. Use Alt Text to add 
additional information to the short description found in 
Text. This text is available for use by assistive 
technologies.
+ For images, Text and 
Alt Text are exported with an appropriate tag in HTML and 
PDF format (remember to enable the Universal
 Accessibility (PDF/UA) option in PDF export).
 
 
 Decorative
diff --git a/source/text/swriter/01/05060900.xhp 
b/source/text/swriter/01/05060900.xhp
index 8d6cf91703..ddb0ddc9f9 100644
--- a/source/text/swriter/01/05060900.xhp
+++ b/source/text/swriter/01/05060900.xhp
@@ -20,7 +20,7 @@
 
 
 
-Options
+Options
 /text/swriter/01/05060900.xhp
 
 
@@ -29,63 +29,63 @@
 
 
 
-
-
-Options
-Specify properties for the 
selected image, frame or OLE object.
+
+
+Options
+Specify properties for the 
selected image, frame or OLE object.
 
 
   
 
-Accessibility
-
-Name
-Enter a name for the selected 
item.
-Assign an object, graphic or frame a 
meaningful name, so that you can quickly locate it afterwards in long 
documents.
-
-Text Alternative (images and OLE 
objects only)
+Accessibility
+
+Name
+Enter a name for the selected 
item.
+Assign an object, graphic or frame a meaningful name, 
so that you can quickly locate it afterwards in long documents.
+
 
+
 
-
-Decorative
-Marks the item as 
purely decorative, not part of the document content, and ignorable by assistive 
technologies.
+
+
+
 Sequences (frames only)
-
-Previous link
-Displays the frame that comes before 
the selected frame in a linked sequence. To add or change the previous link, 
select a name from the list. If you are linking frames, the selected frame and 
the target frame must be empty.
-
-Next link
-Displays the 

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

2023-10-11 Thread Eike Rathke (via logerrit)
 source/text/scalc/01/func_style.xhp |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 379510d74d95dd4e7878e8e86401a3b60a6ef107
Author: Eike Rathke 
AuthorDate: Wed Oct 11 15:59:31 2023 +0200
Commit: Eike Rathke 
CommitDate: Wed Oct 11 16:06:00 2023 +0200

Follow-up: tdf#152412 Re-add the note to the STYLE() function

... to not use it without reason..

This got lost with

commit 20d4c17ca1fb161bf5fccf3d94db93b0a4d322f2
CommitDate: Wed Jan 11 00:09:58 2023 +

tdf#152412 Improve the STYLE function help page

Change-Id: I48b11d8360a0a95ae1a76e4d0a339b5fe6488d2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157835
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/source/text/scalc/01/func_style.xhp 
b/source/text/scalc/01/func_style.xhp
index b5f1d8c2ac..643ba2af6b 100644
--- a/source/text/scalc/01/func_style.xhp
+++ b/source/text/scalc/01/func_style.xhp
@@ -26,6 +26,7 @@
 Applies a style to the 
cell containing the formula. After a set amount of time, 
another style can be applied.
   
   This function always 
returns the numeric value 0, which allows to use it by adding the 
STYLE function to other functions in the same cell without 
changing its value.
+  The STYLE function should not be used without 
compelling reason, its purpose is the use with asynchronous Add-In functions to 
visually notify about the availability of a result. In almost all other cases 
using conditional formatting instead is a better choice.
 
   
   


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

2023-10-11 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/themesdialog.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d13c170d0f21d8ab4d80110af95fe12bec8be5f1
Author: Olivier Hallot 
AuthorDate: Tue Oct 10 21:24:15 2023 +0200
Commit: Olivier Hallot 
CommitDate: Wed Oct 11 14:01:05 2023 +0200

Fix grammar +

Change-Id: I6b765e52c4868ee7c665d5db6794f2410671713d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157774
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/themesdialog.xhp 
b/source/text/shared/01/themesdialog.xhp
index c9d04f3bd3..a94edbc9a5 100644
--- a/source/text/shared/01/themesdialog.xhp
+++ b/source/text/shared/01/themesdialog.xhp
@@ -39,7 +39,7 @@
 
 Available themes
 Display the set of 
available themes for the document. To apply a theme to the document, double 
click on the selected theme.
-The top left theme in the Available theme area 
is the current applied theme.
+The top left theme in the Available Themes 
area is the current applied theme.
 
 Add
 Opens the Theme Color 
Dialog to define the theme name and the colors of the selected 
new theme.


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

2023-10-11 Thread Julien Nabet (via logerrit)
 source/text/shared/01/TipOfTheDay.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69bd1d2c11c91b8968b5811855a3fd3acad6f979
Author: Julien Nabet 
AuthorDate: Tue Oct 10 15:00:53 2023 +0200
Commit: Julien Nabet 
CommitDate: Wed Oct 11 08:43:00 2023 +0200

Following fix grammar

Change-Id: I838288c594ce5aed9c573f8e7f05074a6672232e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157725
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/source/text/shared/01/TipOfTheDay.xhp 
b/source/text/shared/01/TipOfTheDay.xhp
index 7ff10795e8..489741d244 100644
--- a/source/text/shared/01/TipOfTheDay.xhp
+++ b/source/text/shared/01/TipOfTheDay.xhp
@@ -23,7 +23,7 @@
 
 
 Tip of the Day
-Displays a 
dialog box with a usage tip. The Tip of the Day contain a 
collection of tips that helps to better use %PRODUCTNAME resources.
+Displays a 
dialog box with a usage tip. The Tip of the Day contains a 
collection of tips that helps to better use %PRODUCTNAME resources.
 
 
 


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

2023-10-10 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/TipOfTheDay.xhp |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 415f52ad94adf6df48604304e4e038c1e58bcb79
Author: Olivier Hallot 
AuthorDate: Tue Oct 10 14:16:13 2023 +0200
Commit: Olivier Hallot 
CommitDate: Tue Oct 10 14:53:36 2023 +0200

Fix grammar

Change-Id: I07a30b1b3df454fce1144587176b3612d9bde474
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157724
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/TipOfTheDay.xhp 
b/source/text/shared/01/TipOfTheDay.xhp
index 3babbb29f5..7ff10795e8 100644
--- a/source/text/shared/01/TipOfTheDay.xhp
+++ b/source/text/shared/01/TipOfTheDay.xhp
@@ -23,7 +23,7 @@
 
 
 Tip of the Day
-Display a dialog 
box with a usage tip. The Tip of the Day contain a 
collection of tips that helps to better use %PRODUCTNAME resources.
+Displays a 
dialog box with a usage tip. The Tip of the Day contain a 
collection of tips that helps to better use %PRODUCTNAME resources.
 
 
 
@@ -32,9 +32,9 @@
 The tips are cycled in a list of hundreds 
tips.
 
 Show tips on startup
-Display the 
Tip of the Day box the first time in the day you start 
%PRODUCTNAME and open one of its modules.
+Displays the 
Tip of the Day box the first time in the day you start 
%PRODUCTNAME and open one of its modules.
 Next Tip
-Show the next tip 
in the Tip of the Day list.
+Shows the next tip 
in the Tip of the Day list.
 
 
 


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

2023-10-09 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/grid_and_helplines.xhp |1 
 source/text/shared/01/scrollbars.xhp |1 
 source/text/shared/02/01171300.xhp   |2 
 source/text/shared/02/01171400.xhp   |1 
 source/text/shared/main0226.xhp  |1 
 source/text/shared/optionen/01050100.xhp |   68 +--
 source/text/shared/optionen/01070100.xhp |   31 +---
 source/text/swriter/01/0305.xhp  |4 -
 8 files changed, 55 insertions(+), 54 deletions(-)

New commits:
commit 97c4b5ce17d662c498faa38c23074a645e21649b
Author: Olivier Hallot 
AuthorDate: Mon Oct 9 19:03:30 2023 -0300
Commit: Olivier Hallot 
CommitDate: Tue Oct 10 00:17:03 2023 +0200

tdf#155875 UI cmds Writer/Help in Help(52)

+ refactoring
+ Grid menu - final

Change-Id: I0a237e1e8a6019a9b1cc65db2eebcb8f33ff1072
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157739
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/grid_and_helplines.xhp 
b/source/text/shared/01/grid_and_helplines.xhp
index 5eeb25f39d..8f745982a5 100644
--- a/source/text/shared/01/grid_and_helplines.xhp
+++ b/source/text/shared/01/grid_and_helplines.xhp
@@ -26,6 +26,7 @@
 
 
 
+
 
 Grid and Help Lines
 Toggle the visibility of grid points and guide lines to help object 
moving and precise position in the current page.
diff --git a/source/text/shared/01/scrollbars.xhp 
b/source/text/shared/01/scrollbars.xhp
index f9c5689220..bed637c9f1 100644
--- a/source/text/shared/01/scrollbars.xhp
+++ b/source/text/shared/01/scrollbars.xhp
@@ -17,6 +17,7 @@
 
 
 
+
 
 tooltips;in scroll bars
 
diff --git a/source/text/shared/02/01171300.xhp 
b/source/text/shared/02/01171300.xhp
index be57ee666e..cbfc5e2b9a 100644
--- a/source/text/shared/02/01171300.xhp
+++ b/source/text/shared/02/01171300.xhp
@@ -26,7 +26,7 @@
 
 
 
-Snap to 
Grid
+Snap to 
Grid
 
 
 Automatically aligns objects to 
vertical and horizontal grid lines.
diff --git a/source/text/shared/02/01171400.xhp 
b/source/text/shared/02/01171400.xhp
index 664bc75f87..31c54a0da6 100644
--- a/source/text/shared/02/01171400.xhp
+++ b/source/text/shared/02/01171400.xhp
@@ -28,6 +28,7 @@
 
 UFI: removed help ids
 
+
 
 Helplines While Moving
 Activates or 
deactivates the display of guides when moving an object.
diff --git a/source/text/shared/main0226.xhp b/source/text/shared/main0226.xhp
index ceee43f59f..1cc992880d 100644
--- a/source/text/shared/main0226.xhp
+++ b/source/text/shared/main0226.xhp
@@ -88,7 +88,6 @@
 
 
 
-
 
 
 
diff --git a/source/text/shared/optionen/01050100.xhp 
b/source/text/shared/optionen/01050100.xhp
index 6becb0c21d..3c7cff5c71 100644
--- a/source/text/shared/optionen/01050100.xhp
+++ b/source/text/shared/optionen/01050100.xhp
@@ -22,82 +22,82 @@
 
 
   
- Grid
+ Grid
  /text/shared/optionen/01050100.xhp
   


   
-grids; defaults (Writer/Calc)
+grids; defaults 
(Writer/Calc)
  defaults; grids (Writer/Calc)
  snap grid defaults (Writer/Calc)
 
-
-
+
+
 Grid
- Specifies the 
settings for the configurable grid on your document pages. This grid helps you 
determine the exact position of your objects. You can also set this grid in 
line with the "magnetic" snap grid.
+ Specifies the settings for the 
configurable grid on your document pages. This grid helps you determine the 
exact position of your objects. You can also set this grid in line with the 
"magnetic" snap grid.
   
   
  
   
   Grid
-
+
 Snap to grid
   
- Specifies whether 
to move frames, drawing elements, and controls only between grid 
points. To change the status of the snap grip only for the current 
action, drag an object while holding down the Control key
+ Specifies whether to move frames, drawing 
elements, and controls only between grid points. To change the status 
of the snap grip only for the current action, drag an object while holding down 
the Control key
 Ctrl 
key.
   
-
-
+
+
 Visible grid
-  Specifies whether to 
display the grid.
+  Specifies whether to display the grid.
 
-  It is also possible to toggle the 
visibility of the grid with the Grid - Display Grid command in the 
context menu for the page. You can also select the Grid - Grid to 
Front submenu of this context menu to display the grid in front of 
objects.
+  It is 
also possible to toggle the visibility of the grid with the Grid - 
Display Grid command in the context menu for the page. You can also 
select the Grid - Grid to Front submenu of this context menu to 
display the grid in front of objects.
 
 
-  It is also possible to toggle the 
visibility of the grid with the Grid - Display Grid command in the 
context menu of the page. You can also select the Grid - Grid to 
Front submenu of this context menu to display the grid in front of 
objects.
+  It is also 

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

2023-10-09 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/edit_menu.xhp |   13 +
 source/text/swriter/menu/edit_reference_submenu.xhp |2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 3644717d42d7fa24a61af95a6b51643665d879d1
Author: Olivier Hallot 
AuthorDate: Mon Oct 9 17:38:34 2023 -0300
Commit: Olivier Hallot 
CommitDate: Tue Oct 10 00:16:45 2023 +0200

tdf#155875 UI cmds Writer/Help in Help(51)

+ refactoring
+ Edit menu - final

Change-Id: Ibf65e70f1edfa2733800eaa9e69ca9789abb0b2c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157738
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/edit_menu.xhp 
b/source/text/shared/00/edit_menu.xhp
index e233478ffb..2f9c984d5f 100644
--- a/source/text/shared/00/edit_menu.xhp
+++ b/source/text/shared/00/edit_menu.xhp
@@ -233,6 +233,19 @@
 
 
 Choose Edit - 
Track Changes.
+
+Choose 
Review tab.
+
+
+
+
+Icon Track 
Changes
+
+
+Track 
Changes
+
+
+
 
 
 Choose Edit - Track Changes - 
Record.
diff --git a/source/text/swriter/menu/edit_reference_submenu.xhp 
b/source/text/swriter/menu/edit_reference_submenu.xhp
index d59d3527b2..40919efb78 100644
--- a/source/text/swriter/menu/edit_reference_submenu.xhp
+++ b/source/text/swriter/menu/edit_reference_submenu.xhp
@@ -16,7 +16,7 @@
   
 
 
-
+
 
 Reference
 A submenu that offers 
possibilities to edit footnotes, endnotes, index entries, and bibliography 
entries.


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

2023-10-09 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/InsertColumnsBefore.xhp |2 +-
 source/text/shared/01/InsertRowsAfter.xhp |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a99fef353cedd72e5b96e2115d4d621d3d513d09
Author: Olivier Hallot 
AuthorDate: Sun Oct 8 14:06:23 2023 +0200
Commit: Olivier Hallot 
CommitDate: Mon Oct 9 16:18:00 2023 +0200

Fix error in index

Change-Id: I703300156a250cb1c7f940c0ad0101d305e74d9d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157628
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/InsertColumnsBefore.xhp 
b/source/text/shared/01/InsertColumnsBefore.xhp
index 5e5e49556d..08d4b43134 100644
--- a/source/text/shared/01/InsertColumnsBefore.xhp
+++ b/source/text/shared/01/InsertColumnsBefore.xhp
@@ -18,7 +18,7 @@
 
 
 
-row;inserting before
+column;inserting before
 insert;column before
 
 
diff --git a/source/text/shared/01/InsertRowsAfter.xhp 
b/source/text/shared/01/InsertRowsAfter.xhp
index 4ffa5c4be2..71d0fd4fc0 100644
--- a/source/text/shared/01/InsertRowsAfter.xhp
+++ b/source/text/shared/01/InsertRowsAfter.xhp
@@ -11,7 +11,7 @@
 
 
 
-Rows Above
+Rows Below
 /text/shared/01/InsertRowsAfter.xhp
 
 


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

2023-10-06 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/0401.xhp   |2 
 source/text/shared/00/0406.xhp   |   28 ++-
 source/text/shared/01/0614.xhp   |2 
 source/text/shared/01/0615.xhp   |   88 
 source/text/shared/01/notebook_bar.xhp   |3 
 source/text/shared/01/packagemanager.xhp |  111 +++
 source/text/shared/guide/dev_tools.xhp   |   12 ++-
 source/text/shared/optionen/0100.xhp |   21 +++--
 8 files changed, 150 insertions(+), 117 deletions(-)

New commits:
commit e6eb23afa043ab16e61cd6dda010f631d5380e3b
Author: Olivier Hallot 
AuthorDate: Fri Oct 6 11:33:25 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Oct 6 16:45:12 2023 +0200

tdf#154996 Update tools - remaining help pages

Change-Id: Ide4d3dd44b0c7d4ab09bd7560cc0a3f7fb6b59c1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157648
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/0401.xhp 
b/source/text/shared/00/0401.xhp
index 6e2400f91a..39e39a21fe 100644
--- a/source/text/shared/00/0401.xhp
+++ b/source/text/shared/00/0401.xhp
@@ -39,6 +39,7 @@
 Choose File - 
New.
 
 Choose 
File - New.
+On the top right 
menu (☰), choose New.
 
 
 
@@ -197,6 +198,7 @@
 Choose File - 
Close.
 
 Choose 
File - Close.
+On the top right 
menu (☰), choose Close.
 
 
 
diff --git a/source/text/shared/00/0406.xhp 
b/source/text/shared/00/0406.xhp
index 4c428e9e97..3fb5896c30 100644
--- a/source/text/shared/00/0406.xhp
+++ b/source/text/shared/00/0406.xhp
@@ -174,16 +174,36 @@
 
 
 Choose Tools - Macros - Organize Macros - 
Basic,click the Organizer 
button.
+
 
+
+
+Choose Tools - 
Extensions.
+
+On the 
Extension menu of the Extension tab, 
choose Extensions.
+
+CommandCtrl
 + Alt + E
 
 
-
-Choose Tools - 
Extensions.
 Choose Tools - Extensions, click 
Check for Updates button.
-Choose Tools - Macros - XML Filter 
Settings.
+
+
+
+Choose Tools - XML Filter 
Settings.
+
+On the 
Tools menu of the Tools tab, choose 
XML Filter Settings.
+
+
 Tools - Macros - XML Filter Settings, 
then click New or Edit.
 Tools - Macros - XML Filter Settings, 
then click Test XSLTs.
-Choose Tools - Customize.
+
+
+
+Choose Tools - Customize.
+
+On the top 
right menu (☰), choose Customize.
+
+
 Choose 
Tools - Customize - Menus tab.
 Choose Tools - Customize - Menus tab, click 
the hamburger Icon Hamburger menu dropdown 
menu and choose Add.
 Choose Tools - Customize - Menus tab, click 
the hamburger Icon Hamburger menu  
dropdown menu and choose Move.
diff --git a/source/text/shared/01/0614.xhp 
b/source/text/shared/01/0614.xhp
index 15468906fa..6567e632e1 100644
--- a/source/text/shared/01/0614.xhp
+++ b/source/text/shared/01/0614.xhp
@@ -31,7 +31,7 @@
 Customizes $[officename] menus, 
context menus, shortcut keys, toolbars, and macro assignments to 
events.
 
 
-
+
 
 You can customize shortcut keys 
and macro assignments for the current application, or for all $[officename] 
applications.
 You can also save and load 
individual menu, shortcut key, and toolbar custom settings.
diff --git a/source/text/shared/01/0615.xhp 
b/source/text/shared/01/0615.xhp
index 395f40f72e..d374643f34 100644
--- a/source/text/shared/01/0615.xhp
+++ b/source/text/shared/01/0615.xhp
@@ -21,107 +21,107 @@
 
 
 
-XML Filter Settings
+XML Filter Settings
 /text/shared/01/0615.xhp
 
 
 
-filters; XML filter settings
+filters; XML filter 
settings
 XML filters; settings
 mw deleted "XSLT based filters;"
-
-
-
+
+
+
 
-XML Filter Settings
-Opens the XML Filter Settings 
dialog, where you can create, edit, delete, and test filters to import and to 
export XML files.
+XML Filter 
Settings
+Opens the XML Filter Settings 
dialog, where you can create, edit, delete, and test filters to import and to 
export XML files.
 
 
-
+
 
 
-MAC does not have installation 
options
+MAC does not have installation options
 
-Some filters are 
only available as optional components during the %PRODUCTNAME installation. To 
install an optional filter, run the %PRODUCTNAME Setup application, select 
"Modify", and then select the filter that you want in the list of 
modules.
+Some filters are only available as optional components 
during the %PRODUCTNAME installation. To install an optional filter, run the 
%PRODUCTNAME Setup application, select "Modify", and then select the filter 
that you want in the list of modules.
 
 
-The term 
XML filter is used in the following as a shortcut for the more 
exact description as an XSLT based filter.
+The term XML 
filter is used in the following as a shortcut for the more exact 
description as an XSLT based filter.
 
 
 
-Term
+Term
 
 

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

2023-10-06 Thread Ilmari Lauhakangas (via logerrit)
 source/text/sbasic/guide/calc_borders.xhp |4 ++--
 source/text/scalc/01/sparklines.xhp   |2 +-
 source/text/scalc/main0203.xhp|4 ++--
 source/text/shared/00/0004.xhp|6 +++---
 source/text/shared/01/05200100.xhp|6 +++---
 source/text/shared/01/05200200.xhp|2 +-
 source/text/shared/guide/fontwork.xhp |2 +-
 source/text/shared/guide/line_intext.xhp  |6 +++---
 source/text/shared/guide/linestyle_define.xhp |8 
 source/text/shared/guide/linestyles.xhp   |8 
 source/text/simpress/main0202.xhp |6 +++---
 source/text/swriter/librelogo/LibreLogo.xhp   |4 ++--
 source/text/swriter/main0205.xhp  |4 ++--
 13 files changed, 31 insertions(+), 31 deletions(-)

New commits:
commit a79a6e02003a1dd220e2c03add548758f928795b
Author: Ilmari Lauhakangas 
AuthorDate: Fri Oct 6 16:37:10 2023 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Fri Oct 6 15:39:39 2023 +0200

tdf#146609 Rename line width to thickness in Help

The ones that were easy to find. Probably missed something.

Change-Id: I6dbb72b42c07fc8859be733dc6419dfb7a5d0d65
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157642
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/source/text/sbasic/guide/calc_borders.xhp 
b/source/text/sbasic/guide/calc_borders.xhp
index 8295c0ad98..f0a9f06381 100644
--- a/source/text/sbasic/guide/calc_borders.xhp
+++ b/source/text/sbasic/guide/calc_borders.xhp
@@ -51,7 +51,7 @@
 newStyle is an integer value that corresponds to 
the border line style (see Line Styles 
below).
 
 
-newWidth is an integer value that defines the line 
width.
+newWidth is an integer value that defines the line 
thickness.
 
 
 newColor is an integer value corresponding to a 
color defined using the RGB 
function.
@@ -102,7 +102,7 @@
   
 Line Styles
   
-  Line styles are 
defined as integer constants. The table below lists the constants for the line 
styles available in Format - Cells - Borders:  
+  Line styles are 
defined as integer constants. The table below lists the constants for the line 
styles available in Format - Cells - Borders:
   


diff --git a/source/text/scalc/01/sparklines.xhp 
b/source/text/scalc/01/sparklines.xhp
index a50521ccca..3671605cc8 100644
--- a/source/text/scalc/01/sparklines.xhp
+++ b/source/text/scalc/01/sparklines.xhp
@@ -46,7 +46,7 @@
 Stacked: also known as win/loss. Displays equally 
sized bars indicating positive and negative values.
 
 
-Line 
width: enter the line width number manually or use the spin 
button.
+Line 
thickness: enter the line thickness number manually or use the spin 
button.
 Display empty 
cells as: choices are available in the drop-down list:
 
 
diff --git a/source/text/scalc/main0203.xhp b/source/text/scalc/main0203.xhp
index 5a769e5bd8..c040a41529 100644
--- a/source/text/scalc/main0203.xhp
+++ b/source/text/scalc/main0203.xhp
@@ -39,9 +39,9 @@
 Line 
Style
 
 
-Line 
Width
+Line 
Thickness
 
-
+
 Line 
Color
 
 
diff --git a/source/text/shared/00/0004.xhp 
b/source/text/shared/00/0004.xhp
index 3008ea016c..7822349b31 100644
--- a/source/text/shared/00/0004.xhp
+++ b/source/text/shared/00/0004.xhp
@@ -157,15 +157,15 @@
 
 
 
-
+
 
 
 
 
-Icon Line 
Width
+Icon Line 
Thickness
 
 
-Line Width
+Line Thickness
 
 
 
diff --git a/source/text/shared/01/05200100.xhp 
b/source/text/shared/01/05200100.xhp
index dd2309e70c..aeaa5600c6 100644
--- a/source/text/shared/01/05200100.xhp
+++ b/source/text/shared/01/05200100.xhp
@@ -49,10 +49,10 @@
 
 
 
-Widths
-Select the width for the line. You can append a 
measurement unit. A zero line width results in a hairline with a width of one 
pixel of the output medium.
+Thickness
+Select the thickness for the line. You can 
append a measurement unit. A zero line thickness results in a hairline with a 
thickness of one pixel of the output medium.
 
-
+
 
 Transparency
 Enter the transparency of the 
line, where 100% corresponds to completely transparent and 0% to completely 
opaque. 
diff --git a/source/text/shared/01/05200200.xhp 
b/source/text/shared/01/05200200.xhp
index 00784834ce..809ec2f846 100644
--- a/source/text/shared/01/05200200.xhp
+++ b/source/text/shared/01/05200200.xhp
@@ -56,7 +56,7 @@
 Spacing
 Enter the amount of space that 
you want to leave between dots or dashes.
 
-Fit to line width
+Fit to line thickness
 Automatically adjusts the entries 
relative to the length of the line.
 
 Add
diff --git a/source/text/shared/guide/fontwork.xhp 
b/source/text/shared/guide/fontwork.xhp
index 8646e33e0d..656285b5d4 100644
--- a/source/text/shared/guide/fontwork.xhp
+++ b/source/text/shared/guide/fontwork.xhp
@@ -113,7 +113,7 @@
 Click the Fontwork 
object. If the 

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

2023-10-05 Thread Olivier Hallot (via logerrit)
 source/text/sbasic/shared/0105.xhp  |   54 ---
 source/text/shared/00/0406.xhp  |   53 +--
 source/text/shared/01/0613.xhp  |   58 ++---
 source/text/shared/01/06130001.xhp  |   25 +
 source/text/shared/01/06130010.xhp  |   11 ++--
 source/text/shared/01/06130020.xhp  |   26 -
 source/text/shared/01/06130030.xhp  |   42 ---
 source/text/shared/01/06130200.xhp  |   26 -
 source/text/shared/01/06130300.xhp  |   77 ++--
 source/text/shared/01/digitalsignatures.xhp |7 +-
 10 files changed, 225 insertions(+), 154 deletions(-)

New commits:
commit e09f381a645a2731e38bfff4a573ee25ccd488b7
Author: Olivier Hallot 
AuthorDate: Thu Oct 5 21:19:39 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Oct 6 02:21:22 2023 +0200

tdf#154996 Update tools - macro UI help pages

Change-Id: Ic3dd6f3b000bc7ef743c1fc2d055a4dbf5ad90cb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157609
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/0105.xhp 
b/source/text/sbasic/shared/0105.xhp
index 1a0383531e..136c1ab2aa 100644
--- a/source/text/sbasic/shared/0105.xhp
+++ b/source/text/sbasic/shared/0105.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-   
 
 
 
-$[officename] Basic IDE
+$[officename] Basic IDE
 /text/sbasic/shared/0105.xhp
 
 
@@ -30,12 +27,29 @@
 
 
 
+
 
-$[officename] Basic IDE
-
-This section 
describes the structure of the Basic IDE.
-
-Opens the Basic IDE where you can write and edit 
macros.
+$[officename] Basic 
IDE
+Opens the Basic 
IDE where you can write and edit BASIC macros.
+This section describes the 
structure of the Basic IDE.
+
+
+
+Choose 
Tools - Macro - Edit Macro.
+
+Choose 
Tools - Basic.
+On the 
Tools menu of the Tools tab, choose 
Edit Macro.
+
+
+
+
+Icon Edit 
Macro
+
+
+Edit 
Macro
+
+
+
 
 
 
@@ -44,22 +58,22 @@
 
 Commands From the Context menu of the Module Tabs
 Insert
-
+
 Module
-Inserts a new module into the current 
library.
-
+Inserts a new module into the current 
library.
+
 Dialog
-Inserts a new dialog into the current 
library.
-
+Inserts a new dialog into the current 
library.
+
 Delete
-Deletes the selected module.
-
+Deletes the selected module.
+
 Rename
-Renames the current module in 
place.
-
+Renames the current module in 
place.
+
 Hide
-Hides the current module.
+Hides the current module.
 Modules
-Opens the 
Macro 
Organizer dialog.
+Opens the Macro Organizer 
dialog.
 
 
diff --git a/source/text/shared/00/0406.xhp 
b/source/text/shared/00/0406.xhp
index 124df46484..4c428e9e97 100644
--- a/source/text/shared/00/0406.xhp
+++ b/source/text/shared/00/0406.xhp
@@ -124,15 +124,60 @@
 
 Choose Tools - Media 
Player.
 Choose 
Tools - Macros - Organize Macros - Basic, or press OptionAlt+F11
 (if not assigned by your system).
-Choose Tools - Macros - Run 
Macro.
-Choose Tools - Macros - Organize Macros - 
BeanShell.
-Choose Tools - Macros - Organize Macros - 
JavaScript.
-Choose Tools - Macros - Organize Macros - 
Python.
+
+
+
+Choose Tools - Macros - Run 
Macro.
+
+Choose 
Tools - Run Macro.
+On the 
Tools menu of the Tools tab, choose 
Run Macro.
+
+
+
+
+Icon Run 
Macro
+
+
+Run 
Macro
+
+
+
+
+
+
+
+Choose Tools - Macros - Organize Macros - 
BeanShell/Javascript/Python.
+
+On the 
Tools menu of the Tools tab, choose 
Javascript/Beanshell/Python.
+
+
 
+
 Choose Tools - 
Macros - Record Macro.
+
+On the 
Tools menu of the Tools tab, choose 
Record Macro.
+
+
+
+
+Icon Record Macro
+
+
+Record Macro
+
+
+
 
+
 Choose Tools - Macros - Organize Macros - 
Basic,click the Organizer button,click the 
Libraries tab,and then click the Password 
button.
+
+
+
 Choose Tools - Macros - Organize Macros - 
Basic,click the Organizer 
button.
+
+
+
+
 Choose Tools - 
Extensions.
 Choose Tools - Extensions, click 
Check for Updates button.
 Choose Tools - Macros - XML Filter 
Settings.
diff --git a/source/text/shared/01/0613.xhp 
b/source/text/shared/01/0613.xhp
index 492e9b6061..e97174120a 100644
--- a/source/text/shared/01/0613.xhp
+++ b/source/text/shared/01/0613.xhp
@@ -18,57 +18,55 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at 

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

2023-10-05 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/profile_safe_mode.xhp |5 +++--
 source/text/shared/main0108.xhp |   11 +--
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 0f8471655a2bcd1616579672c3fd5a2ab26861d9
Author: Olivier Hallot 
AuthorDate: Thu Oct 5 10:37:24 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Oct 5 16:15:05 2023 +0200

tdf#155875 UI cmds Writer/Help in Help(50)

+ refactoring
+ Help part, final.

Change-Id: I217111eaf49acd33af9e6bf3433d5cc218852095
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157597
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/profile_safe_mode.xhp 
b/source/text/shared/01/profile_safe_mode.xhp
index 661562ebe9..951b2233f8 100644
--- a/source/text/shared/01/profile_safe_mode.xhp
+++ b/source/text/shared/01/profile_safe_mode.xhp
@@ -17,14 +17,15 @@
 
 
 
-
+  
   
   
   
 profile;safe mode
   
 
-  Safe Mode
+
+  Restart in Safe Mode
   Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh 
user profile and disables hardware acceleration. It helps to restore a 
non-working %PRODUCTNAME instance.
   
 
diff --git a/source/text/shared/main0108.xhp b/source/text/shared/main0108.xhp
index b0dd5b5318..1abcfca425 100644
--- a/source/text/shared/main0108.xhp
+++ b/source/text/shared/main0108.xhp
@@ -73,14 +73,13 @@
 Send Feedback
 Opens a feedback form in the web browser, where users 
can report software bugs.
 
-
-Restart in Safe Mode
-  Safe mode is a mode where %PRODUCTNAME temporarily starts 
with a fresh user profile and disables hardware acceleration. It helps to 
restore a non-working %PRODUCTNAME instance.
-  
+
 
-  Get Involved
-  Opens the https://www.libreoffice.org/community/get-involved/;>community Get 
Involved page in the web browser. The page describe areas of interest 
where you can collaborate with the %PRODUCTNAME community.
+
+Get Involved
+Opens the https://www.libreoffice.org/community/get-involved/;>community Get 
Involved page in the web browser. The page describe areas of interest 
where you can collaborate with the %PRODUCTNAME community.
 
+
 Donate to %PRODUCTNAME
 %PRODUCTNAME is Free 
Software and is made available free of charge.
 Your donation, which is 
purely optional, supports our worldwide community.


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

2023-10-03 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/TipOfTheDay.xhp   |   43 
 source/text/shared/01/profile_safe_mode.xhp |   60 +++-
 2 files changed, 76 insertions(+), 27 deletions(-)

New commits:
commit 330186afbf28123351e97dc7f67583952e0b6ff7
Author: Olivier Hallot 
AuthorDate: Tue Oct 3 12:16:08 2023 -0300
Commit: Olivier Hallot 
CommitDate: Tue Oct 3 22:40:52 2023 +0200

tdf#155875 UI cmds Writer/Help in Help(49)

+ refactoring
+ Help part, search commands.

Change-Id: I9f22318164f53107fc1d84bedc1c0ae67e6d6448
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157522
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/TipOfTheDay.xhp 
b/source/text/shared/01/TipOfTheDay.xhp
new file mode 100644
index 00..3babbb29f5
--- /dev/null
+++ b/source/text/shared/01/TipOfTheDay.xhp
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+Tip of the Day
+/text/shared/01/TipOfTheDay.xhp
+
+
+
+
+
+tip of the day
+
+
+
+Tip of the Day
+Display a dialog 
box with a usage tip. The Tip of the Day contain a 
collection of tips that helps to better use %PRODUCTNAME resources.
+
+
+
+Choose 
Help - Show Tip of the Day.
+
+The tips are cycled in a list of hundreds 
tips.
+
+Show tips on startup
+Display the 
Tip of the Day box the first time in the day you start 
%PRODUCTNAME and open one of its modules.
+Next Tip
+Show the next tip 
in the Tip of the Day list.
+
+
+
+
+
+
diff --git a/source/text/shared/01/profile_safe_mode.xhp 
b/source/text/shared/01/profile_safe_mode.xhp
index 45778b4912..661562ebe9 100644
--- a/source/text/shared/01/profile_safe_mode.xhp
+++ b/source/text/shared/01/profile_safe_mode.xhp
@@ -10,7 +10,7 @@
 
 
   
-Safe Mode
+Safe Mode
 /text/shared/01/profile_safe_mode.xhp
   
 
@@ -18,58 +18,64 @@
 
 
 
-  
-  
-  
+  
+  
+  
 profile;safe mode
   
 
   Safe Mode
-  Safe mode is a mode where %PRODUCTNAME 
temporarily starts with a fresh user profile and disables hardware 
acceleration. It helps to restore a non-working %PRODUCTNAME instance.
+  Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh 
user profile and disables hardware acceleration. It helps to restore a 
non-working %PRODUCTNAME instance.
   
 
 
 
-  Choose Help - Restart in Safe Mode.
-  Start %PRODUCTNAME from command line with 
--safe-mode option
-  Start %PRODUCTNAME from %PRODUCTNAME (Safe Mode) 
start menu entry (Windows only)
+  
+  Choose Help - 
Restart in Safe Mode.
+  From a command line
+  Start %PRODUCTNAME 
from command line with --safe-mode option
+  
+
+  Start 
%PRODUCTNAME from %PRODUCTNAME (Safe Mode) start menu 
entry
+
+  
 
 
 What can I do in safe mode?
-Once in safe mode, you will be shown a dialog offering three 
user profile restoration options
+Once in safe mode, 
you will be shown a dialog offering three user profile restoration 
options
 
-
+
 Continue in Safe Mode
-This option will let you work with %PRODUCTNAME as you are 
used to, but using a temporary user profile. It also means that all 
configuration changes made to the temporary user profile will be lost after 
restart.
+This option will let 
you work with %PRODUCTNAME as you are used to, but using a temporary user 
profile. It also means that all configuration changes made to the temporary 
user profile will be lost after restart.
 
-
+
 Restart in Normal Mode
-Choosing Restart in Normal Mode will discard all 
changes, terminate safe mode and start %PRODUCTNAME again in normal mode. Use 
this option if you got here by accident.
+Choosing 
Restart in Normal Mode will discard all changes, terminate safe 
mode and start %PRODUCTNAME again in normal mode. Use this option if you got 
here by accident.
 
-
+
 Apply Changes and Restart
-The 
dialog offers multiple changes to the user profile that can be made to help 
restoring %PRODUCTNAME to working state. They get more radical from top down so 
you should try them successively one after another. Choosing this option 
applies selected changes
+The dialog offers 
multiple changes to the user profile that can be made to help restoring 
%PRODUCTNAME to working state. They get more radical from top down so you 
should try them successively one after another. Choosing this option applies 
selected changes
 
-
+
 Restore from backup
-%PRODUCTNAME keeps backups of previous configurations and 
activated extensions. Use this option to return to the previous state if your 
problems are likely to be caused by recent changes to configuration or 
extensions.
+%PRODUCTNAME keeps 
backups of previous configurations and activated extensions. Use this option to 
return to the previous state if your problems are likely to be caused by recent 
changes to configuration or extensions.
 
-
+
 Configure
-You 
can disable all extensions 

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

2023-10-01 Thread Olivier Hallot (via logerrit)
 source/text/swriter/guide/title_page.xhp |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 67d1ef52211182f7e3dc3e15583b3732c32124d1
Author: Olivier Hallot 
AuthorDate: Mon Oct 2 00:08:36 2023 +0200
Commit: Olivier Hallot 
CommitDate: Mon Oct 2 00:23:40 2023 +0200

Improve wording on title page Help

Change-Id: I203e01aeac1a98c35ad85ef836f8a764d55e2b6a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157454
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/guide/title_page.xhp 
b/source/text/swriter/guide/title_page.xhp
index 9a664cbef0..29cc6642f7 100644
--- a/source/text/swriter/guide/title_page.xhp
+++ b/source/text/swriter/guide/title_page.xhp
@@ -103,13 +103,10 @@
 Place the cursor 
in the page you want to change the style
   
   
-From the Sidebar 
Deck, select Sidebar Settings - Styles.
+Open the 
Styles panel of the Sidebar and select Page 
Styles.
   
   
-From the 
Styles, select button Page Styles.
-  
-  
-From the Style 
list, select the page style you want to apply.
+From the Page 
Style list, select the page style you want to apply.
   
   
 Double click on 
the page style to apply.


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

2023-10-01 Thread Olivier Hallot (via logerrit)
 source/text/simpress/01/0117.xhp |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 9e9dfbfb189c9535944a8b883191faa631e9a730
Author: Olivier Hallot 
AuthorDate: Sun Oct 1 15:15:37 2023 +0200
Commit: Olivier Hallot 
CommitDate: Sun Oct 1 15:50:07 2023 +0200

Mute  L10n

Change-Id: I1b2fa616fbea350e04c82eb54b71c7642615a5a6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157329
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/01/0117.xhp 
b/source/text/simpress/01/0117.xhp
index 05b296e7c7..8ec5615257 100644
--- a/source/text/simpress/01/0117.xhp
+++ b/source/text/simpress/01/0117.xhp
@@ -22,7 +22,7 @@
 
 
 
-Export
+Export
 /text/simpress/01/0117.xhp
 
 
@@ -31,20 +31,20 @@
 
 
 
-Presentation JPEG export 
Drawing JPEG export
+Presentation JPEG 
export Drawing JPEG export
 
 Export
-Exports your presentation or drawing and sets the 
export options.
+Exports your presentation or drawing and sets the export 
options.
 
 
 
   
 
-The following 
file formats present you with additional export options after you click 
Save: 
-c, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, 
PBM, PPM, PGM.
+The following file formats 
present you with additional export options after you click Save: 

+c, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, 
PBM, PPM, PGM.
 
-Export dialog
-Information on Import and Export 
Filters
+Export dialog
+Information on Import and Export 
Filters
 
 
 


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

2023-10-01 Thread Alain Romedenne (via logerrit)
 source/text/sbasic/shared/03/sf_dialog.xhp |  219 ++---
 1 file changed, 113 insertions(+), 106 deletions(-)

New commits:
commit 8313fdfe3877948b51781949448c6439ee08b734
Author: Alain Romedenne 
AuthorDate: Fri Jul 7 10:00:56 2023 +0200
Commit: Alain Romedenne 
CommitDate: Sun Oct 1 11:04:59 2023 +0200

SF_Dialog help page updates:
-  missing literals
-  method signature review
-  mute Basic & Python

Change-Id: I64ceaa4c90c2b4b9e684359a838e4bd0a299c81c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154127
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 

diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp 
b/source/text/sbasic/shared/03/sf_dialog.xhp
index 145a6fc6f0..520e80f60d 100644
--- a/source/text/sbasic/shared/03/sf_dialog.xhp
+++ b/source/text/sbasic/shared/03/sf_dialog.xhp
@@ -22,7 +22,7 @@
 
 
   SFDialogs.Dialog
 service
-  The 
Dialog service contributes to the management of dialogs 
created with the Basic Dialog 
Editor. Each instance of the current class represents a single dialog 
box displayed to the user.
+  The 
Dialog service contributes to the management of dialogs 
created with the Basic Dialog 
Editor or dialogs created on-the-fly. Each instance of the current class 
represents a single dialog box displayed to the user.
 
   A dialog box can be 
displayed in modal or in non-modal modes.
   In 
modal mode, the box is displayed and the execution of the macro process is 
suspended until one of the OK or Cancel buttons is pressed. In the meantime, 
user actions executed on the box can trigger specific actions.
@@ -63,22 +63,27 @@
   
   Use the string "GlobalScope" as the 
container argument when the dialog is stored either in 
My Macros  Dialogs or in Application Macros 
 Dialogs.
   The dialog service offers methods that 
create new controls dynamically in an existing dialog predefined with the Dialog Editor. A dialog is 
initialized with controls in the Dialog Editor and new controls can be added at 
run-time before or after the dialog Execute() 
statement.
-  
-  The 
Dialog service can equally be invoked - through the 
CreateScriptService method - when creating dialogs 
on-the-fly; It requires two supplemental positional arguments:
+
+  The 
Dialog service can equally be invoked - through the 
CreateScriptService method - when creating dialogs 
on-the-fly. It requires two supplemental positional arguments after the name of 
the ad-hoc service "NewDialog":
   DialogName: A case-sensitive string 
designating the dialog.
-  Library: 
The case-sensitive name of the library where to store the dialog. Default value 
is "Standard".
+   Place: 
Window location of the dialog being either :
+   
+  a Basic Array 
or Python tuple with 4 elements: (X, Y, width, height)
+  a com.sun.star.awt.Rectangle [X, Y, Width, Height] 
object
+   
+   All elements are 
expressed in Map 
AppFont units.
   
 Sub 
newDialog()
 
Dim oDlg As Object
-   
oDlg = CreateScriptService("NewDialog", "myDialog1", "myLib")
+   
oDlg = CreateScriptService("NewDialog", "myDialog1", Array(100,200, 40, 
110))
' 
...
 End 
Sub
   
 Or using 
Python:
   
 def 
newDialog():
-   
dlg = CreateScriptService("NewDialog", "myDialog1")  # "Standard" library is 
used
-# 
... Process controls and do what is needed
+   
dlg = CreateScriptService('NewDialog', 'myDialog1', (100,200, 40, 
110))
+   # 
... Process controls and do what is needed
   
   All properties and 
methods applicable to predefined dialogs are available for such new dialogs. In 
particular the series of CreateXXX() methods for the addition
 of new dialog controls.
@@ -584,9 +589,11 @@ in the actual dialog. The duplicated control is left 
unchanged and can be reloca
Left, 
Top: The coordinates of the new control expressed in Map AppFont 
units.


+   

   Set myButton2 = 
oDlg.CloneControl(Button1, Button2, 30, 30)

+   

  dlg 
= dlg.CloneControl('Button1', 'Button2', 30, 30)

@@ -632,9 +639,9 @@ in the actual dialog. The duplicated control is left 
unchanged and can be reloca
   Dialog service;CreateButton

CreateButton
-   Create a new control 
of type Button in the current dialog.
+   Create a new control 
of type Button in the current dialog.

-   svc.CreateButton(opt ControlName: str, opt Place,  
Toggle = False, Push = ""): svc
+   svc.CreateButton(ControlName: str, Place: any,  
Toggle: bool = False, Push: str = ""): svc


ControlName: 
the name of the new control. It must not exist yet.
@@ -654,11 +661,11 @@ in the actual dialog. The duplicated control is left 
unchanged and can be reloca



- Set myButton = 
oDlg.CreateButton(Button1, Array(20, 20, 60, 15))
+ Set 
myButton = oDlg.CreateButton(Button1, Array(20, 20, 60, 
15))



- myButton = 
dlg.CreateButton('Button1', (20, 20, 60, 15))
+ myButton = 

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

2023-09-30 Thread Olivier Hallot (via logerrit)
 source/text/swriter/00/0402.xhp  |   25 +-
 source/text/swriter/00/0406.xhp  |   22 +-
 source/text/swriter/01/0212.xhp  |  127 +--
 source/text/swriter/01/0515.xhp  |5 -
 source/text/swriter/01/0606.xhp  |2 
 source/text/swriter/01/translate.xhp |2 
 6 files changed, 109 insertions(+), 74 deletions(-)

New commits:
commit 599b75ff934b46337634daa80282d6a101788dea
Author: Olivier Hallot 
AuthorDate: Fri Sep 29 19:39:35 2023 -0300
Commit: Olivier Hallot 
CommitDate: Sat Sep 30 12:23:47 2023 +0200

tdf#155876 More Tools Help page adjustments

Change-Id: I615ae7a09c05e94e6faca11063bec82b086d65c6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157414
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/00/0402.xhp 
b/source/text/swriter/00/0402.xhp
index 51a44712f7..486fcce25d 100644
--- a/source/text/swriter/00/0402.xhp
+++ b/source/text/swriter/00/0402.xhp
@@ -25,18 +25,29 @@
 
 
 Edit Menu
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
 
+   
Choose Tools - 
AutoText
-   Command
-   
Ctrl+F3
-   On the Insert toolbar, 
click
+   
+   Choose 
Insert - AutoText.
+   On the 
Insert menu of the Insert tab, choose 
AutoText.
+   




-   
-   Icon
-   
+   Icon 
AutoText


AutoText
@@ -44,6 +55,8 @@



+   
+   CommandCtrl
 + F3
 
 

diff --git a/source/text/swriter/00/0406.xhp 
b/source/text/swriter/00/0406.xhp
index bc8cd2ebf0..ec3bf14c2e 100644
--- a/source/text/swriter/00/0406.xhp
+++ b/source/text/swriter/00/0406.xhp
@@ -30,6 +30,11 @@
 Tools Menu
 Choose Tools - Language - 
Hyphenation
 
+
+  
+  Choose 
Tools - Translate.
+
+
 
   
   Choose 
Tools - Accessibility Check.
@@ -61,7 +66,22 @@
   Click on the 
Word and Character Count area.
 
 
-Choose Tools - Heading 
Numbering
+
+  
+  Choose Tools - Heading 
Numbering
+  
+  
+
+  
+Icon Heading 
Numbering
+  
+  
+Heading 
Numbering
+  
+
+
+
+
 Choose Tools - Heading Numbering - 
Numbering tab
 Choose Tools - Line Numbering (not for HTML 
format)
 Choose Tools - Footnotes and 
Endnotes
diff --git a/source/text/swriter/01/0212.xhp 
b/source/text/swriter/01/0212.xhp
index 347c740f19..4cac89a107 100644
--- a/source/text/swriter/01/0212.xhp
+++ b/source/text/swriter/01/0212.xhp
@@ -20,107 +20,108 @@
 
 
 
-AutoText
+AutoText
 /text/swriter/01/0212.xhp
 
 
 
+
+
+
+
 
-
-
-
-AutoText
-Creates, edits, or inserts 
AutoText. You can store formatted text, text with graphics, tables, and fields 
as AutoText. To quickly insert AutoText, type the shortcut for the AutoText in 
your document, and then press F3.
-
+AutoText
+Creates, edits, or inserts 
AutoText. You can store formatted text, text with graphics, tables, and fields 
as AutoText. To quickly insert AutoText, type the shortcut for the AutoText in 
your document, and then press F3.
 
-You can also click the arrow next to 
the AutoText icon on the Insert bar, and then choose 
the AutoText that you want to insert.
+
+You can also click the arrow next to the 
AutoText icon on the Insert bar, and then choose the 
AutoText that you want to insert.
 
 
 
 
-AutoText
-The 
AutoText dialog lists the AutoText categories and 
entries.
-
+AutoText
+The AutoText 
dialog lists the AutoText categories and entries.
+
 Display remainder of name as a suggestion while 
typing
-Displays a suggestion for completing a 
word as a Help Tip after you type the first three letters of a word that 
matches an AutoText entry. To accept the suggestion, press Enter. If more than 
one AutoText entry matches the letters that you type, press CommandCtrl+Tab
 to advance through the entries. For example, to insert dummy text, 
type "Dum", and then press Enter.
-To display the 
list in reverse order, press Command
+Displays a suggestion for completing a 
word as a Help Tip after you type the first three letters of a word that 
matches an AutoText entry. To accept the suggestion, press Enter. If more than 
one AutoText entry matches the letters that you type, press CommandCtrl+Tab
 to advance through the entries. For example, to insert dummy text, 
type "Dum", and then press Enter.
+To display the list in reverse 
order, press Command
 
Ctrl+Shift+Tab.
-
+
 Name
-Lists the name of the currently selected 
AutoText entry. If you have selected text in the document, type the name of the 
new AutoText 

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

2023-09-30 Thread Olivier Hallot (via logerrit)
 source/text/swriter/00/0406.xhp|   10 +
 source/text/swriter/01/accessibility_check.xhp |   46 +
 2 files changed, 34 insertions(+), 22 deletions(-)

New commits:
commit 126c955770bfbf8cbc60d77068b3a8b9db6a0aa0
Author: Olivier Hallot 
AuthorDate: Fri Sep 29 17:43:10 2023 -0300
Commit: Olivier Hallot 
CommitDate: Sat Sep 30 12:23:25 2023 +0200

Update A11y check Help page

Change-Id: Id4cb2142bc53e48287bd6202388d3a5e228b0c7d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157412
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/00/0406.xhp 
b/source/text/swriter/00/0406.xhp
index 751de7efa9..bc8cd2ebf0 100644
--- a/source/text/swriter/00/0406.xhp
+++ b/source/text/swriter/00/0406.xhp
@@ -30,6 +30,16 @@
 Tools Menu
 Choose Tools - Language - 
Hyphenation
 
+
+  
+  Choose 
Tools - Accessibility Check.
+  Select File 
- Export as PDF - General - Universal Accessibility (PDF/UA) and 
click OK.
+  
+  OptionAlt
 + 8
+  
+  Open the 
Accessibility Check panel.
+
+
 
   
   Choose Tools - Word Count
diff --git a/source/text/swriter/01/accessibility_check.xhp 
b/source/text/swriter/01/accessibility_check.xhp
index dc646fd669..b643db53f1 100644
--- a/source/text/swriter/01/accessibility_check.xhp
+++ b/source/text/swriter/01/accessibility_check.xhp
@@ -11,69 +11,71 @@
 
 
   
-Accessibility Check
+Accessibility Check
 /text/swriter/01/accessibility_check.xhp
   
 
 
-
+
 accessibility;check in text document
 PDF/UA;check
 
-
-
+
+
+
 
 Accessibility 
Check
-Review common accessibility problems in the document, and 
support for PDF/UA specifications in the PDF export dialog.
+Review common 
accessibility problems in the document, and support for PDF/UA specifications 
in the PDF export dialog.
 
+
 
-Choose Tools 
- Accessibility Check.
-Select File - 
Export as PDF - General - Universal Accessibility (PDF/UA) and click 
OK.
+
 
 
 The Accessibility Check 
tool traverses the document structure and gather all possible accessibility 
issues. The check can be run manually through the menu or it will be triggered 
after PDF export dialog, when the PDF/UA support is enabled.
 
-The Accessibility Check dialog
-The Accessibility Check 
dialog shows a list of all issues found in the text document.
-Go to Issue
-Click the button to jump 
to the page and select the object or issue that requires attention for 
accessibility.
+The Accessibility Check Panel on Sidebar
+The Accessibility Check 
panel on sidebar shows a list of all issues found in the text 
document.
+Links are provided to 
navigate to the issue immediately. Double click the link to jump and select the 
object with the accessibility issue.
+Fix button
+Click the Fix button to 
jump to the issue and provide commands to fix it.
 
 Common accessibility checks
 
 The checks that are 
currently implemented are:
 
 
-Check that the 
document title is set.
+Check that the 
document title is set.
 
 
-Check that the 
document language is set, or that all styles that are in use, have the language 
set.
+Check that the 
document language is set, or that all styles that are in use, have the language 
set.
 
 
-Check all images, 
graphics, OLE objects for the alt (or title in some objects) text.
+Check all images, 
graphics, OLE objects for the alt (or title in some objects) text.
 
 
-Check that tables 
do not include split or merged cells, which could be disorienting for users 
with visual impairments.
+Check that tables do 
not include split or merged cells, which could be disorienting for users with 
visual impairments.
 
 
-Check for 
fake/manual numbering (not using integrated numbering). For example writing 
"1." "2." "3." at the beginning of the paragraphs.
+Check for 
fake/manual numbering (not using integrated numbering). For example writing 
"1." "2." "3." at the beginning of the paragraphs.
 
 
-Check that 
hyperlink text is not a hyperlink itself - hyperlink should be 
described.
+Check that hyperlink 
text is not a hyperlink itself - hyperlink should be described.
 
 
-Check for the 
contrast between text and the background. The algorithm is described in the 
WCAG specification.
+Check for the 
contrast between text and the background. The algorithm is described in the 
WCAG specification.
 
 
-Check for blinking 
text, which can be problematic for people with cognitive disabilities or 
photosensitive epilepsy.
+Check for blinking 
text, which can be problematic for people with cognitive disabilities or 
photosensitive epilepsy.
 
 
-Check for footnotes 
and endnotes, which should be avoided.
+Check for footnotes 
and endnotes, which should be avoided.
 
 
-Check for heading 
order. Order of the headings must increase incrementally with no skips (for 
example Heading 1 to Heading 3, skipping Heading 2).
+Check for 

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

2023-09-29 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/0406.xhp  |   80 ++
 source/text/shared/01/0222.xhp  |  152 ++--
 source/text/shared/01/0601.xhp  |  113 +-
 source/text/shared/01/06010500.xhp  |   37 
 source/text/shared/01/0602.xhp  |2 
 source/text/swriter/00/0406.xhp |   23 +
 source/text/swriter/01/0604.xhp |   22 ++---
 7 files changed, 249 insertions(+), 180 deletions(-)

New commits:
commit e1fc70c20fcf102b88d5232f133150d8961cb12a
Author: Olivier Hallot 
AuthorDate: Fri Sep 29 09:41:28 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Sep 29 20:40:47 2023 +0200

Housekeeping navigation of Tools menu (2)

Change-Id: I4f26909c784364290fcb09d06ce3ca9bb65315a3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157406
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/0406.xhp 
b/source/text/shared/00/0406.xhp
index a76528ee06..124df46484 100644
--- a/source/text/shared/00/0406.xhp
+++ b/source/text/shared/00/0406.xhp
@@ -30,10 +30,14 @@
 
 
 Choose Tools - Gallery or click the 
Gallery  icon on the Standard bar -New 
Theme button - Files tab.
+
 
+
 Choose Tools - 
Spelling.
-F7 key
-On the 
Standard bar, click
+
+Choose 
Review - Spelling.
+On the 
Review menu of the Review tab, choose 
Spelling.
+
 
 
 
@@ -47,6 +51,8 @@
 
 
 
+
+F7
 
 
 
@@ -73,22 +79,45 @@
 Choose Tools - Language - Chinese Conversion - 
Edit terms button. Asian language support must be 
enabled.
 Choose Tools - 
Spelling.
 Choose Tools - Spelling, then click 
Options.
+
 
+
 Choose Tools 
- Thesaurus.
-CommandCtrl+F7
-On the 
Tools bar, click
-
-
-
-
-Icon Thesaurus
-
-
-
-Thesaurus
-
-
-
+
+Choose 
Review - Thesaurus.
+On the 
Review menu of the Review tab, choose 
Thesaurus.
+
+
+
+
+
+Icon Thesaurus
+
+
+
+Thesaurus
+
+
+
+
+CommandCtrl
 + F7
+
+
+
+Choose 
Tools - Language.
+
+On the 
Review menu of the Review tab choose 
one of the language commands.
+
+
+
+
+Icon Manage Language
+
+
+Manage Language
+
+
+
 
 
 Choose Tools - 
Color Replacer ($[officename] Draw and $[officename] 
Impress).
@@ -140,7 +169,24 @@
 Choose %PRODUCTNAME - 
PreferencesTools - 
Options - $[officename] - 
Paths.
 Choose Tools - 
AutoText - Path. (autotext only)
 
-Choose Tools - 
ImageMap.
+
+
+Choose Tools - 
ImageMap.
+
+On the 
Image menu of the Image tab, choose 
ImageMap.
+
+
+
+
+Icon Image Map
+
+
+Image Map
+
+
+
+
+
 Choose Tools - ImageMap, then select a 
section of the ImageMap and click Properties - 
Description.
 
 Choose Format - 
Area - Colors tab.
diff --git a/source/text/shared/01/0222.xhp 
b/source/text/shared/01/0222.xhp
index cce83507a7..938b08a3bc 100644
--- a/source/text/shared/01/0222.xhp
+++ b/source/text/shared/01/0222.xhp
@@ -20,234 +20,234 @@
 
 
   
-ImageMap Editor
+ImageMap Editor
 /text/shared/01/0222.xhp
   
 
 
-
-
-
+
+
+
 
 
   ImageMap 
Editor
-  Allows you to 
attach URLs to specific areas, called hotspots, on a graphic or a group of 
graphics. An image map is a group of one or more 
hotspots.
+  Allows you to 
attach URLs to specific areas, called hotspots, on a graphic or a group of 
graphics. An image map is a group of one or more 
hotspots.
 
 
 
-  
+  
 
 
-You can draw 
three types of hotspots: rectangles, ellipses, and 
polygons. When you click a hotspot, the URL is opened in the 
browser window or frame that you specify. You can also specify the text that 
appears when your mouse rests on the hotspot.
-
+You can draw three types of 
hotspots: rectangles, ellipses, and 
polygons. When you click a hotspot, the URL is opened in the 
browser window or frame that you specify. You can also specify the text that 
appears when your mouse rests on the hotspot.
+
 Apply
-  Applies the changes that you made to the 
image map.
+  Applies the changes that you made to the 
image map.
 
   
 
- 

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

2023-09-28 Thread Olivier Hallot (via logerrit)
 source/text/scalc/01/0604.xhp  |   31 ++-
 source/text/scalc/01/0605.xhp  |   60 ++---
 source/text/scalc/01/06060200.xhp  |   32 +++
 source/text/scalc/01/0613.xhp  |   32 ++-
 source/text/shared/01/0604.xhp |   18 ++-
 source/text/shared/main_tools.xhp  |   13 
 6 files changed, 106 insertions(+), 80 deletions(-)

New commits:
commit 59e38b61f4aecf25633770d24ac60fc7d3210705
Author: Olivier Hallot 
AuthorDate: Thu Sep 28 19:06:29 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Sep 29 02:46:33 2023 +0200

tdf#155876 Calc UI - Tools menu review

+ Refactor

Change-Id: I7bafaf32d0ae4561bafff7d2f42ee3256452ec66
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157389
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/0604.xhp 
b/source/text/scalc/01/0604.xhp
index ec07d7caad..d4d52b2230 100644
--- a/source/text/scalc/01/0604.xhp
+++ b/source/text/scalc/01/0604.xhp
@@ -22,31 +22,34 @@
 
 
 
-Goal Seek
+Goal Seek
 /text/scalc/01/0604.xhp
 
 
 
-
-
-
-Goal Seek
-Opens a dialog where 
you can solve an equation with a variable.
- After a successful search, a dialog with the results opens, 
allowing you to apply the result and the target value directly to the 
cell.
+
+
+
+
+
+Goal Seek
+Opens a dialog where 
you can solve an equation with a variable. After a 
successful search, a dialog with the results opens, allowing you to apply the 
result and the target value directly to the cell.
+
+
 
 
 
 Default
-In this 
section, you can define the variables in your formula.
-
+In this section, you can define 
the variables in your formula.
+
 Formula cell
-In the formula cell, enter the 
reference of the cell which contains the formula. It contains the current cell 
reference. Click another cell in the sheet to apply its reference to 
the text box.
-
+In the formula cell, enter the 
reference of the cell which contains the formula. It contains the current cell 
reference. Click another cell in the sheet to apply its reference to 
the text box.
+
 Target value
-Specifies the value you want to 
achieve as a new result.
-
+Specifies the value you want to 
achieve as a new result.
+
 Variable cell
-Specifies the reference for the cell 
that contains the value you want to adjust in order to reach the 
target.
+Specifies the reference for the cell 
that contains the value you want to adjust in order to reach the 
target.
 
 
 
diff --git a/source/text/scalc/01/0605.xhp 
b/source/text/scalc/01/0605.xhp
index 2d2ff4401d..b7a9b688f3 100644
--- a/source/text/scalc/01/0605.xhp
+++ b/source/text/scalc/01/0605.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-
 
 
 
-Create Scenario
+Create Scenario
 /text/scalc/01/0605.xhp
 
 
@@ -30,50 +27,53 @@
 
 
 
-
-
-
-Create Scenario
-Defines a scenario for the selected sheet 
area.
-
+
+
+
+
+
+  Scenarios
+Defines a scenario for the selected sheet 
area.
+
+
 
   
 
-
+

 
-
-
+
+
 Name of scenario
-Defines the name for the scenario. Use a clear and unique name so you 
can easily identify the scenario. You can also modify a scenario name 
in the Navigator through the Properties context menu 
command.
-
-
+Defines the name 
for the scenario. Use a clear and unique name so you can easily identify the 
scenario. You can also modify a scenario name in the Navigator through 
the Properties context menu command.
+
+
 Comment
-Specifies additional information about the scenario. This information 
will be displayed in the Navigator when you click the 
Scenarios icon and select the desired scenario. You can 
also modify this information in the Navigator through the Properties 
context menu command.
+Specifies 
additional information about the scenario. This information will be displayed 
in the Navigator when you click 
the Scenarios icon and select the desired scenario. You 
can also modify this information in the Navigator through the Properties 
context menu command.
 Settings
-This section 
is used to define some of the settings used in the scenario display.
-
-
+This section is used to define 
some of the settings used in the scenario display.
+
+
 Display borderUFI: #i38688#
-Highlights the scenario in your table with a border. The color for the 
border is specified in the field to the right of this option. The 
border will have a title bar displaying the name of the last scenario. The 
button on the right of the scenario border offers you an overview of all the 
scenarios in this area, if several have been defined. You can choose any of the 
scenarios from this list without restrictions.
-
+Highlights the 
scenario in your table with a border. The color for the border is specified in 
the field to the right of this option. The border will have a title bar 
displaying the name of the last scenario. The button on the right of the 
scenario border offers you an overview 

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

2023-09-27 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/00040501.xhp  |8 +++
 source/text/shared/02/01170100.xhp  |2 -
 source/text/shared/02/01170500.xhp  |4 +--
 source/text/shared/02/01171100.xhp  |4 +--
 source/text/shared/main0226.xhp |2 -
 source/text/swriter/main0120.xhp|   22 ++--
 source/text/swriter/menu/contentcontrol_submenu.xhp |4 +++
 7 files changed, 29 insertions(+), 17 deletions(-)

New commits:
commit 192bfeba34fca4548b6bfd45951a3d84738f9df4
Author: Olivier Hallot 
AuthorDate: Wed Sep 27 19:34:37 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Sep 28 00:47:05 2023 +0200

tdf#155875 UI cmds Writer/Table in Help(46)

+ refactoring
+ Form menu (final tweak)

Change-Id: I3d328130aedb156ca740f9d893ca08054a0d9e68
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157344
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/00040501.xhp 
b/source/text/shared/00/00040501.xhp
index 605e25abcb..47db115c48 100644
--- a/source/text/shared/00/00040501.xhp
+++ b/source/text/shared/00/00040501.xhp
@@ -656,5 +656,13 @@
 
 Choose 
Image - Anchor menu - To Cell (resize with 
cell).
 
+
+
+Choose 
Forms - Content Controls.
+
+
+
+Choose 
Form.
+
 
 
diff --git a/source/text/shared/02/01170100.xhp 
b/source/text/shared/02/01170100.xhp
index fa549f0fad..37a9731db9 100644
--- a/source/text/shared/02/01170100.xhp
+++ b/source/text/shared/02/01170100.xhp
@@ -28,12 +28,12 @@
   
 
 
-
 controls; 
properties of form controls
 properties; form controls
 
 
 
+
 Control 
Properties
   Opens a dialog for editing the properties of a 
selected control.
 
diff --git a/source/text/shared/02/01170500.xhp 
b/source/text/shared/02/01170500.xhp
index e2fcf5e814..e7db161fd3 100644
--- a/source/text/shared/02/01170500.xhp
+++ b/source/text/shared/02/01170500.xhp
@@ -27,10 +27,10 @@
 
 
 
-
 
 
-Design Mode 
On/Off
+
+Design 
Mode
 Toggles the 
Design mode on or off. This function is used to switch quickly between Design and User mode. Activate to 
edit the form controls, deactivate to use the form controls.
 
 
diff --git a/source/text/shared/02/01171100.xhp 
b/source/text/shared/02/01171100.xhp
index 7a736891f7..db0d6d 100644
--- a/source/text/shared/02/01171100.xhp
+++ b/source/text/shared/02/01171100.xhp
@@ -27,9 +27,9 @@
 
 
 
-
 
-Wizards 
On/Off
+
+Control 
Wizards
 Specifies whether to start the wizard automatically when 
inserting a new control. This setting applies globally to all 
documents.
 
 
diff --git a/source/text/shared/main0226.xhp b/source/text/shared/main0226.xhp
index 54ba047120..ceee43f59f 100644
--- a/source/text/shared/main0226.xhp
+++ b/source/text/shared/main0226.xhp
@@ -69,7 +69,7 @@
 
 
 
-Automatic Control Focusdesign bar
+Automatic Control 
Focusdesign bar
 
   
 
diff --git a/source/text/swriter/main0120.xhp b/source/text/swriter/main0120.xhp
index cc2ae44ee2..b3d00c0534 100644
--- a/source/text/swriter/main0120.xhp
+++ b/source/text/swriter/main0120.xhp
@@ -11,26 +11,27 @@
 
 
 
-Form Menu
+Form Menu
 /text/swriter/main0120.xhp
 
 
 
 
+
+
 
-
 Form
-Contains commands for 
activate form design mode, enable/disable control wizards and insert form 
controls in your document.
+Contains commands for activate form design mode, 
enable/disable control wizards and insert form controls in your 
document.
+
+
+
 
-
 
-Design Mode
-Enable 
or disable form design mode.
+
 
 
 
-Control Wizards
-Enable 
or disable control wizards. 
+
 
 
 
@@ -44,7 +45,7 @@
 
 
 More fields
-Date, 
time, numerical, currency and pattern form fields.
+Date, time, numerical, 
currency and pattern form fields.
 
 
 
@@ -57,8 +58,7 @@
 
 
 
-Automatic Control Focus
-Enable or disable Automatic Control Focus
+
 
 
 
diff --git a/source/text/swriter/menu/contentcontrol_submenu.xhp 
b/source/text/swriter/menu/contentcontrol_submenu.xhp
index 1fc8252b72..68b5daa3ad 100644
--- a/source/text/swriter/menu/contentcontrol_submenu.xhp
+++ b/source/text/swriter/menu/contentcontrol_submenu.xhp
@@ -25,10 +25,14 @@
 text;content control
 rich text;content control
 
+
 
 Content 
Controls
 A 
content control is a placeholder text in which the current content will be 
replaced when clicking into the control. Content controls are individual 
controls to  add and customize for use in templates, forms, and documents. 
Content controls can provide instructional text and set controls to disappear 
when users type in their own text.
 
+
+
+
 Content controls 
have many properties and are similar to the legacy controls but can be easier 
to work with and format.
 
 Rich Text


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

2023-09-27 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/00040501.xhp |   71 +
 source/text/shared/02/01170100.xhp |   42 ++---
 source/text/shared/02/01170200.xhp |   10 ++---
 source/text/shared/02/01170300.xhp |   26 ++---
 source/text/shared/02/01170600.xhp |   50 +-
 source/text/shared/02/01171000.xhp |   14 +++
 6 files changed, 111 insertions(+), 102 deletions(-)

New commits:
commit edbc7c699673f0ded9c121d50f5909cea3bb3c6f
Author: Olivier Hallot 
AuthorDate: Wed Sep 27 18:14:28 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Sep 28 00:46:01 2023 +0200

tdf#155875 UI cmds Writer/Table in Help(45)

+ refactoring
+ Form menu (remaining)

Change-Id: I2c1570dd1672dae30f07705e8cf12923b0e914a0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157343
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/00040501.xhp 
b/source/text/shared/00/00040501.xhp
index 5c39217ebd..605e25abcb 100644
--- a/source/text/shared/00/00040501.xhp
+++ b/source/text/shared/00/00040501.xhp
@@ -47,15 +47,22 @@
 
 
 
-Open context menu of a 
selected form element - choose Form Properties.
+
+Choose 
Form - Form Properties.
+
+Choose 
Form Properties.
+
+Choose 
Form - Form Properties.
+Choose 
Tools - Form Properties.
+
 
 
 
 
-Icon Form
+Icon Form 
Properties
 
 
-Form
+Form 
Properties
 
 
 
@@ -78,15 +85,22 @@
 Open Form 
Design toolbar, click Form Properties icon - 
Events tab.
 
 
-Open context menu of a 
selected form element - choose Control 
Properties.
+
+Choose 
Form - Control Properties.
+
+Choose 
Control Properties.
+
+Choose 
Form - Control Properties.
+Choose 
Tools - Control Properties.
+
 
 
 
 
-Icon Control
+Icon Control
 
 
-Control
+Control 
Properties
 
 
 
@@ -105,12 +119,17 @@
 Open Form 
Design toolbar, click Control Properties icon - 
Events tab.
 
 
-On Form 
Design bar, click
+
+Choose 
Form - Activation Order.
+
+Choose 
Form - Activation Order.
+Choose 
Tools - Activation Order.
+
 
 
 
 
-Icon Activation Order
+Icon Activation Order
 
 
 Activation Order
@@ -135,12 +154,17 @@
 
 
 
-On Form 
Design bar, click
+
+Choose 
Form - Form Navigator.
+
+Choose 
Form - Form Navigator.
+Choose 
Tools - Form Navigator.
+
 
 
 
 
-Icon Form 
Navigator
+Icon Form 
Navigator
 
 
 Form 
Navigator
@@ -149,7 +173,6 @@
 
 
 
-
 
 
 Choose 
Form - Design Mode.
@@ -170,15 +193,18 @@
 
 
 
-
 
-Open Form 
Navigator - select form - open context menu - choose Open in 
Design Mode.
-On Form 
Design bar, click
+
+Choose 
Form - Open in Design Mode.
+
+Choose 
Form - Open in Design Mode.
+Choose 
Tools - Open in Design Mode.
+
 
 
 
 
-Icon Open in Design Mode
+Icon Open in Design Mode
 
 
 Open in 
Design Mode
@@ -187,7 +213,6 @@
 
 
 
-
 
 
 Choose 
Form - Control Wizards.
@@ -206,7 +231,6 @@
 
 
 
-
 
 
 
@@ -239,7 +263,6 @@
 
 
 
-
 
 
 
@@ -325,7 +348,6 @@
 
 
 
-
 
 
 
@@ -369,7 +391,6 @@
 
 
 
-
 
 
 
@@ -412,7 +433,6 @@
 
 
 
-
 
 
 Choose Format - 
Arrange - To Foreground.
@@ -430,7 +450,6 @@
 
 
 
-
 
 
 Choose Format - 
Arrange - To Background.
@@ -448,7 +467,6 @@
 
 
 
-
 
 
 Choose Format 
- Align Text.
@@ 

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

2023-09-27 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/00040501.xhp |   39 -
 source/text/shared/02/01170500.xhp |   15 +-
 source/text/shared/02/01171100.xhp |   11 +++---
 3 files changed, 36 insertions(+), 29 deletions(-)

New commits:
commit e35929abf073e865fa62cf50dc211b79f34c0a5f
Author: Olivier Hallot 
AuthorDate: Wed Sep 27 17:25:27 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Sep 28 00:44:31 2023 +0200

tdf#155875 UI cmds Writer/Table in Help(44)

+ refactoring
+ Form menu
  + Design mode
  + wizard

Change-Id: I71fbc4071c39cd4a635294eae1bf3e74d750c2e0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157341
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/00040501.xhp 
b/source/text/shared/00/00040501.xhp
index ae379c7706..5c39217ebd 100644
--- a/source/text/shared/00/00040501.xhp
+++ b/source/text/shared/00/00040501.xhp
@@ -149,13 +149,19 @@
 
 
 
+
 
-On Form 
Controls toolbar or Form Design bar, click
+
+Choose 
Form - Design Mode.
+
+Choose 
Form - Toggle Design Mode.
+Choose 
Tools - Toggle Design Mode.
+
 
 
 
 
-Icon Design Mode
+Icon Design Mode
 
 
 Design 
Mode On/Off
@@ -164,6 +170,7 @@
 
 
 
+
 
 Open Form 
Navigator - select form - open context menu - choose Open in 
Design Mode.
 On Form 
Design bar, click
@@ -180,18 +187,24 @@
 
 
 
+
 
-On Form 
Control toolbar, click
-
-
-
-Icon Wizard
-
-
-Wizards 
On/Off
-
-
-
+
+Choose 
Form - Control Wizards.
+
+Choose 
Form - Form Control Wizards.
+Choose 
Tools - Form Control Wizards.
+
+
+
+
+Icon Wizard
+
+
+Wizards 
On/Off
+
+
+
 
 
 
diff --git a/source/text/shared/02/01170500.xhp 
b/source/text/shared/02/01170500.xhp
index 8fd7e53a32..e2fcf5e814 100644
--- a/source/text/shared/02/01170500.xhp
+++ b/source/text/shared/02/01170500.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-   
 
 
 
-Design Mode On/Off
+Design Mode On/Off
 /text/shared/02/01170500.xhp
 
 
@@ -31,15 +28,15 @@
 
 
 
-
-
+
+
 Design Mode 
On/Off
-Toggles the Design mode on or off. This function is used to switch 
quickly between Design and User 
mode. Activate to edit the form controls, deactivate to use the form 
controls.
+Toggles the 
Design mode on or off. This function is used to switch quickly between Design and User mode. Activate to 
edit the form controls, deactivate to use the form controls.
 
 
   
 
-Please note the 
Open in Design 
Mode function. If Open in Design Mode is activated, 
the document is always opened in Design mode, regardless of the state in which 
it is saved.
-If your form 
is linked to a database and you turn off the Design mode, the Form Bar is displayed at the lower 
margin of the document window. You can edit the link to the database in the 
Form Properties.
+Please note the Open in Design Mode 
function. If Open in Design Mode is activated, the document is 
always opened in Design mode, regardless of the state in which it is 
saved.
+If your form is linked to a 
database and you turn off the Design mode, the Form Bar is displayed at the lower 
margin of the document window. You can edit the link to the database in the 
Form Properties.
 
 
diff --git a/source/text/shared/02/01171100.xhp 
b/source/text/shared/02/01171100.xhp
index 12a30d592e..7a736891f7 100644
--- a/source/text/shared/02/01171100.xhp
+++ b/source/text/shared/02/01171100.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-   
 
 
 
-Wizards On/Off
+Wizards On/Off
 /text/shared/02/01171100.xhp
 
 
@@ -31,13 +28,13 @@
 
 
 
-
+
 Wizards 
On/Off
-Specifies whether to start the wizard automatically when 
inserting a new control. This setting applies globally to all 
documents.
+Specifies whether to start the wizard automatically when 
inserting a new control. This setting applies globally to all 
documents.
 
 
   
 
-There are 
wizards for inserting a list box or combo box, a table element and group 
boxes.
+There are wizards for inserting 
a list box or combo box, a table element and group boxes.
 
 


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

2023-09-27 Thread Olivier Hallot (via logerrit)
 source/text/simpress/01/0509m.xhp |1 -
 source/text/swriter/01/0509.xhp   |   15 ---
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 06c14b098142b850d088ecbcf7a57fbd68770154
Author: Olivier Hallot 
AuthorDate: Wed Sep 27 14:36:44 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Sep 28 00:43:29 2023 +0200

tdf#155875 UI cmds Writer/Table in Help(43)

+ refactoring
+ Table - Properties (fixes, remove ambiguous target)

Change-Id: I2f4fda400c88bb9d6cc75aa9981617c2dedfbb7e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157340
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/01/0509m.xhp 
b/source/text/simpress/01/0509m.xhp
index 67a65b0ee0..a7dac57ad1 100644
--- a/source/text/simpress/01/0509m.xhp
+++ b/source/text/simpress/01/0509m.xhp
@@ -27,7 +27,6 @@
 
 
 
-
 Format Cells
 Specifies the properties of the selected table, 
for example, fonts, font effects, borders, and background.
 
diff --git a/source/text/swriter/01/0509.xhp 
b/source/text/swriter/01/0509.xhp
index 3b914fed81..19a81449b6 100644
--- a/source/text/swriter/01/0509.xhp
+++ b/source/text/swriter/01/0509.xhp
@@ -20,26 +20,27 @@
 
 
 
-Table Properties
+Table Properties
 /text/swriter/01/0509.xhp
 
 
 
 
-
+
+
+  table;properties
+
 Table 
Properties
-Specifies the properties of the 
selected table, for example, name, alignment, spacing, column width, borders, 
and background.
-
+Specifies the properties of the selected table, for 
example, name, alignment, spacing, column width, borders, and 
background.
 
-  
+
   
 
 
 
 
 
-
-Background
+Background
 Set or remove color or 
image background for selected cells, rows, or table.
 
 


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

2023-09-27 Thread Stéphane Guillou (via logerrit)
 source/text/shared/01/05210500.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1aa4440126530425550bf6e37930861413b99cd
Author: Stéphane Guillou 
AuthorDate: Wed Sep 27 18:27:28 2023 +0200
Commit: Ilmari Lauhakangas 
CommitDate: Wed Sep 27 18:33:34 2023 +0200

tdf#154019: change string and description in help too

Change-Id: If910f502d885812a8925847aa3d18e79b92b6f66
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157314
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/source/text/shared/01/05210500.xhp 
b/source/text/shared/01/05210500.xhp
index 6fbde9c809..a2b3019fd3 100644
--- a/source/text/shared/01/05210500.xhp
+++ b/source/text/shared/01/05210500.xhp
@@ -76,7 +76,7 @@
 Height: Set the height of the tile or custom 
size.
 
 
-Scale: Mark to turn the height and width settings 
relative to original size.
+As 
percentage of the parent: Mark to turn the height and width settings 
relative to the size of the area being filled.
 
 
 


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

2023-09-26 Thread Olivier Hallot (via logerrit)
 source/text/shared/menu/submenu_image.xhp |2 +-
 source/text/shared/menu/submenu_text.xhp  |8 
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit b3f86b2bea5e047e1f4d88dc66f4c42fb433eed9
Author: Olivier Hallot 
AuthorDate: Tue Sep 26 14:02:05 2023 +0200
Commit: Olivier Hallot 
CommitDate: Tue Sep 26 17:03:06 2023 +0200

Mute L10n

Change-Id: Ic74894ba6b6d5dfc0e3e64075d293f0bd2478836
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157226
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/menu/submenu_image.xhp 
b/source/text/shared/menu/submenu_image.xhp
index 984e226e24..badfaad034 100644
--- a/source/text/shared/menu/submenu_image.xhp
+++ b/source/text/shared/menu/submenu_image.xhp
@@ -65,7 +65,7 @@
 
 
 Properties
-
+
 
 
 
diff --git a/source/text/shared/menu/submenu_text.xhp 
b/source/text/shared/menu/submenu_text.xhp
index d7d8d9ada3..17f6ac4654 100644
--- a/source/text/shared/menu/submenu_text.xhp
+++ b/source/text/shared/menu/submenu_text.xhp
@@ -123,7 +123,7 @@
 
 Capitalize 
Every Word
 
-
+
 
 
 
@@ -137,7 +137,7 @@
 
 Small capitals
 
-
+
 
 
 
@@ -145,7 +145,7 @@
 
 Small capitals
 
-
+
 
 
 
@@ -153,7 +153,7 @@
 
 Small capitals
 
-
+
 
 
 


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

2023-09-26 Thread Seth Chaiklin (via logerrit)
 source/text/shared/optionen/01041000.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a83574c073321df45582cce99d7b811774438723
Author: Seth Chaiklin 
AuthorDate: Tue Sep 26 11:18:26 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Tue Sep 26 11:49:00 2023 +0200

tdf#157006 update label change for "Expand word space..."

Change-Id: I0b552f127d86846180783a9013f73c9c0dbd6130
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157223
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/optionen/01041000.xhp 
b/source/text/shared/optionen/01041000.xhp
index 7f203f5513..0104904f7f 100644
--- a/source/text/shared/optionen/01041000.xhp
+++ b/source/text/shared/optionen/01041000.xhp
@@ -73,7 +73,7 @@
 Consider wrapping style when positioning 
objectsUFI: spec obj-pos-without-wrapping
 Specifies how the complex 
process of positioning floating objects that are anchored to a character or 
paragraph should work. In Writer versions prior to StarOffice 8 or 
OpenOffice.org 2.0, an iterative process was used, while in current versions a 
straightforward process is used, which is similar to the same process in 
Microsoft Word.
 If the option is off, the old 
%PRODUCTNAME iterative process of object positioning is used. If the option is 
on, the new straightforward process is used to ensure compatibility with 
Microsoft Word documents.
-Expand word space on lines with manual line breaks in 
justified paragraphsUFI: i79041
+Justify lines with a manual line break in justified 
paragraphsUFI: i79041
 If enabled, Writer adds spacing 
between words, in lines that end with Shift+Enter in justified paragraphs. If 
disabled, spacing between words will not be expanded to justify the 
lines.
 This setting is on by default 
for .odt text documents. It will be saved and loaded with the document in the 
.odt text document format. This setting cannot be saved in old .sxw text 
documents, so this setting is off for .sxw text documents.
 Tolerate white lines that may appear in PDF page 
backgrounds


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

2023-09-26 Thread Bogdan B (via logerrit)
 source/text/swriter/01/05060100.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b7fc24e7978b3096c91d0e0e23aebbe17cebe7d
Author: Bogdan B 
AuthorDate: Fri Apr 7 06:14:13 2023 +0200
Commit: Olivier Hallot 
CommitDate: Tue Sep 26 08:32:12 2023 +0200

tdf#148904 Improve Help for vertical positioning

Change-Id: Idf68a186201fd88853fb1f895532c15a9722ec21
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/150091
Tested-by: Jenkins
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/01/05060100.xhp 
b/source/text/swriter/01/05060100.xhp
index 910c51a0d6..8ccc64121f 100644
--- a/source/text/swriter/01/05060100.xhp
+++ b/source/text/swriter/01/05060100.xhp
@@ -197,7 +197,7 @@
 Entire 
page: the object is positioned considering the full page height, from 
top to bottom page borders.
   
   
-Page text 
area: the object is positioned considering the full height available for 
text, from top to bottom margins.
+Page text 
area: the object is positioned from the bottom edge of the top padding 
area to the top edge of the bottom padding area.
   
 
   


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

2023-09-25 Thread Stéphane Guillou (via logerrit)
 source/text/swriter/01/04120210.xhp |2 +-
 source/text/swriter/guide/main.xhp  |4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 5f90597efbc302b0cbf46acd07cfbe22cc445a28
Author: Stéphane Guillou 
AuthorDate: Fri Sep 15 14:02:14 2023 +0200
Commit: Olivier Hallot 
CommitDate: Mon Sep 25 10:26:22 2023 +0200

link to relevant Index section rather than whole guide

Change-Id: I49eb397264a8ba72a58a16b5fbf8a03b22086f8e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156952
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/01/04120210.xhp 
b/source/text/swriter/01/04120210.xhp
index f33f0ffd1d..cb0c186756 100644
--- a/source/text/swriter/01/04120210.xhp
+++ b/source/text/swriter/01/04120210.xhp
@@ -56,7 +56,7 @@
   
 
 
-Using Tables of Content and 
Indexes
+Using Tables of 
Content and Indexes
 Insert - Table of Contents and Index - 
Index Entry
 
 
diff --git a/source/text/swriter/guide/main.xhp 
b/source/text/swriter/guide/main.xhp
index ba6e748850..4db3b836b0 100644
--- a/source/text/swriter/guide/main.xhp
+++ b/source/text/swriter/guide/main.xhp
@@ -126,7 +126,9 @@
 
 
 
-Table of Contents, Index
+
+  Table of Contents, Index
+
 
 
 


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

2023-09-22 Thread Stéphane Guillou (via logerrit)
 source/text/shared/01/05210100.xhp |   11 +++
 1 file changed, 11 insertions(+)

New commits:
commit a4952ec1b49ab70ba0271b5ff3f5e34e0405c82d
Author: Stéphane Guillou 
AuthorDate: Tue Sep 5 14:10:01 2023 +0200
Commit: Olivier Hallot 
CommitDate: Fri Sep 22 18:40:52 2023 +0200

tdf#128150: document Use Background fill

Change-Id: I64313179e41593ed9e34e0b5a29874d5875dd70d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156544
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/05210100.xhp 
b/source/text/shared/01/05210100.xhp
index 92fb756478..8215d8eb34 100644
--- a/source/text/shared/01/05210100.xhp
+++ b/source/text/shared/01/05210100.xhp
@@ -78,6 +78,17 @@
 TODO: This para doesn't belong here anymore, but as several places 
include it, can't remove yet. Find a better place for it in a later 
commit.
 
 
+
+
+  
+
+Use Background
+
+  Use the slide background as a fill. This differs from "None" in that the 
area is actually filled with the slide background at that location, instead of 
simply showing what is behind the shape.
+
+  
+
+
 
 Select the type of fill that you want 
to apply to the selected drawing object.
 


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

2023-09-20 Thread Seth Chaiklin (via logerrit)
 source/text/shared/01/formatting_mark.xhp |   59 +++---
 1 file changed, 31 insertions(+), 28 deletions(-)

New commits:
commit 1c54900b4d40d11cbef8f14d2907d8d9f12c9f7b
Author: Seth Chaiklin 
AuthorDate: Sun Sep 17 11:52:23 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Wed Sep 20 23:33:27 2023 +0200

(related)tdf#107447 update option names; tdf#121596 add "narrow no-break 
space"

  * "Non-breaking space" -> "No-break space"
  * "No-width optional break" -> "Zero width space"
  - remove xml-lang="en-US"

Change-Id: I63454d2ae2c2c73eaa1023ac62dfc505d81e8762
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156955
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/01/formatting_mark.xhp 
b/source/text/shared/01/formatting_mark.xhp
index d8e62f95ed..905cdb8fcd 100644
--- a/source/text/shared/01/formatting_mark.xhp
+++ b/source/text/shared/01/formatting_mark.xhp
@@ -20,53 +20,56 @@
 
 
   
-Formatting Mark 
+Formatting Mark 
 /text/shared/01/formatting_mark.xhp
   
 
 
 
-
-
 
-
-
+
+
   CTL;(not) wrapping words
   words;wrapping in CTL
 
 MW added 2 index entries because of issue 
86750tried to fix i86464 by creating a new file, copy 
everything over, then save  overwrite as 
formatting_mark.xhpbut this did not help
 
-Formatting 
Mark 
-Opens a submenu to insert special formatting 
marks like non-breaking space, soft hyphen, and optional 
break.
+Formatting Mark 

+Opens a 
submenu to insert special formatting marks like no-break space, soft hyphen, 
and zero-width space.
 
-
+
+
+No-break space
+Inserts a space 
that will keep bordering characters together on line breaks.
+
+
+Non-breaking hyphen
+Inserts a hyphen 
that will keep bordering characters together on line breaks.
+
 
-Non-breaking space
-Inserts a space that will keep bordering characters together on line 
breaks.
-
+Soft hyphen
+Inserts an 
invisible optional hyphen within a word that will appear and create a line 
break once it becomes the last character in a line.
+
 
-Non-breaking hyphen
-Inserts a hyphen that will keep bordering characters together on line 
breaks.
-
+Narrow no-break space
+Inserts a narrow 
version of the no-break space. The inserted character is Unicode 
U+202F.
 
-Soft hyphen
-Inserts an invisible optional hyphen within a word that will appear and 
create a line break once it becomes the last character in a 
line.
-
+Zero-width space
+Inserts an 
invisible space within a word that indicates a word or line break opportunity, 
even though no space is shown. The inserted character, which has no width, is 
UnicodeU+200B.
+
 
-No-width optional break
-Inserts an invisible space within a word that will insert a line break 
once it becomes the last character in a line. Available when complex text 
layout (CTL) is enabled.
-
+Word joiner
+Inserts an 
invisible space within a word to indicate that a line break is not allowed 
between the adjacent characters. The inserted character, which has no width, is 
Unicode U+2060.
+
 
-Word Joiner
-Inserts an invisible space within a word that will keep the word 
together at the end of a line. Available when complex text layout (CTL) is 
enabled.
-
+To see the Unicode value for a character prior 
to the cursor position, use Command+Option+XAlt+X
 (or Alt+C in some locales) 
as a toggle.
 
-Left-to-right mark
-Inserts a text direction mark that affects the text direction of any 
text following the mark. Available when complex text layout (CTL) is 
enabled.
-
+Left-to-right mark
+Inserts a text 
direction mark that affects the text direction of any text following the mark. 
Available when complex text layout (CTL) is enabled.
+
 
-Right-to-left mark
-Inserts a text direction mark that affects the text direction of any 
text following the mark. Available when complex text layout (CTL) is 
enabled.
+Right-to-left mark
+Inserts a text 
direction mark that affects the text direction of any text following the mark. 
Available when complex text layout (CTL) is enabled.
 
 
 
\ No newline at end of file


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

2023-09-19 Thread Seth Chaiklin (via logerrit)
 source/text/shared/optionen/01041000.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fed34532d998019b7bee3aff933e3b0ddeff9493
Author: Seth Chaiklin 
AuthorDate: Tue Sep 19 11:17:34 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Tue Sep 19 11:20:15 2023 +0200

tdf#157006  update label change for "Tolerate white lines..."

Change-Id: Iab618fb9cde15e344a86ced0ceed2394f0eb1472
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157051
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/optionen/01041000.xhp 
b/source/text/shared/optionen/01041000.xhp
index 2cbcbb60dc..7f203f5513 100644
--- a/source/text/shared/optionen/01041000.xhp
+++ b/source/text/shared/optionen/01041000.xhp
@@ -76,7 +76,7 @@
 Expand word space on lines with manual line breaks in 
justified paragraphsUFI: i79041
 If enabled, Writer adds spacing 
between words, in lines that end with Shift+Enter in justified paragraphs. If 
disabled, spacing between words will not be expanded to justify the 
lines.
 This setting is on by default 
for .odt text documents. It will be saved and loaded with the document in the 
.odt text document format. This setting cannot be saved in old .sxw text 
documents, so this setting is off for .sxw text documents.
-Tolerate white lines of PDF page backgrounds for 
compatibility with old documents
+Tolerate white lines that may appear in PDF page 
backgrounds
 Use %PRODUCTNAME 4.3 anchoring 
paint order and tolerate white lines that may appear in PDF page backgrounds 
created from legacy documents.
 
 Use as Default


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

2023-09-19 Thread Ilmari Lauhakangas (via logerrit)
 source/text/shared/01/06140200.xhp |4 ++--
 source/text/shared/guide/scripting.xhp |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 49cc168cf18562283b308f039cc8fc37b8866fed
Author: Ilmari Lauhakangas 
AuthorDate: Tue Sep 19 09:27:25 2023 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Tue Sep 19 08:32:40 2023 +0200

tdf#155214 Rename Modify to Assign in keyboard shortcut customisation

Change-Id: I0eed5cd062ad1c72693ab9726240818d7dc1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157038
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/source/text/shared/01/06140200.xhp 
b/source/text/shared/01/06140200.xhp
index bc3c78f0dd..314d7fef0f 100644
--- a/source/text/shared/01/06140200.xhp
+++ b/source/text/shared/01/06140200.xhp
@@ -40,7 +40,7 @@
 
 
 You can assign 
or edit shortcut keys for the current application or for all $[officename] 
applications. To assign a key for all applications, choose the 
%PRODUCTNAME radio button in the top right corner.
-To assign or modify a 
shortcut key: select a command in the Function list, select the 
key combination to be assigned in the Shortcut Keys list, then 
click Modify.
+To assign or modify a 
shortcut key: select a command in the Function list, select the 
key combination to be assigned in the Shortcut Keys list, then 
click Assign.
 If the selected 
function already has a shortcut key, it is displayed in the Keys 
list. It is possible to assign the same function to more than one 
key.
 A shortcut key assigned 
to a particular application overrides the shortcut key setting made in 
%PRODUCTNAME for all applications.
 
@@ -74,7 +74,7 @@
 
 
 Displays shortcut keys for the current 
$[officename] application.
-Modify
+Assign
 Assigns the key combination selected in the 
Shortcut keys list to the command selected in the Function 
list.
 
 Delete
diff --git a/source/text/shared/guide/scripting.xhp 
b/source/text/shared/guide/scripting.xhp
index a64c78599b..90b0a09425 100644
--- a/source/text/shared/guide/scripting.xhp
+++ b/source/text/shared/guide/scripting.xhp
@@ -101,7 +101,7 @@
 Selecting the option button sets the scope of the new key 
combination to be applicable in all of %PRODUCTNAME or only in documents of the 
current module.
  
  
-Select a key combination from the Shortcut keys 
list box and click Modify.
+Select a key combination from the Shortcut keys 
list box and click Assign.
  
   
   To assign a script to an event


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

2023-09-18 Thread Andras Timar (via logerrit)
 source/text/scalc/01/04060104.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d1f356ef5b582aaf4abdf950dec1a948743dc38
Author: Andras Timar 
AuthorDate: Mon Sep 18 22:41:59 2023 +0200
Commit: Andras Timar 
CommitDate: Mon Sep 18 22:44:05 2023 +0200

The name is macOS since 2016

Change-Id: Id344c2bb54d5bc7400ba9ec61c06619b5310ee2c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157034
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/source/text/scalc/01/04060104.xhp 
b/source/text/scalc/01/04060104.xhp
index 73a8788da4..f4454429e1 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -169,7 +169,7 @@
 "system"
 
 
-The type of the 
operating system: "ANDROID" for Google mobile operating 
system"DRAGONFLY" for DragonFly operating system forked from 
FreeBSD"EMSCRIPTEN" for browser WebAssembly system"FREEBSD", 
"OPENBSD" or "NETBSD" for operating systems based on the Berkeley Software 
Distribution (BSD)"HAIKU" for BeOS compatible operating system"iOS" 
for Apple mobile operating system "LINUX" for GNU/Linux based operating 
systems"MACOSX" for Apple Mac OS X"SOLARIS" for Oracle Solaris 
operating system"WNT" for Microsoft Windows
+The type of the 
operating system: "ANDROID" for Google mobile operating 
system"DRAGONFLY" for DragonFly operating system forked from 
FreeBSD"EMSCRIPTEN" for browser WebAssembly system"FREEBSD", 
"OPENBSD" or "NETBSD" for operating systems based on the Berkeley Software 
Distribution (BSD)"HAIKU" for BeOS compatible operating system"iOS" 
for Apple mobile operating system "LINUX" for GNU/Linux based operating 
systems"MACOSX" for Apple macOS"SOLARIS" for Oracle Solaris operating 
system"WNT" for Microsoft Windows
 
   
   


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

2023-09-14 Thread Olivier Hallot (via logerrit)
 source/text/shared/optionen/01060100.xhp |  160 ---
 1 file changed, 83 insertions(+), 77 deletions(-)

New commits:
commit 83cb5551ff5ce81e38396856c0c0595536815d9b
Author: Olivier Hallot 
AuthorDate: Thu Sep 14 15:26:26 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Sep 14 20:31:07 2023 +0200

tdf#97551 Help for cell formula indicator and hint

+ refactor

Change-Id: I93f762f301210dd7db6687058af494773f149889
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156930
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/optionen/01060100.xhp 
b/source/text/shared/optionen/01060100.xhp
index 4e11a6c44a..05c53ba29b 100644
--- a/source/text/shared/optionen/01060100.xhp
+++ b/source/text/shared/optionen/01060100.xhp
@@ -22,120 +22,126 @@
 
 
   
- View
+ View
  /text/shared/optionen/01060100.xhp
   


   
-cells; showing grid lines 
(Calc)
- borders; cells on screen (Calc)
- grids; displaying lines (Calc)
- colors; grid lines and cells (Calc)
- page breaks; displaying (Calc)
- guides; showing (Calc)
- displaying; zero values (Calc)
- zero values; displaying (Calc)
- tables in spreadsheets; value 
highlighting
- cells; formatting without effect 
(Calc)
- cells; coloring (Calc)
- anchors; displaying (Calc)
- colors;restriction (Calc)
- text overflow in spreadsheet cells
- references; displaying in color 
(Calc)
- objects; displaying in spreadsheets
- pictures; displaying in Calc
- charts; displaying (Calc)
- draw objects; displaying (Calc)
- row headers; displaying (Calc)
- column headers; displaying (Calc)
- scrollbars; displaying (Calc)
- sheet tabs; displaying
- tabs; displaying sheet tabs
- outlines;outline symbols
+cells; showing grid 
lines (Calc)
+borders; cells on screen (Calc)
+grids; displaying lines (Calc)
+colors; grid lines and cells (Calc)
+page breaks; displaying (Calc)
+guides; showing (Calc)
+displaying; zero values (Calc)
+zero values; displaying (Calc)
+tables in spreadsheets; value highlighting
+cells; formatting without effect (Calc)
+cells; coloring (Calc)
+anchors; displaying (Calc)
+colors;restriction (Calc)
+text overflow in spreadsheet cells
+references; displaying in color (Calc)
+objects; displaying in spreadsheets
+pictures; displaying in Calc
+charts; displaying (Calc)
+draw objects; displaying (Calc)
+row headers; displaying (Calc)
+column headers; displaying (Calc)
+scrollbars; displaying (Calc)
+sheet tabs; displaying
+tabs; displaying sheet tabs
+outlines;outline symbols
+cells;formula indicator in cell
+cells;formula hint
 MW copied "displaying;comments" over to  Calc guide 
note_insert.xhp and deleted "comments;displaying"
-
-
+
+
 View
- Defines 
which elements of the %PRODUCTNAME Calc main 
window are displayed. You can also show or hide highlighting of values in 
tables.
+ Defines which elements of the 
%PRODUCTNAME Calc main window are displayed. 
You can also show or hide highlighting of values in tables.
   
   
  
   
   Visual aids
-  Specifies which lines are displayed.
-
+  Specifies which lines are 
displayed.
+
 Grid lines
-  Specifies when grid 
lines will be displayed. Default is to display grid lines only on cells that do 
not have a background color. You can choose to also display grid lines on cells 
with background color, or to hide them. For printing, choose 
Format - Page Style - Sheet and mark the 
Grid check box.
-
+  Specifies when grid 
lines will be displayed. Default is to display grid lines only on cells that do 
not have a background color. You can choose to also display grid lines on cells 
with background color, or to hide them. For printing, choose 
Format - Page Style - Sheet and mark the 
Grid check box.
+
 Color
-Specifies a color for the grid lines in 
the current document. To see the grid line color that was saved with 
the document, go to %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME - 
Application Colors, under Scheme find the entry 
Spreadsheet - Grid lines and set the color to 
"Automatic".
-
+Specifies a color for the grid lines in 
the current document. To see the grid line color that was saved with 
the document, go to %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME - 
Application Colors, under Scheme find the entry 
Spreadsheet - Grid lines and set the color to 
"Automatic".
+
 Page breaks
-  Specifies whether to view the page 
breaks within a defined print area.
-
+  Specifies whether to view the page 
breaks within a defined print area.
+
 Helplines While Moving
-  Specifies whether to view guides 
when moving drawings, frames, graphics and other objects. These guides 
help you align objects.
+  Specifies 

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

2023-09-14 Thread Olivier Hallot (via logerrit)
 source/text/scalc/01/04060199.xhp |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit be4de7018027689a105e8cf60f30bf2ce46690a4
Author: Olivier Hallot 
AuthorDate: Thu Sep 14 09:43:24 2023 +0200
Commit: Olivier Hallot 
CommitDate: Thu Sep 14 09:58:42 2023 +0200

Typos

Change-Id: Ied4fc30f8f8b27b94bd7dbf699b5f5d48ecba38f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156886
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/04060199.xhp 
b/source/text/scalc/01/04060199.xhp
index 30648afb93..eb5af00c9a 100644
--- a/source/text/scalc/01/04060199.xhp
+++ b/source/text/scalc/01/04060199.xhp
@@ -351,7 +351,7 @@
 right
 +,-

-Prefix unary operators, e.g., -5 or -A1. Note that 
these have a different precedence than add and subtract.
+Prefix unary operators. For example, -5 or -A1. Note 
that these have a different precedence than add and subtract.



@@ -405,8 +405,7 @@
 
 Prefix €œ"-"€ has a higher precedence than 
"^"€, €œ"^"€ is left-associative, and
 reference intersection has a higher precedence than reference union.
-Prefix "+"€ and "-" are defined to be 
right-associative. However, note that typical
-applications which implement at most the operators defined in this 
specification (as specified) may implement them as left-associative, because 
the calculated results will be identical.
+Prefix "+"€ and "-" are defined to be 
right-associative. However, note that typical applications which implement at 
most the operators defined in this specification (as specified) may implement 
them as left-associative, because the calculated results will be 
identical.
 Precedence can be overridden by using 
parentheses, so "=2+3*4" computes to 14 but "=(2+3)*4" computes 20.
 
 OpenDocument
 v1.3 part4, Formula Operators


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

2023-09-13 Thread Olivier Hallot (via logerrit)
 source/text/swriter/guide/table_insert.xhp |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit dab0c782e5d051741a7a3b103a55ae591783b627
Author: Olivier Hallot 
AuthorDate: Wed Sep 13 16:04:39 2023 +0200
Commit: Olivier Hallot 
CommitDate: Wed Sep 13 16:09:40 2023 +0200

tdf#157180 DDE links works in Linux and Mac

Change-Id: I764d477d7e2505ca44f97f5bf82cedbdee0efab4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156880
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/guide/table_insert.xhp 
b/source/text/swriter/guide/table_insert.xhp
index a212551cae..ac7b1c40fc 100644
--- a/source/text/swriter/guide/table_insert.xhp
+++ b/source/text/swriter/guide/table_insert.xhp
@@ -155,12 +155,10 @@
  
  
 
-   DDE 
link (only under Windows)
-
+   DDE link
 
 
-   Table 
structure and contents, without formatting. With updating
-
+   Table structure and contents, without formatting. With 
updating
 
  
   


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

2023-09-12 Thread Stéphane Guillou (via logerrit)
 source/text/swriter/01/04120210.xhp |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit cbc8df1f326c1ddc4b2785a62b87766a24c3f88a
Author: Stéphane Guillou 
AuthorDate: Tue Sep 12 15:03:24 2023 +0200
Commit: Olivier Hallot 
CommitDate: Tue Sep 12 15:23:17 2023 +0200

correct heading for Table of Figures link

Change-Id: Id9da26d7950b35775013e7005d2d50ff4beae83f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156749
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/01/04120210.xhp 
b/source/text/swriter/01/04120210.xhp
index b555fb961f..f33f0ffd1d 100644
--- a/source/text/swriter/01/04120210.xhp
+++ b/source/text/swriter/01/04120210.xhp
@@ -32,9 +32,9 @@
 
 
 
-  
+
   Type
-  Use this tab 
to specify and define the type of  index that you want to insert. You 
can also create custom indexes.
+  Use this tab 
to specify and define the type of index that you want to insert. You 
can also create custom indexes.
   
   
   
@@ -44,7 +44,7 @@
   
   Alphabetical 
Index
   
-  Illustration 
Index
+  Table of 
Figures
   
   Index of 
Tables
   
@@ -59,5 +59,5 @@
 Using Tables of Content and 
Indexes
 Insert - Table of Contents and Index - 
Index Entry
 
- 
+
 


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

2023-09-11 Thread Olivier Hallot (via logerrit)
 source/text/swriter/00/0405.xhp   |   18 -
 source/text/swriter/00/0406.xhp   |1 
 source/text/swriter/00/table_menu.xhp |   61 ++
 source/text/swriter/01/0509.xhp   |2 
 source/text/swriter/01/0610.xhp   |  112 +-
 source/text/swriter/main0110.xhp  |8 --
 source/text/swriter/main0214.xhp  |   19 +++--
 7 files changed, 133 insertions(+), 88 deletions(-)

New commits:
commit 4c666c14f61cdd4ac0cb77aba41dd7887ce7698c
Author: Olivier Hallot 
AuthorDate: Mon Sep 11 15:33:31 2023 -0300
Commit: Olivier Hallot 
CommitDate: Mon Sep 11 20:36:21 2023 +0200

tdf#155875 UI cmds Writer/Table in Help(42)

+ refactoring
+ Table - Formula
+ Table - Sort
+ Table - Properties

Change-Id: Ib68a5aa59ff628c52c53a6abb0583143e5a0c59e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156829
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/00/0405.xhp 
b/source/text/swriter/00/0405.xhp
index 25815b83bf..6c60c44dd1 100644
--- a/source/text/swriter/00/0405.xhp
+++ b/source/text/swriter/00/0405.xhp
@@ -242,24 +242,6 @@
  Choose Tools 
- ImageMap - open context menu Macro.
  Choose Format - 
Character - Hyperlink tab - Events button.
   
-
- Choose Table - 
Properties.
-On the 
Table bar (with cursor in table), click
- 
- 
- 
- 
- 
-Table Properties Icon
- 
-
-
-Table 
Properties
-
- 
-
-
-
 
   Choose Table - Properties - Table 
tab.
   Choose Table - Properties - Columns 
tab.
diff --git a/source/text/swriter/00/0406.xhp 
b/source/text/swriter/00/0406.xhp
index 8a4333e48a..4d90d872fd 100644
--- a/source/text/swriter/00/0406.xhp
+++ b/source/text/swriter/00/0406.xhp
@@ -37,6 +37,7 @@
 Choose Tools - Footnotes and Endnotes - Footnotes 
tab
 Choose Tools - Footnotes and Endnotes - Endnotes 
tab
 Choose Table - Convert - Text to 
Table
+
 Select paragraphs or table rows and choose Tools - 
Sort
 
 
diff --git a/source/text/swriter/00/table_menu.xhp 
b/source/text/swriter/00/table_menu.xhp
index 385df9071f..e93c3cbdc5 100644
--- a/source/text/swriter/00/table_menu.xhp
+++ b/source/text/swriter/00/table_menu.xhp
@@ -63,5 +63,66 @@

Choose Table - Merge Table.
 
+
+   
+   Choose 
Table - Edit Formula.
+   
+   Choose 
Edit Formula.
+   
+   Choose 
Table - Edit Formula.
+   
+   
+  
+ 
+Icon Edit 
Formula
+ 
+ 
+Edit 
Formula
+ 
+  
+   
+   
+   F2
+   
+   On the 
Miscellaneous area of the Table deck 
on the Properties panel, click Edit 
Formula.
+
+
+
+   
+   Choose 
Table - Sort.
+   
+   Choose 
Table - Sort.
+   On the 
Table menu of the Table tab, choose 
Sort.
+   
+   
+  
+ 
+Icon Sort
+ 
+ 
+Sort
+ 
+  
+   
+
+
+   
+   Choose Table - 
Properties.
+   
+   Choose 
Table - Table Properties.
+   
+   
+  
+ 
+
+   Table Properties 
Icon
+
+
+   Table 
Properties
+
+ 
+  
+   
+
 
 
diff --git a/source/text/swriter/01/0509.xhp 
b/source/text/swriter/01/0509.xhp
index e1a8272d34..3b914fed81 100644
--- a/source/text/swriter/01/0509.xhp
+++ b/source/text/swriter/01/0509.xhp
@@ -32,7 +32,7 @@
 
 
   
-  
+  
 
 
 
diff --git a/source/text/swriter/01/0610.xhp 
b/source/text/swriter/01/0610.xhp
index e2cd351b8f..8f10354b1a 100644
--- a/source/text/swriter/01/0610.xhp
+++ b/source/text/swriter/01/0610.xhp
@@ -22,80 +22,82 @@
 
 
 
-Sort
+Sort
 /text/swriter/01/0610.xhp
 
 
 
-tables;sorting rows
-  sorting;paragraphs/table rows
-  text; sorting paragraphs
-  lines of text; sorting paragraphs
-  sorting;paragraphs in special languages
-  Asian languages;sorting paragraphs/table 
rows
+tables;sorting 
rows
+sorting;paragraphs/table rows
+text; sorting paragraphs
+lines of text; sorting paragraphs
+sorting;paragraphs in special languages
+Asian languages;sorting paragraphs/table rows
 
-
-
-
-
-Sort
-  Sorts the 
selected paragraphs or table rows alphabetically or numerically. You 
can define up to three sort keys as well as combine alphanumeric and numeric 
sort keys.
-
-  
- 
-  
-  Sort criteria
-
-
-
+
+
+
+
+
+  Sort
+  Sorts the selected paragraphs or table 
rows alphabetically or numerically. You can define up to three sort 
keys as well as combine alphanumeric and numeric sort 
keys.
+
+
+
+  
+
+Sort criteria
+
+
+
 Keys 1 to 3
-  Specifies additional sorting criteria. 
You can also combine sort keys.
-
-
-
+  Specifies additional sorting criteria. 
You can also combine sort keys.
+
+
+
 Column 1 to 3
-  Enter the number of the table column 
that you want to use as a basis 

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

2023-09-10 Thread Bartosz Kosiorek (via logerrit)
 source/text/scalc/01/02140700.xhp |   11 +++
 1 file changed, 11 insertions(+)

New commits:
commit bb07bc0599affc52cebc346ddc330fb61b496462
Author: Bartosz Kosiorek 
AuthorDate: Sun Sep 10 22:10:31 2023 +0200
Commit: Olivier Hallot 
CommitDate: Sun Sep 10 23:10:15 2023 +0200

tdf#154872 Add Poisson distribution entry to documentation

Change-Id: I50d715f5ceb10e4560ee639f89c84752ecf65aae
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156806
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/02140700.xhp 
b/source/text/scalc/01/02140700.xhp
index a948801fa9..e3d66a88ad 100644
--- a/source/text/scalc/01/02140700.xhp
+++ b/source/text/scalc/01/02140700.xhp
@@ -176,6 +176,17 @@
 
 
 
+
+
+Poisson
+
+
+
+
+Mean: The mean of the Poisson 
distribution.
+
+
+
 
 Options
 Enable custom seed


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

2023-09-09 Thread Seth Chaiklin (via logerrit)
 source/text/shared/01/05040100.xhp |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9f24e78f7c45b3fae572c80e3a0542203c829fa8
Author: Seth Chaiklin 
AuthorDate: Wed Sep 6 11:47:43 2023 +0200
Commit: Olivier Hallot 
CommitDate: Sat Sep 9 11:45:07 2023 +0200

(related) tdf#149796 "autoupdate" -> "Automatic update from document"

  Update label, and add "tip".

Change-Id: Ief8a36820cf83ccc92b242f7a7b085211303f0ff
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156595
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/05040100.xhp 
b/source/text/shared/01/05040100.xhp
index e8e09df323..ca17e324a2 100644
--- a/source/text/shared/01/05040100.xhp
+++ b/source/text/shared/01/05040100.xhp
@@ -51,8 +51,9 @@
 
 
 
-AutoUpdate
+Automatic update from document
 Updates the style when you apply direct 
formatting to a paragraph using this style in your document. The formatting of 
all paragraphs using this style is automatically updated.
+If this option is not enabled, then use 
Styles – Update Selected Style to modify the paragraph 
style of the current paragraph with any direct paragraph formatting changes 
made to that paragraph.
 Updates the style when you apply direct formatting to a 
paragraph using this style in your document. The formatting of all paragraphs 
using this style is automatically updated.
 
 


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

2023-09-09 Thread Olivier Hallot (via logerrit)
 source/text/scalc/guide/autoformat.xhp |2 
 source/text/scalc/main0105.xhp |4 -
 source/text/scalc/main0218.xhp |4 -
 source/text/shared/00/00040503.xhp |   36 +++
 source/text/shared/01/05020300.xhp |  101 -
 source/text/shared/02/12070100.xhp |2 
 source/text/swriter/01/0515.xhp|2 
 source/text/swriter/main0110.xhp   |4 -
 source/text/swriter/main0204.xhp   |4 -
 9 files changed, 84 insertions(+), 75 deletions(-)

New commits:
commit a8c9e70bd53f131132fcb79c3fc2f5f16dc3c2c8
Author: Olivier Hallot 
AuthorDate: Fri Sep 8 19:58:16 2023 -0300
Commit: Olivier Hallot 
CommitDate: Sat Sep 9 11:43:19 2023 +0200

tdf#155875 UI cmds Writer/Table in Help(36)

+ refactoring
+ Table - Format Numbers Styles (part 36)
  + Fix links for AutoFormat.xhp

Change-Id: Ifa15a17e072a2d0d2bcfd8312d8fa47b93e8b742
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156761
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/guide/autoformat.xhp 
b/source/text/scalc/guide/autoformat.xhp
index f47087af72..2f065b9068 100644
--- a/source/text/scalc/guide/autoformat.xhp
+++ b/source/text/scalc/guide/autoformat.xhp
@@ -76,7 +76,7 @@
   
   The new AutoFormat styles created using the 
steps above can be applied to any %PRODUCTNAME Calc file. Hence they are not 
limited to the file where the style was created.
   
-Format - AutoFormat Styles
+Format - AutoFormat 
Styles
   
 
 
diff --git a/source/text/scalc/main0105.xhp b/source/text/scalc/main0105.xhp
index fbb35245c5..4c2325d70c 100644
--- a/source/text/scalc/main0105.xhp
+++ b/source/text/scalc/main0105.xhp
@@ -54,8 +54,8 @@
 Paragraph
 
 
-AutoFormat
-
+AutoFormat
+
 
 Conditional 
Formatting
 
diff --git a/source/text/scalc/main0218.xhp b/source/text/scalc/main0218.xhp
index 1ff3ef60bb..6fa14c2bbc 100644
--- a/source/text/scalc/main0218.xhp
+++ b/source/text/scalc/main0218.xhp
@@ -40,8 +40,8 @@
 Controls
 
 
-
-
+
+
 
 Choose 
Themes
 
diff --git a/source/text/shared/00/00040503.xhp 
b/source/text/shared/00/00040503.xhp
index 9d246936ed..d4684735d4 100644
--- a/source/text/shared/00/00040503.xhp
+++ b/source/text/shared/00/00040503.xhp
@@ -69,22 +69,30 @@
 Choose Format - Columns - 
Width.
 Open context menu of a column 
header in a database table - choose Column Width.
 
+
 
-
-
-   Choose Format - 
Cells - Numbers tab.
-   Choose View - 
Styles (Command+T)(F11)
 - open context menu and choose New/Edit Style - Numbers 
tab.
-
-
-   Open context menu for a 
column header in an open database table - choose Column Format - 
Format tab.
-
-
-   Choose Table - 
Number Format (for tables).
-   Choose 
Insert - Field - More Fields - Variables tab and select 
Additional formats in the Format list (for 
variables).
-
-
-Choose Format - Axis 
- Y Axis - Numbers tab (chart documents).
+  
+
+  Choose Format - 
Cells - Numbers tab.
+  
+  Choose View - 
Styles (Command+T)(F11)
 - open context menu and choose New/Edit Style - Numbers 
tab.
+
+
+  Open context menu for a 
column header in an open database table - choose Column Format - 
Format tab.
+
+
+  
+  Choose Table - 
Number Format (for tables).
+  Choose 
Insert - Field - More Fields - Variables tab and select 
Additional formats in the Format list (for 
variables).
+  
+  Choose 
Table - Number Format.
+
+
+  Choose Format - 
Axis - Y Axis - Numbers tab (chart documents).
+
+  
 
+
 
 Choose Format - Title - Main 
Title - Alignment tab.Choose Format - 
Cells - Alignment tab.
 Open context menu of a 
column header in a database table - choose Column Format - 
Alignment tab.
diff --git a/source/text/shared/01/05020300.xhp 
b/source/text/shared/01/05020300.xhp
index d957bf8821..7f903f326c 100644
--- a/source/text/shared/01/05020300.xhp
+++ b/source/text/shared/01/05020300.xhp
@@ -20,57 +20,58 @@
 
 
   
-Numbers / Format
+Numbers / Format
 /text/shared/01/05020300.xhp
   
 
 
 
-formats; number and currency 
formats
+formats; number and 
currency formats
 number formats; formats
 currencies;format codes
 defaults; number formats
 
   mw transferred "format codes;" to Calc guide 
Format_value_userdef.xhp and "numbers;" and "cells;" to Calc guide 
Format_table.xhp. Changed "currencies;"
 
-
-
-
+
+
+
+
 
-
-
-Numbers
-Specify the formatting 
options for the selected cell(s).
-
-
-Numbers / 
Format
-Specify the 
formatting option for the selected variable.
-
-
+  
+
+  Numbers
+  Specify the formatting 
options for the selected cell(s).
+
+
+  Number 
Format
+  Specify the formatting 
option for the selected variable or table cell with numeric value.
+
+  
 
 
   
 
-
+
   Category
-  Select a category from the list, 
and then select a formatting style in the Format 
box.
+  Select a category from the list, 
and then select a 

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

2023-09-08 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/05100200.xhp  |6 +++--
 source/text/swriter/00/0405.xhp |   26 ++--
 source/text/swriter/01/0519.xhp |   38 ++--
 source/text/swriter/01/0520.xhp |   22 ++--
 source/text/swriter/main0110.xhp|6 +
 5 files changed, 60 insertions(+), 38 deletions(-)

New commits:
commit 5f31e41620bb668c611701c87a9f2b1cbf3c93c9
Author: Olivier Hallot 
AuthorDate: Thu Sep 7 10:00:58 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Sep 8 11:57:46 2023 +0200

tdf#155875 UI cmds Writer/Table in Help(33)

+ refactoring
+ Table - split/merge table (part 33)

Change-Id: I86a47fc6b6941d7efd89e485e299271bea737826
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156677
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/05100200.xhp 
b/source/text/shared/01/05100200.xhp
index 482a0b3d7f..662c62bcd0 100644
--- a/source/text/shared/01/05100200.xhp
+++ b/source/text/shared/01/05100200.xhp
@@ -44,8 +44,10 @@
 
 
 
-Split Cells
-Displays the Split Cells Dialog where the split 
can be defined as either horizontally or vertically and the number the each 
cell will be split into.
+
+Split Cells
+Displays the Split Cells Dialog where the split 
can be defined as either horizontally or vertically and the number the each 
cell will be split into.
+
 
 
 
diff --git a/source/text/swriter/00/0405.xhp 
b/source/text/swriter/00/0405.xhp
index c947f2d49b..167397b411 100644
--- a/source/text/swriter/00/0405.xhp
+++ b/source/text/swriter/00/0405.xhp
@@ -260,8 +260,30 @@
 
 
 
-  Choose Table - Split Table.
-  Choose Table - Merge Table.
+
+
+   
+   Choose 
Table - Split Table.
+   
+   Choose 
Table - Split Table.
+   
+   
+  
+ 
+Icon Split 
Table
+ 
+ 
+Split 
Table
+ 
+  
+   
+   
+   On the 
Table deck of the Properties panel, 
click on Split Table.
+
+
+   
+   Choose Table - Merge Table.
+
   Choose Table - Properties - Table 
tab.
   Choose Table - Properties - Columns 
tab.
   Choose Table - Properties - Text Flow 
tab.
diff --git a/source/text/swriter/01/0519.xhp 
b/source/text/swriter/01/0519.xhp
index 38851d7ed9..cad232864c 100644
--- a/source/text/swriter/01/0519.xhp
+++ b/source/text/swriter/01/0519.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-
 
 
 
-Split Table
+Split Table
 /text/swriter/01/0519.xhp
 
 
@@ -31,32 +28,35 @@
 
 
 
-tables; splitting
+tables; 
splitting
 splitting tables; at cursor position
 dividing tables
 
-
-
-
+
+
+
 Split 
Table
-Splits the current table into two separate tables at the 
cursor position. You can also access this command by right-clicking in 
a table cell.
+Splits the current table into two separate tables at the 
cursor position. You can also access this command by right-clicking in 
a table cell.
 
 
-  
+  
 
 Mode
-
+
 Copy heading
-Includes the first row of the 
original table as the first row of the second table.
-
+Includes the first row of the 
original table as the first row of the second table.
+
 Custom heading (apply style)
-Inserts a blank 
header row in the second table that is formatted with the style of the first 
row in the original table.
-
+Inserts a blank 
header row in the second table that is formatted with the style of the first 
row in the original table.
+
 Custom heading
-Inserts an additional blank 
row in the second table.
-
+Inserts an additional blank 
row in the second table.
+
 No heading
-Splits the table without copying 
the header row.
-When you split a 
table that contains formulas, the formulas may be affected.
+Splits the table without copying 
the header row.
+When you split a table that contains formulas, the 
formulas may be affected.
+
+
+
 
 
diff --git a/source/text/swriter/01/0520.xhp 
b/source/text/swriter/01/0520.xhp
index 4f6620d93a..53f9304606 100644
--- a/source/text/swriter/01/0520.xhp
+++ b/source/text/swriter/01/0520.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-
 
 
 
-Merge Table 
+Merge Table 
 /text/swriter/01/0520.xhp
 
 
@@ -31,18 +28,21 @@
 
 
 
-tables; merging
+tables; 
merging
 merging; tables
 
-
-
-
+
+
+
 Merge 
Table
-Combines two consecutive tables into a single table. The tables must be 
directly next to each other and not separated by an empty 
paragraph.
+Combines two 
consecutive tables into a single table. The tables must be directly next to 
each other and not separated by an empty paragraph.
 
 
-  
+  
 
-If you choose 
this command when the cursor is in the middle of three consecutive tables, you 
are prompted to select the table that you want to merge with.
+If you choose this command when 
the cursor is in the middle of three consecutive tables, you are prompted to 
select the table 

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

2023-09-06 Thread Seth Chaiklin (via logerrit)
 source/text/shared/optionen/01041000.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eaf5a5d10f601c9943851b79aa5c784c00eedd84
Author: Seth Chaiklin 
AuthorDate: Wed Sep 6 11:55:09 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Wed Sep 6 12:01:47 2023 +0200

tdf#141676 change in command name

 "Add paragraph and table spacing at tops of pages" ->
 "Add paragraph and table spacing at top of first page and page breaks"

Change-Id: I96d3ee1b7ca4fe55672d68ea57bb9224d4157521
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156596
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/optionen/01041000.xhp 
b/source/text/shared/optionen/01041000.xhp
index 9ea9d223bf..2cbcbb60dc 100644
--- a/source/text/shared/optionen/01041000.xhp
+++ b/source/text/shared/optionen/01041000.xhp
@@ -46,7 +46,7 @@
 Add spacing between paragraphs and tables
 In $[officename] Writer, 
paragraph spacing is defined differently than in Microsoft Word documents. If 
you have defined spacing between two paragraphs or tables, spacing is also 
added in the corresponding Word documents.
 Specifies whether to add 
Microsoft Word-compatible spacing between paragraphs and tables in 
$[officename] Writer text documents.
-Add paragraph and table spacing at tops of pages
+Add paragraph and table spacing at top of first page and 
page breaks
 Specifies whether paragraph 
spacing at the top of a page will also be effective at the beginning of a page 
or column if the paragraph is positioned on the first page of the document. The 
same applies for a page break.
 If you import a Word document, the spaces are 
automatically added during the conversion.
 Use OpenOffice.org 1.1 tab stop formattingUFI: 
spec "Tab Stop Compatibility"


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

2023-09-06 Thread Seth Chaiklin (via logerrit)
 source/text/shared/00/00040500.xhp|   46 +-
 source/text/shared/00/00040502.xhp|   12 +++---
 source/text/shared/00/00040503.xhp|2 -
 source/text/shared/guide/hyperlink_edit.xhp   |2 -
 source/text/shared/guide/language_select.xhp  |2 -
 source/text/simpress/01/0510.xhp  |7 ---
 source/text/swriter/00/0405.xhp   |   24 ++---
 source/text/swriter/01/EditStyle.xhp  |2 -
 source/text/swriter/guide/pagenumbers.xhp |2 -
 source/text/swriter/guide/pageorientation.xhp |6 +--
 10 files changed, 50 insertions(+), 55 deletions(-)

New commits:
commit 1059596b74bcecea902bb6f31b012f059e1cf63d
Author: Seth Chaiklin 
AuthorDate: Mon Sep 4 11:36:48 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Wed Sep 6 11:51:44 2023 +0200

(related) tdf#152905   Modify -> Edit Style

   also correction "Enable" -> "Insert" in
  text/swriter/guide/pageorientation.xhp

Change-Id: If97e3cdab03e659daeb75bec777a686a79980635
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156446
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/00/00040500.xhp 
b/source/text/shared/00/00040500.xhp
index d01b10edd9..8e4286e3d6 100644
--- a/source/text/shared/00/00040500.xhp
+++ b/source/text/shared/00/00040500.xhp
@@ -325,7 +325,7 @@
   
   On the 
Home menu of the Home tab, choose 
Character.
   
-  Open the 
Styles deck, select a paragraph style, open context menu 
and choose New or Modify.
+  Open the 
Styles deck, select a paragraph style, open context menu 
and choose New or Edit 
Style.
 
 
   
@@ -382,7 +382,7 @@
 
 
 Choose Format - Character 
- Font Effects tab.
-Choose View - 
Styles - open context menu of an entry and choose Modify/New - 
Font Effects tab.
+Choose View - 
Styles - open context menu of an entry and choose New/Edit 
Style - Font Effects tab.
 
 
 Menu Format - Page Style 
- Header/Footer - Edit button (spreadsheets).
@@ -391,7 +391,7 @@
 
 
 Choose Format - Character 
- Position tab.
-Choose View - 
Styles - open context menu of an entry and click Modify/New - 
Alignment tab.
+Choose View - 
Styles - open context menu of an entry and click New/Edit 
Style - Alignment tab.
 
 
 Menu Format - Page Style 
- Header/Footer - Edit button (spreadsheets).
@@ -400,12 +400,12 @@
 
 
 Choose Format - Character 
- Asian Layout tab
-Choose View - 
Styles - open context menu of an entry and click Modify/New - 
Asian Layout tab.
+Choose View - 
Styles - open context menu of an entry and click New/Edit 
Style - Asian Layout tab.
 
 
 Choose Format - Paragraph 
- Asian Typography tab (not in HTML).
 Choose Format - Cells - Asian 
Typography tab.
-Choose View - 
Styles - open context menu of an entry and click Modify/New - 
Asian Typography tab.
+Choose View - 
Styles - open context menu of an entry and click New/Edit Style - 
Asian Typography tab.
 
 
 Choose Format - Character 
- Hyperlink tab.
@@ -419,7 +419,7 @@
   
   On the 
Home menu of the Home tab, select 
Paragraph.
   
-  Open the 
Styles deck, select a paragraph style, open context menu 
and choose New or Modify.
+  Open the 
Styles deck, select a paragraph style, open context menu 
and choose New or Edit 
Style.
   
   
 
@@ -437,15 +437,15 @@
 
 
 Choose Format - Paragraph 
- Alignment tab.
-Choose View - 
Styles - open context menu of an entry and choose Modify/New - 
Alignment tab.
+Choose View - 
Styles - open context menu of an entry and choose New/Edit 
Style - Alignment tab.
 
 
 Choose Format - Paragraph 
- Indents  Spacing tab.
-Choose View - 
Styles - open context menu of an entry and choose Modify/New - 
Indents  Spacing tab.
+Choose View - 
Styles - open context menu of an entry and choose New/Edit 
Style - Indents  Spacing tab.
 
 
 Choose Format - Paragraph 
- Tabs tab.
-Choose View - 
Styles - open context menu of an entry and choose Modify/New - 
Tabs tab.
+Choose View - 
Styles - open context menu of an entry and choose New/Edit 
Style - Tabs tab.
 Double-click the 
ruler
 
 
@@ -455,7 +455,7 @@
 Choose Format - Frame and 
Object - Properties - Borders tab.
 Choose Format - Page - 
Borders tab.
 Choose Format - Character 
- Borders tab.
-Choose View - 
Styles - open context menu of an entry and choose Modify/New - 
Borders tab.
+Choose View - 
Styles - open context menu of an entry and choose New/Edit 
Style - Borders tab.
 Choose Format - Page - 
Header - More button.
 Choose Format - Page - 
Footer - More button.
 Choose Format - Cells - 
Borders tab.
@@ -478,29 +478,29 @@
 Choose Format - Page 
Style - Background tab.
 Choose Format - Page 
Style - Header - More button.
 Choose Format - Page 
Style - Footer - More button.
-Choose View - 
Styles - open context menu of an entry and choose Modify/New - 
Background tab.
+Choose View - 
Styles - open context menu of an entry and choose New/Edit 
Style - Background tab.
 Choose 

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

2023-09-06 Thread Seth Chaiklin (via logerrit)
 source/text/shared/optionen/01041000.xhp |   72 +++
 1 file changed, 35 insertions(+), 37 deletions(-)

New commits:
commit 763209bbaf47baa0c599a390c736f3b43fc35f0a
Author: Seth Chaiklin 
AuthorDate: Wed Aug 30 11:40:12 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Wed Sep 6 11:48:46 2023 +0200

remove xml-lang="en-US"

Change-Id: If6469a99d4a2e855c89b8e1a716bfdb5fd1f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156221
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/optionen/01041000.xhp 
b/source/text/shared/optionen/01041000.xhp
index dda89b48f0..9ea9d223bf 100644
--- a/source/text/shared/optionen/01041000.xhp
+++ b/source/text/shared/optionen/01041000.xhp
@@ -1,6 +1,5 @@
 
 
-
 
 
-
 
   
- Compatibility
+ Compatibility
  /text/shared/optionen/01041000.xhp
   


-Word documents;compatibility
+Word 
documents;compatibility
   importing;compatibility settings for text 
import
   options;compatibility (Writer)
   compatibility settings for MS Word 
import
@@ -35,67 +33,67 @@
   layout;importing Word documents
 
 
-
-
+
+
 Compatibility
 
-Specifies compatibility 
settings for text documents. These options help in fine-tuning %PRODUCTNAME 
when importing Microsoft Word documents.
+Specifies compatibility 
settings for text documents. These options help in fine-tuning %PRODUCTNAME 
when importing Microsoft Word documents.
 
 
 
 
 Some of the settings defined here are only valid for 
the current document and must be defined separately for each document.
 Add spacing between paragraphs and tables
-In 
$[officename] Writer, paragraph spacing is defined differently than in 
Microsoft Word documents. If you have defined spacing between two paragraphs or 
tables, spacing is also added in the corresponding Word documents.
-Specifies 
whether to add Microsoft Word-compatible spacing between paragraphs and tables 
in $[officename] Writer text documents.
+In $[officename] Writer, 
paragraph spacing is defined differently than in Microsoft Word documents. If 
you have defined spacing between two paragraphs or tables, spacing is also 
added in the corresponding Word documents.
+Specifies whether to add 
Microsoft Word-compatible spacing between paragraphs and tables in 
$[officename] Writer text documents.
 Add paragraph and table spacing at tops of pages
-Specifies 
whether paragraph spacing at the top of a page will also be effective at the 
beginning of a page or column if the paragraph is positioned on the first page 
of the document. The same applies for a page break.
+Specifies whether paragraph 
spacing at the top of a page will also be effective at the beginning of a page 
or column if the paragraph is positioned on the first page of the document. The 
same applies for a page break.
 If you import a Word document, the spaces are 
automatically added during the conversion.
 Use OpenOffice.org 1.1 tab stop formattingUFI: 
spec "Tab Stop Compatibility"
-Specifies how 
to align text at tab stops beyond the right margin, how to handle decimal tab 
stops, and how to handle tab stops close to a line break. If this check box is 
not selected, tab stops are handled in the same way as in other Office 
applications.
-In text 
documents created by your current version of Writer, the new tab stop handling 
is used by default. In text documents created by Writer versions prior to 
StarOffice 8 or OpenOffice.org 2.0, the old tab stop handling is 
applied.
+Specifies how to align text at 
tab stops beyond the right margin, how to handle decimal tab stops, and how to 
handle tab stops close to a line break. If this check box is not selected, tab 
stops are handled in the same way as in other Office applications.
+In text documents created by 
your current version of Writer, the new tab stop handling is used by default. 
In text documents created by Writer versions prior to StarOffice 8 or 
OpenOffice.org 2.0, the old tab stop handling is applied.
 Do not add leading (extra space) between lines of 
textUFI: spec external_leading
-Specifies that 
additional leading (extra space) between lines of text is not added, even if 
the font in use contains the additional leading attribute.
-In text 
documents created by your current version of Writer, the additional leading is 
used by default. In text documents created by Writer versions prior to 
StarOffice 8 or OpenOffice.org 2.0, the additional leading is not 
used.
+Specifies that additional 
leading (extra space) between lines of text is not added, even if the font in 
use contains the additional leading attribute.
+In text documents created by 
your current version of Writer, the additional leading is used by default. In 
text documents created by Writer versions prior to StarOffice 8 or 
OpenOffice.org 2.0, the additional leading is not used.
 Use OpenOffice.org 1.1 line spacingUFI: spec 
spec-line-spacingUFI: api.feature 

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

2023-09-01 Thread Olivier Hallot (via logerrit)
 source/text/swriter/01/edit_style.xhp |   67 ++
 source/text/swriter/main0115.xhp  |3 -
 2 files changed, 68 insertions(+), 2 deletions(-)

New commits:
commit 66868265f68f9f21a015995adac39fa3923d837b
Author: Olivier Hallot 
AuthorDate: Thu Aug 31 22:46:08 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Sep 1 12:42:12 2023 +0200

Add missing file for Edit Styles

Change-Id: If176ec185769def7eafb7113c8dc107487bccf6b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156390
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/01/edit_style.xhp 
b/source/text/swriter/01/edit_style.xhp
new file mode 100644
index 00..d5c3cc1de2
--- /dev/null
+++ b/source/text/swriter/01/edit_style.xhp
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+Edit Style
+/text/swriter/01/edit_style.xhp
+
+
+
+
+
+Edit Style
+Opens the Paragraph 
Style dialog box of the current paragraph.
+
+
+
+Choose 
Styles - Edit Style.
+
+Choose 
Paragraph - Edit Style.
+
+Choose 
Home, and double click on the style name 
highlighted.
+
+
+
+
+Icon Edit 
Style
+
+
+Edit 
Style
+
+
+
+
+OptionAlt
 + P
+
+Select the 
Style panel (F11), choose Paragraph 
Styles, open context menu of the selected style, choose 
Modify.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/source/text/swriter/main0115.xhp b/source/text/swriter/main0115.xhp
index 9ffc15ab33..2a64c0 100644
--- a/source/text/swriter/main0115.xhp
+++ b/source/text/swriter/main0115.xhp
@@ -56,8 +56,7 @@
  Text styles entries
  The entries includes 
most common paragraph, character and list styles. Click on the style to 
apply.
  You can customize the list of styles entries 
using menu Tools - 
Customize. Because custom styles belongs to the actual document, 
remember to store the customized menu in the document scope.
- Edit Style
- Opens the Paragraph 
Style dialog box of the current paragraph.
+ 
  Update Selected Style
  Update the paragraph 
style with the direct 
formatting applied to the current paragraph.
  New Style from Selection


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

2023-08-31 Thread Olivier Hallot (via logerrit)
 source/text/shared/01/ref_pdf_export_digital_signature.xhp |   52 +++---
 source/text/shared/01/ref_pdf_export_general.xhp   |  110 ++---
 source/text/shared/01/ref_pdf_export_initial_view.xhp  |   68 
 source/text/shared/01/ref_pdf_export_links.xhp |   34 ++--
 source/text/shared/01/ref_pdf_export_security.xhp  |   54 +++---
 source/text/shared/01/ref_pdf_export_user_interface.xhp|   50 ++---
 source/text/shared/guide/pdf_params.xhp|7 
 7 files changed, 190 insertions(+), 185 deletions(-)

New commits:
commit 4913c6e46228cf9b750f30f686fbb2c70baf21c7
Author: Olivier Hallot 
AuthorDate: Thu Aug 31 18:56:25 2023 -0300
Commit: Olivier Hallot 
CommitDate: Fri Sep 1 00:02:28 2023 +0200

PDF export Help page, improve navigation

Change-Id: Ic4f061289ed82cf2a42d2f0e714a4f7a40cd47e8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156365
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/ref_pdf_export_digital_signature.xhp 
b/source/text/shared/01/ref_pdf_export_digital_signature.xhp
index c9278808cd..3e0f1f43e6 100644
--- a/source/text/shared/01/ref_pdf_export_digital_signature.xhp
+++ b/source/text/shared/01/ref_pdf_export_digital_signature.xhp
@@ -11,68 +11,68 @@
 
 
 
-PDF Export Digital 
Signature
+PDF Export Digital Signature
 
/text/shared/01/ref_pdf_export_digital_signature.xhp
 
 
 
-
+
 PDF export;digital signature
 PDF export;sign PDF document
 PDF export;time stamp
 
 
-
-
+
+
 Digital 
Signatures
-This 
tab contains the options related to exporting to a digitally signed 
PDF.
+This tab contains the 
options related to exporting to a digitally signed PDF.
 
 
 
 
 
-Digital 
signatures are used to ensure that the PDF was really created by the original 
author (i.e. you), and that the document has not been modified since it was 
signed.
-The 
signed PDF export uses the keys and X.509 certificates already stored in your 
default key store location or on a smartcard.
+Digital signatures are 
used to ensure that the PDF was really created by the original author (i.e. 
you), and that the document has not been modified since it was 
signed.
+The signed PDF export uses 
the keys and X.509 certificates already stored in your default key store 
location or on a smartcard.
 
-
+
 
-The key store to be used can be selected under %PRODUCTNAME - 
Preferences
+The key store to 
be used can be selected under %PRODUCTNAME - Preferences
 Tools - 
Options - %PRODUCTNAME - Security - 
Certificate Path.
 
 
-When 
using a smartcard, it must already be configured for use by your key store. 
This is usually done during installation of the smartcard software.
+When using a smartcard, it 
must already be configured for use by your key store. This is usually done 
during installation of the smartcard software.
 
 
 
-
+
 Certificate
 
 Use this certificate to digitally sign PDF 
documents
-Allows you to select a certificate to be used for signing this PDF 
export.
-
+Allows you 
to select a certificate to be used for signing this PDF 
export.
+
 
 Select
-Opens the Select Certificate dialog.
-All 
certificates found in your selected key store are displayed. If the key store 
is protected by a password, you are prompted for it. When using a smartcard 
that is protected by a PIN, you are also prompted for that.
-Select 
the certificate to use for digitally signing the exported PDF by clicking on 
the corresponding line, then click OK.
-All other 
fields on the Digital Signatures tab will be accessible only after 
a certificate has been selected.
-
+Opens the 
Select Certificate dialog.
+All certificates found in 
your selected key store are displayed. If the key store is protected by a 
password, you are prompted for it. When using a smartcard that is protected by 
a PIN, you are also prompted for that.
+Select the certificate to 
use for digitally signing the exported PDF by clicking on the corresponding 
line, then click OK.
+All other fields on the 
Digital Signatures tab will be accessible only after a certificate 
has been selected.
+
 
 Certificate password
-Enter the password used for protecting the private key associated with 
the selected certificate. Usually this is the key store 
password.
+Enter the 
password used for protecting the private key associated with the selected 
certificate. Usually this is the key store password.
 If the key store password has already been 
entered in the Select Certificate dialog, the key store may 
already be unlocked and not require the password again. But to be on the safe 
side, enter 

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

2023-08-31 Thread Olivier Hallot (via logerrit)
 source/text/shared/guide/pdf_params.xhp |   37 +---
 1 file changed, 29 insertions(+), 8 deletions(-)

New commits:
commit d686d91fb8d108c8283dd8d9f537224ed43ac6ac
Author: Olivier Hallot 
AuthorDate: Thu Aug 31 12:41:13 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Aug 31 21:20:48 2023 +0200

tdf#147105 More PDF export param documented

+ Added index to this long page.

Change-Id: I58089001532a4a2d8b2f309958117821e6fc237f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156353
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/guide/pdf_params.xhp 
b/source/text/shared/guide/pdf_params.xhp
index 82f8b89076..5e9871f7ba 100644
--- a/source/text/shared/guide/pdf_params.xhp
+++ b/source/text/shared/guide/pdf_params.xhp
@@ -37,10 +37,18 @@
 
 soffice --convert-to 
'pdf:draw_pdf_Export:{"EncryptFile":{"type":"boolean","value":"true"},"DocumentOpenPassword":{"type":"string","value":"secret"}}'
 test.odg
 
-To set version 1.5 
(instead of the default 1.6):
+To set version 1.5 
(instead of the default 1.7):
 
 soffice --convert-to 
'pdf:draw_pdf_Export:{"SelectPdfVersion":{"type":"long","value":"15"}}' 
test.odg
-General Properties
+Index
+
+
+
+
+
+
+
+General
 Properties
 
 
 
@@ -490,8 +498,22 @@
 false
 
 
+
+
+SinglePageSheets
+
+
+Ignores 
each sheet’s paper size, print ranges and shown/hidden status and puts every 
sheet (even hidden sheets) on exactly one page.
+
+
+boolean
+
+
+false
+
+
 
-Initial View
+Initial 
View
 
 
 
@@ -605,7 +627,7 @@
 
 
 
-User Interface
+User 
Interface
 
 
 
@@ -750,7 +772,7 @@
 
 
 
-Links
+Links
 
 
 
@@ -826,7 +848,7 @@
 
 
 
-Security
+Security
 
 
 
@@ -989,8 +1011,7 @@
 
 
 
-
-Digital Signature
+Digital 
Signature
 
 
 


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

2023-08-27 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/00040501.xhp   |  204 ---
 source/text/shared/01/0525.xhp   |   45 +--
 source/text/shared/01/05250100.xhp   |   17 +-
 source/text/shared/01/05250200.xhp   |   16 +-
 source/text/shared/01/05250300.xhp   |   16 +-
 source/text/shared/01/05250400.xhp   |   15 +-
 source/text/shared/01/05250500.xhp   |   15 +-
 source/text/shared/01/05250600.xhp   |   16 +-
 source/text/simpress/00/0413.xhp |   27 +++-
 source/text/simpress/01/05250500.xhp |5 
 source/text/simpress/01/05250600.xhp |5 
 11 files changed, 263 insertions(+), 118 deletions(-)

New commits:
commit e1b40215eecbaa0de54536778d012c6f4f974c7d
Author: Olivier Hallot 
AuthorDate: Sat Aug 26 12:22:32 2023 -0300
Commit: Olivier Hallot 
CommitDate: Sun Aug 27 12:49:27 2023 +0200

tdf#155875 Tab'd UI cmds Writer/Format in Help(20)

+ refactoring
+ Writer Format menu (part 20)
+ Arrange menu covering other modules too.

Change-Id: Ib875d27d83ac36a23c6f2e72ce44b22c9e82d2bb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156125
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/00040501.xhp 
b/source/text/shared/00/00040501.xhp
index 62106cad03..ae379c7706 100644
--- a/source/text/shared/00/00040501.xhp
+++ b/source/text/shared/00/00040501.xhp
@@ -193,14 +193,32 @@
 
 
 
+
 
-Choose Format - 
Arrange ($[officename] Writer, $[officename] Calc).
-Open context menu - 
choose Arrange ($[officename] Impress, $[officename] 
Draw).
-Choose Shape - 
Arrange ($[officename] Draw).
+
+
+
+Choose 
Shape - Arrange.
+
+
+Choose 
Format - Arrange.
+
+
+
+Choose 
Arrange.
+
+Choose 
Image tab.
+Choose 
Object tab.
+
+
+Choose 
Home - Arrange.
+
+
+
 
 
 
-Icon Arrange
+Icon Arrange
 
 
 Arrange
@@ -208,11 +226,36 @@
 
 
 
+
 
-Choose Format - 
Arrange - Bring to Front ($[officename] Writer, $[officename] 
Calc).
-Choose Shape - 
Arrange - Bring to Front ($[officename] Draw).
-Shift+CommandCtrl+plus
 sign ($[officename] Impress, $[officename] Draw).
-Open context menu - 
choose Arrange - Bring to Front ($[officename] 
Impress).
+
+
+
+Choose 
Shape - Arrange - Bring to Front.
+
+
+Choose 
Format - Arrange - Bring to Front.
+
+
+
+Choose 
Arrange - Bring to Front.
+
+Choose 
Image - Bring to Front.
+Choose 
Object - Bring to Front
+
+
+Choose 
Home - Arrange - Bring to Front.
+
+
+
+
+
+
+
+Shift + CommandCtrl
 + plus sign.
+
+
+
 
 
 
@@ -227,51 +270,127 @@
 
 
 
-Choose Format - 
Arrange - Bring Forward ($[officename] Writer, $[officename] 
Calc).
-Choose Shape - 
Arrange - Bring Forward ($[officename] Draw).
-CommandCtrl+plus
 sign ($[officename] Impress, $[officename] Draw)
-Open context menu - 
choose Arrange - Bring Forward ($[officename] Impress).
+
+
+
+
+Choose Shape - Arrange - Bring 
Forward.
+
+Choose Arrange - Bring 
Forward.
+
+CommandCtrl
 + plus sign.
+
+Choose Image - Bring 
Forward.
+Choose Object - Bring 
Forward.
+
+Choose 
Home - Arrange - Bring Forward.
+
+
+
+
+
+
+Choose 
Format - Arrange - Forward One.
+
+Choose 
Arrange - Forward One.
+
+Choose 
Image - Forward One.
+Choose 
Object - Forward One.
+
+
+
 
 
-
-
-Icon Bring Forward
-
-
-Bring 
Forward
-
-
+
+
+Icon Bring Forward
+
+
+Bring 
Forward
+
+
 
 
 
+
 
-Choose Format - 
Arrange - Send Backward ($[officename] Writer, 

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

2023-08-27 Thread Olivier Hallot (via logerrit)
 source/text/swriter/00/0405.xhp |   11 ++
 source/text/swriter/01/05060200.xhp |  172 
 source/text/swriter/guide/wrap.xhp  |   31 +++---
 3 files changed, 125 insertions(+), 89 deletions(-)

New commits:
commit bc1437b6ac1d9a51eea44fd3b7fe2f290e58cbba
Author: Olivier Hallot 
AuthorDate: Fri Aug 25 12:19:29 2023 -0300
Commit: Olivier Hallot 
CommitDate: Sun Aug 27 12:48:59 2023 +0200

tdf#155875 Tab'd UI cmds Writer/Format in Help(19)

+ refactoring
+ Writer Format menu (part 19)
+ Wrap text

Change-Id: Idd607e5a4a5443530188e0064e1b564e08375554
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156112
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/00/0405.xhp 
b/source/text/swriter/00/0405.xhp
index c625736202..d905c96314 100644
--- a/source/text/swriter/00/0405.xhp
+++ b/source/text/swriter/00/0405.xhp
@@ -204,12 +204,23 @@
  
  Click on the 
Selected Object Size area, Position and 
Size tab.
   
+
   
+ 
+ Choose 
Format - Wrap.
  Choose Format - 
Image - Properties - Wrap tab.
  Choose Format - 
Frame and Object - Properties - Wrap tab.
  Choose Insert - 
Frame - Frame - Wrap tab.
  Choose Format - 
Wrap - Edit - Wrap tab.
+ 
+ Choose 
Wrap.
+ Choose 
Wrap - Edit - Wrap tab.
+ 
+ Choose 
Image - Wrap tab.
+ 
+ On the 
Properties panel, choose Wrap 
deck.
   
+
   Choose Format - Wrap - Edit 
Contour.
   
  Choose Format - 
Image - Properties - Hyperlink tab.
diff --git a/source/text/swriter/01/05060200.xhp 
b/source/text/swriter/01/05060200.xhp
index 0e059fe40a..8e09f7c707 100644
--- a/source/text/swriter/01/05060200.xhp
+++ b/source/text/swriter/01/05060200.xhp
@@ -22,168 +22,192 @@
 
 
 
-Wrap
+Wrap
 /text/swriter/01/05060200.xhp
 
 
 
+
+
+
+
+
+
+
+wrap text;around objects
+
 
-
-
-
-
-
-
-Wrap
-Specify the way you want text to wrap around an 
object. You can also specify the spacing between the text and the 
object.
+Wrap
+Specify the way you want text to wrap around an 
object. You can also specify the spacing between the text and the 
object.
 
 
 
 
 
-To wrap text around 
a table, place the table in a frame, and then wrap the text around the 
frame.
+To wrap text around a table, place the table in a 
frame, and then wrap the text around the frame.
 Settings
-
-
+
+wrap;wrap off
+wrap text;none
+
+
+
 None
-Places the object on a separate line in the 
document. The Text in the document appears above and below the object, but not 
on the sides of the object.
+Places the object on a separate line in the 
document. The Text in the document appears above and below the object, but not 
on the sides of the object.
 
 
 
 
-
-Icon
-   
+
+Icon None
 
 
-None
+None
 
 
 
 
-
-
+
+
+
+wrap;wrap left
+wrap text;before
+
 Before
-Wraps text on the left side of the object if there is enough 
space.
+Wraps text on 
the left side of the object if there is enough space.
 
 
 
-
-Icon
-   
+
+Icon Before
 
 
-Before
+Before
 
 
 
 
-
-
+
+
+
+wrap;wrap right
+wrap text;after
+
 After
-Wraps text on the right side of the object if there is enough 
space.
+Wraps text on 
the right side of the object if there is enough space.
 
 
 
-
-Icon
-   
+
+Icon After
 
 
-After
+After
 
 
 
 
-
-
+
+
+
+wrap;wrap parallel
+wrap text;parallel
+
 Parallel
-Wraps text on all four sides of the border 
frame of the object.
+Wraps text on all four sides of the border 
frame of the object.
 
 
 
 
-
-Icon
-   
+
+Icon Parallel
 
 
-Parallel
+Parallel
 
 
 
 
-
-
+
+
+
+wrap;wrap through
+wrap text;through
+
 Through
-Places the object in front of the 
text.
+Places the object in front of the 
text.
 
 
 
 
-
-Icon
-   
+
+Icon Through
 
 
-Through
+Through
 
 
 
 
-
-
+
+
+
+wrap;wrap optimal
+wrap text;optimal
+
 Optimal
-Automatically wraps text to the left, to 
the right, or on all four sides of the border frame of the object. If the 
distance between the object and the page margin is less than 2 cm, the text is 
not wrapped. 
+Automatically wraps text to the left, to 
the right, or on all four sides of the border frame of the object. If the 
distance between the object and the page margin is less than 2 cm, the text is 
not wrapped. 
 
 
 
 
-
-Icon
-   
+
+Icon Optimal
 
 
-Optimal
+Optimal
 
 
 
 
 Options
-Specify the 
text wrap options.
-
-
+Specify the text wrap 
options.
+
+
 First Paragraph
-Starts a new paragraph below the object 
after you press Enter. The space between the paragraphs is determined 
by the size of the object.
+Starts a new paragraph below the object 
after you press Enter. The space between the paragraphs is determined 
by the size of the object.
 
-
-
+
+
 In Background
-Moves the selected object to the 
background. This option is only available if you selected the 
Through wrap type.

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

2023-08-25 Thread Andrea Gelmini (via logerrit)
 source/text/sbasic/shared/03/sf_formdocument.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1120b5793d455cf4bda04fb01c8ee3b62934e368
Author: Andrea Gelmini 
AuthorDate: Fri Aug 25 16:06:16 2023 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Fri Aug 25 16:17:17 2023 +0200

Fix typo

Change-Id: I1aa7bb120b7b025b63b53717d1e76500719c5885
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156111
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/sbasic/shared/03/sf_formdocument.xhp 
b/source/text/sbasic/shared/03/sf_formdocument.xhp
index 606c4918e0..a2c747c80a 100644
--- a/source/text/sbasic/shared/03/sf_formdocument.xhp
+++ b/source/text/sbasic/shared/03/sf_formdocument.xhp
@@ -136,7 +136,7 @@
 svc.Forms(form: int): svc
   
   
-  form: 
This argument can be either a string with the name of a form that exists in the 
form document or the zero-based index of the form that shall be returned. If 
this argument is not specifiec, then an array with the name of all available 
forms is returned.
+  form: 
This argument can be either a string with the name of a form that exists in the 
form document or the zero-based index of the form that shall be returned. If 
this argument is not specific, then an array with the name of all available 
forms is returned.
   
   
   The following example 
checks if the form document contains a form named "MainForm":


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

2023-08-24 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/00040502.xhp |   19 ---
 source/text/shared/01/0519.xhp |   24 
 source/text/shared/01/05190100.xhp |   30 +++---
 3 files changed, 43 insertions(+), 30 deletions(-)

New commits:
commit 69be688d8006621fbf52a5a13cb7a46caaba4d62
Author: Olivier Hallot 
AuthorDate: Thu Aug 24 11:43:07 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Aug 24 17:49:43 2023 +0200

tdf#155875 Tab'd UI cmds Writer/Format in Help(17)

+ refactoring
+ Writer Format menu (part 17)
+ name and description

Change-Id: I9561621a2fc628eec9da0636c31c81f5575059a8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156057
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/00040502.xhp 
b/source/text/shared/00/00040502.xhp
index 56bd350ebd..c7c553d95f 100644
--- a/source/text/shared/00/00040502.xhp
+++ b/source/text/shared/00/00040502.xhp
@@ -225,12 +225,25 @@
 
 
 
+
 
-Open the context menu 
for the object - choose Name.
+
+Choose 
Format - Name.
+
+Choose 
Name.
+
+On the 
Image menu of the Image tab, choose 
Name.
+On the 
Object menu of the Object tab, choose 
Name.
 
+
 
-Right-click on a 
selected image, frame, or OLE object - choose Properties - 
Options tab.
-For a selected 
object, choose Format - Description
+
+Choose 
Format - Description.
+
+Choose 
Description.
+
+On the 
Image menu of the Image tab, choose 
Description.
+On the 
Object menu of the Object tab, choose 
Description.
 
 
 Click on textbox or 
shape to select, then...
diff --git a/source/text/shared/01/0519.xhp 
b/source/text/shared/01/0519.xhp
index 919035861b..dcd7272802 100644
--- a/source/text/shared/01/0519.xhp
+++ b/source/text/shared/01/0519.xhp
@@ -20,7 +20,7 @@
 
 
   
-Name
+Name
 /text/shared/01/0519.xhp
   
   
@@ -28,27 +28,27 @@
   
 
 
-objects; naming
+objects; 
naming
 groups;naming
 names;objects
 ufi: changed names;for groups of objects to names;objects, 
in cws aw038
-
-
+
+
 
-Name
-Assigns a name to the selected object, 
so that you can quickly find the object in the Navigator.
+  Name
+Assigns a name to the selected object, so that you can 
quickly find the object in the Navigator.
 UFI: #i63800
 
 
   
 
-
+
 The name is also displayed in the Status Bar when 
you select the object.
-
-
-
-Name
-Enter a name for the selected object. The name will be visible in the 
Navigator.
+
+
+
+Name
+Enter a name for 
the selected object. The name will be visible in the 
Navigator.
 Names must be unique between images, OLE 
objects and frames in the same document.
 
 
diff --git a/source/text/shared/01/05190100.xhp 
b/source/text/shared/01/05190100.xhp
index b89bafdfbe..9108312f41 100644
--- a/source/text/shared/01/05190100.xhp
+++ b/source/text/shared/01/05190100.xhp
@@ -20,34 +20,34 @@
 
 
   
- Description
+ Description
  /text/shared/01/05190100.xhp
   
 
 
-objects;text alternative and 
description
-  descriptions for objects
-  text alternative;objects
+objects;text 
alternative and description
+descriptions for objects
+text alternative;objects
 
-
-
-
+
+
+
 
-Description
-Assigns a text alternative and a description to the selected object. 
These texts are available as alternative tags in your document for use by 
accessibility tools. They are also available as tags for images when you export 
the document.
+Description
+Assigns a text 
alternative and a description to the selected object. These texts are available 
as alternative tags in your document for use by accessibility tools. They are 
also available as tags for images when you export the 
document.
 
 
   
 
-
-Text Alternative
+
+Text Alternative
 
-Enter a short description of the essential details of the selected 
object for a person who cannot see the object. This text is available for use 
by assistive technologies.
+Enter a short 
description of the essential details of the selected object for a person who 
cannot see the object. This text is available for use by assistive 
technologies.
 
-
+
 
-Description
-Enter a longer description of the object, especially if the object is 
too complex or contains too much detail to be described adequately with the 
short Text Alternative. Use 
Description to add additional information to the short 
description found in Text Alternative. This text is 
available for use by assistive technologies.
+Description
+Enter a longer 
description of the object, especially if the object is too complex or contains 
too much detail to be described adequately with the short Text 
Alternative. Use Description to add 
additional information to the short description found in Text 
Alternative. This text is available for use by assistive 

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

2023-08-24 Thread Olivier Hallot (via logerrit)
 source/text/shared/00/00040500.xhp|   47 +-
 source/text/shared/01/05030800.xhp|2 -
 source/text/shared/02/2401.xhp|3 +
 source/text/shared/02/2403.xhp|   33 -
 source/text/shared/02/2404.xhp|   33 -
 source/text/shared/02/2405.xhp|   33 -
 source/text/shared/02/2406.xhp|   33 -
 source/text/shared/02/2407.xhp|   33 -
 source/text/shared/02/2408.xhp|   33 -
 source/text/shared/02/colortoolbar.xhp|   27 ++---
 source/text/shared/menu/submenu_image.xhp |   28 +
 11 files changed, 164 insertions(+), 141 deletions(-)

New commits:
commit 936109a862df5b8f25a350415d3d77ec67d985f6
Author: Olivier Hallot 
AuthorDate: Wed Aug 23 17:48:47 2023 -0300
Commit: Olivier Hallot 
CommitDate: Thu Aug 24 13:33:35 2023 +0200

tdf#155875 Tab'd UI cmds Writer/Format in Help(15)

+ refactoring
+ Writer Format menu (part 15)
+ color toolbar and color submenu

Change-Id: I86db2cda6c54fcd7610b8ec0befb200642536e36
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156020
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/00/00040500.xhp 
b/source/text/shared/00/00040500.xhp
index f59b2a0c13..44f25d0dbf 100644
--- a/source/text/shared/00/00040500.xhp
+++ b/source/text/shared/00/00040500.xhp
@@ -640,32 +640,27 @@
 
 
 
-
-
-Menu Format - 
Image - Properties - Crop tab.
-
-
-Icon on the 
Image toolbar:
-
-
-
-
-
-
-
-  
-  
-
-  Icon 
Crop
-
-
-  Crop
-
-  
-  
-
-
-
+  
+  Choose 
Format - Image - Crop.
+  Menu Format - Image - 
Properties - Crop tab.
+  
+  Choose 
Crop.
+  
+  Choose 
Image - Crop.
+  On the 
Image menu of the Image tab, choose 
Crop.
+  
+  
+
+  
+
+  Icon Crop
+
+
+  Crop
+
+  
+
+  
 
 
 
diff --git a/source/text/shared/01/05030800.xhp 
b/source/text/shared/01/05030800.xhp
index 6e9e312b3b..55875b952e 100644
--- a/source/text/shared/01/05030800.xhp
+++ b/source/text/shared/01/05030800.xhp
@@ -19,7 +19,7 @@
 
 
 
-Crop
+Crop Image
 /text/shared/01/05030800.xhp
 
 
diff --git a/source/text/shared/02/2401.xhp 
b/source/text/shared/02/2401.xhp
index 47d6eabc05..34ab67edac 100644
--- a/source/text/shared/02/2401.xhp
+++ b/source/text/shared/02/2401.xhp
@@ -30,9 +30,12 @@
 
 
 
+
+
 Image 
Filter
 This icon on the Image bar opens 
the Image Filter bar, where you can use various filters on the 
selected picture.
 
+
 
 
   
diff --git a/source/text/shared/02/2403.xhp 
b/source/text/shared/02/2403.xhp
index 6e1ddc77bc..ffc33ea58d 100644
--- a/source/text/shared/02/2403.xhp
+++ b/source/text/shared/02/2403.xhp
@@ -20,27 +20,32 @@
 
 
   
-Red
+Red
 /text/shared/02/2403.xhp
   
 
 
 
-
+
 Red
-Specifies the proportion of red RGB color components for the 
selected graphic object. Values from -100% (no red) to +100% (full red) 
are possible.
+Specifies the proportion of red RGB color components for the 
selected graphic object. Values from -100% (no red) to +100% (full red) 
are possible.
 
-
-
-  
-
-  Icon
-
-
-  Red
-
-  
-
+
+  
+  Choose 
Format - Image - Color.
+  
+  
+
+  
+
+  Icon Red
+
+
+  Red
+
+  
+
+  
 
 
 
diff --git a/source/text/shared/02/2404.xhp 
b/source/text/shared/02/2404.xhp
index 935e41de29..9ce1232f65 100644
--- a/source/text/shared/02/2404.xhp
+++ b/source/text/shared/02/2404.xhp
@@ -20,27 +20,32 @@
 
 
   
-Green
+Green
 /text/shared/02/2404.xhp
   
 
 
 
-
+
 Green
-Specifies the proportion of green RGB color components for 
the selected graphic object. Values from -100% (no green) to +100% 
(full green) are possible.
+Specifies the proportion of green RGB color components for 
the selected graphic object. Values from -100% (no green) to +100% 
(full green) are possible.
 
-
-
-  
-
-  Icon
-
-
-  Green
-
-  
-
+
+  
+  Choose 
Format - Image - Color.
+  
+  
+
+  
+
+  Icon Green
+
+
+  Green
+
+  
+
+  
 
 
 
diff --git a/source/text/shared/02/2405.xhp 
b/source/text/shared/02/2405.xhp
index a17a539607..d80a1c6cd0 100644
--- a/source/text/shared/02/2405.xhp
+++ b/source/text/shared/02/2405.xhp
@@ -20,27 +20,32 @@
 
 
   
-Blue
+Blue
 /text/shared/02/2405.xhp
   
 
 
 
-
+
 Blue
-Specifies the proportion of blue RGB color components for 
the selected graphic. Values from -100% (no blue) to +100% (full blue) 
are possible.
+Specifies the proportion of blue RGB color components for 
the selected 

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

2023-08-23 Thread Andrea Gelmini (via logerrit)
 source/text/sbasic/shared/03/sf_platform.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1d3d960ade9a1f61ab715ee7d16335a44625100
Author: Andrea Gelmini 
AuthorDate: Wed Aug 23 15:13:17 2023 +0200
Commit: Julien Nabet 
CommitDate: Wed Aug 23 15:47:29 2023 +0200

Fix typo

Change-Id: Ieb3dad4e32bb23aaa91dbc83036e552ca9e07c8c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155981
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/source/text/sbasic/shared/03/sf_platform.xhp 
b/source/text/sbasic/shared/03/sf_platform.xhp
index 6fe6f22aa4..2700abaeec 100644
--- a/source/text/sbasic/shared/03/sf_platform.xhp
+++ b/source/text/sbasic/shared/03/sf_platform.xhp
@@ -425,7 +425,7 @@
   
   
   
-  The examples above 
can be writen in Python as follows:
+  The examples above 
can be written in Python as follows:
   
 from 
scriptforge import CreateScriptService
 bas = 
CreateScriptService("Basic")


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

2023-08-23 Thread Rafael Lima (via logerrit)
 source/text/sbasic/shared/03/sf_platform.xhp |   83 ---
 source/text/sbasic/shared/03/sf_toc.xhp  |3 
 2 files changed, 65 insertions(+), 21 deletions(-)

New commits:
commit 3d767df226fbda339165a48ca79fa6d21e6b71be
Author: Rafael Lima 
AuthorDate: Tue Aug 22 15:37:55 2023 +0200
Commit: Rafael Lima 
CommitDate: Wed Aug 23 14:14:00 2023 +0200

Document new UserData property in SF_Platform

This patch also creates a new example and refactors the previously existing 
one.

Change-Id: I7523188afcb058f0c8457b57c9680b6d8ec166e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155918
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 

diff --git a/source/text/sbasic/shared/03/sf_platform.xhp 
b/source/text/sbasic/shared/03/sf_platform.xhp
index bbd38a4ca9..6fe6f22aa4 100644
--- a/source/text/sbasic/shared/03/sf_platform.xhp
+++ b/source/text/sbasic/shared/03/sf_platform.xhp
@@ -78,6 +78,7 @@
   Platform service;Processor
   Platform service;PythonVersion
   Platform service;SystemLocale
+  Platform service;UserData
 
 Properties
 
@@ -381,28 +382,70 @@
Returns the locale of the operating system as a string in 
the format "la-CO" (language-COUNTRY). This is equivalent to the 
Locale property.
 
 
+
+
+   UserData
+
+   
+   Yes
+   
+   
+   Dictionary
+   
+   
+   Returns a Dictionary instance containing 
key-value pairs with the information found in the Tools - Options - User 
Data dialog.
+
+
   
 
-
-The following 
examples in Basic and Python illustrate how to use the Fonts 
property to write the names of all available fonts to the current Calc sheet 
starting at cell "A1":
-
-
-  Dim oDoc as Object
-  Dim allFonts as Object
-  Dim svcPlatform as Object
-  Set 
oDoc = CreateScriptService("Calc")
-  Set svcPlatform = 
CreateScriptService("Platform")
-  allFonts = svcPlatform.Fonts
-  oDoc.setArray("~.A1", allFonts)
-
-
-
-  from scriptforge import 
CreateScriptService
-  svc_platform = 
CreateScriptService("Platform")
-  doc 
= CreateScriptService("Calc")
-  all_fonts = svc_platform.Fonts
-  doc.setArray("~.A1", all_fonts)
-
+
+  
+  
+  The following 
examples in Basic and Python illustrate how to use the Fonts 
property to write the names of all available fonts to the current Calc sheet 
starting at cell "A1":
+  
+Dim 
oDoc as Object
+Dim 
allFonts as Object
+Dim 
svcPlatform as Object
+Set 
oDoc = CreateScriptService("Calc")
+Set 
svcPlatform = CreateScriptService("Platform")
+allFonts = svcPlatform.Fonts
+oDoc.setArray("~.A1", allFonts)
+  
+  
+  The example below 
demonstrates how to create a Calc table with all the values stored in the 
UserData property, which is a Dictionary 
service instance:
+  
+Dim 
svcPlatform as Object, oUserData as Object, oDoc as Object
+Dim 
arrUserData As Object, currCell As String
+Set 
svcPlatform = CreateScriptService("Platform")
+oUserData = svcPlatform.UserData
+arrUserData = oUserData.ConvertToArray()
+Set 
oDoc = CreateScriptService("Calc", ThisComponent)
+oDoc.SetArray("~.A1", Array(Array("Key", 
"Value")))
+oDoc.SetArray("~.A2", arrUserData)
+  
+  
+  
+  The examples above 
can be writen in Python as follows:
+  
+from 
scriptforge import CreateScriptService
+bas = 
CreateScriptService("Basic")
+doc = 
CreateScriptService("Calc", bas.ThisComponent)
+svc_platform = 
CreateScriptService("Platform")
+all_fonts = svc_platform.Fonts
+doc.setArray("~.A1", all_fonts)
+  
+  
+from 
scriptforge import CreateScriptService
+bas = 
CreateScriptService("Basic")
+doc = 
CreateScriptService("Calc", bas.ThisComponent)
+svc_platform = 
CreateScriptService("Platform")
+user_data = svc_platform.UserData
+arr_user_data = [[key, user_data[key]] for key in 
user_data]
+doc.SetArray("~.A1", (("Key", "Value"),))
+doc.SetArray("~.A2", arr_user_data)
+  
+  
+
 
 
   
diff --git a/source/text/sbasic/shared/03/sf_toc.xhp 
b/source/text/sbasic/shared/03/sf_toc.xhp
index a0ccfdcb3f..6e5900a003 100644
--- a/source/text/sbasic/shared/03/sf_toc.xhp
+++ b/source/text/sbasic/shared/03/sf_toc.xhp
@@ -695,7 +695,8 @@
 Printers
 Processor
 PythonVersion
-SystemLocale
+SystemLocale
+UserData
   
 
   


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

2023-08-22 Thread Seth Chaiklin (via logerrit)
 source/text/shared/optionen/01010200.xhp |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 2aa198ab57081bed9c012ea49c25fcd9d05dbfcb
Author: Seth Chaiklin 
AuthorDate: Sun Aug 13 01:44:05 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Wed Aug 23 00:41:42 2023 +0200

(related) #tdf144512 change in AutoRecovery behavior

   *  unify diverse references to "AutoRecovery"
   *  update xml to current practice

Change-Id: I2b4192582be9b813b683b379a9e2fda5bf6dfdfd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155595
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/optionen/01010200.xhp 
b/source/text/shared/optionen/01010200.xhp
index c157812ef6..2365f66577 100644
--- a/source/text/shared/optionen/01010200.xhp
+++ b/source/text/shared/optionen/01010200.xhp
@@ -83,13 +83,14 @@
   
 
 Save AutoRecovery information every
-  Specifies that %PRODUCTNAME saves the information needed to restore 
all open documents in case of a crash. You can specify the saving time 
interval.
-
+  Specifies that %PRODUCTNAME saves the 
information needed to restore all modified documents in case of a 
crash.
+
 Minutes
-  Specifies the time interval in minutes 
for the automatic recovery option.
+  Specifies the time interval in minutes 
before AutoRecovery information is saved for a document.
+A timer starts for a document when it is 
first modified. AutoRecovery information is saved after the specified time 
(while %PRODUCTNAME is idle). The timer then restarts with the next 
modification in the document.
 
 Automatically save the document too
-  Specifies that %PRODUCTNAME saves all open documents when saving 
auto recovery information. Uses the same time interval as AutoRecovery 
does.
+  Specifies that %PRODUCTNAME saves all 
modified documents when saving AutoRecovery information. Uses the time interval 
specified in Minutes.
 
 Edit document properties before saving
   Specifies that the Properties 
dialog will appear every time you select the Save As 
command.


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

2023-08-22 Thread Olivier Hallot (via logerrit)
 source/text/simpress/main_format.xhp |2 +-
 source/text/swriter/02/0211.xhp  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ba66530a081cf3aadd706939fc7c580934af09dd
Author: Olivier Hallot 
AuthorDate: Tue Aug 22 09:13:35 2023 -0300
Commit: Olivier Hallot 
CommitDate: Tue Aug 22 14:17:16 2023 +0200

Fixes some "D'oh! you found a bug".

Change-Id: Ic3de5b49ef7bc3c33824bdde0a730adad09128ad
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155947
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/main_format.xhp 
b/source/text/simpress/main_format.xhp
index cd4712ff04..33f38ff966 100644
--- a/source/text/simpress/main_format.xhp
+++ b/source/text/simpress/main_format.xhp
@@ -32,7 +32,7 @@
 
 
 
-temporary solution 
for "Align Text", until submenu is made
+
 
 Lists
 Opens a submenu 
where you can modify the formatting of list paragraphs.
diff --git a/source/text/swriter/02/0211.xhp 
b/source/text/swriter/02/0211.xhp
index a571cfb878..cf750dd4f9 100644
--- a/source/text/swriter/02/0211.xhp
+++ b/source/text/swriter/02/0211.xhp
@@ -40,7 +40,7 @@
   
   Choose Home 
- Ordered List.
   
-  
+  
 
   
 


  1   2   3   4   5   6   7   8   9   10   >