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

2021-07-29 Thread Huilin (via logerrit)
 sw/inc/swrect.hxx |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 151237558c3da083a45b29a98523366a8d438aeb
Author: Huilin 
AuthorDate: Wed Jul 28 23:23:05 2021 -0700
Commit: Ilmari Lauhakangas 
CommitDate: Fri Jul 30 07:55:33 2021 +0200

tdf#143148: Use pragma once instead of include guards

Change-Id: I769206b581dd056d2b8cd2c0b20bab0e48af68cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119578
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx
old mode 100644
new mode 100755
index 933c044d92bd..1374295d26c5
--- a/sw/inc/swrect.hxx
+++ b/sw/inc/swrect.hxx
@@ -16,8 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_SW_INC_SWRECT_HXX
-#define INCLUDED_SW_INC_SWRECT_HXX
+#pragma once
 
 #include 
 
@@ -338,6 +337,4 @@ inline std::basic_ostream & operator <<(
   << "@(" << rectangle.Pos() << ")";
 }
 
-#endif // INCLUDED_SW_INC_SWRECT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 143148] Use pragma once instead of include guards (Episode 2: Endgame)

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143148

--- Comment #4 from Commit Notification 
 ---
Huilin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/151237558c3da083a45b29a98523366a8d438aeb

tdf#143148: Use pragma once instead of include guards

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141768] Libreoffice 7.1.2.2 not start

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141768

Anton F  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Anton F  ---
Reproduced.

Operating system:
XXX@XXX: uname -a
Linux XXX 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC
2021 x86_64 x86_64 x86_64 GNU/Linux

Software version:
XXX@XXX:/opt/libreofficedev7.3/program$ ./soffice --version
LibreOfficeDev 7.3.0.0.alpha0 5aa74aa1e6fac571f99146ebcb6adc9feb1459ad

How I tried running:

XXX@XXX:/opt/libreofficedev7.3/program$ USE_SAL_VCLPLUGIN=gen ./soffice
javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx

(soffice:21750): Gtk-WARNING **: Theme parsing error: :1:220:
'min-height' is not a valid property name

(soffice:21750): Gtk-WARNING **: Theme parsing error: :1:237: 'min-width'
is not a valid property name

(soffice:21750): Gtk-WARNING **: Theme parsing error: :1:568:
'min-height' is not a valid property name

(soffice:21750): Gtk-WARNING **: Theme parsing error: :1:582: 'min-width'
is not a valid property name
/opt/libreofficedev7.3/program/soffice.bin: symbol lookup error:
/opt/libreofficedev7.3/program/libvclplug_gtk3lo.so: undefined symbol:
gtk_widget_path_iter_set_object_name

XXX@XXX:/opt/libreofficedev7.3/program$ ./soffice
javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx

(soffice:21936): Gtk-WARNING **: Theme parsing error: :1:220:
'min-height' is not a valid property name

(soffice:21936): Gtk-WARNING **: Theme parsing error: :1:237: 'min-width'
is not a valid property name

(soffice:21936): Gtk-WARNING **: Theme parsing error: :1:568:
'min-height' is not a valid property name

(soffice:21936): Gtk-WARNING **: Theme parsing error: :1:582: 'min-width'
is not a valid property name
/opt/libreofficedev7.3/program/soffice.bin: symbol lookup error:
/opt/libreofficedev7.3/program/libvclplug_gtk3lo.so: undefined symbol:
gtk_widget_path_iter_set_object_name


Similar behavior on version with bibisect:

XXX@XXX: git clone https://bibisect.libreoffice.org/linux-64-7.3.git
XXX@XXX:~/linux-64-7.3$ git checkout master
XXX@XXX:~/linux-64-7.3$ instdir/program/soffice --version
LibreOfficeDev 7.3.0.0.alpha0 612d5b1a04fe022a34018d901bb9b052791d54e5

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143580] kf5: Combobox only shows entries after second click

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143580

Jan-Marek Glogowski  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143114] Libclplug: kf5 support errors

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143114

Jan-Marek Glogowski  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143616] New: Localised Decimal Separator Key fails for IP Address input

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143616

Bug ID: 143616
   Summary: Localised Decimal Separator Key fails for IP Address
input
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lo...@qdcec.co.za

Description:
When using a Locale that does not use the period as the decimal separator, the
option exists to check the box for "Decimal Separator key: Same as locale
setting (,)".  This is a great idea - well done!  I'm in en-ZA.

However, when entering an IP address, the concept fails. In my case, the
decimal separator is a comma, so my IP addresses visually appear as: 8,8,4,4
instead of: 8.8.4.4

Would it be plausible to incorporate recognising that multiple decimal commas
are not really commas, but periods?  In other words, when I enter on the
numerical keypad:
When I enter: 3  .  4  display this as 3,4  (as is done now); and then
When I enter: 3  .  4  .  5  .  6  display this as 3.4.5.6 interpreting this to
be an IP address.

Especially in our locale, where the numbers "thousands separator" is a space,
we will never have a normal number with multiple commas, since it's only used
as the decimal separator.

Steps to Reproduce:
1.  In Tools/Options/Language Settings/Languages set Locale to English (South
Africa) and check the Decimal Separator key - Same as locale setting box.
2.  Using the keypad, enter a number with a period.  e.g. 3 period 4 would show
as 3,4
3.  Using the keypad, enter an IP address.  It would show as 8,8,4,4 - rather
it would be desirable to have it show as 8.8.4.4

Actual Results:
IP addresses are separated by commas instead of periods.

Expected Results:
IP addresses should be separated by periods.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
When sensing more than one comma (i.e. decimal separator) convert the localized
option (the comma) to use periods instead.

Version: 7.1.5.2
Build ID: 10(Build:2)
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: en-ZA (en_US.utf8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143605] Unnumbered Heading1 is numbered

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143605

--- Comment #3 from tor...@yahoo.com ---
Created attachment 173958
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173958=edit
file with several Heading1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51665] Support diagonal borders in TABLEs

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51665

--- Comment #18 from Bayram Çiçek  ---
(In reply to himajin10 from comment #17)
> FYI:
> 
> https://opengrok.libreoffice.org/xref/core/sw/source/core/layout/paintfrm.cxx
> ...
Thanks for the code pointers.

---

Hi all. This week, I started working on this bug. I created UI for diagonal
borders in "Table toolbar > Borders" tab:
https://gerrit.libreoffice.org/c/core/+/118951 . I'm aiming to draw diagonal
borders by clicking diagonal borders icons.

I have to fix this bug in order to succeed in GSoC, so I need your big help.

I've just sent a patch as WIP here:
https://gerrit.libreoffice.org/c/core/+/119685 . In patchset1, I've updated
flags, created SvxBorderLine variables and handled diagonal borders as
aBorderInner.

Could you please review the patch and send me feedback for the next
patchsets? My questions are in the commit page. 

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-07-29 Thread Eike Rathke (via logerrit)
 i18npool/qa/cppunit/test_defaultnumberingprovider.cxx |4 --
 i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx |   17 
++
 2 files changed, 17 insertions(+), 4 deletions(-)

New commits:
commit ac80ec817eb07c77a51bc0729985a473c734182e
Author: Eike Rathke 
AuthorDate: Thu Jul 29 17:49:08 2021 +0200
Commit: Eike Rathke 
CommitDate: Thu Jul 29 23:39:47 2021 +0200

Make duplicate generated numbering identifiers unique, tdf#143526 follow-up

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

diff --git a/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx 
b/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx
index 4770abb93808..f7382ede1a9f 100644
--- a/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx
+++ b/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx
@@ -57,10 +57,6 @@ CPPUNIT_TEST_FIXTURE(I18npoolDefaultnumberingproviderTest, 
testNumberingIdentifi
 // FIXME: duplicate of NUMBER_UPPER_ZH_TW
 case css::style::NumberingType::NUMBER_INDIC_DEVANAGARI:
 // FIXME: duplicate of NUMBER_EAST_ARABIC_INDIC
-case css::style::NumberingType::NUMBER_DIGITAL_KO:
-// FIXME: duplicate of NUMBER_HANGUL_KO
-case css::style::NumberingType::NUMBER_DIGITAL2_KO:
-// FIXME: duplicate of NUMBER_LOWER_ZH
 break;
 default:
 if (aID.isEmpty() || !aMap.insert(std::pair(aID, i)).second)
diff --git 
a/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx 
b/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx
index b7ee64cac5eb..a5a604903ad6 100644
--- a/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx
+++ b/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx
@@ -1128,6 +1128,23 @@ OUString 
DefaultNumberingProvider::makeNumberingIdentifier(sal_Int16 index)
 result.append(", ");
 }
 result.append("...");
+// Make known duplicate generated identifiers unique.
+// Note this alone works only for newly added numberings, if duplicates
+// are in the wild further handling is needed when loading documents
+// and asking for numberings.
+switch (aSupportedTypes[index].nType)
+{
+case css::style::NumberingType::NUMBER_DIGITAL_KO:
+// Duplicate of NUMBER_HANGUL_KO.
+result.append(" (ko-x-digital)");
+break;
+case css::style::NumberingType::NUMBER_DIGITAL2_KO:
+// Duplicate of NUMBER_LOWER_ZH.
+result.append(" (ko)");
+break;
+default:
+; // nothing
+}
 return result.makeStringAndClear();
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139138] [UI] The format cell dialog shows 7 line styles, the Border Style button shows 14

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139138

Iskander  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||iskander.oja...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from Iskander  ---
Please update to current version and retry.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139112] libreoffice does not remember the dimensions of the settings window

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139112

Iskander  changed:

   What|Removed |Added

 CC||iskander.oja...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Iskander  ---
To reproduce your bug, I need more information.
Please provide steps for reproduction.
Attach some screenshots. (Your screenshot won't open.)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138562] Writer: Export pdf comments gives different results depending on the pdf viewer used

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138562

Iskander  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #7 from Iskander  ---
Confirm in Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 0d4cbdbc9cd4ab06056cec66cffd292b41615b6e
CPU threads: 2; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win
Locale: en-US (ru_RU); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135961] Screen corruption when changing screen DPI

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135961

Iskander  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||iskander.oja...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Iskander  ---
Please update to current version and retry.
And attach some screenshots.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143615] Impress: Crash when slide transition = 0sec

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143615

--- Comment #2 from BDF  ---
CRASH REPORT NOTE:
The crash report was uploaded to
https://crashreport.libreoffice.org/stats/crash_details/ad9c6cbc-04da-42a2-bde2-1b3294494641

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143615] Impress: Crash when slide transition = 0sec

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143615

--- Comment #1 from BDF  ---
Created attachment 173957
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173957=edit
LO Impress - bug 143615 - crash with slide transition at 0sec

To crash Impress, select transition Lines (de: Balken) or Resolve (de:
Auflösen) and set the duration to 0 sec.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: dictionaries

2021-07-29 Thread Olivier Hallot (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1009cb94ba8d5adbe0b37f05c5eecf43d6cab60c
Author: Olivier Hallot 
AuthorDate: Thu Jul 29 17:22:00 2021 -0300
Commit: Gerrit Code Review 
CommitDate: Thu Jul 29 22:22:00 2021 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 67fc52d45b9c5e965f176eb917428c724c076ba0
  - Fix typo

Change-Id: Ic16067f805346e2a019855c1b1fff4905cc52d57
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119683
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/dictionaries b/dictionaries
index 1787948f9a80..67fc52d45b9c 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 1787948f9a80e7f39c0d67869ff56d3df584
+Subproject commit 67fc52d45b9c5e965f176eb917428c724c076ba0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: pt_BR/pythonpath

2021-07-29 Thread Olivier Hallot (via logerrit)
 pt_BR/pythonpath/lightproof_pt_BR.py |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 67fc52d45b9c5e965f176eb917428c724c076ba0
Author: Olivier Hallot 
AuthorDate: Thu Jul 29 17:16:14 2021 -0300
Commit: Olivier Hallot 
CommitDate: Thu Jul 29 22:22:00 2021 +0200

Fix typo

Change-Id: Ic16067f805346e2a019855c1b1fff4905cc52d57
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119683
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/pt_BR/pythonpath/lightproof_pt_BR.py 
b/pt_BR/pythonpath/lightproof_pt_BR.py
index b6b2b89..7679c10 100644
--- a/pt_BR/pythonpath/lightproof_pt_BR.py
+++ b/pt_BR/pythonpath/lightproof_pt_BR.py
@@ -1983,8 +1983,8 @@ dic = 
[[u'(?u)(?https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 143615] New: Impress: Crash when slide transition = 0sec

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143615

Bug ID: 143615
   Summary: Impress: Crash when slide transition = 0sec
   Product: LibreOffice
   Version: 7.1.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugs_documentfoundation_org.5.k...@xoxy.net

Description:
When the duration of the slide transition is set to 0 seconds, some transitions
make Impress crash.

Steps to Reproduce:
1. Open Impress and add a slide transition
2. Select the stripe transition (the symbol shows vertical lines, de: "Balken")
3. Set the duration to 0 Sec (see also the attached file)

Actual Results:
Impress crashes immediately

Expected Results:
Not sure what a transition of 0sec should look like (maybe there should be a
min duration time of 0.01 sec), but Impress should not crash.


Reproducible: Always


User Profile Reset: No



Additional Info:
Only some transitions cause the crash (eg. Resolve - de:Auflösen - seems to
cause the same issue). Most of them seem to not cause a crash.

 - - - - Version Info - - - - 
Version: 7.1.4.2 (x64) / LibreOffice Community
Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
CPU threads: 16; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-AT (de_AT); UI: de-DE
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143614] The server encountered an error and could not complete your request.

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143614

joyoung  changed:

   What|Removed |Added

URL||https://www.thepornsitelist
   ||s.com

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143614] New: The server encountered an error and could not complete your request.

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143614

Bug ID: 143614
   Summary: The server encountered an error and could not complete
your request.
   Product: Impress Remote
   Version: 1.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: qhxhp...@linshiyouxiang.net

Description:
The server encountered an error and could not complete your request.https://www.thepornsitelists.com/pornpicture>best porn picture site

Actual Results:
The server encountered an error and could not complete your request.https://www.thepornsitelists.com/pornpicture>best porn picture site

Expected Results:
The server encountered an error and could not complete your request.https://www.thepornsitelists.com/pornpicture>best porn picture site


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
The server encountered an error and could not complete your request.https://www.thepornsitelists.com/pornpicture>best porn picture site

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-07-29 Thread Szymon Kłos (via logerrit)
 include/sfx2/sidebar/Deck.hxx |2 -
 include/sfx2/sidebar/SidebarDockingWindow.hxx |5 ---
 sfx2/source/sidebar/Deck.cxx  |   14 ---
 sfx2/source/sidebar/SidebarController.cxx |2 -
 sfx2/source/sidebar/SidebarDockingWindow.cxx  |   33 --
 5 files changed, 56 deletions(-)

New commits:
commit 88d6e6873fe05ada6ee7178811b0b6f0a3f14635
Author: Szymon Kłos 
AuthorDate: Fri Jul 2 12:56:09 2021 +0200
Commit: Szymon Kłos 
CommitDate: Thu Jul 29 22:02:19 2021 +0200

lok sidebar: remove unused code

Change-Id: I88325246d4997d44b4a1ca681627ca00ade1f030
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118285
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119664
Tested-by: Jenkins

diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx
index 1c6d2faae379..47f3d6434eb2 100644
--- a/include/sfx2/sidebar/Deck.hxx
+++ b/include/sfx2/sidebar/Deck.hxx
@@ -62,8 +62,6 @@ public:
 
 virtual void DataChanged(const DataChangedEvent& rEvent) override;
 
-virtual void Resize() override;
-
 virtual void DumpAsPropertyTree(tools::JsonWriter&) override;
 
 sal_Int32 GetMinimalWidth() const { return mnMinimalWidth; }
diff --git a/include/sfx2/sidebar/SidebarDockingWindow.hxx 
b/include/sfx2/sidebar/SidebarDockingWindow.hxx
index ff7f2d2aff38..9bad1f5a8464 100644
--- a/include/sfx2/sidebar/SidebarDockingWindow.hxx
+++ b/include/sfx2/sidebar/SidebarDockingWindow.hxx
@@ -45,22 +45,17 @@ public:
 /// Force generation of all panels by completion.
 void SyncUpdate();
 
-void NotifyResize();
 auto& GetSidebarController() const { return mpSidebarController; }
 using SfxDockingWindow::Close;
 
 private:
 // Window overridables
 virtual void GetFocus() override;
-virtual void Resize() override;
 
 virtual SfxChildAlignment CheckAlignment (
 SfxChildAlignment eCurrentAlignment,
 SfxChildAlignment eRequestedAlignment) override;
 
-/// Notify LOKit that we closed and release the LOKNotifier.
-void LOKClose();
-
 ::rtl::Reference mpSidebarController;
 bool mbIsReadyToDrag;
 std::unique_ptr mpAccel;
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index 82c0c8f350c7..7494e99c7feb 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -114,20 +114,6 @@ void Deck::DataChanged(const DataChangedEvent&)
 RequestLayoutInternal();
 }
 
-void Deck::Resize()
-{
-InterimItemWindow::Resize();
-
-if (const vcl::ILibreOfficeKitNotifier* pNotifier = GetLOKNotifier())
-{
-std::vector aItems;
-aItems.emplace_back("type", "deck");
-aItems.emplace_back(std::make_pair("position", 
Point(GetOutOffXPixel(), GetOutOffYPixel()).toString()));
-aItems.emplace_back(std::make_pair("size", GetSizePixel().toString()));
-pNotifier->notifyWindow(GetLOKWindowId(), "size_changed", aItems);
-}
-}
-
 /*
  * Get the ordering as is shown in the layout, and our type as 'deck'
  * also elide nested panel windows.
diff --git a/sfx2/source/sidebar/SidebarController.cxx 
b/sfx2/source/sidebar/SidebarController.cxx
index 116af3e8c8bf..b81080c546cd 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -503,8 +503,6 @@ void SidebarController::NotifyResize()
 }
 
 RestrictWidth(nMinimalWidth);
-
-mpParentWindow->NotifyResize();
 }
 
 void SidebarController::ProcessNewWidth (const sal_Int32 nNewWidth)
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx 
b/sfx2/source/sidebar/SidebarDockingWindow.cxx
index f8405e7989a9..48ef151b9d61 100644
--- a/sfx2/source/sidebar/SidebarDockingWindow.cxx
+++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx
@@ -67,9 +67,6 @@ SidebarDockingWindow::~SidebarDockingWindow()
 
 void SidebarDockingWindow::dispose()
 {
-if (comphelper::LibreOfficeKit::isActive())
-LOKClose();
-
 Reference xComponent 
(static_cast(mpSidebarController.get()), UNO_QUERY);
 mpSidebarController.clear();
 if (xComponent.is())
@@ -78,13 +75,6 @@ void SidebarDockingWindow::dispose()
 SfxDockingWindow::dispose();
 }
 
-void SidebarDockingWindow::LOKClose()
-{
-assert(comphelper::LibreOfficeKit::isActive());
-if (GetLOKNotifier())
-ReleaseLOKNotifier();
-}
-
 void SidebarDockingWindow::GetFocus()
 {
 if (mpSidebarController.is())
@@ -104,35 +94,12 @@ bool SidebarDockingWindow::Close()
 return SfxDockingWindow::Close();
 }
 
-void SidebarDockingWindow::Resize()
-{
-SfxDockingWindow::Resize();
-
-NotifyResize();
-}
-
 void SidebarDockingWindow::SyncUpdate()
 {
 if (mpSidebarController.is())
 mpSidebarController->SyncUpdate();
 }
 
-void SidebarDockingWindow::NotifyResize()
-{
-if (!(comphelper::LibreOfficeKit::isActive() && mpSidebarController.is() 
&& 

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

2021-07-29 Thread Szymon Kłos (via logerrit)
 sfx2/source/sidebar/Deck.cxx |1 +
 vcl/jsdialog/enabled.cxx |4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 63ed9fe32c849901af2624d59c49ddd42c70217a
Author: Szymon Kłos 
AuthorDate: Fri Jul 2 09:34:01 2021 +0200
Commit: Szymon Kłos 
CommitDate: Thu Jul 29 22:02:00 2021 +0200

jsdialog: sidebar: enable fontwork popups

Change-Id: I12002874a06ca2dc96c6dc3dc0ef3d5004c45f5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118251
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119663
Tested-by: Jenkins

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 81cc808ceb7c..e7afb364c24d 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -68,7 +68,9 @@ bool isBuilderEnabledForPopup(std::u16string_view rUIFile)
 || rUIFile == u"svx/ui/textunderlinecontrol.ui" || rUIFile == 
u"svx/ui/numberingwindow.ui"
 || rUIFile == u"svx/ui/paralinespacingcontrol.ui"
 || rUIFile == u"svx/ui/floatinglineproperty.ui" || rUIFile == 
u"svx/ui/floatinglinestyle.ui"
-|| rUIFile == u"svx/ui/floatinglineend.ui")
+|| rUIFile == u"svx/ui/floatinglineend.ui"
+|| rUIFile == u"svx/ui/fontworkalignmentcontrol.ui"
+|| rUIFile == u"svx/ui/fontworkcharacterspacingcontrol.ui")
 return true;
 
 return false;
commit d22299918b5969fe2c08747fb7e7e55d52e9151b
Author: Szymon Kłos 
AuthorDate: Fri Jul 2 09:15:49 2021 +0200
Commit: Szymon Kłos 
CommitDate: Thu Jul 29 22:01:45 2021 +0200

jsdialog: sidebar: dump expanded state for panel

Change-Id: Iffd4570a512d20229c20c0c7bbb113eaf456bcba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118250
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119660
Tested-by: Jenkins

diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index 422eb3bb6b9b..82c0c8f350c7 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -155,6 +155,7 @@ void Deck::DumpAsPropertyTree(tools::JsonWriter& 
rJsonWriter)
 rJsonWriter.put("text", it->GetTitle());
 rJsonWriter.put("enabled", true);
 rJsonWriter.put("hidden", it->IsLurking());
+rJsonWriter.put("expanded", it->IsExpanded());
 
 {
 auto children2Node = rJsonWriter.startArray("children");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 143613] Many UI containers seem to use a hard coded black background with the black text of the light colored theme in XFCE.

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143613

--- Comment #1 from vbh...@vbhunt.net ---
Created attachment 173956
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173956=edit
Screenshot example

Screenshot showing black on black UI elements in Writer and Settings

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143613] New: Many UI containers seem to use a hard coded black background with the black text of the light colored theme in XFCE.

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143613

Bug ID: 143613
   Summary: Many UI containers seem to use a hard coded black
background with the black text of the light colored
theme in XFCE.
   Product: LibreOffice
   Version: 7.0.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vbh...@vbhunt.net

Description:
Several UI components seem to be hard coded for a black background, which
causes problems when using a light-colored theme with a black/dark foreground.
The UI elements I found include a black active text area on the ruler bars in
Writer and Draw; the "Custom Colors" pane in Tools -> Options -> LibreOffice ->
Application Colors (ironically); a small box in the "Caption Order" pain in
Tools -> Options -> LibreOffice Writer -> AutoCaption; multiple fields in
various plugins' options; the "Select a Template" dialog in Impress; the
left-hand navigation pane in the basic LibreOffice app; the formula bar in
Calc; and the current tab in Calc. These are just the ones I noticed right off.
There are probably others.

Additionally, there are two panes in the Math main window that are black with
white foreground, but these are legible and not really a problem.

This seems to only affect the Linux version. I am using XFCE 4.16 with the
Materia-light-compact theme on Arch. Both LibreOffice Fresh and LibreOffice
Still show the bug. It happens with pretty much all light colored themes I've
tried. Using a dark theme in XFCE seems to fix the black on black issue, but
only because it changes the foreground colors to white/light gray.

Steps to Reproduce:
1.Using XFCE with a light theme, open LibreOffice Writer.
2. Look at the ruler.
3. Open the Application Colors settings in the Options dialog.
4. Look at the "Custom Colors" pane.

Actual Results:
Black on black in the ruler and in the "Custom Colors" pane.

Expected Results:
Black on white/gray/some other light color based on theme in the ruler and
Custom Colors pane.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 7.1.5.2 / LibreOffice Community
Build ID: 10(Build:2)
CPU threads: 2; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
7.1.5-1
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143600] Opening Excel XLS spreadsheet which contains XML fails with "General Error. General input/output error."

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143600

--- Comment #9 from Eike Rathke  ---
Fwiw, the exception caught of the read with the message availale is at
https://opengrok.libreoffice.org/xref/core/sc/source/filter/orcus/orcusfiltersimpl.cxx?r=75252e58#77

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143600] Opening Excel XLS spreadsheet which contains XML fails with "General Error. General input/output error."

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143600

--- Comment #8 from Eike Rathke  ---
Ok, the document is still broken..

The  element is nested in the  element instead of
the  element, i.e. there's a closing  before.

Again, file a bug with your Microsoft Reporting Services provider.

The last "working" ignorant import probably was before we used Orcus for the 
Excel 2003 XML import.

This is still NOTOURBUG but we might keep it open to maybe transport the Orcus
exception's error message that is available to the General I/O error dialog.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142863] Complete reset of the program to initial default settings, no history

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142863

--- Comment #3 from Екатерина  ---
what is the problem - you cannot restore docks or LO reset the settings to
default?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143601] Impossible to have french language

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143601

Julien Nabet  changed:

   What|Removed |Added

Summary|Imposible to have french|Impossible to have french
   |language|language

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-07-29 Thread Katarina Behrens (via logerrit)
 sd/source/core/CustomAnimationEffect.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6146b185ab2a335de39d0562a8d34e53d3e742e0
Author: Katarina Behrens 
AuthorDate: Mon Jul 26 08:34:38 2021 +0200
Commit: Katarina Behrens 
CommitDate: Thu Jul 29 21:12:36 2021 +0200

tdf#142817: Correctly replace animation effect that comes with a command

As effect1 with command (e.g. the one from misc/MEDIACALL category)
is created, 'mnCommand' member var is set.

But when it is replaced by command-less effect2 via
CustomAnnimationEffect::replaceNode, this var is never reset (simply
because the relevant if-else branch is never hit) so it looks as if
the command was still there. This causes UI glitch in sidebar:
setting incorrect category of the next selected effect

To fix that, we reset 'mnCommand' in ::setNode function, just as
it is done with resetting audio associated w/ the effect

Change-Id: I86016dd1acadfb31f460bde749bbe15164f1eb81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119492
Tested-by: Jenkins
Reviewed-by: Katarina Behrens 

diff --git a/sd/source/core/CustomAnimationEffect.cxx 
b/sd/source/core/CustomAnimationEffect.cxx
index b28b9c512fa3..ed61bed5cb72 100644
--- a/sd/source/core/CustomAnimationEffect.cxx
+++ b/sd/source/core/CustomAnimationEffect.cxx
@@ -156,6 +156,7 @@ void CustomAnimationEffect::setNode( const 
css::uno::Reference< css::animations:
 {
 mxNode = xNode;
 mxAudio.clear();
+mnCommand = 0;
 
 const Sequence< NamedValue > aUserData( mxNode->getUserData() );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 143609] FILEOPEN Exiting before completion due to errors caused by 'isc_service_query'

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143609

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Would it be possible to have an example file?
Since attachments are public, attach a file with no private/confidential part
or sanitize it with 7.0 or 7.1 LO version (see
https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143612] New: Option Buttons Do Not Have the Expected "Default Value" and the "Reference value (off)" Option Appears to Serve No Purpose

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143612

Bug ID: 143612
   Summary: Option Buttons Do Not Have the Expected "Default
Value" and the "Reference value (off)" Option Appears
to Serve No Purpose
   Product: LibreOffice
   Version: 7.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: westley.h.benn...@gmail.com

Description:
I was trying to create a PDF form using LibreOffice, as is described in this
URL:

https://www.linuxuprising.com/2019/02/how-to-create-fillable-pdf-forms-with.html

And it works great, with one exception - Option Buttons. Now, the Properties
window > Data tab seems to suggest that if left blank, the "Reference values"
will show as "on" and "off" respectively. And the existence of these two fields
in the UI suggests that I should be able to change this behavior by entering a
value in the textboxes, right? And each option button should have two possible
"values", the "on" value and the "off" value, right?

However, there's two problems that I've noticed with this:

1. When the "Reference value (on)" field is left blank, the value that displays
is also blank (a null value). I've confirmed this by investigating the field
using both iText7 programming library, as well as viewing the field's
properties in Adobe Pro DC. Please see the below screenshots for reference
(also note that the second value found in iText7 is "off", which is what I
would expect to see here):

In OpenOffice - https://i.imgur.com/bdCxoHI.png
In Adobe Pro - https://i.imgur.com/W7F3bil.png
In iText7 - https://i.imgur.com/oJJ88oY.png

Thus, it appears that the "Reference value (on)" field does NOT set the value
to "on" by default as the UI suggests when there is no value entered.

However, I should note here that when a value IS set in that field, it appears
to be populating correctly in both Acrobat Pro and iText7, so this appears to
be working as intended.

2. The second issue is that the "Reference value (off)" field is either
non-functional, or doesn't appear to be serving what I believe it's purpose
should be. If I leave the field blank, I'd expect to see "off" as the value of
the radio button. However, Adobe Pro confirms that if you set no value in this
field in the UI, there is no value option that appears at ALL in the list of
acceptable values for this option button. However, iText7 strangely lists the
value as "off", no matter WHAT you put into this field, thus suggesting that
this field right now does absolutely nothing. Please see the screenshots below:

In OpenOffice - https://i.imgur.com/cFGfXhV.png
In Adobe Pro - https://i.imgur.com/PfsIIHL.png
In iText7 - https://i.imgur.com/bpPrxbU.png

It's my opinion that this field should have both "on" and "off" as the default
values for the option button being pressed or not pressed, AND that for both
the on and off state, the user be able to set explicit values for each state.

Steps to Reproduce:
For the two issues:

Issue 1 (no default "on" value)
1. Add an option button onto the document
2. Ensure that the "Reference value (on)" value is blank
3. Export the document to PDF, then check the value in both Acrobat Pro and
iText7

Issue 2 (the "Reference value(off)" textbox having no purpose)
1. Add an option button onto the document
2. Try to set a value for the "off" reference value
3. Export the document as a PDF, then check the value in both Acrobat Pro and
iText7

Actual Results:
Issue 1 - The value will be "blank"

Issue 2 - The value will always be "off"

Expected Results:
Issue 1 - The value will be "on" by default, as the UI suggests

Issue 2 - The value will reflect whatever you placed into the "Reference value
(off)" field


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.5.2 (x64) / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143611] File \ Wizards \ Letter - "AttributeError: 'NoneType' object has no attribute 'DocumentProperties'"

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143611

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources udpated today, I don't reproduce this.
Could you apply this
https://wiki.documentfoundation.org/QA/FirstSteps#Corrupted_user_profile and
give a new try?

Also, could you confirm you got the file bus-elegant_l.ott in
/opt/libreofficedev7.3/program/../share/template/common/wizard/letter/ and it
has  readable right

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140445] Autocorrect works only when pressing return, not when pressing space (buggy version of GTK3?)

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140445

--- Comment #16 from pezcurrel  ---
With LibreOffice 7.0.6.2 and gtk3 3.24.30 it works without problems.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: dictionaries

2021-07-29 Thread Julien Nabet (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5aa8ff21a01b8d5eb5acacb182fff976317f4991
Author: Julien Nabet 
AuthorDate: Thu Jul 29 20:33:36 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Jul 29 20:33:36 2021 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 1787948f9a80e7f39c0d67869ff56d3df584
  - Portuguese Brasil lightproof: fix "Flags not at the start of the 
expression"

Change-Id: If1888a167f2efe6ee54e72e4adf6ee9ab851b590
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119569
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/dictionaries b/dictionaries
index 60ac0c9c796f..1787948f9a80 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 60ac0c9c796fd0c09b0482baa7878399a9c2e75a
+Subproject commit 1787948f9a80e7f39c0d67869ff56d3df584
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: pt_BR/pythonpath

2021-07-29 Thread Julien Nabet (via logerrit)
 pt_BR/pythonpath/lightproof_impl_pt_BR.py |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 1787948f9a80e7f39c0d67869ff56d3df584
Author: Julien Nabet 
AuthorDate: Tue Jul 27 19:19:00 2021 +0200
Commit: Olivier Hallot 
CommitDate: Thu Jul 29 20:33:36 2021 +0200

Portuguese Brasil lightproof: fix "Flags not at the start of the expression"

Change-Id: If1888a167f2efe6ee54e72e4adf6ee9ab851b590
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119569
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/pt_BR/pythonpath/lightproof_impl_pt_BR.py 
b/pt_BR/pythonpath/lightproof_impl_pt_BR.py
index d3a72a1..1b0d8fb 100644
--- a/pt_BR/pythonpath/lightproof_impl_pt_BR.py
+++ b/pt_BR/pythonpath/lightproof_impl_pt_BR.py
@@ -243,10 +243,10 @@ paralcap = re.compile(u"(?u)^[a-z].*[.?!] 
[A-Z].*[.?!][)\u201d]?$")
 
 # Tenta corrigir erros de identificacao da regra de capiatizacao
 # erroscap = re.compile("(?i)\\.([A-Z])")
-erroscap = 
re.compile("((?i)\\.([A-Z\xc0\xc1\xc2\xc3\xc7\xc9\xca\xcd\xd3\xd4\xd5\xda])|\\.\\[|\\.\\(|\\.\\)|\\?\\)|\\!\\)|[a-z]\\))")
-erroscapa = re.compile("((?i)[.?!]\\, 
([a-z\xe1\xe2\xe3\xe7\xe9\xea\xf3\xf4\xf5\xfa]+))")
-erroscapb = re.compile("((?i)[a-z]\\))")
-erroscapc = re.compile("((?i)[.?!][\"\u2019\u201d])")
+erroscap = 
re.compile("(?i)\\.([A-Z\xc0\xc1\xc2\xc3\xc7\xc9\xca\xcd\xd3\xd4\xd5\xda])|\\.\\[|\\.\\(|\\.\\)|\\?\\)|\\!\\)|[a-z]\\)")
+erroscapa = re.compile("(?i)[.?!]\\, 
([a-z\xe1\xe2\xe3\xe7\xe9\xea\xf3\xf4\xf5\xfa]+)")
+erroscapb = re.compile("(?i)[a-z]\\)")
+erroscapc = re.compile("(?i)[.?!][\"\u2019\u201d]")
 
 # Tenta corrigir erros de identificacao parentese de fechamento
 errosprnt = re.compile(u"(?u)^([a-z]|[ivxl]+)\\)")
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-07-29 Thread Noel Grandin (via logerrit)
 comphelper/source/streaming/oslfile2streamwrap.cxx |8 
 include/comphelper/oslfile2streamwrap.hxx  |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit f186149acd5018c66b9d11c8e3f30dda51b8e895
Author: Noel Grandin 
AuthorDate: Thu Jul 29 16:04:42 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 20:31:44 2021 +0200

osl::Mutex->std::mutex in OSLInputStreamWrapper

Change-Id: Id67cf7989a47f73b62e48b88c3e6f51efc2ccc46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119674
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx 
b/comphelper/source/streaming/oslfile2streamwrap.cxx
index eff916a833ff..472e085d642e 100644
--- a/comphelper/source/streaming/oslfile2streamwrap.cxx
+++ b/comphelper/source/streaming/oslfile2streamwrap.cxx
@@ -51,10 +51,10 @@ sal_Int32 SAL_CALL 
OSLInputStreamWrapper::readBytes(css::uno::Sequence< sal_Int8
 if (nBytesToRead < 0)
 throw 
css::io::BufferSizeExceededException(OUString(),static_cast(this));
 
-::osl::MutexGuard aGuard( m_aMutex );
-
 aData.realloc(nBytesToRead);
 
+std::lock_guard aGuard( m_aMutex );
+
 sal_uInt64 nRead = 0;
 FileBase::RC eError = m_pFile->read(static_cast(aData.getArray()), 
nBytesToRead, nRead);
 if (eError != FileBase::E_None)
@@ -80,7 +80,7 @@ sal_Int32 SAL_CALL 
OSLInputStreamWrapper::readSomeBytes(css::uno::Sequence< sal_
 
 void SAL_CALL OSLInputStreamWrapper::skipBytes(sal_Int32 nBytesToSkip)
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 if (!m_pFile)
 throw css::io::NotConnectedException(OUString(), 
static_cast(this));
 
@@ -97,7 +97,7 @@ void SAL_CALL OSLInputStreamWrapper::skipBytes(sal_Int32 
nBytesToSkip)
 
 sal_Int32 SAL_CALL OSLInputStreamWrapper::available()
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 if (!m_pFile)
 throw css::io::NotConnectedException(OUString(), 
static_cast(this));
 
diff --git a/include/comphelper/oslfile2streamwrap.hxx 
b/include/comphelper/oslfile2streamwrap.hxx
index a7393b411ac7..c80c7b3447dc 100644
--- a/include/comphelper/oslfile2streamwrap.hxx
+++ b/include/comphelper/oslfile2streamwrap.hxx
@@ -19,11 +19,11 @@
 #ifndef INCLUDED_COMPHELPER_OSLFILE2STREAMWRAP_HXX
 #define INCLUDED_COMPHELPER_OSLFILE2STREAMWRAP_HXX
 
-#include 
 #include 
- #include 
+#include 
 #include 
 #include 
+#include 
 
 namespace osl { class File; }
 
@@ -47,7 +47,7 @@ private:
 virtual sal_Int32   SAL_CALLavailable() override;
 virtual voidSAL_CALLcloseInput() override;
 
-::osl::Mutexm_aMutex;
+std::mutex  m_aMutex;
 ::osl::File*m_pFile;
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 143600] Opening Excel XLS spreadsheet which contains XML fails with "General Error. General input/output error."

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143600

Julien Nabet  changed:

   What|Removed |Added

Version|7.0.6.2 release |7.0.4.2 release

--- Comment #7 from Julien Nabet  ---
On which LO version did it work?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143611] New: File \ Wizards \ Letter - "AttributeError: 'NoneType' object has no attribute 'DocumentProperties'"

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143611

Bug ID: 143611
   Summary: File \ Wizards \ Letter - "AttributeError: 'NoneType'
object has no attribute 'DocumentProperties'"
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: x4f...@outlook.com

Description:
Go to the menu "File \ Wizards \ Letter" the window does not open

Steps to Reproduce:
1.Go to the menu "File \ Wizards \ Letter"
2.The window does not open, there is an error in the logs

Actual Results:
warn:toolkit.helper:28772:28772:toolkit/source/helper/unowrapper.cxx:185:
UnoWrapper::SetWindowInterface: there is already a
WindowPeer/ComponentInterface for this VCL window
warn:fwk.loadenv:28772:28772:framework/source/loadenv/loadenv.cxx:202: caught
LoadEnvException 6 "interaction request", com.sun.star.task.ErrorCodeRequest
"/tinderbox/buildslave/source/libo-master/sfx2/source/doc/objmisc.cxx:1699"
while loading

Traceback (most recent call last):
  File "/opt/libreofficedev7.3/program/wizards/text/TextDocument.py", line 152,
in getPageSize
xNameAccess = self.xTextDocument.StyleFamilies
AttributeError: 'NoneType' object has no attribute 'StyleFamilies'
Traceback (most recent call last):
  File "/opt/libreofficedev7.3/program/wizards/text/TextDocument.py", line 143,
in loadAsPreview
self.xTextDocument.CurrentController.ViewSettings.ZoomType = ENTIRE_PAGE
AttributeError: 'NoneType' object has no attribute 'CurrentController'
Traceback (most recent call last):
  File
"/opt/libreofficedev7.3/program/wizards/letter/LetterWizardDialogImpl.py", line
132, in startWizard
self.setConfiguration()
  File
"/opt/libreofficedev7.3/program/wizards/letter/LetterWizardDialogImpl.py", line
781, in setConfiguration
self.optBusinessLetterItemChanged()
  File
"/opt/libreofficedev7.3/program/wizards/letter/LetterWizardDialogImpl.py", line
256, in optBusinessLetterItemChanged
self.lstBusinessStyleItemChanged()
  File
"/opt/libreofficedev7.3/program/wizards/letter/LetterWizardDialogImpl.py", line
331, in lstBusinessStyleItemChanged
self.setElements(False)
  File
"/opt/libreofficedev7.3/program/wizards/letter/LetterWizardDialogImpl.py", line
812, in setElements
self.txtTemplateNameTextChanged()
  File
"/opt/libreofficedev7.3/program/wizards/letter/LetterWizardDialogImpl.py", line
633, in txtTemplateNameTextChanged
xDocProps = self.myLetterDoc.xTextDocument.DocumentProperties
AttributeError: 'NoneType' object has no attribute 'DocumentProperties'

Expected Results:
A dialog box will open


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 5aa74aa1e6fac571f99146ebcb6adc9feb1459ad
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-28_19:35:14
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143600] Opening Excel XLS spreadsheet which contains XML fails with "General Error. General input/output error."

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143600

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

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

I noticed this on console:
warn:sc:111355:111355:sc/source/filter/orcus/orcusfiltersimpl.cxx:77: Unable to
load file via orcus filter! element
'urn:schemas-microsoft-com:office:spreadsheet:Worksheet' expected, but
'urn:schemas-microsoft-com:office:spreadsheet:Workbook' encountered.


BTW, I gave a try with LO Debian testing package 7.0.4.2, it doesn't open the
file too.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: solenv/vs

2021-07-29 Thread Mike Kaganski (via logerrit)
 solenv/vs/LibreOffice.natvis |   35 ---
 1 file changed, 16 insertions(+), 19 deletions(-)

New commits:
commit adeaa3a2cf31478c15147afe1303b77f8949293a
Author: Mike Kaganski 
AuthorDate: Thu Jul 29 18:37:37 2021 +0200
Commit: Mike Kaganski 
CommitDate: Thu Jul 29 20:16:10 2021 +0200

Update VS natvis for recent WhichRangesContainer changes

Change-Id: I2171e88ca4d3404d35fe669c3c7af6ccd817b254
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119617
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis
index ec61546fe153..ee4171bac9cf 100644
--- a/solenv/vs/LibreOffice.natvis
+++ b/solenv/vs/LibreOffice.natvis
@@ -327,37 +327,34 @@
   
 {{which={m_nWhich,x}}}
   
+  
+{{size={m_size,d}}}
+
+  
+m_size
+m_pairs
+  
+
+  
   
 {{size={m_nCount,d}}}
 
   
 
-
+
+
 
-
-  nCurWhich = *pCurRange
-  
+
+  nCurWhich = m_pWhichRanges.m_pairs[nCurRange].first
+  
 **pCurItem
 ++pCurItem
 ++nCurWhich
   
-  pCurRange+=2
+  ++nCurRange
 
   
-  
-
-  
-
-
-
-  *pCurRange
-  *(pCurRange+1)
-  pCurRange+=2
-  ++i
-
-  
-
-  
+  m_pWhichRanges
   *m_pParent
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 143610] Three Colour Conditional Colour Formatting can't be forced to ignore zero

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143610

--- Comment #1 from Colin  ---
Created attachment 173955
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173955=edit
Sample .ods

Please note that this is no longer a functional sheet, merely an array of
"paste special" values with colour scale conditional formatting.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143605] Unnumbered Heading1 is numbered

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143605

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I don't reproduce this.
Here are the steps I use:
- launch Writer
- type "chapter"
- click "Toggle Ordered List" (or F12)
=> LO displays "1. Chapter"

Do you reproduce this on a brand new file or is it specific on a file?
Unless I missed something?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143610] New: Three Colour Conditional Colour Formatting can't be forced to ignore zero

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143610

Bug ID: 143610
   Summary: Three Colour Conditional Colour Formatting can't be
forced to ignore zero
   Product: LibreOffice
   Version: 7.0.6.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: that.man.co...@gmail.com

Description:
See also 74967 last mod 2018-07-01 - I believe this is related but appears to
reference the simple single conditional colour formatting. As some
consideration should also be given to the three colour conditional formatting I
have filed a new bug. It's undoubtedly preferable to mark it as a dupe than to
fail to consider it.

You will appreciate that the colours can be defined for Min Middle Max thereby
producing a graduated colour scale.

Generally, the use of a pseudo traffic light scheme of Red, Yellow & Green
produces representative and relative scaling for the variation in numerical
ranges.

Let's assume 1 - 10 with min = green mid = yellow and max = red

I have experienced the issue where calculations result in zero and it would be
preferable for that not to create a Min colour scale because the true minimum
value would still be the lowest positive number, possibly 1, but also higher,
so the colour scale should recognise whatever is the minimum number and colour
scaling should commence with that number.

It would never be an issue if negative numbers featured in the range because a
zero would genuinely represent a logical position in the grand scheme of
things.

The solution should simply be to define the Min value as 1 - which all the
calculations are likely to transit on their way to Zero.

For the record, attempting to set the min value as either a value of 1 or a
formula =1 has no impact - the min value colour is still assigned to a zero
value.

Attached is a simple example where a number of cells have transited through 1
to zero - it is no longer a sheet of formulae, I simply pasted the values from
a functioning sheet. And yes, I am aware that some columns consider the 0 as a
red cell :)).

I have ascertained that deleting the zeros yo produce an empty cell "" does
then transfer the burden of Min onto the genuine Min value in the data.

Obviously, the workaround is to test the formula for zero and substitute "" for
the calculated value as appropriate. Surely the conditional format management
should recognise a number or formula representing 1.

The background colour of all cells can be set to a nice neutral grey, which
would be visually acceptable when the cell should not have been assigned a nice
bright colour.

Steps to Reproduce:
With the attached sample, amend the conditional colour formatting for any
column where the cell has no value (zeros are display suppressed)in an
endeavour to remove the background colour
I have tried min = numberentering 1
I have tried min = formula   entering =1

I have physically deleted the zeros which then results in min being identified
as 1 and producing the correct colour rendition. This also proves that an
excluding formula to ensure null cells would achieve the
desired/anticipated/logical effect.


Actual Results:
Too much of the wrong colour

Expected Results:
only cells with real positive values to be colour formatted


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 7.0.6.2 (x64)
Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: sv-SE (en_GB); UI: en-GB
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135497] Dimensions in the edit window are not at the correct scale

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135497

Iskander  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||iskander.oja...@gmail.com

--- Comment #1 from Iskander  ---
Please provide steps for reproduction.
Try, please reproduce the bug on the latest version of LibreOffice.
Attach some screenshots.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143609] New: FILEOPEN Exiting before completion due to errors caused by 'isc_service_query'

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143609

Bug ID: 143609
   Summary: FILEOPEN Exiting before completion due to errors
caused by 'isc_service_query'
   Product: LibreOffice
   Version: 7.2.0.1 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bmal...@consolidated.net

7.2.0.1 7/28/21 daily build [really 7.2.0.1 RC1 to date]
Windows 10 pro, 64 bit, 21H1

firebird_sdbc error:
*arithmetic exception, numeric overflow, or string truncation
*string right truncation
*expected length 30, actual 35
*gds_$send failed
*Exiting before completion due to errors
caused by
'isc_service_query'

Have several odb files created with 7.0 and 7.1 that can be opened and edited
in 7.1.5.2.

A small one = .99 mg works in 7.2.

Two larger ones, 28.3 mg and 5.71 mg, I get the above error.

I sometimes use Zorin 16 linux.  When 7.2.0.1 RC1 was released I installed it
and tried to open the 28.3 file and got the above error.

Back in February 2021 I did find this error mentioned and the statement that a
new system would be available to fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143600] Opening Excel XLS spreadsheet which contains XML fails with "General Error. General input/output error."

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143600

Eike Rathke  changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143600] Opening Excel XLS spreadsheet which contains XML fails with "General Error. General input/output error."

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143600

--- Comment #5 from Eike Rathke  ---
That's indeed odd.. thanks for persuading ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143114] Libclplug: kf5 support errors

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143114

--- Comment #13 from Armin Le Grand  ---
What a wild hunt using SAL_LOG, +WARN and stuff - also tried SAL_NO_MOUSEGRABS
but did not work reliably.
In the end found in SvTreeListBox::MouseButtonUp a fix tdf116675 that does the
trick, but with wrong remembered SvTreeListEntry. Corrected that and it seems
to work well - no longer switching other lines on MouseButtonUp.
Preparing commit...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: dictionaries

2021-07-29 Thread Olivier Hallot (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit acb38a86b2b1d43b2a8d4405a0af90a2387e6142
Author: Olivier Hallot 
AuthorDate: Thu Jul 29 14:28:36 2021 -0300
Commit: Gerrit Code Review 
CommitDate: Thu Jul 29 19:28:36 2021 +0200

Update git submodules

* Update dictionaries from branch 'master'
  to 60ac0c9c796fd0c09b0482baa7878399a9c2e75a
  - Fix typo in "Expressão arcaica"

Change-Id: I513054881a967c0b3c3e5451f1f8134506156d66
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119646
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/dictionaries b/dictionaries
index b3a1c0be50d1..60ac0c9c796f 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit b3a1c0be50d1ad0b404070124463fb4af90bbe39
+Subproject commit 60ac0c9c796fd0c09b0482baa7878399a9c2e75a
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: pt_BR/pythonpath

2021-07-29 Thread Olivier Hallot (via logerrit)
 pt_BR/pythonpath/lightproof_pt_BR.py |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 60ac0c9c796fd0c09b0482baa7878399a9c2e75a
Author: Olivier Hallot 
AuthorDate: Wed Jul 28 15:49:30 2021 -0300
Commit: Olivier Hallot 
CommitDate: Thu Jul 29 19:28:36 2021 +0200

Fix typo in "Expressão arcaica"

Change-Id: I513054881a967c0b3c3e5451f1f8134506156d66
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119646
Tested-by: Olivier Hallot 
Reviewed-by: Olivier Hallot 

diff --git a/pt_BR/pythonpath/lightproof_pt_BR.py 
b/pt_BR/pythonpath/lightproof_pt_BR.py
index 163cea4..b6b2b89 100644
--- a/pt_BR/pythonpath/lightproof_pt_BR.py
+++ b/pt_BR/pythonpath/lightproof_pt_BR.py
@@ -36,8 +36,8 @@ dic = 
[[u'(?u)(?[a-zA-Z\xE7]+)ada 
a(?![-\\w\u2013\xad])', u'= "ter " + m.group(1) + "ado a"', u'Voc\xea quis 
dizer:', u'not m.group("Ptd_1") in excpLvrada'],
  [u'(?u)(?[a-zA-Z\xE7]+)ada 
uma(?![-\\w\u2013\xad])', u'= "ter " + m.group(1) + "ado uma"', u'Voc\xea quis 
dizer:', u'not m.group("Ptd_2") in excpLvrada'],
@@ -4927,19 +4927,19 @@ dic = 
[[u'(?u)(?[a-zA-Z\xE7]+)mente 
(alguma|essa|esta|minha|nossa|a|outra|sua|tua) 
(?P[a-z\xe7\xe1\xe9\xed\xf3\xfa\xe2\xea\xf4]+)a 
(?P[a-z]+)(gerias|ger\xedamos|ger\xedeis|geriam)(?![-\\w\u2013\xad])',
 u'\\1mente \\2 \\3a \\4geria', u'N\xe3o h\xe1 concord\xe2ncia verbal. Voc\xea 
quis dizer:', u'm.group("Mafvbt_18").lower() in plvrMfoa and 
m.group("Mafvbt_19") in plvrVbrger'],
  [u'(?u)(?[a-zA-Z\xE7]+)mente 
(alguma|essa|esta|minha|nossa|a|outra|sua|tua|v\xe1ria)s 
(?P[a-z\xe7\xe1\xe9\xed\xf3\xfa\xe2\xea\xf4]+)as 
(?P[a-z]+)(gerias|ger\xedamos|ger\xedeis|geria)(?![-\\w\u2013\xad])',
 u'\\1mente \\2s \\3as \\4geriam', u'N\xe3o h\xe1 concord\xe2ncia verbal. 
Voc\xea quis dizer:', u'm.group("Mafvbt_21").lower() in plvrMfoa and 
m.group("Mafvbt_22") in plvrVbrger'],
 # FIM CONCORDANCIA VERBAL
-# a fora - afora 
+# a fora - afora
  [u'(?u)(?

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

2021-07-29 Thread Noel Grandin (via logerrit)
 comphelper/source/streaming/seekableinput.cxx |   16 
 include/comphelper/seekableinput.hxx  |4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit e15586246b94815de2004a6f73fdbd3473e62525
Author: Noel Grandin 
AuthorDate: Thu Jul 29 16:02:06 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 19:25:43 2021 +0200

osl::Mutex->std::mutex in OSeekableInputWrapper

Change-Id: Ib6cc0a6b1fcc4685f2ac8c120c86ce79f3036535
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119673
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/comphelper/source/streaming/seekableinput.cxx 
b/comphelper/source/streaming/seekableinput.cxx
index 905e739e85a1..e9291c6c9234 100644
--- a/comphelper/source/streaming/seekableinput.cxx
+++ b/comphelper/source/streaming/seekableinput.cxx
@@ -117,7 +117,7 @@ void OSeekableInputWrapper::PrepareCopy_Impl()
 
 sal_Int32 SAL_CALL OSeekableInputWrapper::readBytes( uno::Sequence< sal_Int8 
>& aData, sal_Int32 nBytesToRead )
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
@@ -130,7 +130,7 @@ sal_Int32 SAL_CALL OSeekableInputWrapper::readBytes( 
uno::Sequence< sal_Int8 >&
 
 sal_Int32 SAL_CALL OSeekableInputWrapper::readSomeBytes( uno::Sequence< 
sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
@@ -143,7 +143,7 @@ sal_Int32 SAL_CALL OSeekableInputWrapper::readSomeBytes( 
uno::Sequence< sal_Int8
 
 void SAL_CALL OSeekableInputWrapper::skipBytes( sal_Int32 nBytesToSkip )
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
@@ -156,7 +156,7 @@ void SAL_CALL OSeekableInputWrapper::skipBytes( sal_Int32 
nBytesToSkip )
 
 sal_Int32 SAL_CALL OSeekableInputWrapper::available()
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
@@ -169,7 +169,7 @@ sal_Int32 SAL_CALL OSeekableInputWrapper::available()
 
 void SAL_CALL OSeekableInputWrapper::closeInput()
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
@@ -191,7 +191,7 @@ void SAL_CALL OSeekableInputWrapper::closeInput()
 
 void SAL_CALL OSeekableInputWrapper::seek( sal_Int64 location )
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
@@ -204,7 +204,7 @@ void SAL_CALL OSeekableInputWrapper::seek( sal_Int64 
location )
 
 sal_Int64 SAL_CALL OSeekableInputWrapper::getPosition()
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
@@ -217,7 +217,7 @@ sal_Int64 SAL_CALL OSeekableInputWrapper::getPosition()
 
 sal_Int64 SAL_CALL OSeekableInputWrapper::getLength()
 {
-::osl::MutexGuard aGuard( m_aMutex );
+std::lock_guard aGuard( m_aMutex );
 
 if ( !m_xOriginalStream.is() )
 throw io::NotConnectedException();
diff --git a/include/comphelper/seekableinput.hxx 
b/include/comphelper/seekableinput.hxx
index 5ab241071a70..5c2e6be07c6e 100644
--- a/include/comphelper/seekableinput.hxx
+++ b/include/comphelper/seekableinput.hxx
@@ -19,12 +19,12 @@
 #ifndef INCLUDED_COMPHELPER_SEEKABLEINPUT_HXX
 #define INCLUDED_COMPHELPER_SEEKABLEINPUT_HXX
 
-#include 
 #include 
 #include 
 #include 
 #include 
 #include 
+#include 
 
 namespace com::sun::star::uno { class XComponentContext; }
 
@@ -39,7 +39,7 @@ class SAL_DLLPUBLIC_TEMPLATE OSeekableInputWrapper_BASE
 class COMPHELPER_DLLPUBLIC OSeekableInputWrapper final
 : public OSeekableInputWrapper_BASE
 {
-::osl::Mutexm_aMutex;
+std::mutexm_aMutex;
 
 css::uno::Reference< css::uno::XComponentContext > m_xContext;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-07-29 Thread Noel Grandin (via logerrit)
 sc/source/filter/inc/formulabuffer.hxx |4 ++--
 sc/source/filter/oox/formulabuffer.cxx |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 720ddd9c132928192df907886cf8dec64a311833
Author: Noel Grandin 
AuthorDate: Thu Jul 29 15:49:45 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 19:25:23 2021 +0200

osl::Mutex->std::mutex in FormulaBuffer

Change-Id: Idef0cddac54da4794553394f48d3006b8145b291
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119672
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/sc/source/filter/inc/formulabuffer.hxx 
b/sc/source/filter/inc/formulabuffer.hxx
index 38eac0056fee..052741bfcf34 100644
--- a/sc/source/filter/inc/formulabuffer.hxx
+++ b/sc/source/filter/inc/formulabuffer.hxx
@@ -9,8 +9,8 @@
 
 #pragma once
 
-#include 
 #include "workbookhelper.hxx"
+#include 
 #include 
 
 namespace oox::xls {
@@ -81,7 +81,7 @@ public:
 
 private:
 
-osl::Mutex maMtxData;
+std::mutex maMtxData;
 // Vectors indexed by SCTAB - cf. SetSheetCount
 std::vector< std::vector > maCellFormulas;
 std::vector< std::vector >maCellArrayFormulas;
diff --git a/sc/source/filter/oox/formulabuffer.cxx 
b/sc/source/filter/oox/formulabuffer.cxx
index 50c3722723f1..40470d0bc966 100644
--- a/sc/source/filter/oox/formulabuffer.cxx
+++ b/sc/source/filter/oox/formulabuffer.cxx
@@ -398,7 +398,7 @@ void FormulaBuffer::finalizeImport()
 
 FormulaBuffer::SheetItem FormulaBuffer::getSheetItem( SCTAB nTab )
 {
-osl::MutexGuard aGuard();
+std::lock_guard aGuard(maMtxData);
 
 SheetItem aItem;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 128092] signing a LibreOffice document doesn't show the dialog for the PIN / Password of the certificate to use

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128092

Iskander  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Iskander  ---
Try, please reproduce the bug on the latest version of LibreOffice.
Please describe the language and attach some screenshots.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


suspicious needed in CppunitTest/libtest_services.so

2021-07-29 Thread Jean-Baptiste Faure

Hi,

In CppunitTest/libtest_services.so for LO 7.2.1.0.0+ I get the following error 
message :


[...]/libo/72/instdir/program/libpythonloaderlo.so has suspicious NEEDED: 
libpython3.8.so.1.0
[...]/libo/72/instdir/program/libpyuno.so has suspicious NEEDED: 
libpython3.8.so.1.0
make[1]: *** 
[[...]/libo/72/postprocess/CustomTarget_check_dynamic_objects.mk:23: 
[...]/libo/72/workdir/CustomTarget/postprocess/check_dynamic_objects/check.done]
 Error 1
make[1]: *** Waiting for unfinished jobs
make: *** [Makefile:287: build] Error 2


My system is Ubuntu 20.04 x86-64 with kernel 5.8 and python 3.8.10

What is this "suspicious needed" ? Is there something I can do to fix that 
problem?

Best regards.
JBF

--
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 137909] FILESAVE Hang on Save As...

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137909

--- Comment #4 from Anton F  ---
Not reproduced.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: cd2b5168e8ef1cb6e721bc5220421464ed723096
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-21_14:56:23
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134026] Memory after third opening 280 MB expected 130 MB

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134026

Anton F  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Anton F  ---
Reproduced.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: cd2b5168e8ef1cb6e721bc5220421464ed723096
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-21_14:56:23
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139873] File->Open should show current directory

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139873

Aleksandra  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143526] Korean NumberFormats are missing and wrong on the Code

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143526

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |sungd...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143526] Korean NumberFormats are missing and wrong on the Code

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143526

--- Comment #9 from Commit Notification 
 ---
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c186d09f88d6a4992382a1d15b60db6dbed3a91b

Add NumberingIdentifier unit test, tdf#143526 related

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-07-29 Thread Eike Rathke (via logerrit)
 i18npool/qa/cppunit/test_defaultnumberingprovider.cxx |   61 ++
 1 file changed, 61 insertions(+)

New commits:
commit c186d09f88d6a4992382a1d15b60db6dbed3a91b
Author: Eike Rathke 
AuthorDate: Thu Jul 29 16:35:24 2021 +0200
Commit: Eike Rathke 
CommitDate: Thu Jul 29 18:49:57 2021 +0200

Add NumberingIdentifier unit test, tdf#143526 related

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

diff --git a/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx 
b/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx
index dbe55050a01c..4770abb93808 100644
--- a/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx
+++ b/i18npool/qa/cppunit/test_defaultnumberingprovider.cxx
@@ -12,9 +12,12 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
+#include 
+
 using namespace ::com::sun::star;
 
 /// i18npool defaultnumberingprovider tests.
@@ -22,6 +25,64 @@ class I18npoolDefaultnumberingproviderTest : public 
test::BootstrapFixture
 {
 };
 
+CPPUNIT_TEST_FIXTURE(I18npoolDefaultnumberingproviderTest, 
testNumberingIdentifiers)
+{
+// All numbering identifiers must be unique.
+std::unordered_map aMap;
+std::vector aFail;
+
+uno::Reference xFormatter(
+text::DefaultNumberingProvider::create(mxComponentContext), 
uno::UNO_QUERY);
+
+// Do not use getSupportedNumberingTypes() because it depends on
+// configuration whether CTL and CJK numberings are included or not.
+// Also do not test for known values of
+// offapi/com/sun/star/style/NumberingType.idl and miss newly added values.
+// Instead, enumerate until an empty ID is returned but also check there
+// are at least the known NumberingType values covered, just in case the
+// table wasn't maintained. So this may have to be adapted from time to
+// time.
+constexpr sal_Int16 kLastKnown = 
css::style::NumberingType::NUMBER_LEGAL_KO;
+for (sal_Int16 i = 0; i < SAL_MAX_INT16; ++i)
+{
+OUString aID(xFormatter->getNumberingIdentifier(i));
+if (aID.isEmpty() && i > kLastKnown)
+break; // for
+
+switch (i)
+{
+case css::style::NumberingType::TRANSLITERATION:
+// TODO: why does this have no identifier?
+case css::style::NumberingType::NUMBER_UPPER_KO:
+// FIXME: duplicate of NUMBER_UPPER_ZH_TW
+case css::style::NumberingType::NUMBER_INDIC_DEVANAGARI:
+// FIXME: duplicate of NUMBER_EAST_ARABIC_INDIC
+case css::style::NumberingType::NUMBER_DIGITAL_KO:
+// FIXME: duplicate of NUMBER_HANGUL_KO
+case css::style::NumberingType::NUMBER_DIGITAL2_KO:
+// FIXME: duplicate of NUMBER_LOWER_ZH
+break;
+default:
+if (aID.isEmpty() || !aMap.insert(std::pair(aID, i)).second)
+{
+aFail.emplace_back(
+"Numbering: " + OString::number(i) + " \"" + 
aID.toUtf8() + "\""
++ (aID.isEmpty() ? ""
+ : OString(" duplicate of " + 
OString::number(aMap[aID])))
++ "\n");
+}
+}
+}
+
+if (!aFail.empty())
+{
+OString aMsg("Not unique numbering identifiers:\n");
+for (auto const& r : aFail)
+aMsg += r;
+CPPUNIT_ASSERT_MESSAGE(aMsg.getStr(), false);
+}
+}
+
 CPPUNIT_TEST_FIXTURE(I18npoolDefaultnumberingproviderTest, testArabicZero)
 {
 // 1 -> "01"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: include/avmedia include/basegfx include/comphelper include/editeng include/sfx2 include/svtools include/tools include/vcl include/xmloff

2021-07-29 Thread Stephan Bergmann (via logerrit)
 include/avmedia/mediaplayer.hxx|2 -
 include/basegfx/tuple/b3dtuple.hxx |2 -
 include/comphelper/container.hxx   |2 -
 include/editeng/editund2.hxx   |2 -
 include/editeng/editview.hxx   |2 -
 include/editeng/overflowingtxt.hxx |4 +--
 include/sfx2/sfxstatuslistener.hxx |2 -
 include/svtools/editbrowsebox.hxx  |4 +--
 include/svtools/filechangedchecker.hxx |2 -
 include/tools/b3dtrans.hxx |6 ++---
 include/tools/vcompat.hxx  |4 +--
 include/vcl/metaact.hxx|   36 -
 include/xmloff/DashStyle.hxx   |4 +--
 include/xmloff/GradientStyle.hxx   |4 +--
 include/xmloff/HatchStyle.hxx  |4 +--
 include/xmloff/ImageStyle.hxx  |4 +--
 include/xmloff/MarkerStyle.hxx |4 +--
 17 files changed, 44 insertions(+), 44 deletions(-)

New commits:
commit 8ede3362a2a32c7f74e73265599429840544029d
Author: Stephan Bergmann 
AuthorDate: Thu Jul 29 16:37:49 2021 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Jul 29 18:39:21 2021 +0200

Fix --enable-mergelibs `make check`

> LNK] CppunitTest/libtest_basegfx.so
> include/basegfx/tuple/b3dtuple.hxx:92: error: undefined reference to 
'basegfx::B3DTuple::getEmptyTuple()'

and

> [LNK] CppunitTest/libtest_svx_removewhichrange.so
> svx/source/core/extedit.cxx:65: error: undefined reference to 
'FileChangedChecker::FileChangedChecker(rtl::OUString const&, 
std::function const&)'
> svx/source/engine3d/scene3d.cxx:221: error: undefined reference to 
'B3dTransformationSet::SetDeviceRectangle(double, double, double, double)'
> include/tools/b3dtrans.hxx:120: error: undefined reference to 
'B3dTransformationSet::SetViewportRectangle(tools::Rectangle const&, 
tools::Rectangle const&)'
> svx/source/engine3d/scene3d.cxx:175: error: undefined reference to 
'B3dCamera::B3dCamera(basegfx::B3DPoint const&, basegfx::B3DVector const&, 
double, double)'
> svx/source/engine3d/scene3d.cxx:243: error: undefined reference to 
'B3dCamera::~B3dCamera()'
> svx/source/engine3d/scene3d.cxx:355: error: undefined reference to 
'B3dTransformationSet::SetRatio(double)'
> svx/source/engine3d/scene3d.cxx:364: error: undefined reference to 
'B3dViewport::SetViewportValues(basegfx::B3DPoint const&, basegfx::B3DVector 
const&, basegfx::B3DVector const&)'
> svx/source/engine3d/scene3d.cxx:367: error: undefined reference to 
'B3dTransformationSet::SetPerspective(bool)'
> include/tools/b3dtrans.hxx:120: error: undefined reference to 
'B3dTransformationSet::SetViewportRectangle(tools::Rectangle const&, 
tools::Rectangle const&)'
> include/tools/b3dtrans.hxx:120: error: undefined reference to 
'B3dTransformationSet::SetViewportRectangle(tools::Rectangle const&, 
tools::Rectangle const&)'
> svx/source/engine3d/scene3d.cxx:186: error: undefined reference to 
'B3dCamera::B3dCamera(basegfx::B3DPoint const&, basegfx::B3DVector const&, 
double, double)'
> svx/source/engine3d/scene3d.cxx:179: error: undefined reference to 
'B3dCamera::~B3dCamera()'
> svx/source/engine3d/scene3d.cxx:210: error: undefined reference to 
'B3dCamera::~B3dCamera()'
> svx/source/gallery2/galctrl.cxx:213: error: undefined reference to 
'avmedia::MediaFloater::setURL(rtl::OUString const&, rtl::OUString const&, 
bool)'
> svx/source/gallery2/galtheme.cxx:745: error: undefined reference to 
'VersionCompatRead::VersionCompatRead(SvStream&)'
> svx/source/gallery2/galtheme.cxx:757: error: undefined reference to 
'VersionCompatRead::~VersionCompatRead()'
> svx/source/gallery2/galtheme.cxx:757: error: undefined reference to 
'VersionCompatRead::~VersionCompatRead()'
> svx/source/gallery2/gallerybinaryengine.cxx:774: error: undefined 
reference to 'VersionCompatWrite::VersionCompatWrite(SvStream&, unsigned short)'
> /usr/include/c++/12.0.0/bits/unique_ptr.h:85: error: undefined reference 
to 'VersionCompatWrite::~VersionCompatWrite()'
> /usr/include/c++/12.0.0/bits/unique_ptr.h:85: error: undefined reference 
to 'VersionCompatWrite::~VersionCompatWrite()'
> svx/source/gallery2/gallerybinaryengineentry.cxx:115: error: undefined 
reference to 'VersionCompatRead::VersionCompatRead(SvStream&)'
> svx/source/gallery2/gallerybinaryengineentry.cxx:123: error: undefined 
reference to 'VersionCompatRead::~VersionCompatRead()'
> svx/source/gallery2/gallerybinaryengineentry.cxx:123: error: undefined 
reference to 'VersionCompatRead::~VersionCompatRead()'
> include/editeng/editund2.hxx:29: error: undefined reference to 'vtable 
for EditUndoManager'
> /usr/bin/ld.gold: the vtable symbol may be undefined because the class is 
missing its key function
> include/editeng/editund2.hxx:29: error: undefined reference to 'vtable 
for EditUndoManager'
> /usr/bin/ld.gold: the vtable symbol may be undefined because the class is 

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

2021-07-29 Thread Noel Grandin (via logerrit)
 compilerplugins/clang/unusedmethods.results|  220 +
 compilerplugins/clang/unusedmethods.unused-returns.results |   68 +++-
 include/svl/itemset.hxx|1 
 svl/source/inc/items_helper.hxx|   16 
 svl/source/items/itemset.cxx   |   13 
 5 files changed, 213 insertions(+), 105 deletions(-)

New commits:
commit de7db883479bdeb44efc2caa6b8f7cfd3865d114
Author: Noel Grandin 
AuthorDate: Thu Jul 29 11:32:13 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 18:33:32 2021 +0200

loplugin:unnecessarymethods

Change-Id: I1d7a9c2ca91816c9e550cd673e04599f5efcf5ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119668
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/compilerplugins/clang/unusedmethods.results 
b/compilerplugins/clang/unusedmethods.results
index 73fd7a66791c..8e98e7050b03 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -94,6 +94,10 @@ cui/source/inc/fileextcheckdlg.hxx:32
 void FileExtCheckDialog::OnOkClick(class weld::Button &)
 cui/source/inc/fileextcheckdlg.hxx:35
  FileExtCheckDialog::FileExtCheckDialog(class weld::Window *,const class 
rtl::OUString &,const class rtl::OUString &)
+cui/source/inc/GraphicsTestsDialog.hxx:52
+void GraphicsTestsDialog::HandleResultViewRequest(class weld::Button &)
+cui/source/inc/GraphicsTestsDialog.hxx:52
+void GraphicsTestsDialog::LinkStubHandleResultViewRequest(void *,class 
weld::Button &)
 cui/source/inc/SvxNotebookbarConfigPage.hxx:40
 void SvxNotebookbarConfigPage::SetElement()
 dbaccess/source/filter/hsqldb/fbalterparser.hxx:19
@@ -142,16 +146,14 @@ drawinglayer/source/tools/emfpstringformat.hxx:99
 _Bool emfplushelper::EMFPStringFormat::NoClip() const
 drawinglayer/source/tools/emfpstringformat.hxx:100
 _Bool emfplushelper::EMFPStringFormat::BypassGDI() const
-editeng/inc/editdoc.hxx:523
-_Bool EditLine::IsInvalid() const
-editeng/inc/editdoc.hxx:524
-_Bool EditLine::IsValid() const
 editeng/inc/edtspell.hxx:103
 class __gnu_debug::_Safe_iterator > 
>, class std::__debug::vector >, struct 
std::random_access_iterator_tag> WrongList::begin() const
 editeng/inc/edtspell.hxx:104
 class __gnu_debug::_Safe_iterator > 
>, class std::__debug::vector >, struct 
std::random_access_iterator_tag> WrongList::end() const
-editeng/source/editeng/impedit.hxx:234
-class tools::Rectangle LOKSpecialPositioning::GetWindowPos(const class 
tools::Rectangle &,enum MapUnit) const
+editeng/source/editeng/impedit.hxx:765
+long ImpEditEngine::getYDirectionAware(const class Point &) const
+editeng/source/editeng/impedit.hxx:771
+void ImpEditEngine::setYDirectionAware(class Point &,long) const
 embeddedobj/source/msole/olecomponent.hxx:75
 _Bool OleComponent::InitializeObject_Impl()
 embeddedobj/source/msole/olecomponent.hxx:77
@@ -336,12 +338,58 @@ include/basegfx/range/b3drange.hxx:218
 const class basegfx::B3DRange & basegfx::B3DRange::getUnitB3DRange()
 include/basegfx/range/b3drange.hxx:223
 class basegfx::B3DRange basegfx::operator*(const class 
basegfx::B3DHomMatrix &,const class basegfx::B3DRange &)
+include/basegfx/tuple/b2i64tuple.hxx:89
+const long & basegfx::B2I64Tuple::operator[](int) const
+include/basegfx/tuple/b2i64tuple.hxx:98
+long & basegfx::B2I64Tuple::operator[](int)
+include/basegfx/tuple/b2i64tuple.hxx:109
+class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator+=(const class 
basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:116
+class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator-=(const class 
basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:123
+class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(const class 
basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:130
+class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(const class 
basegfx::B2I64Tuple &)
+include/basegfx/tuple/b2i64tuple.hxx:137
+class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator*=(long)
+include/basegfx/tuple/b2i64tuple.hxx:144
+class basegfx::B2I64Tuple & basegfx::B2I64Tuple::operator/=(long)
+include/basegfx/tuple/b2i64tuple.hxx:161
+_Bool basegfx::B2I64Tuple::operator!=(const class basegfx::B2I64Tuple &) 
const
+include/basegfx/tuple/b2ituple.hxx:91
+const int & basegfx::B2ITuple::operator[](int) const
+include/basegfx/tuple/b2ituple.hxx:100
+int & basegfx::B2ITuple::operator[](int)
+include/basegfx/tuple/b2ituple.hxx:125
+class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(const class 
basegfx::B2ITuple &)
+include/basegfx/tuple/b2ituple.hxx:132
+class basegfx::B2ITuple & basegfx::B2ITuple::operator*=(const class 
basegfx::B2ITuple &)
+include/basegfx/tuple/b2ituple.hxx:146
+class basegfx::B2ITuple & basegfx::B2ITuple::operator/=(int)

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

2021-07-29 Thread Noel Grandin (via logerrit)
 sw/source/filter/writer/writer.cxx |   21 +++--
 1 file changed, 7 insertions(+), 14 deletions(-)

New commits:
commit 85141c9175af90511e3cb5c134dfbbc63961cd39
Author: Noel Grandin 
AuthorDate: Thu Jul 29 11:13:28 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 18:32:53 2021 +0200

no need for this map to be optional

an empty map is a very small object

Change-Id: I9153c3dfbbdb8f6781cbba2c8067d4cac5372578
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119667
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/sw/source/filter/writer/writer.cxx 
b/sw/source/filter/writer/writer.cxx
index 88538e6c46e0..f775293554d9 100644
--- a/sw/source/filter/writer/writer.cxx
+++ b/sw/source/filter/writer/writer.cxx
@@ -65,7 +65,7 @@ struct Writer_Impl
 {
 SvStream * m_pStream;
 
-std::optional< std::map > xFileNameMap;
+std::map maFileNameMap;
 std::vector aFontRemoveLst;
 SwBookmarkNodeTable aBkmkNodePos;
 
@@ -312,19 +312,12 @@ bool Writer::CopyLocalFileToINet( OUString& rFileNm )
 INetProtocol::VndSunStarWebdav >= aTargetUrl.GetProtocol() ) )
 return bRet;
 
-if (m_pImpl->xFileNameMap)
+// has the file been moved?
+std::map::iterator it = m_pImpl->maFileNameMap.find( 
rFileNm );
+if ( it != m_pImpl->maFileNameMap.end() )
 {
-// has the file been moved?
-std::map::iterator it = 
m_pImpl->xFileNameMap->find( rFileNm );
-if ( it != m_pImpl->xFileNameMap->end() )
-{
-rFileNm = it->second;
-return true;
-}
-}
-else
-{
-m_pImpl->xFileNameMap.emplace();
+rFileNm = it->second;
+return true;
 }
 
 OUString aSrc  = rFileNm;
@@ -342,7 +335,7 @@ bool Writer::CopyLocalFileToINet( OUString& rFileNm )
 
 if( bRet )
 {
-m_pImpl->xFileNameMap->insert( std::make_pair( aSrc, aDest ) );
+m_pImpl->maFileNameMap.insert( std::make_pair( aSrc, aDest ) );
 rFileNm = aDest;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136396] PRINTING: "scale to printable area" option does not scale but requires paper of original size

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136396

--- Comment #2 from birnb...@posteo.de  ---
The problem persists. 

To be honest, the LO printing system is so bad on Mac that I try to avoid it
where I can. Instead, I export into PDF and go from there.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-07-29 Thread Noel Grandin (via logerrit)
 sc/inc/mtvelements.hxx  |4 ++--
 sc/source/core/data/mtvelements.cxx |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0be7fdfa86208d74ccbd1289ebc9f2cd03c8ae84
Author: Noel Grandin 
AuthorDate: Thu Jul 29 15:45:55 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 18:28:09 2021 +0200

osl::Mutex->std::mutex in ColumnBlockPositionSet

Change-Id: Ib9232f3b8f78a0a72a2eb1e743451a9f66e80979
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119671
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx
index c4a2eb83413d..a6c4d5ffa7c7 100644
--- a/sc/inc/mtvelements.hxx
+++ b/sc/inc/mtvelements.hxx
@@ -16,7 +16,6 @@
 #include "calcmacros.hxx"
 #include "postit.hxx"
 #include "celltextattr.hxx"
-#include 
 
 #if DEBUG_COLUMN_STORAGE
 #ifdef NDEBUG
@@ -32,6 +31,7 @@
 
 #include 
 #include 
+#include 
 
 class ScDocument;
 class ScColumn;
@@ -142,7 +142,7 @@ class ColumnBlockPositionSet
 
 ScDocument& mrDoc;
 TablesType maTables;
-osl::Mutex maMtxTables;
+std::mutex maMtxTables;
 
 public:
 ColumnBlockPositionSet(ScDocument& rDoc);
diff --git a/sc/source/core/data/mtvelements.cxx 
b/sc/source/core/data/mtvelements.cxx
index 792b4e9d60e6..865d37bf2933 100644
--- a/sc/source/core/data/mtvelements.cxx
+++ b/sc/source/core/data/mtvelements.cxx
@@ -55,7 +55,7 @@ ColumnBlockPositionSet::ColumnBlockPositionSet(ScDocument& 
rDoc) : mrDoc(rDoc) {
 
 ColumnBlockPosition* ColumnBlockPositionSet::getBlockPosition(SCTAB nTab, 
SCCOL nCol)
 {
-osl::MutexGuard aGuard();
+std::lock_guard aGuard(maMtxTables);
 
 TablesType::iterator itTab = maTables.find(nTab);
 if (itTab == maTables.end())
@@ -93,7 +93,7 @@ ColumnBlockPosition* 
ColumnBlockPositionSet::getBlockPosition(SCTAB nTab, SCCOL
 
 void ColumnBlockPositionSet::clear()
 {
-osl::MutexGuard aGuard();
+std::lock_guard aGuard(maMtxTables);
 maTables.clear();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 131379] a11y: Style selector not available (Orca screen reader)

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131379

--- Comment #3 from Buovjaga  ---
(In reply to Anton F from comment #2)
> Created attachment 173954 [details]
> Am I on the right track?
> 
> Please look at the attachment. Am I on the right track? Are you talking
> about this menu?
> 
> Please clarify, did you mean reading the entire list or the fact that he did
> not read out individual selected points?
> 
> He does not read the entire list when opening it, but moving through the
> points with arrows or the mouse, he reads them.

Yes, that is the right UI element. Sounds like it is working OK for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131379] a11y: Style selector not available (Orca screen reader)

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131379

Anton F  changed:

   What|Removed |Added

 CC||x4f...@outlook.com

--- Comment #2 from Anton F  ---
Created attachment 173954
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173954=edit
Am I on the right track?

Please look at the attachment. Am I on the right track? Are you talking about
this menu?

Please clarify, did you mean reading the entire list or the fact that he did
not read out individual selected points?

He does not read the entire list when opening it, but moving through the points
with arrows or the mouse, he reads them.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: cd2b5168e8ef1cb6e721bc5220421464ed723096
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-21_14:56:23
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143607] FILEOPEN [RTF] Table cell at bottom of page missing (not displaying on current or next page)

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143607

--- Comment #1 from Gaven  ---
Created attachment 173953
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173953=edit
Example of bug in 5.2.7.2

This is same bug in 5.2.7.2 in original document generated by our application
(had to cover areas of text in green here for privacy)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143605] Unnumbered Heading1 is numbered

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143605

--- Comment #1 from tor...@yahoo.com ---
To remove this number ‘0’, I had to change the numbering style to
another (‘A, B, C…’; The number became ‘A’.), then back to ‘None’.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143608] New: FILESAVE: Comment resolution status is not being saved in .docx format

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143608

Bug ID: 143608
   Summary: FILESAVE: Comment resolution status is not being saved
in .docx format
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@tymick.me

Description:
After resolving a comment, saving the file, closing, and reopening, the comment
is no longer resolved.

I know that resolving comments is a thing that can be saved in .docx with
Microsoft Word, because I am working with a team that uses Microsoft Word and
Microsoft Teams, and the integrated Word editor in Teams lets you resolve
comments, and it saves the comment resolution status there.

When I resolve a comment in the Word editor in Teams, then download the .docx
file and open it in LibreOffice, it still doesn't show as resolved. That means
that LibreOffice is unable to read the comment resolution status from a .docx
file. And when I resolve a comment in LibreOffice, save the file as .docx, then
open the file in the Word editor in Teams, the comment still doesn't show as
resolved. That means that LibreOffice is unable to write the comment resolution
status in the 

Steps to Reproduce:
1. Edit a .docx file in LibreOffice Writer.
2. If there aren't already any comments in the document, create a new one.
3. Resolve a comment by clicking its dropdown button and then clicking either
"Resolve" or "Resolve Thread".
4. Note that the comment box now displays the word "Resolved".
5. Note that the comment's dropdown menu now shows an "Unresolve" option where
the "Resolve" option used to be.
6. Save the file.
7. Close the file.
8. Open the same file.

Actual Results:
The comment is no longer resolved, as evidenced by the absence of the word
"Resolved" in the comment box and the presence of a "Resolve" option in the
comment's dropdown menu instead of "Unresolve".

Expected Results:
The comment should still be resolved after reopening the saved file.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.1.5.2 / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 8; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

I don't think this would have an effect, but since I didn't check "Is OpenGL
enabled?" below, the option for "Use OpenGL for all rendering" does not show up
for me when I go to LibreOffice ▸ Preferences ▸ LibreOffice ▸ View. But under
"Graphics Output" there, a "Use hardware acceleration" option is disabled and
unchecked, and a "Use anti-aliasing" option is checked.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143607] New: FILEOPEN [RTF] Table cell at bottom of page missing (not displaying on current or next page)

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143607

Bug ID: 143607
   Summary: FILEOPEN [RTF] Table cell at bottom of page missing
(not displaying on current or next page)
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ga...@quest.ie

Created attachment 173952
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173952=edit
Missing table cell (question answer) in question 4.6

When a table cell is exactly at bottom of page, the next cell does not appear
at all on page or move to next page.

See attached obfuscated document. BUG ***In question 4.6 the answer cell is not
displayed at all***

Each question has a header (grey) cell and an answer (white) cell.

If you move the question up or down document (by eg. entering any new line in
questions before this to move it down the document), then the entire question
4.6 will appear on the page. Only happens in this exact location on page.

The content of question 4.6 actually is below bottom of page - you can select
it by clicking in footer area and using ctrl-A to see it highlighted off page!

This bug seems to only happen when a table cell is exactly at bottom of page.
There is nothing special about 4.6 - can happen any question. Happens on other
documents.

I have tested this on various versions 5.2.7.2, 6.3.3 and 7.0.6.2 - all behave
exactly the same (although 5.2.7.2 would not display this document correctly,
it would only display original non-obfuscated version)

The original RTF generated by our application is a lot simpler and half the
size of attached document which was saved as RTF from within Writer 7.0.6.2 but
not easy to obfuscate it for sharing.


THIS IS CRITICAL PRODUCTION BUG FOR US AND OUR CLIENTS AND WE WILL PAY MONEY TO
GET IT FIXED ASAP. PLEASE LET ME KNOW WHO TO TALK TO ABOUT THIS.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143606] New: Write Navigator no longer remembers 2nd monitor

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143606

Bug ID: 143606
   Summary: Write Navigator no longer remembers 2nd monitor
   Product: LibreOffice
   Version: 7.2.0.1 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rferr...@sccoast.net

Description:
In the previous build if navigator was left open on second monitor, it would
remember that next time you launched the program. Now it always opens only on
main monitor and needs to be manually dragged to 2nd monitor.

Steps to Reproduce:
1. Open Writer. Open (F5) navigator. Drag to second monitor. Shutdown Writer.
2. Next time reopen Writer Navigator is on main screen and needs to be dragged
to second monitor.
3. Alternately you can hit F5 drag the navigator to second window. Hit f5 to
close and hit F5 again to reopen and it always reopens to main screen.

Actual Results:
Same as above

Expected Results:
That next time I load Writer that the Navigator is on second screen.


Reproducible: Always


User Profile Reset: No



Additional Info:
7.2.0.1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140181] Open File Dialog does not appear

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140181

--- Comment #2 from Anton F  ---
Not reproduced.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: cd2b5168e8ef1cb6e721bc5220421464ed723096
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-21_14:56:23
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143440] RTL UI: cell content not displayed in formula bar, only seen on second line when formula bar is expanded (English UI OK)

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143440

--- Comment #10 from Anat  ---
Ming: 
Can you please try to reproduce in your machine the behaviour with the
workaround I described last week ?
Do you know who can fix the problem in those blocks and cc him ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 128396] FILEOPEN: run open in multiple threads

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128396

Aron Budea  changed:

   What|Removed |Added

URL|https://logobyexpert.com/   |
   Keywords|accessibility   |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135932] Open File option in front screen does nothing

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135932

--- Comment #2 from Anton F  ---
Not reproduced.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: cd2b5168e8ef1cb6e721bc5220421464ed723096
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-21_14:56:23
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139523] [GRAMMAR CHECKER] LightProof makes Python complain on FutureWarnings for pt-BR

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139523

--- Comment #1 from elmau  ---
The razor is: 

Support for nested sets and set operations in regular expressions as in Unicode
Technical Standard #18 might be added in the future. This would change the
syntax. To facilitate this future change a FutureWarning will be raised in
ambiguous cases for the time being. That include sets starting with a literal
'[' or containing literal character sequences '--', '&&', '~~', and '||'. To
avoid a warning, escape them with a backslash. (Contributed by Serhiy Storchaka
in bpo-30349.)

https://docs.python.org/dev/whatsnew/3.7.html

so... 

vrenuncia =
re.compile("(?i)\\b([Aa]\|\[[\xc0\xe0]|[Aa]nuncia|[Aa]nunciava|[Aa]nunciam|[Aa]nunciou|[Cc]om|[Cc]omo|[Cc]oncedeu|[Cc]uja|[Dd]a|[Dd]e|[Dd]esaprova|[Dd]oce|[Dd]upla|[Ee]|[\xc9\xe9]|[Ee]m|[Ee]ssa|[Ee]st\xfapida|[Ee]ventual|[Ff]azer|[Ff]requente|[Gg]enerosa|[Hh]ouve|[Ii]mediata|[Ii]mpliquem|[Ii]mporta|[Ii]mportar\xe1|[Mm]inha|[Nn]a|[Nn]ega|[Nn]ossa|[Nn]uma|[Oo]u|[Pp]ela|[Pp]equena|[Pp]osterior|[Pp]resumir|[Pp]romove|[Pp]romover|[Pp]ura|[Rr]epresentaram|[Ss]ignifique|[Ss]ua|[Tt]ua|[\xda\xfa]ltima|[\xda\xfa]nica|[Uu]ma)
renuncia\\b")

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-07-29 Thread Noel Grandin (via logerrit)
 include/unotools/localedatawrapper.hxx |6 +++---
 unotools/source/i18n/localedatawrapper.cxx |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 27457150b1c85cbf7c084b0930a71b0106b8278b
Author: Noel Grandin 
AuthorDate: Thu Jul 29 14:47:39 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 17:37:58 2021 +0200

return by const& in LocaleDataWrapper

Change-Id: Id5075424867ae1017df9fa0cd2df802d529e32d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119666
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/include/unotools/localedatawrapper.hxx 
b/include/unotools/localedatawrapper.hxx
index 0a0832b64a13..94cc9be3425a 100644
--- a/include/unotools/localedatawrapper.hxx
+++ b/include/unotools/localedatawrapper.hxx
@@ -157,12 +157,12 @@ public:
 css::uno::Sequence< css::i18n::Currency2 > getAllCurrencies() const;
 css::uno::Sequence< css::i18n::FormatElement > getAllFormats() const;
 css::i18n::ForbiddenCharacters getForbiddenCharacters() const;
-css::uno::Sequence< css::lang::Locale > getAllInstalledLocaleNames() const;
+const css::uno::Sequence< css::lang::Locale > & 
getAllInstalledLocaleNames() const;
 css::uno::Sequence< OUString > getDateAcceptancePatterns() const;
 
 
 /// same as the wrapper implementation but static
-static css::uno::Sequence< css::lang::Locale > getInstalledLocaleNames();
+static const css::uno::Sequence< css::lang::Locale > & 
getInstalledLocaleNames();
 
 /** Get LanguageTypes for all installed locales which are unambiguous
 convertible back and forth between locale ISO strings and MS-LCID
@@ -171,7 +171,7 @@ public:
 matching, excluding already known problems.
 (e.g. used in number formatter dialog init)
  */
-static std::vector< LanguageType > getInstalledLanguageTypes();
+static const std::vector< LanguageType > & getInstalledLanguageTypes();
 
 /// maps the LocaleData string to the International enum
 MeasurementSystem   mapMeasurementStringToEnum( const OUString& rMS ) 
const;
diff --git a/unotools/source/i18n/localedatawrapper.cxx 
b/unotools/source/i18n/localedatawrapper.cxx
index b6a286a07fc2..1793b8594eeb 100644
--- a/unotools/source/i18n/localedatawrapper.cxx
+++ b/unotools/source/i18n/localedatawrapper.cxx
@@ -269,7 +269,7 @@ css::i18n::ForbiddenCharacters 
LocaleDataWrapper::getForbiddenCharacters() const
 return css::i18n::ForbiddenCharacters();
 }
 
-css::uno::Sequence< css::lang::Locale > 
LocaleDataWrapper::getAllInstalledLocaleNames() const
+const css::uno::Sequence< css::lang::Locale > & 
LocaleDataWrapper::getAllInstalledLocaleNames() const
 {
 uno::Sequence< lang::Locale >  = gInstalledLocales;
 
@@ -290,7 +290,7 @@ css::uno::Sequence< css::lang::Locale > 
LocaleDataWrapper::getAllInstalledLocale
 // --- Impl and helpers 
 
 // static
-css::uno::Sequence< css::lang::Locale > 
LocaleDataWrapper::getInstalledLocaleNames()
+const css::uno::Sequence< css::lang::Locale >& 
LocaleDataWrapper::getInstalledLocaleNames()
 {
 const uno::Sequence< lang::Locale >  = gInstalledLocales;
 
@@ -303,7 +303,7 @@ css::uno::Sequence< css::lang::Locale > 
LocaleDataWrapper::getInstalledLocaleNam
 }
 
 // static
-std::vector< LanguageType > LocaleDataWrapper::getInstalledLanguageTypes()
+const std::vector< LanguageType >& 
LocaleDataWrapper::getInstalledLanguageTypes()
 {
 std::vector< LanguageType >  = 
gInstalledLanguageTypes;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 35287] feature request: smooth scroll

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35287

--- Comment #43 from bryanpa...@pm.me  ---
+1 for smooth scrolling.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: include/svl sfx2/source sot/source svl/source svx/source sw/source

2021-07-29 Thread Noel Grandin (via logerrit)
 include/svl/zforlist.hxx|3 --
 sfx2/source/appl/workwin.cxx|9 +-
 sfx2/source/bastyp/fltfnc.cxx   |   14 +-
 sfx2/source/dialog/dockwin.cxx  |6 
 sot/source/base/exchange.cxx|7 ++---
 svl/source/misc/urihelper.cxx   |6 ++--
 svl/source/numbers/zforlist.cxx |   10 ++-
 svx/source/accessibility/lookupcolorname.cxx|   10 +++
 svx/source/sidebar/nbdtmg.cxx   |   27 
 svx/source/tbxctrls/tbunosearchcontrollers.cxx  |   10 +--
 svx/source/unodraw/unoprov.cxx  |   12 +---
 sw/source/core/doc/number.cxx   |9 ++
 sw/source/core/docnode/retrievedinputstreamdata.cxx |   11 +---
 sw/source/core/docnode/swthreadmanager.cxx  |9 +-
 14 files changed, 37 insertions(+), 106 deletions(-)

New commits:
commit 52b8697a1f6af99061984140ecbca36808ae4a55
Author: Noel Grandin 
AuthorDate: Thu Jul 29 14:43:31 2021 +0200
Commit: Noel Grandin 
CommitDate: Thu Jul 29 17:37:31 2021 +0200

rtl::Static -> static local

Change-Id: Ib8d9a24659a37e6b94237d98f030cd2be00bcb39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119665
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index b929e6255277..f6227f0cd6bc 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -33,7 +33,6 @@
 
 #include 
 #include 
-#include 
 
 namespace com::sun::star::i18n { class XNumberFormatCode; }
 namespace com::sun::star::i18n { struct Currency; }
@@ -297,8 +296,6 @@ typedef std::map 
SvNumberFormatterIndexTable;
 
 typedef ::std::map< sal_uInt32, sal_uInt32> SvNumberFormatterMergeMap;
 
-typedef ::std::set< LanguageType > NfInstalledLocales;
-
 
 /** Language/country dependent currency entries
  */
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index d647526d6141..387c6d9aeeac 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -326,17 +326,12 @@ namespace
 return OUString();
 }
 };
-
-class theFilledToolBarResIdToResourceURLMap
-: public rtl::Static
-{
-};
 }
 
 static OUString GetResourceURLFromToolbarId(ToolbarId eId)
 {
-return theFilledToolBarResIdToResourceURLMap::get().findURL(eId);
+static FilledToolBarResIdToResourceURLMap 
theFilledToolBarResIdToResourceURLMap;
+return theFilledToolBarResIdToResourceURLMap.findURL(eId);
 }
 
 static sal_uInt16 TbxMatch( sal_uInt16 nPos )
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index 83b25b015e4d..00a9b3d517e6 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -75,17 +75,6 @@ using namespace com::sun::star;
 namespace
 {
 class theSfxFilterListener : public rtl::Static {};
-class SfxFilterArray
-{
-SfxFilterList_Impl aList;
-public:
-
-SfxFilterList_Impl& getList()
-{
-return aList;
-}
-};
-class theSfxFilterArray : public rtl::Static {};
 }
 
 static SfxFilterList_Impl* pFilterArr = nullptr;
@@ -93,7 +82,8 @@ static bool bFirstRead = true;
 
 static void CreateFilterArr()
 {
-pFilterArr = ::get().getList();
+static SfxFilterList_Impl theSfxFilterArray;
+pFilterArr = 
 theSfxFilterListener::get();
 }
 
diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx
index e2e39bed93ca..48e57efaacc4 100644
--- a/sfx2/source/dialog/dockwin.cxx
+++ b/sfx2/source/dialog/dockwin.cxx
@@ -27,7 +27,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -288,11 +287,6 @@ void SfxTitleDockingWindow::Resizing( Size  )
 m_pWrappedWindow->SetSizePixel( GetOutputSizePixel() );
 }
 
-namespace
-{
-struct ChildrenRegisteredMap : public rtl::Static< bool, 
ChildrenRegisteredMap > {};
-}
-
 static bool lcl_checkDockingWindowID( sal_uInt16 nID )
 {
 return nID >= SID_DOCKWIN_START && nID < 
o3tl::make_unsigned(SID_DOCKWIN_START+NUM_OF_DOCKINGWINDOWS);
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index 091dd7a10e13..dde5a31cd8fa 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -212,15 +212,14 @@ struct DataFlavorRepresentation
 : public rtl::StaticAggregate<
 const DataFlavorRepresentation, ImplFormatArray_Impl > {};
 
-
 typedef std::vector tDataFlavorList;
-
-struct ImplData : public rtl::Static {};
 }
 
 static tDataFlavorList& InitFormats_Impl()
 {
-return ImplData::get();
+static tDataFlavorList gImplData;
+
+return gImplData;
 }
 
 /*
diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx
index 

[Libreoffice-bugs] [Bug 143605] New: Unnumbered Heading1 is numbered

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143605

Bug ID: 143605
   Summary: Unnumbered Heading1 is numbered
   Product: LibreOffice
   Version: 7.2.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tor...@yahoo.com

Created attachment 173951
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173951=edit
showing numbered Heading1

On first try of the latest version: bug which did not exist in the previous
version!
Open a new document, make 1st paragraph Heading1. It is numbered ‘0’ even
though it should be unnumbered according to Tools>ChapterNumbering
—Head1Num.png.

Version: 7.2.0.1 (x64) / LibreOffice Community
Build ID: 32efc3b7f3a71cfa6a7fa3f6c208333df48656cc
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_US); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 128396] FILEOPEN: run open in multiple threads

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128396

logobyexp...@gmail.com changed:

   What|Removed |Added

   Keywords||accessibility
URL||https://logobyexpert.com/

--- Comment #8 from logobyexp...@gmail.com ---
 Logo By Expert, a brand of trust and success. We’re a prominent organization
that has been serving great services to its customers. We deliver customized &
personalized logo design for corporate businesses & schools/colleges. Logo
design enhance your brand visibility & also make your brand loyal. It grabs the
better attention of customers & improves business availability.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143114] Libclplug: kf5 support errors

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143114

--- Comment #12 from Armin Le Grand  ---
Checking linux render backends (a..e):
(a) "gen": works as expected. Exception: Start klick in text, move to other
entry, MouseButtonUp switches other entry. This should not trigger/change
anyting if start and end entry are different. Leaving box completely works as
expected.
(b) "gtk3_kde5": Switches on MouseDown
(c) "gtk3": same as (b)
(d) "qt5": same as (a), including exception
(e) "kf5": same as (a), including exception

So we really have two groups:

(a,d,e): Remaining problem is ButtonUp on text, not CheckBox. This may be
fixed, seems to be done in vcl code of SvTreeListBox

(b,c): Switches on MouseDown, but is not handled by SvTreeListBox, so probably
native widgets. I would guess to fix that, creation of that widgets would
need/does set other flags as wanted (?) I have no idea where this happens or is
done, or how/where to fix that though

So I will try to expand my suggested fix to (a,d,e) and get it work with
ButtonUp on text...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142000] Need alternative to KeyID language pack for non-English languages

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142000

--- Comment #2 from Lacota Greer  ---
A list of the bugs is removed for the identical pattern for the citizens. The
mutual way for the use of the https://www.uk-dissertation.com/assignment.html
for all paths. The skills are filed for the bugs. The removals are helpful for
the standardized element for the shows.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


ESC meeting minutes: 2021-07-29

2021-07-29 Thread Miklos Vajna
* Present:
+ Cloph, Sophie, Olivier, Hossein, Stephan, Miklos

* Completed Action Items:
+ Hochwasser license statement (Hossein)
   + Found the license statement for the single patch in the Bugzilla
 https://bugs.documentfoundation.org/show_bug.cgi?id=119312#c18
   + Added link to 
https://wiki.documentfoundation.org/Development/Developers

* Pending Action Items:
+ None

* Release Engineering update (Cloph)
+ 7.2 status: 7.2 rc2 was tagged yesterday, builds are in progress
  + rc3 in 2 weeks, last planned RC
+ 7.1 status: 7.1.6 rc1 in 3 weeks
+ Remotes: Android, iOS
+ Android viewer

* Documentation (Olivier)
+ New Help: No news
+ Extended tips: Updates after translation cycle
+ HelpContents2
   + New pages from ScriptForge (R. Lima)
   + Updates (buovjaga, fitoshido, a gelmini)
   + 246 open, 2 news, 0 closed, 22 unclosed
+ Guides
   + Published Draw Guide 7.1


* UX Update (Heiko)
+ Missing Heiko
+ Bugzilla (topicUI) statistics
254(254) (topicUI) bugs open, 170(170) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week1 month   3 months   12 months
 added 25(11) 47(25)56(22) 104(23)
 commented 83(-44)   368(54)   846(16)3687(41)
   removed  0(-1)  5(1) 16(1)   35(0)
  resolved  4(-9) 41(-1)   133(-5) 512(-11)
+ top 10 contributors:
  Heiko Tietze made 246 changes in 1 month, and 2398 changes in 1 year
  Ilmari Lauhakangas made 114 changes in 1 month, and 436 changes in 1 
year
  Telesto made 91 changes in 1 month, and 793 changes in 1 year
  Foote, V Stuart made 81 changes in 1 month, and 678 changes in 1 year
  Dieter made 38 changes in 1 month, and 402 changes in 1 year
  Roman Kuznetsov made 29 changes in 1 month, and 216 changes in 1 year
  Timur made 18 changes in 1 month, and 136 changes in 1 year
  Henschel, Regina made 18 changes in 1 month, and 97 changes in 1 year
  Cor Nouws made 15 changes in 1 month, and 53 changes in 1 year
  Stéphane Guillou made 15 changes in 1 month, and 24 changes in 1 year

* Crash Testing (Caolan)
+ Missing Caolan
+ 11(-1) import failure, 8(+0) export failures
+ ??? coverity issues
+ Google / ossfuzz: ?? fuzzers active now

* Crash Reporting (Xisco)
+ 7.1.4.231373(+5961)
+ 7.1.5.2654(+0)
+ 7.2.0.01039(+23)
+ 7.2.0.186(+35)

* Mentoring/easyhack update (Hossein)
  committer...   1 week  1 month 3 months 12 months
  open  41(-34) 129(-11)168(-3)   176(-3)
   reviews 292(-250)   1496(-62)   3140(-118)5086(156)
merged 278(-47)1382(-49)   4055(-35) 6363(275)
 abandoned  13(-2)   55(-4) 179(-25)  335(13)
   own commits 263(10)  997(40)3132(49) 13081(-7)
review commits  74(-60) 388(0)  908(12)  4498(-10)
contributor...   1 week  1 month  3 months12 months
  open  25(-9)   80(-9)  101(-7)  108(-6)
   reviews 736(-248)   3360(-130)   9084(-50)   14104(574)
merged  17(-29) 137(-3)  324(2)   527(17)
 abandoned   4(1)28(3)69(-15) 193(4)
   own commits  16(-51) 167(-19) 418(0)  2073(-38)

+ easyHack statistics:
   needsDevEval 8(8)   needsUXEval 1(1)
   total 322(322)   assigned 25(25)   open 271(271)
+ top 10 contributors:
  Johnny_M made 74 patches in 1 month, and 732 patches in 1 year
  Steve Fanning made 10 patches in 1 month, and 56 patches in 1 year
  Kevin Suo made 9 patches in 1 month, and 22 patches in 1 year
  Hossein made 8 patches in 1 month, and 12 patches in 1 year
  Nagy Tibor made 7 patches in 1 month, and 44 patches in 1 year
  Bai Xiaochun made 7 patches in 1 month, and 7 patches in 1 year
  Dante DM made 5 patches in 1 month, and 110 patches in 1 year
  Attila Szűcs made 4 patches in 1 month, and 42 patches in 1 year
  Sántha Balázs made 4 patches in 1 month, and 7 patches in 1 year
  Attila Bakos made 4 patches in 1 month, and 41 patches in 1 year
+ top 10 reviewers:
  Grandin, Noel made 150 review comments in 1 month, and 344 in 1 year
  Vajna, Miklos made 130 review comments in 1 month, and 308 in 1 year
  Xisco Fauli made 120 review comments in 1 month, and 370 in 1 year
  Michael Stahl made 112 review comments in 1 month, and 370 in 1 year
  Olivier Hallot made 110 review comments in 1 month, and 540 in 1 year
  Vajngerl, Tomaž made 100 review comments in 1 month, and 172 in 1 year
  Thorsten Behrens made 98 review 

[Libreoffice-qa] ESC meeting minutes: 2021-07-29

2021-07-29 Thread Miklos Vajna
* Present:
+ Cloph, Sophie, Olivier, Hossein, Stephan, Miklos

* Completed Action Items:
+ Hochwasser license statement (Hossein)
   + Found the license statement for the single patch in the Bugzilla
 https://bugs.documentfoundation.org/show_bug.cgi?id=119312#c18
   + Added link to 
https://wiki.documentfoundation.org/Development/Developers

* Pending Action Items:
+ None

* Release Engineering update (Cloph)
+ 7.2 status: 7.2 rc2 was tagged yesterday, builds are in progress
  + rc3 in 2 weeks, last planned RC
+ 7.1 status: 7.1.6 rc1 in 3 weeks
+ Remotes: Android, iOS
+ Android viewer

* Documentation (Olivier)
+ New Help: No news
+ Extended tips: Updates after translation cycle
+ HelpContents2
   + New pages from ScriptForge (R. Lima)
   + Updates (buovjaga, fitoshido, a gelmini)
   + 246 open, 2 news, 0 closed, 22 unclosed
+ Guides
   + Published Draw Guide 7.1


* UX Update (Heiko)
+ Missing Heiko
+ Bugzilla (topicUI) statistics
254(254) (topicUI) bugs open, 170(170) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week1 month   3 months   12 months
 added 25(11) 47(25)56(22) 104(23)
 commented 83(-44)   368(54)   846(16)3687(41)
   removed  0(-1)  5(1) 16(1)   35(0)
  resolved  4(-9) 41(-1)   133(-5) 512(-11)
+ top 10 contributors:
  Heiko Tietze made 246 changes in 1 month, and 2398 changes in 1 year
  Ilmari Lauhakangas made 114 changes in 1 month, and 436 changes in 1 
year
  Telesto made 91 changes in 1 month, and 793 changes in 1 year
  Foote, V Stuart made 81 changes in 1 month, and 678 changes in 1 year
  Dieter made 38 changes in 1 month, and 402 changes in 1 year
  Roman Kuznetsov made 29 changes in 1 month, and 216 changes in 1 year
  Timur made 18 changes in 1 month, and 136 changes in 1 year
  Henschel, Regina made 18 changes in 1 month, and 97 changes in 1 year
  Cor Nouws made 15 changes in 1 month, and 53 changes in 1 year
  Stéphane Guillou made 15 changes in 1 month, and 24 changes in 1 year

* Crash Testing (Caolan)
+ Missing Caolan
+ 11(-1) import failure, 8(+0) export failures
+ ??? coverity issues
+ Google / ossfuzz: ?? fuzzers active now

* Crash Reporting (Xisco)
+ 7.1.4.231373(+5961)
+ 7.1.5.2654(+0)
+ 7.2.0.01039(+23)
+ 7.2.0.186(+35)

* Mentoring/easyhack update (Hossein)
  committer...   1 week  1 month 3 months 12 months
  open  41(-34) 129(-11)168(-3)   176(-3)
   reviews 292(-250)   1496(-62)   3140(-118)5086(156)
merged 278(-47)1382(-49)   4055(-35) 6363(275)
 abandoned  13(-2)   55(-4) 179(-25)  335(13)
   own commits 263(10)  997(40)3132(49) 13081(-7)
review commits  74(-60) 388(0)  908(12)  4498(-10)
contributor...   1 week  1 month  3 months12 months
  open  25(-9)   80(-9)  101(-7)  108(-6)
   reviews 736(-248)   3360(-130)   9084(-50)   14104(574)
merged  17(-29) 137(-3)  324(2)   527(17)
 abandoned   4(1)28(3)69(-15) 193(4)
   own commits  16(-51) 167(-19) 418(0)  2073(-38)

+ easyHack statistics:
   needsDevEval 8(8)   needsUXEval 1(1)
   total 322(322)   assigned 25(25)   open 271(271)
+ top 10 contributors:
  Johnny_M made 74 patches in 1 month, and 732 patches in 1 year
  Steve Fanning made 10 patches in 1 month, and 56 patches in 1 year
  Kevin Suo made 9 patches in 1 month, and 22 patches in 1 year
  Hossein made 8 patches in 1 month, and 12 patches in 1 year
  Nagy Tibor made 7 patches in 1 month, and 44 patches in 1 year
  Bai Xiaochun made 7 patches in 1 month, and 7 patches in 1 year
  Dante DM made 5 patches in 1 month, and 110 patches in 1 year
  Attila Szűcs made 4 patches in 1 month, and 42 patches in 1 year
  Sántha Balázs made 4 patches in 1 month, and 7 patches in 1 year
  Attila Bakos made 4 patches in 1 month, and 41 patches in 1 year
+ top 10 reviewers:
  Grandin, Noel made 150 review comments in 1 month, and 344 in 1 year
  Vajna, Miklos made 130 review comments in 1 month, and 308 in 1 year
  Xisco Fauli made 120 review comments in 1 month, and 370 in 1 year
  Michael Stahl made 112 review comments in 1 month, and 370 in 1 year
  Olivier Hallot made 110 review comments in 1 month, and 540 in 1 year
  Vajngerl, Tomaž made 100 review comments in 1 month, and 172 in 1 year
  Thorsten Behrens made 98 review 

[Libreoffice-bugs] [Bug 108815] [META] Print range/area bugs and enhancements

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108815
Bug 108815 depends on bug 129960, which changed state.

Bug 129960 Summary: Print range for sheet 13 or higher not saved to ODS format, 
if linked data is used
https://bugs.documentfoundation.org/show_bug.cgi?id=129960

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129960] Print range for sheet 13 or higher not saved to ODS format, if linked data is used

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129960

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
 CC||szucs.atti...@nisz.hu

--- Comment #10 from NISZ LibreOffice Team  ---
Thanks Attila for fixing this one too :)

*** This bug has been marked as a duplicate of bug 51022 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129960] Print range for sheet 13 or higher not saved to ODS format, if linked data is used

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129960

--- Comment #9 from NISZ LibreOffice Team  ---
Created attachment 173950
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173950=edit
Sheet 13 in the fixed version

Looks good now, since:

https://git.libreoffice.org/core/+/88476a6f89f2908fc8083dbbb53391b75192c783%5E%21

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129960] Print range for sheet 13 or higher not saved to ODS format, if linked data is used

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129960

--- Comment #8 from NISZ LibreOffice Team  ---
Created attachment 173949
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173949=edit
The bug in LO 7.2 bibisect repo

How sheet 13 (what really mattered is that it was the last one) looked in print
preview in the last bad version.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129960] Print range for sheet 13 or higher not saved to ODS format, if linked data is used

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129960

--- Comment #7 from NISZ LibreOffice Team  ---
Created attachment 173948
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173948=edit
Reproducer file made in 7.3 master per instructions

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Question on Python strings

2021-07-29 Thread Olivier Hallot

Hi

LO a rather large Python text file containing 10.000's of Lightproof 
rules for pt-BR (dictionaries/pt_BR/pythonpath/lightproof_pt_BR.py)


The file is a map full strings patterns such as
"longStringA", "looongStringB", "longStrinC"

repeated several thousands times in the file.

My question is: Does it make sense to define aux variables
lstA = "longStringA"
lstB = "looongStringB"
lstC = "longStrinC"

and put the variables in the map instead? The main reason is to improve 
readability of the file but I'm not sure there is any other gain 
(speed?) or any drawback.


Thanks for the advise
--
Olivier Hallot
LibreOffice Documentation Coordinator
Rio de Janeiro - Brasil - Local Time: UTC-03:00
LibreOffice – free and open source office suite: https://www.libreoffice.org
Respects your privacy, and gives you back control over your data
http://tdf.io/joinus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 108815] [META] Print range/area bugs and enhancements

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108815
Bug 108815 depends on bug 47592, which changed state.

Bug 47592 Summary: FILEOPEN: Print range not loading in some file(s) with links 
to another file
https://bugs.documentfoundation.org/show_bug.cgi?id=47592

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47592] FILEOPEN: Print range not loading in some file(s) with links to another file

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47592

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||libreoff...@nisz.hu,
   ||szucs.atti...@nisz.hu

--- Comment #21 from NISZ LibreOffice Team  ---
I just checked with all three attachments that this problem is indeed solved
with the fix to bug 51022.
The key is to have the print range defined on the last sheet that contains
links to another file. 
So I had to remove the two empty sheets from Cor's example file to break it,
other two produced the error unchanged. 
But now all examples retain their print range in 7.2.

Thanks Attila :)

*** This bug has been marked as a duplicate of bug 51022 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143604] New: Kein Abstand um Bilder in Text

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143604

Bug ID: 143604
   Summary: Kein Abstand um Bilder in Text
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marita.friesd...@web.de

Description:
Wenn man Bilder in Text einfügt, schließt dieser zu nah am Bild an. Es bräuchte
einen kleinen Abstand, weil es sonst unprofessionell aussieht, Bilder in einen
Fließtext einzufügen.

Steps to Reproduce:
1.Text schreiben
2.Bild in Fließtext einfügen, so dass dieser das Bild umschließt
3.

Actual Results:
Text zu nah an Bild dran

Expected Results:
Etwas Abstand zwischen Text und Bild


Reproducible: Always


User Profile Reset: No



Additional Info:
Man wird Word statt LibreOffice deswegen verwenden

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'distro/vector/vector-7.0' - vcl/source

2021-07-29 Thread Caolán McNamara (via logerrit)
 vcl/source/app/salvtables.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 8d1ab6f3c3f752bc027df7ca39fd080f83f71c55
Author: Caolán McNamara 
AuthorDate: Sat Mar 27 16:20:43 2021 +
Commit: Miklos Vajna 
CommitDate: Thu Jul 29 15:14:29 2021 +0200

tdf#141141 sync SalFrame::GetFrameWeld and weld::GetPopupParent

so they both use the same FrameWindow

(cherry picked from commit 618cb39b558b7e3f9a6f2aa8cf0a935602118388)

Conflicts:
vcl/source/app/weldutils.cxx

Change-Id: I7c58a4f2c8e82abc45eaf1dfee8eb2720503ecc7

diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index ccfe3ac7d542..cc1f3e85aa66 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -6703,10 +6703,11 @@ weld::Window* SalFrame::GetFrameWeld() const
 if (!m_xFrameWeld)
 {
 vcl::Window* pWindow = GetWindow();
-pWindow = pWindow ? pWindow->ImplGetWindow() : nullptr;
-assert(!pWindow || (pWindow->IsSystemWindow() || 
pWindow->IsDockingWindow()));
 if (pWindow)
+{
+assert(pWindow == pWindow->GetFrameWindow());
 m_xFrameWeld.reset(new SalInstanceWindow(pWindow, nullptr, false));
+}
 }
 return m_xFrameWeld.get();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 137827] French version: shortcut ‘Re_père de texte’ does not work

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137827

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Julien Nabet  ---
(In reply to sophie from comment #7)
> Thanks Julien, please go on :)

Thank you for the feedback!
Zone de texte:
https://translations.documentfoundation.org/translate/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fr/?checksum=2110fb775ef4b18=+note%3AXBzpL+_by=-priority%2Cposition

Note de bas de page / de fin:
https://translations.documentfoundation.org/translate/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fr/?checksum=1e4c65975c6040bf=+note%3ARHenb_by=-priority%2Cposition

Let's put this one to FIXED then.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143601] Imposible to have french language

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143601

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
Version|7.1.4.2 release |7.1.3.2 release

--- Comment #3 from BogdanB  ---
Changed to 7.1.3 based on description. (The version mentioned should be the
oldest one)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143603] Opening a simple presentation has UNDO active

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143603

BogdanB  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #1 from BogdanB  ---
Confirm with
Version: 7.1.5.2 (x64) / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: ro-RO (ro_RO); UI: en-US
Calc: threaded

Also in
Version: 7.2.0.1.0+ (x64) / LibreOffice Community
Build ID: 2a265bdda19d86437c6eb4d8deb0057d5b45e97f
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: ro-RO (ro_RO); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137827] French version: shortcut ‘Re_père de texte’ does not work

2021-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137827

sophie  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >