Re: submit a revised patch to an abandoned gerrit change

2022-01-11 Thread Jan-Marek Glogowski

On 12.01.22 07:22, Winfried Donkers wrote:
Is it possible to reopen an abandoned gerrit change when you're not 
the original contributor?


I see a restore button for every abandoned patch. But why not simply try?


I can't see any restore button; in menu I see Cherry pick, Download 
patch and Ignore.


I have the same menu, but just next to the menu button (the vertical 
...), on the left side, there is also a RESTORE button.


https://gerrit-review.googlesource.com/Documentation/user-review-ui.html#restore

Jan-Marek


[Libreoffice-commits] core.git: configure.ac README.md

2022-01-11 Thread Ilmari Lauhakangas (via logerrit)
 README.md|2 +-
 configure.ac |   14 --
 2 files changed, 5 insertions(+), 11 deletions(-)

New commits:
commit 3e94991d7fd3a085549c3a5d4c991688042d2cb9
Author: Ilmari Lauhakangas 
AuthorDate: Tue Jan 11 18:30:26 2022 +0200
Commit: Tor Lillqvist 
CommitDate: Wed Jan 12 08:51:49 2022 +0100

Bump minimum macOS to 10.13

Change-Id: If495606bb1b0c82abba8fa93277cf3d445e0136a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128291
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist 

diff --git a/README.md b/README.md
index 8f032a27b50f..4052f0580c08 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ run and compile LibreOffice, also used by the TDF builds:
 * Runtime: Windows 7
 * Build: Cygwin + Visual Studio 2019 version 16.5
 * macOS:
-* Runtime: 10.12
+* Runtime: 10.13
 * Build: 10.14.4 + Xcode 11.3
 * Linux:
 * Runtime: RHEL 7 or CentOS 7
diff --git a/configure.ac b/configure.ac
index 01867a3e66f9..aa9f75d7cf64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2802,7 +2802,7 @@ AC_ARG_WITH(macosx-version-min-required,
 AS_HELP_STRING([--with-macosx-version-min-required=],
 [set the minimum OS version needed to run the built LibreOffice])
 [
-  e. g.: --with-macosx-version-min-required=10.12
+  e. g.: --with-macosx-version-min-required=10.13
 ],
 ,)
 
@@ -3312,7 +3312,7 @@ if test $_os = Darwin; then
 
 if test "$with_macosx_version_min_required" = "" ; then
 if test "$host_cpu" = x86_64; then
-with_macosx_version_min_required="10.12";
+with_macosx_version_min_required="10.13";
 else
 with_macosx_version_min_required="11.0";
 fi
@@ -3340,9 +3340,6 @@ if test $_os = Darwin; then
 fi
 
 case "$with_macosx_version_min_required" in
-10.12)
-MAC_OS_X_VERSION_MIN_REQUIRED="101200"
-;;
 10.13)
 MAC_OS_X_VERSION_MIN_REQUIRED="101300"
 ;;
@@ -3371,7 +3368,7 @@ if test $_os = Darwin; then
 MAC_OS_X_VERSION_MIN_REQUIRED="120100"
 ;;
 *)
-AC_MSG_ERROR([with-macosx-version-min-required 
$with_macosx_version_min_required is not a supported value, supported values 
are 10.12--12.1])
+AC_MSG_ERROR([with-macosx-version-min-required 
$with_macosx_version_min_required is not a supported value, supported values 
are 10.13--12.1])
 ;;
 esac
 
@@ -3411,9 +3408,6 @@ if test $_os = Darwin; then
 fi
 
 case "$with_macosx_version_max_allowed" in
-10.12)
-MAC_OS_X_VERSION_MAX_ALLOWED="101200"
-;;
 10.13)
 MAC_OS_X_VERSION_MAX_ALLOWED="101300"
 ;;
@@ -3439,7 +3433,7 @@ if test $_os = Darwin; then
 MAC_OS_X_VERSION_MAX_ALLOWED="120100"
 ;;
 *)
-AC_MSG_ERROR([with-macosx-version-max-allowed 
$with_macosx_version_max_allowed is not a supported value, supported values are 
10.12--12.1])
+AC_MSG_ERROR([with-macosx-version-max-allowed 
$with_macosx_version_max_allowed is not a supported value, supported values are 
10.13--12.1])
 ;;
 esac
 


[Libreoffice-bugs] [Bug 146706] If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

--- Comment #3 from Telesto  ---
(In reply to Heiko Tietze from comment #2)
> In other words you dislike having None at Character Style for paragraphs
> with no list? I don't see an issue here.


(A) Inserting numbered list by 
* pressing F12 or 
* pushing the numbered list button 
does introduce CS for numbered list. 

Open Format -> Bullet & Numbering -> customize tab. Notice  Numbering symbols
CS


(B) Inserting numbered list by Format -> Bullet & Numbering -> numbered list ..
pick one, and press ok 

This one has no CS for numbered list


Shouldn't it be NONE in both cases...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 146706] If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

--- Comment #3 from Telesto  ---
(In reply to Heiko Tietze from comment #2)
> In other words you dislike having None at Character Style for paragraphs
> with no list? I don't see an issue here.


(A) Inserting numbered list by 
* pressing F12 or 
* pushing the numbered list button 
does introduce CS for numbered list. 

Open Format -> Bullet & Numbering -> customize tab. Notice  Numbering symbols
CS


(B) Inserting numbered list by Format -> Bullet & Numbering -> numbered list ..
pick one, and press ok 

This one has no CS for numbered list


Shouldn't it be NONE in both cases...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 139613] Ability to configure motion path indicator colour

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139613

--- Comment #16 from Heiko Tietze  ---
Thanks for the code pointer. Now I can draw in any color but none is makes the
arrows outstanding. Blinking might work but that's probably too much. And I
have no idea where to place the color configuration. Really at tools > options?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 139613] Ability to configure motion path indicator colour

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139613

--- Comment #16 from Heiko Tietze  ---
Thanks for the code pointer. Now I can draw in any color but none is makes the
arrows outstanding. Blinking might work but that's probably too much. And I
have no idea where to place the color configuration. Really at tools > options?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-commits] core.git: include/tools

2022-01-11 Thread Andrea Gelmini (via logerrit)
 include/tools/fontenum.hxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 12e03ccd0cc45394cff479a6190e97a6d599d2c8
Author: Andrea Gelmini 
AuthorDate: Mon Jan 10 10:59:59 2022 +0100
Commit: Julien Nabet 
CommitDate: Wed Jan 12 08:26:21 2022 +0100

Remove break; after return

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

diff --git a/include/tools/fontenum.hxx b/include/tools/fontenum.hxx
index c09ef0838336..5fac8dfdb918 100644
--- a/include/tools/fontenum.hxx
+++ b/include/tools/fontenum.hxx
@@ -275,7 +275,6 @@ inline std::basic_ostream & operator <<(
 
 case LINESTYLE_LONGDASH:
 return stream << "long dash";
-break;
 
 case LINESTYLE_DASHDOT:
 return stream << "dash dot";


[Libreoffice-bugs] [Bug 123555] Table of Content link tooltip renders blank squares instead of Chinese characters in Word openxml document (macOS-only)

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123555

Kamei  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||4272

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 114272] [macOS] Some Asian characters are garbled with western fonts.

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114272

Kamei  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||3555

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 146706] If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Heiko Tietze  ---
In other words you dislike having None at Character Style for paragraphs with
no list? I don't see an issue here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 146706] If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Heiko Tietze  ---
In other words you dislike having None at Character Style for paragraphs with
no list? I don't see an issue here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2022-01-11 Thread Miklos Vajna (via logerrit)
 sw/qa/extras/odfexport/odfexport.cxx |   71 +++
 1 file changed, 31 insertions(+), 40 deletions(-)

New commits:
commit ac025a464086c73c564024f484fd181c97138bd9
Author: Miklos Vajna 
AuthorDate: Tue Jan 11 21:39:16 2022 +0100
Commit: Miklos Vajna 
CommitDate: Wed Jan 12 08:11:44 2022 +0100

CppunitTest_sw_odfexport: rework to avoid preTest()

See commit a226cec52e536c46e03f57a5f1f7931abbeb0cdd
(CppunitTest_sw_rtfimport: convert one testcase to use
CPPUNIT_TEST_FIXTURE(), 2019-11-05) for motivation.

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

diff --git a/sw/qa/extras/odfexport/odfexport.cxx 
b/sw/qa/extras/odfexport/odfexport.cxx
index d3fe6465b4d4..d7aef384764e 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -51,6 +51,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include  // for SwHiddenTextField::ParseIfFieldDefinition() 
method call
 #include 
@@ -80,47 +81,24 @@ public:
 {
 return true;
 }
-
-virtual std::unique_ptr preTest(const char* pFilename) override
-{
-if (pFilename == std::string_view("fdo58949.docx"))
-{
-std::unique_ptr pResetter(new Resetter(
-[] () {
-std::shared_ptr pBatch(
-comphelper::ConfigurationChanges::create());
-
officecfg::Office::Common::Filter::Microsoft::Import::MathTypeToMath::set(true, 
pBatch);
-return pBatch->commit();
-}));
-
-std::shared_ptr 
pBatch(comphelper::ConfigurationChanges::create());
-
officecfg::Office::Common::Filter::Microsoft::Import::MathTypeToMath::set(false,
 pBatch);
-pBatch->commit();
-return pResetter;
-}
-if (pFilename == std::string_view("2_MathType3.docx"))
-{
-std::unique_ptr pResetter(new Resetter(
-[this] () {
-mpFilter = "writer8";
-std::shared_ptr pBatch(
-comphelper::ConfigurationChanges::create());
-
officecfg::Office::Common::Cache::Writer::OLE_Objects::set(20, pBatch);
-return pBatch->commit();
-}));
-mpFilter = "OpenDocument Text Flat XML"; // doesn't happen with 
ODF package
-std::shared_ptr pBatch(
-comphelper::ConfigurationChanges::create());
-officecfg::Office::Common::Cache::Writer::OLE_Objects::set(1, 
pBatch);
-pBatch->commit();
-return pResetter;
-}
-return nullptr;
-}
 };
 
-DECLARE_ODFEXPORT_TEST(testMathObjectFlatExport, "2_MathType3.docx")
-{
+CPPUNIT_TEST_FIXTURE(Test, testMathObjectFlatExport)
+{
+comphelper::ScopeGuard g([this]() {
+mpFilter = "writer8";
+std::shared_ptr pBatch(
+comphelper::ConfigurationChanges::create());
+officecfg::Office::Common::Cache::Writer::OLE_Objects::set(20, pBatch);
+return pBatch->commit();
+});
+mpFilter = "OpenDocument Text Flat XML"; // doesn't happen with ODF package
+std::shared_ptr pBatch(
+comphelper::ConfigurationChanges::create());
+officecfg::Office::Common::Cache::Writer::OLE_Objects::set(1, pBatch);
+pBatch->commit();
+loadAndReload("2_MathType3.docx");
+
 uno::Reference xModifiable(mxComponent, uno::UNO_QUERY);
 CPPUNIT_ASSERT(!xModifiable->isModified());
 // see preTest(), set the OLE cache to 1 for this test
@@ -901,8 +879,21 @@ DECLARE_ODFEXPORT_TEST(testTdf115815, "tdf115815.odt")
 CPPUNIT_ASSERT_EQUAL(OUString("Lorem "), sTextBeforeAnnotation);
 }
 
-DECLARE_ODFEXPORT_TEST(testFdo58949, "fdo58949.docx")
+CPPUNIT_TEST_FIXTURE(Test, testFdo58949)
 {
+comphelper::ScopeGuard g([]() {
+std::shared_ptr pBatch(
+comphelper::ConfigurationChanges::create());
+
officecfg::Office::Common::Filter::Microsoft::Import::MathTypeToMath::set(true, 
pBatch);
+pBatch->commit();
+});
+
+std::shared_ptr pBatch(
+comphelper::ConfigurationChanges::create());
+
officecfg::Office::Common::Filter::Microsoft::Import::MathTypeToMath::set(false,
 pBatch);
+pBatch->commit();
+loadAndReload("fdo58949.docx");
+
 /*
  * The problem was that the exporter didn't insert "Obj102" to the
  * resulting zip file. No idea how to check for "broken" (missing OLE data


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

2022-01-11 Thread Andrea Gelmini (via logerrit)
 i18nlangtag/qa/cppunit/test_languagetag.cxx |2 +-
 sd/source/ui/inc/tools/GraphicSizeCheck.hxx |2 +-
 sd/source/ui/tools/GraphicSizeCheck.cxx |2 +-
 sw/source/core/inc/GraphicSizeCheck.hxx |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit dc35df15c5d125ff0caf82e9e7c99695d7cd7dfc
Author: Andrea Gelmini 
AuthorDate: Tue Jan 11 21:05:52 2022 +0100
Commit: Julien Nabet 
CommitDate: Wed Jan 12 08:08:59 2022 +0100

Fix typos

Change-Id: Ib132f2582fce1fb62755926d3f55987ea474ec74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128297
Tested-by: Julien Nabet 
Reviewed-by: Julien Nabet 

diff --git a/i18nlangtag/qa/cppunit/test_languagetag.cxx 
b/i18nlangtag/qa/cppunit/test_languagetag.cxx
index d9f7563a635b..16a2ee20d37f 100644
--- a/i18nlangtag/qa/cppunit/test_languagetag.cxx
+++ b/i18nlangtag/qa/cppunit/test_languagetag.cxx
@@ -915,7 +915,7 @@ void TestLanguageTag::testLanguagesWithoutHyphenation()
 CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_IRAQ));
 CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_LSO));
 
-// Northern Kurdish (Kurmanji) -> uses Latin scrit, has hyphenation
+// Northern Kurdish (Kurmanji) -> uses Latin script, has hyphenation
 CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_SYRIA));
 CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_TURKEY));
 
diff --git a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx 
b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx
index 1b0c4ff39559..ea0faf0178d0 100644
--- a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx
+++ b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx
@@ -18,7 +18,7 @@
 namespace sd
 {
 /**
- * Class resposible to check if a graphic object violates the size
+ * Class responsible to check if a graphic object violates the size
  * constraints and store the results.
  */
 class GraphicSizeViolation final
diff --git a/sd/source/ui/tools/GraphicSizeCheck.cxx 
b/sd/source/ui/tools/GraphicSizeCheck.cxx
index 14a5b02d4484..ae15769e80c0 100644
--- a/sd/source/ui/tools/GraphicSizeCheck.cxx
+++ b/sd/source/ui/tools/GraphicSizeCheck.cxx
@@ -25,7 +25,7 @@ namespace sd
 namespace
 {
 /**
- * Intefece for the visitor class, which handles each visited SdrObject
+ * Interface for the visitor class, which handles each visited SdrObject
  * in the DOM.
  */
 class ModelTraverseHandler
diff --git a/sw/source/core/inc/GraphicSizeCheck.hxx 
b/sw/source/core/inc/GraphicSizeCheck.hxx
index d5ae42084566..a0aea8a9e524 100644
--- a/sw/source/core/inc/GraphicSizeCheck.hxx
+++ b/sw/source/core/inc/GraphicSizeCheck.hxx
@@ -17,7 +17,7 @@
 namespace sw
 {
 /**
- * Class resposible to check if a graphic object violates the size
+ * Class responsible to check if a graphic object violates the size
  * constraints and store the results.
  */
 class GraphicSizeViolation final


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

2022-01-11 Thread Andrea Gelmini (via logerrit)
 desktop/source/lib/init.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit ab6369c626a249b9ce9e92c04a4f59f91bed2dd6
Author: Andrea Gelmini 
AuthorDate: Tue Jan 11 21:03:17 2022 +0100
Commit: Julien Nabet 
CommitDate: Wed Jan 12 08:07:22 2022 +0100

Removed duplicated includes

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 16b06bf0e61a..5b1f23f1aa20 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -190,9 +190,7 @@
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 


[Libreoffice-bugs] [Bug 146696] IMPRESS PRINTING: Only part of slide is rendered when trying to print from Screen 16:10 format

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146696

--- Comment #1 from Ian  ---
This morning I 'exported to PDF' (from File Menu) and this renders properly. 
So (to my lay mind) it seems the bug is to do with Printing alone.  Perhaps a
LibreOffice - Mac thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: submit a revised patch to an abandoned gerrit change

2022-01-11 Thread Winfried Donkers
Is it possible to reopen an abandoned gerrit change when you're not 
the original contributor?


I see a restore button for every abandoned patch. But why not simply try?


I can't see any restore button; in menu I see Cherry pick, Download 
patch and Ignore.


Winfried


[Libreoffice-bugs] [Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610
Bug 103610 depends on bug 126265, which changed state.

Bug 126265 Summary: Slideshow start delayed
https://bugs.documentfoundation.org/show_bug.cgi?id=126265

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126265] Slideshow start delayed

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126265

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Buovjaga  ---
Tested with 7.4 Linux bibisect repo and it has now gone back to about 2
seconds, so let's close.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: helpcontent2

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

New commits:
commit 964191e2daa1594e7087784d2a6883fe5a7f19d2
Author: Andrea Gelmini 
AuthorDate: Wed Jan 12 07:19:14 2022 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Jan 12 07:19:14 2022 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to abe9969968c47e5ff4b85468fa8ef32377b4e086
  - Fix typo

Thanks a lot to Valter Mura:
https://listarchives.libreoffice.org/global/l10n/2022/msg5.html

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

diff --git a/helpcontent2 b/helpcontent2
index d29732c1b544..abe9969968c4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d29732c1b544fa75cb12a30c8feff3109dddc1f8
+Subproject commit abe9969968c47e5ff4b85468fa8ef32377b4e086


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

2022-01-11 Thread Andrea Gelmini (via logerrit)
 source/text/shared/guide/dev_tools.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit abe9969968c47e5ff4b85468fa8ef32377b4e086
Author: Andrea Gelmini 
AuthorDate: Tue Jan 11 22:34:22 2022 +0100
Commit: Julien Nabet 
CommitDate: Wed Jan 12 07:19:12 2022 +0100

Fix typo

Thanks a lot to Valter Mura:
https://listarchives.libreoffice.org/global/l10n/2022/msg5.html

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

diff --git a/source/text/shared/guide/dev_tools.xhp 
b/source/text/shared/guide/dev_tools.xhp
index 680c34961..1b905c3f0 100644
--- a/source/text/shared/guide/dev_tools.xhp
+++ b/source/text/shared/guide/dev_tools.xhp
@@ -52,7 +52,7 @@
   When Development 
Tools is enabled, a dockable window is shown at the bottom of the 
screen. This window has two sections:
   
 
-  Document 
Object Model tree view: Displays document portions according to the 
Document Object Model (DOM). Use this section to chose the object to 
inspect.
+  Document 
Object Model tree view: Displays document portions according to the 
Document Object Model (DOM). Use this section to choose the object to 
inspect.
 
 
   Object 
inspection panel: Displays the available services, methods, properties 
and interfaces of the selected object.


[Libreoffice-bugs] [Bug 84845] spam

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84845

alexpoter0356  changed:

   What|Removed |Added

URL|https://takeactionnyc.com/q |
   |uickbooks-error-15227/  |

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: About libreoffice's GUI development tool

2022-01-11 Thread Heiko Tietze
We use Glade [1] to edit dialogs (and other UI elements). An example for how to 
create a new dialog is in the wiki [2].


Cheers,
Heiko

[1] https://glade.gnome.org/
[2] https://wiki.documentfoundation.org/Development/Create_new_dialog_in_Impress

On 12.01.22 04:18, verne wrote:

Hello
I want to know about libreoffice's GUI development
For example: a design tool used by most developers.
Or have other development information about libreoffice's GUI.
Thank you


OpenPGP_signature
Description: OpenPGP digital signature


[Libreoffice-bugs] [Bug 146711] New: Writer pastes incorrectly when copying from HTML with the tag.

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146711

Bug ID: 146711
   Summary: Writer pastes incorrectly when copying from HTML with
the  tag.
   Product: LibreOffice
   Version: 7.2.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ruben.mol...@udea.edu.co

Description:
Writer pastes incorrectly when copying from HTML with the  tag.

I copied some text from a web page that included the following HTML snippet:

(2022).

When I tried to paste the text on Writer, I got the following unexpected
result:

().

However, using Paste Unformatted Text gives the expected result:

(2022).

I am using Version 7.2.3.2 (Ubuntu package, version 1:7.2.3-0ubuntu0.21.10.1).
Localization: es-CO

Steps to Reproduce:
1. Copy text from a web page including the  tag
2. Paste onto Writer


Actual Results:
Text from the web page should be pasted on Writer

Expected Results:
The text in the  tag is pasted on Writer (is ignored).
Other text is pasted as expected.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version 7.2.3.2, Ubuntu package version 1:7.2.3-0ubuntu0.21.10.1, Localization
es-CO

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140587] LibreOffice Draw doesn't render string with Chinese characters in pdf correctly.

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140587

Kevin Suo  changed:

   What|Removed |Added

 OS|Windows (All)   |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 99746] [META] PDF import filter in Draw

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746
Bug 99746 depends on bug 140587, which changed state.

Bug 140587 Summary: LibreOffice Draw doesn't render string with Chinese 
characters in pdf correctly.
https://bugs.documentfoundation.org/show_bug.cgi?id=140587

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140587] LibreOffice Draw doesn't render string with Chinese characters in pdf correctly.

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140587

Kevin Suo  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #13 from Kevin Suo  ---
@Michael Warner:
This issue was fixed by your commit: 648e4106cc002ff5b8184a8c104f93cb06e4b540
on master (so it works ok in 7.3 and current master).

However, I tested the current 7.2 branch, but this bug is still there in
version 7.2.4.1. Opening attachment 169952 still loses Chinese characters. I do
see that commit was cherry-picked to 7.2. Do you know what is going on? Was the
backported commit different than the master commit?

But anyway, since this now works OK in 7.3 and master, let's mark it as
RESOLVED FIXED.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - comphelper/source desktop/qa desktop/source include/comphelper include/LibreOfficeKit include/sfx2 libreofficekit/source sfx2/source

2022-01-11 Thread Pranam Lashkari (via logerrit)
 comphelper/source/misc/lok.cxx   |   60 ---
 desktop/qa/desktop_lib/test_desktop_lib.cxx  |3 -
 desktop/source/lib/init.cxx  |   17 +--
 include/LibreOfficeKit/LibreOfficeKit.h  |7 ---
 include/LibreOfficeKit/LibreOfficeKit.hxx|9 
 include/LibreOfficeKit/LibreOfficeKitEnums.h |7 +++
 include/comphelper/lok.hxx   |7 ---
 include/sfx2/lokhelper.hxx   |2 
 include/sfx2/viewsh.hxx  |   14 ++
 libreofficekit/source/gtk/lokdocview.cxx |1 
 sfx2/source/control/unoctitm.cxx |   31 -
 sfx2/source/view/lokhelper.cxx   |7 ---
 sfx2/source/view/viewsh.cxx  |   23 +-
 13 files changed, 52 insertions(+), 136 deletions(-)

New commits:
commit e4e5ced464744fae7682ed9ef2871e51203aca91
Author: Pranam Lashkari 
AuthorDate: Fri Sep 17 19:13:15 2021 +0530
Commit: Pranam Lashkari 
CommitDate: Wed Jan 12 05:04:37 2022 +0100

LOK: maintain blocked command list per view

Change-Id: I7c621accd84f49447ab3e08a4bb662a9b91b834a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122253
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Tor Lillqvist 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128107

diff --git a/comphelper/source/misc/lok.cxx b/comphelper/source/misc/lok.cxx
index 28e66723f298..ee1faa4e0658 100644
--- a/comphelper/source/misc/lok.cxx
+++ b/comphelper/source/misc/lok.cxx
@@ -39,10 +39,6 @@ static bool g_bLocalRendering(false);
 
 static Compat g_eCompatFlags(Compat::none);
 
-static std::unordered_set g_vFreemiumDenyList;
-
-static std::unordered_set g_vRestrictedCommandList;
-
 namespace
 {
 
@@ -293,62 +289,6 @@ void statusIndicatorFinish()
 pStatusIndicatorCallback(pStatusIndicatorCallbackData, 
statusIndicatorCallbackType::Finish, 0, nullptr);
 }
 
-void setBlockedCommandList(const char* bolckedCommandList)
-{
-
-OUString BolckedListString(bolckedCommandList, strlen(bolckedCommandList), 
RTL_TEXTENCODING_UTF8);
-
-OUString type = BolckedListString.getToken(0, '-');
-
-if (type == "freemium")
-{
-if(!g_vFreemiumDenyList.empty())
-return;
-OUString commands = BolckedListString.getToken(1, '-');
-
-OUString command = commands.getToken(0, ' ');
-for (size_t i = 1; !command.isEmpty(); i++)
-{
-g_vFreemiumDenyList.emplace(command);
-command = commands.getToken(i, ' ');
-}
-}
-else
-{
-if(!g_vRestrictedCommandList.empty())
-return;
-
-OUString commands = BolckedListString.getToken(1, '-');
-
-OUString command = commands.getToken(0, ' ');
-for (size_t i = 1; !command.isEmpty(); i++)
-{
-g_vRestrictedCommandList.emplace(command);
-command = commands.getToken(i, ' ');
-}
-}
-}
-
-const std::unordered_set& getFreemiumDenyList()
-{
-return g_vFreemiumDenyList;
-}
-
-bool isCommandFreemiumDenied(const OUString& command)
-{
-return g_vFreemiumDenyList.find(command) != g_vFreemiumDenyList.end();
-}
-
-const std::unordered_set& getRestrictedCommandList()
-{
-return g_vRestrictedCommandList;
-}
-
-bool isRestrictedCommand(const OUString& command)
-{
-return g_vRestrictedCommandList.find(command) != 
g_vRestrictedCommandList.end();
-}
-
 } // namespace LibreOfficeKit
 
 } // namespace comphelper
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx 
b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index f5b0916197a8..ad351343295a 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -3308,11 +3308,10 @@ void DesktopLOKTest::testABI()
 CPPUNIT_ASSERT_EQUAL(documentClassOffset(60), offsetof(struct 
_LibreOfficeKitDocumentClass, setWindowTextSelection));
 CPPUNIT_ASSERT_EQUAL(documentClassOffset(61), offsetof(struct 
_LibreOfficeKitDocumentClass, sendFormFieldEvent));
 CPPUNIT_ASSERT_EQUAL(documentClassOffset(62), offsetof(struct 
_LibreOfficeKitDocumentClass, setBlockedCommandList));
-CPPUNIT_ASSERT_EQUAL(documentClassOffset(63), offsetof(struct 
_LibreOfficeKitDocumentClass, setBlockedCommandView));
 
 // Extending is fine, update this, and add new assert for the offsetof the
 // new method
-CPPUNIT_ASSERT_EQUAL(documentClassOffset(64), sizeof(struct 
_LibreOfficeKitDocumentClass));
+CPPUNIT_ASSERT_EQUAL(documentClassOffset(63), sizeof(struct 
_LibreOfficeKitDocumentClass));
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(DesktopLOKTest);
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2a5831ec0b79..632deac8fd42 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1085,12 +1085,8 @@ static void doc_postKeyEvent(LibreOfficeKitDocument* 
pThis,
  int nCharCode,
  int 

Re: tdf#140286 - CALC formula =INFO("OSVERSION") gives wrong output

2022-01-11 Thread Kohei Yoshida

On 11.01.2022 17:32, Jean-Baptiste Faure wrote:

Le 11/01/2022 à 12:16, Chris Sherlock a écrit :

Hi all,

The output of =INFO(“OSVERSION”) currently gives the wrong version for 
MacOS (it says it is Windows).


From the help, it is not a bug: =INFO("osversion") aswers always
"Windows (32-bit) NT 5.01", for compatibility reasons

https://help.libreoffice.org/latest/en-US/text/scalc/01/04060104.html?DbPAR=CALC#bm_id3691824


According to the inputs from various users on the bug report:

https://bugs.documentfoundation.org/show_bug.cgi?id=140286

Excel these days returns correct system information, instead of just 
always returning "Windows (32-bit) NT 5.01".  It was my understanding 
that we couldn't change the string because that's what Excel always 
returned back in the old days.  So I assume that's where the 
"compatibility reasons" clause comes from.  Maybe Eike can clarify 
whether I remember this correctly.  I believe I heard that originally 
from Daniel Rentz who was the expert on all things Excel at the time.


Since the situation has changed today, I think it's reasonable for Calc 
to return correct system info as well, and update the help text along 
with it.


Kohei


[Libreoffice-bugs] [Bug 146458] Opening typographic quotation mark always gets separate tag when inside text box/shape

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146458

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146455] LibreOffice Writer: Focus Mode (or Literary Mode or Writers Mode)

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146455

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146453] Unstable kerning when deleting line of text with track changes enabled & show changes visible

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146453

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146451] Textbox doesn't move up from second line to the first (but gets deleted), if pressing backspace and the first line being empty

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146451

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146450] Position of grouped shape in Caption frame off after DOCX export (no image with DOC)

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146450

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146448] A drawing object has a "Remove Textbox" which creates an empty frame (Captionbox/image frame is converted to Drawing object)

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146448

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146400] DDE Link from Sheet inserted in Text loss repeated heading in a Master document

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146400

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146664] Image jumps to different page at undo

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146664

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146664] Image jumps to different page at undo

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146664

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143376] Crash in: vcl::unohelper::DragAndDropWrapper::dragGestureRecognized(com::sun::star::datatransfer::dnd::DragGestureEvent const &)

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143376

--- Comment #2 from QA Administrators  ---
Dear jsleeth,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143375] LibreOffice 7.1 repetindo 2x comandos de "teclas de atalhos"

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143375

--- Comment #2 from QA Administrators  ---
Dear vladimirpezzole,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143075] Libreoffice Writer - Paste special, DDE cannot be deleted

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143075

--- Comment #2 from QA Administrators  ---
Dear gskerry,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141962] Navigator window can't be collapsed / tiled as a side panel anymore

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141962

--- Comment #3 from QA Administrators  ---
Dear bentus...@yahoo.fr,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140587] LibreOffice Draw doesn't render string with Chinese characters in pdf correctly.

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140587

--- Comment #12 from QA Administrators  ---
Dear yiheso,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 131447] Unable to use ARC mathematical functions (like ACOT, ASIN, ATAN) when LibreOffice Calc is in Norwegian Bokmål

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131447

--- Comment #14 from QA Administrators  ---
Dear Raphaël Jakse,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95373] Hidden sections are unreliable/broken (at least using the PAGE variable)

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95373

--- Comment #7 from QA Administrators  ---
Dear Michael Fiedler,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 81894] FORMATTING: Text wrap in a cell prevents spell-check context menu accessibility

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81894

--- Comment #30 from QA Administrators  ---
Dear Dan Loomis,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76278] [EDITING][FIELD][UNDO] Updated user field does not respond to undo command

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76278

--- Comment #11 from QA Administrators  ---
Dear Gergely Rácz,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 31199] Click on specific paragraph will freeze Writer in Linux and MacOS if the font 'cwheib.ttf' is installed

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31199

--- Comment #43 from QA Administrators  ---
Dear winlin0330,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126265] Slideshow start delayed

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126265

--- Comment #4 from QA Administrators  ---
Dear Buovjaga,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125641] Slow scrolling responsiveness after saving a file with lots of comments

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125641

--- Comment #4 from QA Administrators  ---
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 124214] Fuzzy rendering of a FontWork after some stressing

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124214

--- Comment #12 from QA Administrators  ---
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146637] Table with empty cells has smaller dimensions in Linux (Debian) for .docx with Microsoft fonts

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146637

Ed Oswald Go  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEEDINFO|RESOLVED

--- Comment #6 from Ed Oswald Go  ---
(In reply to Timur from comment #5)
> This document is created with Calibri font. It's MS proprietary. 
> Linux is replacing that font with some other (seen with font name italic),
> so file is not exactly the same in Linux if created top-bottom with
> paragraphs like this one (instead of page break). 
> Besides, there are other bugs with "Microsoft fonts" problem, I guess you
> didn't search before submitting. 
> 
> In my case, I tested in Ubuntu and with any LO file is proper. Interestingly
> that in MSO that I have in Ubuntu, file looks wrong as reported. I don't
> have Calibri, so not sure how it looks OK, I have ttf-mscorefonts-installer
> but those are other fonts.
> 
> So, unless you have an idea how to solve that, this report can only be
> closed.

Thank you very much for this, Timur! This is to confirm that when I tried to
use a smaller font like Arial, same layout has been achieved.

Yes, "ttf-mscorefonts-installer" does not include Calibri. I found a thread
here
(https://askubuntu.com/questions/884041/libreoffice-calibri-font-availible-when-opening-a-doc-but-not-in-dropdown)
on how to have Calibri alternative font in Linux.

I'm closing this ticket now. Thanks again for the help!

-- 
You are receiving this mail because:
You are the assignee for the bug.

About libreoffice's GUI development tool

2022-01-11 Thread verne

Hello
I want to know about libreoffice's GUI development
For example: a design tool used by most developers.
Or have other development information about libreoffice's GUI.
Thank you


[Libreoffice-bugs] [Bug 146710] New: Incorrect wrapping of neutral characters in CTL

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146710

Bug ID: 146710
   Summary: Incorrect wrapping of neutral characters in CTL
   Product: LibreOffice
   Version: 7.2.4.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j3frea+documentfoundat...@gmail.com

Neutral characters (like parentheses) are not wrapped as expected in complex
text layout paragraphs.

To Reproduce:
- Type a Hebrew word and surround it with brackets: "(דבר)".
- Prepend (ltr) "lorem ipsum" to it until the Hebrew word wraps to a new line. 
- If the opening parenthesis wraps, delete a few lorem characters.

Expected Output:
The opening parenthesis should be attached to the Hebrew word

Actual Output:
The opening parenthesis does not wrap to the new line if there is space for it
on the first line.


Possibly related to #146572

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2022-01-11 Thread Tomaž Vajngerl (via logerrit)
 sc/source/ui/view/output.cxx |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

New commits:
commit f2e1c6033890e513aa8e6b15dd6f26905d4622c8
Author: Tomaž Vajngerl 
AuthorDate: Mon Jan 10 14:54:31 2022 +0900
Commit: Tomaž Vajngerl 
CommitDate: Wed Jan 12 02:57:51 2022 +0100

sc: fix cond. format icon size, when we work with pixels

This is the case when the device is bWorksInPixels is true, which
is the case when running LOKit.

Change-Id: Ibfced11bf614604521240908f4821fb9abfbf362
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128200
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index 3bfd86e671ff..2a94fc572051 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -908,7 +908,7 @@ const BitmapEx& getIcon(sc::IconSetBitmapMap & 
rIconSetBitmapMap, ScIconSetType
 }
 
 void drawIconSets(vcl::RenderContext& rRenderContext, const ScIconSetInfo* 
pOldIconSetInfo, const tools::Rectangle& rRect, tools::Long nOneX, tools::Long 
nOneY,
-sc::IconSetBitmapMap & rIconSetBitmapMap)
+sc::IconSetBitmapMap & rIconSetBitmapMap, bool bWorksInPixels)
 {
 ScIconSetType eType = pOldIconSetInfo->eIconSetType;
 sal_Int32 nIndex = pOldIconSetInfo->nIconIndex;
@@ -917,7 +917,18 @@ void drawIconSets(vcl::RenderContext& rRenderContext, 
const ScIconSetInfo* pOldI
 tools::Long aHeight = o3tl::convert(10, o3tl::Length::pt, 
o3tl::Length::mm100);
 
 if (pOldIconSetInfo->mnHeight)
-aHeight = o3tl::convert(pOldIconSetInfo->mnHeight, o3tl::Length::twip, 
o3tl::Length::mm100);
+{
+if (bWorksInPixels)
+{
+aHeight = rRenderContext.LogicToPixel(Size(0, 
pOldIconSetInfo->mnHeight), MapMode(MapUnit::MapTwip)).Height();
+if (comphelper::LibreOfficeKit::isActive())
+{
+aHeight *= comphelper::LibreOfficeKit::getDPIScale();
+}
+}
+else
+aHeight = o3tl::convert(pOldIconSetInfo->mnHeight, 
o3tl::Length::twip, o3tl::Length::mm100);
+}
 
 Size aSize = rIcon.GetSizePixel();
 double fRatio = aSize.Width() / aSize.Height();
@@ -932,7 +943,7 @@ void drawIconSets(vcl::RenderContext& rRenderContext, const 
ScIconSetInfo* pOldI
 void drawCells(vcl::RenderContext& rRenderContext, std::optional const 
& pColor, const SvxBrushItem* pBackground, std::optional& pOldColor, 
const SvxBrushItem*& pOldBackground,
 tools::Rectangle& rRect, tools::Long nPosX, tools::Long nLayoutSign, 
tools::Long nOneX, tools::Long nOneY, const ScDataBarInfo* pDataBarInfo, const 
ScDataBarInfo*& pOldDataBarInfo,
 const ScIconSetInfo* pIconSetInfo, const ScIconSetInfo*& 
pOldIconSetInfo,
-sc::IconSetBitmapMap & rIconSetBitmapMap)
+sc::IconSetBitmapMap & rIconSetBitmapMap, bool bWorksInPixels)
 {
 tools::Long nSignedOneX = nOneX * nLayoutSign;
 // need to paint if old color scale has been used and now
@@ -949,7 +960,7 @@ void drawCells(vcl::RenderContext& rRenderContext, 
std::optional const &
 if( pOldDataBarInfo )
 drawDataBars(rRenderContext, pOldDataBarInfo, rRect, nOneX, nOneY);
 if( pOldIconSetInfo )
-drawIconSets(rRenderContext, pOldIconSetInfo, rRect, nOneX, nOneY, 
rIconSetBitmapMap);
+drawIconSets(rRenderContext, pOldIconSetInfo, rRect, nOneX, nOneY, 
rIconSetBitmapMap, bWorksInPixels);
 
 rRect.SetLeft( nPosX - nSignedOneX );
 }
@@ -969,7 +980,7 @@ void drawCells(vcl::RenderContext& rRenderContext, 
std::optional const &
 if( pOldDataBarInfo )
 drawDataBars(rRenderContext, pOldDataBarInfo, rRect, nOneX, nOneY);
 if( pOldIconSetInfo )
-drawIconSets(rRenderContext, pOldIconSetInfo, rRect, nOneX, nOneY, 
rIconSetBitmapMap);
+drawIconSets(rRenderContext, pOldIconSetInfo, rRect, nOneX, nOneY, 
rIconSetBitmapMap, bWorksInPixels);
 
 rRect.SetLeft( nPosX - nSignedOneX );
 }
@@ -1132,7 +1143,7 @@ void ScOutputData::DrawBackground(vcl::RenderContext& 
rRenderContext)
 if (bWorksInPixels)
 nPosXLogic = rRenderContext.PixelToLogic(Point(nPosX, 
0)).X();
 
-drawCells(rRenderContext, pColor, pBackground, pOldColor, 
pOldBackground, aRect, nPosXLogic, nLayoutSign, nOneXLogic, nOneYLogic, 
pDataBarInfo, pOldDataBarInfo, pIconSetInfo, pOldIconSetInfo, 
mpDoc->GetIconSetBitmapMap());
+drawCells(rRenderContext, pColor, pBackground, pOldColor, 
pOldBackground, aRect, nPosXLogic, nLayoutSign, nOneXLogic, nOneYLogic, 
pDataBarInfo, pOldDataBarInfo, pIconSetInfo, pOldIconSetInfo, 
mpDoc->GetIconSetBitmapMap(), bWorksInPixels);
 
 // extend for all merged cells
 nMergedCols = 1;
@@ -1156,7 +1167,7 @@ void ScOutputData::DrawBackground(vcl::RenderContext& 
rRenderContext)
 

[Libreoffice-commits] core.git: cui/inc cui/source

2022-01-11 Thread Gabor Kelemen (via logerrit)
 cui/inc/strings.hrc|5 +
 cui/source/dialogs/AdditionsDialog.cxx |   25 +++--
 2 files changed, 28 insertions(+), 2 deletions(-)

New commits:
commit b957454e5ed46029ea0ca06a7d345d9608bfa4a1
Author: Gabor Kelemen 
AuthorDate: Tue Jan 11 20:00:18 2022 +0100
Commit: Thorsten Behrens 
CommitDate: Wed Jan 12 02:40:38 2022 +0100

tdf#142564 Localize extension category names

Change-Id: I57ca7cb194bd325f621841edc24e3af9ef7c3b3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128305
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index 92e9cb7ed7ae..e2c56b8a0d45 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -391,6 +391,11 @@
 #define RID_CUISTR_ADDITIONS_SEARCHING  
NC_("RID_SVXSTR_ADDITIONS_SEARCHING", "Searching...")
 #define RID_CUISTR_ADDITIONS_LOADING
NC_("RID_SVXSTR_ADDITIONS_LOADING", "Loading...")
 #define RID_CUISTR_ADDITIONS_DIALOG_TITLE_PREFIX
NC_("RID_SVXSTR_ADDITIONS_DIALOG_TITLE_PREFIX", "Extensions")
+#define RID_CUISTR_ADDITIONS_DICTIONARY 
NC_("RID_SVXSTR_ADDITIONS_DICTIONARY", "Extensions: Dictionary")
+#define RID_CUISTR_ADDITIONS_GALLERY
NC_("RID_SVXSTR_ADDITIONS_GALLERY", "Extensions: Gallery")
+#define RID_CUISTR_ADDITIONS_ICONS  
NC_("RID_SVXSTR_ADDITIONS_ICONS", "Extensions: Icons")
+#define RID_CUISTR_ADDITIONS_PALETTES   
NC_("RID_SVXSTR_ADDITIONS_PALETTES", "Extensions: Color Palette")
+#define RID_CUISTR_ADDITIONS_TEMPLATES  
NC_("RID_SVXSTR_ADDITIONS_TEMPLATES", "Extensions: Templates")
 
 #define RID_CUISTR_UI_APPLYALL  
NC_("RID_SVXSTR_UI_APPLYALL", "Apply to %MODULE")
 
diff --git a/cui/source/dialogs/AdditionsDialog.cxx 
b/cui/source/dialogs/AdditionsDialog.cxx
index d5b58b5c8aba..d2337d7333a5 100644
--- a/cui/source/dialogs/AdditionsDialog.cxx
+++ b/cui/source/dialogs/AdditionsDialog.cxx
@@ -452,8 +452,29 @@ AdditionsDialog::AdditionsDialog(weld::Window* pParent, 
const OUString& sAdditio
 
 OUString titlePrefix = CuiResId(RID_CUISTR_ADDITIONS_DIALOG_TITLE_PREFIX);
 if (!m_sTag.isEmpty())
-{
-this->set_title(titlePrefix + ": " + sAdditionsTag);
+{ // tdf#142564 localize extension category names
+OUString sDialogTitle = "";
+if (sAdditionsTag == "Templates")
+{
+sDialogTitle = CuiResId(RID_CUISTR_ADDITIONS_TEMPLATES);
+}
+else if (sAdditionsTag == "Dictionary")
+{
+sDialogTitle = CuiResId(RID_CUISTR_ADDITIONS_DICTIONARY);
+}
+else if (sAdditionsTag == "Gallery")
+{
+sDialogTitle = CuiResId(RID_CUISTR_ADDITIONS_GALLERY);
+}
+else if (sAdditionsTag == "Icons")
+{
+sDialogTitle = CuiResId(RID_CUISTR_ADDITIONS_ICONS);
+}
+else if (sAdditionsTag == "Color Palette")
+{
+sDialogTitle = CuiResId(RID_CUISTR_ADDITIONS_PALETTES);
+}
+this->set_title(sDialogTitle);
 }
 else
 {


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

2022-01-11 Thread Gabor Kelemen (via logerrit)
 cui/source/dialogs/AdditionsDialog.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 348e0651cc5add15ac03b11dde08057cf33f9b16
Author: Gabor Kelemen 
AuthorDate: Tue Jan 11 23:37:43 2022 +0100
Commit: Thorsten Behrens 
CommitDate: Wed Jan 12 02:39:50 2022 +0100

tdf#146703 Fix URL encoding when querying extensions

so that extension information files are properly downloaded such as:
https://extensions.libreoffice.org/api/v0/Color Palette.json

Change-Id: Ifb2688b1f09d91277b7d5fe065b0d0f8533310b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128306
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/cui/source/dialogs/AdditionsDialog.cxx 
b/cui/source/dialogs/AdditionsDialog.cxx
index bef562ce5bd9..d5b58b5c8aba 100644
--- a/cui/source/dialogs/AdditionsDialog.cxx
+++ b/cui/source/dialogs/AdditionsDialog.cxx
@@ -80,7 +80,9 @@ std::string ucbGet(const OUString& rURL)
 {
 try
 {
-auto const s = utl::UcbStreamHelper::CreateStream(rURL, 
StreamMode::STD_READ);
+OUString sEncodedUrl = INetURLObject::encode(rURL, 
INetURLObject::PART_FPATH,
+ 
INetURLObject::EncodeMechanism::All);
+auto const s = utl::UcbStreamHelper::CreateStream(sEncodedUrl, 
StreamMode::STD_READ);
 if (!s)
 {
 SAL_WARN("cui.dialogs", "CreateStream <" << rURL << "> failed");


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

2022-01-11 Thread Michael Stahl (via logerrit)
 sw/inc/section.hxx |3 +++
 sw/source/core/docnode/section.cxx |8 
 sw/source/core/inc/sectfrm.hxx |4 
 sw/source/core/layout/sectfrm.cxx  |   11 +++
 4 files changed, 26 insertions(+)

New commits:
commit b14f5424dde966fa3764a7e5c813dc727390354c
Author: Michael Stahl 
AuthorDate: Mon Jan 10 16:45:33 2022 +0100
Commit: Thorsten Behrens 
CommitDate: Wed Jan 12 02:38:23 2022 +0100

tdf#146605 sw: try to fix SwSectionFormat notifications

SwSectionFormat no longer notifies via its SwModify to SwClient
listeners, but only via SvtBroadcaster, so SwSection and SwSectionFrame
need to be SvtListeners.

This can be seen when changing the footnote-at-end setting in the
section dialog, if the SwSection doesn't get the event the footnote
numbers aren't adapted to a new restart value, if the SwSectionFrame
doesn't get the event the footnote container isn't moved.

This is of course not pretty but hopefully it will be refactored further
in the future.

(regression from commit 2e32f4ed5af16a68c97a50806a42ffa2d10f1d7a)

Change-Id: I93c616e209a01fc5d4c8eba701a6ddce5d5b432e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128257
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit cb188ce336e434c2b7002b3d8a41a681e73ae51a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128243
Reviewed-by: Thorsten Behrens 

diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index b311f864cd26..feb06761a68c 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -24,6 +24,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -137,6 +138,7 @@ public:
 
 class SW_DLLPUBLIC SwSection
 : public SwClient
+, public SvtListener // needed for SwClientNotify to be called from 
SwSectionFormat
 {
 // In order to correctly maintain the flag when creating/deleting frames.
 friend class SwSectionNode;
@@ -153,6 +155,7 @@ private:
 bool const bHidden, bool const bCondition);
 
 protected:
+virtual void Notify(SfxHint const& rHint) override;
 virtual void SwClientNotify(const SwModify&, const SfxHint&) override;
 
 public:
diff --git a/sw/source/core/docnode/section.cxx 
b/sw/source/core/docnode/section.cxx
index 2e1a4cab6270..d9c12c68f4e8 100644
--- a/sw/source/core/docnode/section.cxx
+++ b/sw/source/core/docnode/section.cxx
@@ -198,6 +198,8 @@ SwSection::SwSection(
 : SwClient(& rFormat)
 , m_Data(eType, rName)
 {
+StartListening(rFormat.GetNotifier());
+
 SwSection *const pParentSect = GetParent();
 if( pParentSect )
 {
@@ -230,6 +232,7 @@ SwSection::~SwSection()
 else
 {
 pFormat->Remove( this ); // remove
+SvtListener::EndListeningAll();
 
 if (SectionType::Content != m_Data.GetType())
 {
@@ -400,6 +403,11 @@ void SwSection::SetEditInReadonly(bool const bFlag)
 }
 
 void SwSection::SwClientNotify(const SwModify&, const SfxHint& rHint)
+{
+Notify(rHint);
+}
+
+void SwSection::Notify(SfxHint const& rHint)
 {
 if (rHint.GetId() != SfxHintId::SwLegacyModify)
 return;
diff --git a/sw/source/core/inc/sectfrm.hxx b/sw/source/core/inc/sectfrm.hxx
index 276819dff7bf..09c742f8da79 100644
--- a/sw/source/core/inc/sectfrm.hxx
+++ b/sw/source/core/inc/sectfrm.hxx
@@ -22,6 +22,8 @@
 #include "layfrm.hxx"
 #include "flowfrm.hxx"
 
+#include 
+
 class SwSection;
 class SwSectionFormat;
 class SwAttrSetChg;
@@ -45,6 +47,7 @@ namespace o3tl {
 }
 
 class SwSectionFrame final: public SwLayoutFrame, public SwFlowFrame
+, public SvtListener // TODO?
 {
 SwSection* m_pSection;
 bool m_bFootnoteAtEnd; // footnotes at the end of section
@@ -70,6 +73,7 @@ class SwSectionFrame final: public SwLayoutFrame, public 
SwFlowFrame
 virtual void MakeAll(vcl::RenderContext* pRenderContext) override;
 virtual bool ShouldBwdMoved( SwLayoutFrame *pNewUpper, bool  ) 
override;
 virtual void Format( vcl::RenderContext* pRenderContext, const 
SwBorderAttrs *pAttrs = nullptr ) override;
+virtual void Notify(SfxHint const& rHint) override;
 virtual void SwClientNotify( const SwModify&, const SfxHint& ) override;
 
 public:
diff --git a/sw/source/core/layout/sectfrm.cxx 
b/sw/source/core/layout/sectfrm.cxx
index 7d1cb799be91..9b33ceeadd63 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -74,6 +74,8 @@ SwSectionFrame::SwSectionFrame( SwSection , SwFrame* 
pSib )
 , m_bOwnFootnoteNum(false)
 , m_bFootnoteLock(false)
 {
+StartListening(rSect.GetFormat()->GetNotifier());
+
 mnFrameType = SwFrameType::Section;
 
 CalcFootnoteAtEndFlag();
@@ -90,6 +92,8 @@ SwSectionFrame::SwSectionFrame( SwSectionFrame , bool 
bMaster ) :
 m_bOwnFootnoteNum( false ),
 m_bFootnoteLock( false )
 {
+StartListening(rSect.GetFormat()->GetNotifier());
+
 mnFrameType = SwFrameType::Section;
 
 

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

2022-01-11 Thread Michael Stahl (via logerrit)
 sw/inc/section.hxx |2 +-
 sw/source/core/docnode/section.cxx |   23 +++
 2 files changed, 4 insertions(+), 21 deletions(-)

New commits:
commit 20c819bf3bfd9d203f860f1fd078903d0b3945a7
Author: Michael Stahl 
AuthorDate: Mon Jan 10 12:12:52 2022 +0100
Commit: Thorsten Behrens 
CommitDate: Wed Jan 12 02:38:02 2022 +0100

sw: stop inheriting SwSectionData::m_bProtectFlag from parent section

This is actually no longer inherited by accident since commit
2e32f4ed5af16a68c97a50806a42ffa2d10f1d7a because it replaced the

SwSectionFormat::Modify()->ModifyBroadcast()->CallSwClientNotify()->CallSwClientNotify()
with a call to GetNotifier()->Broadcast(), and apparently SwSection
is a SwClient of SwSectionFormat but not a SvtListener.

But some consider the new behaviour useful, as previously there was no
way to un-protect a section inside an outer protected section at all,
while in this way every section can have its own independent protection
flag. (The m_bEditInReadonlyFlag is not used for this purpose, as it is
only for the case when the document was loaded ReadOnly.)

So make it more explicit by removing the SwSection inheritance code.

A similar change was made for hidden flag in commit
91b0024965908c692bea40f47c58ea9d1bf8a596

Change-Id: I29d3c84309a84267573950775f2a1c6353623724
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128221
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 840cc7883849a10eea11a02a743848238723a3de)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128232
Reviewed-by: Thorsten Behrens 

diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 06a173daec7f..b311f864cd26 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -73,7 +73,7 @@ private:
 /// may have different value than format attribute:
 /// format attr has value for this section, while flag is
 /// effectively ORed with parent sections!
-bool m_bProtectFlag : 1;
+bool m_bProtectFlag : 1; ///< protect flag is no longer inherited
 // Edit in readonly sections.
 bool m_bEditInReadonlyFlag  : 1;
 
diff --git a/sw/source/core/docnode/section.cxx 
b/sw/source/core/docnode/section.cxx
index ec77917bd30d..2e1a4cab6270 100644
--- a/sw/source/core/docnode/section.cxx
+++ b/sw/source/core/docnode/section.cxx
@@ -201,15 +201,11 @@ SwSection::SwSection(
 SwSection *const pParentSect = GetParent();
 if( pParentSect )
 {
-m_Data.SetProtectFlag( pParentSect->IsProtectFlag() );
 // edit in readonly sections
 m_Data.SetEditInReadonlyFlag( pParentSect->IsEditInReadonlyFlag() );
 }
 
-if (!m_Data.IsProtectFlag())
-{
-m_Data.SetProtectFlag( rFormat.GetProtect().IsContentProtected() );
-}
+m_Data.SetProtectFlag( rFormat.GetProtect().IsContentProtected() );
 
 if (!m_Data.IsEditInReadonlyFlag()) // edit in readonly sections
 {
@@ -457,21 +453,8 @@ void SwSection::SwClientNotify(const SwModify&, const 
SfxHint& rHint)
 {
 bool bNewFlag =
 static_cast(pNew)->IsContentProtected();
-if( !bNewFlag )
-{
-// Switching off: See if there is protection transferred
-// by the Parents
-const SwSection* pSect = this;
-do {
-if( pSect->IsProtect() )
-{
-bNewFlag = true;
-break;
-}
-pSect = pSect->GetParent();
-} while (pSect);
-}
-
+// this used to inherit the flag from the parent, but then there is
+// no way to turn it off in an inner section
 m_Data.SetProtectFlag( bNewFlag );
 }
 return;


[Libreoffice-commits] core.git: helpcontent2

2022-01-11 Thread Rafael Lima (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4032284bf9629e9cf4597d0b10394f9e61be
Author: Rafael Lima 
AuthorDate: Wed Jan 12 02:14:27 2022 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Jan 12 02:14:27 2022 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to d29732c1b544fa75cb12a30c8feff3109dddc1f8
  - tdf#138418 Document color command in Math

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

diff --git a/helpcontent2 b/helpcontent2
index 8e0e86330186..d29732c1b544 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8e0e8633018698b124deb530169ddc73f00cc1b6
+Subproject commit d29732c1b544fa75cb12a30c8feff3109dddc1f8


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

2022-01-11 Thread Rafael Lima (via logerrit)
 AllLangHelp_smath.mk  |1 
 source/auxiliary/smath.tree   |1 
 source/text/smath/guide/color.xhp |  448 ++
 3 files changed, 450 insertions(+)

New commits:
commit d29732c1b544fa75cb12a30c8feff3109dddc1f8
Author: Rafael Lima 
AuthorDate: Tue Jan 11 00:40:11 2022 +0100
Commit: Olivier Hallot 
CommitDate: Wed Jan 12 02:14:25 2022 +0100

tdf#138418 Document color command in Math

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

diff --git a/AllLangHelp_smath.mk b/AllLangHelp_smath.mk
index 039bbeeb8..1e8d6eee1 100644
--- a/AllLangHelp_smath.mk
+++ b/AllLangHelp_smath.mk
@@ -77,6 +77,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,smath,\
 helpcontent2/source/text/smath/guide/align \
 helpcontent2/source/text/smath/guide/attributes \
 helpcontent2/source/text/smath/guide/brackets \
+helpcontent2/source/text/smath/guide/color \
 helpcontent2/source/text/smath/guide/comment \
 helpcontent2/source/text/smath/guide/keyboard \
 helpcontent2/source/text/smath/guide/limits \
diff --git a/source/auxiliary/smath.tree b/source/auxiliary/smath.tree
index 0a52c0f91..47337c047 100644
--- a/source/auxiliary/smath.tree
+++ b/source/auxiliary/smath.tree
@@ -41,6 +41,7 @@
 
 
   Manually Aligning Formula 
Parts
+  Applying Color to Formula 
Parts
   Changing Default 
Attributes
   Merging Formula Parts in 
Brackets
   Entering Comments
diff --git a/source/text/smath/guide/color.xhp 
b/source/text/smath/guide/color.xhp
new file mode 100644
index 0..dc6ef4b49
--- /dev/null
+++ b/source/text/smath/guide/color.xhp
@@ -0,0 +1,448 @@
+
+
+
+
+
+  
+Applying Color to Formula Parts
+/text/smath/guide/color.xhp
+  
+
+
+
+  
+Color in formulas
+  
+  Applying Color to Formula 
Parts
+  Use the command 
color to apply color to the subsequent formula 
part.
+  The example below 
creates a formula where a is shown using the default color (black) 
and b is shown in red.
+  
+a + color red b
+  
+  Beware that the 
color command only changes the color of the formula part 
that comes immediately after it. For example, in the formula below only 
b will be shown in red, whereas c will be shown in 
black.
+  
+a + color red b + c
+  
+  Use braces to apply 
color to more parts of the formula. In the following example, b 
and c are shown in red.
+  
+a + color red { b + c }
+  
+  A list with predefined color names is 
available here.
+
+  
+RGB colors
+  
+  Using RGB colors
+  Use the command 
color rgb to apply colors using RGB (Red, Green, Blue) 
values.
+  
+color rgb 192 0 128 var
+  
+  RGB values range between 0 and 255.
+
+  
+Hex colors
+  
+  Using hex notation
+  Use the command 
color hex to apply colors using the hexadecimal 
notation.
+  
+color hex C00080 var
+  
+
+  Combining color with other commands
+  It is possible to 
combine the color command with other commands as bold, 
italic or size.
+  The example below 
writes var in bold blue:
+  
+color blue bold var
+  
+  To change color and 
font size, use color in combination with 
size and the desired font size.
+  
+color blue size 20 var
+  
+
+  
+List of predefined colors
+  
+  
+Predefined color names
+%PRODUCTNAME 
provides a set of predefined color names that can be used along with the 
color command.
+  
+  
+
+  
+Markup 
language
+  
+  
+Color
+  
+  
+Hex 
value
+  
+  
+RGB 
values
+  
+
+
+  
+aqua or 
cyan
+  
+  
+Aqua
+  
+  
+00
+  
+  
+rgb(0, 255, 255)
+  
+
+
+  
+black
+  
+  
+Black
+  
+  
+00
+  
+  
+rgb(0, 0, 0)
+  
+
+
+  
+blue
+  
+  
+Blue
+  
+  
+FF
+  
+  
+rgb(0, 0, 255)
+  
+
+
+  
+coral
+  
+  
+Coral
+  
+  
+FF7F50
+  
+  
+rgb(255, 127, 80)
+  
+
+
+  
+crimson
+  
+  
+Crimson
+  
+  
+DC143C
+  
+  
+rgb(220, 20, 60)
+  
+
+
+  
+fuchsia or 
magenta
+  
+  
+Fuchsia
+  
+  
+FF00FF
+  
+  
+rgb(255, 0, 255)
+  
+
+
+  
+gray or 
grey
+  
+  
+Gray
+  
+  
+808080
+  
+  
+rgb(128, 128, 128)
+  
+
+
+  
+green
+  
+  
+Green
+  
+  
+008000
+  
+  
+rgb(0, 128, 0)
+  
+
+
+  
+hotpink
+  
+  
+Hot 
pink
+  
+  
+

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.4-2'

2022-01-11 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.4-2' created by Thorsten Behrens  at 
2022-01-12 00:55 +

Release LibreOffice powered by CIB 6.4-2
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEEF13c36gxow74AXmeM3dpmHHuF/gFAmHeJxRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE3
NUREQ0RGQTgzMUEzMEVGODAxNzk5RTMzNzc2OTk4NzFFRTE3RjgACgkQM3dpmHHu
F/iHPhAAgzjImTBXg9kZ0Odh8MovF50nXfC+3Y+OY3uRkubm9TJEJ7k+eVxFjdbT
vomqI0ANz+JX4TFYscnzGrsqN+fHwmLG3tCT1pryRHhEhhRff8ZDKkeU9dBH7YKs
nrS1gE+RGpg6WsTqR36v1pAWMkHloGTpkrCmP9CaXxR/DXvYAw8BT5f665Qett9n
kbE2YPpHsLQk5FMZCioec65rt+un4O0BTuwDHzjz1kpUQavIbhKttmsFUpwzQMlg
rtAQv9GwUYYKPOldotTzkl/LohSZ8i9yYRQZxHTT3Auo+PNBvmPcFvRFZzjm66bJ
bU6YcSmA1oHCEvax/cMl/a+40ZL4dVrOub6zrSl8ojbMhiRQgRYkBw4/2rucrFpF
TXu8OCoBe8nnUuh+GWKFeqafykBRZ+5X4EFtrkIyFaKEjQy74WrxJ1w0AcbbAk28
Z8mh90kFNPI9DkX5/NPy9yf9OnpF0vSGpaw5s6haTysE1Ya1rU22KgTJekdsbSOL
sktXKgN9amLOWSowuxM+AHPeloYDaund5yy6aHG8HZsR04hSsB5/18gTf0Pd67yR
wGsFn9SAvjlOgg/rsCpB76Ig28hK/qY2gmvTvxvRvHb9mm/ww9LcoxC6vxFWEW9/
eE4z4J3QAoZlbfWj/iSx6pjV3jhOsiBqW5CBrWo8tWGrIhxIs7s=
=f99s
-END PGP SIGNATURE-

Changes since cib-6.4-0-45:
---
 0 files changed
---


[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.4-1'

2022-01-11 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.4-1' created by Thorsten Behrens  at 
2022-01-12 00:55 +

Release LibreOffice powered by CIB 6.4-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEEF13c36gxow74AXmeM3dpmHHuF/gFAmHeJwFfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE3
NUREQ0RGQTgzMUEzMEVGODAxNzk5RTMzNzc2OTk4NzFFRTE3RjgACgkQM3dpmHHu
F/hTzA/9HwjhXUmUHAPIGxl/jazYVk9dt8/TCzY5e9+zE9Xq5kzyA2tZbGSaLOKK
ShicdVjdo62y7JO+lIv1uEOLolZW7/ho8fAWTXCboSrhKBPHxrsalMxLLRQQ2Bh+
q06r6n+3FH9pehiQo+2SSb6VMXgr9Lzv4C4dGXRduipmtTpwmcexPoXMy8StkBGz
zj6C7VQFJWzuOX9rjkhgXsRDzx8n7KSeOVydnHsz6ofF1i5PgKMBsrIxeskP91rp
V8kwJaE4UEyZYnN/MJQWu53XwXi4VXfhNBft8Wx0RUZDqCFEHGstrWYqfeDVTo4u
Em96JAEh+DKf8/sPxGdfH6E1cYWLOXwiVXQru6MvUQPWgpwK6P0txUOXHxUywMfp
WhhkQ1i5y8CMDQRl67dPhJ0pTpc9zT4nNG8mIyGr9mb8btBrB803vFh98WRt0H7/
EK6ThAAR4WqF+VyN5BOeDFk71gT0a3dHZSm92ZHc8FNI9lTweocSbodPsEVYySZG
ZTf+WE8LA6eDHP97BQNTTbY2lW8Q0TV608ap09dAnyhneVG8cnIDKLvzywVpomkw
IFaYL50yuilEuEnvlYiOQlYP0jJlXNN9KynYV3wQEywNlqt8igWXhPAeC5zyxGfS
Cw+WMA0qQRMLovOEBiQu+mn+CE6q+Y29UUQUGsSHcELRwesXYN4=
=0/eu
-END PGP SIGNATURE-

Changes since cib-6.4-0-7:
---
 0 files changed
---


[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.4-3'

2022-01-11 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.4-3' created by Thorsten Behrens  at 
2022-01-12 00:55 +

Release LibreOffice powered by CIB 6.4-3
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEEF13c36gxow74AXmeM3dpmHHuF/gFAmHeJx9fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE3
NUREQ0RGQTgzMUEzMEVGODAxNzk5RTMzNzc2OTk4NzFFRTE3RjgACgkQM3dpmHHu
F/iZuxAAqIcLrphvSWrI5ulB4uERoiF528jz0WBihoASuuq/UriQvwvxrJVA+dU/
81F/3CYN3W0GCobVm5/G5Xc4dHNH9Ze69+9qikGrIm7ZSQ3pbw2+5ALrS1UbYrHm
zH5X7Gz8HCDHWoxWp/dnI1WT9e7y3OyInPI8uCm5VOlyea7c3e6oapmYUCbFfiO4
Mt6jDdqJJt5ide8y2up+1ecIL3/ZHZQUziRcPPRz04QmI+rU1/XYNvETaMWwXB51
4ZoZ63gilR0dGs1F/R/cy0wQ0Ov35G+py8/inhC8id8XDEcONses+TapSHdHXWt6
4iba0gFHtQQP0hjDGloX6mtnwYnjJ7hibcDcqGYa5mEozzDpsD8al1zxoxbTnguk
wULX/xUZJfLXswymnDtYYRZevAeCuEOx5EFXdvsx/D61OkLVwYE3blwMeE5BcHcI
bz8gc8B3o29PqfOQkcmi2FXwweE6dRhGMfCfrualqfHIi7++C5LfXXlmTtP6zr9b
cMtzk9DVCn4k6S6tn3SrVaXBGkrI95WJCjbXO/blYUURikm/sfm5N3tarKXQe6tB
OMGy73bpqsh4bbRVv/rwPcm2qRkyzwaRJp16prF5d58UpCIiFTaNUILGpS9gMFZ6
6aEKUCSFki6p8fHR+rJB7/2k29SXojEhUFAeMfIkrYkR/MLorTA=
=SEWZ
-END PGP SIGNATURE-

Changes since cib-6.4-0-55:
---
 0 files changed
---


[Libreoffice-bugs] [Bug 133627] 6.4.4.2 produces docx that crashes Word from Office 2019

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133627

--- Comment #14 from PMouse  ---
Created attachment 177474
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177474=edit
Second Error Message from Word2019

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133627] 6.4.4.2 produces docx that crashes Word from Office 2019

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133627

--- Comment #13 from PMouse  ---
Created attachment 177473
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177473=edit
First Error Message From Word2019

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133627] 6.4.4.2 produces docx that crashes Word from Office 2019

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133627

PMouse  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133627] 6.4.4.2 produces docx that crashes Word from Office 2019

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133627

--- Comment #12 from PMouse  ---
Latest version of LO produces broken .docx files.  LO will open the old test
file that I shared with you, earlier.  I can edit that file and save it again. 
But, Word 2019 cannot open that file.

I tested a new, blank document created by LO and saved as a Word2007 docx
forma, and Word2019 was able to open that document and seemed to let me edit
it.  I also tested a UTF-8 sample .txt format document, which I opend with LO
and saved as Word2007 docx format, and Word2019 was also able to open that
document.  I also re-tested the original test document produced by LO that I
shared with you, and Word2019 still hangs immediately after opening it, same as
I reported.  

But, the new test document, which is the old test document that I opened,
edited, and saved again as Word2007 docx, cannot even be opened by Word2019. 
Word2019 gives two error messages.  The first error says: "Word found
unreadable content in ''.  Do you want to recover the contents of
this document?  If you trust the source of this document, click Yes."  If I
click "Yes", then I get the next error: "This file cannot be opened by using
Microsoft Word.  Do you want to search Office.com for a converter that can open
the file?"  I clicked cancel.

I tested the following LO version:

Version: 7.2.5.2 / LibreOffice Community
Build ID: 499f9727c189e6ef3471021d6132d4c694f357e5
CPU threads: 24; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.utf8); UI: en-US
Calc: CL

I will attach screenshots of the errors, next.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133627] 6.4.4.2 produces docx that crashes Word from Office 2019

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133627

--- Comment #11 from PMouse  ---
Okay, thanks for the reminder.  I'll try to get to it this week.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2022-01-11 Thread Julien Nabet (via logerrit)
 connectivity/source/drivers/mysqlc/mysqlc_column.cxx  |   48 
 connectivity/source/drivers/mysqlc/mysqlc_column.hxx  |   32 ++
 connectivity/source/drivers/mysqlc/mysqlc_columns.cxx |   35 +++
 connectivity/source/drivers/mysqlc/mysqlc_columns.hxx |   29 ++
 connectivity/source/drivers/mysqlc/mysqlc_table.cxx   |  175 +++
 connectivity/source/drivers/mysqlc/mysqlc_table.hxx   |   80 ++
 connectivity/source/drivers/mysqlc/mysqlc_tables.cxx  |  209 ++
 connectivity/source/drivers/mysqlc/mysqlc_tables.hxx  |   58 
 8 files changed, 666 insertions(+)

New commits:
commit bb29b12a9e367d181a5d9d962d466df41e093e0c
Author: Julien Nabet 
AuthorDate: Tue Jan 11 22:10:59 2022 +0100
Commit: Julien Nabet 
CommitDate: Tue Jan 11 23:42:51 2022 +0100

Mysql/MariaDB: add column(s) + table(s) (almost) skeleton part

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

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_column.cxx 
b/connectivity/source/drivers/mysqlc/mysqlc_column.cxx
new file mode 100644
index ..960f0ff97526
--- /dev/null
+++ b/connectivity/source/drivers/mysqlc/mysqlc_column.cxx
@@ -0,0 +1,48 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * 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/.
+ */
+
+#include "mysqlc_column.hxx"
+
+#include 
+
+using namespace connectivity;
+using namespace connectivity::mysqlc;
+using namespace connectivity::sdbcx;
+
+Column::Column()
+: OColumn(true) // case sensitive
+{
+construct();
+}
+
+void Column::construct()
+{
+m_sAutoIncrement = "auto_increment";
+registerProperty(
+
OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_AUTOINCREMENTCREATION),
+PROPERTY_ID_AUTOINCREMENTCREATION, 0, _sAutoIncrement,
+cppu::UnoType::get());
+}
+
+::cppu::IPropertyArrayHelper* Column::createArrayHelper(sal_Int32 /*_nId*/) 
const
+{
+return doCreateArrayHelper();
+}
+
+::cppu::IPropertyArrayHelper& SAL_CALL Column::getInfoHelper()
+{
+return *Column_PROP::getArrayHelper(isNew() ? 1 : 0);
+}
+
+css::uno::Sequence SAL_CALL Column::getSupportedServiceNames()
+{
+return { "com.sun.star.sdbcx.Column" };
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_column.hxx 
b/connectivity/source/drivers/mysqlc/mysqlc_column.hxx
new file mode 100644
index ..f69ef1afcea7
--- /dev/null
+++ b/connectivity/source/drivers/mysqlc/mysqlc_column.hxx
@@ -0,0 +1,32 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * 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/.
+ */
+#pragma once
+
+#include 
+
+namespace connectivity::mysqlc
+{
+class Column;
+typedef ::comphelper::OIdPropertyArrayUsageHelper Column_PROP;
+class Column : public sdbcx::OColumn, public Column_PROP
+{
+OUString m_sAutoIncrement;
+
+protected:
+virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 _nId) 
const override;
+virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
+
+public:
+Column();
+virtual void construct() override;
+virtual css::uno::Sequence SAL_CALL getSupportedServiceNames() 
override;
+};
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_columns.cxx 
b/connectivity/source/drivers/mysqlc/mysqlc_columns.cxx
new file mode 100644
index ..6f1837ba2e8c
--- /dev/null
+++ b/connectivity/source/drivers/mysqlc/mysqlc_columns.cxx
@@ -0,0 +1,35 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * 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/.
+ */
+
+#include "mysqlc_columns.hxx"
+#include "mysqlc_column.hxx"
+
+using namespace ::connectivity;
+using namespace ::connectivity::mysqlc;
+using namespace ::connectivity::sdbcx;
+
+using namespace ::cppu;
+using namespace ::osl;
+
+using namespace ::com::sun::star;
+using namespace ::com::sun::star::sdbc;
+using namespace ::com::sun::star::uno;
+
+Columns::Columns(Table& rTable, Mutex& 

[Libreoffice-bugs] [Bug 146703] Color Palette extensions list is empty

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146703

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |kelem...@ubuntu.com
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146703] Color Palette extensions list is empty

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146703

--- Comment #3 from Gabor Kelemen (allotropia)  ---
Created attachment 177472
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177472=edit
The Color Palette extensions dialog after the proposed patch in qtz locale

Proposed patch: https://gerrit.libreoffice.org/c/core/+/128306

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146673] H2 database - PUBLIC schema tables no longer displayed in UI

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146673

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #11 from Julien Nabet  ---
can't help here=>uncc myself.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146673] H2 database - PUBLIC schema tables no longer displayed in UI

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146673

--- Comment #10 from Julien Nabet  ---
(In reply to Julien Nabet from comment #9)
> ...
> I don't know if it works or not, just suggest to give it a try. If it works
> these paramaters could be added in Base doc if they're not already indicated
> (I didn't check).

Forget it, I gave a try, it doesn't work.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: tdf#140286 - CALC formula =INFO("OSVERSION") gives wrong output

2022-01-11 Thread Jean-Baptiste Faure

Le 11/01/2022 à 12:16, Chris Sherlock a écrit :

Hi all,

The output of =INFO(“OSVERSION”) currently gives the wrong version for MacOS (it says it 
is Windows). 


From the help, it is not a bug: =INFO("osversion") aswers always "Windows (32-bit) NT 
5.01", for compatibility reasons


https://help.libreoffice.org/latest/en-US/text/scalc/01/04060104.html?DbPAR=CALC#bm_id3691824

Best regards.
JBF

--
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.


[Libreoffice-bugs] [Bug 146709] New: Copy values from filtered data should not include de-selected cells

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146709

Bug ID: 146709
   Summary: Copy values from filtered data should not include
de-selected cells
   Product: LibreOffice
   Version: 7.1.4.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dac...@public-files.de

Description:
Copying values from a range of data which was selected using auto-filters does
not only yield the selection but the whole table data.

The same applies to formulas applied on a selection: they include all data,
i.e. also the deselected cells.

Steps to Reproduce:
1. Add auto filter to a table
2. select data by applying filter
3. copy filtered values
4. paste into text editor



Actual Results:
All data in a table

Expected Results:
only selected rows


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.5.2 / LibreOffice Community
Build ID: 20(Build:2)
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Ubuntu package version: 1:7.2.5~rc2-0ubuntu0.21.10.1~lo1
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146673] H2 database - PUBLIC schema tables no longer displayed in UI

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146673

--- Comment #9 from Julien Nabet  ---
(In reply to Maciej Morycinski from comment #6)
> How is this esoteric workaround communicated to novice-level users of Base
> like myself, without them having to google Libreoffice bugs specifically? I
> mean, I had no idea that "table types" are a thing, so how do I discover
> that they may not be allowed/be part of a regression/need an extra parameter
> added at H2 end etc.? I really would not bother to report this bug if it
> were just for my own benefit.

I don't know if it works or not, just suggest to give it a try. If it works
these paramaters could be added in Base doc if they're not already indicated (I
didn't check).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144386] Calc doesn't start on CPU without AVX

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144386

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6708

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146708] LibreOffice crashes if I try start Calc from Start Center

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146708

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||4386

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146673] H2 database - PUBLIC schema tables no longer displayed in UI

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146673

Julien Nabet  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |

--- Comment #8 from Julien Nabet  ---
It's not a regression since it's the new H2 version which triggers a pb on LO.
It's not a change in LO which triggered the pb for a same H2 version.
So I removed "regression" and "bibisectRequest"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146708] LibreOffice crashes if I try start Calc from Start Center

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146708

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 177470
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177470=edit
dump file

I don't know will it useful or not =(

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146708] LibreOffice crashes if I try start Calc from Start Center

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146708

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103182


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||146708


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146708
[Bug 146708] LibreOffice crashes if I try start Calc from Start Center
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146708] LibreOffice crashes if I try start Calc from Start Center

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146708

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru
   Keywords||bibisectRequest, regression

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146708] New: LibreOffice crashes if I try start Calc from Start Center

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146708

Bug ID: 146708
   Summary: LibreOffice crashes if I try start Calc from Start
Center
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
LibreOffice crashes if I try start Calc from Start Center

Steps to Reproduce:
1. Start LibreOffice (you should see the Start Center)
2. Press a "Calc Spreadsheet" button in left side of Start Center
3. LO crashes

Actual Results:
LO crashes

Expected Results:
Calc starts as should


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: f1f2daefbe921d223079a50358527e1d35470850
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

looks like GTK problem (I didn't see it in macOS and Windows)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146703] Color Palette extensions list is empty

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146703

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||michael.st...@allotropia.de
   ||, serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

I got same console logs as you.

Some gdb debug show:
http_dav_ucp::CurlUri::CurlUri (this=0x7faeab39af20,
rURI=u"https://extensions.libreoffice.org/api/v0/Color Palette.json")

since LO goes into if (uc != CURLUE_OK), here's the value of uc:
CURLUE_MALFORMED_INPUT

Michael: I tried this patch and it worked:
diff --git a/ucb/source/ucp/webdav-curl/CurlUri.cxx
b/ucb/source/ucp/webdav-curl/CurlUri.cxx
index 035c12a132ef..1e96d7b140f3 100644
--- a/ucb/source/ucp/webdav-curl/CurlUri.cxx
+++ b/ucb/source/ucp/webdav-curl/CurlUri.cxx
@@ -116,7 +116,7 @@ CurlUri::CurlUri(::std::u16string_view const rURI)

 // use curl to parse the URI, to get a consistent interpretation
 OString const utf8URI(OUStringToOString(rURI, RTL_TEXTENCODING_UTF8));
-auto uc = curl_url_set(m_pUrl.get(), CURLUPART_URL, utf8URI.getStr(), 0);
+auto uc = curl_url_set(m_pUrl.get(), CURLUPART_URL, utf8URI.getStr(),
CURLU_ALLOW_SPACE);
 if (uc != CURLUE_OK)
 {
 SAL_WARN("ucb.ucp.webdav.curl", "curl_url_set failed: " << uc);


Should we use CURLU_ALLOW_SPACE or should the url be encoded in a specific way?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 146706] If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

Telesto  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 146706] If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

Telesto  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146706] If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

Telesto  changed:

   What|Removed |Added

Version|7.4.0.0 alpha0+ Master  |Inherited From OOo

--- Comment #1 from Telesto  ---
Also in
Version: 6.0.6.0.0+
Build ID: c30963b8b4bbbe42a24b97aafa161eff9d7ccdd4
CPU threads: 4; OS: Windows 6.3; UI render: default; 
Locale: nl-NL (nl_NL); Calc: CL

and in
Versie: 5.2.4.2 
Build ID: 3d5603e1122f0f102b62521720ab13a38a4e0eb0
CPU Threads: 4; Versie besturingssysteem:Windows 6.2; UI Render: GL; 
Locale: nl-NL (nl_NL); Calc: CL

and in
Versie: 5.0.6.3 (x64)
Build ID: 490fc03b25318460cfc54456516ea2519c11d1aa
Locale: nl-NL (nl_NL)

and in
Versie 4.0.0.3 (Bouw-id: 7545bee9c2a0782548772a21bc84a9dcc583b89)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146707] New: Permanent Blue horizontal line on hamburger menu after first time it is clicked in LibreOffice (kf5)

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146707

Bug ID: 146707
   Summary: Permanent Blue horizontal line on hamburger menu after
first time it is clicked in LibreOffice (kf5)
   Product: LibreOffice
   Version: 7.2.4.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: richrocksmywo...@gmail.com

Description:
After clicking on the hamburger menu in right hand corner of a LibreOffice app
for the first time using kf5 widgets, a blue horizontal line appears which does
not disappear. Seems like this is a case of LibreOffice using a widget
inappropriately.

Steps to Reproduce:
1.Open LO Writer etc.
2.Switch to tabbed layout
2.Click on hamburger menu (3 lines menu)

Actual Results:
blue line under 3 black lines

Expected Results:
no blue line


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.2.4.1 / LibreOffice Community
Build ID: 20(Build:1)
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-GB (en_GB.UTF-8); UI: en-US
7.2.4-3
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146706] New: If ordered list is turned with F12 Character formatting is applied. If Format -> Bullet & Numbering it's set to NONE

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146706

Bug ID: 146706
   Summary: If ordered list is turned with F12 Character
formatting is applied. If Format -> Bullet & Numbering
it's set to NONE
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
If ordered list is turned with F12 Character formatting is applied. If Format
-> Bullet & Numbering it's set to NONE

Steps to Reproduce:
1. Open Writer
2. Toggle numbering on.. Type something.
3. Format -> Bullet and numbering -> Notice character set to Numbering symbols
4. CTRL+Z everything
5. Format -> Bullet and numbering -> Now the default is set to none

Actual Results:
Directly activating Numbering Symbols
Using dialog NONE

Expected Results:
I would guess Numbering Symbols by default, but well not the expert. At least
some consistency


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: b4a281af53efa0c36ee1770e6cf4d800be77a6d2
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146703] Color Palette extensions list is empty

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146703

--- Comment #1 from Gabor Kelemen (allotropia)  ---
console warning in a debug build:

warn:ucb.ucp.webdav.curl:19430:19604:ucb/source/ucp/webdav-curl/CurlUri.cxx:122:
curl_url_set failed: 3
warn:cui.dialogs:19430:19604:cui/source/dialogs/AdditionsDialog.cxx:86:
CreateStream 
failed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146664] Image jumps to different page at undo

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146664

Telesto  changed:

   What|Removed |Added

 Attachment #177468|0   |1
is obsolete||

--- Comment #4 from Telesto  ---
Created attachment 177469
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177469=edit
Example file

Modified.. you can choose between first image with red border or the second

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146664] Image jumps to different page at undo

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146664

--- Comment #3 from Telesto  ---
Created attachment 177468
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177468=edit
Example file

Based on: attachment 159724

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146705] New: bug

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146705

Bug ID: 146705
   Summary: bug
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: billcrprus...@gmail.com
CC: markus.mohrh...@googlemail.com

i can not install php in termux

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146704] New: section setting endnote "collect at end of section" does not update layout

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146704

Bug ID: 146704
   Summary: section setting endnote "collect at end of section"
does not update layout
   Product: LibreOffice
   Version: 7.3.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bisected, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.st...@allotropia.de
CC: eaglevi...@protonmail.com, szucs.atti...@nisz.hu

steps:

1. insert section
2. inside section, insert endnote
3. Format->Section, Options, Footnotes/Endnotes, check Endnotes "collect at end
of section", OK

expected:
the endnote moved from its own endnote page to the first page, into section

actual:
nothing happens
(but if you click "collect footnote at end of section" *as well* it will move 

the executions diverge in SwTextFrame::ConnectFootnote():

│  611  SwFootnoteBossFrame *pBoss = pContent->FindFootnoteBossFrame(
!bEnd );  

here pBoss is SwPageFrame 1 (page 1) now
and was SwColumnFrame 12 (inside section) in LO 6.4

presumably because of 

commit 4c31b4ef2083087a822c3ae648fd09acc67d2f88
Author: Attila Szűcs 
AuthorDate: Wed Sep 8 15:51:16 2021 +0200
Commit: László Németh 
CommitDate: Tue Nov 2 16:31:24 2021 +0100

tdf#139336 sw: fix extra pages of multicolumn sections with footnotes


...which added code to FindFootnoteBossFrame() that checks for the sections'
IsFootnoteAtEnd() but not IsEndnAtEnd() - a suspicious omission.

note: a bisect won't find this because the bug is masked by another bug 146605
that is fixed on master since today.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: include/svx

2022-01-11 Thread Caolán McNamara (via logerrit)
 include/svx/sdasitm.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6fda1c3e0484cd45c48f92b7801a267b091518bd
Author: Caolán McNamara 
AuthorDate: Tue Jan 11 17:20:35 2022 +
Commit: Caolán McNamara 
CommitDate: Tue Jan 11 21:44:18 2022 +0100

cid#1497094 silence Uninitialized scalar field

and

cid#1497093 Uninitialized scalar field

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

diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx
index f5c381167396..ee1c05ebc634 100644
--- a/include/svx/sdasitm.hxx
+++ b/include/svx/sdasitm.hxx
@@ -52,7 +52,7 @@ private:
 // (unusable state is if anyToHash() returns no hash).
 enum HashState { Unknown, Valid, Unusable };
 mutable HashState aHashState = HashState::Unknown;
-mutable size_t aHash;
+mutable size_t aHash = 0xdeadbeef;
 
 void SetPropSeq( const css::uno::Sequence< css::beans::PropertyValue >& 
rPropSeq );
 inline void UpdateHash() const;


[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-21.06.12-1'

2022-01-11 Thread Andras Timar (via logerrit)
Tag 'cp-21.06.12-1' created by Andras Timar  at 
2022-01-11 20:30 +

cp-21.06.12-1

Changes since cp-21.06.11-1-40:
---
 0 files changed
---


[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-21.06.12-1'

2022-01-11 Thread Christian Lohmaier (via logerrit)
Tag 'cp-21.06.12-1' created by Andras Timar  at 
2022-01-11 20:30 +

cp-21.06.12-1

Changes since co-21.06.5-1:
Christian Lohmaier (1):
  update templates for 7.1.7 rc2

---
 source/am/framework/messages.po  |
8 
 source/am/sfx2/messages.po   |
4 
 source/an/cui/messages.po|
9 
 source/an/desktop/messages.po|
9 
 source/an/officecfg/registry/data/org/openoffice/Office/UI.po|
5 
 source/an/sd/messages.po |
4 
 source/an/svx/messages.po|
6 
 source/ar/cui/messages.po|   
14 
 source/ast/cui/messages.po   |
6 
 source/ast/filter/source/config/fragments/filters.po |   
14 
 source/ast/helpcontent2/source/text/sdatabase.po |   
20 
 source/ast/helpcontent2/source/text/sdraw/guide.po   |   
16 
 source/ast/helpcontent2/source/text/shared/00.po |
6 
 source/ast/helpcontent2/source/text/shared/01.po |
8 
 source/ast/helpcontent2/source/text/simpress/00.po   |
8 
 source/ast/helpcontent2/source/text/simpress/01.po   |
6 
 source/ast/helpcontent2/source/text/swriter/01.po|   
10 
 source/ast/helpcontent2/source/text/swriter/02.po|
6 
 source/ast/helpcontent2/source/text/swriter/guide.po |
6 
 source/ast/officecfg/registry/data/org/openoffice/Office/UI.po   |
8 
 source/ast/sc/messages.po|
7 
 source/ast/scp2/source/ooo.po|   
33 
 source/ast/sd/messages.po|   
10 
 source/ast/svtools/messages.po   |   
20 
 source/ast/sw/messages.po|   
20 
 source/ast/vcl/messages.po   |
4 
 source/ast/wizards/source/resources.po   |
8 
 source/ca/cui/messages.po|   
16 
 source/ca/helpcontent2/source/text/sbasic/shared/01.po   |
8 
 source/ca/helpcontent2/source/text/scalc/01.po   |   
10 
 source/ca/helpcontent2/source/text/scalc/guide.po|
6 
 source/ca/helpcontent2/source/text/sdatabase.po  |
4 
 source/ca/helpcontent2/source/text/sdraw.po  |
4 
 source/ca/helpcontent2/source/text/shared/00.po  |   
10 
 source/ca/helpcontent2/source/text/shared/01.po  |   
32 
 source/ca/helpcontent2/source/text/shared/02.po  |
6 
 source/ca/helpcontent2/source/text/shared/guide.po   |   
22 
 source/ca/helpcontent2/source/text/shared/optionen.po|   
28 
 source/ca/helpcontent2/source/text/simpress/guide.po |   
22 
 source/ca/helpcontent2/source/text/smath/00.po   |   
10 
 source/ca/helpcontent2/source/text/smath/01.po   |   
16 
 source/ca/helpcontent2/source/text/swriter.po|
6 
 source/ca/helpcontent2/source/text/swriter/01.po |   
22 
 source/ca/helpcontent2/source/text/swriter/guide.po  |   
10 
 source/ca/sfx2/messages.po   |
8 
 source/ca/starmath/messages.po   |   
10 
 source/ca/svtools/messages.po|
8 
 source/ca/sw/messages.po |   
12 
 source/cs/helpcontent2/source/text/sbasic/shared/02.po   |   
12 
 source/cs/helpcontent2/source/text/scalc/04.po   |   
12 
 source/cs/helpcontent2/source/text/swriter/00.po |
8 
 source/cs/helpcontent2/source/text/swriter/guide.po  |   
16 
 source/cs/officecfg/registry/data/org/openoffice/Office/UI.po|
6 
 source/de/cui/messages.po|   
16 
 source/de/dictionaries/ca.po |   
15 
 source/de/dictionaries/cs_CZ.po  |   
15 
 source/de/dictionaries/da_DK.po  |
6 
 source/de/dictionaries/de.po |   
16 
 

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-21.06.12-1'

2022-01-11 Thread Adolfo Jayme Barrientos (via logerrit)
Tag 'cp-21.06.12-1' created by Andras Timar  at 
2022-01-11 20:30 +

cp-21.06.12-1

Changes since co-2021-branch-point-10:
---
 0 files changed
---


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-21.06.12-1'

2022-01-11 Thread Andras Timar (via logerrit)
Tag 'cp-21.06.12-1' created by Andras Timar  at 
2022-01-11 20:30 +

cp-21.06.12-1

Changes since libreoffice-7-1-branch-point-5:
---
 0 files changed
---


  1   2   3   >