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

2023-11-01 Thread Olivier Hallot (via logerrit)
 AllLangHelp_shared.mk |1 
 source/text/scalc/00/0404.xhp |   10 +++
 source/text/scalc/01/0407.xhp |6 ++--
 source/text/scalc/01/04070200.xhp |   38 +++---
 source/text/scalc/main0104.xhp|   19 +++
 source/text/shared/00/0404.xhp|   22 +
 source/text/shared/01/0410.xhp|2 -
 source/text/shared/01/DrawText.xhp|   30 +++
 source/text/shared/01/formatting_mark.xhp |   21 +++-
 source/text/shared/02/0114.xhp|   13 --
 source/text/shared/02/0907.xhp|2 -
 11 files changed, 106 insertions(+), 58 deletions(-)

New commits:
commit 5218a19ee667dd6486e75178ab029587978fa11b
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 13:21:13 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:33:30 2023 +0100

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

+ refactoring of Insert Formatting marks

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

diff --git a/source/text/scalc/main0104.xhp b/source/text/scalc/main0104.xhp
index 48146a6ae6..377d5ecb60 100644
--- a/source/text/scalc/main0104.xhp
+++ b/source/text/scalc/main0104.xhp
@@ -42,20 +42,10 @@
 
 
 
-
-
 
-Floating 
Frame
-
-
 
-
-Hyperlink
-
-
-Special 
Character
-
-
+
+
 
 
 Date
diff --git a/source/text/shared/00/0404.xhp 
b/source/text/shared/00/0404.xhp
index 517e31e7a0..cd10736f8f 100644
--- a/source/text/shared/00/0404.xhp
+++ b/source/text/shared/00/0404.xhp
@@ -25,6 +25,10 @@
 
 
 Insert Menu
+
+
+Choose 
Insert - Formatting Mark.
+
 
 
 Choose 
Insert - Text Box.
diff --git a/source/text/shared/01/0410.xhp 
b/source/text/shared/01/0410.xhp
index 6bb9a245f0..ff2a5f68e1 100644
--- a/source/text/shared/01/0410.xhp
+++ b/source/text/shared/01/0410.xhp
@@ -25,11 +25,11 @@
   
 
 
-
 
 
 
 
+
 Special 
Character
   Allows a user to insert characters from the range of symbols found in 
the installed fonts.
 
diff --git a/source/text/shared/01/formatting_mark.xhp 
b/source/text/shared/01/formatting_mark.xhp
index 905cdb8fcd..f9bc7f7de2 100644
--- a/source/text/shared/01/formatting_mark.xhp
+++ b/source/text/shared/01/formatting_mark.xhp
@@ -26,19 +26,28 @@
 
 
 
-
 
 
-  CTL;(not) wrapping words
-  words;wrapping in CTL
+CTL;(not) wrapping words
+words;wrapping in CTL
+words;formatting marks
+formatting marks;insert
+formatting marks;no-break space
+formatting marks;non-breaking hyphen
+formatting marks;soft hyphen
+formatting marks;narrow no-break space
+formatting marks;zero-width space
+formatting marks;word joiner
 
 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 no-break space, soft hyphen, 
and zero-width space.
 
+
+  
+
 
-
 No-break space
 Inserts a space 
that will keep bordering characters together on line breaks.
 
@@ -72,4 +81,4 @@
 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
+
diff --git a/source/text/shared/02/0907.xhp 
b/source/text/shared/02/0907.xhp
index bcb31a54fb..4e21096feb 100644
--- a/source/text/shared/02/0907.xhp
+++ b/source/text/shared/02/0907.xhp
@@ -26,10 +26,10 @@
 
 
 
-
 
 
 
+
 Hyperlink
 Opens a dialog that enables you to edit 
hyperlinks.
 
commit 66de4e5a3f8015f2742e7a4c64701769c2d9f33d
Author: Olivier Hallot 
AuthorDate: Wed Nov 1 11:53:48 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Nov 1 20:33:17 2023 +0100

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

+ refactoring of Insert named expressions, Insert Text Box

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

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 7d6e3b4f7f..5dfb8e87fc 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -346,6 +346,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/01/DeleteTable \
 helpcontent2/source/text/shared/01/digitalsignatures \
 helpcontent2/source/text/shared/01/digitalsignaturespdf \
+helpcontent2/source/text/shared/01/DrawText \
 helpcontent2/source/text/shared/01/EntireCell \
 helpcontent2/source/text/shared/01/EntireColumn \
 helpcontent2/source/text/shared/01/EntireRow \
diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index 599499f251..6badbd4001 100644
--- 

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

2023-10-11 Thread Olivier Hallot (via logerrit)
 AllLangHelp_shared.mk |5 ++--
 source/text/scalc/main0101.xhp|   11 +
 source/text/sdraw/main0101.xhp|   12 +++---
 source/text/shared/00/0401.xhp|   19 +++-
 source/text/shared/01/0116.xhp|2 -
 source/text/shared/01/OpenRemote.xhp  |4 +--
 source/text/shared/01/SaveAsRemote.xhp|8 +++---
 source/text/shared/01/SignaturesMenu.xhp  |   35 ++
 source/text/shared/01/signexistingpdf.xhp |   19 ++--
 source/text/swriter/main0101.xhp  |   13 +--
 10 files changed, 91 insertions(+), 37 deletions(-)

New commits:
commit 3dda8f8e1aa70b6a89482e223c021cc0188beef2
Author: Olivier Hallot 
AuthorDate: Tue Oct 10 20:25:57 2023 -0300
Commit: Olivier Hallot 
CommitDate: Wed Oct 11 14:01:42 2023 +0200

tdf#155876 UI cmds Calc (02)

+ refactoring
+ Digital Signature menu

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

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index ff35b3c0b6..ebfdc9d2fd 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -408,6 +408,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/01/SetOptimalColumnWidth \
 helpcontent2/source/text/shared/01/SetOptimalRowHeight \
 helpcontent2/source/text/shared/01/search_commands \
+helpcontent2/source/text/shared/01/SignaturesMenu \
 helpcontent2/source/text/shared/01/SpellOnline \
 helpcontent2/source/text/shared/01/select_template_category \
 helpcontent2/source/text/shared/01/signexistingpdf \
diff --git a/source/text/scalc/main0101.xhp b/source/text/scalc/main0101.xhp
index 8697483d46..5615718030 100644
--- a/source/text/scalc/main0101.xhp
+++ b/source/text/scalc/main0101.xhp
@@ -20,19 +20,17 @@
 
 
   
-File
+File
 /text/scalc/main0101.xhp
   
 
 
 
-
-
 
-
+
 
 File
-These commands apply to the current document, create a document, open 
an existing document, or close the application.
+These commands 
apply to the current document, create a document, open an existing document, or 
close the application.
 
 
 
@@ -46,6 +44,7 @@
 
 
 
+
 
 
 
diff --git a/source/text/sdraw/main0101.xhp b/source/text/sdraw/main0101.xhp
index ade4e7bd6a..9ba8af903c 100644
--- a/source/text/sdraw/main0101.xhp
+++ b/source/text/sdraw/main0101.xhp
@@ -1,7 +1,4 @@
 
-
-
-
 
-
 
 
 
-File
+File
 /text/sdraw/main0101.xhp
 
 
 
 
 File
-This 
menu contains general commands for working with Draw documents, such as create, 
open, close and print. To close $[officename] Draw, click 
Exit.
+This menu contains 
general commands for working with Draw documents, such as create, open, close 
and print. To close $[officename] Draw, click Exit.
 
 
 
diff --git a/source/text/shared/00/0401.xhp 
b/source/text/shared/00/0401.xhp
index 39e39a21fe..32907160f3 100644
--- a/source/text/shared/00/0401.xhp
+++ b/source/text/shared/00/0401.xhp
@@ -389,9 +389,26 @@
 
 
 Choose 
File - Properties - General tab.
+
 
-Choose File - 
Digital Signatures - Sign Existing PDF.
+
+Choose 
File - Digital Signatures - Sign Existing PDF.
+
+Choose 
File - Sign Existing PDF.
+On the 
File menu of the File tab, choose 
Sign Existing PDF.
+
+
+
+
+Icon Sign Existing 
PDF
+
+
+Sign 
Existing PDF
+
+
+
 
+
 
 Choose 
%PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME - 
Security and, in the Certificate Path area, click 
Certificate.
 
diff --git a/source/text/shared/01/0116.xhp 
b/source/text/shared/01/0116.xhp
index 2494711ae7..f7eece7639 100644
--- a/source/text/shared/01/0116.xhp
+++ b/source/text/shared/01/0116.xhp
@@ -28,8 +28,8 @@
   
 
 
+
 
-
 Send
 Sends a copy of 
the current document to different applications.
 
diff --git a/source/text/shared/01/SignaturesMenu.xhp 
b/source/text/shared/01/SignaturesMenu.xhp
new file mode 100644
index 00..1d1d799ad2
--- /dev/null
+++ b/source/text/shared/01/SignaturesMenu.xhp
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+Signature Menu
+/text/shared/01/SignaturesMenu.xhp
+
+
+
+
+
+
+Digital Signature 
Menu
+Opens a menu 
for digital signature commands.
+
+
+
+Choose 
File - Digital Signatures.
+
+
+
+
+
+
+
+
diff --git a/source/text/shared/01/signexistingpdf.xhp 
b/source/text/shared/01/signexistingpdf.xhp
index ea117ecb12..38a3d8e7d4 100644
--- a/source/text/shared/01/signexistingpdf.xhp
+++ b/source/text/shared/01/signexistingpdf.xhp
@@ -11,23 +11,28 @@
 

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

2023-07-23 Thread Olivier Hallot (via logerrit)
 AllLangHelp_shared.mk   |4 +-
 source/text/scalc/main0105.xhp  |2 -
 source/text/sdraw/main_format.xhp   |4 +-
 source/text/shared/00/00040500.xhp  |   51 ++--
 source/text/shared/00/00040501.xhp  |6 +--
 source/text/shared/00/00040502.xhp  |   37 +++-
 source/text/shared/01/0508.xhp  |   11 ++
 source/text/shared/menu/submenu_spacing.xhp |4 +-
 source/text/shared/menu/submenu_text.xhp|4 +-
 source/text/simpress/main_format.xhp|4 +-
 source/text/swriter/main0105.xhp|9 +---
 11 files changed, 77 insertions(+), 59 deletions(-)

New commits:
commit 187dca98f0b3cf280985d399a97c63bfa3f3d489
Author: Olivier Hallot 
AuthorDate: Sun Jul 23 12:22:59 2023 -0300
Commit: Olivier Hallot 
CommitDate: Sun Jul 23 17:47:36 2023 +0200

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

+ refactoring
+ Writer Format menu (part 2)

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

diff --git a/source/text/shared/00/00040501.xhp 
b/source/text/shared/00/00040501.xhp
index 75afef4ab4..05cc1baf0e 100644
--- a/source/text/shared/00/00040501.xhp
+++ b/source/text/shared/00/00040501.xhp
@@ -311,9 +311,9 @@
 
 
 
-Choose Format - 
Align ($[officename] Writer, $[officename] Calc).
-Choose Shape - 
Align (objects selected) ($[officename] Draw).
-Open context menu - 
choose Align (objects selected) ($[officename] Impress, 
$[officename] Draw).
+
+Choose Format 
- Align Text.
+
 
 
 Choose Format - 
Align - Left ($[officename] Writer, $[officename] Calc).
diff --git a/source/text/shared/00/00040502.xhp 
b/source/text/shared/00/00040502.xhp
index 04d2eb5886..56bd350ebd 100644
--- a/source/text/shared/00/00040502.xhp
+++ b/source/text/shared/00/00040502.xhp
@@ -381,13 +381,20 @@
 Choose Format 
- Spacing - Line Spacing: 2.
 
 
+
 Choose Format 
- Align Text - Left.
-Open context menu - 
choose Align - Left.
+
+
+Choose 
Text 
(text 
selected).Home
+
+Select 
Properties - AlignmentParagraph
 deck.
+
+
 
 
 
 
-Icon Align Left
+Icon Align Left
 
 
 Align 
Left
@@ -395,15 +402,19 @@
 
 
 
+
+CommandCtrl
 + L
 
 
+
 Choose Format 
- Align Text - Right.
-Open context menu - 
choose Align - Right.
+
+
 
 
 
 
-Icon Align Right
+Icon Align Right
 
 
 Align 
Right
@@ -411,15 +422,19 @@
 
 
 
+
+CommandCtrl
 + R
 
 
+
 Choose Format 
- Align Text - Centered.
-Open context menu - 
choose Align - Center.
+
+
 
 
 
 
-Icon Centered
+Icon Centered
 
 
 Align 
Center 
HorizontallyCentered
@@ -427,15 +442,19 @@
 
 
 
+
+CommandCtrl
 + C
 
 
+
 Choose Format 
- Align Text - Justified.
-Open context menu - 
choose Align - Justified.
+
+
 
 
 
 
-Icon Justified
+Icon Justified
 
 
 Justified
@@ -443,6 +462,8 @@
 
 
 
+
+CommandCtrl
 + J
 
 Click 
Fontwork icon on Drawing bar.
 
diff --git a/source/text/shared/01/0508.xhp 
b/source/text/shared/01/0508.xhp
index 70c16a9636..be95d461b0 100644
--- a/source/text/shared/01/0508.xhp
+++ b/source/text/shared/01/0508.xhp
@@ -1,6 +1,4 @@
 
-
-
 
-
 
 
 
-Align Text
+Align Text
 /text/shared/01/0508.xhp
 
 
@@ -30,16 +27,16 @@
 
 
 
-
+
   aligning; text
 text; alignment
 
 
 Align 
Text
-Set the 
alignment options for the current text paragraph in its container.
+Set the alignment options for 
the current text paragraph in its container.
 
 
-The container 
can be a text document page, a spreadsheet or table cell, a text box, a drawing 
shape.
+The container can be a text 
document page, a spreadsheet or table cell, a text box, a drawing 
shape.
 
 
   
diff --git 

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

2019-06-11 Thread Gabor Kelemen (via logerrit)
 AllLangHelp_shared.mk   |1 
 source/text/sbasic/shared/01020100.xhp  |  205 ++--
 source/text/shared/02/0117.xhp  |   20 ---
 source/text/shared/02/more_controls.xhp |   60 -
 4 files changed, 20 insertions(+), 266 deletions(-)

New commits:
commit 7eab913ccdb60bfaa2e1fd46b940957773b17825
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 16:52:17 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:24:06 2019 +0200

tdf#112411 (related) No more More Controls toolbar

Show its content as part of the Form Controls toolbar page

Change-Id: I473d095b64a46cf3a7d45a73045215174223931f
Reviewed-on: https://gerrit.libreoffice.org/73712
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 4f51523b5..e1d6e1288 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -499,7 +499,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/02/flowcharts \
 helpcontent2/source/text/shared/02/fontwork \
 helpcontent2/source/text/shared/02/limit \
-helpcontent2/source/text/shared/02/more_controls \
 helpcontent2/source/text/shared/02/paintbrush \
 helpcontent2/source/text/shared/02/querypropdlg \
 helpcontent2/source/text/shared/02/stars \
diff --git a/source/text/shared/02/0117.xhp 
b/source/text/shared/02/0117.xhp
index da6f4778a..fca657909 100644
--- a/source/text/shared/02/0117.xhp
+++ b/source/text/shared/02/0117.xhp
@@ -46,7 +46,6 @@
 controls; select mode
 MW deleted "option field creation", changed "option 
button" to "push button" and "selections;" to "selecting;"
 
-
 Form 
Controls
 The Form Controls 
toolbar contains tools that you need to create an interactive form.
  You can use the toolbar to add controls to a form in a text, 
spreadsheet, presentation, or HTML document, for example a button that runs a 
macro.
@@ -235,10 +234,6 @@
   
 
 
-
-
-More 
ControlsControls bar
-Opens the More 
Controls toolbar.
 
 
 Form 
DesignControls bar
@@ -257,10 +252,7 @@
   
 
 
-Context Menu 
Commandsend of visible part of FORM CONTROLS 
file
-
-now the MORE CONTROLS
-
+Context Menu 
Commands
 
 
 
@@ -547,17 +539,13 @@
   Icon
 
 
-   Creates a Navigation 
bar.
+   Creates a Navigation bar.
 
   
 
 The 
Navigation bar allows you to move through the records of a 
database or a database form. The controls on this Navigation bar 
work the same way as the controls on the default Navigation bar in 
$[officename].
 
-end of MORE CONTROLS bar
-
-
-
-now the Form Design bar
+now the Form Design bar
 
 
 
@@ -573,7 +561,5 @@
   
 
 end of FORM DESIGN bar
-
-
 
 
diff --git a/source/text/shared/02/more_controls.xhp 
b/source/text/shared/02/more_controls.xhp
deleted file mode 100644
index 21e6569b9..0
--- a/source/text/shared/02/more_controls.xhp
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-   
-
-
-
-More Controls
-/text/shared/02/more_controls.xhp
-
-
-Sun Microsystems, Inc.
-
-
-
-
-more controls
-group box creation
-image button creation
-image control creation
-file selection button
-date fields; creating
-time fields; form functions
-numerical fields in forms
-formatted fields; form functions
-currency field creation
-pattern fields; form functions
-table controls; form functions
-grid controls; form functions
-controls; focus
-focus of controls
-forms; focus after opening
-automatic control focus
-spin button creation
-scrollbars;controls
-Navigation bar;controls
-MW deleted "option field creation"
-More Controls
-The More Controls toolbar opens when you click the More Controls icon 
on the Form Controls 
toolbar.
-
-
-
-
commit d884a65408c8d477292c8dab2d17258f25f1322b
Author: Olivier Hallot 
AuthorDate: Fri Jun 7 12:10:38 2019 -0300
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:23:40 2019 +0200

tdf#125763 Remove confusing remark on Variable declarations

Plus, refactor the page layout, eliminating the tables.

Change-Id: I47bf8c479a073ea087923d9952ca586d85392ea0
Reviewed-on: https://gerrit.libreoffice.org/73668
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/01020100.xhp 
b/source/text/sbasic/shared/01020100.xhp
index 54f685dca..8c68531a6 100644
--- a/source/text/sbasic/shared/01020100.xhp
+++ b/source/text/sbasic/shared/01020100.xhp
@@ -49,161 +49,27 @@
 A variable 
name can consist of a maximum of 255 characters. The first character of a 
variable name must be a letter A-Z or a-z. Numbers can also be 
used in a variable name, but punctuation symbols and special characters are not 
permitted, with exception of the underscore character ("_"). In $[officename] 
Basic variable identifiers are not case-sensitive. Variable names may contain 
spaces but must be enclosed in square brackets if they do.
 Examples for 
variable identifiers:
 
-
-  
-
 
-  

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

2017-04-17 Thread Gabor Kelemen
 AllLangHelp_shared.mk |1 
 source/text/shared/optionen/01030300.xhp  |   27 --
 source/text/shared/optionen/securityoptionsdialog.xhp |   73 ++
 source/text/shared/optionen/viewcertificate_d.xhp |6 -
 source/text/shared/optionen/viewcertificate_g.xhp |2 
 5 files changed, 79 insertions(+), 30 deletions(-)

New commits:
commit 1b43d2a89422ccde063fac2dbd5a80c49b36e560
Author: Gabor Kelemen 
Date:   Mon Apr 17 12:06:21 2017 +0200

Fix bookmarks related to the View Certificate window

Change-Id: Iec618b32dcb248db26aa118f21997499cbf6db31
Reviewed-on: https://gerrit.libreoffice.org/36614
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/source/text/shared/optionen/viewcertificate_d.xhp 
b/source/text/shared/optionen/viewcertificate_d.xhp
index aa6bfcd5a..9a7f77c4c 100644
--- a/source/text/shared/optionen/viewcertificate_d.xhp
+++ b/source/text/shared/optionen/viewcertificate_d.xhp
@@ -30,12 +30,12 @@
 
 
 
-
-
+
+
 Details
 
 The Details page of the View Certificate dialog 
displays detailed information about the certificate.
-
+
 Use the value list box to view values and copy them 
to the clipboard.
 
 
diff --git a/source/text/shared/optionen/viewcertificate_g.xhp 
b/source/text/shared/optionen/viewcertificate_g.xhp
index c23b087c5..271a7f5ef 100644
--- a/source/text/shared/optionen/viewcertificate_g.xhp
+++ b/source/text/shared/optionen/viewcertificate_g.xhp
@@ -30,7 +30,7 @@
 
 
 
-
+
 General
 
 The General page of the View Certificate dialog 
displays basic information about the certificate.
commit b20e40b89fc75992c9d790cc36699727d2d866f8
Author: Gabor Kelemen 
Date:   Mon Apr 17 00:56:04 2017 +0200

tdf#105280 Split out Security Options and Warnings help page

This makes the Security options page much cleaner.
Also fix a missing ahelp and some capitalization.

Change-Id: Ie03ed0833fdc01635988846f259249031c3ed405
Reviewed-on: https://gerrit.libreoffice.org/36592
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 0deb8b212..f026b2242 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -831,6 +831,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/optionen/01020300 \
 helpcontent2/source/text/shared/optionen/0103 \
 helpcontent2/source/text/shared/optionen/01030300 \
+helpcontent2/source/text/shared/optionen/securityoptionsdialog \
 helpcontent2/source/text/shared/optionen/01030500 \
 helpcontent2/source/text/shared/optionen/0104 \
 helpcontent2/source/text/shared/optionen/01040200 \
diff --git a/source/text/shared/optionen/01030300.xhp 
b/source/text/shared/optionen/01030300.xhp
index 9936f0a16..0a289e50d 100644
--- a/source/text/shared/optionen/01030300.xhp
+++ b/source/text/shared/optionen/01030300.xhp
@@ -42,32 +42,7 @@
   
 
 Options
-Opens the "Security options and warning" 
dialog.
-The Security options and 
warnings dialog contains the following controls:
-
-When saving or sending
-Select to see 
a warning dialog when you try to save or send a document that contains recorded 
changes, versions, or comments.
-
-When printing
-Select to see 
a warning dialog when you try to print a document that contains recorded 
changes or comments.
-
-When signing
-Select to see 
a warning dialog when you try to sign a document that contains recorded 
changes, versions, fields, references to other sources (for example linked 
sections or linked pictures), or comments.
-
-When creating PDF files
-Select to see a 
warning dialog when you try to export a document to PDF format that displays 
recorded changes in Writer, or that displays comments.
-
-Remove personal information on saving
-Select to 
always remove user data from the file properties. If this option is not 
selected, you can still remove the personal information for the current 
document with the Reset Properties button on File - 
Properties - General.
-
-Recommend password protection on 
saving
-Select to always 
enable the Save with password option in the file save dialogs. 
Deselect the option to save files by default without 
password.
-
-Ctrl-click required to follow 
hyperlinks
-If enabled, you 
must hold down the Ctrl key while clicking a hyperlink to follow that link. If 
not enabled, a click opens the hyperlink.
-
-Block any links from documents not among the trusted locations (see 
Macro Security)
-Blocks the use of links 
pointing to images not in the trusted locations defined on the Trusted 
Sources tab of the Macro Security dialog. This can increase 
security in case you work with documents from untrusted sources (e.g. the 
internet) and are worried about vulnerabilities in image processing software 

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

2017-01-07 Thread Gabor Kelemen
 AllLangHelp_shared.mk|1 
 source/text/shared/optionen/01014000.xhp |   60 ---
 source/text/smath/01/03090100.xhp|3 -
 source/text/smath/01/03090200.xhp|3 -
 source/text/smath/01/03090300.xhp|3 -
 source/text/smath/01/03090400.xhp|3 -
 source/text/smath/01/03090500.xhp|3 -
 source/text/smath/01/03090600.xhp|5 +-
 source/text/smath/01/03090700.xhp|4 +-
 source/text/smath/01/03090800.xhp|3 -
 10 files changed, 10 insertions(+), 78 deletions(-)

New commits:
commit e8d93437e93da580ecb9d46a441b8610900c4f32
Author: Gabor Kelemen 
Date:   Fri Jan 6 22:58:26 2017 +0100

Drop 'Network Identity' page

The corresponding feature was removed in 2012 with
098be920e012a3ae133d23cffdb161a0816d29c4

Change-Id: I40168499dc3d7a9cf8ba308b942bd46445e608fe
Reviewed-on: https://gerrit.libreoffice.org/32801
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 661ecb9..2899038 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -836,7 +836,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/optionen/01011000 \
 helpcontent2/source/text/shared/optionen/01012000 \
 helpcontent2/source/text/shared/optionen/01013000 \
-helpcontent2/source/text/shared/optionen/01014000 \
 helpcontent2/source/text/shared/optionen/0102 \
 helpcontent2/source/text/shared/optionen/01020100 \
 helpcontent2/source/text/shared/optionen/01020300 \
diff --git a/source/text/shared/optionen/01014000.xhp 
b/source/text/shared/optionen/01014000.xhp
deleted file mode 100644
index 5fc8425..000
--- a/source/text/shared/optionen/01014000.xhp
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-   
-
-
-
-Network Identity
-/text/shared/optionen/01014000.xhp
-
-
-Sun Microsystems, Inc.
-
-
-
-
-network identity options
-options; network identity
-single sign on options
-LDAP server; sign on options
-remote configurations
-Configuration Manager
-
-Network Identity
-Sets the options for a remote configuration access to 
your personal $[officename] settings stored on an LDAP server. To see 
this tab page and to use this feature, remote configuration must be active: You 
need an account on an LDAP server that is running and configured to store 
$[officename] user settings.
-
-Using remote configuration, you can start a copy of $[officename] on 
any computer in the network with your own user data and personal 
configuration.link to how-to ldap config, single signon 
how-to, etc
-
-Authentication Method
-Choose your 
security mechanism for access to the LDAP server. Choices are Simple or 
Kerberos.
-
-User name
-Using "simple" 
authentication method, you enter your user name on the LDAP server 
here. Using "Kerberos", you just see your user name, but cannot edit 
it.
-
-Password
-Using "simple" 
authentication method, enter your password for access to the LDAP server 
here. Using "Kerberos", this box is not active.
-
-Save password
-Using 
"simple" authentication method, check this box to make your password 
persistent. If the password is persistent and the same user starts 
$[officename] later on, the user name and password will not be requested again. 
Using "Kerberos", this box is not active.
-The password will be stored encrypted in a file called .ssop in 
your home directory 
-"My Documents" 
folder.
-
-
commit fd44cddea40406cbdde5621e0e25c6c6be3e9955
Author: Gabor Kelemen 
Date:   Fri Jan 6 22:21:04 2017 +0100

test-hid-vs-ui: Fix bookmarks and ahelps to floatingelements.ui

From one of ['source/text/smath/01/03090200.xhp',
'source/text/smath/01/03090400.xhp'], we did not find file
 starmath/uiconfig/smath/ui/floatingelements.ui.
From one of ['source/text/smath/01/03090700.xhp',
'source/text/smath/01/03090500.xhp',
'source/text/smath/01/03090800.xhp',
'source/text/smath/01/03090300.xhp',
'source/text/smath/01/03090600.xhp',
'source/text/smath/01/03090100.xhp'], we did not find file
smath/uiconfig/ui/floatingelements.ui.

File was dropped in 3dfe2fc394ca1e168e800ffcc3ac0f69b4eeb173

Change-Id: I896778156c41755cc1d979e75018e1b9b5806d5b
Reviewed-on: https://gerrit.libreoffice.org/32799
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/source/text/smath/01/03090100.xhp 
b/source/text/smath/01/03090100.xhp
index f9036df..1891b4f 100644
--- a/source/text/smath/01/03090100.xhp
+++ b/source/text/smath/01/03090100.xhp
@@ -57,9 +57,8 @@
 user-defined operators;unary and binary
 
 
-
 Unary/Binary Operators
-You can choose various unary 
and binary operators to build your $[officename] Math formula. Unary refers to 
operators that affect one 

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

2016-11-09 Thread Gabor Kelemen
 AllLangHelp_shared.mk  |1 
 source/text/shared/00/0402.xhp |2 -
 source/text/shared/01/0219.xhp |   47 -
 3 files changed, 50 deletions(-)

New commits:
commit e91a6393a3b573906bd3184cafb5b94bb391af7e
Author: Gabor Kelemen 
Date:   Wed Nov 9 22:37:24 2016 +0100

Edit - Plug-in menu item was removed in 5.2

Change-Id: Ie3df8491c8002abf871c4ed311ef654d5d0b5849
Reviewed-on: https://gerrit.libreoffice.org/30733
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/00/0402.xhp 
b/source/text/shared/00/0402.xhp
index 2c91211..d075eae 100644
--- a/source/text/shared/00/0402.xhp
+++ b/source/text/shared/00/0402.xhp
@@ -247,8 +247,6 @@
 Open context menu of selected frame - choose 
Properties
 
 
-Choose Edit - Plug-in
-
 Choose Edit - ImageMap (also 
in context menu of selected object) 
 
 Choose Edit - ImageMap, 
then select a section of the ImageMap and click Properties - 
Description
commit 42dcc36e303f8b7a5d534fb3163e5c2a647560a3
Author: Gabor Kelemen 
Date:   Wed Nov 9 22:27:48 2016 +0100

Remove a page about plug-ins

This feature was dropped from 5.2

Change-Id: Ia2721ac34c816e11c1ce3982c604bb7af01c6da4
Reviewed-on: https://gerrit.libreoffice.org/30732
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 50cf71c..1c6837a 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -121,7 +121,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/01/0211 \
 helpcontent2/source/text/shared/01/0218 \
 helpcontent2/source/text/shared/01/02180100 \
-helpcontent2/source/text/shared/01/0219 \
 helpcontent2/source/text/shared/01/0220 \
 helpcontent2/source/text/shared/01/02200100 \
 helpcontent2/source/text/shared/01/02200200 \
diff --git a/source/text/shared/01/0219.xhp 
b/source/text/shared/01/0219.xhp
deleted file mode 100644
index a24a3b3..000
--- a/source/text/shared/01/0219.xhp
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-   
-
-
-
-Plug-in
-/text/shared/01/0219.xhp
-
-
-Sun Microsystems, Inc.
-
-
-
-
-plug-ins; activating and 
deactivating
-activating;plug-ins
-deactivating; plug-ins
-
-
-
-Plug-in
-Allows you to edit plug-ins in 
your file. Choose this command to enable or disable this feature. When enabled, 
a check mark appears beside this command, and you find commands to edit the 
plug-in in its context menu. When disabled, you find commands to control the 
plug-in in its context menu.
-
-
-  
-
-
-
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-03-26 Thread Michael Stahl
 AllLangHelp_shared.mk |1 
 source/text/shared/01/0110.xhp|5 -
 source/text/shared/01/01100500.xhp|  125 --
 source/text/shared/01/0222.xhp|2 
 source/text/shared/01/02220100.xhp|5 -
 source/text/shared/01/05020400.xhp|   53 
 source/text/shared/guide/change_title.xhp |4 
 source/text/swriter/01/05060800.xhp   |4 
 8 files changed, 60 insertions(+), 139 deletions(-)

New commits:
commit 341ef992d8fdc702e97274779cf3aa92133c547b
Author: Michael Stahl mst...@redhat.com
Date:   Tue Mar 26 17:18:00 2013 +0100

help: remove Internet tab page documentation

The SfxInternetPage was removed in dbba84906d394187b105b9b899ec10065d2d1fc8

Move documentation of target frames to some Hyperlink page.

Change-Id: Iae453034cb79a8f451a5c34e0f3b76d224e8a6f0

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index d30624b..0f15299 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -90,7 +90,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/01/01100200 \
 helpcontent2/source/text/shared/01/01100300 \
 helpcontent2/source/text/shared/01/01100400 \
-helpcontent2/source/text/shared/01/01100500 \
 helpcontent2/source/text/shared/01/01100600 \
 helpcontent2/source/text/shared/01/0111 \
 helpcontent2/source/text/shared/01/01110101 \
diff --git a/source/text/shared/01/0110.xhp 
b/source/text/shared/01/0110.xhp
index 9e9df7c..bd534ad 100644
--- a/source/text/shared/01/0110.xhp
+++ b/source/text/shared/01/0110.xhp
@@ -40,7 +40,6 @@
 embed href=text/shared/01/01100200.xhp#dokument/
 embed href=text/shared/01/01100100.xhp#beschreibung/
 embed href=text/shared/01/01100300.xhp#benutzer/
-embed href=text/shared/01/01100500.xhp#internet/
 embed href=text/shared/01/01100600.xhp#security/
 switch select=appl
 case select=WRITER
diff --git a/source/text/shared/01/01100500.xhp 
b/source/text/shared/01/01100500.xhp
deleted file mode 100644
index c6115f1..000
--- a/source/text/shared/01/01100500.xhp
+++ /dev/null
@@ -1,125 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-
-
-!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the License); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- --
-   
-helpdocument version=1.0
-meta
-topic id=textshared0101100500xml indexer=include status=PUBLISH
-title id=tit xml-lang=en-USInternet/title
-filename/text/shared/01/01100500.xhp/filename
-/topic
-history
-created date=2003-10-31T00:00:00Sun Microsystems, Inc./created
-lastedited date=2006-02-24T11:57:17converted from old format - 
fpe/lastedited
-/history
-/meta
-body
-section id=internet
-bookmark xml-lang=en-US branch=index 
id=bm_id3145669bookmark_valueauto reloading HTML documents/bookmark_value
-bookmark_valuereloading; HTML documents, automatically/bookmark_value
-bookmark_valueloading; HTML documents, automatically/bookmark_value
-bookmark_valueHTML documents; auto reloading/bookmark_value
-/bookmark
-bookmark xml-lang=en-US 
branch=hid/sfx2/ui/internetinfopage/InternetInfoPage id=bm_id3155069 
localize=false/
-paragraph role=heading id=hd_id3147588 xml-lang=en-US level=1 
l10n=U oldref=1link href=text/shared/01/01100500.xhp 
name=InternetInternet/link/paragraph
-paragraph role=paragraph id=par_id3148731 xml-lang=en-US l10n=U 
oldref=2ahelp hid=sfx2/ui/internetinfopage/InternetInfoPageSets the 
refresh and redirect options for an HTML page./ahelp/paragraph
-/section
-section id=howtoget
-  embed href=text/shared/00/0401.xhp#info6/
-/section
-bookmark xml-lang=en-US branch=hid/sfx2/ui/internetinfopage/noautoupdate 
id=bm_id3149798 localize=false/
-paragraph role=heading id=hd_id3156027 xml-lang=en-US level=2 
l10n=U oldref=26Do not refresh automatically/paragraph
-paragraph role=paragraph id=par_id3152924 xml-lang=en-US l10n=U 
oldref=27ahelp hid=sfx2/ui/internetinfopage/noautoupdateUser must 
refresh the page manually./ahelp/paragraph
-bookmark xml-lang=en-US branch=hid/sfx2/ui/internetinfopage/reloadupdate 
id=bm_id3153577 localize=false/
-paragraph role=heading id=hd_id3145669 xml-lang=en-US level=2 
l10n=U oldref=5Refresh this document/paragraph
-paragraph 

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

2013-03-04 Thread Zolnai Tamás
 AllLangHelp_shared.mk |2 +
 source/text/shared/02/limit.xhp   |   26 ++
 source/text/shared/02/querypropdlg.xhp|   39 ++
 source/text/shared/explorer/database/02010100.xhp |3 +
 4 files changed, 70 insertions(+)

New commits:
commit 80057f99f605bb833eaa93a6cfc21b593a302783
Author: Zolnai Tamás r...@linux-dre0.site
Date:   Sun Mar 3 00:47:05 2013 +0100

Add help for Limit

Change-Id: I15ae938b8e07298191246231b00efae0c1315a74

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 86043e5..d30624b 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -493,6 +493,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/02/colortoolbar \
 helpcontent2/source/text/shared/02/flowcharts \
 helpcontent2/source/text/shared/02/fontwork \
+helpcontent2/source/text/shared/02/limit \
 helpcontent2/source/text/shared/02/more_controls \
 helpcontent2/source/text/shared/02/paintbrush \
 helpcontent2/source/text/shared/02/querypropdlg \
diff --git a/source/text/shared/02/limit.xhp b/source/text/shared/02/limit.xhp
new file mode 100644
index 000..297c0eb
--- /dev/null
+++ b/source/text/shared/02/limit.xhp
@@ -0,0 +1,26 @@
+?xml version=1.0 encoding=UTF-8?
+helpdocument version=1.0
+
+!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+--
+
+meta
+topic id=textshared02limitxml indexer=include
+title id=tit xml-lang=en-USLimit/title
+filename/text/shared/02/limit.xhp/filename
+/topic
+/meta
+body
+bookmark xml-lang=en-US branch=index 
id=bm_id3149991bookmark_valueSQL; LIMIT clause/bookmark_value
+/bookmark
+paragraph role=heading id=hd_id3149991 xml-lang=en-US 
level=1Limit/paragraph
+bookmark xml-lang=en-US branch=hid/.uno:DBLimit id=bm_id3147588 
localize=false/
+paragraph role=paragraph id=par_id3154894 xml-lang=en-USahelp 
hid=.Expands the created select statement of the link 
href=text/shared/explorer/database/02010100.xhp name=SQL QuerySQL 
Query/link by the LIMIT X clause/ahelp. This can be used to limit your SQL 
Query results to those that fall within the the first X number of 
it./paragraph
+/body
+/helpdocument
diff --git a/source/text/shared/explorer/database/02010100.xhp 
b/source/text/shared/explorer/database/02010100.xhp
index fb3990f..2a832d1 100644
--- a/source/text/shared/explorer/database/02010100.xhp
+++ b/source/text/shared/explorer/database/02010100.xhp
@@ -313,6 +313,9 @@
 paragraph role=paragraph id=par_id3150436 xml-lang=en-US l10n=U 
oldref=159For example, if the name Smith occurs several times in your 
address database, you can choose theemph Distinct Values/emph command to 
specify in the query that the name Smith will occur only once./paragraph
 paragraph role=paragraph id=par_id3152352 xml-lang=en-US l10n=U 
oldref=160For a query involving several fields, the combination of values 
from all fields must be unique so that the result can be formed from a specific 
record. For example, you have Smith in Chicago once in your address book and 
Smith in London twice. With theemph Distinct Values/emph command, the 
query will use the two fields last name and city and return the query 
result Smith in Chicago once and Smith in London once./paragraph
 paragraph role=paragraph id=par_id3149825 xml-lang=en-US l10n=U 
oldref=161In SQL, this command corresponds to the DISTINCT 
predicate./paragraph
+paragraph role=heading id=hd_id3153290 xml-lang=en-US 
level=3Limit/paragraph
+paragraph role=paragraph id=par_id3147501 xml-lang=en-USahelp 
hid=HID_QRYDGN_ROW_FUNCTIONAllows you to maximize the number of records with 
which query returns./ahelp/paragraph
+paragraph role=paragraph id=par_id3152350 xml-lang=en-USIf there is 
added a emphLimit/emph, you will get at most as many rows as the number you 
specify. Otherwise, you will see all records corresponding to the query 
criteria./paragraph
 paragraph role=heading id=hd_id3148926 xml-lang=en-US level=3 
l10n=U oldref=37Formulating filter conditions/paragraph
 section id=abfragekriterien
 paragraph role=paragraph id=par_id3153162 xml-lang=en-US l10n=U 
oldref=38When formulating filter conditions, various operators and commands 
are available to you. Apart from the relational operators, there are 
SQL-specific commands that query the content of database fields. If you use 
these commands in the $[officename] syntax, $[officename] automatically 
converts these into the corresponding SQL syntax. You can also enter the SQL 
command directly. The following tables give an overview of the operators and 
commands:/paragraph
commit 8274992b1f66d9fb5766afd9fc427038f64de5e0
Author: Zolnai Tamás zolnaitamas2...@gmail.com
Date:   Fri Mar 1