[Libreoffice-commits] core.git: extras/CustomTarget_templates.mk extras/CustomTarget_tpldraw.mk extras/CustomTarget_tplofficorr.mk extras/CustomTarget_tploffimisc.mk extras/CustomTarget_tplpersonal.mk

2022-10-14 Thread Laurent BP (via logerrit)
 Repository.mk  |6 --
 extras/CustomTarget_templates.mk   |  105 +
 extras/CustomTarget_tpl_styles.mk  |   60 -
 extras/CustomTarget_tpldraw.mk |   53 --
 extras/CustomTarget_tplofficorr.mk |   60 -
 extras/CustomTarget_tploffimisc.mk |   56 ---
 extras/CustomTarget_tplpersonal.mk |   60 -
 extras/Module_extras.mk|   12 
 extras/Package_templates.mk|   24 
 extras/Package_tpl_styles.mk   |   18 --
 extras/Package_tpldraw.mk  |   16 -
 extras/Package_tplofficorr.mk  |   17 -
 extras/Package_tploffimisc.mk  |   16 -
 extras/Package_tplpersonal.mk  |   17 -
 14 files changed, 132 insertions(+), 388 deletions(-)

New commits:
commit 949d095eed47fdf8b320fdcff5a8dbdc92cd5d6c
Author: Laurent BP 
AuthorDate: Thu Jul 21 12:38:11 2022 +0200
Commit: Michael Stahl 
CommitDate: Fri Oct 14 10:48:19 2022 +0200

Merge makefiles of Writer and Draw templates

Simplify the list of files in the same way as for wizard templates

Change-Id: If93374de161b670a96b9d2447f03f29d8c085efa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141274
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/Repository.mk b/Repository.mk
index 7c3de2595dfd..0ff1f9aac413 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -951,12 +951,8 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
extras_persona_pink \
extras_persona_sand \
extras_persona_white \
-   extras_tplofficorr \
-   extras_tploffimisc \
+   extras_templates \
extras_tplpresnt \
-   extras_tpl_styles \
-   extras_tpldraw \
-   extras_tplpersonal \
extras_tplwizbitmap \
extras_tplwizdesktop \
extras_tplwizard \
diff --git a/extras/CustomTarget_templates.mk b/extras/CustomTarget_templates.mk
new file mode 100644
index ..3b7e8884f488
--- /dev/null
+++ b/extras/CustomTarget_templates.mk
@@ -0,0 +1,105 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# 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/.
+#
+
+$(eval $(call gb_CustomTarget_CustomTarget,extras/source/templates))
+
+# # for OTT templates: mimetype, styles.xml, META-INF/manifest.xml and
+# Thumbnails/thumbnail.png files are automatically added for each template
+# # for OTG templates: mimetype, content.xml, styles.xml, 
META-INF/manifest.xml and
+# Thumbnails/thumbnail.png files are automatically added for each template
+# list of meta.xml files (one per template) + other files (content.xml, 
manifest.rdf, settings.xml, pictures...)
+extras_TEMPLATES_XMLFILES := \
+   officorr/Modern_business_letter_sans_serif/meta.xml \
+   officorr/Modern_business_letter_serif/meta.xml \
+   offimisc/Businesscard-with-logo/meta.xml \
+   personal/CV/meta.xml \
+   personal/Resume1page/meta.xml \
+   styles/Default/meta.xml \
+   styles/Modern/meta.xml \
+   styles/Simple/meta.xml \
+   officorr/Modern_business_letter_sans_serif/content.xml \
+   officorr/Modern_business_letter_serif/content.xml \
+   offimisc/Businesscard-with-logo/content.xml \
+   personal/CV/content.xml \
+   personal/Resume1page/content.xml \
+   officorr/Modern_business_letter_sans_serif/manifest.rdf \
+   officorr/Modern_business_letter_serif/manifest.rdf \
+   offimisc/Businesscard-with-logo/manifest.rdf \
+   personal/CV/manifest.rdf \
+   personal/Resume1page/manifest.rdf \
+   offimisc/Businesscard-with-logo/settings.xml \
+   
offimisc/Businesscard-with-logo/Pictures/120101F400A0108F3F06.png \
+   draw/bpmn/meta.xml \
+
+# param: style-base (e.g. Modern)
+extras_TEMPLATES_XMLFILES_RELATIVE = $(subst $(1)/,,$(filter 
$(1)/%,$(extras_TEMPLATES_XMLFILES)))
+
+.SECONDEXPANSION:
+# secondexpansion since the patterns not just cover a filename portion, but 
also include a
+# directory portion with different number of elements
+# copy regular files (mimetype, *.jpg, *.png, *.rdf, *.svg, *.svm, …)
+$(call gb_CustomTarget_get_workdir,extras/source/templates)/% : 
$(SRCDIR)/extras/source/templates/% \
+| $$(dir $(call 
gb_CustomTarget_get_workdir,extras/source/templates)/$$*).dir
+   $(call gb_Output_announce,templates/$*,$(true),CPY,1)
+   $(call gb_Trace_StartRange,templates/$*,CPY)
+   cp $< $@
+   $(call gb_Trace_EndRange,templates/$*,CPY)
+
+# test and copy xml files
+$(call gb_CustomTarget_get_workdir,extras/source/templates)/%.xml : 
$(SRCDIR)/extras/source/templates/%.xml \
+| $(call gb_ExternalExecutable_get_dependencies,xsltproc) \
+

[Libreoffice-commits] core.git: extras/CustomTarget_tplpresnt.mk

2022-10-14 Thread Laurent BP (via logerrit)
 extras/CustomTarget_tplpresnt.mk |  310 ++-
 1 file changed, 116 insertions(+), 194 deletions(-)

New commits:
commit dcff848b6ad04c4fe7b6456a3658357e84033b6d
Author: Laurent BP 
AuthorDate: Fri Jul 22 16:31:30 2022 +0200
Commit: Michael Stahl 
CommitDate: Fri Oct 14 10:47:34 2022 +0200

Improve makefile of Impress templates

Simplify the list of files in the same way as for wizard templates

Change-Id: I38258dd0d06940acbf47e6cffbb76924e7d5466e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137364
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/extras/CustomTarget_tplpresnt.mk b/extras/CustomTarget_tplpresnt.mk
index 06b7e2990905..aae85581bd50 100644
--- a/extras/CustomTarget_tplpresnt.mk
+++ b/extras/CustomTarget_tplpresnt.mk
@@ -9,200 +9,111 @@
 
 $(eval $(call gb_CustomTarget_CustomTarget,extras/source/templates/presnt))
 
+# # for OTP templates: mimetype, content.xml, styles.xml, 
META-INF/manifest.xml and
+# Thumbnails/thumbnail.png files are automaticaly added for each template
+# list of meta.xml files (one per template) + other files (content.xml, 
manifest.rdf, settings.xml, pictures...)
 extras_PRESENTATIONS_XMLFILES := \
-   Beehive/content.xml \
-   Beehive/META-INF/manifest.xml \
-   Beehive/meta.xml \
-   Beehive/styles.xml \
-   Beehive/Thumbnails/thumbnail.png \
-   Blue_Curve/content.xml \
-   Blue_Curve/META-INF/manifest.xml \
-   Blue_Curve/meta.xml \
-   Blue_Curve/styles.xml \
-   Blue_Curve/Thumbnails/thumbnail.png \
-   Blueprint_Plans/content.xml \
-   Blueprint_Plans/META-INF/manifest.xml \
-   Blueprint_Plans/meta.xml \
-   Blueprint_Plans/Pictures/1058001F99D2A38C014B254B.png \
-   Blueprint_Plans/Pictures/133C026D847ACE982C6E20B6.png \
-   Blueprint_Plans/Pictures/1422031A5C2E04AB7C51FB60.png \
-   Blueprint_Plans/Pictures/1201050002D03918081590A75FCF.png \
-   Blueprint_Plans/Pictures/1201050002D0F25E20EA381A5EBD.png \
-   Blueprint_Plans/styles.xml \
-   Blueprint_Plans/Thumbnails/thumbnail.png \
-   Candy/content.xml \
-   Candy/META-INF/manifest.xml \
-   Candy/meta.xml \
-   Candy/styles.xml \
-   Candy/Thumbnails/thumbnail.png \
-   Candy/Pictures/14A80500DD5BB9FFED422172.png \
-   Candy/Pictures/1500050014DEA376B6E67205.png \
-   Candy/Pictures/178004383B6CE268A9802A07.png \
-   Candy/Pictures/1780043870026B1FACED0D1B.png \
-   Candy/Pictures/1201070E007A072587FC46AD7996.png \
-   Candy/Pictures/120107810028E4140FADDA6D818B.png \
-   DNA/content.xml \
-   DNA/META-INF/manifest.xml \
-   DNA/meta.xml \
-   DNA/styles.xml \
-   DNA/Thumbnails/thumbnail.png \
-   Focus/content.xml \
-   Focus/META-INF/manifest.xml \
-   Focus/meta.xml \
-   Focus/styles.xml \
-   Focus/Thumbnails/thumbnail.png \
-   Forestbird/content.xml \
-   Forestbird/META-INF/manifest.xml \
-   Forestbird/meta.xml \
-   Forestbird/styles.xml \
-   Forestbird/Thumbnails/thumbnail.png \
-   Grey_Elegant/meta.xml \
-   Grey_Elegant/styles.xml \
-   Grey_Elegant/content.xml \
-   Grey_Elegant/META-INF/manifest.xml \
-   Grey_Elegant/Thumbnails/thumbnail.png \
-   Grey_Elegant/Pictures/120100190019CA03B954885E470D.png \
-   Grey_Elegant/Pictures/100700075D9D31963C8C0E25.jpg \
-   Grey_Elegant/Pictures/100700076677E5BE1EDAF335.jpg \
-   Grey_Elegant/Pictures/11E00295029531405702AAD800D0.svg \
-   Grey_Elegant/Pictures/12010330026455AC9786240DB2F8.png \
-   Grey_Elegant/Pictures/125102950295D9236A158400ED63.svg \
-   Grey_Elegant/Pictures/11090295029599843C084F54196C.svg \
-   Grey_Elegant/Pictures/128002950295458C6106AED5C839.svg \
-   Grey_Elegant/Pictures/1000DC81A5787C20AABC768B7E7ACB30.svg \
-   Grey_Elegant/Pictures/12010087001D01E2F59468D22926.png \
-   Grey_Elegant/Pictures/120100190019B19ADF33FD67D860.png \
-   Grey_Elegant/Pictures/1201001900194F0EE08BB7018624.png \
-   Grey_Elegant/Pictures/12010019001967D610D5BD5B9486.png \
-   Grey_Elegant/Pictures/12010019001945D72F17575B71B4.png \
-   Grey_Elegant/Pictures/1192019230489F7A89351262.jpg \
-   Grey_Elegant/Pictures/12CA02950295A190AE1D987B676B.svg \
-   Growing_Liberty/meta.xml \
-   Growing_Liberty/styles.xml \
-   Growing_Liberty/content.xml \
-   Growing_Liberty/META-INF/manifest.xml \
-   Growing_Liberty/Thumbnails/thumbnail.png \
-   Growing_Liberty/Pictures/120101F1029333ED1BC48076B5C4.png \
-

[Libreoffice-commits] core.git: sc/qa

2022-09-22 Thread Laurent BP (via logerrit)
 sc/qa/uitest/calc_tests/goToSheet.py |   64 +++
 1 file changed, 64 insertions(+)

New commits:
commit 7251b2ecd728bb6bd1af4cc4199da3f06e2e1ca3
Author: Laurent BP 
AuthorDate: Sat Jun 11 10:08:58 2022 +0200
Commit: Xisco Fauli 
CommitDate: Thu Sep 22 15:53:27 2022 +0200

tdf#129674 "Go to Sheet" UITest

Add UITest to new dialog
   Sheet > Navigate > Go to Sheet
Check search entry behavior

Change-Id: I4b22328f24744ba554320c65ef95c20eb35dfe3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135632
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/uitest/calc_tests/goToSheet.py 
b/sc/qa/uitest/calc_tests/goToSheet.py
new file mode 100644
index ..ab2311374b71
--- /dev/null
+++ b/sc/qa/uitest/calc_tests/goToSheet.py
@@ -0,0 +1,64 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# 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/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_state_as_dict
+from libreoffice.uno.propertyvalue import mkPropertyValues
+
+class goToSheet(UITestCase):
+def test_go_to_sheet(self):
+with self.ui_test.create_doc_in_start_center("calc") as document:
+
+xCalcDoc = self.xUITest.getTopFocusWindow()
+xGridWindow = xCalcDoc.getChild("grid_window")
+
+for i in range(3):
+with 
self.ui_test.execute_dialog_through_command(".uno:Insert"):
+pass
+
+with 
self.ui_test.execute_dialog_through_command(".uno:RenameTable") as 
xDialogRename:
+xname_entry = xDialogRename.getChild("name_entry")
+xname_entry.executeAction("TYPE", 
mkPropertyValues({"TEXT":"NewName"}))
+
+with 
self.ui_test.execute_dialog_through_command(".uno:JumpToTable") as 
xDialogGoToSheet:
+xentry_mask = xDialogGoToSheet.getChild("entry-mask")
+xtree_view = xDialogGoToSheet.getChild("treeview")
+
+# Empty mask lists all sheets
+self.assertEqual(get_state_as_dict(xtree_view)["Children"], 
"4")
+
+# None sheet contains 'E': Search entry is case sensitive
+xentry_mask.executeAction("TYPE", 
mkPropertyValues({"TEXT":"E"}))
+self.assertEqual(get_state_as_dict(xtree_view)["Children"], 
"0")
+
+xentry_mask.executeAction("TYPE", 
mkPropertyValues({"KEYCODE":"BACKSPACE"}))
+self.assertEqual(get_state_as_dict(xtree_view)["Children"], 
"4")
+
+# All sheets contains 'e'
+xentry_mask.executeAction("TYPE", 
mkPropertyValues({"TEXT":"e"}))
+self.assertEqual(get_state_as_dict(xtree_view)["Children"], 
"4")
+
+# List Sheet3, Sheet2 and Sheet1
+xentry_mask.executeAction("TYPE", 
mkPropertyValues({"TEXT":"e"}))
+self.assertEqual(get_state_as_dict(xtree_view)["Children"], 
"3")
+
+#if no name selected, active sheet remains unchanged
+self.assertEqual(get_state_as_dict(xGridWindow)["SelectedTable"], 
"0")
+
+with 
self.ui_test.execute_dialog_through_command(".uno:JumpToTable") as 
xDialogGoToSheet:
+xentry_mask = xDialogGoToSheet.getChild("entry-mask")
+xtree_view = xDialogGoToSheet.getChild("treeview")
+# List Sheet3, Sheet2 and Sheet1
+xentry_mask.executeAction("TYPE", 
mkPropertyValues({"TEXT":"ee"}))
+self.assertEqual(get_state_as_dict(xtree_view)["Children"], 
"3")
+# Select Sheet2
+xtree_view.getChild('1').executeAction("SELECT", tuple())
+
+self.assertEqual(get_state_as_dict(xGridWindow)["SelectedTable"], 
"2")
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Vivid/styles.xml |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3274fd1b9bfd04ca018c98084689cb9a810a350b
Author: Laurent BP 
AuthorDate: Sun Sep 11 18:14:19 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 20:11:27 2022 +0200

tdf#135060 Modify Vivid template

Remove language (to get automaticaly user language)
Restore same font size for Asian and complex font
When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: Iea38c1e235967c7f8d47d6a4419aec62ff4e9a33
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139779
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Vivid/styles.xml 
b/extras/source/templates/presnt/Vivid/styles.xml
index 1419f7b50420..b080b561b2b9 100644
--- a/extras/source/templates/presnt/Vivid/styles.xml
+++ b/extras/source/templates/presnt/Vivid/styles.xml
@@ -23,7 +23,7 @@
   
 
   
-  
+  
 
 
   
@@ -369,7 +369,7 @@
   
 
   
-  
+  
 
 
   
@@ -797,8 +797,8 @@
   
   
 
-
-  
+
+  
 
 
   


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Sunset/styles.xml |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 84cfd8c856e5d564e33b93cf3f8cf6ffe3df3793
Author: Laurent BP 
AuthorDate: Sun Sep 11 17:27:45 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 20:09:59 2022 +0200

tdf#135060 Modify Sunset template

Remove gradient of hidden rectangle
When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: I06c85be58593b63f55b3f61100a431f5ccf8c0c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139776
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Sunset/styles.xml 
b/extras/source/templates/presnt/Sunset/styles.xml
index 37439484cc5b..5cced0cab123 100644
--- a/extras/source/templates/presnt/Sunset/styles.xml
+++ b/extras/source/templates/presnt/Sunset/styles.xml
@@ -387,14 +387,14 @@
   
   
 
-
-  
+
+  
 
-
-  
+
+  
 
-
-  
+
+  
 
 
   


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Piano/styles.xml |9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

New commits:
commit 2f76e7baba6e86ab2eee493e432d6bf8932f07c5
Author: Laurent BP 
AuthorDate: Sun Sep 11 18:37:09 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:52:44 2022 +0200

tdf#135060 Modify Piano template

Remove useless rectangle
Force fill color to black
When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: I69f746f4391063e3e2ff8bffcdf1953bc6e7aaa6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139780
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Piano/styles.xml 
b/extras/source/templates/presnt/Piano/styles.xml
index 3c62c0b85a95..ad98eaa1931f 100644
--- a/extras/source/templates/presnt/Piano/styles.xml
+++ b/extras/source/templates/presnt/Piano/styles.xml
@@ -572,10 +572,7 @@
   
 
 
-  
-
-
-  
+  
 
 
   
@@ -816,10 +813,6 @@
   
 
   
-  
-
-
-  
   
 
 


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Beehive/content.xml |3 
 extras/source/templates/presnt/Beehive/styles.xml  |  170 ++---
 2 files changed, 91 insertions(+), 82 deletions(-)

New commits:
commit 4ae293276133a12a8251585b6a37896907bbd67e
Author: Laurent BP 
AuthorDate: Wed Sep 7 09:17:19 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:37:19 2022 +0200

tdf#135060 Modify BeeHive template

When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: I97b8ed1ed3a9ba7f07ecbfed6dffb0938d10d4c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139552
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Beehive/content.xml 
b/extras/source/templates/presnt/Beehive/content.xml
index 7c115ee12997..4c09453ca0de 100644
--- a/extras/source/templates/presnt/Beehive/content.xml
+++ b/extras/source/templates/presnt/Beehive/content.xml
@@ -43,7 +43,8 @@
 
   
   
-
+
+
   
   
   
diff --git a/extras/source/templates/presnt/Beehive/styles.xml 
b/extras/source/templates/presnt/Beehive/styles.xml
index d25f609a112b..149912bb89f3 100644
--- a/extras/source/templates/presnt/Beehive/styles.xml
+++ b/extras/source/templates/presnt/Beehive/styles.xml
@@ -599,6 +599,14 @@
   
   
 
+
+  
+  
+
+
+  
+  
+
 
   
   
@@ -791,7 +799,7 @@
 
 
   
-  
+  
 
 
   
@@ -822,7 +830,7 @@
   
 
   
-  
+  
 
 
   
@@ -853,7 +861,7 @@
   
 
   
-  
+  
 
 
   
@@ -884,7 +892,7 @@
   
 
   
-  
+  
 
 
   
@@ -915,7 +923,7 @@
   
 
   
-  
+  
 
 
   
@@ -946,7 +954,7 @@
   
 
   
-  
+  
 
 
   
@@ -977,7 +985,7 @@
   
 
   
-  
+  
 
 
   
@@ -1008,7 +1016,7 @@
   
 
   
-  
+  
 
 
   
@@ -1039,7 +1047,7 @@
   
 
   
-  
+  
 
 
   
@@ -1070,7 +1078,7 @@
   
 
   
-  
+  
 
 
   
@@ -1101,7 +1109,7 @@
   
 
   
-  
+  
 
 
   
@@ -1132,7 +1140,7 @@
   
 
   
-  
+  
 
 
   
@@ -1163,7 +1171,7 @@
   
 
   
-  
+  
 
 
   
@@ -1194,7 +1202,7 @@
   
 
   
-  
+  
 
 
   
@@ -1225,7 +1233,7 @@
   
 
   
-  
+  
 
 
   
@@ -1256,7 +1264,7 @@
   
 
   
-  
+  
 
 
   
@@ -1287,7 +1295,7 @@
   
 
   
-  
+  
 
 
   
@@ -1318,7 +1326,7 @@
   
 
   
-  
+  
 
 
   
@@ -1349,7 +1357,7 @@
   
 
   
-  
+  
 
 
   
@@ -1380,7 +1388,7 @@
   
 
   
-  
+  
 
 
   
@@ -1411,7 +1419,7 @@
   
 
   
-  
+  
 
 
   
@@ -1442,7 +1450,7 @@
   
 
   
-  
+  
 
 
   
@@ -1473,7 +1481,7 @@
   
 
   
-  
+  
 
 
   
@@ -1504,7 +1512,7 @@
   
 
   
-  
+  
 
 
   
@@ -1535,7 +1543,7 @@
   
 
   
-  
+  
 
 
   
@@ -1566,7 +1574,7 @@
   
 
   
-  
+  
 
 
   
@@ -1597,7 +1605,7 @@
   
 
   
-  
+  
 
 
   
@@ -1628,7 +1636,7 @@
   
 
   
-  
+  
 
 
   
@@ -1659,7 +1667,7 @@
   
 
   
-  
+  
 
 
   
@@ -1690,7 +1698,7 @@
   
 
   
-  
+  
 
 
   
@@ -1722,7 +1730,7 @@
 
   
   
-
+
   
   
 
@@ -1753,7 +1761,7 @@
 
   
 
-
+
   
   
 
@@ -1784,7 +1792,7 @@
 
   
 
-
+
   
   
 
@@ -1815,7 +1823,7 @@
 
   
 
-
+
   
   
 

[Libreoffice-commits] core.git: 2 commits - extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Focus/styles.xml   |   14 +++---
 extras/source/templates/presnt/Inspiration/styles.xml |   11 ++-
 2 files changed, 13 insertions(+), 12 deletions(-)

New commits:
commit 38160bc630567aa5d1384528516983ec17866edb
Author: Laurent BP 
AuthorDate: Thu Sep 8 09:21:02 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:36:55 2022 +0200

tdf#135060 Modify Inspiration template

When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: Iec0e87de4fa9f6cead971a97690bc17b62526a72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139631
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Inspiration/styles.xml 
b/extras/source/templates/presnt/Inspiration/styles.xml
index 5f0ee10d8015..1060504377dc 100644
--- a/extras/source/templates/presnt/Inspiration/styles.xml
+++ b/extras/source/templates/presnt/Inspiration/styles.xml
@@ -384,8 +384,8 @@
 
   
 
-
-  
+
+  
 
 
   
@@ -396,8 +396,8 @@
 
   
 
-
-  
+
+  
 
 
   
@@ -406,7 +406,8 @@
   
 
 
-  
+  
+  
 
 
   
commit a4226f8afc6c2e6026581b41f2149024f04cdf04
Author: Laurent BP 
AuthorDate: Sun Sep 11 13:35:50 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:36:35 2022 +0200

tdf#135060 Modify Focus template

When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.
Correct attribute error for asian font size

Change-Id: I6d1c8be24a156bce72a09604ab013fc0800b9f80
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139767
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Focus/styles.xml 
b/extras/source/templates/presnt/Focus/styles.xml
index 447ef721b2e4..4d631baec3c1 100644
--- a/extras/source/templates/presnt/Focus/styles.xml
+++ b/extras/source/templates/presnt/Focus/styles.xml
@@ -778,7 +778,7 @@
 
   
   
-  
+  
 
 
   
@@ -934,22 +934,22 @@
   
 
 
-  
+ 
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
   


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Forestbird/styles.xml |   67 ++-
 1 file changed, 23 insertions(+), 44 deletions(-)

New commits:
commit f4adc07f4ab5f44b4bf60ae01e508d7c29682790
Author: Laurent BP 
AuthorDate: Sun Sep 11 13:28:57 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:35:28 2022 +0200

tdf#135060 Modify Forestbird template

When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.
Same style for all objects
Remove unused styles

Change-Id: I7c00d20c06a0169b76dc76829798588a403bc3f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139766
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Forestbird/styles.xml 
b/extras/source/templates/presnt/Forestbird/styles.xml
index ab83aa9b6277..48ecd4b31c1f 100644
--- a/extras/source/templates/presnt/Forestbird/styles.xml
+++ b/extras/source/templates/presnt/Forestbird/styles.xml
@@ -916,33 +916,12 @@
   
   
 
-
-  
+
+  
 
 
   
 
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
 
   
   
@@ -1403,11 +1382,11 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -1424,7 +1403,7 @@
   
 
   
-  
+  
 
 
   
@@ -1441,7 +1420,7 @@
   
 
   
-  
+  
 
 
   
@@ -1458,7 +1437,7 @@
   
 
   
-  
+  
 
 
   
@@ -1475,11 +1454,11 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -1496,7 +1475,7 @@
   
 
   
-  
+  
 
 
   
@@ -1513,7 +1492,7 @@
   
 
   
-  
+  
 
 
   
@@ -1626,7 +1605,7 @@
   
 
 
-  
+  
 
 
   
@@ -1660,11 +1639,11 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -1681,7 +1660,7 @@
   
 
   
-  
+  
 
 
   
@@ -1698,7 +1677,7 @@
   
 
   
-  
+  
 
 
   
@@ -1715,7 +1694,7 @@
   
 
   
-  
+  
 
 
   
@@ -1732,11 +1711,11 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -1753,7 +1732,7 @@
   
 
   
-  
+  
 
 
   
@@ -1770,7 +1749,7 @@
   
 
   
-  
+  
 
 
   
@@ -1886,7 +1865,7 @@
   
 
 
-  
+  
 
 
   
@@ -2085,7 +2064,7 @@
   
 
 
-  
+  
 
 
   


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Blue_Curve/styles.xml |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9242e6f49647a4247967ceb3a621a27d0a4e021c
Author: Laurent BP 
AuthorDate: Sun Sep 11 13:39:04 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:34:36 2022 +0200

tdf#135060 Modify Blue_Curve template

When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: I5cd01b882c45b46bc798c2c04a1df8b0eab01226
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139768
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Blue_Curve/styles.xml 
b/extras/source/templates/presnt/Blue_Curve/styles.xml
index 32c119db98e8..f4820820481f 100644
--- a/extras/source/templates/presnt/Blue_Curve/styles.xml
+++ b/extras/source/templates/presnt/Blue_Curve/styles.xml
@@ -569,8 +569,8 @@
   
   
 
-
-  
+
+  
 
 
   


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/DNA/styles.xml |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 531652352b3be6504c2f68ba4220edc7c236cb01
Author: Laurent BP 
AuthorDate: Sun Sep 11 16:46:18 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:33:41 2022 +0200

tdf#135060 Modify DNA template

When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: I6bcbcab8783c128f6946edf6e54aa182d6d8645d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139774
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/DNA/styles.xml 
b/extras/source/templates/presnt/DNA/styles.xml
index e305022c66d0..0ebfad9620cb 100644
--- a/extras/source/templates/presnt/DNA/styles.xml
+++ b/extras/source/templates/presnt/DNA/styles.xml
@@ -167,9 +167,6 @@
 
   
 
-
-  
-
 
   
 
@@ -385,13 +382,13 @@
   
 
 
-  
+  
 
-
-  
+
+  
 
-
-  
+
+  
 
 
   


[Libreoffice-commits] core.git: extras/source

2022-09-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Progress/content.xml |8 +-
 extras/source/templates/presnt/Progress/styles.xml  |   56 ++--
 2 files changed, 32 insertions(+), 32 deletions(-)

New commits:
commit 83c0ffb6e744a2338845532efc103e132fc74bbb
Author: Laurent BP 
AuthorDate: Sun Sep 11 13:53:19 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 14 11:31:21 2022 +0200

tdf#135060 Modify Progress template

Rename Master Page Progress_2 to Progress
Correct attribute error for font size
When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.

Change-Id: If2eaee8e96c93e98cd90ded4979924d2c9a7f63e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139773
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Progress/content.xml 
b/extras/source/templates/presnt/Progress/content.xml
index d789ca2281c8..cc08d740020b 100644
--- a/extras/source/templates/presnt/Progress/content.xml
+++ b/extras/source/templates/presnt/Progress/content.xml
@@ -27,13 +27,13 @@
 
   
 
-
+
   
 
-
+
   
 
-
+
   
 
 
@@ -122,7 +122,7 @@
   
 
   
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Progress/styles.xml 
b/extras/source/templates/presnt/Progress/styles.xml
index 16e18e03cf98..ba7119d352f4 100644
--- a/extras/source/templates/presnt/Progress/styles.xml
+++ b/extras/source/templates/presnt/Progress/styles.xml
@@ -175,23 +175,23 @@
   
 
 
-
+
   
   
 
-
+
   
   
   
 
-
+
   
   
   
 
-
+
   
-
+
   
 
 
@@ -237,28 +237,28 @@
   
   
 
-
+
   
   
 
-
+
   
-  
+  
 
-
+
   
   
 
-
+
   
 
-
-
-
-
-
+
+
+
+
+
   
-
+
   
 
 
@@ -304,9 +304,9 @@
   
   
 
-
+
   
-
+
   
 
 
@@ -929,7 +929,7 @@
   
 
 
-  
+  
 
 
   
@@ -941,19 +941,19 @@
   
   
 
-
+
   
   
 
-
+
   
   
 
-
+
   
   
 
-
+
   
   
 
@@ -1224,8 +1224,8 @@
   
   
 
-
-  
+
+  
 
   
   
@@ -1233,7 +1233,7 @@
   
 
   
-  
+  
 
   
   
@@ -1264,8 +1264,8 @@
 
   
   
-
-
+
+
   
 
 


[Libreoffice-commits] core.git: extras/source

2022-08-02 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Inspiration/styles.xml |   99 +++---
 1 file changed, 87 insertions(+), 12 deletions(-)

New commits:
commit cdfea6cffa27019b2d219491190dca534e365c95
Author: Laurent BP 
AuthorDate: Fri Jul 22 18:40:52 2022 +0200
Commit: Laurent Balland 
CommitDate: Tue Aug 2 18:29:34 2022 +0200

tdf#142306 New version of Inspiration template

Follow template of bug report

Change-Id: I29e8b771cd49ef4fba2c6099b52fa26d8614f086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137369
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Inspiration/styles.xml 
b/extras/source/templates/presnt/Inspiration/styles.xml
index 3ae76a9f6732..5f0ee10d8015 100644
--- a/extras/source/templates/presnt/Inspiration/styles.xml
+++ b/extras/source/templates/presnt/Inspiration/styles.xml
@@ -173,7 +173,7 @@
   
 
 
-  
+  
   
 
 
@@ -381,11 +381,11 @@
   
   
 
-
-  
+
+  
 
 
-  
+  
 
 
   
@@ -393,11 +393,20 @@
 
   
 
+
+  
+
+
+  
+
+
+  
+
 
   
 
 
-  
+  
 
 
   
@@ -449,6 +458,28 @@
   
   
 
+
+  
+  
+  
+
+
+  
+  
+  
+
+
+  
+  
+
+
+  
+  
+  
+
+
+  
+
 
   
 
@@ -590,25 +621,61 @@
   
 
 
-  
+  
 
-
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
   
   
 
 
   
-  
-
-  
-  
+  
 
 
   
-  
+  
 
 
   
+  
+
+  
   
 
   
@@ -639,6 +706,14 @@
   
 
   
+  
+
+
+  
+  
+
+
+  
   
 
 


[Libreoffice-commits] core.git: extras/CustomTarget_tploffimisc.mk

2022-07-19 Thread Laurent BP (via logerrit)
 extras/CustomTarget_tploffimisc.mk |1 -
 1 file changed, 1 deletion(-)

New commits:
commit bad664731dc8da6fb9f9706111d1de866c650ed0
Author: Laurent BP 
AuthorDate: Mon Jul 18 14:00:44 2022 +0200
Commit: Laurent Balland 
CommitDate: Tue Jul 19 11:47:30 2022 +0200

Simplify the template makefile

Remove unused variable

Change-Id: If2e69f30e8f94d662d619ded6b85f2a737ef3412
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137196
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier 

diff --git a/extras/CustomTarget_tploffimisc.mk 
b/extras/CustomTarget_tploffimisc.mk
index 5391e7328ff3..edf5a0657f39 100644
--- a/extras/CustomTarget_tploffimisc.mk
+++ b/extras/CustomTarget_tploffimisc.mk
@@ -52,6 +52,5 @@ $(call 
gb_CustomTarget_get_workdir,extras/source/templates/offimisc)/%.ott : \
zip -qrX --must-match $@ $(call 
extras_OFFIMISC_XMLFILES_RELATIVE,$*) \
)
$(call gb_Trace_EndRange,templates/offimisc/$*.ott,ZIP)
-extras_OFFIMISC_MIMETYPEFILES := $(foreach 
atexts,$(extras_TEMPLATES_OFFIMISC),$(atexts)/mimetype)
 
 # vim: set noet sw=4 ts=4:


[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - sc/qa xmloff/source

2022-07-18 Thread Laurent BP (via logerrit)
 sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx |binary
 sc/qa/unit/subsequent_export_test2.cxx |   28 ++
 xmloff/source/style/xmlnumfe.cxx   |   13 +++-
 xmloff/source/style/xmlnumfi.cxx   |   32 ++---
 4 files changed, 55 insertions(+), 18 deletions(-)

New commits:
commit 070552010d27fab9e224ad5289cc26a99440fecf
Author: Laurent BP 
AuthorDate: Mon May 16 22:47:25 2022 +0200
Commit: Xisco Fauli 
CommitDate: Mon Jul 18 12:07:34 2022 +0200

tdf#96723 Number format: embedded text in decimal

Embedded text in decimal part is represented by negative position
Use number:position as it is defined as integer in schema [1]
Add Unit test to import XLSX file with embedded text in decimal
  and export to ODS

[1] 
https://opengrok.libreoffice.org/xref/core/schema/odf1.3/OpenDocument-v1.3-schema.rng?r=7f3c9da5#7142

Change-Id: Ic68471a071ccbb1c3bec442bfcbe21d84f41ebd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135918
Tested-by: Jenkins
Reviewed-by: Eike Rathke 
(cherry picked from commit 56dff7b244fb0ef28951193a410dd5c4a3126590)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136986
Reviewed-by: Laurent Balland 
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx 
b/sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx
new file mode 100644
index ..77b2d022e09f
Binary files /dev/null and b/sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx 
differ
diff --git a/sc/qa/unit/subsequent_export_test2.cxx 
b/sc/qa/unit/subsequent_export_test2.cxx
index 6cdb9854ae81..a49cb97f8376 100644
--- a/sc/qa/unit/subsequent_export_test2.cxx
+++ b/sc/qa/unit/subsequent_export_test2.cxx
@@ -190,6 +190,7 @@ public:
 void testXlsxRowsOrder();
 void testTdf91286();
 void testTdf148820();
+void testEmbeddedTextInDecimal();
 
 CPPUNIT_TEST_SUITE(ScExportTest2);
 
@@ -312,6 +313,7 @@ public:
 CPPUNIT_TEST(testXlsxRowsOrder);
 CPPUNIT_TEST(testTdf91286);
 CPPUNIT_TEST(testTdf148820);
+CPPUNIT_TEST(testEmbeddedTextInDecimal);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -3094,6 +3096,32 @@ void ScExportTest2::testTdf148820()
 xDocSh->DoClose();
 }
 
+namespace
+{
+void lcl_TestEmbeddedTextInDecimal(ScDocShellRef xDocSh)
+{
+CPPUNIT_ASSERT(xDocSh);
+ScDocument& rDoc = xDocSh->GetDocument();
+sal_uInt32 nNumberFormat = rDoc.GetNumberFormat(0, 0, 0);
+const SvNumberformat* pNumberFormat = 
rDoc.GetFormatTable()->GetEntry(nNumberFormat);
+const OUString& rFormatStr = pNumberFormat->GetFormatstring();
+
+CPPUNIT_ASSERT_EQUAL(OUString("#,##0.000\" \"###\" \"###"), rFormatStr);
+}
+}
+
+void ScExportTest2::testEmbeddedTextInDecimal()
+{
+ScDocShellRef xDocSh = loadDoc(u"embedded-text-in-decimal.", FORMAT_XLSX);
+lcl_TestEmbeddedTextInDecimal(xDocSh);
+
+// save to ODS and reload
+xDocSh = saveAndReload(*xDocSh, FORMAT_ODS);
+lcl_TestEmbeddedTextInDecimal(xDocSh);
+
+xDocSh->DoClose();
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(ScExportTest2);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index d928f8be2a79..b41149490d01 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -602,6 +602,8 @@ void SvXMLNumFmtExport::WriteNumberElement_Impl(
 const SvXMLEmbeddedTextEntry *const pObj = [nEntry];
 
 //  position attribute
+// position == 0 is between first integer digit and decimal separator
+// position < 0 is inside decimal part
 rExport.AddAttribute( XML_NAMESPACE_NUMBER, XML_POSITION,
 OUString::number( pObj->nFormatPos ) );
 SvXMLElementExport aChildElem( rExport, XML_NAMESPACE_NUMBER, 
XML_EMBEDDED_TEXT,
@@ -1388,6 +1390,10 @@ void SvXMLNumFmtExport::ExportPart_Impl( const 
SvNumberformat& rFormat, sal_uInt
 if ( bAllowEmbedded )
 {
 sal_Int32 nDigitsPassed = 0;
+sal_Int32 nEmbeddedPositionsMax = nIntegerSymbols;
+// Enable embedded text in decimal part only if there's a decimal 
part
+if ( nPrecision )
+nEmbeddedPositionsMax += nPrecision + 1;
 nPos = 0;
 bEnd = false;
 while (!bEnd)
@@ -1404,12 +1410,15 @@ void SvXMLNumFmtExport::ExportPart_Impl( const 
SvNumberformat& rFormat, sal_uInt
 if ( pElemStr )
 nDigitsPassed += pElemStr->getLength();
 break;
+case NF_SYMBOLTYPE_DECSEP:
+nDigitsPassed++;
+break;
 case NF_SYMBOLTYPE_STRING:
 case NF_SYMBOLTYPE_BLANK:
 case NF_SYMBOLTYPE_PERCENT:
-if ( nDigitsPassed > 0 && nDigitsPassed < 

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - extras/source

2022-07-16 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Beehive/styles.xml|6 +++---
 extras/source/templates/presnt/Blue_Curve/styles.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 5eeb691ceca2b38c682ff53ce85b0dbef072e790
Author: Laurent BP 
AuthorDate: Thu Jul 14 20:06:16 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Jul 17 02:52:24 2022 +0200

tdf#149723 Fix footer of Beehive and Blue_Curve

Beehive and Blue_Curve Impress templates have same bug
as Piano template: presentation:class was missing to
date-time, footer and page-number

Change-Id: I5d4f2463ce7dee3e20eea65206cd4cd91020b989
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137088
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 
(cherry picked from commit 80e94899d2254a345f7c73804bffe5d5e008f8ad)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137070

diff --git a/extras/source/templates/presnt/Beehive/styles.xml 
b/extras/source/templates/presnt/Beehive/styles.xml
index a5279cf625cb..d25f609a112b 100644
--- a/extras/source/templates/presnt/Beehive/styles.xml
+++ b/extras/source/templates/presnt/Beehive/styles.xml
@@ -4107,7 +4107,7 @@
   
 
   
-  
+  
 
   
 
@@ -4116,7 +4116,7 @@
   
 
   
-  
+  
 
   
 
@@ -4125,7 +4125,7 @@
   
 
   
-  
+  
 
   
 
diff --git a/extras/source/templates/presnt/Blue_Curve/styles.xml 
b/extras/source/templates/presnt/Blue_Curve/styles.xml
index fcea86ebcadb..32c119db98e8 100644
--- a/extras/source/templates/presnt/Blue_Curve/styles.xml
+++ b/extras/source/templates/presnt/Blue_Curve/styles.xml
@@ -797,7 +797,7 @@
   
 
   
-  
+  
 
   
 
@@ -806,7 +806,7 @@
   
 
   
-  
+  
 
   
 
@@ -815,7 +815,7 @@
   
 
   
-  
+  
 
   
 


[Libreoffice-commits] core.git: extras/source

2022-07-16 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Beehive/styles.xml|6 +++---
 extras/source/templates/presnt/Blue_Curve/styles.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 80e94899d2254a345f7c73804bffe5d5e008f8ad
Author: Laurent BP 
AuthorDate: Thu Jul 14 20:06:16 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Jul 16 09:59:55 2022 +0200

tdf#149723 Fix footer of Beehive and Blue_Curve

Beehive and Blue_Curve Impress templates have same bug
as Piano template: presentation:class was missing to
date-time, footer and page-number

Change-Id: I5d4f2463ce7dee3e20eea65206cd4cd91020b989
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137088
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Beehive/styles.xml 
b/extras/source/templates/presnt/Beehive/styles.xml
index a5279cf625cb..d25f609a112b 100644
--- a/extras/source/templates/presnt/Beehive/styles.xml
+++ b/extras/source/templates/presnt/Beehive/styles.xml
@@ -4107,7 +4107,7 @@
   
 
   
-  
+  
 
   
 
@@ -4116,7 +4116,7 @@
   
 
   
-  
+  
 
   
 
@@ -4125,7 +4125,7 @@
   
 
   
-  
+  
 
   
 
diff --git a/extras/source/templates/presnt/Blue_Curve/styles.xml 
b/extras/source/templates/presnt/Blue_Curve/styles.xml
index fcea86ebcadb..32c119db98e8 100644
--- a/extras/source/templates/presnt/Blue_Curve/styles.xml
+++ b/extras/source/templates/presnt/Blue_Curve/styles.xml
@@ -797,7 +797,7 @@
   
 
   
-  
+  
 
   
 
@@ -806,7 +806,7 @@
   
 
   
-  
+  
 
   
 
@@ -815,7 +815,7 @@
   
 
   
-  
+  
 
   
 


[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - extras/source

2022-07-13 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Piano/styles.xml |   23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

New commits:
commit a1ee991d655d18c0e0e7f0c093ac50cb1e6d5825
Author: Laurent BP 
AuthorDate: Tue Jul 12 20:51:38 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Jul 14 07:11:03 2022 +0200

tdf#149723 Fix Piano Impress template

Add presentation:class attributes to date-time, footer and page-number
of Piano master page
Add light grey color to footers on Piano1 master page

Change-Id: I08c405df32639d77ef9ae8d59c1333e70215ce40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137007
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 
(cherry picked from commit cae349e4770862b36176b601d7d572844c215d4f)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136987

diff --git a/extras/source/templates/presnt/Piano/styles.xml 
b/extras/source/templates/presnt/Piano/styles.xml
index e54a56cee29d..3c62c0b85a95 100644
--- a/extras/source/templates/presnt/Piano/styles.xml
+++ b/extras/source/templates/presnt/Piano/styles.xml
@@ -648,6 +648,17 @@
   
   
 
+
+  
+
+
+  
+  
+
+
+  
+  
+
 
   
 
@@ -813,7 +824,7 @@
 
 
   
-  
+  
 
   
 
@@ -822,7 +833,7 @@
   
 
   
-  
+  
 
   
 
@@ -831,7 +842,7 @@
   
 
   
-  
+  
 
   
 
@@ -895,7 +906,7 @@
   
   
 
-  
+  
 
   
 
@@ -904,7 +915,7 @@
   
   
 
-  
+  
 
   
 
@@ -913,7 +924,7 @@
   
   
 
-  
+  
 
   
 


[Libreoffice-commits] core.git: extras/source

2022-07-12 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Piano/styles.xml |   23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

New commits:
commit cae349e4770862b36176b601d7d572844c215d4f
Author: Laurent BP 
AuthorDate: Tue Jul 12 20:51:38 2022 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Jul 13 07:34:35 2022 +0200

tdf#149723 Fix Piano Impress template

Add presentation:class attributes to date-time, footer and page-number
of Piano master page
Add light grey color to footers on Piano1 master page

Change-Id: I08c405df32639d77ef9ae8d59c1333e70215ce40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137007
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Piano/styles.xml 
b/extras/source/templates/presnt/Piano/styles.xml
index e54a56cee29d..3c62c0b85a95 100644
--- a/extras/source/templates/presnt/Piano/styles.xml
+++ b/extras/source/templates/presnt/Piano/styles.xml
@@ -648,6 +648,17 @@
   
   
 
+
+  
+
+
+  
+  
+
+
+  
+  
+
 
   
 
@@ -813,7 +824,7 @@
 
 
   
-  
+  
 
   
 
@@ -822,7 +833,7 @@
   
 
   
-  
+  
 
   
 
@@ -831,7 +842,7 @@
   
 
   
-  
+  
 
   
 
@@ -895,7 +906,7 @@
   
   
 
-  
+  
 
   
 
@@ -904,7 +915,7 @@
   
   
 
-  
+  
 
   
 
@@ -913,7 +924,7 @@
   
   
 
-  
+  
 
   
 


[Libreoffice-commits] core.git: sc/qa xmloff/source

2022-07-12 Thread Laurent BP (via logerrit)
 sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx |binary
 sc/qa/unit/subsequent_export_test2.cxx |   28 ++
 xmloff/source/style/xmlnumfe.cxx   |   13 +++-
 xmloff/source/style/xmlnumfi.cxx   |   32 ++---
 4 files changed, 55 insertions(+), 18 deletions(-)

New commits:
commit 56dff7b244fb0ef28951193a410dd5c4a3126590
Author: Laurent BP 
AuthorDate: Mon May 16 22:47:25 2022 +0200
Commit: Eike Rathke 
CommitDate: Tue Jul 12 18:01:58 2022 +0200

tdf#96723 Number format: embedded text in decimal

Embedded text in decimal part is represented by negative position
Use number:position as it is defined as integer in schema [1]
Add Unit test to import XLSX file with embedded text in decimal
  and export to ODS

[1] 
https://opengrok.libreoffice.org/xref/core/schema/odf1.3/OpenDocument-v1.3-schema.rng?r=7f3c9da5#7142

Change-Id: Ic68471a071ccbb1c3bec442bfcbe21d84f41ebd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135918
Tested-by: Jenkins
Reviewed-by: Eike Rathke 

diff --git a/sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx 
b/sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx
new file mode 100644
index ..77b2d022e09f
Binary files /dev/null and b/sc/qa/unit/data/xlsx/embedded-text-in-decimal.xlsx 
differ
diff --git a/sc/qa/unit/subsequent_export_test2.cxx 
b/sc/qa/unit/subsequent_export_test2.cxx
index 6cdb9854ae81..a49cb97f8376 100644
--- a/sc/qa/unit/subsequent_export_test2.cxx
+++ b/sc/qa/unit/subsequent_export_test2.cxx
@@ -190,6 +190,7 @@ public:
 void testXlsxRowsOrder();
 void testTdf91286();
 void testTdf148820();
+void testEmbeddedTextInDecimal();
 
 CPPUNIT_TEST_SUITE(ScExportTest2);
 
@@ -312,6 +313,7 @@ public:
 CPPUNIT_TEST(testXlsxRowsOrder);
 CPPUNIT_TEST(testTdf91286);
 CPPUNIT_TEST(testTdf148820);
+CPPUNIT_TEST(testEmbeddedTextInDecimal);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -3094,6 +3096,32 @@ void ScExportTest2::testTdf148820()
 xDocSh->DoClose();
 }
 
+namespace
+{
+void lcl_TestEmbeddedTextInDecimal(ScDocShellRef xDocSh)
+{
+CPPUNIT_ASSERT(xDocSh);
+ScDocument& rDoc = xDocSh->GetDocument();
+sal_uInt32 nNumberFormat = rDoc.GetNumberFormat(0, 0, 0);
+const SvNumberformat* pNumberFormat = 
rDoc.GetFormatTable()->GetEntry(nNumberFormat);
+const OUString& rFormatStr = pNumberFormat->GetFormatstring();
+
+CPPUNIT_ASSERT_EQUAL(OUString("#,##0.000\" \"###\" \"###"), rFormatStr);
+}
+}
+
+void ScExportTest2::testEmbeddedTextInDecimal()
+{
+ScDocShellRef xDocSh = loadDoc(u"embedded-text-in-decimal.", FORMAT_XLSX);
+lcl_TestEmbeddedTextInDecimal(xDocSh);
+
+// save to ODS and reload
+xDocSh = saveAndReload(*xDocSh, FORMAT_ODS);
+lcl_TestEmbeddedTextInDecimal(xDocSh);
+
+xDocSh->DoClose();
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(ScExportTest2);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index c4350c0db795..abf03285f818 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -603,6 +603,8 @@ void SvXMLNumFmtExport::WriteNumberElement_Impl(
 const SvXMLEmbeddedTextEntry *const pObj = [nEntry];
 
 //  position attribute
+// position == 0 is between first integer digit and decimal separator
+// position < 0 is inside decimal part
 rExport.AddAttribute( XML_NAMESPACE_NUMBER, XML_POSITION,
 OUString::number( pObj->nFormatPos ) );
 SvXMLElementExport aChildElem( rExport, XML_NAMESPACE_NUMBER, 
XML_EMBEDDED_TEXT,
@@ -1389,6 +1391,10 @@ void SvXMLNumFmtExport::ExportPart_Impl( const 
SvNumberformat& rFormat, sal_uInt
 if ( bAllowEmbedded )
 {
 sal_Int32 nDigitsPassed = 0;
+sal_Int32 nEmbeddedPositionsMax = nIntegerSymbols;
+// Enable embedded text in decimal part only if there's a decimal 
part
+if ( nPrecision )
+nEmbeddedPositionsMax += nPrecision + 1;
 nPos = 0;
 bEnd = false;
 while (!bEnd)
@@ -1405,12 +1411,15 @@ void SvXMLNumFmtExport::ExportPart_Impl( const 
SvNumberformat& rFormat, sal_uInt
 if ( pElemStr )
 nDigitsPassed += pElemStr->getLength();
 break;
+case NF_SYMBOLTYPE_DECSEP:
+nDigitsPassed++;
+break;
 case NF_SYMBOLTYPE_STRING:
 case NF_SYMBOLTYPE_BLANK:
 case NF_SYMBOLTYPE_PERCENT:
-if ( nDigitsPassed > 0 && nDigitsPassed < 
nIntegerSymbols && pElemStr )
+if ( 0 < nDigitsPassed && nDigitsPassed < 
nEmbeddedPositionsMax && pElemStr )
 {
-//  text (literal or 

[Libreoffice-commits] core.git: officecfg/registry osx/soffice.xcodeproj sc/inc sc/Library_scui.mk sc/sdi sc/source sc/uiconfig sc/UIConfig_scalc.mk

2022-06-07 Thread Laurent BP (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |8 
 osx/soffice.xcodeproj/project.pbxproj |1 
 sc/Library_scui.mk|1 
 sc/UIConfig_scalc.mk  |1 
 sc/inc/helpids.h  |2 
 sc/inc/pch/precompiled_scui.hxx   |1 
 sc/inc/scabstdlg.hxx  |   13 
 sc/inc/strings.hrc|3 
 sc/sdi/scalc.sdi  |4 
 sc/source/ui/attrdlg/scdlgfact.cxx|   32 +
 sc/source/ui/attrdlg/scdlgfact.hxx|   18 
 sc/source/ui/inc/gototabdlg.hxx   |   43 ++
 sc/source/ui/miscdlgs/gototabdlg.cxx  |   81 
 sc/source/ui/view/tabvwsh3.cxx|   48 ++
 sc/uiconfig/scalc/menubar/menubar.xml |1 
 sc/uiconfig/scalc/ui/gotosheetdialog.ui   |  201 
++
 16 files changed, 451 insertions(+), 7 deletions(-)

New commits:
commit d93e9430bfbf6fa8a679ea2d4d98f955774026f6
Author: Laurent BP 
AuthorDate: Mon May 16 22:47:25 2022 +0200
Commit: Laurent Balland-Poirier 
CommitDate: Tue Jun 7 13:43:20 2022 +0200

tdf#129674 Add GoTo Sheet command

Insert command in menu Sheet > Navigate
(alongs with To Previous/Next Sheet)
Use .uno:JumpToTable command from Navigator
Use its own Go To Sheet dialog
Add a Search entry to type partial name of sheet
Menu translation missing?

Change-Id: I16b8b56a688c8396159617f04a2a7e034721ce31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134714
Tested-by: Jenkins
Reviewed-by: Laurent Balland-Poirier 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 5c608969da64..d953e76d552f 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -557,6 +557,14 @@
   1
 
   
+  
+
+  ~Go to Sheet...
+
+
+  1
+
+  
   
 
   Ch~art...
diff --git a/osx/soffice.xcodeproj/project.pbxproj 
b/osx/soffice.xcodeproj/project.pbxproj
index ec10b807a1ec..7c201c130e24 100644
--- a/osx/soffice.xcodeproj/project.pbxproj
+++ b/osx/soffice.xcodeproj/project.pbxproj
@@ -124,6 +124,7 @@
BE017BF925AF568900244ED8 /* mtrindlg.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mtrindlg.cxx; 
path = ../sc/source/ui/miscdlgs/mtrindlg.cxx; sourceTree = ""; };
BE017BFA25AF568900244ED8 /* linkarea.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = linkarea.cxx; 
path = ../sc/source/ui/miscdlgs/linkarea.cxx; sourceTree = ""; };
BE017BFB25AF568900244ED8 /* shtabdlg.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = shtabdlg.cxx; 
path = ../sc/source/ui/miscdlgs/shtabdlg.cxx; sourceTree = ""; };
+   BE017BFB25AF568900244ED8 /* gototabdlg.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = 
gototabdlg.cxx; path = ../sc/source/ui/miscdlgs/gototabdlg.cxx; sourceTree = 
""; };
BE017BFC25AF568900244ED8 /* inscodlg.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = inscodlg.cxx; 
path = ../sc/source/ui/miscdlgs/inscodlg.cxx; sourceTree = ""; };
BE017BFD25AF568A00244ED8 /* crdlg.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = crdlg.cxx; 
path = ../sc/source/ui/miscdlgs/crdlg.cxx; sourceTree = ""; };
BE017BFE25AF568A00244ED8 /* datafdlg.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = datafdlg.cxx; 
path = ../sc/source/ui/miscdlgs/datafdlg.cxx; sourceTree = ""; };
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk
index 4d4cffa12bd4..02c2bc8244d1 100644
--- a/sc/Library_scui.mk
+++ b/sc/Library_scui.mk
@@ -95,6 +95,7 @@ $(eval $(call gb_Library_add_exception_objects,scui,\
 sc/source/ui/miscdlgs/delcldlg \
 sc/source/ui/miscdlgs/delcodlg \
 sc/source/ui/miscdlgs/filldlg \
+sc/source/ui/miscdlgs/gototabdlg \
 sc/source/ui/miscdlgs/groupdlg \
 sc/source/ui/miscdlgs/inscldlg \
 sc/source/ui/miscdlgs/inscodlg \
diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index cf5f7e0951bf..13a4b98a6c7c 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -139,6 +139,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/floatinglinestyle \
  

[Libreoffice-commits] core.git: helpcontent2

2022-06-01 Thread Laurent BP (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b760b2f743ff5a451ddf2be6fd69fe94423ae8dc
Author: Laurent BP 
AuthorDate: Thu Jun 2 00:31:21 2022 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Jun 2 00:31:21 2022 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 6cad3f7596e2296adda304ab1c613a429bb6ae93
  - tdf#129674 New command Go to Sheet

Add help to "Go to Sheet" dialog

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

diff --git a/helpcontent2 b/helpcontent2
index b30109758ad6..6cad3f7596e2 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b30109758ad6b6bcb8b82d6a646fc055cd3a2402
+Subproject commit 6cad3f7596e2296adda304ab1c613a429bb6ae93


[Libreoffice-commits] help.git: AllLangHelp_scalc.mk helpers/help_hid.lst helpers/unocmds.txt source/text

2022-06-01 Thread Laurent BP (via logerrit)
 AllLangHelp_scalc.mk  |1 
 helpers/help_hid.lst  |2 +
 helpers/unocmds.txt   |1 
 source/text/scalc/01/0222.xhp |   44 ++
 4 files changed, 48 insertions(+)

New commits:
commit 6cad3f7596e2296adda304ab1c613a429bb6ae93
Author: Laurent BP 
AuthorDate: Sat May 21 19:32:21 2022 +0200
Commit: Olivier Hallot 
CommitDate: Thu Jun 2 00:31:20 2022 +0200

tdf#129674 New command Go to Sheet

Add help to "Go to Sheet" dialog

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

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 7e70a9fec..63116c9a0 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -48,6 +48,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
 helpcontent2/source/text/scalc/01/02190200 \
 helpcontent2/source/text/scalc/01/0220 \
 helpcontent2/source/text/scalc/01/0221 \
+helpcontent2/source/text/scalc/01/0222 \
 helpcontent2/source/text/scalc/01/0307 \
 helpcontent2/source/text/scalc/01/0308 \
 helpcontent2/source/text/scalc/01/0309 \
diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 16c386dfb..0f43e0b56 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -1722,6 +1722,8 @@ HID_GLBLTREE_UPD_LINK,53034,
 HID_GLBLTREE_UPD_SEL,53032,
 HID_GLOBAL_FALLBACK,4294967295,
 HID_GLOS_GROUP_TREE,53021,
+HID_GOTOTABLE,59002
+HID_GOTOTABLEMASK,59003
 HID_GRAFIK_TOOLBOX,54830,
 HID_GRIDWIZARD_CANCEL,34811,
 HID_GRIDWIZARD_FINISH,34812,
diff --git a/helpers/unocmds.txt b/helpers/unocmds.txt
index 66fda9a18..e5ece05cf 100644
--- a/helpers/unocmds.txt
+++ b/helpers/unocmds.txt
@@ -616,6 +616,7 @@
 .uno:Intersect;simpress/01/13180300.xhp
 .uno:Italic;shared/01/05110200.xhp
 .uno:JustifyPara;shared/01/05080400.xhp
+.uno:JumpToTable;scalc/01/0222.xhp
 .uno:Label;shared/02/0117.xhp
 .uno:LastPage;shared/02/1004.xhp
 .uno:LastRecord;shared/main0213.xhp
diff --git a/source/text/scalc/01/0222.xhp 
b/source/text/scalc/01/0222.xhp
new file mode 100644
index 0..c0a8a7679
--- /dev/null
+++ b/source/text/scalc/01/0222.xhp
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+Go to Sheet
+/text/scalc/01/0222.xhp
+
+
+LibreOffice
+
+
+
+
+
+
+Go to 
Sheet
+  Go to a 
specified sheet.
+  
+Type a 
sheet name
+  Type some characters contained in the searched sheet 
name. List of sheets will be limited to the sheet names containing these 
characters.
+Sheets
+  Lists the sheets in the current document. Hidden sheets 
are not listed. To select a sheet, press the up or down arrow keys to move to a 
sheet in the list. Double click on a name will directly jump to this 
sheet.
+ 
+


[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - extras/source

2022-05-01 Thread Laurent BP (via logerrit)
 
extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 |binary
 extras/source/templates/offimisc/Businesscard-with-logo/content.xml
  | 1920 --
 extras/source/templates/offimisc/Businesscard-with-logo/meta.xml   
  |5 
 extras/source/templates/offimisc/Businesscard-with-logo/settings.xml   
  |  124 
 extras/source/templates/offimisc/Businesscard-with-logo/styles.xml 
  |   86 
 5 files changed, 106 insertions(+), 2029 deletions(-)

New commits:
commit 25b8ab957195534ae199776a9f7638a564d77ffb
Author: Laurent BP 
AuthorDate: Mon Aug 30 10:24:27 2021 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 1 18:06:54 2022 +0200

tdf#143956 Remove page size of Writer templates 3

This patch concerns "offmisc" templates:
- Businesscard-with-logo:
  - use predefined style names to have them automatically translated
  - use automatic date format according to locale settings
  - update preview
  - remove useless duplicate code and unused styles
  - contributor's name to top to fit in A4 and Letter formats
  - remove 1 empty line in table to fit in Letter format also
  - remove useless stuff in settings.xml file. Keep these fields,
because if certain settings are MISSING, xmlimp will consider the file
in old format (thanks to Justin Luth)
  - reindent xml files

Change-Id: Ie1b35fe420dbb445cb5070b8a3726c40184973ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121267
Tested-by: Jenkins
Reviewed-by: Laurent Balland-Poirier 
(cherry picked from commit fd9d71d7706adcbe1191b09c8ba252d2b4dfb50e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133607
Reviewed-by: Adolfo Jayme Barrientos 

diff --git 
a/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 
b/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
index 16b482abaf16..f901880f6769 100644
Binary files 
a/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 and 
b/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 differ
diff --git 
a/extras/source/templates/offimisc/Businesscard-with-logo/content.xml 
b/extras/source/templates/offimisc/Businesscard-with-logo/content.xml
index 13f9b3469066..da1483bfd2f5 100644
--- a/extras/source/templates/offimisc/Businesscard-with-logo/content.xml
+++ b/extras/source/templates/offimisc/Businesscard-with-logo/content.xml
@@ -5,50 +5,8 @@
 
   
   
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
 
-  
+  
 
 
   
@@ -66,463 +24,59 @@
   
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-   

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - extras/source

2022-04-30 Thread Laurent BP (via logerrit)
 extras/source/templates/draw/bpmn/content.xml |   92 +-
 extras/source/templates/draw/bpmn/meta.xml|   12 +++
 extras/source/templates/draw/bpmn/styles.xml  |   36 --
 3 files changed, 72 insertions(+), 68 deletions(-)

New commits:
commit 8d77ba93d8b2291fe2059e80c2ba71c02547126d
Author: Laurent BP 
AuthorDate: Tue Sep 7 08:41:57 2021 +0200
Commit: Caolán McNamara 
CommitDate: Sat Apr 30 16:58:13 2022 +0200

tdf#143956 Remove page size from Draw templates

Update BPMN template:
  - content.xml:
remove lang and country tags
remove asian and complex tags
  - meta.xml: indent and add title to enable translation
  - styles.xml:
 change style name to English to get automatic
translation
 remove lang and country tags
 remove page size

Change-Id: I23058c63dbc13fa66a1138c20e9840a360b72ea2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132647
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit ace2e40a5b89967e247db1ebe9da65d41706d446)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133408
Reviewed-by: Caolán McNamara 

diff --git a/extras/source/templates/draw/bpmn/content.xml 
b/extras/source/templates/draw/bpmn/content.xml
index 7cf9fd2141ca..51f63518c9bd 100644
--- a/extras/source/templates/draw/bpmn/content.xml
+++ b/extras/source/templates/draw/bpmn/content.xml
@@ -492,26 +492,26 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
+  
 
 
   
@@ -522,21 +522,21 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -544,82 +544,82 @@
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -627,71 +627,71 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
   
diff --git a/extras/source/templates/draw/bpmn/meta.xml 
b/extras/source/templates/draw/bpmn/meta.xml
index 858cc31cb772..cfc606ed1eb0 100644
--- a/extras/source/templates/draw/bpmn/meta.xml
+++ b/extras/source/templates/draw/bpmn/meta.xml
@@ -1,2 +1,12 @@
 
-http://www.w3.org/2003/g/data-view#; 
xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
office:version="1.2">2020-05-02T22:10:56.237002020-05-05T15:09:15.89700PT7H39M57S70LibreOfficeDev/7.0.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/35f5520fc83a2c69a5d5eef283a37b1553c8ed65
\ No newline at end of file
+http://www.w3.org/2003/g/data-view#; 
xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
office:version="1.2">
+  
+2020-05-02T22:10:56.23700
+2020-05-05T15:09:15.89700
+BPMN
+PT7H39M57S
+70
+LibreOfficeDev/7.0.0.0.alpha0$Linux_X86_64 

[Libreoffice-commits] core.git: sc/qa sc/source

2022-04-29 Thread Laurent BP (via logerrit)
 sc/qa/uitest/calc_tests6/moveCopySheet.py |   17 +
 sc/source/ui/inc/mvtabdlg.hxx |1 +
 sc/source/ui/miscdlgs/mvtabdlg.cxx|   11 +++
 3 files changed, 29 insertions(+)

New commits:
commit 170cdf5e335f8803b6d851a9d16020d277e73288
Author: Laurent BP 
AuthorDate: Mon Apr 25 09:30:38 2022 +0200
Commit: Andreas Heinisch 
CommitDate: Fri Apr 29 19:04:10 2022 +0200

tdf#139464 Change label of OK button

In Move/copy sheet UI, change label
according to selected action
 update: with UI test

Change-Id: I8244b1635f56574c7641191be7e15ee4a098dce9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133364
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch 

diff --git a/sc/qa/uitest/calc_tests6/moveCopySheet.py 
b/sc/qa/uitest/calc_tests6/moveCopySheet.py
index 9436364dd053..41019b371a83 100644
--- a/sc/qa/uitest/calc_tests6/moveCopySheet.py
+++ b/sc/qa/uitest/calc_tests6/moveCopySheet.py
@@ -65,5 +65,22 @@ class moveCopySheet(UITestCase):
 self.assertEqual(document.Sheets[1].Name, "Sheet1")
 self.assertEqual(document.Sheets[2].Name, "moveName")
 
+#tdf#139464 Set OK button label to selected action: Move or Copy
+def test_tdf139464_move_sheet(self):
+with self.ui_test.create_doc_in_start_center("calc") as document:
+with self.ui_test.execute_dialog_through_command(".uno:Move") as 
xDialog:
+xOkButton = xDialog.getChild("ok")
+xCopyButton = xDialog.getChild("copy")
+self.assertEqual(get_state_as_dict(xCopyButton)['Text'], 
get_state_as_dict(xOkButton)['Text'])
+with self.ui_test.execute_dialog_through_command(".uno:Move") as 
xDialog:
+xOkButton = xDialog.getChild("ok")
+xCopyButton = xDialog.getChild("copy")
+xMoveButton = xDialog.getChild("move")
+self.assertEqual(get_state_as_dict(xMoveButton)['Text'], 
get_state_as_dict(xOkButton)['Text'])
+xCopyButton.executeAction("CLICK", tuple())
+self.assertEqual(get_state_as_dict(xCopyButton)['Text'], 
get_state_as_dict(xOkButton)['Text'])
+xMoveButton.executeAction("CLICK", tuple())
+self.assertEqual(get_state_as_dict(xMoveButton)['Text'], 
get_state_as_dict(xOkButton)['Text'])
+
 
 # vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx
index 2f11fd3868b4..9d121a928fa6 100644
--- a/sc/source/ui/inc/mvtabdlg.hxx
+++ b/sc/source/ui/inc/mvtabdlg.hxx
@@ -37,6 +37,7 @@ public:
 voidGetTabNameString( OUString& rString ) const;
 voidSetForceCopyTable   ();
 voidEnableRenameTable   (bool bFlag);
+voidSetOkBtnLabel   ();
 
 private:
 void ResetRenameInput();
diff --git a/sc/source/ui/miscdlgs/mvtabdlg.cxx 
b/sc/source/ui/miscdlgs/mvtabdlg.cxx
index 6ec7712f87ea..80eeaeadecfa 100644
--- a/sc/source/ui/miscdlgs/mvtabdlg.cxx
+++ b/sc/source/ui/miscdlgs/mvtabdlg.cxx
@@ -74,6 +74,7 @@ void ScMoveTableDlg::SetForceCopyTable()
 m_xBtnCopy->set_active(true);
 m_xBtnMove->set_sensitive(false);
 m_xBtnCopy->set_sensitive(false);
+SetOkBtnLabel();
 }
 
 void ScMoveTableDlg::EnableRenameTable(bool bFlag)
@@ -185,6 +186,7 @@ void ScMoveTableDlg::Init()
 m_xBtnOk->connect_clicked(LINK(this, ScMoveTableDlg, OkHdl));
 m_xLbDoc->connect_changed(LINK(this, ScMoveTableDlg, SelHdl));
 m_xBtnCopy->connect_toggled(LINK(this, ScMoveTableDlg, CheckBtnHdl));
+m_xBtnMove->connect_toggled(LINK(this, ScMoveTableDlg, CheckBtnHdl));
 m_xEdTabName->connect_changed(LINK(this, ScMoveTableDlg, CheckNameHdl));
 m_xBtnMove->set_active(true);
 m_xBtnCopy->set_active(false);
@@ -197,6 +199,7 @@ void ScMoveTableDlg::Init()
 m_xFtDoc->hide();
 m_xLbDoc->hide();
 }
+SetOkBtnLabel();
 }
 
 void ScMoveTableDlg::InitDocListBox()
@@ -236,12 +239,20 @@ void ScMoveTableDlg::InitDocListBox()
 m_xLbDoc->set_active(nSelPos);
 }
 
+void ScMoveTableDlg::SetOkBtnLabel()
+{
+// tdf#139464 Write "Copy" or "Move" on OK button
+m_xBtnOk->set_label(m_xBtnCopy->get_active() ? m_xBtnCopy->get_label()
+ : m_xBtnMove->get_label());
+}
+
 // Handler:
 
 IMPL_LINK(ScMoveTableDlg, CheckBtnHdl, weld::Toggleable&, rBtn, void)
 {
 if ( == m_xBtnCopy.get())
 ResetRenameInput();
+SetOkBtnLabel();
 }
 
 IMPL_LINK_NOARG(ScMoveTableDlg, OkHdl, weld::Button&, void)


[Libreoffice-commits] core.git: extras/source

2022-04-26 Thread Laurent BP (via logerrit)
 
extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 |binary
 extras/source/templates/offimisc/Businesscard-with-logo/content.xml
  | 1920 --
 extras/source/templates/offimisc/Businesscard-with-logo/meta.xml   
  |5 
 extras/source/templates/offimisc/Businesscard-with-logo/settings.xml   
  |  124 
 extras/source/templates/offimisc/Businesscard-with-logo/styles.xml 
  |   86 
 5 files changed, 106 insertions(+), 2029 deletions(-)

New commits:
commit fd9d71d7706adcbe1191b09c8ba252d2b4dfb50e
Author: Laurent BP 
AuthorDate: Mon Aug 30 10:24:27 2021 +0200
Commit: Laurent Balland-Poirier 
CommitDate: Tue Apr 26 09:42:26 2022 +0200

tdf#143956 Remove page size of Writer templates 3

This patch concerns "offmisc" templates:
- Businesscard-with-logo:
  - use predefined style names to have them automatically translated
  - use automatic date format according to locale settings
  - update preview
  - remove useless duplicate code and unused styles
  - contributor's name to top to fit in A4 and Letter formats
  - remove 1 empty line in table to fit in Letter format also
  - remove useless stuff in settings.xml file. Keep these fields,
because if certain settings are MISSING, xmlimp will consider the file
in old format (thanks to Justin Luth)
  - reindent xml files

Change-Id: Ie1b35fe420dbb445cb5070b8a3726c40184973ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121267
Tested-by: Jenkins
Reviewed-by: Laurent Balland-Poirier 

diff --git 
a/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 
b/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
index 16b482abaf16..f901880f6769 100644
Binary files 
a/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 and 
b/extras/source/templates/offimisc/Businesscard-with-logo/Thumbnails/thumbnail.png
 differ
diff --git 
a/extras/source/templates/offimisc/Businesscard-with-logo/content.xml 
b/extras/source/templates/offimisc/Businesscard-with-logo/content.xml
index 13f9b3469066..da1483bfd2f5 100644
--- a/extras/source/templates/offimisc/Businesscard-with-logo/content.xml
+++ b/extras/source/templates/offimisc/Businesscard-with-logo/content.xml
@@ -5,50 +5,8 @@
 
   
   
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
 
-  
+  
 
 
   
@@ -66,463 +24,59 @@
   
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-
-  
-
- 

[Libreoffice-commits] core.git: extras/source

2022-04-25 Thread Laurent BP (via logerrit)
 extras/source/templates/draw/bpmn/content.xml |   92 +-
 extras/source/templates/draw/bpmn/meta.xml|   12 +++
 extras/source/templates/draw/bpmn/styles.xml  |   36 --
 3 files changed, 72 insertions(+), 68 deletions(-)

New commits:
commit ace2e40a5b89967e247db1ebe9da65d41706d446
Author: Laurent BP 
AuthorDate: Tue Sep 7 08:41:57 2021 +0200
Commit: Laurent Balland-Poirier 
CommitDate: Mon Apr 25 14:37:42 2022 +0200

tdf#143956 Remove page size from Draw templates

Update BPMN template:
  - content.xml:
remove lang and country tags
remove asian and complex tags
  - meta.xml: indent and add title to enable translation
  - styles.xml:
 change style name to English to get automatic
translation
 remove lang and country tags
 remove page size

Change-Id: I23058c63dbc13fa66a1138c20e9840a360b72ea2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132647
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git a/extras/source/templates/draw/bpmn/content.xml 
b/extras/source/templates/draw/bpmn/content.xml
index 7cf9fd2141ca..51f63518c9bd 100644
--- a/extras/source/templates/draw/bpmn/content.xml
+++ b/extras/source/templates/draw/bpmn/content.xml
@@ -492,26 +492,26 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
+  
 
 
   
@@ -522,21 +522,21 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -544,82 +544,82 @@
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -627,71 +627,71 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
   
diff --git a/extras/source/templates/draw/bpmn/meta.xml 
b/extras/source/templates/draw/bpmn/meta.xml
index 858cc31cb772..cfc606ed1eb0 100644
--- a/extras/source/templates/draw/bpmn/meta.xml
+++ b/extras/source/templates/draw/bpmn/meta.xml
@@ -1,2 +1,12 @@
 
-http://www.w3.org/2003/g/data-view#; 
xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
office:version="1.2">2020-05-02T22:10:56.237002020-05-05T15:09:15.89700PT7H39M57S70LibreOfficeDev/7.0.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/35f5520fc83a2c69a5d5eef283a37b1553c8ed65
\ No newline at end of file
+http://www.w3.org/2003/g/data-view#; 
xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
office:version="1.2">
+  
+2020-05-02T22:10:56.23700
+2020-05-05T15:09:15.89700
+BPMN
+PT7H39M57S
+70
+LibreOfficeDev/7.0.0.0.alpha0$Linux_X86_64 
LibreOffice_project/35f5520fc83a2c69a5d5eef283a37b1553c8ed65
+
+  
+
diff --git a/extras/source/templates/draw/bpmn/styles.xml 
b/extras/source/templates/draw/bpmn/styles.xml
index 

[Libreoffice-commits] core.git: extras/source

2021-12-06 Thread Laurent BP (via logerrit)
 extras/source/templates/personal/CV/content.xml  |  118 +++
 extras/source/templates/personal/CV/styles.xml   |  106 -
 extras/source/templates/personal/Resume1page/content.xml |  108 +
 extras/source/templates/personal/Resume1page/styles.xml  |   92 ---
 4 files changed, 70 insertions(+), 354 deletions(-)

New commits:
commit 87882007a1dd90a8f88b06ee20068b413b8ff0fe
Author: Laurent BP 
AuthorDate: Thu Aug 26 10:23:48 2021 +0200
Commit: Laurent Balland-Poirier 
CommitDate: Sun Dec 5 17:39:44 2021 +0100

tdf#143956 Remove page size of Writer templates

Removing page size force LibO to automaticaly choose page size according
to locale settings (instead of fixed size in template).
Remove unused styles. They will be defined by LibO according to locale
settings
This patch concerns "personal" templates:
- CV
- Resume1page

Change-Id: I107d914a5dedffacf6ec080eebf910fbd8333d21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121130
Tested-by: Jenkins
Reviewed-by: Laurent Balland-Poirier 

diff --git a/extras/source/templates/personal/CV/content.xml 
b/extras/source/templates/personal/CV/content.xml
index e60bda7806e3..5ff5a57bf776 100644
--- a/extras/source/templates/personal/CV/content.xml
+++ b/extras/source/templates/personal/CV/content.xml
@@ -6,16 +6,16 @@
 
   
   
-
+
   
 
-
+
   
 
-
+
   
 
-
+
   
 
   
@@ -32,224 +32,224 @@
   
 
   
-  
-
-
+  
+
+
 
-  
+  
 
   About 
me
 
   
-  
+  
 
   
 
 
-  
+  
 Name
   
-  
+  
 Joe Bloggs
   
 
 
-  
+  
 Address
   
-  
+  
 42 Main Street
   
 
 
-  
+  
 
   
-  
+  
 258348 Anytown
   
 
 
-  
+  
 Phone
   
-  
+  
 3208578573
   
 
 
-  
+  
 Email
   
-  
+  
 j.blo...@localhost.com
   
 
 
-  
+  
 Date of Birth
   
-  
+  
 15th August 
1991
   
 
 
-  
+  
 Nationality
   
-  
+  
 British
   
 
 
-  
+  
 
   
-  
+  
 
   
 
 
-  
+  
 
   Experience
 
   
-  
+  
 
   
 
 
-  
+  
 Jun. 2008 -present
   
-  
+  
 Lorem ipsum dolor sit amet, 
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
   
 
 
-  
+  
 Feb. 2004 – Nov. 2006
   
-  
+  
 At vero eos et accusam et justo 
duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est 
Lorem ipsum dolor sit amet.
   
 
 
-  
+  
 
   
-  
+  
 
   
 
 
-  
+  
 
   Education
 
   
-  
+  
 
   
 
 
-  
+  
 2010 - present
   
-  
+  
 Msc. Lorem Ipsum at LID 
University of Applied Sciences
   
 
 
-  
+  
 2007 - 2010
   
-  
+  
 Lorem ipsum dolor sit amet, 
consetetur sadipscing elitr, sed diam, 97%
   
 
 
-  
+  
 2005 – 2007
   
-  
+  
 Hec prodere movens adipiscur 
esse
   
 
 
-  
+  
 
   
-  
+  
 
   
 
 
-  
+  
 
   Skills
 
   
-  
+  
 
   
 
 
-  
+  
 Software
   
-  
+  
 LibreOffice, LaTeX, Git
   
 
 
-  
+  
 Programming
   
-  
+  
 C, C++
   
 
 
-  
+  
   

[Libreoffice-commits] core.git: extras/source

2021-12-06 Thread Laurent BP (via logerrit)
 extras/source/templates/styles/Default/styles.xml |   86 +-
 extras/source/templates/styles/Modern/styles.xml  |   78 +--
 extras/source/templates/styles/Simple/styles.xml  |   40 +-
 3 files changed, 16 insertions(+), 188 deletions(-)

New commits:
commit 19c8404ff66e259787ec28e067c2a5828b7df3be
Author: Laurent BP 
AuthorDate: Fri Sep 3 17:04:32 2021 +0200
Commit: Laurent Balland-Poirier 
CommitDate: Sun Dec 5 18:20:07 2021 +0100

tdf#143956 Remove page size of Writer templates 4

This patch concerns "styles" templates:
- Default:
  - remove some styles without specific behavior
- Modern:
  - remove some styles without specific behavior
- Simple:
  - remove lang tags

Change-Id: I04690ef9d6db3c1296b3c870e03c8915c5c85260
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121610
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
Reviewed-by: Laurent Balland-Poirier 

diff --git a/extras/source/templates/styles/Default/styles.xml 
b/extras/source/templates/styles/Default/styles.xml
index 8973168bc11f..fcca12a6ae39 100644
--- a/extras/source/templates/styles/Default/styles.xml
+++ b/extras/source/templates/styles/Default/styles.xml
@@ -17,7 +17,7 @@
 
 
   
-  
+  
 
 
   
@@ -33,21 +33,7 @@
 
   
 
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-
+
   
   
 
@@ -65,7 +51,7 @@
 
 
   
-  
+  
 
 
   
@@ -83,75 +69,13 @@
   
   
 
-
-
-
-
-
-
-
-
-
-
-
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-
 
 
-
+
   
   
 
-  
+  
 
   
   
diff --git a/extras/source/templates/styles/Modern/styles.xml 
b/extras/source/templates/styles/Modern/styles.xml
index dc01ce2cf14a..703fe8ab616d 100644
--- a/extras/source/templates/styles/Modern/styles.xml
+++ b/extras/source/templates/styles/Modern/styles.xml
@@ -18,7 +18,7 @@
 
 
   
-  
+  
 
 
   
@@ -28,7 +28,7 @@
 
 
   
-  
+  
 
 
   
@@ -36,23 +36,9 @@
 
 
   
-  
+  
 
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-
+
   
   
 
@@ -70,7 +56,7 @@
 
 
   
-  
+  
 
 
   
@@ -100,65 +86,13 @@
   
   
 
-
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-  
-
-  
-
-  
-
 
 
 
   
   
 
-  
+  
 
   
   
diff --git a/extras/source/templates/styles/Simple/styles.xml 
b/extras/source/templates/styles/Simple/styles.xml
index 45a5080b655b..3d403a57e809 100644
--- a/extras/source/templates/styles/Simple/styles.xml
+++ b/extras/source/templates/styles/Simple/styles.xml
@@ -2,12 +2,12 @@
 http://openoffice.org/2004/office; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; xm
 lns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 

[Libreoffice-commits] core.git: extras/source

2021-12-06 Thread Laurent BP (via logerrit)
 extras/source/templates/officorr/Modern_business_letter_sans_serif/content.xml 
|   56 --
 extras/source/templates/officorr/Modern_business_letter_sans_serif/styles.xml  
|  143 --
 
extras/source/templates/officorr/Modern_business_letter_serif/Thumbnails/thumbnail.png
 |binary
 extras/source/templates/officorr/Modern_business_letter_serif/content.xml  
|  238 --
 extras/source/templates/officorr/Modern_business_letter_serif/styles.xml   
|  155 --
 5 files changed, 34 insertions(+), 558 deletions(-)

New commits:
commit ec25082ca76b5342a5be29cc9dc7cf7d0ad40b4e
Author: Laurent BP 
AuthorDate: Fri Aug 27 10:03:34 2021 +0200
Commit: Laurent Balland-Poirier 
CommitDate: Sun Dec 5 17:40:39 2021 +0100

tdf#143956 Remove page size of Writer templates 2

This patch concerns "offcorr" templates:
- Modern business letter sans serif:
  - use predefined style names to have them automatically translated
  - use automatic date format according to locale settings
- Modern business letter serif:
  - use predefined style names to have them automatically translated
  - use automatic date format according to locale settings
  - update preview
  - reduce green rectangle to fit Letter format
  - left align text to fit with A4 and Letter (instead of Tab)
  - remove unused styles

Change-Id: Ieedeec05050509f5ec82ce97b9b9483c239e87d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121175
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
Reviewed-by: Laurent Balland-Poirier 

diff --git 
a/extras/source/templates/officorr/Modern_business_letter_sans_serif/content.xml
 
b/extras/source/templates/officorr/Modern_business_letter_sans_serif/content.xml
index 30babdd7d09f..456f706dd335 100644
--- 
a/extras/source/templates/officorr/Modern_business_letter_sans_serif/content.xml
+++ 
b/extras/source/templates/officorr/Modern_business_letter_sans_serif/content.xml
@@ -5,58 +5,27 @@
 
   
   
-
-  
-
-  
-  
-  
-
-  
-
-
-  
-
-
-  
-
-  
-
-  
+
 
 
   
 
-
-  
-  
-  
-
 
   
 
-
-  
-
 
   
 
 
   
 
-
-  
-
 
-  
+  
 
-
+
   
-  / 
   
-   
   
-  /
 
   
   
@@ -69,17 +38,12 @@
 
   
   
-
+
   
 
-  Put your
-
-
+  Put your 
   LOGO
-   
-
-
-  here
+   here
 
   
 
@@ -103,7 +67,7 @@
 
 state
   
-  
+  
 Title
 Recipient's 
name
 
@@ -115,14 +79,14 @@
 state
   
   
-2017. 
augusztus 4.
+
   
-  Dear Title Recipient's 
name, 

+  Dear Title Recipient's name, 

   Lorem ipsum dolor sit amet, 
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et 
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco 
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in 
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia 
deserunt mollit anim id est laborum.
   Lorem ipsum dolor sit amet, 
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et 
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco 
laboris nisi ut aliquip ex ea commodo consequat. 
   We are looking forward to hearing 
from you soon.
   Yours sincerely,
-  
+  
 Sender's 
name
   
 
diff --git 
a/extras/source/templates/officorr/Modern_business_letter_sans_serif/styles.xml 
b/extras/source/templates/officorr/Modern_business_letter_sans_serif/styles.xml
index 3e49971f46cd..8594e156ba57 100644
--- 
a/extras/source/templates/officorr/Modern_business_letter_sans_serif/styles.xml
+++ 
b/extras/source/templates/officorr/Modern_business_letter_sans_serif/styles.xml
@@ -4,8 +4,6 @@
 
   
   
-
-
 
   
   
@@ -17,149 +15,25 @@
   
   
 
-
-  
-
-
-  
-
 
-
-  
-  
-
 
   
 
-
-  
-
-
-  
-  
-
-
-  
-
-
+
   
 
-  
   
 
   
   
 
-
+
   
   
 
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
- 

[Libreoffice-commits] core.git: extras/README

2021-02-18 Thread Laurent BP (via logerrit)
 extras/README |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 22cc13ae083c8c092c657003c27a71a3ab5fea95
Author: Laurent BP 
AuthorDate: Sun Jan 31 19:03:10 2021 +0100
Commit: Laurent Balland-Poirier 
CommitDate: Thu Feb 18 18:18:10 2021 +0100

Clearer text to add new Impress template

Change-Id: I291d90795b1b2a6c160bdf20544df73dbb8054c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110209
Reviewed-by: Heiko Tietze 
Tested-by: Jenkins

diff --git a/extras/README b/extras/README
index 448d0baafa77..8644d990d5d9 100644
--- a/extras/README
+++ b/extras/README
@@ -29,10 +29,11 @@ How-to add a new autotext to an existing category
 
 How-to add a new Impress template
+ clean-up template file as indicated on wiki 
https://wiki.documentfoundation.org/Documentation/HowTo/Impress/Make_template_language_independent
-   + unzip Foo.otp in extras/source/templates/presnt/Foo (no space allowed 
in any file names)
-   + add Foo.otp in Package_tplpresnt.mk
+   + add Foo in meta.xml to make presentation name 
translatable
+   + unzip Foo.otp file in extras/source/templates/presnt/Foo (no space 
allowed in any file names)
+   + add "Foo.otp" in Package_tplpresnt.mk
+ in CustomTarget_tplpresnt.mk:
-   + add Foo / in extras_TEMPLATES_PRESENTATIONS
+   + add "Foo /" in extras_TEMPLATES_PRESENTATIONS
+ add files names contained in Foo.otp (except mimetype) in 
extras_PRESENTATIONS_XMLFILES
+ if Foo.otp contains files with other extension than .xml, 
.svm, .svg, .png and .jpg
+ add a CPY call at the end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - starmath/source

2021-01-02 Thread Laurent BP (via logerrit)
 starmath/source/ElementsDockingWindow.cxx |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit ca9abb3c513f10e041d9a52bc256516739fdca69
Author: Laurent BP 
AuthorDate: Mon Nov 30 19:37:49 2020 +0100
Commit: Noel Grandin 
CommitDate: Sat Jan 2 20:30:58 2021 +0100

tdf#139328 Update Starmath examples

Some corrections and addition to examples to show more different uses:
- Circumference: add spaces for a better readibility
- Pytahorean: use sqrt function
- Newton: use times for multiplication and vec
- special relativity: 't' instead of 'T'
- Euler-Lagrange: right parenthesis misplaced
- FTC: inversion of border value
- Chaos: use bold r and double vertical lines
- Taylor series: use fact function instead of exclamation mark
and remove extra {}
- Gauss distribution: more logical repartition of spaces

Change-Id: I4563a8c031de2c8db1b1c674a29e7b1d843d57e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107050
Tested-by: Jenkins
Reviewed-by: Dante DM 
Reviewed-by: Noel Grandin 
(cherry picked from commit ad8485ebe11396aaac68095ef9eec819de6af26c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108578

diff --git a/starmath/source/ElementsDockingWindow.cxx 
b/starmath/source/ElementsDockingWindow.cxx
index 5083d94ff010..0ee85b49eab8 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -254,17 +254,17 @@ const SmElementDescr SmElementsControl::m_aOthersList[] =
 const SmElementDescr SmElementsControl::m_aExamplesList[] =
 {
 {"{func e}^{i %pi} + 1 = 0", RID_EXAMPLE_EULER_IDENTITY_HELP},
-{"C=%pi cdot d = 2 cdot %pi cdot r", RID_EXAMPLE_CIRCUMFERENCE_HELP},
-{"a^2 + b^2 = c^2", RID_EXAMPLE_PYTHAGOREAN_THEO_HELP},
-{"F = m a", RID_EXAMPLE_2NEWTON},
+{"C = %pi cdot d = 2 cdot %pi cdot r", RID_EXAMPLE_CIRCUMFERENCE_HELP},
+{"c = sqrt{ a^2 + b^2 }", RID_EXAMPLE_PYTHAGOREAN_THEO_HELP},
+{"vec F = m times vec a", RID_EXAMPLE_2NEWTON},
 {"E = m c^2", RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP},
 {"G_{%mu %nu} + %LAMBDA g_{%mu %nu}= frac{8 %pi G}{c^4} T_{%mu %nu}", 
RID_EXAMPLE_GENERAL_RELATIVITY_HELP},
-{" %DELTA t' = { %DELTA T } over sqrt{ 1 - v^2 over c^2 } ", 
RID_EXAMPLE_SPECIAL_RELATIVITY_HELP },
-{ "d over dt left( {partial L}over{partial dot q} = {partial 
L}over{partial q} right)", RID_EXAMPLE_EULER_LAGRANGE_HELP },
-{"int from a to b f'(x) dx = f(a) - f(b)", RID_EXAMPLE_FTC_HELP},
-{ "abs{ %delta Z(t) } approx e^{%lambda t} abs{ %delta Z(0) }", 
RID_EXAMPLE_CHAOS_HELP},
-{"f ( x ) = sum from { { n = 0 } } to { infinity } { {f^{(n)}(x_0)} over 
{n!} (x-x_0)^n}", RID_EXAMPLE_A_TAYLOR_SERIES_HELP},
-{"f ( x ) = {1} over {%sigma sqrt{2%pi} }func e^-{{(x-%mu)^2} over 
{2%sigma^2}}", RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP},
+{"%DELTA t' = { %DELTA t } over sqrt{ 1 - v^2 over c^2 }", 
RID_EXAMPLE_SPECIAL_RELATIVITY_HELP },
+{"d over dt left( {partial L}over{partial dot q} right) = {partial 
L}over{partial q}", RID_EXAMPLE_EULER_LAGRANGE_HELP },
+{"int from a to b f'(x) dx = f(b) - f(a)", RID_EXAMPLE_FTC_HELP},
+{"ldline %delta bold{r}(t) rdline approx e^{%lambda t} ldline %delta { 
bold{r} }_0 rdline", RID_EXAMPLE_CHAOS_HELP},
+{"f(x) = sum from { n=0 } to { infinity } { {f^{(n)}(x_0) } over { fact{n} 
} (x-x_0)^n }", RID_EXAMPLE_A_TAYLOR_SERIES_HELP},
+{"f(x) = {1} over { %sigma sqrt{2 %pi} } func e^-{ {(x-%mu)^2} over {2 
%sigma^2} }", RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP},
 };
 
 #define AS_PAIR(a) a, SAL_N_ELEMENTS(a)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: starmath/source

2020-12-20 Thread Laurent BP (via logerrit)
 starmath/source/ElementsDockingWindow.cxx |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit ad8485ebe11396aaac68095ef9eec819de6af26c
Author: Laurent BP 
AuthorDate: Mon Nov 30 19:37:49 2020 +0100
Commit: Noel Grandin 
CommitDate: Mon Dec 21 07:37:22 2020 +0100

Update Starmath examples

Some corrections and addition to examples to show more different uses:
- Circumference: add spaces for a better readibility
- Pytahorean: use sqrt function
- Newton: use times for multiplication and vec
- special relativity: 't' instead of 'T'
- Euler-Lagrange: right parenthesis misplaced
- FTC: inversion of border value
- Chaos: use bold r and double vertical lines
- Taylor series: use fact function instead of exclamation mark
and remove extra {}
- Gauss distribution: more logical repartition of spaces

Change-Id: I4563a8c031de2c8db1b1c674a29e7b1d843d57e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107050
Tested-by: Jenkins
Reviewed-by: Dante DM 
Reviewed-by: Noel Grandin 

diff --git a/starmath/source/ElementsDockingWindow.cxx 
b/starmath/source/ElementsDockingWindow.cxx
index f45b42013af1..f511d8b0192d 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -252,17 +252,17 @@ const SmElementDescr SmElementsControl::m_aOthersList[] =
 const SmElementDescr SmElementsControl::m_aExamplesList[] =
 {
 {"{func e}^{i %pi} + 1 = 0", RID_EXAMPLE_EULER_IDENTITY_HELP},
-{"C=%pi cdot d = 2 cdot %pi cdot r", RID_EXAMPLE_CIRCUMFERENCE_HELP},
-{"a^2 + b^2 = c^2", RID_EXAMPLE_PYTHAGOREAN_THEO_HELP},
-{"F = m a", RID_EXAMPLE_2NEWTON},
+{"C = %pi cdot d = 2 cdot %pi cdot r", RID_EXAMPLE_CIRCUMFERENCE_HELP},
+{"c = sqrt{ a^2 + b^2 }", RID_EXAMPLE_PYTHAGOREAN_THEO_HELP},
+{"vec F = m times vec a", RID_EXAMPLE_2NEWTON},
 {"E = m c^2", RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP},
 {"G_{%mu %nu} + %LAMBDA g_{%mu %nu}= frac{8 %pi G}{c^4} T_{%mu %nu}", 
RID_EXAMPLE_GENERAL_RELATIVITY_HELP},
-{" %DELTA t' = { %DELTA T } over sqrt{ 1 - v^2 over c^2 } ", 
RID_EXAMPLE_SPECIAL_RELATIVITY_HELP },
-{ "d over dt left( {partial L}over{partial dot q} = {partial 
L}over{partial q} right)", RID_EXAMPLE_EULER_LAGRANGE_HELP },
-{"int from a to b f'(x) dx = f(a) - f(b)", RID_EXAMPLE_FTC_HELP},
-{ "abs{ %delta Z(t) } approx e^{%lambda t} abs{ %delta Z(0) }", 
RID_EXAMPLE_CHAOS_HELP},
-{"f ( x ) = sum from { { n = 0 } } to { infinity } { {f^{(n)}(x_0)} over 
{n!} (x-x_0)^n}", RID_EXAMPLE_A_TAYLOR_SERIES_HELP},
-{"f ( x ) = {1} over {%sigma sqrt{2%pi} }func e^-{{(x-%mu)^2} over 
{2%sigma^2}}", RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP},
+{"%DELTA t' = { %DELTA t } over sqrt{ 1 - v^2 over c^2 }", 
RID_EXAMPLE_SPECIAL_RELATIVITY_HELP },
+{"d over dt left( {partial L}over{partial dot q} right) = {partial 
L}over{partial q}", RID_EXAMPLE_EULER_LAGRANGE_HELP },
+{"int from a to b f'(x) dx = f(b) - f(a)", RID_EXAMPLE_FTC_HELP},
+{"ldline %delta bold{r}(t) rdline approx e^{%lambda t} ldline %delta { 
bold{r} }_0 rdline", RID_EXAMPLE_CHAOS_HELP},
+{"f(x) = sum from { n=0 } to { infinity } { {f^{(n)}(x_0) } over { fact{n} 
} (x-x_0)^n }", RID_EXAMPLE_A_TAYLOR_SERIES_HELP},
+{"f(x) = {1} over { %sigma sqrt{2 %pi} } func e^-{ {(x-%mu)^2} over {2 
%sigma^2} }", RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP},
 };
 
 #define AS_PAIR(a) a, SAL_N_ELEMENTS(a)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/qa

2020-07-06 Thread Laurent BP (via logerrit)
 sc/qa/unit/uicalc/data/tdf133342.ods |binary
 sc/qa/unit/uicalc/uicalc.cxx |   25 +
 2 files changed, 25 insertions(+)

New commits:
commit 9e2da576bd07a389599f833f2cf1b09e6ead962d
Author: Laurent BP 
AuthorDate: Wed Jun 3 19:08:59 2020 +0200
Commit: Xisco Fauli 
CommitDate: Mon Jul 6 09:27:53 2020 +0200

tdf#133342 UnitTest Add/Delete decimal of percent

Space between number and percent sign should be
preserved while adding/deleting decimals

Change-Id: Ia80faf5eb9ed76bdfb8b26137e2bd4dafd53b062
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95449
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/unit/uicalc/data/tdf133342.ods 
b/sc/qa/unit/uicalc/data/tdf133342.ods
new file mode 100644
index ..3632784f78cb
Binary files /dev/null and b/sc/qa/unit/uicalc/data/tdf133342.ods differ
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index e93ac339ae76..d2c4bc9bb1a2 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -257,6 +257,31 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf83901)
 CPPUNIT_ASSERT_EQUAL(3.0, pDoc->GetValue(ScAddress(0, 1, 0)));
 }
 
+CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf133342)
+{
+ScModelObj* pModelObj = createDoc("tdf133342.ods");
+ScDocument* pDoc = pModelObj->GetDocument();
+CPPUNIT_ASSERT(pDoc);
+
+//Select cell A1
+CPPUNIT_ASSERT_EQUAL(OUString("12,35 %"), pDoc->GetString(ScAddress(0, 0, 
0)));
+//Add decimals
+dispatchCommand(mxComponent, ".uno:NumberFormatIncDecimals", {});
+//Space should preserved before percent sign
+CPPUNIT_ASSERT_EQUAL(OUString("12,346 %"), pDoc->GetString(ScAddress(0, 0, 
0)));
+
+//Delete decimals
+dispatchCommand(mxComponent, ".uno:NumberFormatDecDecimals", {});
+dispatchCommand(mxComponent, ".uno:NumberFormatDecDecimals", {});
+dispatchCommand(mxComponent, ".uno:NumberFormatDecDecimals", {});
+//Space should preserved before percent sign
+CPPUNIT_ASSERT_EQUAL(OUString("12 %"), pDoc->GetString(ScAddress(0, 0, 
0)));
+
+dispatchCommand(mxComponent, ".uno:NumberFormatDecDecimals", {});
+//Space should preserved before percent sign
+CPPUNIT_ASSERT_EQUAL(OUString("12 %"), pDoc->GetString(ScAddress(0, 0, 
0)));
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - cui/source include/svl sc/source svl/source

2020-06-16 Thread Laurent BP (via logerrit)
 cui/source/tabpages/numfmt.cxx |   13 +++---
 include/svl/zformat.hxx|4 +
 sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx |   14 +++---
 sc/source/ui/view/formatsh.cxx |4 +
 sc/source/ui/view/viewfunc.cxx |4 -
 svl/source/numbers/zforlist.cxx|8 ++-
 svl/source/numbers/zformat.cxx |   43 +
 7 files changed, 72 insertions(+), 18 deletions(-)

New commits:
commit 82365fe69c15c65589f709d539ed8e9c4f86a48e
Author: Laurent BP 
AuthorDate: Sun May 24 22:30:41 2020 +0200
Commit: Xisco Fauli 
CommitDate: Tue Jun 16 13:36:11 2020 +0200

tdf#103414 Add/Delete decimal for 100th second

Use Add/Delete decimal to change precision of time and duration
Apply only to 100th second

Change-Id: I2ff1b01db7ee67645511fcf7ea6bf65055e92a8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94765
Tested-by: Jenkins
Reviewed-by: Eike Rathke 
(cherry picked from commit 1861363d623963461905f42aa0b9dc2301f2eaaa)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96349
Reviewed-by: Xisco Fauli 

diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index 109c9ef8982f..4297cd52241e 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -920,6 +920,7 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 case CAT_PERCENT:
 case CAT_CURRENCY:
 case CAT_FRACTION:
+case CAT_TIME:
 m_xFtOptions->set_sensitive(true);
 if ( nCategory == CAT_FRACTION )
 {
@@ -931,8 +932,8 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 m_xFtDecimals->set_sensitive(true);
 m_xEdDecimals->set_sensitive(true);
 }
-m_xFtLeadZeroes->set_sensitive(true);
-m_xEdLeadZeroes->set_sensitive(true);
+m_xFtLeadZeroes->set_sensitive( nCategory != CAT_TIME );
+m_xEdLeadZeroes->set_sensitive( nCategory != CAT_TIME );
 m_xBtnNegRed->set_sensitive(true);
 if ( nCategory == CAT_NUMBER && m_xLbFormat->get_selected_index() 
== 0 )
 m_xEdDecimals->set_text( "" ); //General format tdf#44399
@@ -941,12 +942,13 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 m_xEdDenominator->set_value( nDecimals );
 else
 m_xEdDecimals->set_value( nDecimals );
-m_xEdLeadZeroes->set_value( nZeroes );
+if ( nCategory != CAT_TIME )
+m_xEdLeadZeroes->set_value( nZeroes );
 m_xBtnNegRed->set_active( bNegRed );
 if ( nCategory != CAT_SCIENTIFIC )
 {
-m_xBtnThousand->set_sensitive(true);
-m_xBtnThousand->set_active( bThousand );
+m_xBtnThousand->set_sensitive( nCategory != CAT_TIME );
+m_xBtnThousand->set_active( bThousand && nCategory != CAT_TIME 
);
 }
 break;
 
@@ -954,7 +956,6 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 case CAT_USERDEFINED:
 case CAT_TEXT:
 case CAT_DATE:
-case CAT_TIME:
 case CAT_BOOLEAN:
 default:
 m_xFtOptions->set_sensitive(false);
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index abd805d187e5..089a4b0e48e6 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -305,6 +305,10 @@ public:
 /// Round fNumber to its fraction representation
 double GetRoundFractionValue ( double fNumber ) const;
 
+/// Create a format string for time with a new precision
+OUString GetFormatStringForTimePrecision( int nPrecision ) const;
+
+
 /** If the count of string elements (substrings, ignoring [modifiers] and
 so on) in a subformat code nNumFor (0..3) is equal to the given number.
 Used by ImpSvNumberInputScan::IsNumberFormatMain() to detect a matched
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx 
b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index eeb46ef316ad..324ebe8f8171 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -197,14 +197,14 @@ void NumberFormatPropertyPanel::NotifyItemUpdate(
 sal_uInt16 nVal = pItem->GetValue();
 mnCategorySelected = nVal;
 mxLbCategory->set_active(nVal);
-if( nVal < 4 ||  // General, Number, Percent and Currency
-nVal == 6 || // scientific also
-nVal == 7 )  // fraction
+if (nVal < 8 &&  // General, Number, Percent, Currency, Time, 
Scientific, Fraction
+nVal != 4 )  // 

[Libreoffice-commits] core.git: cui/source include/svl sc/source svl/source

2020-06-15 Thread Laurent BP (via logerrit)
 cui/source/tabpages/numfmt.cxx |   13 +++---
 include/svl/zformat.hxx|4 +
 sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx |   14 +++---
 sc/source/ui/view/formatsh.cxx |4 +
 sc/source/ui/view/viewfunc.cxx |4 -
 svl/source/numbers/zforlist.cxx|8 ++-
 svl/source/numbers/zformat.cxx |   43 +
 7 files changed, 72 insertions(+), 18 deletions(-)

New commits:
commit 1861363d623963461905f42aa0b9dc2301f2eaaa
Author: Laurent BP 
AuthorDate: Sun May 24 22:30:41 2020 +0200
Commit: Eike Rathke 
CommitDate: Mon Jun 15 19:37:12 2020 +0200

tdf#103414 Add/Delete decimal for 100th second

Use Add/Delete decimal to change precision of time and duration
Apply only to 100th second

Change-Id: I2ff1b01db7ee67645511fcf7ea6bf65055e92a8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94765
Tested-by: Jenkins
Reviewed-by: Eike Rathke 

diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index 109c9ef8982f..4297cd52241e 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -920,6 +920,7 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 case CAT_PERCENT:
 case CAT_CURRENCY:
 case CAT_FRACTION:
+case CAT_TIME:
 m_xFtOptions->set_sensitive(true);
 if ( nCategory == CAT_FRACTION )
 {
@@ -931,8 +932,8 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 m_xFtDecimals->set_sensitive(true);
 m_xEdDecimals->set_sensitive(true);
 }
-m_xFtLeadZeroes->set_sensitive(true);
-m_xEdLeadZeroes->set_sensitive(true);
+m_xFtLeadZeroes->set_sensitive( nCategory != CAT_TIME );
+m_xEdLeadZeroes->set_sensitive( nCategory != CAT_TIME );
 m_xBtnNegRed->set_sensitive(true);
 if ( nCategory == CAT_NUMBER && m_xLbFormat->get_selected_index() 
== 0 )
 m_xEdDecimals->set_text( "" ); //General format tdf#44399
@@ -941,12 +942,13 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 m_xEdDenominator->set_value( nDecimals );
 else
 m_xEdDecimals->set_value( nDecimals );
-m_xEdLeadZeroes->set_value( nZeroes );
+if ( nCategory != CAT_TIME )
+m_xEdLeadZeroes->set_value( nZeroes );
 m_xBtnNegRed->set_active( bNegRed );
 if ( nCategory != CAT_SCIENTIFIC )
 {
-m_xBtnThousand->set_sensitive(true);
-m_xBtnThousand->set_active( bThousand );
+m_xBtnThousand->set_sensitive( nCategory != CAT_TIME );
+m_xBtnThousand->set_active( bThousand && nCategory != CAT_TIME 
);
 }
 break;
 
@@ -954,7 +956,6 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool 
bCheckCatChange /*= sal_Fa
 case CAT_USERDEFINED:
 case CAT_TEXT:
 case CAT_DATE:
-case CAT_TIME:
 case CAT_BOOLEAN:
 default:
 m_xFtOptions->set_sensitive(false);
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index abd805d187e5..089a4b0e48e6 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -305,6 +305,10 @@ public:
 /// Round fNumber to its fraction representation
 double GetRoundFractionValue ( double fNumber ) const;
 
+/// Create a format string for time with a new precision
+OUString GetFormatStringForTimePrecision( int nPrecision ) const;
+
+
 /** If the count of string elements (substrings, ignoring [modifiers] and
 so on) in a subformat code nNumFor (0..3) is equal to the given number.
 Used by ImpSvNumberInputScan::IsNumberFormatMain() to detect a matched
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx 
b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index eeb46ef316ad..324ebe8f8171 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -197,14 +197,14 @@ void NumberFormatPropertyPanel::NotifyItemUpdate(
 sal_uInt16 nVal = pItem->GetValue();
 mnCategorySelected = nVal;
 mxLbCategory->set_active(nVal);
-if( nVal < 4 ||  // General, Number, Percent and Currency
-nVal == 6 || // scientific also
-nVal == 7 )  // fraction
+if (nVal < 8 &&  // General, Number, Percent, Currency, Time, 
Scientific, Fraction
+nVal != 4 )  // not Date
 {
 bool bIsScientific ( nVal == 6 );// For scientific, 
Thousand separator is replaced by Engineering notation
  

[Libreoffice-commits] core.git: include/svl svl/source

2020-05-25 Thread Laurent BP (via logerrit)
 include/svl/zformat.hxx |2 ++
 svl/source/numbers/zforlist.cxx |2 +-
 svl/source/numbers/zformat.cxx  |   34 ++
 3 files changed, 37 insertions(+), 1 deletion(-)

New commits:
commit 20f3a7e461381eb0db3e4ff526b69f3b1185c1c9
Author: Laurent BP 
AuthorDate: Sun May 24 13:29:45 2020 +0200
Commit: Eike Rathke 
CommitDate: Mon May 25 22:43:13 2020 +0200

tdf#133342 Add user defined percent string

With Add/Delete decimal place, insert percent char
and string text between number and '%'

Change-Id: I4a97e4361228020803810692d7977e5806baf180
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94757
Tested-by: Jenkins
Reviewed-by: Eike Rathke 

diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 5b6f70243f96..abd805d187e5 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -297,6 +297,8 @@ public:
 // nPos == 0x => last substring
 short GetNumForType( sal_uInt16 nNumFor, sal_uInt16 nPos ) const;
 
+OUString GetPercentString( sal_uInt16 nNumFor = 0 ) const;
+
 OUString GetDenominatorString( sal_uInt16 nNumFor ) const;
 OUString GetNumeratorString( sal_uInt16 nNumFor ) const;
 OUString GetIntegerFractionDelimiterString( sal_uInt16 nNumFor ) const;
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 8186800ec613..f8652a0c1284 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -3094,7 +3094,7 @@ OUString SvNumberFormatter::GenerateFormat(sal_uInt32 
nIndex,
 }
 if (eType == SvNumFormatType::PERCENT)
 {
-sString.append('%');
+sString.append( pFormat->GetPercentString() );
 }
 else if (eType == SvNumFormatType::SCIENTIFIC)
 {
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 4532e33449b1..8e78cf6ee613 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -2289,6 +2289,33 @@ void lcl_GetOutputStringScientific(double fNumber, 
sal_uInt16 nCharCount,
   nPrec, 
rFormatter.GetNumDecimalSep()[0], true );
 }
 
+OUString lcl_GetPercentString(const ImpSvNumberformatInfo , sal_uInt16 
nCnt)
+{
+sal_Int32 i;
+OUStringBuffer aPercentString;
+for( i = 0; i < nCnt; i++ )
+{
+if( rInfo.nTypeArray[i] == NF_SYMBOLTYPE_PERCENT )
+{
+aPercentString.append( rInfo.sStrArray[i] );
+bool bStringFound = false;
+for( i--; i >= 0 && rInfo.nTypeArray[i] == NF_SYMBOLTYPE_STRING ; 
i-- )
+{
+if( !bStringFound )
+{
+bStringFound = true;
+aPercentString.insert( 0, "\"" );
+}
+aPercentString.insert( 0, rInfo.sStrArray[i] );
+}
+i = nCnt;
+if( bStringFound )
+aPercentString.insert( 0, "\"" );
+  }
+}
+return aPercentString.makeStringAndClear();
+}
+
 OUString lcl_GetDenominatorString(const ImpSvNumberformatInfo , 
sal_uInt16 nCnt)
 {
 sal_Int32 i;
@@ -2363,6 +2390,13 @@ OUString lcl_GetIntegerFractionDelimiterString(const 
ImpSvNumberformatInfo 
 
 }
 
+OUString SvNumberformat::GetPercentString( sal_uInt16 nNumFor ) const
+{
+const ImpSvNumberformatInfo& rInfo = NumFor[nNumFor].Info();
+sal_uInt16 nCnt = NumFor[nNumFor].GetCount();
+return lcl_GetPercentString( rInfo, nCnt );
+}
+
 OUString SvNumberformat::GetDenominatorString( sal_uInt16 nNumFor ) const
 {
 const ImpSvNumberformatInfo& rInfo = NumFor[nNumFor].Info();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/CustomTarget_tplpresnt.mk extras/source

2020-05-13 Thread Laurent BP (via logerrit)
 extras/CustomTarget_tplpresnt.mk   
  |2 
 extras/source/templates/presnt/Blueprint_Plans/META-INF/manifest.xml   
  |2 
 
extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D03918081590A75FCF.png
 |binary
 
extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D0F25E20EA381A5EBD.png
 |binary
 
extras/source/templates/presnt/Blueprint_Plans/Pictures/Blueprint_Plans-first-bg-wide.svg
|  895 ++
 
extras/source/templates/presnt/Blueprint_Plans/Pictures/Blueprint_Plans-second-bg-wide.svg
   |  825 +
 extras/source/templates/presnt/Blueprint_Plans/Thumbnails/thumbnail.png
  |binary
 extras/source/templates/presnt/Blueprint_Plans/content.xml 
  |7 
 extras/source/templates/presnt/Blueprint_Plans/styles.xml  
  |  678 ++-
 9 files changed, 2322 insertions(+), 87 deletions(-)

New commits:
commit 67bf7dfa9fb784bb6826e631264af1a98aa0e2d9
Author: Laurent BP 
AuthorDate: Fri May 8 15:19:20 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu May 14 04:19:28 2020 +0200

tdf#132771 Update Blueprint Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in styles.xml
* remove useless text page number in English in styles.xml
Update:
* use wide pictures for background (contribution of  Rizal Muttaqin)
* duplicate master pages for 16:9 and 4:3 proportion
* restore proportion of CC-BY-SA picture

Change-Id: I879b5ef3eb895d261f5946b370b874ab8bd20927
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93742
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/extras/CustomTarget_tplpresnt.mk b/extras/CustomTarget_tplpresnt.mk
index 9767be4a0753..fae528536b28 100644
--- a/extras/CustomTarget_tplpresnt.mk
+++ b/extras/CustomTarget_tplpresnt.mk
@@ -57,6 +57,8 @@ extras_PRESENTATIONS_XMLFILES := \
Blueprint_Plans/Pictures/1058001F99D2A38C014B254B.png \
Blueprint_Plans/Pictures/133C026D847ACE982C6E20B6.png \
Blueprint_Plans/Pictures/1422031A5C2E04AB7C51FB60.png \
+   Blueprint_Plans/Pictures/1201050002D03918081590A75FCF.png \
+   Blueprint_Plans/Pictures/1201050002D0F25E20EA381A5EBD.png \
Blueprint_Plans/styles.xml \
Blueprint_Plans/Thumbnails/thumbnail.png \
BrightBlue/content.xml \
diff --git 
a/extras/source/templates/presnt/Blueprint_Plans/META-INF/manifest.xml 
b/extras/source/templates/presnt/Blueprint_Plans/META-INF/manifest.xml
index 926f22ba7bf2..99f5d8f0359e 100644
--- a/extras/source/templates/presnt/Blueprint_Plans/META-INF/manifest.xml
+++ b/extras/source/templates/presnt/Blueprint_Plans/META-INF/manifest.xml
@@ -7,5 +7,7 @@
   
   
   
+  
+  
   
 
diff --git 
a/extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D03918081590A75FCF.png
 
b/extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D03918081590A75FCF.png
new file mode 100644
index ..879f617ef511
Binary files /dev/null and 
b/extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D03918081590A75FCF.png
 differ
diff --git 
a/extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D0F25E20EA381A5EBD.png
 
b/extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D0F25E20EA381A5EBD.png
new file mode 100644
index ..fa93caf0
Binary files /dev/null and 
b/extras/source/templates/presnt/Blueprint_Plans/Pictures/1201050002D0F25E20EA381A5EBD.png
 differ
diff --git 
a/extras/source/templates/presnt/Blueprint_Plans/Pictures/Blueprint_Plans-first-bg-wide.svg
 
b/extras/source/templates/presnt/Blueprint_Plans/Pictures/Blueprint_Plans-first-bg-wide.svg
new file mode 100755
index ..ca6942681bc9
--- /dev/null
+++ 
b/extras/source/templates/presnt/Blueprint_Plans/Pictures/Blueprint_Plans-first-bg-wide.svg
@@ -0,0 +1,895 @@
+
+
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:xlink="http://www.w3.org/1999/xlink;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   width="1279.6801"
+   height="720"
+   viewBox="0 0 338.58199 190.50001"
+   version="1.1"
+   id="svg8"
+   inkscape:version="0.92.5 (0.92.5+68)"
+   sodipodi:docname="1422031A5C2E04AB7C51FB60-wide.svg"
+   

[Libreoffice-commits] core.git: 2 commits - extras/source

2020-05-13 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Progress/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Progress/content.xml  |   57 +-
 extras/source/templates/presnt/Progress/styles.xml   |  209 ++-
 extras/source/templates/presnt/Sunset/Thumbnails/thumbnail.png   |binary
 extras/source/templates/presnt/Sunset/content.xml|2 
 extras/source/templates/presnt/Sunset/styles.xml |  263 
++
 6 files changed, 301 insertions(+), 230 deletions(-)

New commits:
commit 4907531966880f2bb4bb14b1c159865909000842
Author: Laurent BP 
AuthorDate: Sun May 10 20:16:34 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed May 13 22:49:08 2020 +0200

tdf#132771 Update Progress Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in styles.xml
* add one slide base on missing master page in content.xml
* remove useless skewX tag

Change-Id: Ib9326bb7968263c1eaeba9cc8fbc7b063c9599cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93936
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Progress/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Progress/Thumbnails/thumbnail.png
index 9b256a660a97..7c6c70b170c5 100644
Binary files a/extras/source/templates/presnt/Progress/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Progress/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Progress/content.xml 
b/extras/source/templates/presnt/Progress/content.xml
index d6b309fcdb04..d789ca2281c8 100644
--- a/extras/source/templates/presnt/Progress/content.xml
+++ b/extras/source/templates/presnt/Progress/content.xml
@@ -45,13 +45,22 @@
 
   
 
-
+
+  
+
+
+  
+
+
+  
+
+
   
 
-
+
   
 
-
+
   
 
 
@@ -62,14 +71,11 @@
 
   
   
-  
+  
 
 
   
 
-
-  
-
 
   
 
@@ -115,7 +121,6 @@
   
   
 
-  Your footer 
here.
   
   
 
@@ -127,9 +132,7 @@
 
   
 
-  
- 
-  
+
 
   
 
@@ -150,7 +153,7 @@
   
   
 
-
+
   
 
 
@@ -169,12 +172,12 @@
   
 
   
-  
+  
 
-
+
   
 
-
+
   
 
 
@@ -183,9 +186,31 @@
   
   
 
+
+  
+  
+  
+
+  
+
+  
+  
+
+
+  
+
+
+  
+
+
+  
+
+  
+  
+
 
   
-  
+  
 
   
 
diff --git a/extras/source/templates/presnt/Progress/styles.xml 
b/extras/source/templates/presnt/Progress/styles.xml
index a092881a1bcb..16e18e03cf98 100644
--- a/extras/source/templates/presnt/Progress/styles.xml
+++ b/extras/source/templates/presnt/Progress/styles.xml
@@ -20,7 +20,7 @@
   
 
   
-  
+  
 
 
   
@@ -84,41 +84,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -167,9 +167,6 @@
 
   
 
-
-  
-
 
 
   
@@ -238,40 +235,27 @@
 
   
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -366,7 +350,7 @@
 
   
   
-  
+  
 
 
   
@@ -430,40 +414,26 @@
 
   
   
-  
+  
 
 
-  
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -560,7 +530,7 @@
   
 
   
-  
+  
 
 
   
@@ -624,40 +594,26 @@
   
 
   
-  
+  
 
 
-  
-  
+  
 
 
-

[Libreoffice-commits] core.git: helpcontent2

2020-05-11 Thread Laurent BP (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 72ee7ef56aa8c1eaf2b527839303e743e6f1a99e
Author: Laurent BP 
AuthorDate: Mon May 11 17:41:50 2020 +0200
Commit: Gerrit Code Review 
CommitDate: Mon May 11 17:41:50 2020 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 5bead0438b7fe977d8d2288c0397b34a3623d68f
  - Correct Menu path to insert animated GIF

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

diff --git a/helpcontent2 b/helpcontent2
index 8d83f7397fd0..5bead0438b7f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8d83f7397fd0ad9a5d77394b3f39825f2ee49af3
+Subproject commit 5bead0438b7fe977d8d2288c0397b34a3623d68f
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-05-11 Thread Laurent BP (via logerrit)
 source/text/simpress/guide/animated_gif_create.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5bead0438b7fe977d8d2288c0397b34a3623d68f
Author: Laurent BP 
AuthorDate: Thu May 7 13:06:12 2020 +0200
Commit: Olivier Hallot 
CommitDate: Mon May 11 17:41:50 2020 +0200

Correct Menu path to insert animated GIF

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

diff --git a/source/text/simpress/guide/animated_gif_create.xhp 
b/source/text/simpress/guide/animated_gif_create.xhp
index 209440e1a..a7a9c441e 100644
--- a/source/text/simpress/guide/animated_gif_create.xhp
+++ b/source/text/simpress/guide/animated_gif_create.xhp
@@ -41,7 +41,7 @@
 To 
create an animated GIF:
 
 
-Select an 
object or group of objects that you want to include in your animation and 
choose Insert - Animated Image.
+Select an 
object or group of objects that you want to include in your animation and 
choose Insert - Media - Animated Image.
 
 
 Do one of the 
following:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/DNA/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/DNA/styles.xml   |   34 
 2 files changed, 13 insertions(+), 21 deletions(-)

New commits:
commit 86bc13248c1d9f63b10aac304bdf0361d1dcc47f
Author: Laurent BP 
AuthorDate: Fri May 8 16:27:09 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon May 11 07:39:39 2020 +0200

tdf#132771 Update DNA Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in styles.xml

Change-Id: I20e5dacd6f2f29e0201b798044d2d4c1a4d46002
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93749
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/DNA/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/DNA/Thumbnails/thumbnail.png
index cb461301343f..507d9b0a929c 100644
Binary files a/extras/source/templates/presnt/DNA/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/DNA/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/DNA/styles.xml 
b/extras/source/templates/presnt/DNA/styles.xml
index debede69a145..e305022c66d0 100644
--- a/extras/source/templates/presnt/DNA/styles.xml
+++ b/extras/source/templates/presnt/DNA/styles.xml
@@ -18,7 +18,7 @@
   
 
   
-  
+  
 
 
   
@@ -80,30 +80,30 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -114,7 +114,7 @@
 
 
   
-  
+  
 
 
   
@@ -250,18 +250,10 @@
 
   
 
-
-  
-
-
-  
-
-
-  
-
-
-  
-
+
+
+
+
 
   
 
@@ -948,7 +940,7 @@
   
 
   
-1
+
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Portfolio/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Portfolio/styles.xml   |  390 
+-
 2 files changed, 373 insertions(+), 17 deletions(-)

New commits:
commit 9054b8ce86f461ed1edfb7e735767e9d2ef07115
Author: Laurent BP 
AuthorDate: Sun May 10 17:41:38 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon May 11 07:39:01 2020 +0200

tdf#132771 Update Portfolio Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in styles.xml
* remove useless text page number in styles.xml
+ Add gradient grey lines to simulate previous picture
(some shapes are still missing to get the same picture)

Change-Id: Ic0ff9cd48512bf6a70a18231df3e5dcd105df49a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93934
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Portfolio/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Portfolio/Thumbnails/thumbnail.png
index c993516e6f2c..0a9873af4a76 100644
Binary files 
a/extras/source/templates/presnt/Portfolio/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/Portfolio/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Portfolio/styles.xml 
b/extras/source/templates/presnt/Portfolio/styles.xml
index b2c89769b61c..c3a9c3a462e5 100644
--- a/extras/source/templates/presnt/Portfolio/styles.xml
+++ b/extras/source/templates/presnt/Portfolio/styles.xml
@@ -10,6 +10,12 @@
 
 
 
+
+
+
+
+
+
 
 
 
@@ -19,7 +25,7 @@
   
 
   
-  
+  
 
 
   
@@ -81,41 +87,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -788,6 +794,51 @@
   
   
 
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
 
   
   
@@ -851,6 +902,39 @@
   
   
 
+
+ 
+ 
+
+
+ 
+ 
+ 
+
+
+ 
+ 
+
+
+  
+  
+  
+
+
+  
+  
+  
+
+
+  
+  
+  
+
+
+  
+  
+  
+
 
   
 
@@ -985,7 +1069,7 @@
 
   
 
-  5
+  
 
   
 
@@ -1005,6 +1089,57 @@
   
 
   
+  
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+  
+ 
+ 
+  
+  
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+  
+ 
   
 
 
@@ -1041,7 +1176,7 @@
   
 
   
-5
+
   
 
   
@@ -1073,15 +1208,100 @@
   
 
   
-  
+  
 
   
 
-  5
+  
 
   
 
   
+  
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+
+  
   
 
 
@@ -1118,7 +1338,7 @@
   
 
   
-5
+
   
 
   
@@ -1150,15 +1370,151 @@
   
 
   
-  
+  
 

[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Piano/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Piano/content.xml  |2 
 extras/source/templates/presnt/Piano/styles.xml   |   98 +++---
 3 files changed, 37 insertions(+), 63 deletions(-)

New commits:
commit ce19b1af9eaf86d6dfabcff1ba867c5a2e6c2a9e
Author: Laurent BP 
AuthorDate: Sun May 10 14:58:01 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon May 11 07:39:21 2020 +0200

tdf#132771 Update Piano Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in styles.xml

Change-Id: If07d94d27ae1662d00fe6ef7e6d057ddf20d1788
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93931
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Piano/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Piano/Thumbnails/thumbnail.png
index 4d35bef892d7..045de232dd52 100644
Binary files a/extras/source/templates/presnt/Piano/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Piano/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Piano/content.xml 
b/extras/source/templates/presnt/Piano/content.xml
index 5b84e2793643..f4e1af048f3b 100644
--- a/extras/source/templates/presnt/Piano/content.xml
+++ b/extras/source/templates/presnt/Piano/content.xml
@@ -34,7 +34,7 @@
 
 
   
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Piano/styles.xml 
b/extras/source/templates/presnt/Piano/styles.xml
index 1934c9e3b251..e54a56cee29d 100644
--- a/extras/source/templates/presnt/Piano/styles.xml
+++ b/extras/source/templates/presnt/Piano/styles.xml
@@ -19,7 +19,7 @@
   
 
   
-  
+  
 
 
   
@@ -81,41 +81,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -231,40 +231,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -359,7 +346,7 @@
 
   
   
-  
+  
 
 
   
@@ -420,40 +407,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -548,7 +522,7 @@
 
   
   
-  
+  
 
 
   
@@ -802,7 +776,7 @@
 
   
 
-  3
+  
 
   
 
@@ -861,7 +835,7 @@
 
   
 
-  3
+  
 
   
 
@@ -903,7 +877,7 @@
   
 
   
-3
+
   
 
   
@@ -941,7 +915,7 @@
 
   
 
-  3
+  
 
   
 
@@ -995,7 +969,7 @@
   
 
   
-3
+
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Lights/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Lights/content.xml  |2 
 extras/source/templates/presnt/Lights/styles.xml   |  141 
+++---
 3 files changed, 52 insertions(+), 91 deletions(-)

New commits:
commit d6ab59ef40b546ec62df2a7dbe389492a1159fe0
Author: Laurent BP 
AuthorDate: Sat May 9 19:09:16 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 16:02:04 2020 +0200

tdf#132771 Update Lights Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in English in styles.xml

Change-Id: Iea11239ba07c99a66ceb9f6c25ec5aa7c3f3b04c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93871
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Lights/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Lights/Thumbnails/thumbnail.png
index d879ab66548b..36ad5c2c930b 100644
Binary files a/extras/source/templates/presnt/Lights/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Lights/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Lights/content.xml 
b/extras/source/templates/presnt/Lights/content.xml
index fe744f9529d8..3cb0fc5f4049 100644
--- a/extras/source/templates/presnt/Lights/content.xml
+++ b/extras/source/templates/presnt/Lights/content.xml
@@ -45,7 +45,7 @@
 
 
   
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Lights/styles.xml 
b/extras/source/templates/presnt/Lights/styles.xml
index a098b49f6025..e400ea79f473 100644
--- a/extras/source/templates/presnt/Lights/styles.xml
+++ b/extras/source/templates/presnt/Lights/styles.xml
@@ -21,7 +21,7 @@
   
 
   
-  
+  
 
 
   
@@ -83,41 +83,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -233,40 +233,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -361,7 +348,7 @@
 
   
   
-  
+  
 
 
   
@@ -422,40 +409,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -550,7 +524,7 @@
 
   
   
-  
+  
 
 
   
@@ -610,40 +584,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -738,7 +699,7 @@
 
   
   
-  
+  
 
 
   
@@ -1091,7 +1052,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1136,7 +1097,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1221,7 +1182,7 @@
   
 
   
-number
+
   
 
   
@@ -1250,7 +1211,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1327,7 +1288,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1368,7 +1329,7 @@
   
 
   
-number
+
   
 
   
@@ -1401,7 +1362,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1450,7 +1411,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1491,7 +1452,7 @@
   
 
   
-number
+
   
 
   

[Libreoffice-commits] core.git: extras/CustomTarget_tplpresnt.mk extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 dev/null|binary
 extras/CustomTarget_tplpresnt.mk|1 
 extras/source/templates/presnt/Beehive/META-INF/manifest.xml|1 
 extras/source/templates/presnt/Beehive/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Beehive/content.xml  |2 
 extras/source/templates/presnt/Beehive/styles.xml   |   65 
--
 6 files changed, 33 insertions(+), 36 deletions(-)

New commits:
commit 2c7007d5890252b38beaee69c2e0af1341775544
Author: Laurent BP 
AuthorDate: Fri May 8 12:46:43 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 16:01:03 2020 +0200

tdf#132771 Update Beehive Impress template

* Update preview with Lorem 16:9
* Remove unused picture
* remove language and country tags in style.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in English in styles.xml

Change-Id: Ia256ea1809ac1840199f01f547aa6fb821ceb21e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93721
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/CustomTarget_tplpresnt.mk b/extras/CustomTarget_tplpresnt.mk
index cbdbd5510547..9767be4a0753 100644
--- a/extras/CustomTarget_tplpresnt.mk
+++ b/extras/CustomTarget_tplpresnt.mk
@@ -44,7 +44,6 @@ extras_PRESENTATIONS_XMLFILES := \
Beehive/content.xml \
Beehive/META-INF/manifest.xml \
Beehive/meta.xml \
-   Beehive/Pictures/102000204B249CA79A42C6D7.png \
Beehive/styles.xml \
Beehive/Thumbnails/thumbnail.png \
Blue_Curve/content.xml \
diff --git a/extras/source/templates/presnt/Beehive/META-INF/manifest.xml 
b/extras/source/templates/presnt/Beehive/META-INF/manifest.xml
index 6612d22c7d9d..c3e1aec9147d 100644
--- a/extras/source/templates/presnt/Beehive/META-INF/manifest.xml
+++ b/extras/source/templates/presnt/Beehive/META-INF/manifest.xml
@@ -4,6 +4,5 @@
   
   
   
-  
   
 
diff --git 
a/extras/source/templates/presnt/Beehive/Pictures/102000204B249CA79A42C6D7.png
 
b/extras/source/templates/presnt/Beehive/Pictures/102000204B249CA79A42C6D7.png
deleted file mode 100644
index 45b401dc6037..
Binary files 
a/extras/source/templates/presnt/Beehive/Pictures/102000204B249CA79A42C6D7.png
 and /dev/null differ
diff --git a/extras/source/templates/presnt/Beehive/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Beehive/Thumbnails/thumbnail.png
index 787ad446f706..fcd4dc764733 100644
Binary files a/extras/source/templates/presnt/Beehive/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Beehive/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Beehive/content.xml 
b/extras/source/templates/presnt/Beehive/content.xml
index 1643b9075d69..7c115ee12997 100644
--- a/extras/source/templates/presnt/Beehive/content.xml
+++ b/extras/source/templates/presnt/Beehive/content.xml
@@ -36,7 +36,7 @@
 
 
   
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Beehive/styles.xml 
b/extras/source/templates/presnt/Beehive/styles.xml
index 29fd2ef29b0e..a5279cf625cb 100644
--- a/extras/source/templates/presnt/Beehive/styles.xml
+++ b/extras/source/templates/presnt/Beehive/styles.xml
@@ -10,7 +10,7 @@
   
 
   
-  
+  
 
 
   
@@ -72,41 +72,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -226,39 +226,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -354,7 +354,7 @@
 
   
   
-  
+  
 
 
   
@@ -415,39 +415,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -543,7 +543,7 @@
 
   
   
-  
+  
 
 
   
@@ -640,7 +640,6 @@
 
   
   
-  
 
 
   
@@ -3161,7 +3160,7 @@
   
 
   
-number
+
   
 
   
@@ -4130,7 

[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Alizarin/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Alizarin/content.xml  |2 
 extras/source/templates/presnt/Alizarin/meta.xml |2 
 extras/source/templates/presnt/Alizarin/styles.xml   |   66 
+-
 4 files changed, 35 insertions(+), 35 deletions(-)

New commits:
commit f57e465989eeeccf8f3ad2588bf93bdd8c887fa1
Author: Laurent BP 
AuthorDate: Fri May 8 11:13:04 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 16:01:24 2020 +0200

tdf#132771 Update Alizarin Impress template

* restore title in meta.xml (previously wrong title hide Beehive
template)
* update Thumbnail.png for Lorem preview in 16:9
* remove language and country tags in style.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in German in styles.xml

Change-Id: Ic46228ad63bfbd2b08aedbfc53a62753a62a75cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93710
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Alizarin/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Alizarin/Thumbnails/thumbnail.png
index ac36d78c1e6d..a2eb2d755542 100644
Binary files a/extras/source/templates/presnt/Alizarin/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Alizarin/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Alizarin/content.xml 
b/extras/source/templates/presnt/Alizarin/content.xml
index 868a9aab662b..c623590b4195 100644
--- a/extras/source/templates/presnt/Alizarin/content.xml
+++ b/extras/source/templates/presnt/Alizarin/content.xml
@@ -54,7 +54,7 @@
 
   
   
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Alizarin/meta.xml 
b/extras/source/templates/presnt/Alizarin/meta.xml
index 4d612c99cd05..eef8bc936d8e 100644
--- a/extras/source/templates/presnt/Alizarin/meta.xml
+++ b/extras/source/templates/presnt/Alizarin/meta.xml
@@ -7,6 +7,6 @@
 LibreOfficeDev/7.0.0.0.alpha0$Linux_X86_64 
LibreOffice_project/1289ef10406e00d0fc9abc5bca444d026ab21743
 Francisco Adrián Sánchez
 
-Beehive
+Alizarin
   
 
diff --git a/extras/source/templates/presnt/Alizarin/styles.xml 
b/extras/source/templates/presnt/Alizarin/styles.xml
index 2a73de7ee60c..6323c0df7cfa 100644
--- a/extras/source/templates/presnt/Alizarin/styles.xml
+++ b/extras/source/templates/presnt/Alizarin/styles.xml
@@ -22,7 +22,7 @@
   
 
   
-  
+  
 
 
   
@@ -86,41 +86,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -253,7 +253,7 @@
 
   
   
-  
+  
 
 
   
@@ -301,39 +301,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -433,7 +433,7 @@
   
 
   
-  
+  
 
 
   
@@ -497,39 +497,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -629,7 +629,7 @@
   
 
   
-  
+  
 
 
   
@@ -1017,7 +1017,7 @@
   
 
   
-Foliennummer
+
   
 
   
@@ -1058,7 +1058,7 @@
 
   
 
-  Foliennummer
+  
 
   
 
@@ -1100,7 +1100,7 @@
   
 
   
-Foliennummer
+
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/BrightBlue/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/BrightBlue/styles.xml   |   53 +--
 extras/source/templates/presnt/Focus/Thumbnails/thumbnail.png  |binary
 extras/source/templates/presnt/Focus/content.xml   |2 
 extras/source/templates/presnt/Focus/styles.xml|  166 
+++---
 5 files changed, 78 insertions(+), 143 deletions(-)

New commits:
commit 4344cbeec7a4215e62ca553f260967a5732e7081
Author: Laurent BP 
AuthorDate: Fri May 8 15:57:52 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 16:00:49 2020 +0200

tdf#132771 Update BrightBlue Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in styles.xml
* remove useless text page number in German in styles.xml

Change-Id: Iea9cbd8f47c802a8cc3ef2b012bad3bc6ef56a95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93745
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/BrightBlue/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/BrightBlue/Thumbnails/thumbnail.png
index 3927b487f9fe..77227e431f73 100644
Binary files 
a/extras/source/templates/presnt/BrightBlue/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/BrightBlue/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/BrightBlue/styles.xml 
b/extras/source/templates/presnt/BrightBlue/styles.xml
index ea392cba27b5..4fe58893079f 100644
--- a/extras/source/templates/presnt/BrightBlue/styles.xml
+++ b/extras/source/templates/presnt/BrightBlue/styles.xml
@@ -17,7 +17,7 @@
   
 
   
-  
+  
 
 
   
@@ -81,41 +81,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -177,7 +177,7 @@
 
 
   
-  
+  
 
 
   
@@ -234,7 +234,7 @@
 
 
   
-  
+  
 
 
   
@@ -242,28 +242,15 @@
 
 
   
-  
+  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -358,7 +345,7 @@
 
   
   
-  
+  
 
 
   
@@ -564,7 +551,7 @@
 
   
 
-  Foliennummer
+  
 
   
 
@@ -610,7 +597,7 @@
 
   
 
-  Foliennummer
+  
 
   
 
@@ -652,7 +639,7 @@
   
 
   
-Foliennummer
+
   
 
   
commit 382cb25bc16372da853f36c25f7ebba41f88124c
Author: Laurent BP 
AuthorDate: Fri May 8 17:05:59 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 16:00:35 2020 +0200

tdf#132771 Update Focus Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in English in styles.xml
* increase some really tiny font sizes

Change-Id: I884a8ed3a1ee231a2e79b12fd68492672628cd6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93772
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Focus/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Focus/Thumbnails/thumbnail.png
index 62386413514e..1e895274ddff 100644
Binary files a/extras/source/templates/presnt/Focus/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Focus/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Focus/content.xml 
b/extras/source/templates/presnt/Focus/content.xml
index 639b29ad9b25..b3bbcfeb6ae4 100644
--- a/extras/source/templates/presnt/Focus/content.xml
+++ b/extras/source/templates/presnt/Focus/content.xml
@@ -57,7 +57,7 @@
 
 
   
-  
+  
 
 
 
diff --git a/extras/source/templates/presnt/Focus/styles.xml 
b/extras/source/templates/presnt/Focus/styles.xml
index 88787e34ddec..447ef721b2e4 100644
--- a/extras/source/templates/presnt/Focus/styles.xml
+++ b/extras/source/templates/presnt/Focus/styles.xml
@@ -22,7 +22,7 @@
   
 
   
-  
+  
 
 
   
@@ -84,30 +84,30 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
  

[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Impress/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Impress/content.xml  |2 
 extras/source/templates/presnt/Impress/styles.xml   |   92 
+++---
 3 files changed, 29 insertions(+), 65 deletions(-)

New commits:
commit 076af983cf18133c0d04e3ae26f5f44b8ac940be
Author: Laurent BP 
AuthorDate: Sat May 9 12:37:26 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 15:57:16 2020 +0200

tdf#132771 Update "Impress" Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in English in styles.xml

Change-Id: Ib5dd904459bcfa4ba763789479891b5f229fd461
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93842
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Impress/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Impress/Thumbnails/thumbnail.png
index 2fe06a39c05b..2992b459ee3f 100644
Binary files a/extras/source/templates/presnt/Impress/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Impress/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Impress/content.xml 
b/extras/source/templates/presnt/Impress/content.xml
index 2d263dbb9a94..b24cafeb3d59 100644
--- a/extras/source/templates/presnt/Impress/content.xml
+++ b/extras/source/templates/presnt/Impress/content.xml
@@ -46,7 +46,7 @@
 
   
   
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Impress/styles.xml 
b/extras/source/templates/presnt/Impress/styles.xml
index 1629006e1e65..dd91099c5ecd 100644
--- a/extras/source/templates/presnt/Impress/styles.xml
+++ b/extras/source/templates/presnt/Impress/styles.xml
@@ -21,7 +21,7 @@
   
 
   
-  
+  
 
 
   
@@ -83,41 +83,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -235,40 +235,24 @@
 
   
   
-  
+  
 
 
   
-  
 
 
   
-  
 
 
   
-  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -363,7 +347,7 @@
 
   
   
-  
+  
 
 
   
@@ -424,46 +408,26 @@
 
   
   
-  
+  
 
 
-  
   
-  
 
 
-  
   
-  
 
 
-  
   
-  
 
 
-  
-  
-  
-
-
-  
   
-  
-
-
-  
-  
-  
 
+
+
 
-  
-  
-
-
-  
-  
+  
 
+
 
   
 
@@ -558,7 +522,7 @@
 
   
   
-  
+  
 
 
   
@@ -793,7 +757,7 @@
 
   
 
-  number
+  
 
   
 
@@ -834,12 +798,12 @@
 
   
 
-  number
+  
 
 
   / 
 
-  2
+  
 
   
 
@@ -884,7 +848,7 @@
   
 
   
-number
+
   
 
   
@@ -920,12 +884,12 @@
 
   
 
-  number
+  
 
 
   / 
 
-  2
+  
 
   
 
@@ -970,7 +934,7 @@
   
 
   
-number
+
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Forestbird/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Forestbird/content.xml  |2 
 extras/source/templates/presnt/Forestbird/styles.xml   | 3182 
+-
 3 files changed, 588 insertions(+), 2596 deletions(-)

New commits:
commit 5fff071ebf2aa5337b953d0668d00e2ea38b4f62
Author: Laurent BP 
AuthorDate: Sat May 9 10:54:31 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 15:57:39 2020 +0200

tdf#132771 Update Forestbird Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in English in styles.xml
* remove duplicate master pages

Change-Id: I0cbdb6c162a61130b82ee64afa1dd619e2ec2db7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93838
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Forestbird/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Forestbird/Thumbnails/thumbnail.png
index 6d4c5a7d9ad5..3ad3134ee356 100644
Binary files 
a/extras/source/templates/presnt/Forestbird/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/Forestbird/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Forestbird/content.xml 
b/extras/source/templates/presnt/Forestbird/content.xml
index 61b7efa90af7..58e16dd3d50f 100644
--- a/extras/source/templates/presnt/Forestbird/content.xml
+++ b/extras/source/templates/presnt/Forestbird/content.xml
@@ -54,7 +54,7 @@
 
 
   
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Forestbird/styles.xml 
b/extras/source/templates/presnt/Forestbird/styles.xml
index 44591b39739a..ab83aa9b6277 100644
--- a/extras/source/templates/presnt/Forestbird/styles.xml
+++ b/extras/source/templates/presnt/Forestbird/styles.xml
@@ -19,7 +19,7 @@
   
 
   
-  
+  
 
 
   
@@ -81,41 +81,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -233,40 +233,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -361,7 +348,7 @@
 
   
   
-  
+  
 
 
   
@@ -422,40 +409,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -550,7 +524,7 @@
 
   
   
-  
+  
 
 
   
@@ -611,40 +585,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -739,7 +700,7 @@
 
   
   
-  
+  
 
 
   
@@ -800,40 +761,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -928,2060 +876,316 @@
 
   
   
-  
+  
 
-
-  
-  
+
+  
+  
+  
+  
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+  
+  
+
+  
+
+
+  
+
+
+  
 
-
-  
-  
+
+  
 
-
-  
-  
-  
+
+  
+  
 
-
-  
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-

[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Blue_Curve/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Blue_Curve/styles.xml   |  375 
--
 2 files changed, 31 insertions(+), 344 deletions(-)

New commits:
commit 66dca368d949400d738aff5f14ce104a27d7be67
Author: Laurent BP 
AuthorDate: Fri May 8 14:34:36 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 15:55:37 2020 +0200

tdf#132771 Update Blue_Curve Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in styles.xml
* remove useless text page number in German in styles.xml
* remove duplicate master page

Change-Id: Ic6d272efe12567a8be68c264145a13f431033a01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93728
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/Blue_Curve/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Blue_Curve/Thumbnails/thumbnail.png
index 43585e472d3b..4024e74951c7 100644
Binary files 
a/extras/source/templates/presnt/Blue_Curve/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/Blue_Curve/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Blue_Curve/styles.xml 
b/extras/source/templates/presnt/Blue_Curve/styles.xml
index 1f668fd7721c..fcea86ebcadb 100644
--- a/extras/source/templates/presnt/Blue_Curve/styles.xml
+++ b/extras/source/templates/presnt/Blue_Curve/styles.xml
@@ -20,7 +20,7 @@
   
 
   
-  
+  
 
 
   
@@ -82,30 +82,30 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -116,7 +116,7 @@
 
 
   
-  
+  
 
 
   
@@ -239,40 +239,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -367,7 +354,7 @@
 
   
   
-  
+  
 
 
   
@@ -428,40 +415,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
+
+
 
   
 
@@ -556,196 +530,7 @@
 
   
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-  
-
-
-  
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-  
-  
-
-
-  
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-  
-  
+  
 
 
   
@@ -823,18 +608,6 @@
   
   
 
-
-  
-  
-

[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Inspiration/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Inspiration/content.xml  |4 
 extras/source/templates/presnt/Inspiration/styles.xml   |  650 
--
 3 files changed, 20 insertions(+), 634 deletions(-)

New commits:
commit 184d47b627796ec73ef25619c671277cb43e2407
Author: Laurent BP 
AuthorDate: Sat May 9 13:43:36 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 15:54:44 2020 +0200

tdf#132771 Update Inspiration Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in German in styles.xml
* remove duplicate master pages
* replace title and subtitle on page

Change-Id: I1219df8c55616fa738a02c799a310c0a2df03041
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93844
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git 
a/extras/source/templates/presnt/Inspiration/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Inspiration/Thumbnails/thumbnail.png
index 0e8d9c9cd674..77dd40137e1f 100644
Binary files 
a/extras/source/templates/presnt/Inspiration/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/Inspiration/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Inspiration/content.xml 
b/extras/source/templates/presnt/Inspiration/content.xml
index d8389bb43052..0e04307de6d1 100644
--- a/extras/source/templates/presnt/Inspiration/content.xml
+++ b/extras/source/templates/presnt/Inspiration/content.xml
@@ -30,10 +30,10 @@
   
 
   
-
+
   
 
-
+
   
 
 
diff --git a/extras/source/templates/presnt/Inspiration/styles.xml 
b/extras/source/templates/presnt/Inspiration/styles.xml
index d1e942237acc..3ae76a9f6732 100644
--- a/extras/source/templates/presnt/Inspiration/styles.xml
+++ b/extras/source/templates/presnt/Inspiration/styles.xml
@@ -17,7 +17,7 @@
   
 
   
-  
+  
 
 
   
@@ -79,41 +79,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -231,40 +231,26 @@
 
   
   
-  
+  
 
 
   
-  
 
 
   
-  
 
 
   
-  
 
 
   
-  
-
-
-  
-  
-
-
-  
-  
 
+
+
 
-  
-  
-
-
-  
-  
+  
 
+
 
   
 
@@ -359,385 +345,7 @@
 
   
   
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-  
-
-
-  
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-  
-  
-
-
-  
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
-  
-  

[Libreoffice-commits] core.git: extras/source

2020-05-10 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/LushGreen/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/LushGreen/styles.xml   |  178 
+++---
 2 files changed, 63 insertions(+), 115 deletions(-)

New commits:
commit a15a68563328f703f71e24bf5c386203fbc7743f
Author: Laurent BP 
AuthorDate: Sat May 9 19:24:40 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 15:55:05 2020 +0200

tdf#132771 Update LushGreen Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in styles.xml
* remove useless text page number in English in styles.xml

Change-Id: Ia97a6c3c8e823423810dac0ef58b4aef82f86b7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93872
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/extras/source/templates/presnt/LushGreen/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/LushGreen/Thumbnails/thumbnail.png
index df2f638beb84..f8e5e31bfda6 100644
Binary files 
a/extras/source/templates/presnt/LushGreen/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/LushGreen/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/LushGreen/styles.xml 
b/extras/source/templates/presnt/LushGreen/styles.xml
index a919349ff3fe..a2aacb3c0b74 100644
--- a/extras/source/templates/presnt/LushGreen/styles.xml
+++ b/extras/source/templates/presnt/LushGreen/styles.xml
@@ -19,7 +19,7 @@
   
 
   
-  
+  
 
 
   
@@ -81,41 +81,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -233,40 +233,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -361,7 +348,7 @@
 
   
   
-  
+  
 
 
   
@@ -422,40 +409,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -550,7 +524,7 @@
 
   
   
-  
+  
 
 
   
@@ -611,41 +585,28 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
+  
 
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
+
+
+
+
+   
   
 
   
@@ -739,7 +700,7 @@
 
   
   
-  
+  
 
 
   
@@ -802,40 +763,27 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -930,7 +878,7 @@
 
   
   
-  
+  
 
 
   
@@ -1204,7 +1152,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1254,7 +1202,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1296,7 +1244,7 @@
   
 
   
-number
+
   
 
   
@@ -1337,7 +1285,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1379,7 +1327,7 @@
   
 
   
-number
+
   
 
   
@@ -1437,7 +1385,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1479,7 +1427,7 @@
   
 
   
-number
+
   
 
   
@@ -1537,7 +1485,7 @@
 
   
 
-  number
+  
 
   
 
@@ -1593,7 +1541,7 @@
   
 
   
-number
+ 

[Libreoffice-commits] core.git: extras/source

2020-05-09 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Midnightblue/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Midnightblue/content.xml  |   73 -
 extras/source/templates/presnt/Midnightblue/styles.xml   |  430 
+-
 3 files changed, 55 insertions(+), 448 deletions(-)

New commits:
commit e3fb5da905017c9cf6bd67da80d1cc72e67c36dd
Author: Laurent BP 
AuthorDate: Sat May 9 20:16:11 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 03:44:33 2020 +0200

tdf#132771 Update Midnightblue Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in content.xml and styles.xml
* remove useless text page number in English in styles.xml
* remove duplicate master page
* remove text in content.xml

Change-Id: Ibee48ed5a090fba4b8c54ae2ddf4995cf39eea40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93878
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git 
a/extras/source/templates/presnt/Midnightblue/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Midnightblue/Thumbnails/thumbnail.png
index b28262494aa0..b4fcff0240ea 100644
Binary files 
a/extras/source/templates/presnt/Midnightblue/Thumbnails/thumbnail.png and 
b/extras/source/templates/presnt/Midnightblue/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Midnightblue/content.xml 
b/extras/source/templates/presnt/Midnightblue/content.xml
index 670e41e22ab0..e1757083ddcc 100644
--- a/extras/source/templates/presnt/Midnightblue/content.xml
+++ b/extras/source/templates/presnt/Midnightblue/content.xml
@@ -45,102 +45,47 @@
 
 
 
-
-  
-  
-
-
-  
-
-
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-
   
   
 
   
 
-
+
   
 
-
+
   
 
 
   
-  
+  
 
   
 
   
   
 
-
+
   
 
-
-  
-
-  
-Test
-  
-
-  
+
+  
 
 
   
-  
+  
 
   
 
   
   
 
-
+
   
 
 
   
-  
+  
 
   
 
diff --git a/extras/source/templates/presnt/Midnightblue/styles.xml 
b/extras/source/templates/presnt/Midnightblue/styles.xml
index f4b29283cff7..52a5997fd8ff 100644
--- a/extras/source/templates/presnt/Midnightblue/styles.xml
+++ b/extras/source/templates/presnt/Midnightblue/styles.xml
@@ -22,7 +22,7 @@
   
 
   
-  
+  
 
 
   
@@ -90,41 +90,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -244,40 +244,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -374,7 +361,7 @@
   
 
   
-  
+  
 
 
   
@@ -438,40 +425,24 @@
 
   
   
-  
+  
 
 
-  
-  
+  
 
 
   
-  
 
 
-  
-  
-
+  
+ 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -568,7 +539,7 @@
   
 
   
-  
+  
 
 
   
@@ -632,40 +603,24 @@
 
   
   
-  
+  
 
 
-  
-  
+  
 
 
   
-  
 
 
-  
-  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -762,201 +717,7 @@
   
 
   
-  
-
-
-  
-  
-
-
-  
-  
-
-  
-  
-
-
-  
-  
-  
-   

[Libreoffice-commits] core.git: extras/source

2020-05-09 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Pencil/Thumbnails/thumbnail.png |binary
 extras/source/templates/presnt/Pencil/styles.xml   |   96 
+++---
 2 files changed, 35 insertions(+), 61 deletions(-)

New commits:
commit faf7dfae2471e62695aaeeb3d004e54738b9cea9
Author: Laurent BP 
AuthorDate: Sat May 9 20:41:43 2020 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun May 10 01:52:11 2020 +0200

tdf#132771 Update Pencil Impress template

* Update preview with Lorem 16:9
* remove language and country tags in styles.xml
* add Asian and complex tags in styles.xml
* remove useless text page number in English in styles.xml

Change-Id: Ie291159352fdaeec7f109b744d221f08acecb43e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93881
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/templates/presnt/Pencil/Thumbnails/thumbnail.png 
b/extras/source/templates/presnt/Pencil/Thumbnails/thumbnail.png
index 23cc5c85fa54..a697afbe3a58 100644
Binary files a/extras/source/templates/presnt/Pencil/Thumbnails/thumbnail.png 
and b/extras/source/templates/presnt/Pencil/Thumbnails/thumbnail.png differ
diff --git a/extras/source/templates/presnt/Pencil/styles.xml 
b/extras/source/templates/presnt/Pencil/styles.xml
index 457f374d670d..69176d111ad4 100644
--- a/extras/source/templates/presnt/Pencil/styles.xml
+++ b/extras/source/templates/presnt/Pencil/styles.xml
@@ -17,7 +17,7 @@
   
 
   
-  
+  
 
 
   
@@ -79,41 +79,41 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -227,40 +227,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -355,7 +342,7 @@
 
   
   
-  
+  
 
 
   
@@ -416,40 +403,27 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
-  
-  
+  
+  
 
 
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-
-  
-  
+  
 
+
+
+
+
 
   
 
@@ -544,7 +518,7 @@
 
   
   
-  
+  
 
 
   
@@ -775,7 +749,7 @@
 
   
 
-  number
+  
 
   
 
@@ -837,7 +811,7 @@
   
 
   
-number
+
   
 
   
@@ -876,7 +850,7 @@
 
   
 
-  number
+  
 
   
 
@@ -928,7 +902,7 @@
   
 
   
-number
+
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - extras/source

2020-02-04 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Alizarin/styles.xml|   80 ++---
 extras/source/templates/presnt/Beehive/styles.xml |   82 ++---
 extras/source/templates/presnt/Blue_Curve/styles.xml  |   80 ++---
 extras/source/templates/presnt/Blueprint_Plans/styles.xml |   80 ++---
 extras/source/templates/presnt/BrightBlue/styles.xml  |   58 ++--
 extras/source/templates/presnt/Classy_Red/content.xml |2 
 extras/source/templates/presnt/Classy_Red/styles.xml  |   94 +++---
 extras/source/templates/presnt/DNA/styles.xml |   50 +--
 extras/source/templates/presnt/Focus/styles.xml   |  120 
 extras/source/templates/presnt/Forestbird/styles.xml  |  130 -
 extras/source/templates/presnt/Impress/styles.xml |   88 +++---
 extras/source/templates/presnt/Inspiration/styles.xml |   60 ++--
 extras/source/templates/presnt/Lights/styles.xml  |  106 +++
 extras/source/templates/presnt/LushGreen/content.xml  |2 
 extras/source/templates/presnt/LushGreen/styles.xml   |  130 -
 extras/source/templates/presnt/Metropolis/styles.xml  |   72 ++---
 extras/source/templates/presnt/Midnightblue/styles.xml|  128 -
 extras/source/templates/presnt/Nature_Illustration/styles.xml |   82 ++---
 extras/source/templates/presnt/Pencil/styles.xml  |   84 +++---
 extras/source/templates/presnt/Piano/styles.xml   |   82 ++---
 extras/source/templates/presnt/Portfolio/styles.xml   |  106 +++
 extras/source/templates/presnt/Sunset/content.xml |2 
 extras/source/templates/presnt/Sunset/styles.xml  |   60 ++--
 extras/source/templates/presnt/Vintage/content.xml|4 
 extras/source/templates/presnt/Vintage/styles.xml |  140 +-
 extras/source/templates/presnt/Vivid/content.xml  |4 
 extras/source/templates/presnt/Vivid/styles.xml   |  110 +++
 27 files changed, 1017 insertions(+), 1019 deletions(-)

New commits:
commit 8c014938c523a4ee1bd8950781fe2a830b08cef1
Author: Laurent BP 
AuthorDate: Sun Oct 13 21:02:17 2019 +0200
Commit: Miklos Vajna 
CommitDate: Tue Feb 4 11:03:40 2020 +0100

tdf#114746 Restore asian and complex tags in Impress templates

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: I2c23ad83296c73b6e4c028cbb5a10d4b62d1e134
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86074
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/extras/source/templates/presnt/Alizarin/styles.xml 
b/extras/source/templates/presnt/Alizarin/styles.xml
index a26391f3e6a1..641a35814de5 100644
--- a/extras/source/templates/presnt/Alizarin/styles.xml
+++ b/extras/source/templates/presnt/Alizarin/styles.xml
@@ -21,7 +21,7 @@
   
 
   
-  
+  
 
 
   
@@ -71,7 +71,7 @@
   
 
   
-  
+  
 
 
   
@@ -88,7 +88,7 @@
 
   
   
-  
+  
 
 
   
@@ -100,36 +100,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -140,7 +140,7 @@
   
 
   
-  
+  
 
 
   
@@ -193,39 +193,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -275,7 +275,7 @@
   
 
   
-  
+  
 
 
   
@@ -325,7 +325,7 @@
   
 
   
-  
+  
 
 
   
@@ -336,12 +336,12 @@
   
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -389,39 +389,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -471,7 +471,7 @@
   
 
   
-  
+  
 
 
   
@@ -521,7 +521,7 @@
   
 
   
-  
+  
 
 
   
@@ -600,20 +600,20 @@
   
 
 
-  
+  
 
 
   
-  
+  
   

[Libreoffice-commits] core.git: extras/source

2020-01-01 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/DNA/styles.xml |   50 +--
 extras/source/templates/presnt/Focus/styles.xml   |  120 
 extras/source/templates/presnt/Forestbird/styles.xml  |  130 -
 extras/source/templates/presnt/Impress/styles.xml |   88 +++---
 extras/source/templates/presnt/Inspiration/styles.xml |   60 ++--
 extras/source/templates/presnt/Lights/styles.xml  |  106 +++
 extras/source/templates/presnt/LushGreen/content.xml  |2 
 extras/source/templates/presnt/LushGreen/styles.xml   |  130 -
 extras/source/templates/presnt/Metropolis/styles.xml  |   72 ++---
 extras/source/templates/presnt/Midnightblue/styles.xml|  128 -
 extras/source/templates/presnt/Nature_Illustration/styles.xml |   82 ++---
 extras/source/templates/presnt/Pencil/styles.xml  |   84 +++---
 extras/source/templates/presnt/Piano/styles.xml   |   82 ++---
 extras/source/templates/presnt/Portfolio/styles.xml   |  106 +++
 extras/source/templates/presnt/Sunset/content.xml |2 
 extras/source/templates/presnt/Sunset/styles.xml  |   60 ++--
 extras/source/templates/presnt/Vintage/content.xml|4 
 extras/source/templates/presnt/Vintage/styles.xml |  140 +-
 extras/source/templates/presnt/Vivid/content.xml  |4 
 extras/source/templates/presnt/Vivid/styles.xml   |  110 +++
 20 files changed, 780 insertions(+), 780 deletions(-)

New commits:
commit fcf1e5b44429ce639cdd0f10def92a9d1822a0b1
Author: Laurent BP 
AuthorDate: Wed Jan 1 18:12:32 2020 +0100
Commit: Laurent BP 
CommitDate: Wed Jan 1 19:13:32 2020 +0100

tdf#114746 Restore asian and complex tags in templates

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

to Impress templates

Change-Id: Ib1b3995721cd8aa723784e920df9d1e109632961
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86073
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/DNA/styles.xml 
b/extras/source/templates/presnt/DNA/styles.xml
index 7c633ee78847..261af83a1da7 100644
--- a/extras/source/templates/presnt/DNA/styles.xml
+++ b/extras/source/templates/presnt/DNA/styles.xml
@@ -11,7 +11,7 @@
   
 
   
-  
+  
 
 
   
@@ -59,7 +59,7 @@
 
   
   
-  
+  
 
 
   
@@ -75,7 +75,7 @@
 
 
   
-  
+  
 
 
   
@@ -87,36 +87,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -125,12 +125,12 @@
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -178,19 +178,19 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -253,7 +253,7 @@
 
   
   
-  
+  
 
 
   
@@ -301,7 +301,7 @@
 
   
   
-  
+  
 
 
   
@@ -348,20 +348,20 @@
   
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -370,13 +370,13 @@
 
   
   
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
   
diff --git a/extras/source/templates/presnt/Focus/styles.xml 
b/extras/source/templates/presnt/Focus/styles.xml
index 1bdda8e48a60..3310960edc4e 100644
--- a/extras/source/templates/presnt/Focus/styles.xml
+++ b/extras/source/templates/presnt/Focus/styles.xml
@@ -13,7 +13,7 @@
   
 
   
-  
+  
 
 
   
@@ -61,7 +61,7 @@
 
   
   
-  
+  
 
 
   
@@ -77,7 +77,7 @@
 
 
   
-  
+  
 
 
   
@@ -89,36 +89,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -126,12 +126,12 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -181,7 +181,7 @@
   
 
   
-  
+  
 
 
   
@@ -265,7 +265,7 @@
 
   
   
-  
+  
 
 
 

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-11-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/BrightBlue/styles.xml  |   58 +--
 extras/source/templates/presnt/Classy_Red/content.xml |2 
 extras/source/templates/presnt/Classy_Red/styles.xml  |   94 +-
 3 files changed, 76 insertions(+), 78 deletions(-)

New commits:
commit e0f06e60c6e8958bc508d24585189043888e0eb9
Author: Laurent BP 
AuthorDate: Mon Oct 14 21:10:19 2019 +0200
Commit: Laurent BP 
CommitDate: Thu Nov 14 19:16:18 2019 +0100

tdf#114746 Restore asian and complex tags in Classy_Red template

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: Ib878ce99908b1e42822204a468c011739e3b62ff
Reviewed-on: https://gerrit.libreoffice.org/80802
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/Classy_Red/content.xml 
b/extras/source/templates/presnt/Classy_Red/content.xml
index 8d78a062617a..ec8666a1af4a 100644
--- a/extras/source/templates/presnt/Classy_Red/content.xml
+++ b/extras/source/templates/presnt/Classy_Red/content.xml
@@ -67,7 +67,6 @@
 
 
   
-  
 
 
   
@@ -86,7 +85,6 @@
 
 
   
-  
 
   
   
diff --git a/extras/source/templates/presnt/Classy_Red/styles.xml 
b/extras/source/templates/presnt/Classy_Red/styles.xml
index c66b0804692e..f7ecbd246f26 100644
--- a/extras/source/templates/presnt/Classy_Red/styles.xml
+++ b/extras/source/templates/presnt/Classy_Red/styles.xml
@@ -11,7 +11,7 @@
   
 
   
-  
+  
 
 
   
@@ -59,7 +59,7 @@
 
   
   
-  
+  
 
 
   
@@ -75,7 +75,7 @@
 
 
   
-  
+  
 
 
   
@@ -87,41 +87,41 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -151,7 +151,7 @@
 
   
   
-  
+  
 
 
   
@@ -199,39 +199,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -279,7 +279,7 @@
 
   
   
-  
+  
 
 
   
@@ -329,7 +329,7 @@
   
 
   
-  
+  
 
 
   
@@ -341,7 +341,7 @@
 
   
   
-  
+  
 
 
   
@@ -389,39 +389,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -469,7 +469,7 @@
 
   
   
-  
+  
 
 
   
@@ -517,7 +517,7 @@
 
   
   
-  
+  
 
 
   
@@ -583,49 +583,49 @@
   
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -634,10 +634,10 @@
   
 
 
-  
+  
 
 
-  
+  
 
 
   
commit d69bc15a2a76ccecbed64984972417c7fe0a475b
Author: Laurent BP 
AuthorDate: Mon Oct 14 20:51:18 2019 +0200
Commit: Laurent BP 
CommitDate: Thu Nov 14 19:15:55 2019 +0100

tdf#114746 Restore asian and complex tags in BrightBlue template

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: Ic95e94eed9992d679add70f73ba5c588002e16a7
Reviewed-on: https://gerrit.libreoffice.org/80798
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/BrightBlue/styles.xml 
b/extras/source/templates/presnt/BrightBlue/styles.xml
index 898f4ca404ba..6525bbb98b98 100644
--- a/extras/source/templates/presnt/BrightBlue/styles.xml
+++ b/extras/source/templates/presnt/BrightBlue/styles.xml
@@ -10,7 +10,7 @@
   
 
   
-  
+  
   

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-11-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Blue_Curve/styles.xml  |   80 +++---
 extras/source/templates/presnt/Blueprint_Plans/styles.xml |   80 +++---
 2 files changed, 80 insertions(+), 80 deletions(-)

New commits:
commit f8ad76e1ea0ba0bacce75f98f4f60dbb86c284a6
Author: Laurent BP 
AuthorDate: Mon Oct 14 20:28:54 2019 +0200
Commit: Laurent BP 
CommitDate: Thu Nov 14 19:15:27 2019 +0100

tdf#114746 Restore asian and complex tags in Blueprint_Plans template

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: I9cee55543d2c8dade79b85ea1e65d79ad2c37858
Reviewed-on: https://gerrit.libreoffice.org/80792
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/Blueprint_Plans/styles.xml 
b/extras/source/templates/presnt/Blueprint_Plans/styles.xml
index a0a9f120ba45..207cefef4e02 100644
--- a/extras/source/templates/presnt/Blueprint_Plans/styles.xml
+++ b/extras/source/templates/presnt/Blueprint_Plans/styles.xml
@@ -12,7 +12,7 @@
   
 
   
-  
+  
 
 
   
@@ -60,7 +60,7 @@
 
   
   
-  
+  
 
 
   
@@ -76,7 +76,7 @@
 
 
   
-  
+  
 
 
   
@@ -88,36 +88,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -130,7 +130,7 @@
 
   
   
-  
+  
 
 
   
@@ -178,7 +178,7 @@
 
   
   
-  
+  
 
 
   
@@ -258,7 +258,7 @@
 
   
   
-  
+  
 
 
   
@@ -306,7 +306,7 @@
 
   
   
-  
+  
 
 
   
@@ -319,7 +319,7 @@
 
   
   
-  
+  
 
 
   
@@ -367,39 +367,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -447,7 +447,7 @@
 
   
   
-  
+  
 
 
   
@@ -495,7 +495,7 @@
 
   
   
-  
+  
 
 
   
@@ -555,60 +555,60 @@
   
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
   
commit 7b13f1efa835a90fd1c5554b70a62bf8e395a69f
Author: Laurent BP 
AuthorDate: Mon Oct 14 20:08:47 2019 +0200
Commit: Laurent BP 
CommitDate: Thu Nov 14 19:15:05 2019 +0100

tdf#114746 Restore asian and complex tags in Blue_Curve template

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: I18e266cbacf6bb461dd58afaee572e874609907f
Reviewed-on: https://gerrit.libreoffice.org/80791
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/Blue_Curve/styles.xml 
b/extras/source/templates/presnt/Blue_Curve/styles.xml
index eb813f72ee87..b4c5f4ad7b63 100644
--- a/extras/source/templates/presnt/Blue_Curve/styles.xml
+++ b/extras/source/templates/presnt/Blue_Curve/styles.xml
@@ -11,7 +11,7 @@
   
 
   
-  
+  
 
 
   
@@ -59,7 +59,7 @@
 
   
   
-  
+  
 
 
   
@@ -87,36 +87,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -129,7 +129,7 @@
 
   
   
-  
+  
 
 
   
@@ -177,39 +177,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
- 

[Libreoffice-commits] core.git: extras/source

2019-11-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Beehive/styles.xml |   82 +++---
 1 file changed, 41 insertions(+), 41 deletions(-)

New commits:
commit b1fdf58b607be68089a142cbaa476b86e4a632a1
Author: Laurent BP 
AuthorDate: Sun Oct 13 22:07:29 2019 +0200
Commit: Laurent BP 
CommitDate: Thu Nov 14 19:13:58 2019 +0100

tdf#114746 Restore asian and complex tags in Beehive template

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: I6e6f8fbadde917a1bbac94dd44996fbda507bc0b
Reviewed-on: https://gerrit.libreoffice.org/80747
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/Beehive/styles.xml 
b/extras/source/templates/presnt/Beehive/styles.xml
index b7e09446b407..681f20e598d9 100644
--- a/extras/source/templates/presnt/Beehive/styles.xml
+++ b/extras/source/templates/presnt/Beehive/styles.xml
@@ -10,7 +10,7 @@
   
 
   
-  
+  
 
 
   
@@ -58,7 +58,7 @@
 
   
   
-  
+  
 
 
   
@@ -74,7 +74,7 @@
 
 
   
-  
+  
 
 
   
@@ -86,36 +86,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -128,7 +128,7 @@
 
   
   
-  
+  
 
 
   
@@ -176,15 +176,15 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -192,23 +192,23 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -256,7 +256,7 @@
 
   
   
-  
+  
 
 
   
@@ -304,7 +304,7 @@
 
   
   
-  
+  
 
 
   
@@ -312,12 +312,12 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -365,39 +365,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -445,7 +445,7 @@
 
   
   
-  
+  
 
 
   
@@ -493,7 +493,7 @@
 
   
   
-  
+  
 
 
   
@@ -553,20 +553,20 @@
   
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -574,15 +574,15 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
-  
+  
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-11-14 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Alizarin/styles.xml |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

New commits:
commit 457be5006ea029e872a04d1c4e55b450863804a0
Author: Laurent BP 
AuthorDate: Sun Oct 13 21:02:17 2019 +0200
Commit: Laurent BP 
CommitDate: Thu Nov 14 19:13:30 2019 +0100

tdf#114746 Restore asian and complex tags in Alizarin template

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: I2c23ad83296c73b6e4c028cbb5a10d4b62d1e134
Reviewed-on: https://gerrit.libreoffice.org/80744
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/Alizarin/styles.xml 
b/extras/source/templates/presnt/Alizarin/styles.xml
index a26391f3e6a1..641a35814de5 100644
--- a/extras/source/templates/presnt/Alizarin/styles.xml
+++ b/extras/source/templates/presnt/Alizarin/styles.xml
@@ -21,7 +21,7 @@
   
 
   
-  
+  
 
 
   
@@ -71,7 +71,7 @@
   
 
   
-  
+  
 
 
   
@@ -88,7 +88,7 @@
 
   
   
-  
+  
 
 
   
@@ -100,36 +100,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -140,7 +140,7 @@
   
 
   
-  
+  
 
 
   
@@ -193,39 +193,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -275,7 +275,7 @@
   
 
   
-  
+  
 
 
   
@@ -325,7 +325,7 @@
   
 
   
-  
+  
 
 
   
@@ -336,12 +336,12 @@
   
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -389,39 +389,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -471,7 +471,7 @@
   
 
   
-  
+  
 
 
   
@@ -521,7 +521,7 @@
   
 
   
-  
+  
 
 
   
@@ -600,20 +600,20 @@
   
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -658,7 +658,7 @@
   
 
 
-  
+  
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-10-21 Thread Laurent BP (via logerrit)
 extras/source/templates/presnt/Progress/styles.xml |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

New commits:
commit f7a584a592b0e481f974039288da585201c60747
Author: Laurent BP 
AuthorDate: Sat Oct 5 01:18:36 2019 +0200
Commit: Laurent BP 
CommitDate: Mon Oct 21 22:50:24 2019 +0200

tdf#114746 Restore asian and complex tags in Progress template

Manually add tags to fix size, bold and italic:
style:font-size-asian
style:font-size-complex
style:font-style-asian
style:font-style-complex
style:font-weight-asian
style:font-weight-complex

Change-Id: Ib3d4f2034d7a316c983cb136266aa213d9f01aee
Reviewed-on: https://gerrit.libreoffice.org/80287
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/templates/presnt/Progress/styles.xml 
b/extras/source/templates/presnt/Progress/styles.xml
index 55f84029c41d..0cd50ee2e217 100644
--- a/extras/source/templates/presnt/Progress/styles.xml
+++ b/extras/source/templates/presnt/Progress/styles.xml
@@ -14,7 +14,7 @@
   
 
   
-  
+  
 
 
   
@@ -62,7 +62,7 @@
 
   
   
-  
+  
 
 
   
@@ -78,7 +78,7 @@
 
 
   
-  
+  
 
 
   
@@ -90,36 +90,36 @@
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -128,12 +128,12 @@
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -181,39 +181,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -261,7 +261,7 @@
 
   
   
-  
+  
 
 
   
@@ -309,7 +309,7 @@
 
   
   
-  
+  
 
 
   
@@ -320,12 +320,12 @@
   
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -373,39 +373,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -453,7 +453,7 @@
 
   
   
-  
+  
 
 
   
@@ -503,7 +503,7 @@
   
 
   
-  
+  
 
 
   
@@ -512,12 +512,12 @@
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -567,27 +567,27 @@
   
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -595,11 +595,11 @@
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -647,7 +647,7 @@
 
   
   
-  
+  
 
 
   
@@ -695,7 +695,7 @@
 
   
   
-  
+  
 
 
   
@@ -704,12 +704,12 @@
 
   
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -757,39 +757,39 @@
 
   
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
@@ -837,7 +837,7 @@
 
   
   
-  
+  
 
 
   
@@ -885,7 +885,7 @@
 
   
   
-  
+  
 
 
   
@@ -990,20 +990,20 @@
   
 
 
-  
+  
 
 
   
-  
+  
 
 
   
-  
+  
 
 
   
   
-  
+  
 
 
   
@@ -1025,19 +1025,19 @@
 
 
   
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
-  
+  
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sw/source

2019-10-01 Thread Laurent BP (via logerrit)
 sw/source/ui/fldui/flddok.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e8b54b172947c30df014fd7cbbfdc6c81f4b0f7
Author: Laurent BP 
AuthorDate: Sat Sep 28 12:49:35 2019 +0200
Commit: Caolán McNamara 
CommitDate: Tue Oct 1 10:51:10 2019 +0200

tdf#127840 Remove limit to Days offset

Since 6.3 branch, offset in days is rectricted to 1 month,
which could be too restricted.
In previous versions, this limit was not effective.

Change-Id: Iaddf6fe3ae5e8cd937127302917108d6f465ab81
Reviewed-on: https://gerrit.libreoffice.org/79788
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit eeac5b7a424c3a3be48b1c3583171ad97d1b19cd)
Reviewed-on: https://gerrit.libreoffice.org/79896
Reviewed-by: Laurent BP 

diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx
index 7cee887a6687..5868b1e58e83 100644
--- a/sw/source/ui/fldui/flddok.cxx
+++ b/sw/source/ui/fldui/flddok.cxx
@@ -305,7 +305,7 @@ IMPL_LINK_NOARG(SwFieldDokPage, TypeHdl, weld::TreeView&, 
void)
 
 m_xDateFT->show();
 
-m_xDateOffsetED->set_range(-31, 31);// one month
+m_xDateOffsetED->set_range(INT_MIN, INT_MAX);// no limit
 
 if (IsFieldEdit())
 m_xDateOffsetED->set_value( 
static_cast(GetCurField())->GetOffset() / 24 / 60);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: sw/source

2019-09-30 Thread Laurent BP (via logerrit)
 sw/source/ui/fldui/flddok.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eeac5b7a424c3a3be48b1c3583171ad97d1b19cd
Author: Laurent BP 
AuthorDate: Sat Sep 28 12:49:35 2019 +0200
Commit: Caolán McNamara 
CommitDate: Mon Sep 30 20:43:01 2019 +0200

tdf#127840 Remove limit to Days offset

Since 6.3 branch, offset in days is rectricted to 1 month,
which could be too restricted.
In previous versions, this limit was not effective.

Change-Id: Iaddf6fe3ae5e8cd937127302917108d6f465ab81
Reviewed-on: https://gerrit.libreoffice.org/79788
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx
index 01346a4b94d8..c9c4dde6c711 100644
--- a/sw/source/ui/fldui/flddok.cxx
+++ b/sw/source/ui/fldui/flddok.cxx
@@ -304,7 +304,7 @@ IMPL_LINK_NOARG(SwFieldDokPage, TypeHdl, weld::TreeView&, 
void)
 
 m_xDateFT->show();
 
-m_xDateOffsetED->set_range(-31, 31);// one month
+m_xDateOffsetED->set_range(INT_MIN, INT_MAX);// no limit
 
 if (IsFieldEdit())
 m_xDateOffsetED->set_value( 
static_cast(GetCurField())->GetOffset() / 24 / 60);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/xh/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit cc65651a0490383f1a833bb6215d8ec4272d8b5d
Author: Laurent BP 
AuthorDate: Sun Sep 15 20:33:34 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:57:33 2019 +0200

Improve FN AutoText for xh

Translate names which appear in Navigator

Change-Id: I398b69954b4b810ec340e430753f4e669f4e9944
Reviewed-on: https://gerrit.libreoffice.org/78966
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/xh/standard/FN/content.xml 
b/extras/source/autotext/lang/xh/standard/FN/content.xml
index b41b40baf853..d9d081b79a4c 100644
--- a/extras/source/autotext/lang/xh/standard/FN/content.xml
+++ b/extras/source/autotext/lang/xh/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/vec/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b139d1cd129cb76f3664b52b9c02977446f779ec
Author: Laurent BP 
AuthorDate: Sun Sep 15 20:29:57 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:56:46 2019 +0200

Improve FN AutoText for vec

Translate names which appear in Navigator

Change-Id: Ibce3c0577bdca7d7e334d3bfdb028efa0b289773
Reviewed-on: https://gerrit.libreoffice.org/78965
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/vec/standard/FN/content.xml 
b/extras/source/autotext/lang/vec/standard/FN/content.xml
index b41b40baf853..6435d04a6738 100644
--- a/extras/source/autotext/lang/vec/standard/FN/content.xml
+++ b/extras/source/autotext/lang/vec/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 3 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/uk/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/uz/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/ve/standard/FN/content.xml |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 6954ff54d8bcf7ef028227a561acfbbd13036ba3
Author: Laurent BP 
AuthorDate: Sun Sep 15 20:26:00 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:56:10 2019 +0200

Improve FN AutoText for ve

Translate names which appear in Navigator

Change-Id: I1a99c43bc97fdf94e8f3d322b057756a7cb32d12
Reviewed-on: https://gerrit.libreoffice.org/78964
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ve/standard/FN/content.xml 
b/extras/source/autotext/lang/ve/standard/FN/content.xml
index b41b40baf853..d9d081b79a4c 100644
--- a/extras/source/autotext/lang/ve/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ve/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 7d5cf9f77b5d33c29b25fd9fc8d2f9a1a53292fb
Author: Laurent BP 
AuthorDate: Sun Sep 15 20:20:29 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:55:49 2019 +0200

Improve FN AutoText for uz

Translate names which appear in Navigator

Change-Id: I8497e3777b25f63ba2db86c8e547d29b394a8403
Reviewed-on: https://gerrit.libreoffice.org/78963
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/uz/standard/FN/content.xml 
b/extras/source/autotext/lang/uz/standard/FN/content.xml
index b41b40baf853..9e0c4004d743 100644
--- a/extras/source/autotext/lang/uz/standard/FN/content.xml
+++ b/extras/source/autotext/lang/uz/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit df48c123880126c83ba1b5f8d2e13518f59532a1
Author: Laurent BP 
AuthorDate: Sun Sep 15 20:13:55 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:55:31 2019 +0200

Improve FN AutoText for uk

Translate names which appear in Navigator

Change-Id: I120f18237215c6bd18f52f8d5fe551a09e398e10
Reviewed-on: https://gerrit.libreoffice.org/78962
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/uk/standard/FN/content.xml 
b/extras/source/autotext/lang/uk/standard/FN/content.xml
index b41b40baf853..13aee757b647 100644
--- a/extras/source/autotext/lang/uk/standard/FN/content.xml
+++ b/extras/source/autotext/lang/uk/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/tt/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/ug/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 2ff2cb9e3d75c1b26c7f5aa37891b30e97838132
Author: Laurent BP 
AuthorDate: Sun Sep 15 20:06:31 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:55:09 2019 +0200

Improve FN AutoText for ug

Translate names which appear in Navigator

Change-Id: I1261a5aa2dee679a85597d5b499e6e07e5a450ff
Reviewed-on: https://gerrit.libreoffice.org/78961
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ug/standard/FN/content.xml 
b/extras/source/autotext/lang/ug/standard/FN/content.xml
index b41b40baf853..45d0087ab55b 100644
--- a/extras/source/autotext/lang/ug/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ug/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit a5751a4d36b95c6d22161c245950c57db7df542a
Author: Laurent BP 
AuthorDate: Sun Sep 15 18:05:50 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:54:41 2019 +0200

Improve FN AutoText for tt

Translate names which appear in Navigator

Change-Id: Ifd05a7cc8348767018ae25bd815c207b76e8e01e
Reviewed-on: https://gerrit.libreoffice.org/78959
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/tt/standard/FN/content.xml 
b/extras/source/autotext/lang/tt/standard/FN/content.xml
index b41b40baf853..4e1d1a27741a 100644
--- a/extras/source/autotext/lang/tt/standard/FN/content.xml
+++ b/extras/source/autotext/lang/tt/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 3 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/th/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/tn/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/ts/standard/FN/content.xml |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 6c462bb28c151e1390c8e9822a9d9d01c8771e02
Author: Laurent BP 
AuthorDate: Sun Sep 15 18:01:35 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:54:16 2019 +0200

Improve FN AutoText for ts

Translate names which appear in Navigator

Change-Id: I94d05a49198c4e4092862a931cbbb483c5832b53
Reviewed-on: https://gerrit.libreoffice.org/78958
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ts/standard/FN/content.xml 
b/extras/source/autotext/lang/ts/standard/FN/content.xml
index b41b40baf853..d9d081b79a4c 100644
--- a/extras/source/autotext/lang/ts/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ts/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit fa484950f67bce9a8d42bcdbb10c32b0bcb15e99
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:58:38 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:53:53 2019 +0200

Improve FN AutoText for tn

Translate names which appear in Navigator

Change-Id: I9a21ca19b6b2cb519af617c75d80558c374671a2
Reviewed-on: https://gerrit.libreoffice.org/78957
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/tn/standard/FN/content.xml 
b/extras/source/autotext/lang/tn/standard/FN/content.xml
index b41b40baf853..be222b5cdf1f 100644
--- a/extras/source/autotext/lang/tn/standard/FN/content.xml
+++ b/extras/source/autotext/lang/tn/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit f5cc77687eac68316b362fe3a8fb7af5fed5d40a
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:55:39 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:53:30 2019 +0200

Improve FN AutoText for th

Translate names which appear in Navigator

Change-Id: I019d94749eaf058bf637fe0957bd158ffcc91313
Reviewed-on: https://gerrit.libreoffice.org/78956
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/th/standard/FN/content.xml 
b/extras/source/autotext/lang/th/standard/FN/content.xml
index b41b40baf853..64c189cc7d52 100644
--- a/extras/source/autotext/lang/th/standard/FN/content.xml
+++ b/extras/source/autotext/lang/th/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/te/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/tg/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 0ca87fab70b9fb7d941e0b56155e987ce084d543
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:52:09 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:53:07 2019 +0200

Improve FN AutoText for tg

Translate names which appear in Navigator

Change-Id: I1964454fb1fbc4de51648470a34f7fe6c0bda971
Reviewed-on: https://gerrit.libreoffice.org/78955
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/tg/standard/FN/content.xml 
b/extras/source/autotext/lang/tg/standard/FN/content.xml
index b41b40baf853..b4605da7c9bb 100644
--- a/extras/source/autotext/lang/tg/standard/FN/content.xml
+++ b/extras/source/autotext/lang/tg/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 1b563f12b216e315bc77acb69a1e5a4745323aea
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:48:50 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:52:28 2019 +0200

Improve FN AutoText for te

Translate names which appear in Navigator

Change-Id: I7a6394a0d4d4b629defade5e7df5d9248a951360
Reviewed-on: https://gerrit.libreoffice.org/78954
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/te/standard/FN/content.xml 
b/extras/source/autotext/lang/te/standard/FN/content.xml
index b41b40baf853..61149cad93b9 100644
--- a/extras/source/autotext/lang/te/standard/FN/content.xml
+++ b/extras/source/autotext/lang/te/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/ta/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fd5acd7b208f4c019ad5ce4bdf07e2f4c1836ce3
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:44:47 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:51:44 2019 +0200

Improve FN AutoText for ta

Translate names which appear in Navigator

Change-Id: I0aa25936fc16012e18954831f526da7d0a5a7172
Reviewed-on: https://gerrit.libreoffice.org/78953
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ta/standard/FN/content.xml 
b/extras/source/autotext/lang/ta/standard/FN/content.xml
index b41b40baf853..1244b301b7ba 100644
--- a/extras/source/autotext/lang/ta/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ta/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/sw-TZ/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/szl/standard/FN/content.xml   |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 9505c0f61de7ddcab969d5a63015cda19948acda
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:41:38 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:51:17 2019 +0200

Improve FN AutoText for szl

Translate names which appear in Navigator

Change-Id: I191cc0376a683e2efd1249bf7aa7761fd5819463
Reviewed-on: https://gerrit.libreoffice.org/78952
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/szl/standard/FN/content.xml 
b/extras/source/autotext/lang/szl/standard/FN/content.xml
index b41b40baf853..5fb9c1d49ee3 100644
--- a/extras/source/autotext/lang/szl/standard/FN/content.xml
+++ b/extras/source/autotext/lang/szl/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 130b0ffd491015df2dc1d6b272952d76980f0465
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:38:32 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:50:49 2019 +0200

Improve FN AutoText for sw-TZ

Translate names which appear in Navigator

Change-Id: I2ceaaebcdfefd0cfd482f801b32eac928f29cb92
Reviewed-on: https://gerrit.libreoffice.org/78951
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/sw-TZ/standard/FN/content.xml 
b/extras/source/autotext/lang/sw-TZ/standard/FN/content.xml
index b41b40baf853..526786b63c4b 100644
--- a/extras/source/autotext/lang/sw-TZ/standard/FN/content.xml
+++ b/extras/source/autotext/lang/sw-TZ/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/ss/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/st/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d4913aece53c7d4f293a1c5d0d129bd87497716d
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:35:30 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:50:15 2019 +0200

Improve FN AutoText for st

Translate names which appear in Navigator

Change-Id: I443ccba5967986a989ab22b5273af302e2ffd7e3
Reviewed-on: https://gerrit.libreoffice.org/78950
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/st/standard/FN/content.xml 
b/extras/source/autotext/lang/st/standard/FN/content.xml
index b41b40baf853..d9d081b79a4c 100644
--- a/extras/source/autotext/lang/st/standard/FN/content.xml
+++ b/extras/source/autotext/lang/st/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit e3f2df396e6663c52e4ed70fb1f3229a0ac19ef3
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:27:35 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:49:49 2019 +0200

Improve FN AutoText for ss

Translate names which appear in Navigator

Change-Id: Ia7c9e02e1c40ab322bb8f6f19e4fbbdd3da3968b
Reviewed-on: https://gerrit.libreoffice.org/78949
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ss/standard/FN/content.xml 
b/extras/source/autotext/lang/ss/standard/FN/content.xml
index b41b40baf853..add2a781462c 100644
--- a/extras/source/autotext/lang/ss/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ss/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/sid/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/sq/standard/FN/content.xml  |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit df71419ec4340cfb2ac7433f2e290b46706928b7
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:23:36 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:49:17 2019 +0200

Improve FN AutoText for sq

Translate names which appear in Navigator

Change-Id: Ifbfa18db451e02bd3fc976e283ae7b33a5e9afd0
Reviewed-on: https://gerrit.libreoffice.org/78947
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/sq/standard/FN/content.xml 
b/extras/source/autotext/lang/sq/standard/FN/content.xml
index b41b40baf853..9b087c796603 100644
--- a/extras/source/autotext/lang/sq/standard/FN/content.xml
+++ b/extras/source/autotext/lang/sq/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 41b43bde5c8582a40ae1c9cdde596ac030a18f90
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:19:55 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:48:49 2019 +0200

Improve FN AutoText for sid

Translate names which appear in Navigator

Change-Id: I0bd3097d82f63a51c5eb862920ad23f2be4ea92c
Reviewed-on: https://gerrit.libreoffice.org/78946
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/sid/standard/FN/content.xml 
b/extras/source/autotext/lang/sid/standard/FN/content.xml
index b41b40baf853..93848e3d587b 100644
--- a/extras/source/autotext/lang/sid/standard/FN/content.xml
+++ b/extras/source/autotext/lang/sid/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/sd/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/si/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3fca595afb45e5bcf4eb42d5623ef6fae0e52e3b
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:13:13 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:48:31 2019 +0200

Improve FN AutoText for si

Translate names which appear in Navigator

Change-Id: I4464413ed92bbbda41ec1ce1dd6a8ba0fb814865
Reviewed-on: https://gerrit.libreoffice.org/78945
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/si/standard/FN/content.xml 
b/extras/source/autotext/lang/si/standard/FN/content.xml
index b41b40baf853..e1db712bec0e 100644
--- a/extras/source/autotext/lang/si/standard/FN/content.xml
+++ b/extras/source/autotext/lang/si/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit d7155b7464af09176d9d94b5ec2fbd0b48bbf455
Author: Laurent BP 
AuthorDate: Sun Sep 15 17:04:51 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:48:09 2019 +0200

Improve FN AutoText for sd

Translate names which appear in Navigator

Change-Id: Ia37f0d16120216fb32b7d4ab480ff05a1038ee04
Reviewed-on: https://gerrit.libreoffice.org/78944
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/sd/standard/FN/content.xml 
b/extras/source/autotext/lang/sd/standard/FN/content.xml
index b41b40baf853..642a7c1eefeb 100644
--- a/extras/source/autotext/lang/sd/standard/FN/content.xml
+++ b/extras/source/autotext/lang/sd/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 3 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/rw/standard/FN/content.xml|6 +++---
 extras/source/autotext/lang/sa-IN/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/sat/standard/FN/content.xml   |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 921ba20e9b665aa3eaf9569cbf87f2c9d4bf0045
Author: Laurent BP 
AuthorDate: Sun Sep 15 16:58:21 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:47:50 2019 +0200

Improve FN AutoText for sa-IN

Translate names which appear in Navigator

Change-Id: I73e803f9563fac028dffbd8bcb721ad25c05ad06
Reviewed-on: https://gerrit.libreoffice.org/78943
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/sa-IN/standard/FN/content.xml 
b/extras/source/autotext/lang/sa-IN/standard/FN/content.xml
index b41b40baf853..1cd17abb8edf 100644
--- a/extras/source/autotext/lang/sa-IN/standard/FN/content.xml
+++ b/extras/source/autotext/lang/sa-IN/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 961ce890196e3e75d884e17853888038ac1f7231
Author: Laurent BP 
AuthorDate: Sun Sep 15 16:53:47 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:47:29 2019 +0200

Improve FN AutoText for sat

Translate names which appear in Navigator

Change-Id: I5ca0d2326f6fd60c2336e7f3abd5e4d958a6e9ea
Reviewed-on: https://gerrit.libreoffice.org/78941
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/sat/standard/FN/content.xml 
b/extras/source/autotext/lang/sat/standard/FN/content.xml
index b41b40baf853..01dab5459c29 100644
--- a/extras/source/autotext/lang/sat/standard/FN/content.xml
+++ b/extras/source/autotext/lang/sat/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 66eacbc076b3f073d199287b85e9df58eddfd51e
Author: Laurent BP 
AuthorDate: Sun Sep 15 16:32:45 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:46:59 2019 +0200

Improve FN AutoText for rw

Translate names which appear in Navigator

Change-Id: Ia62bd4406a478c20b0f304af35a861a187e11396
Reviewed-on: https://gerrit.libreoffice.org/78939
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/rw/standard/FN/content.xml 
b/extras/source/autotext/lang/rw/standard/FN/content.xml
index b41b40baf853..c53bbcbca82d 100644
--- a/extras/source/autotext/lang/rw/standard/FN/content.xml
+++ b/extras/source/autotext/lang/rw/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/or/standard/FN/content.xml|6 +++---
 extras/source/autotext/lang/pa-IN/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 4c1a1b8661ea11d74834511408b5c2ffa41df251
Author: Laurent BP 
AuthorDate: Sun Sep 15 16:28:09 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:46:41 2019 +0200

Improve FN AutoText for pa-IN

Translate names which appear in Navigator

Change-Id: I43942907f6eb3470aee9d465da9f845912c4c020
Reviewed-on: https://gerrit.libreoffice.org/78937
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/pa-IN/standard/FN/content.xml 
b/extras/source/autotext/lang/pa-IN/standard/FN/content.xml
index b41b40baf853..a5c2dfaf5a1e 100644
--- a/extras/source/autotext/lang/pa-IN/standard/FN/content.xml
+++ b/extras/source/autotext/lang/pa-IN/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit ba06e0444628c52d9b4a9c037137398162e6fe52
Author: Laurent BP 
AuthorDate: Sun Sep 15 16:20:11 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:46:25 2019 +0200

Improve FN AutoText for or

Translate names which appear in Navigator

Change-Id: I063360897b357e433b43ca63c4833514d96f7cec
Reviewed-on: https://gerrit.libreoffice.org/78936
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/or/standard/FN/content.xml 
b/extras/source/autotext/lang/or/standard/FN/content.xml
index b41b40baf853..579c2fbf3af9 100644
--- a/extras/source/autotext/lang/or/standard/FN/content.xml
+++ b/extras/source/autotext/lang/or/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 3 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/ne/standard/FN/content.xml  |6 +++---
 extras/source/autotext/lang/nr/standard/FN/content.xml  |6 +++---
 extras/source/autotext/lang/nso/standard/FN/content.xml |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 0e90eecc5cc3755c341713d6d19c304cd262eade
Author: Laurent BP 
AuthorDate: Sun Sep 15 16:07:03 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:44:52 2019 +0200

Improve FN AutoText for nso

Translate names which appear in Navigator

Change-Id: I3d6d7870474412458670f1453150e9b0fbeacc23
Reviewed-on: https://gerrit.libreoffice.org/78933
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/nso/standard/FN/content.xml 
b/extras/source/autotext/lang/nso/standard/FN/content.xml
index b41b40baf853..78a710afa04b 100644
--- a/extras/source/autotext/lang/nso/standard/FN/content.xml
+++ b/extras/source/autotext/lang/nso/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit aab4c2d9bd2a6b043d33373015341334ccf0ca03
Author: Laurent BP 
AuthorDate: Sun Sep 15 16:03:02 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:44:35 2019 +0200

Improve FN AutoText for nr

Translate names which appear in Navigator

Change-Id: If5d988b9f82dcba1a299d8ff365f433897284586
Reviewed-on: https://gerrit.libreoffice.org/78932
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/nr/standard/FN/content.xml 
b/extras/source/autotext/lang/nr/standard/FN/content.xml
index b41b40baf853..d9d081b79a4c 100644
--- a/extras/source/autotext/lang/nr/standard/FN/content.xml
+++ b/extras/source/autotext/lang/nr/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 9fbaa60c434cbace063a614772ede4cf83cbeaff
Author: Laurent BP 
AuthorDate: Sun Sep 15 15:54:52 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:44:14 2019 +0200

Improve FN AutoText for ne

Translate names which appear in Navigator

Change-Id: Iae18e7b16095017f1c28356fd2b064faa5bbf606
Reviewed-on: https://gerrit.libreoffice.org/78931
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ne/standard/FN/content.xml 
b/extras/source/autotext/lang/ne/standard/FN/content.xml
index b41b40baf853..f9aaff61b279 100644
--- a/extras/source/autotext/lang/ne/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ne/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/nn/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit def74f67071857cb1fc48427e557d33260f745de
Author: Laurent BP 
AuthorDate: Sun Sep 15 15:50:43 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:43:50 2019 +0200

Improve FN AutoText for nn

Translate names which appear in Navigator

Change-Id: I3e75a76d68cf6f98aac12eb7c8b1f4715f06a56d
Reviewed-on: https://gerrit.libreoffice.org/78930
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/nn/standard/FN/content.xml 
b/extras/source/autotext/lang/nn/standard/FN/content.xml
index b41b40baf853..1f7940a4e8ac 100644
--- a/extras/source/autotext/lang/nn/standard/FN/content.xml
+++ b/extras/source/autotext/lang/nn/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/my/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/nb/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 1b8dfc231dba90f3cd2017b9b249f8fb34e7f04a
Author: Laurent BP 
AuthorDate: Sun Sep 15 15:45:06 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:43:12 2019 +0200

Improve FN AutoText for nb

Translate names which appear in Navigator

Change-Id: I90c9971090c15905c6fc16720c900e3768334f43
Reviewed-on: https://gerrit.libreoffice.org/78929
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/nb/standard/FN/content.xml 
b/extras/source/autotext/lang/nb/standard/FN/content.xml
index b41b40baf853..1f7940a4e8ac 100644
--- a/extras/source/autotext/lang/nb/standard/FN/content.xml
+++ b/extras/source/autotext/lang/nb/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit ccc9dc12b32e7075a37adf88bfbb477312daf632
Author: Laurent BP 
AuthorDate: Sat Sep 14 21:27:11 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:42:53 2019 +0200

Improve FN AutoText for my

Translate names which appear in Navigator

Change-Id: I5370dde14e32c434f7802b6ac394fd2648690cd3
Reviewed-on: https://gerrit.libreoffice.org/78921
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/my/standard/FN/content.xml 
b/extras/source/autotext/lang/my/standard/FN/content.xml
index b41b40baf853..3cd08fdf566e 100644
--- a/extras/source/autotext/lang/my/standard/FN/content.xml
+++ b/extras/source/autotext/lang/my/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/mni/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/mr/standard/FN/content.xml  |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 081750a264358accc783a8b9476ce68bfd8fc4ec
Author: Laurent BP 
AuthorDate: Sat Sep 14 21:21:22 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:42:15 2019 +0200

Improve FN AutoText for mr

Translate names which appear in Navigator

Change-Id: I5f86ebc87e3134ab15cf9278da9017b9035d93ee
Reviewed-on: https://gerrit.libreoffice.org/78920
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/mr/standard/FN/content.xml 
b/extras/source/autotext/lang/mr/standard/FN/content.xml
index b41b40baf853..f9aaff61b279 100644
--- a/extras/source/autotext/lang/mr/standard/FN/content.xml
+++ b/extras/source/autotext/lang/mr/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 1373ed4d59c284d7f86cb2d40d1bca625afc5344
Author: Laurent BP 
AuthorDate: Sat Sep 14 21:13:20 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:41:41 2019 +0200

Improve FN AutoText for mni

Translate names which appear in Navigator

Change-Id: Ia7375fe31f19b6932a54c6ca9a468e772698b863
Reviewed-on: https://gerrit.libreoffice.org/78919
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/mni/standard/FN/content.xml 
b/extras/source/autotext/lang/mni/standard/FN/content.xml
index b41b40baf853..3eaefd0e6411 100644
--- a/extras/source/autotext/lang/mni/standard/FN/content.xml
+++ b/extras/source/autotext/lang/mni/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 3 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/mai/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/mk/standard/FN/content.xml  |6 +++---
 extras/source/autotext/lang/ml/standard/FN/content.xml  |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 80b639733232ba3caff0277f6704c29fe099ccf8
Author: Laurent BP 
AuthorDate: Sat Sep 14 21:04:10 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:41:16 2019 +0200

Improve FN AutoText for ml

Translate names which appear in Navigator

Change-Id: Ib9e554b24b20938cc38674cc9056aed242905a67
Reviewed-on: https://gerrit.libreoffice.org/78918
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ml/standard/FN/content.xml 
b/extras/source/autotext/lang/ml/standard/FN/content.xml
index b41b40baf853..1164778323f0 100644
--- a/extras/source/autotext/lang/ml/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ml/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 087c9b770ef59e4227632d4bbea847bff98c917d
Author: Laurent BP 
AuthorDate: Sat Sep 14 21:00:30 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:40:55 2019 +0200

Improve FN AutoText for mk

Translate names which appear in Navigator

Change-Id: I3ed3f5a3bb2f819e710914d1f9f6d9de741af35d
Reviewed-on: https://gerrit.libreoffice.org/78917
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/mk/standard/FN/content.xml 
b/extras/source/autotext/lang/mk/standard/FN/content.xml
index b41b40baf853..972935af2278 100644
--- a/extras/source/autotext/lang/mk/standard/FN/content.xml
+++ b/extras/source/autotext/lang/mk/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit e7b059cf84e3b3703f99f0f94b12637452081489
Author: Laurent BP 
AuthorDate: Sat Sep 14 20:55:14 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:40:31 2019 +0200

Improve FN AutoText for mai

Translate names which appear in Navigator

Change-Id: I07e85d7eb2c9e7b66e0fb7afe96286cc3ecc4ed0
Reviewed-on: https://gerrit.libreoffice.org/78916
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/mai/standard/FN/content.xml 
b/extras/source/autotext/lang/mai/standard/FN/content.xml
index b41b40baf853..1cd17abb8edf 100644
--- a/extras/source/autotext/lang/mai/standard/FN/content.xml
+++ b/extras/source/autotext/lang/mai/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/lo/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/lv/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit f6e2d9cf07c29883172518d34d41f0deb7fc0c5d
Author: Laurent BP 
AuthorDate: Sat Sep 14 20:51:15 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:40:04 2019 +0200

Improve FN AutoText for lv

Translate names which appear in Navigator

Change-Id: Id11abcafd1aa69f4dec8a40ecf00dd01e19ae12e
Reviewed-on: https://gerrit.libreoffice.org/78915
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/lv/standard/FN/content.xml 
b/extras/source/autotext/lang/lv/standard/FN/content.xml
index b41b40baf853..8f05f7f5eba6 100644
--- a/extras/source/autotext/lang/lv/standard/FN/content.xml
+++ b/extras/source/autotext/lang/lv/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 9372f26e780a1ffa2c22f7b0704cb566677dc347
Author: Laurent BP 
AuthorDate: Sat Sep 14 20:43:20 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:39:44 2019 +0200

Improve FN AutoText for lo

Translate names which appear in Navigator

Change-Id: I430dd355cdfba25ef0b1901ceabfd7f0970f3647
Reviewed-on: https://gerrit.libreoffice.org/78914
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/lo/standard/FN/content.xml 
b/extras/source/autotext/lang/lo/standard/FN/content.xml
index b41b40baf853..2ba7198debd3 100644
--- a/extras/source/autotext/lang/lo/standard/FN/content.xml
+++ b/extras/source/autotext/lang/lo/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/ks/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/lb/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 0b3d98fa73c353d60c7d1ec69389927a2603c215
Author: Laurent BP 
AuthorDate: Sat Sep 14 20:38:58 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:39:18 2019 +0200

Improve FN AutoText for lb

Translate names which appear in Navigator

Change-Id: I01b4672a25fbf3e8f456513566919bcedce1eee4
Reviewed-on: https://gerrit.libreoffice.org/78913
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/lb/standard/FN/content.xml 
b/extras/source/autotext/lang/lb/standard/FN/content.xml
index b41b40baf853..2edc4d05b859 100644
--- a/extras/source/autotext/lang/lb/standard/FN/content.xml
+++ b/extras/source/autotext/lang/lb/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit aece40026d0e145c1c5acd10fd827ae500ea9208
Author: Laurent BP 
AuthorDate: Sat Sep 14 19:29:14 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:38:58 2019 +0200

Improve FN AutoText for ks

Translate names which appear in Navigator

Change-Id: I4516d0220e6c5961cecf78f8d85a14766b8a26cd
Reviewed-on: https://gerrit.libreoffice.org/78910
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ks/standard/FN/content.xml 
b/extras/source/autotext/lang/ks/standard/FN/content.xml
index b41b40baf853..cb29120051e7 100644
--- a/extras/source/autotext/lang/ks/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ks/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 3 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/kmr-Latn/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/kn/standard/FN/content.xml   |6 +++---
 extras/source/autotext/lang/kok/standard/FN/content.xml  |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit a3b9ec4ce916f1396109aa095321f9648913d5a0
Author: Laurent BP 
AuthorDate: Sat Sep 14 19:23:46 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:38:28 2019 +0200

Improve FN AutoText for kok

Translate names which appear in Navigator

Change-Id: I39499a8b670bec5bfa50ce3cb21972a4f84c6836
Reviewed-on: https://gerrit.libreoffice.org/78909
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/kok/standard/FN/content.xml 
b/extras/source/autotext/lang/kok/standard/FN/content.xml
index b41b40baf853..ef7cdd041fc8 100644
--- a/extras/source/autotext/lang/kok/standard/FN/content.xml
+++ b/extras/source/autotext/lang/kok/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 8a5cc2fbf5c1e1c89d7c58d78c570c720b5ab82d
Author: Laurent BP 
AuthorDate: Sat Sep 14 19:18:49 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:38:03 2019 +0200

Improve FN AutoText for kn

Translate names which appear in Navigator

Change-Id: Ibbe4609a584dad0769a27d6852361393a0d3b91e
Reviewed-on: https://gerrit.libreoffice.org/78908
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/kn/standard/FN/content.xml 
b/extras/source/autotext/lang/kn/standard/FN/content.xml
index b41b40baf853..76b55218a056 100644
--- a/extras/source/autotext/lang/kn/standard/FN/content.xml
+++ b/extras/source/autotext/lang/kn/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit fda8233c08ba78c29a13ad78ca6d6eb7642e2018
Author: Laurent BP 
AuthorDate: Sat Sep 14 19:14:59 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:37:39 2019 +0200

Improve FN AutoText for kmr-Latn

Translate names which appear in Navigator

Change-Id: I31a5530c51edcaa57f5ea605c0512210b20f3c1e
Reviewed-on: https://gerrit.libreoffice.org/78907
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/kmr-Latn/standard/FN/content.xml 
b/extras/source/autotext/lang/kmr-Latn/standard/FN/content.xml
index b41b40baf853..ea77d3e779f6 100644
--- a/extras/source/autotext/lang/kmr-Latn/standard/FN/content.xml
+++ b/extras/source/autotext/lang/kmr-Latn/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/kab/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/kk/standard/FN/content.xml  |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 8b207c0573ec7c598d86b20dce997615bf005025
Author: Laurent BP 
AuthorDate: Sat Sep 14 19:10:16 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:37:14 2019 +0200

Improve FN AutoText for kk

Translate names which appear in Navigator

Change-Id: I69f1166a7a57941ece5e35f4ca09c28116778eab
Reviewed-on: https://gerrit.libreoffice.org/78906
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/kk/standard/FN/content.xml 
b/extras/source/autotext/lang/kk/standard/FN/content.xml
index b41b40baf853..f9545b3d2555 100644
--- a/extras/source/autotext/lang/kk/standard/FN/content.xml
+++ b/extras/source/autotext/lang/kk/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 3173cd99107baac020be9c95bae9def2874de091
Author: Laurent BP 
AuthorDate: Sat Sep 14 19:04:47 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:36:52 2019 +0200

Improve FN AutoText for kab

Translate names which appear in Navigator

Change-Id: I4ca1a7c5204ae1eb995725ca16a22aeaa23a7ba7
Reviewed-on: https://gerrit.libreoffice.org/78905
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/kab/standard/FN/content.xml 
b/extras/source/autotext/lang/kab/standard/FN/content.xml
index b41b40baf853..3b92fc12d9f3 100644
--- a/extras/source/autotext/lang/kab/standard/FN/content.xml
+++ b/extras/source/autotext/lang/kab/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/hsb/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/ka/standard/FN/content.xml  |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 71a9ffb8f776b3dd8a00cbc4c6048426d7529cc8
Author: Laurent BP 
AuthorDate: Sat Sep 14 19:00:54 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:36:22 2019 +0200

Improve FN AutoText for ka

Translate names which appear in Navigator

Change-Id: If1035ee46c4d7ff0ee014b832420dd64ee784975
Reviewed-on: https://gerrit.libreoffice.org/78904
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/ka/standard/FN/content.xml 
b/extras/source/autotext/lang/ka/standard/FN/content.xml
index b41b40baf853..a8be1984de45 100644
--- a/extras/source/autotext/lang/ka/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ka/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit b888213a81b89b52a6ff3dab4e839555b3a71608
Author: Laurent BP 
AuthorDate: Sat Sep 14 18:52:55 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:35:54 2019 +0200

Improve FN AutoText for hsb

Translate names which appear in Navigator

Change-Id: I9a278e4428434e41ce972cf56d54f443110f9769
Reviewed-on: https://gerrit.libreoffice.org/78903
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/hsb/standard/FN/content.xml 
b/extras/source/autotext/lang/hsb/standard/FN/content.xml
index b41b40baf853..9b087c796603 100644
--- a/extras/source/autotext/lang/hsb/standard/FN/content.xml
+++ b/extras/source/autotext/lang/hsb/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/he/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/hi/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 96f8bae7ac737721c964f6d6a23154931efa4b59
Author: Laurent BP 
AuthorDate: Sat Sep 14 18:47:03 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:35:26 2019 +0200

Improve FN AutoText for hi

Translate names which appear in Navigator

Change-Id: I125701549657e3a3500985f4cc28dcfd6270d153
Reviewed-on: https://gerrit.libreoffice.org/78902
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/hi/standard/FN/content.xml 
b/extras/source/autotext/lang/hi/standard/FN/content.xml
index b41b40baf853..1cd17abb8edf 100644
--- a/extras/source/autotext/lang/hi/standard/FN/content.xml
+++ b/extras/source/autotext/lang/hi/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 100f8e03153224fe7273d6c299c5bdcbbb28d68a
Author: Laurent BP 
AuthorDate: Fri Sep 13 23:03:02 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:35:04 2019 +0200

Improve FN AutoText for he

Translate names which appear in Navigator

Change-Id: I1c75b24b47a1dde70146db274b2ad054621e4191
Reviewed-on: https://gerrit.libreoffice.org/78895
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/he/standard/FN/content.xml 
b/extras/source/autotext/lang/he/standard/FN/content.xml
index b41b40baf853..6cf50436b8e8 100644
--- a/extras/source/autotext/lang/he/standard/FN/content.xml
+++ b/extras/source/autotext/lang/he/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/gug/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 021588b07681e847158121e8794e724518543b5e
Author: Laurent BP 
AuthorDate: Fri Sep 13 22:58:39 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:34:18 2019 +0200

Improve FN AutoText for gug

Translate names which appear in Navigator

Change-Id: I3f32eb67ea8114f9b994895c504c72338d1bc269
Reviewed-on: https://gerrit.libreoffice.org/78894
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/gug/standard/FN/content.xml 
b/extras/source/autotext/lang/gug/standard/FN/content.xml
index b41b40baf853..071906e3b0c7 100644
--- a/extras/source/autotext/lang/gug/standard/FN/content.xml
+++ b/extras/source/autotext/lang/gug/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/gl/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/gu/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit e956c3e304c33221b1a7cdf5820ceaed00f3f5ae
Author: Laurent BP 
AuthorDate: Fri Sep 13 22:51:46 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:33:43 2019 +0200

Improve FN AutoText for gu

Translate names which appear in Navigator

Change-Id: I2feb2918cf99c90277eb51c94d0a1e29c0059862
Reviewed-on: https://gerrit.libreoffice.org/78893
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/gu/standard/FN/content.xml 
b/extras/source/autotext/lang/gu/standard/FN/content.xml
index b41b40baf853..dc2320acd9da 100644
--- a/extras/source/autotext/lang/gu/standard/FN/content.xml
+++ b/extras/source/autotext/lang/gu/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 7315bff2dfae33866e9787e8e3983881aa9ec8e2
Author: Laurent BP 
AuthorDate: Fri Sep 13 22:47:57 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:33:20 2019 +0200

Improve FN AutoText for gl

Translate names which appear in Navigator

Change-Id: I7408549ffef408422a3335babf23e0cd0dba5e21
Reviewed-on: https://gerrit.libreoffice.org/78892
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/autotext/lang/gl/standard/FN/content.xml 
b/extras/source/autotext/lang/gl/standard/FN/content.xml
index b41b40baf853..a13b40d70842 100644
--- a/extras/source/autotext/lang/gl/standard/FN/content.xml
+++ b/extras/source/autotext/lang/gl/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/gd/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 712a262ae6667583d5d61b5126cb5dc180c98492
Author: Laurent BP 
AuthorDate: Fri Sep 13 22:43:59 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:33:02 2019 +0200

Improve FN AutoText for gd

Translate names which appear in Navigator

Change-Id: I01eb936083a806ba621c6d6aaf6177a151de147a
Reviewed-on: https://gerrit.libreoffice.org/78891
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/gd/standard/FN/content.xml 
b/extras/source/autotext/lang/gd/standard/FN/content.xml
index b41b40baf853..9f8916573ff4 100644
--- a/extras/source/autotext/lang/gd/standard/FN/content.xml
+++ b/extras/source/autotext/lang/gd/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/fy/standard/FN/content.xml |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b15159cf9eb81cb09c479fd7f39ae2433f8b2384
Author: Laurent BP 
AuthorDate: Fri Sep 13 22:36:57 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:31:14 2019 +0200

Improve FN AutoText for fy

Translate names which appear in Navigator

Change-Id: I079d696e602b548129f73464544523cbe4a8d923
Reviewed-on: https://gerrit.libreoffice.org/78890
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/fy/standard/FN/content.xml 
b/extras/source/autotext/lang/fy/standard/FN/content.xml
index b41b40baf853..9df4c1d946b7 100644
--- a/extras/source/autotext/lang/fy/standard/FN/content.xml
+++ b/extras/source/autotext/lang/fy/standard/FN/content.xml
@@ -40,7 +40,7 @@
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 4 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/el/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/eo/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/et/standard/FN/content.xml |4 ++--
 extras/source/autotext/lang/eu/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/ga/standard/FN/content.xml |6 +++---
 5 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 4a4d337d205d6746be46c5d310f83abe6a59b8ae
Author: Laurent BP 
AuthorDate: Fri Sep 13 21:22:49 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:30:40 2019 +0200

Improve FN AutoText for eu

Translate names which appear in Navigator

Change-Id: I77953af1e0a50687cf532549402c89216fc86cf6
Reviewed-on: https://gerrit.libreoffice.org/78889
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/eu/standard/FN/content.xml 
b/extras/source/autotext/lang/eu/standard/FN/content.xml
index b41b40baf853..73803ae23b89 100644
--- a/extras/source/autotext/lang/eu/standard/FN/content.xml
+++ b/extras/source/autotext/lang/eu/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit c92fcd8a3f102c2f1b3606ace0731121ad2866e9
Author: Laurent BP 
AuthorDate: Fri Sep 13 21:17:51 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:30:09 2019 +0200

Improve FN AutoText for et

Translate names which appear in Navigator

Change-Id: Ic54c38eb578f53b00ecb44f64c941466d4cc46b9
Reviewed-on: https://gerrit.libreoffice.org/7
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/et/standard/FN/content.xml 
b/extras/source/autotext/lang/et/standard/FN/content.xml
index b41b40baf853..9df4c1d946b7 100644
--- a/extras/source/autotext/lang/et/standard/FN/content.xml
+++ b/extras/source/autotext/lang/et/standard/FN/content.xml
@@ -40,7 +40,7 @@
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit ed0c63496c8f0a1fad17394d72e488fe64a80cd5
Author: Laurent BP 
AuthorDate: Fri Sep 13 20:52:47 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:29:40 2019 +0200

Improve FN AutoText for eo

Translate names which appear in Navigator

Change-Id: Iefcbf3955aa8b9564938433f5f1a042423c3010a
Reviewed-on: https://gerrit.libreoffice.org/78887
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/autotext/lang/eo/standard/FN/content.xml 
b/extras/source/autotext/lang/eo/standard/FN/content.xml
index b41b40baf853..f4d01e4ff8b7 100644
--- a/extras/source/autotext/lang/eo/standard/FN/content.xml
+++ b/extras/source/autotext/lang/eo/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit d89dcaea08a112b5b39397dbc02bb4ef3d286744
Author: Laurent BP 
AuthorDate: Fri Sep 13 20:44:59 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:29:11 2019 +0200

Improve FN AutoText for el and ga

Translate names which appear in Navigator

Change-Id: Ie375be9c31bf9e895912e3af68bdcbe9a0fb030b
Reviewed-on: https://gerrit.libreoffice.org/78886
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/el/standard/FN/content.xml 
b/extras/source/autotext/lang/el/standard/FN/content.xml
index b41b40baf853..14fe1b159152 100644
--- a/extras/source/autotext/lang/el/standard/FN/content.xml
+++ b/extras/source/autotext/lang/el/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
diff --git a/extras/source/autotext/lang/ga/standard/FN/content.xml 
b/extras/source/autotext/lang/ga/standard/FN/content.xml
index b41b40baf853..b60962a4b6a8 100644
--- a/extras/source/autotext/lang/ga/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ga/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/dz/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 09c2e40d5b938f2c10ab6ce4e3ad139793304e4a
Author: Laurent BP 
AuthorDate: Fri Sep 13 20:27:51 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:28:02 2019 +0200

Improve FN AutoText for dz

Translate names which appear in Navigator

Change-Id: Ic349d0ab57c6e1ec107664c74b0ee47a89d7895f
Reviewed-on: https://gerrit.libreoffice.org/78884
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/dz/standard/FN/content.xml 
b/extras/source/autotext/lang/dz/standard/FN/content.xml
index b41b40baf853..927dcdb68902 100644
--- a/extras/source/autotext/lang/dz/standard/FN/content.xml
+++ b/extras/source/autotext/lang/dz/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 3 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/cy/standard/FN/content.xml  |6 +++---
 extras/source/autotext/lang/dgo/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/dsb/standard/FN/content.xml |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 101d32a6f2f8bda09a52679ce0f542e62e40716e
Author: Laurent BP 
AuthorDate: Fri Sep 13 20:21:25 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:26:55 2019 +0200

Improve FN AutoText for dsb

Translate names which appear in Navigator

Change-Id: I5813a197805ce6a1e2e5c6f9dfa1821a2c9adab3
Reviewed-on: https://gerrit.libreoffice.org/78883
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/dsb/standard/FN/content.xml 
b/extras/source/autotext/lang/dsb/standard/FN/content.xml
index b41b40baf853..9b087c796603 100644
--- a/extras/source/autotext/lang/dsb/standard/FN/content.xml
+++ b/extras/source/autotext/lang/dsb/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 68777d0a6732f194acac08c06fd46f98334e8e71
Author: Laurent BP 
AuthorDate: Fri Sep 13 20:11:15 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:26:06 2019 +0200

Improve FN AutoText for dgo

Translate names which appear in Navigator

Change-Id: Iea6c6444df3086a5e6645ef3402c45dd6d118fdc
Reviewed-on: https://gerrit.libreoffice.org/78882
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/dgo/standard/FN/content.xml 
b/extras/source/autotext/lang/dgo/standard/FN/content.xml
index b41b40baf853..1db39056ea17 100644
--- a/extras/source/autotext/lang/dgo/standard/FN/content.xml
+++ b/extras/source/autotext/lang/dgo/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 67beb5b87d1a09fd997ec03ed2d78c3ab69137cc
Author: Laurent BP 
AuthorDate: Fri Sep 13 20:02:33 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:25:29 2019 +0200

Improve FN AutoText for cy

Translate names which appear in Navigator

Change-Id: I9ce3b7d8056cdfd39586c6e2c7406a2f40701659
Reviewed-on: https://gerrit.libreoffice.org/78881
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/cy/standard/FN/content.xml 
b/extras/source/autotext/lang/cy/standard/FN/content.xml
index b41b40baf853..e86ac5d40a27 100644
--- a/extras/source/autotext/lang/cy/standard/FN/content.xml
+++ b/extras/source/autotext/lang/cy/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/bs/standard/FN/content.xml  |6 +++---
 extras/source/autotext/lang/ca-valencia/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3d54925d73e5c89367ea0d56b08e3087784b5da6
Author: Laurent BP 
AuthorDate: Fri Sep 13 19:53:46 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:24:55 2019 +0200

Improve FN AutoText for ca-valencia

Translate names which appear in Navigator

Change-Id: Id198377f9e663c6557b5cc50e404fa1d1a1e7b74
Reviewed-on: https://gerrit.libreoffice.org/78880
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/extras/source/autotext/lang/ca-valencia/standard/FN/content.xml 
b/extras/source/autotext/lang/ca-valencia/standard/FN/content.xml
index b41b40baf853..411c9594652b 100644
--- a/extras/source/autotext/lang/ca-valencia/standard/FN/content.xml
+++ b/extras/source/autotext/lang/ca-valencia/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 6fad119e8e11b13be618435703f8cd7b87268def
Author: Laurent BP 
AuthorDate: Thu Sep 12 22:26:31 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:24:21 2019 +0200

Improve FN AutoText for bs

Translate names which appear in Navigator

Change-Id: Ie2ef52b3942e7509a5def38bd4de9e80d0340723
Reviewed-on: https://gerrit.libreoffice.org/78854
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/bs/standard/FN/content.xml 
b/extras/source/autotext/lang/bs/standard/FN/content.xml
index b41b40baf853..a6fc06fe2f03 100644
--- a/extras/source/autotext/lang/bs/standard/FN/content.xml
+++ b/extras/source/autotext/lang/bs/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/brx/standard/FN/content.xml |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 047456b08f3bcd3e4bdb6f23a9da85344af137bd
Author: Laurent BP 
AuthorDate: Thu Sep 12 22:20:22 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:23:38 2019 +0200

Improve FN AutoText for brx

Translate names which appear in Navigator

Change-Id: Iaf601266fd699ddb90d30a83054664d437671ed3
Reviewed-on: https://gerrit.libreoffice.org/78853
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/brx/standard/FN/content.xml 
b/extras/source/autotext/lang/brx/standard/FN/content.xml
index b41b40baf853..0ec1882cc63e 100644
--- a/extras/source/autotext/lang/brx/standard/FN/content.xml
+++ b/extras/source/autotext/lang/brx/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/bn-IN/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/br/standard/FN/content.xml|6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit ee1df8b8ff120fc672c95d958f7c7d04f40f53ee
Author: Laurent BP 
AuthorDate: Thu Sep 12 22:09:41 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:23:15 2019 +0200

Improve FN AutoText for br

Translate names which appear in Navigator

Change-Id: Ie6baea3382db8411076f8cfc111b839e2d233369
Reviewed-on: https://gerrit.libreoffice.org/78851
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/br/standard/FN/content.xml 
b/extras/source/autotext/lang/br/standard/FN/content.xml
index b41b40baf853..288c1b71a2b0 100644
--- a/extras/source/autotext/lang/br/standard/FN/content.xml
+++ b/extras/source/autotext/lang/br/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 477b11cba70c5da83afc10ba5147181de59bf4f1
Author: Laurent BP 
AuthorDate: Thu Sep 12 22:04:12 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:22:31 2019 +0200

Improve FN AutoText for bn-IN

Translate names which appear in Navigator

Change-Id: I2babcb028fdd169e8b256eb0322021970b861899
Reviewed-on: https://gerrit.libreoffice.org/78850
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/bn-IN/standard/FN/content.xml 
b/extras/source/autotext/lang/bn-IN/standard/FN/content.xml
index b41b40baf853..a292e49b22e9 100644
--- a/extras/source/autotext/lang/bn-IN/standard/FN/content.xml
+++ b/extras/source/autotext/lang/bn-IN/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - extras/source

2019-09-24 Thread Laurent BP (via logerrit)
 extras/source/autotext/lang/bn/standard/FN/content.xml |6 +++---
 extras/source/autotext/lang/bo/standard/FN/content.xml |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3f271e8882a83033cddcc306649139df22c462f7
Author: Laurent BP 
AuthorDate: Thu Sep 12 21:58:50 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:22:08 2019 +0200

Improve FN AutoText for bo

Translate names which appear in Navigator

Change-Id: I0bf22e681f371619eff89a12296efc30b4f7d4ea
Reviewed-on: https://gerrit.libreoffice.org/78849
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/bo/standard/FN/content.xml 
b/extras/source/autotext/lang/bo/standard/FN/content.xml
index b41b40baf853..a7da775fffa9 100644
--- a/extras/source/autotext/lang/bo/standard/FN/content.xml
+++ b/extras/source/autotext/lang/bo/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
commit 0b3cd03c75191c71cc47e1d2d4bc6ebd60d78814
Author: Laurent BP 
AuthorDate: Thu Sep 12 21:53:35 2019 +0200
Commit: Laurent BP 
CommitDate: Tue Sep 24 21:21:34 2019 +0200

Improve FN AutoText for bn

Translate names which appear in Navigator

Change-Id: I409d0945225d594dd3a860b40cdc372f64e35fa3
Reviewed-on: https://gerrit.libreoffice.org/78847
Tested-by: Jenkins
Reviewed-by: Laurent BP 

diff --git a/extras/source/autotext/lang/bn/standard/FN/content.xml 
b/extras/source/autotext/lang/bn/standard/FN/content.xml
index b41b40baf853..a292e49b22e9 100644
--- a/extras/source/autotext/lang/bn/standard/FN/content.xml
+++ b/extras/source/autotext/lang/bn/standard/FN/content.xml
@@ -34,13 +34,13 @@
 
 

-   
+   
 
 
 
  
   
-   
+   
  formula
 
   
@@ -52,4 +52,4 @@

   
  
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   >