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

2021-01-09 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/docvw/AnnotationWin2.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 94e47e2d90096146f4cd909782d75375d286bed1
Author: Jim Raykowski 
AuthorDate: Mon Dec 28 20:07:43 2020 -0900
Commit: Jim Raykowski 
CommitDate: Sun Jan 10 04:12:57 2021 +0100

Set visibility of text range overlay the same as the annotation window

When frames containing comment anchors are removed the annotation window
is hid but the text range overlay belonging to the annotation window
remains visible in the edit window. This patch sets the visibility of
text range overlay of the annotation window to the same visibility as
the annotation window.

Change-Id: I82170b2cab248a2c852a347ebdc6901bed3c83f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108428
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx 
b/sw/source/uibase/docvw/AnnotationWin2.cxx
index 99c69edf0059..3fe30564cc44 100644
--- a/sw/source/uibase/docvw/AnnotationWin2.cxx
+++ b/sw/source/uibase/docvw/AnnotationWin2.cxx
@@ -1163,6 +1163,8 @@ void SwAnnotationWin::ShowNote()
 mpShadow->setVisible(true);
 if (mpAnchor && !mpAnchor->isVisible())
 mpAnchor->setVisible(true);
+if (mpTextRangeOverlay && !mpTextRangeOverlay->isVisible())
+mpTextRangeOverlay->setVisible(true);
 
 // Invalidate.
 InvalidateControl();
@@ -1182,6 +1184,8 @@ void SwAnnotationWin::HideNote()
 }
 if (mpShadow && mpShadow->isVisible())
 mpShadow->setVisible(false);
+if (mpTextRangeOverlay && mpTextRangeOverlay->isVisible())
+mpTextRangeOverlay->setVisible(false);
 collectUIInformation("HIDE",get_id());
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


New Defects reported by Coverity Scan for LibreOffice

2021-01-09 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

2 new defect(s) introduced to LibreOffice found with Coverity Scan.
297 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1471720:  Null pointer dereferences  (FORWARD_NULL)



*** CID 1471720:  Null pointer dereferences  (FORWARD_NULL)
/sw/source/core/undo/untblk.cxx: 427 in 
SwUndoInserts::RedoImpl(sw::UndoRedoContext &)()
421 }
422 
423 if (rDoc.GetTextFormatColls()->IsAlive(m_pTextFormatColl))
424 {
425 SwTextNode* pTextNd = 
rPam.GetMark()->nNode.GetNode().GetTextNode();
426 if( pTextNd )
>>> CID 1471720:  Null pointer dereferences  (FORWARD_NULL)
>>> Passing null pointer "this->m_pTextFormatColl" to "ChgFormatColl", 
>>> which dereferences it.
427 pTextNd->ChgFormatColl( m_pTextFormatColl );
428 }
429 m_pTextFormatColl = pSavTextFormatColl;
430 
431 if (m_pLastNodeColl && 
rDoc.GetTextFormatColls()->IsAlive(m_pLastNodeColl)
432 && rPam.GetPoint()->nNode != rPam.GetMark()->nNode)

** CID 1471719:  Parse warnings  (PARSE_ERROR)
/sd/source/ui/unoidl/unopage.cxx: 105 in ()



*** CID 1471719:  Parse warnings  (PARSE_ERROR)
/sd/source/ui/unoidl/unopage.cxx: 105 in ()
99 WID_TRANSITION_DIRECTION, WID_TRANSITION_FADE_COLOR, 
WID_TRANSITION_DURATION, WID_LOOP_SOUND,
100 WID_NAVORDER, WID_PAGE_PREVIEWMETAFILE
101 };
102 
103 }
104 
>>> CID 1471719:  Parse warnings  (PARSE_ERROR)
>>> class template name must be a placeholder for the complete type being 
>>> initialized (not for a component of that type)
105 OUStringLiteral const sEmptyPageName = u"page";
106 
107 // this function stores the property maps for draw pages in impress and 
draw
108 static const SvxItemPropertySet* ImplGetDrawPagePropertySet( bool 
bImpress, PageKind ePageKind )
109 {
110 static const SfxItemPropertyMapEntry aDrawPagePropertyMap_Impl[] =



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50ypSs1kiFPuCn2xFdlMIFBirii0zZ9j2-2F9F2XPBcBm2BNgi9duPy3v-2FzgFDd2LJ-2BDKI-3DSEIt_OTq2XUZbbipYjyLSo6GRo-2FpVxQ9OzkDINu9UTS-2FQhSdO0F0jQniitrGlNxDIzPJiIgU-2FYO3drlK68cbdjI0h1Y-2Blb-2FZwltZ7qbtctziD6W8cQfi7S990cyr0A-2FXXQ1u0rdBceHuwP2mhZOrGB-2BO5u-2BNfv9tzIgQ-2Bktr1Bm6-2BRHlGTbD-2FfihwEQx7JMo57jV6ua1ZGZ7XhSjqAQFyWgLFXJck51d3MCD40pKO3rkLYsxuIGASM2hTjxhDEpi6QoUQ

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - dictionaries

2021-01-09 Thread Andras Timar (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f39dade3822cf1cad2730e6bec6d06cc9655d79
Author: Andras Timar 
AuthorDate: Sun Jan 10 01:14:58 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Sun Jan 10 01:14:58 2021 +0100

Update git submodules

* Update dictionaries from branch 'libreoffice-7-0'
  to 8ebb1bdc0d7971a419cfd3418a66a4a3b7becfdb
  - Updated Slovenian thesaurus

Change-Id: I189ae0f22fe2fa73d04fd149b8defdd1d7bb1f15
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/109040
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
(cherry picked from commit a706f520e612d1148c6d259b595ba4815be99f50)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/108997
Tested-by: Adolfo Jayme Barrientos 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/dictionaries b/dictionaries
index 209d6207a227..8ebb1bdc0d79 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 209d6207a2271a61f1cab120e314b60f5a20f27d
+Subproject commit 8ebb1bdc0d7971a419cfd3418a66a4a3b7becfdb
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-7-0' - sl_SI/description.xml sl_SI/package-description.txt sl_SI/README_th_sl_SI.txt sl_SI/th_sl_SI_v2.dat

2021-01-09 Thread Andras Timar (via logerrit)
 sl_SI/README_th_sl_SI.txt |4 
 sl_SI/description.xml |3 
 sl_SI/package-description.txt |2 
 sl_SI/th_sl_SI_v2.dat | 1729 +-
 4 files changed, 1401 insertions(+), 337 deletions(-)

New commits:
commit 8ebb1bdc0d7971a419cfd3418a66a4a3b7becfdb
Author: Andras Timar 
AuthorDate: Sat Jan 9 20:53:06 2021 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Jan 10 01:14:58 2021 +0100

Updated Slovenian thesaurus

Change-Id: I189ae0f22fe2fa73d04fd149b8defdd1d7bb1f15
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/109040
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
(cherry picked from commit a706f520e612d1148c6d259b595ba4815be99f50)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/108997
Tested-by: Adolfo Jayme Barrientos 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sl_SI/README_th_sl_SI.txt b/sl_SI/README_th_sl_SI.txt
index c96ebf7..49fbde1 100644
--- a/sl_SI/README_th_sl_SI.txt
+++ b/sl_SI/README_th_sl_SI.txt
@@ -2,7 +2,7 @@ The Slovenian thesaurus is developed as a part of project/
 Slovenski tezaver nastaja v okviru projekta:
OdprtiTezaver (www.tezaver.si)
 This dictionary pack includes version/Paket vsebuje različico:
-   2.0.20003
+   2.0.20500
 Thesaurus managed and edited by/Tezaver pripravlja in ureja:
Martin Srebotnjak (miles at filmsi net)
 Thesaurus data licensed under both/Podatki tezavra so izdani pod licencama:
@@ -18,7 +18,7 @@ Bug report/O napakah poročajte:
 http://external.openoffice.org/ form data:
 
 Product Name: Slovenian thesaurus
-Product Version: 2.0.20003
+Product Version: 2.0.20500
 Vendor or Owner Name: Martin Srebotnjak
 Vendor or Owner Contact: mi...@filmsi.net
 OpenOffice.org Contact: fil...@openoffice.org
diff --git a/sl_SI/description.xml b/sl_SI/description.xml
index c64ad51..96e3c23 100644
--- a/sl_SI/description.xml
+++ b/sl_SI/description.xml
@@ -1,9 +1,10 @@
 
 http://openoffice.org/extensions/description/2006"; 
xmlns:d="http://openoffice.org/extensions/description/2006"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
-
+
 
 
 Slovenian spelling dictionary, hyphenation rules, 
and thesaurus
+Slovenski jezik – slovar za preverjanje črkovanja, 
vzorci za deljenje besed in slovar sopomenk
 
 
 
diff --git a/sl_SI/package-description.txt b/sl_SI/package-description.txt
index 3c66e73..df0ec21 100644
--- a/sl_SI/package-description.txt
+++ b/sl_SI/package-description.txt
@@ -1,3 +1,3 @@
-Slovar za črkovanje 1.0 · Vzorci za deljenje besed 1.2.1 · Tezaver 2.0.20003
+Slovar za črkovanje 1.0 · Vzorci za deljenje besed 1.2.1 · Tezaver 2.0.20500
 
 Razširitev vzdržuje ekipa slovenjenja LibreOffice.
\ No newline at end of file
diff --git a/sl_SI/th_sl_SI_v2.dat b/sl_SI/th_sl_SI_v2.dat
index ae4cd39..5f59a23 100644
--- a/sl_SI/th_sl_SI_v2.dat
+++ b/sl_SI/th_sl_SI_v2.dat
@@ -107,7 +107,7 @@ ISO8859-2
 �en|1
 (sam.)|erizipel
 �enk|1
-(sam.)|�enk (pogovorno)|dar|darilo|naklonilo (zastarelo)|naklonitev 
(zastarelo)|podarek (zastarelo)|poklon (zastarelo)|poklonilo 
(zastarelo)|poklonitev (zastarelo)|poklonstvo (zastarelo)|prezent 
(zastarelo)|vezilo (zastarelo)
+(sam.)|�enk (neknji�no)|dar|dar�ek (ekspresivno)|darilce 
(ekspresivno)|darilo|naklonilo (starinsko)|naklonitev (starinsko)|ofer 
(starinsko)|podarek (zastarelo)|poklon (starinsko)|poklonilo 
(starinsko)|poklonitev (zastarelo)|poklonstvo (zastarelo)|prezent 
(zastarelo)|vezilo (zastarelo)
 �ent|1
 
(sam.)|�ment|hudi�|hudiman|hudimar|hudir|hudnik|parkelj|peklen��ek|roga�|satan|sku�njavec|vrag|vragec|vran�|zlobec|zlodej
 �entjan�evka|1
@@ -240,16 +240,25 @@ ISO8859-2
 (prisl.)|hudo�eljno|hudobno|maliciozno|zlobno|zlokobno
 �kodo�eljnost|1
 (sam.)|�lehtnoba (neknji�no)|hudobnost|malicioznost|zlobnost
+�komber|1
+(sam.)|�komber (nare�no)|makrela|sku�a|vretenica (zastarelo)
 �kornjast|1
 (prid.)|�kornjast (ekspresivno)|�torast (slab�alno)|�torkljast 
(ekspresivno)|bukov 
(ekspresivno)|coklast|neokreten|neroden|nespreten|okoren|po�asen|te�konog
 �kr�at|1
 (sam.)|cikada
-�krat|1
+�krat|2
+(sam.)|�krat (ekspresivno)|�kratek (ekspresivno)|�kratelj 
(ekspresivno)|�krateljc (ekspresivno)|�kratelj�ek (ekspresivno)|capin�ek 
(ekspresivno)|grde� (ekspresivno)|grdoba|kajon�ek (nare�no)|kujon|kujon�ek 
(pogovorno)|lumpek (ekspresivno)|mulec (ekspresivno)|mul�ek 
(ekspresivno)|nagajivec|nagajiv�ek (ljubkovalno)|nepridiprav 
(ekspresivno)|paglavec (ekspresivno)|paglav�ek (ekspresivno)|poredne�
 (sam.)|�kratelj (ekspresivno)|�krateljc|gnom|pal�ek
-�kratelj|1
+�kratek|1
+(sam.)|�krat (ekspresivno)|�kratek (ekspresivno)|�kratelj 
(ekspresivno)|�krateljc (ekspresivno)|�kratelj�ek (ekspresivno)|capin�ek 
(ekspresivno)|grde� (ekspresivno)|grdoba|kajon�ek (nare�no)|kujon|kujon�ek 
(pogovorno)|lumpek (ekspresivno)|mulec (ekspresivno)|mul�ek 
(ekspresivno)|nagajivec|nagajiv�ek (ljubkovalno)|nepridiprav 
(ekspresivno)|paglavec (ekspresivno)|paglav�ek (ek

[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - dictionaries

2021-01-09 Thread Andras Timar (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bc0d161d3651ab2d38a6ff664e43841d2719f4cc
Author: Andras Timar 
AuthorDate: Sun Jan 10 01:14:33 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Sun Jan 10 01:14:33 2021 +0100

Update git submodules

* Update dictionaries from branch 'libreoffice-7-1'
  to 0f14b92783008b49eedd6d3dbf40b7becd71746d
  - Updated Slovenian thesaurus

Change-Id: I189ae0f22fe2fa73d04fd149b8defdd1d7bb1f15
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/109040
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
(cherry picked from commit a706f520e612d1148c6d259b595ba4815be99f50)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/108996
Tested-by: Adolfo Jayme Barrientos 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/dictionaries b/dictionaries
index cd5509723ece..0f14b9278300 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit cd5509723ece3e462bea6e3daa7131ee686a7afe
+Subproject commit 0f14b92783008b49eedd6d3dbf40b7becd71746d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-7-1' - sl_SI/description.xml sl_SI/package-description.txt sl_SI/README_th_sl_SI.txt sl_SI/th_sl_SI_v2.dat

2021-01-09 Thread Andras Timar (via logerrit)
 sl_SI/README_th_sl_SI.txt |4 
 sl_SI/description.xml |3 
 sl_SI/package-description.txt |2 
 sl_SI/th_sl_SI_v2.dat | 1729 +-
 4 files changed, 1401 insertions(+), 337 deletions(-)

New commits:
commit 0f14b92783008b49eedd6d3dbf40b7becd71746d
Author: Andras Timar 
AuthorDate: Sat Jan 9 20:53:06 2021 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Jan 10 01:14:33 2021 +0100

Updated Slovenian thesaurus

Change-Id: I189ae0f22fe2fa73d04fd149b8defdd1d7bb1f15
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/109040
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
(cherry picked from commit a706f520e612d1148c6d259b595ba4815be99f50)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/108996
Tested-by: Adolfo Jayme Barrientos 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sl_SI/README_th_sl_SI.txt b/sl_SI/README_th_sl_SI.txt
index c96ebf7..49fbde1 100644
--- a/sl_SI/README_th_sl_SI.txt
+++ b/sl_SI/README_th_sl_SI.txt
@@ -2,7 +2,7 @@ The Slovenian thesaurus is developed as a part of project/
 Slovenski tezaver nastaja v okviru projekta:
OdprtiTezaver (www.tezaver.si)
 This dictionary pack includes version/Paket vsebuje različico:
-   2.0.20003
+   2.0.20500
 Thesaurus managed and edited by/Tezaver pripravlja in ureja:
Martin Srebotnjak (miles at filmsi net)
 Thesaurus data licensed under both/Podatki tezavra so izdani pod licencama:
@@ -18,7 +18,7 @@ Bug report/O napakah poročajte:
 http://external.openoffice.org/ form data:
 
 Product Name: Slovenian thesaurus
-Product Version: 2.0.20003
+Product Version: 2.0.20500
 Vendor or Owner Name: Martin Srebotnjak
 Vendor or Owner Contact: mi...@filmsi.net
 OpenOffice.org Contact: fil...@openoffice.org
diff --git a/sl_SI/description.xml b/sl_SI/description.xml
index c64ad51..96e3c23 100644
--- a/sl_SI/description.xml
+++ b/sl_SI/description.xml
@@ -1,9 +1,10 @@
 
 http://openoffice.org/extensions/description/2006"; 
xmlns:d="http://openoffice.org/extensions/description/2006"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
-
+
 
 
 Slovenian spelling dictionary, hyphenation rules, 
and thesaurus
+Slovenski jezik – slovar za preverjanje črkovanja, 
vzorci za deljenje besed in slovar sopomenk
 
 
 
diff --git a/sl_SI/package-description.txt b/sl_SI/package-description.txt
index 3c66e73..df0ec21 100644
--- a/sl_SI/package-description.txt
+++ b/sl_SI/package-description.txt
@@ -1,3 +1,3 @@
-Slovar za črkovanje 1.0 · Vzorci za deljenje besed 1.2.1 · Tezaver 2.0.20003
+Slovar za črkovanje 1.0 · Vzorci za deljenje besed 1.2.1 · Tezaver 2.0.20500
 
 Razširitev vzdržuje ekipa slovenjenja LibreOffice.
\ No newline at end of file
diff --git a/sl_SI/th_sl_SI_v2.dat b/sl_SI/th_sl_SI_v2.dat
index ae4cd39..5f59a23 100644
--- a/sl_SI/th_sl_SI_v2.dat
+++ b/sl_SI/th_sl_SI_v2.dat
@@ -107,7 +107,7 @@ ISO8859-2
 �en|1
 (sam.)|erizipel
 �enk|1
-(sam.)|�enk (pogovorno)|dar|darilo|naklonilo (zastarelo)|naklonitev 
(zastarelo)|podarek (zastarelo)|poklon (zastarelo)|poklonilo 
(zastarelo)|poklonitev (zastarelo)|poklonstvo (zastarelo)|prezent 
(zastarelo)|vezilo (zastarelo)
+(sam.)|�enk (neknji�no)|dar|dar�ek (ekspresivno)|darilce 
(ekspresivno)|darilo|naklonilo (starinsko)|naklonitev (starinsko)|ofer 
(starinsko)|podarek (zastarelo)|poklon (starinsko)|poklonilo 
(starinsko)|poklonitev (zastarelo)|poklonstvo (zastarelo)|prezent 
(zastarelo)|vezilo (zastarelo)
 �ent|1
 
(sam.)|�ment|hudi�|hudiman|hudimar|hudir|hudnik|parkelj|peklen��ek|roga�|satan|sku�njavec|vrag|vragec|vran�|zlobec|zlodej
 �entjan�evka|1
@@ -240,16 +240,25 @@ ISO8859-2
 (prisl.)|hudo�eljno|hudobno|maliciozno|zlobno|zlokobno
 �kodo�eljnost|1
 (sam.)|�lehtnoba (neknji�no)|hudobnost|malicioznost|zlobnost
+�komber|1
+(sam.)|�komber (nare�no)|makrela|sku�a|vretenica (zastarelo)
 �kornjast|1
 (prid.)|�kornjast (ekspresivno)|�torast (slab�alno)|�torkljast 
(ekspresivno)|bukov 
(ekspresivno)|coklast|neokreten|neroden|nespreten|okoren|po�asen|te�konog
 �kr�at|1
 (sam.)|cikada
-�krat|1
+�krat|2
+(sam.)|�krat (ekspresivno)|�kratek (ekspresivno)|�kratelj 
(ekspresivno)|�krateljc (ekspresivno)|�kratelj�ek (ekspresivno)|capin�ek 
(ekspresivno)|grde� (ekspresivno)|grdoba|kajon�ek (nare�no)|kujon|kujon�ek 
(pogovorno)|lumpek (ekspresivno)|mulec (ekspresivno)|mul�ek 
(ekspresivno)|nagajivec|nagajiv�ek (ljubkovalno)|nepridiprav 
(ekspresivno)|paglavec (ekspresivno)|paglav�ek (ekspresivno)|poredne�
 (sam.)|�kratelj (ekspresivno)|�krateljc|gnom|pal�ek
-�kratelj|1
+�kratek|1
+(sam.)|�krat (ekspresivno)|�kratek (ekspresivno)|�kratelj 
(ekspresivno)|�krateljc (ekspresivno)|�kratelj�ek (ekspresivno)|capin�ek 
(ekspresivno)|grde� (ekspresivno)|grdoba|kajon�ek (nare�no)|kujon|kujon�ek 
(pogovorno)|lumpek (ekspresivno)|mulec (ekspresivno)|mul�ek 
(ekspresivno)|nagajivec|nagajiv�ek (ljubkovalno)|nepridiprav 
(ekspresivno)|paglavec (ekspresivno)|paglav�ek (ek

[Libreoffice-commits] core.git: helpcontent2

2021-01-09 Thread Jean-Pierre Ledure (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4bbbd836720b2961d0ca28ea32827a5e21977c23
Author: Jean-Pierre Ledure 
AuthorDate: Sun Jan 10 01:13:09 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Sun Jan 10 01:13:09 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 9a888e136a47b381837a2aecbf586c96637f8c64
  - Remove reference to Calc sheets in Array service

Within ScriptForge services,
import/export methods between arrays and Calc sheets
are in the SF_Calc module and, hence, in the sf_calc.xhp help

Change-Id: I95386bfa83a8c15e84b9f097ce9cd5401f5abf45
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108993
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 0b90b02540e2..9a888e136a47 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 0b90b02540e278f632d4526c75dbe986d1f2d8b9
+Subproject commit 9a888e136a47b381837a2aecbf586c96637f8c64
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Jean-Pierre Ledure (via logerrit)
 source/text/sbasic/shared/03/sf_array.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9a888e136a47b381837a2aecbf586c96637f8c64
Author: Jean-Pierre Ledure 
AuthorDate: Fri Jan 8 17:20:19 2021 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Jan 10 01:13:09 2021 +0100

Remove reference to Calc sheets in Array service

Within ScriptForge services,
import/export methods between arrays and Calc sheets
are in the SF_Calc module and, hence, in the sf_calc.xhp help

Change-Id: I95386bfa83a8c15e84b9f097ce9cd5401f5abf45
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108993
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/sbasic/shared/03/sf_array.xhp 
b/source/text/sbasic/shared/03/sf_array.xhp
index 8206505ed..d78af99e0 100644
--- a/source/text/sbasic/shared/03/sf_array.xhp
+++ b/source/text/sbasic/shared/03/sf_array.xhp
@@ -18,7 +18,7 @@
 
 
 ScriptForge.Array 
service
-   Provides a collection of methods for manipulating and 
transforming arrays of one dimension (vectors) and arrays of two dimensions 
(matrices). This includes setting, sorting, importing and exporting to CSV 
files and Calc sheets.
+   Provides a collection of methods for manipulating and 
transforming arrays of one dimension (vectors) and arrays of two dimensions 
(matrices). This includes set operations, sorting, importing to and exporting 
from text files.
Arrays with more 
than two dimensions cannot be used with the methods in this service, the only 
exception being the CountDims method that accepts Arrays 
with any number of dimensions.
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Caolán McNamara (via logerrit)
 emfio/source/emfuno/xemfparser.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 684885a99a1eb7ad943e9736166d4bb1468663be
Author: Caolán McNamara 
AuthorDate: Sat Jan 9 19:26:59 2021 +
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 21:13:07 2021 +0100

ofz#29443 uncaught exception

Change-Id: I35b0c23f6b6df6d5e4d7e89fce84e8e0f306d8e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109038
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/emfio/source/emfuno/xemfparser.cxx 
b/emfio/source/emfuno/xemfparser.cxx
index 7788802c4e1c..472f7ec9d358 100644
--- a/emfio/source/emfuno/xemfparser.cxx
+++ b/emfio/source/emfuno/xemfparser.cxx
@@ -109,7 +109,7 @@ namespace emfio::emfreader
 pStream->SetEndian(SvStreamEndian::LITTLE);
 
 sal_uInt32 nMetaType(0);
-if (checkSeek(*pStream, 0x28))
+if (checkSeek(*pStream, 0x28) && pStream->remainingSize() >= 4)
 pStream->ReadUInt32(nMetaType);
 pStream->Seek(nOrgPos);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: dictionaries

2021-01-09 Thread Andras Timar (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5131d3a4b03960893810c4498b4b1af35c940d3
Author: Andras Timar 
AuthorDate: Sat Jan 9 20:54:36 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Sat Jan 9 20:54:36 2021 +0100

Update git submodules

* Update dictionaries from branch 'master'
  to a706f520e612d1148c6d259b595ba4815be99f50
  - Updated Slovenian thesaurus

Change-Id: I189ae0f22fe2fa73d04fd149b8defdd1d7bb1f15
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/109040
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 

diff --git a/dictionaries b/dictionaries
index 07fd313755d3..a706f520e612 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 07fd313755d396466771b814ab9166bf8ca09213
+Subproject commit a706f520e612d1148c6d259b595ba4815be99f50
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: sl_SI/description.xml sl_SI/package-description.txt sl_SI/README_th_sl_SI.txt sl_SI/th_sl_SI_v2.dat

2021-01-09 Thread Andras Timar (via logerrit)
 sl_SI/README_th_sl_SI.txt |4 
 sl_SI/description.xml |3 
 sl_SI/package-description.txt |2 
 sl_SI/th_sl_SI_v2.dat | 1729 +-
 4 files changed, 1401 insertions(+), 337 deletions(-)

New commits:
commit a706f520e612d1148c6d259b595ba4815be99f50
Author: Andras Timar 
AuthorDate: Sat Jan 9 20:53:06 2021 +0100
Commit: Andras Timar 
CommitDate: Sat Jan 9 20:54:36 2021 +0100

Updated Slovenian thesaurus

Change-Id: I189ae0f22fe2fa73d04fd149b8defdd1d7bb1f15
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/109040
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 

diff --git a/sl_SI/README_th_sl_SI.txt b/sl_SI/README_th_sl_SI.txt
index c96ebf7..49fbde1 100644
--- a/sl_SI/README_th_sl_SI.txt
+++ b/sl_SI/README_th_sl_SI.txt
@@ -2,7 +2,7 @@ The Slovenian thesaurus is developed as a part of project/
 Slovenski tezaver nastaja v okviru projekta:
OdprtiTezaver (www.tezaver.si)
 This dictionary pack includes version/Paket vsebuje različico:
-   2.0.20003
+   2.0.20500
 Thesaurus managed and edited by/Tezaver pripravlja in ureja:
Martin Srebotnjak (miles at filmsi net)
 Thesaurus data licensed under both/Podatki tezavra so izdani pod licencama:
@@ -18,7 +18,7 @@ Bug report/O napakah poročajte:
 http://external.openoffice.org/ form data:
 
 Product Name: Slovenian thesaurus
-Product Version: 2.0.20003
+Product Version: 2.0.20500
 Vendor or Owner Name: Martin Srebotnjak
 Vendor or Owner Contact: mi...@filmsi.net
 OpenOffice.org Contact: fil...@openoffice.org
diff --git a/sl_SI/description.xml b/sl_SI/description.xml
index c64ad51..96e3c23 100644
--- a/sl_SI/description.xml
+++ b/sl_SI/description.xml
@@ -1,9 +1,10 @@
 
 http://openoffice.org/extensions/description/2006"; 
xmlns:d="http://openoffice.org/extensions/description/2006"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
-
+
 
 
 Slovenian spelling dictionary, hyphenation rules, 
and thesaurus
+Slovenski jezik – slovar za preverjanje črkovanja, 
vzorci za deljenje besed in slovar sopomenk
 
 
 
diff --git a/sl_SI/package-description.txt b/sl_SI/package-description.txt
index 3c66e73..df0ec21 100644
--- a/sl_SI/package-description.txt
+++ b/sl_SI/package-description.txt
@@ -1,3 +1,3 @@
-Slovar za črkovanje 1.0 · Vzorci za deljenje besed 1.2.1 · Tezaver 2.0.20003
+Slovar za črkovanje 1.0 · Vzorci za deljenje besed 1.2.1 · Tezaver 2.0.20500
 
 Razširitev vzdržuje ekipa slovenjenja LibreOffice.
\ No newline at end of file
diff --git a/sl_SI/th_sl_SI_v2.dat b/sl_SI/th_sl_SI_v2.dat
index ae4cd39..5f59a23 100644
--- a/sl_SI/th_sl_SI_v2.dat
+++ b/sl_SI/th_sl_SI_v2.dat
@@ -107,7 +107,7 @@ ISO8859-2
 �en|1
 (sam.)|erizipel
 �enk|1
-(sam.)|�enk (pogovorno)|dar|darilo|naklonilo (zastarelo)|naklonitev 
(zastarelo)|podarek (zastarelo)|poklon (zastarelo)|poklonilo 
(zastarelo)|poklonitev (zastarelo)|poklonstvo (zastarelo)|prezent 
(zastarelo)|vezilo (zastarelo)
+(sam.)|�enk (neknji�no)|dar|dar�ek (ekspresivno)|darilce 
(ekspresivno)|darilo|naklonilo (starinsko)|naklonitev (starinsko)|ofer 
(starinsko)|podarek (zastarelo)|poklon (starinsko)|poklonilo 
(starinsko)|poklonitev (zastarelo)|poklonstvo (zastarelo)|prezent 
(zastarelo)|vezilo (zastarelo)
 �ent|1
 
(sam.)|�ment|hudi�|hudiman|hudimar|hudir|hudnik|parkelj|peklen��ek|roga�|satan|sku�njavec|vrag|vragec|vran�|zlobec|zlodej
 �entjan�evka|1
@@ -240,16 +240,25 @@ ISO8859-2
 (prisl.)|hudo�eljno|hudobno|maliciozno|zlobno|zlokobno
 �kodo�eljnost|1
 (sam.)|�lehtnoba (neknji�no)|hudobnost|malicioznost|zlobnost
+�komber|1
+(sam.)|�komber (nare�no)|makrela|sku�a|vretenica (zastarelo)
 �kornjast|1
 (prid.)|�kornjast (ekspresivno)|�torast (slab�alno)|�torkljast 
(ekspresivno)|bukov 
(ekspresivno)|coklast|neokreten|neroden|nespreten|okoren|po�asen|te�konog
 �kr�at|1
 (sam.)|cikada
-�krat|1
+�krat|2
+(sam.)|�krat (ekspresivno)|�kratek (ekspresivno)|�kratelj 
(ekspresivno)|�krateljc (ekspresivno)|�kratelj�ek (ekspresivno)|capin�ek 
(ekspresivno)|grde� (ekspresivno)|grdoba|kajon�ek (nare�no)|kujon|kujon�ek 
(pogovorno)|lumpek (ekspresivno)|mulec (ekspresivno)|mul�ek 
(ekspresivno)|nagajivec|nagajiv�ek (ljubkovalno)|nepridiprav 
(ekspresivno)|paglavec (ekspresivno)|paglav�ek (ekspresivno)|poredne�
 (sam.)|�kratelj (ekspresivno)|�krateljc|gnom|pal�ek
-�kratelj|1
+�kratek|1
+(sam.)|�krat (ekspresivno)|�kratek (ekspresivno)|�kratelj 
(ekspresivno)|�krateljc (ekspresivno)|�kratelj�ek (ekspresivno)|capin�ek 
(ekspresivno)|grde� (ekspresivno)|grdoba|kajon�ek (nare�no)|kujon|kujon�ek 
(pogovorno)|lumpek (ekspresivno)|mulec (ekspresivno)|mul�ek 
(ekspresivno)|nagajivec|nagajiv�ek (ljubkovalno)|nepridiprav 
(ekspresivno)|paglavec (ekspresivno)|paglav�ek (ekspresivno)|poredne�
+�kratelj|2
+(sam.)|�krat (ekspresivno)|�kratek (ekspresivno)|�kratelj 
(ekspresivno)|�krateljc (ekspresivno)|�kratelj�ek (ekspresivno)|capin�ek 
(ekspresivno)|grde� (ekspresivno)|grdoba|kajon�ek (nare�no)|kujon|kujon�e

[Libreoffice-commits] core.git: helpcontent2

2021-01-09 Thread Andrea Gelmini (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a35ec0019d73b3b11e97f884d2ee796c17a89e5b
Author: Andrea Gelmini 
AuthorDate: Sat Jan 9 20:35:07 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Sat Jan 9 20:35:07 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 0b90b02540e278f632d4526c75dbe986d1f2d8b9
  - Fix typo

Change-Id: Ib35a4fe3b4f6d5d1da567d92e860d327987e564c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109033
Tested-by: Jenkins
Reviewed-by: Julien Nabet 
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index e3ac5513e2a4..0b90b02540e2 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit e3ac5513e2a4729063413ba131ef0cb5cb8f6daf
+Subproject commit 0b90b02540e278f632d4526c75dbe986d1f2d8b9
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Andrea Gelmini (via logerrit)
 source/text/shared/01/0210.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b90b02540e278f632d4526c75dbe986d1f2d8b9
Author: Andrea Gelmini 
AuthorDate: Sat Jan 9 14:32:34 2021 +0100
Commit: Olivier Hallot 
CommitDate: Sat Jan 9 20:35:07 2021 +0100

Fix typo

Change-Id: Ib35a4fe3b4f6d5d1da567d92e860d327987e564c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109033
Tested-by: Jenkins
Reviewed-by: Julien Nabet 
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/0210.xhp 
b/source/text/shared/01/0210.xhp
index ecdb265dd..1439f9fb0 100644
--- a/source/text/shared/01/0210.xhp
+++ b/source/text/shared/01/0210.xhp
@@ -173,7 +173,7 @@ Ext help text not found within switches. Solution: Keep 
switched text for normal
 Sets the search options for similar notation used in 
Japanese text.
   Searching 
in Japanese
 Diacritic-Sensitive
-Searches exact match, doesnot include Unicode combining marks 
in search. For example, searching for كتب will not match كَتَبَ or كُتُب or 
كتِب and so on
+Searches exact match, does not include Unicode combining marks 
in search. For example, searching for كتب will not match كَتَبَ or كُتُب or 
كتِب and so on
 Kashida-sensitive
 Searches exact match, does not include Arabic Tatweel mark 
U+0640 (also known as Kashida) in search. For example, searching for كتاب will 
not match كـتاب or كتاب and so on.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/utlui/content.cxx |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

New commits:
commit 93add00ee5c90b2a7fec9046eaa0eea767f37875
Author: Jim Raykowski 
AuthorDate: Fri Jan 8 18:42:30 2021 -0900
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 20:22:17 2021 +0100

Navigator outline content visibility menu item related fixes

- fixes crash that occurs using Hide All
- fixes logic used for Hide/Show All
- adds comments for Toggle, Hide All and Show All popup menu items ids

Change-Id: I87076c606e3d2bc49f5fe7d07119c6c74237f3e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109027
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index ec33b083d487..5ac56dbabc43 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1177,9 +1177,10 @@ static bool lcl_InsertExpandCollapseAllItem(const 
weld::TreeView& rContentTree,
 
 static void lcl_SetOutlineContentEntriesSensitivities(SwContentTree* pThis, 
const weld::TreeView& rContentTree, const weld::TreeIter& rEntry, weld::Menu& 
rPop)
 {
-// If anybody knows what these magic numbers mean, please either
-// add a comment here, or replace them with some suitable symbolic
-// names that are defined somewhere else.
+
+// 1512 toggle outline content visibility of the selected outline entry
+// 1513 make the outline content of the selected outline entry and 
children not visible
+// 1514 make the outline content of the selected entry and children visible
 rPop.set_sensitive(OString::number(1512), false);
 rPop.set_sensitive(OString::number(1513), false);
 rPop.set_sensitive(OString::number(1514), false);
@@ -3780,18 +3781,13 @@ void SwContentTree::ExecuteContextMenuAction(const 
OString& rSelectedPopupEntry)
 auto nSelectedPopupEntry = rSelectedPopupEntry.toUInt32();
 switch (nSelectedPopupEntry)
 {
-case 1512: // fold or unfold outline content of selected entry
-case 1513: // fold outline content of selected entry and descendants
-case 1514: // unfold outline content of selected entry and descendants
+case 1512: // toggle outline content visibility of the selected 
outline entry
+case 1513: // make the outline content of the selected outline entry 
and children not visible
+case 1514: // make the outline content of the selected entry and 
children visible
 {
 m_pActiveShell->EnterStdMode();
 m_bIgnoreViewChange = true;
 SwOutlineContent* pCntFirst = 
reinterpret_cast(m_xTreeView->get_id(*xFirst).toInt64());
-if (lcl_IsContentType(*xFirst, *m_xTreeView)) // Headings root 
entry
-m_pActiveShell->GotoPage(1, true);
-else
-GotoContent(pCntFirst);
-grab_focus();
 if (nSelectedPopupEntry == 1512)
 {
 
m_pActiveShell->ToggleOutlineContentVisibility(pCntFirst->GetOutlinePos());
@@ -3808,14 +3804,20 @@ void SwContentTree::ExecuteContextMenuAction(const 
OString& rSelectedPopupEntry)
 nLevel = 
m_pActiveShell->getIDocumentOutlineNodesAccess()->getOutlineLevel(nPos);
 else
 nPos = 0;
-bool bFold(nSelectedPopupEntry == 1514);
+bool bShow(nSelectedPopupEntry == 1514);
 do
 {
-if (!m_pActiveShell->IsOutlineContentVisible(nPos) == 
bFold)
+if (m_pActiveShell->IsOutlineContentVisible(nPos) != bShow)
 m_pActiveShell->ToggleOutlineContentVisibility(nPos);
 } while (++nPos < nOutlineNodesCount
  && (nLevel == -1 || 
m_pActiveShell->getIDocumentOutlineNodesAccess()->getOutlineLevel(nPos) > 
nLevel));
 }
+// show in the document what was toggled
+if (lcl_IsContentType(*xFirst, *m_xTreeView)) // Headings root 
entry
+m_pActiveShell->GotoPage(1, true);
+else
+GotoContent(pCntFirst);
+grab_focus();
 m_bIgnoreViewChange = false;
 }
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/jsdialog

2021-01-09 Thread Henry Castro (via logerrit)
 vcl/jsdialog/jsdialogbuilder.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 12d309940cd1aa26fb07c9dce2778e5811276190
Author: Henry Castro 
AuthorDate: Fri Jan 8 16:47:47 2021 -0400
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 20:20:53 2021 +0100

lok: fix initialization variable

It should initialize false

Change-Id: I67249bc8040688ee82bf12532178eb133f80b8e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109021
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index c3e783452452..3352bac904d1 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -699,11 +699,11 @@ JSDialog::JSDialog(VclPtr aNotifierWindow, 
VclPtr aCon
std::string sTypeOfJSON)
 : JSWidget(aNotifierWindow, aContentWindow, 
pDialog, pBuilder,
 bTakeOwnership, sTypeOfJSON)
+, m_bNotifyCreated(false)
 {
 if (aNotifierWindow && aNotifierWindow->IsDisableIdleNotify())
 {
 pDialog->AddEventListener(LINK(this, JSDialog, on_window_event));
-m_bNotifyCreated = false;
 }
 }
 
@@ -892,11 +892,11 @@ JSMessageDialog::JSMessageDialog(::MessageDialog* 
pDialog, VclPtr a
  SalInstanceBuilder* pBuilder, bool 
bTakeOwnership)
 : SalInstanceMessageDialog(pDialog, pBuilder, bTakeOwnership)
 , JSDialogSender(m_xMessageDialog, aContentWindow, "dialog")
+, m_bNotifyCreated(false)
 {
 if (aContentWindow && aContentWindow->IsDisableIdleNotify())
 {
 pDialog->AddEventListener(LINK(this, JSMessageDialog, 
on_window_event));
-m_bNotifyCreated = false;
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Please update XML Security Library and NSS for LibreOffice from Windows/Linux.

2021-01-09 Thread maxbook2020 maxbook2020

 
 
Please update XML Security Library to 1.2.31 and NSS 3.61 for LibreOffice 
7.1/7.0/6.4 from Windows/Linux. 
Hi!
 
Please,
 
update in Libre Office 7.1/7.0/6.4
 
xmlsec to 1.2.31
 
https://www.aleksey.com/xmlsec/
 
and
 
update nss to 3.61
 
https://github.com/nss-dev/nss
 
Think you.
 
Happy New Year 2021! :-)
 ___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Please update XML Security Library and NSS for LibreOffice from Windows and Linux.

2021-01-09 Thread maxbook2020 maxbook2020

Please update XML Security Library to 1.2.31 and NSS 3.61 for LibreOffice 
7.1/7.0/6.4 from Windows/Linux. 
 
Hi!
 
Please,
 
update in Libre Office 7.1/7.0/6.4
 
xmlsec to 1.2.31
 
https://www.aleksey.com/xmlsec/
 
and
 
update nss to 3.61
 
https://github.com/nss-dev/nss
 
Think you.
 
Happy New Year 2021! :-)
 ___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Please update XML Security Library to 1.2.31 and NSS 3.61 for LibreOffice 7.1/7.0/6.4 from Windows/Linux.

2021-01-09 Thread maxbook2020 maxbook2020

Hi!
 
Please,
 
update in Libre Office 7.1/7.0/6.4
 
xmlsec to 1.2.31
 
https://www.aleksey.com/xmlsec/
 
and
 
update nss to 3.61
 
https://github.com/nss-dev/nss
 
Think you.
 
Happy New Year 2021! :-)
--
maxbook2020 maxbook2020___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: accessibility/inc sc/source sd/source svx/source

2021-01-09 Thread Andrea Gelmini (via logerrit)
 accessibility/inc/standard/vclxaccessiblelist.hxx |2 +-
 sc/source/ui/inc/impex.hxx|2 +-
 sd/source/ui/inc/AccessibleDocumentViewBase.hxx   |4 ++--
 svx/source/accessibility/ChildrenManagerImpl.hxx  |2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 251cfcdc8db951cfddeb960bb55da61117693d67
Author: Andrea Gelmini 
AuthorDate: Sat Jan 9 14:33:54 2021 +0100
Commit: Julien Nabet 
CommitDate: Sat Jan 9 18:26:20 2021 +0100

Fix typos

Following:
https: //gerrit.libreoffice.org/c/core/+/108936
Change-Id: I57fcdd1485f32ed4bcbfc9a91028eb9cd6b01f16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109034
Tested-by: Julien Nabet 
Reviewed-by: Julien Nabet 

diff --git a/accessibility/inc/standard/vclxaccessiblelist.hxx 
b/accessibility/inc/standard/vclxaccessiblelist.hxx
index 49f48d9b8b56..619fe23aada8 100644
--- a/accessibility/inc/standard/vclxaccessiblelist.hxx
+++ b/accessibility/inc/standard/vclxaccessiblelist.hxx
@@ -67,7 +67,7 @@ public:
 
 /** Called on reception of selection events this method checks all known
 list items for a possible change in their selection state and
-updates that accordingly.  No accessibility events are send because
+updates that accordingly.  No accessibility events are sent because
 the XAccessibleSelection interface is not supported and the items
 are transient.
 @param sTextOfSelectedItem
diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx
index 090b17911578..3918ba86afb6 100644
--- a/sc/source/ui/inc/impex.hxx
+++ b/sc/source/ui/inc/impex.hxx
@@ -121,7 +121,7 @@ public:
 static sal_Int32 CountVisualWidth(const OUString& rStr, sal_Int32& nIdx, 
sal_Int32 nMaxWidth);
 
 /** ScImportExport::CountVisualWidth
-@return the sum of the viusal width of the whole string.
+@return the sum of the visual width of the whole string.
 **/
 static sal_Int32 CountVisualWidth(const OUString& rStr);
 
diff --git a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx 
b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
index 2194dee2f290..3a48c0a70790 100644
--- a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
+++ b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
@@ -273,7 +273,7 @@ protected:
 virtual void SAL_CALL disposing() override;
 
 /** Create a name string.  The current name is not modified and,
-therefore, no events are send.  This method is usually called once
+therefore, no events are sent.  This method is usually called once
 by the getAccessibleName method of the base class.
 @return
A name string.
@@ -304,7 +304,7 @@ protected:
 If this is a valid reference then a child event is send that
 informs the listeners of a new child.  If there has already been
 an active accessible OLE object then this is removed first and
-appropriate events are send.
+appropriate events are sent.
 
 If this is an empty reference then the currently active
 accessible OLE object (if there is one) is removed.
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx 
b/svx/source/accessibility/ChildrenManagerImpl.hxx
index ecff9d0b6bf8..4cad0efcbf8c 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -58,7 +58,7 @@ typedef ::std::vector 
ChildDescriptorListType;
 Each call of the Update method leads to a
 re-calculation of the visible shapes which then can be queried with the
 GetChildCount and GetChild methods.
-Events are send informing all listeners about the removed shapes which are
+Events are sent informing all listeners about the removed shapes which are
 not visible anymore and about the added shapes.
 
  The visible area which is used to determine the visibility of the
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2021-01-09 Thread Balaharipreetha Muthu (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 254c6977af41b1ccfd57dbeea0601bf81290c02b
Author: Balaharipreetha Muthu 
AuthorDate: Sat Jan 9 13:49:42 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Sat Jan 9 13:49:42 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to e3ac5513e2a4729063413ba131ef0cb5cb8f6daf
  - tdf#103587 - Find and Replace : Add explanations for options: Kashida 
sensitive and Diacritics sensitive.

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

diff --git a/helpcontent2 b/helpcontent2
index 1a448c30bca4..e3ac5513e2a4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 1a448c30bca44a332348446afce82a3f5294461a
+Subproject commit e3ac5513e2a4729063413ba131ef0cb5cb8f6daf
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Balaharipreetha Muthu (via logerrit)
 source/text/shared/01/0210.xhp |4 
 1 file changed, 4 insertions(+)

New commits:
commit e3ac5513e2a4729063413ba131ef0cb5cb8f6daf
Author: Balaharipreetha Muthu 
AuthorDate: Fri Jan 8 20:34:41 2021 +0100
Commit: Olivier Hallot 
CommitDate: Sat Jan 9 13:49:42 2021 +0100

tdf#103587 - Find and Replace : Add explanations for options: Kashida 
sensitive and Diacritics sensitive.

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

diff --git a/source/text/shared/01/0210.xhp 
b/source/text/shared/01/0210.xhp
index 434c099b2..ecdb265dd 100644
--- a/source/text/shared/01/0210.xhp
+++ b/source/text/shared/01/0210.xhp
@@ -172,6 +172,10 @@ Ext help text not found within switches. Solution: Keep 
switched text for normal
 
 Sets the search options for similar notation used in 
Japanese text.
   Searching 
in Japanese
+Diacritic-Sensitive
+Searches exact match, doesnot include Unicode combining marks 
in search. For example, searching for كتب will not match كَتَبَ or كُتُب or 
كتِب and so on
+Kashida-sensitive
+Searches exact match, does not include Arabic Tatweel mark 
U+0640 (also known as Kashida) in search. For example, searching for كتاب will 
not match كـتاب or كتاب and so on.
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/jsdialog

2021-01-09 Thread Caolán McNamara (via logerrit)
 vcl/jsdialog/jsdialogbuilder.cxx |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 0c20b68149797c8b0779534a8e0cb9045085d451
Author: Caolán McNamara 
AuthorDate: Fri Jan 8 20:28:42 2021 +
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 13:00:29 2021 +0100

cid#1470783 Logically dead code

Change-Id: I0bf96d28904b84bb970c53d0cb732dc45aa2deb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109020
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index 19f8780d2740..c3e783452452 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -448,9 +448,8 @@ std::unique_ptr 
JSInstanceBuilder::weld_dialog(const OString& id)
 if (id == "MacroSelectorDialog")
 pDialog->SetDisableIdleNotify(true);
 
-pRet.reset(pDialog ? new JSDialog(m_aOwnedToplevel, m_aOwnedToplevel, 
pDialog, this, false,
-  m_sTypeOfJSON)
-   : nullptr);
+pRet.reset(
+new JSDialog(m_aOwnedToplevel, m_aOwnedToplevel, pDialog, this, 
false, m_sTypeOfJSON));
 
 RememberWidget("__DIALOG__", pRet.get());
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Caolán McNamara (via logerrit)
 sw/source/core/crsr/trvltbl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ab5ada96c4c6ad0b076ba6ad55e5840fff99397
Author: Caolán McNamara 
AuthorDate: Fri Jan 8 19:35:34 2021 +
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 12:59:11 2021 +0100

cid#1471571 Dereference null return value

Change-Id: Ia284ddc1a2f9e60639a2992f0b091745d9721d09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109016
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sw/source/core/crsr/trvltbl.cxx b/sw/source/core/crsr/trvltbl.cxx
index 92285077fc95..5f26c9f23788 100644
--- a/sw/source/core/crsr/trvltbl.cxx
+++ b/sw/source/core/crsr/trvltbl.cxx
@@ -55,7 +55,7 @@ bool SwCursorShell::GoNextCell( bool bAppendLine )
 if ( pCursor->GetCursorRowSpanOffset() )
 {
 pTableBox = pTableBoxStartNode->GetTableBox();
-if ( pTableBox->getRowSpan() > 1 )
+if (pTableBox && pTableBox->getRowSpan() > 1)
 {
 if ( !pTableNd )
 pTableNd = IsCursorInTable();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Caolán McNamara (via logerrit)
 sw/source/core/edit/ednumber.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit a53a9d9db3cc65f66ea7322de7ec718e8f468b8e
Author: Caolán McNamara 
AuthorDate: Fri Jan 8 19:29:35 2021 +
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 12:58:47 2021 +0100

cid#1471587 silence Unchecked dynamic_cast

Change-Id: I1aa2dc5eabe29c66584451959e414e5f4d279aad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109015
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index a0298ad5ad65..4d75b5d69195 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -403,8 +403,8 @@ private:
 std::vector aOutlineNdsArray;
 public:
 MakeAllOutlineContentTemporarilyVisibile(SwWrtShell* pShell)
+: pWrtShell(pShell)
 {
-pWrtShell = pShell;
 if (pWrtShell && pWrtShell->GetViewOptions() && 
pWrtShell->GetViewOptions()->IsShowOutlineContentVisibilityButton())
 {
 // make all outlines content visible and store outline nodes having
@@ -429,6 +429,8 @@ public:
 
 ~MakeAllOutlineContentTemporarilyVisibile()
 {
+if (!pWrtShell)
+return;
 // restore outlines content visibility
 for (SwNode* pNd : aOutlineNdsArray)
 pWrtShell->ToggleOutlineContentVisibility(pNd, true);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Caolán McNamara (via logerrit)
 sw/source/uibase/uno/unotxdoc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4cade44cff637be919e13e5598a1dadb287846f5
Author: Caolán McNamara 
AuthorDate: Fri Jan 8 19:26:42 2021 +
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 12:58:03 2021 +0100

cid#1471677 Dereference after null check

Change-Id: Ida02184e2cce87f8cfcf4ad380855175ea958f45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109014
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sw/source/uibase/uno/unotxdoc.cxx 
b/sw/source/uibase/uno/unotxdoc.cxx
index 338230b1173e..4ef8253e5fa2 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -3601,7 +3601,7 @@ uno::Reference 
SwXTextDocument::getSelection()
 }
 }
 
-if (!xTransferable.is())
+if (!xTransferable.is() && pWrtShell)
 xTransferable = new SwTransferable(*pWrtShell);
 
 return xTransferable;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Caolán McNamara (via logerrit)
 filter/source/msfilter/msdffimp.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit ee8e4083460dbb043149df1f44bff003dc3a5f80
Author: Caolán McNamara 
AuthorDate: Fri Jan 8 19:12:25 2021 +
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 12:57:31 2021 +0100

dynamic_cast followed by static_cast

Change-Id: I12e8e438e0a3b556e29b191374341ddd2e76a24b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109013
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/filter/source/msfilter/msdffimp.cxx 
b/filter/source/msfilter/msdffimp.cxx
index 8129998aac6a..a69b7a31b615 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4000,18 +4000,18 @@ SdrObject* SvxMSDffManager::ImportGraphic( SvStream& 
rSt, SfxItemSet& rSet, cons
 }
 pRet->SetLogicRect( rObjData.aBoundRect );
 
-if ( dynamic_cast(pRet) !=  nullptr )
+if (SdrGrafObj* pGrafObj = dynamic_cast(pRet))
 {
 if( aLinkFileName.getLength() )
 {
-static_cast(pRet)->SetGraphicLink( aLinkFileName );
-Graphic aGraphic(static_cast(pRet)->GetGraphic());
+pGrafObj->SetGraphicLink( aLinkFileName );
+Graphic aGraphic(pGrafObj->GetGraphic());
 aGraphic.setOriginURL(aLinkFileName);
 }
 
 if ( bLinkGrf && !bGrfRead )
 {
-Graphic aGraf(static_cast(pRet)->GetGraphic());
+Graphic aGraf(pGrafObj->GetGraphic());
 lcl_ApplyCropping( *this, &rSet, aGraf );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/uiconfig sd/uiconfig

2021-01-09 Thread Caolán McNamara (via logerrit)
 sc/uiconfig/scalc/ui/conditionalformatdialog.ui |2 +-
 sd/uiconfig/simpress/ui/photoalbum.ui   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f1a89ed72994ce86da43ddef09426550e9e9145
Author: Caolán McNamara 
AuthorDate: Fri Jan 8 11:13:12 2021 +
Commit: Caolán McNamara 
CommitDate: Sat Jan 9 12:56:45 2021 +0100

w was the accelerator in Down, not D

Change-Id: I813362bc52b4c761617ab73584df6d6302d29c41
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109012
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sc/uiconfig/scalc/ui/conditionalformatdialog.ui 
b/sc/uiconfig/scalc/ui/conditionalformatdialog.ui
index ffaa3844dbfd..2ed4b3c3095d 100644
--- a/sc/uiconfig/scalc/ui/conditionalformatdialog.ui
+++ b/sc/uiconfig/scalc/ui/conditionalformatdialog.ui
@@ -232,7 +232,7 @@
 
 
   
-_Down
+Do_wn
 True
 True
 True
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui 
b/sd/uiconfig/simpress/ui/photoalbum.ui
index 769f6367e48e..c658f9e78b75 100644
--- a/sd/uiconfig/simpress/ui/photoalbum.ui
+++ b/sd/uiconfig/simpress/ui/photoalbum.ui
@@ -187,7 +187,7 @@
 
 
   
-_Down
+Do_wn
 True
 True
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2021-01-09 Thread Seth Chaiklin (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 861ba4a8288ef235395f39ba78dbc0640c9367fb
Author: Seth Chaiklin 
AuthorDate: Sat Jan 9 10:25:20 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Sat Jan 9 10:25:20 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 1a448c30bca44a332348446afce82a3f5294461a
  - tdf#107229 final tweaks in template manager help - import and 
relatedtopics

( shared/guide/template_manager.xhp )
 * move  about adding paths to "My Templates" to "Main Window"
   because it is about what choices are available.  It also avoids
   have two notes together in the same place.
 * modified "Import" explanation to make it clear that multiple files
   can be imported
 * added  with link to guide page about files and templates
 * repair broken link in 
 * improve ordering of topics in 

( swriter/guide/templates_styles.xhp )  (Templates and Styles)
 + add link to "Template Manager" in 

( source/auxiliary/swriter.tree )
 + add link to "Template Manager" in "Templates and Styles" section

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

diff --git a/helpcontent2 b/helpcontent2
index 1be17f48daa2..1a448c30bca4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 1be17f48daa2fd77eb955410b10edcf21da13749
+Subproject commit 1a448c30bca44a332348446afce82a3f5294461a
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Seth Chaiklin (via logerrit)
 source/auxiliary/swriter.tree  |1 +
 source/text/shared/guide/template_manager.xhp  |   12 +++-
 source/text/swriter/guide/templates_styles.xhp |1 +
 3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 1a448c30bca44a332348446afce82a3f5294461a
Author: Seth Chaiklin 
AuthorDate: Fri Jan 8 08:46:36 2021 +0100
Commit: Seth Chaiklin 
CommitDate: Sat Jan 9 10:25:20 2021 +0100

tdf#107229 final tweaks in template manager help - import and relatedtopics

( shared/guide/template_manager.xhp )
 * move  about adding paths to "My Templates" to "Main Window"
   because it is about what choices are available.  It also avoids
   have two notes together in the same place.
 * modified "Import" explanation to make it clear that multiple files
   can be imported
 * added  with link to guide page about files and templates
 * repair broken link in 
 * improve ordering of topics in 

( swriter/guide/templates_styles.xhp )  (Templates and Styles)
 + add link to "Template Manager" in 

( source/auxiliary/swriter.tree )
 + add link to "Template Manager" in "Templates and Styles" section

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

diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree
index dde7dccfe..b438e604c 100644
--- a/source/auxiliary/swriter.tree
+++ b/source/auxiliary/swriter.tree
@@ -136,6 +136,7 @@
 Creating New 
Styles From Selections
 Updating Styles From 
Selections
 Creating and 
Changing Default and Custom Templates
+Template 
Manager

 Changing Page 
Orientation (Landscape or Portrait)
 Changing the Case of 
Text
diff --git a/source/text/shared/guide/template_manager.xhp 
b/source/text/shared/guide/template_manager.xhp
index 8a4037178..991e1b675 100644
--- a/source/text/shared/guide/template_manager.xhp
+++ b/source/text/shared/guide/template_manager.xhp
@@ -83,6 +83,8 @@
 
 
 
+To show templates from another folder in the My 
Templates category, choose %PRODUCTNAME - Preferences - 
Tools - Options - 
$[officename] - Paths, select 
Templates, press Edit, then press 
Add to open the file dialog for selecting the folder to 
add.
+
 
 Search
 You may search for a template by entering text 
in the search box at the top left. The Main window shows the templates 
found.
@@ -95,7 +97,6 @@
 Categories
 Categories are folders where you place your 
templates. You may choose from the default categories: All Categories, 
My Templates, Business Correspondence, MediaWiki, Other Business Documents, 
Personal Correspondence and Documents, Presentations or Styles. You may also 
create new categories for your personal use. Use the Settings icon 
of the Template Manager to create a new category.
 Categories inside a category are not 
allowed.
-To add templates from another folder to the My 
Templates category, choose %PRODUCTNAME - Preferences - 
Tools - Options - 
$[officename] - Paths, select 
Templates, press Edit, then press 
Add to open the file dialog for selecting the folder to 
add.
 
 
 Settings
@@ -135,7 +136,7 @@
 To move or export all templates in a 
Category, press CommandCtrl+A,
 then choose Move or Export.
 
 Import
-Press the Import button at the bottom right, 
and then choose a Category to import a template from your computer to that 
category in the Template Manager.
+If you want to import one or more templates 
into the Template Manager, then press the Import button at the 
bottom right, choose the Category where the imported templates should be 
placed, then select the files to be imported.
 
 
 
@@ -261,10 +262,11 @@
 Make use of categories to organize your 
templates. Create new templates or download templates and organize in the 
Template Manager. Use templates to save time for repetitive documents.
 
 
-See 
Templates and 
Styles for related information.
-See 
Creating a Document 
Template for related information.
-See 
Chapter 3 – Using Styles and Templates in the https://documentation.libreoffice.org/en/english-documentation/getting-started-guide/";>Getting
 Started Guide.
 Refer to https://extensions.libreoffice.org/?Tags%5B%5D=118";>https://extensions.libreoffice.org
 for templates to download.
+See 
Chapter 3 – Using Styles and Templates in the https://documentation.libreoffice.org/en/english-documentation/getting-started-guide/";>Getting
 Started Guide.
+See 
Creating a Document 
Template for related information.
+See 
Templates and 
Styles for related information.
+
 
 
 
diff --git a/source/text/swriter/guide/templates_styles.xhp 
b/source/text/swriter/guide/templates_styles.xhp
index 4b00d0a2b..7385cfbb5 100644
--- a/source/text/swriter/guide/templates_styles.xhp
+++ b/source/text/swriter/guide/templates_styles.xhp
@@ -41,6 +41,7 @@
   
   
   
+  
  

 
_

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

2021-01-09 Thread Andrea Gelmini (via logerrit)
 sw/uiconfig/swriter/ui/mailmerge.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 27aaa563a90a9af655a2eda8b686197818ebe30b
Author: Andrea Gelmini 
AuthorDate: Tue Jan 5 18:03:48 2021 +0100
Commit: Julien Nabet 
CommitDate: Sat Jan 9 10:23:55 2021 +0100

Fix typo

Change-Id: I74b1125fff6a63089a5eae4b32bcf30096bfbb29
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108661
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sw/uiconfig/swriter/ui/mailmerge.ui 
b/sw/uiconfig/swriter/ui/mailmerge.ui
index 6418e78c1012..d9b8d03caf09 100644
--- a/sw/uiconfig/swriter/ui/mailmerge.ui
+++ b/sw/uiconfig/swriter/ui/mailmerge.ui
@@ -788,7 +788,7 @@
 singledocument
 
   
-Create one document for 
every one data record.
+Create one document for 
each data record.
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Andrea Gelmini (via logerrit)
 vcl/source/gdi/print.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 625b370e423e0614efe9a34b0d2594045100aa04
Author: Andrea Gelmini 
AuthorDate: Fri Jan 8 22:01:48 2021 +0100
Commit: Julien Nabet 
CommitDate: Sat Jan 9 10:22:37 2021 +0100

Fix typo

Change-Id: I44b6b006ca74a60cd00af7ee765b0e21be1afa48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109024
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index bbfac98a1797..267d23ad626b 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -200,7 +200,7 @@ void Printer::ImplPrintTransparent( const Bitmap& rBmp, 
const Bitmap& rMask,
 if( aMask.GetBitCount() > 1 )
 aMask.Convert( BmpConversion::N1BitThreshold );
 
-// mirrored horizontically
+// mirrored horizontally
 if( aDestSz.Width() < 0 )
 {
 aDestSz.setWidth( -aDestSz.Width() );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread Andrea Gelmini (via logerrit)
 0 files changed

New commits:
commit 0cf0c2e193aeadf573af95ae118a1c7968d513be
Author: Andrea Gelmini 
AuthorDate: Fri Jan 8 22:01:15 2021 +0100
Commit: Julien Nabet 
CommitDate: Sat Jan 9 10:20:55 2021 +0100

Removed execution bits on docx

Change-Id: I304963f2200cda41a228290f4caf6033b5c7413c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109023
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sw/qa/extras/ooxmlexport/data/tdf138739.docx 
b/sw/qa/extras/ooxmlexport/data/tdf138739.docx
old mode 100755
new mode 100644
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-09 Thread ViKrAm-Baisclear (via logerrit)
 android/README |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a7abe26ad9b1e30eb4a7ea62391999d52676a7b7
Author: ViKrAm-Baisclear 
AuthorDate: Thu Jan 7 18:03:27 2021 +0530
Commit: Julien Nabet 
CommitDate: Sat Jan 9 10:20:29 2021 +0100

Fixed few grammar mistakes

Change-Id: I772d24df6aefc441380379c2a2f075e879aafa29
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108936
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/android/README b/android/README
index 2e2fe5a434e8..5b27ceb8e971 100644
--- a/android/README
+++ b/android/README
@@ -28,7 +28,7 @@ The application implements editing support using 4 threads:
to complete. In addition it also receives events from the soffice thread 
(see below)
when the callback emits an event. Events are stored in a blocking queue 
(thread
processes events in FCFS order, goes to sleep when no more event is 
available and
-   awakens when there are events in queue again).
+   awakens when there are events in the queue again).
 4. A native thread created by LibreOfficeKit (we call it the soffice thread), 
where
LibreOffice itself runs. It receives calls from LOKitThread, and may emit 
callback
events as necessary.
@@ -128,11 +128,11 @@ For editing there are 2 coarse tasks that the LibreOffice 
app must do:
 
 In most cases when an input event happens and is send to the LO core, then a 
message from
 LO core follows. For example: when the user writes to the keyboard, key event 
is sent and
-a invalidation request from LO core follows. When user touches an image, a 
mouse event is
+an invalidation request from LO core follows. When user touches an image, a 
mouse event is
 sent, and a "new graphic selection" message from LO core follows.
 
-All keyboard and touch events are send to LOKitThread as LOEvents. In 
LOKitThread they are
-processed and send to LibreOffice core. The touch events originate in 
JavaPanZoomController,
+All keyboard and touch events are sent to LOKitThread as LOEvents. In 
LOKitThread they are
+processed and sent to LibreOffice core. The touch events originate in 
JavaPanZoomController,
 the keyboard events in LOKitInputConnectionHandler 
(org.libreoffice.LOKitInputConnectionHandler),
 however there are other parts too - depending on the need.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Ahlaam Rafiq (username wingednova) - license statement

2021-01-09 Thread Ahlaam Rafiq
All of my past & future contributions to LibreOffice may be licensed under
the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice