[Libreoffice-commits] core.git: wizards/Package_sfdocuments.mk wizards/source

2020-12-16 Thread Jean-Pierre Ledure (via logerrit)
 wizards/Package_sfdocuments.mk|1 
 wizards/source/scriptforge/SF_Exception.xba   |   18 
 wizards/source/scriptforge/SF_Root.xba|   38 +
 wizards/source/scriptforge/SF_Utils.xba   |2 
 wizards/source/scriptforge/po/ScriptForge.pot |   65 ++
 wizards/source/scriptforge/po/en.po   |   65 ++
 wizards/source/sfdatabases/SF_Register.xba|2 
 wizards/source/sfdocuments/SF_Base.xba|  265 ++
 wizards/source/sfdocuments/SF_Calc.xba|  172 +-
 wizards/source/sfdocuments/SF_Document.xba|   88 +++
 wizards/source/sfdocuments/SF_Form.xba|  652 ++
 wizards/source/sfdocuments/SF_Register.xba|2 
 wizards/source/sfdocuments/script.xlb |1 
 13 files changed, 1325 insertions(+), 46 deletions(-)

New commits:
commit e6915d4be4d576fdfd4d612c7968f493edba62c5
Author: Jean-Pierre Ledure 
AuthorDate: Wed Dec 16 17:34:04 2020 +0100
Commit: Jean-Pierre Ledure 
CommitDate: Thu Dec 17 08:56:47 2020 +0100

ScriptForge - (SFDocuments) Introduce form class

New SF_Form class in SFDocuments library
Support for Writer, Calc and Base forms

Skeleton of Form class module
Forms() methods in Calc, Base and Document modules
to create a new instance

New error messages in po file

Change-Id: Id78a4604caf61901d87750026be45cef8f74f110
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107848
Tested-by: Jean-Pierre Ledure 
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure 

diff --git a/wizards/Package_sfdocuments.mk b/wizards/Package_sfdocuments.mk
index e79570ae906b..8d8be4597dd7 100644
--- a/wizards/Package_sfdocuments.mk
+++ b/wizards/Package_sfdocuments.mk
@@ -23,6 +23,7 @@ $(eval $(call 
gb_Package_add_files,wizards_basicsrvsfdocuments,$(LIBO_SHARE_FOLD
SF_Base.xba \
SF_Calc.xba \
SF_Document.xba \
+   SF_Form.xba \
SF_Register.xba \
__License.xba \
dialog.xlb \
diff --git a/wizards/source/scriptforge/SF_Exception.xba 
b/wizards/source/scriptforge/SF_Exception.xba
index 5a04fc0bca29..c3f9c96dc93a 100644
--- a/wizards/source/scriptforge/SF_Exception.xba
+++ b/wizards/source/scriptforge/SF_Exception.xba
@@ -104,6 +104,12 @@ Const CALCADDRESSERROR =   
CALCADDRESSERROR
 Const DUPLICATESHEETERROR  =   DUPLICATESHEETERROR
 Const OFFSETADDRESSERROR   =   OFFSETADDRESSERROR
 
+ SF_Form
+Const FORMDEADERROR=   
FORMDEADERROR
+Const CALCFORMNOTFOUNDERROR=   
CALCFORMNOTFOUNDERROR
+Const WRITERFORMNOTFOUNDERROR  =   WRITERFORMNOTFOUNDERROR
+Const BASEFORMNOTFOUNDERROR=   
BASEFORMNOTFOUNDERROR
+
  SF_Dialog
 Const DIALOGNOTFOUNDERROR  =   DIALOGNOTFOUNDERROR
 Const DIALOGDEADERROR  =   DIALOGDEADERROR
@@ -824,6 +830,18 @@ Try:
sMessage = sLocation _
 \n  
\n  .GetText(OFFSETADDRESS, pvArgs(0), pvArgs(1), 
pvArgs(2), pvArgs(3), pvArgs(4) _
, 
pvArgs(5), pvArgs(6), pvArgs(7), pvArgs(8), pvArgs(9), pvArgs(10), pvArgs(11))
+   Case FORMDEADERROR
SF_Form._IsStillAlive(FormName, DocumentName)
+   sMessage = sLocation _
+\n  
\n  .GetText(FORMDEAD, pvArgs(0), pvArgs(1))
+   Case CALCFORMNOTFOUNDERROR
SF_Calc.Forms(Index, SheetName, Document)
+   sMessage = sLocation _
+\n  
\n  .GetText(CALCFORMNOTFOUND, pvArgs(0), 
pvArgs(1), pvArgs(2))
+   Case WRITERFORMNOTFOUNDERROR  
SF_Document.Forms(Index, Document)
+   sMessage = sLocation _
+\n  
\n  .GetText(WRITERFORMNOTFOUND, pvArgs(0), 
pvArgs(1))
+   Case BASEFORMNOTFOUNDERROR
SF_Base.Forms(Index, FormDocument, BaseDocument)
+   sMessage = sLocation _
+\n  
\n  .GetText(BASEFORMNOTFOUND, pvArgs(0), 
pvArgs(1), pvArgs(2))
Case DIALOGNOTFOUNDERROR  
SF_Dialog._NewDialog(Service, DialogName, WindowName)
sMessage = sLocation _
 \n  
\n  .GetText(DIALOGNOTFOUND, pvArgs(0), pvArgs(1), 
pvArgs(2), pvArgs(3), pvArgs(4) _
diff --git a/wizards/source/scriptforge/SF_Root.xba 
b/wizards/source/scriptforge/SF_Root.xba
index 74154285f551..07ec5acfca8d 100644
--- a/wizards/source/scriptforge/SF_Root.xba
+++ b/wizards/source/scriptforge/SF_Root.xba
@@ -725,6 +725,44 @@ Try:
   
%11: An identifier\n _
   

[Libreoffice-bugs] [Bug 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

Tor Lillqvist  changed:

   What|Removed |Added

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

-- 
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 138989] Even with --disable-mariadb-sdbc, various menus and messages include the MySQL alternative

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138989

Tor Lillqvist  changed:

   What|Removed |Added

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

-- 
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 138989] New: Even with --disable-mariadb-sdbc, various menus and messages include the MySQL alternative

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138989

Bug ID: 138989
   Summary: Even with --disable-mariadb-sdbc, various menus and
messages include the MySQL alternative
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@iki.fi

Description:
Build LO yourself. Pass the --disable-mariadb-sdbc option in autogen.input.
Create a new database document. Note how the alternatives for the "Connect to
an existing database" choice include "MySQL" even if support for MariaDB/MySQL
is not included. 

Also, when loading an existing .odb document that uses a MySQL database, it
probably would make sense to notice right away that it is not going to work and
refuse to load it, and not only give an error message when for instance
clicking the "Tables" button in the left column. (You will then get the error
message "The connection to the external data source could not be established.
No SDBC driver was found for the URL 'sdbc:mysql:mysqlc:...'") 

Steps to Reproduce:
See description.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:
.

-- 
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 138988] "Insert Special Characters" pop-up is too small on Windows High DPI

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138988

--- Comment #1 from typing...@gmail.com ---
Created attachment 168248
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168248=edit
Screenshot

-- 
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 138988] New: "Insert Special Characters" pop-up is too small on Windows High DPI

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138988

Bug ID: 138988
   Summary: "Insert Special Characters" pop-up is too small on
Windows High DPI
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: typing...@gmail.com

Description:
If you click the Omega icon on the toolbar, it shows recently-used symbols but
they are too small on Windows (200% DPI) on a 4K monitor. 

Steps to Reproduce:
1. Run Writer on Windows
2. Click the Omega icon
3.

Actual Results:
The favourite characters are too small that they are almost illegible.

Expected Results:
They should be bigger, like on Ubuntu (see the attached screenshot).


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I will attach a screenshot. On the left is Windows, and on the right is Ubuntu
20.04.1. On Ubuntu, Writer's version is 6.X, but that was the latest version
available (updating did not give me 7.X). On Ubuntu, the symbols are big and
legible, on Windows, they are not.

-- 
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 138987] New: Deprecation warnings when building against Python 3.9

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138987

Bug ID: 138987
   Summary: Deprecation warnings when building against Python 3.9
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: framework
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: d.ostrov...@gmx.de

I'm seeing deprecation warnings when building against system Python 3.9:

/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx: In
function ‘sal_Unicode pyuno::PyChar2Unicode(PyObject*)’:
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:141:79:
error: ‘Py_UNICODE* PyUnicode_AsUnicode(PyObject*)’ is deprecated
[-Werror=deprecated-declarations]
  141 | sal_Unicode c = static_cast(PyUnicode_AsUnicode(
value.get() )[0]);
  |
  ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
 from /usr/include/python3.9/Python.h:97,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_impl.hxx:27,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:19:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  | ^~~
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx: In
function ‘PyObject* pyuno::PyUNO_char_new(sal_Unicode, const pyuno::Runtime&)’:
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:272:66:
error: ‘PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)’ is
deprecated [-Werror=deprecated-declarations]
  272 | PyTuple_SetItem( args.get() , 0 , PyUnicode_FromUnicode( u ,1) );
  |  ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
 from /usr/include/python3.9/Python.h:97,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_impl.hxx:27,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:19:
/usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here
  551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  |  ^
cc1plus: all warnings being treated as errors
[build PRL] CustomTarget/postprocess/images/images_karasa_jaga.zip
[build PRL] CustomTarget/postprocess/images/images_karasa_jaga_svg.zip
[build PRL] CustomTarget/postprocess/images/images_sifr.zip
[build PRL] CustomTarget/postprocess/images/images_sifr_dark.zip
make[1]: ***
[/home/davido/projects/libreoffice/solenv/gbuild/LinkTarget.mk:298:
/home/davido/projects/libreoffice/workdir/CxxObject/pyuno/source/module/pyuno_type.o]
Error 1
make[1]: *** Waiting for unfinished jobs
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_module.cxx: In
function ‘PyObject* PyInit_pyuno()’:
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_module.cxx:886:24:
error: ‘void PyEval_InitThreads()’ is deprecated
[-Werror=deprecated-declarations]
  886 | PyEval_InitThreads();
  |^
In file included from /usr/include/python3.9/Python.h:145,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_impl.hxx:27,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_module.cxx:22:
/usr/include/python3.9/ceval.h:130:37: note: declared here
  130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
  | ^~
cc1plus: all warnings being treated as errors
/home/davido/projects/libreoffice/pyuno/source/loader/pyuno_loader.cxx: In
function ‘void pyuno_loader::{anonymous}::pythonInit()’:
/home/davido/projects/libreoffice/pyuno/source/loader/pyuno_loader.cxx:219:24:
error: ‘void PyEval_InitThreads()’ is deprecated
[-Werror=deprecated-declarations]
  219 | PyEval_InitThreads();
  |^
In file included from /usr/include/python3.9/Python.h:145,
 from /home/davido/projects/libreoffice/pyuno/inc/pyuno.hxx:23,
 from
/home/davido/projects/libreoffice/pyuno/source/loader/pyuno_loader.cxx:23:
/usr/include/python3.9/ceval.h:130:37: note: declared here
  130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
  | ^~
cc1plus: all warnings being treated as errors
make[1]: ***
[/home/davido/projects/libreoffice/solenv/gbuild/LinkTarget.mk:298:
/home/davido/projects/libreoffice/workdir/CxxObject/pyuno/source/loader/pyuno_loader.o]
Error 1
make[1]: ***

[Libreoffice-bugs] [Bug 130725] ImpSvNumberInputScan::StringToDouble may produce inaccurate result

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130725

--- Comment #32 from Mike Kaganski  ---
(In reply to b. from comment #31)

1. I myself marked my response as off-topic, to not clutter the issue with
futher unrelated comments. Of course, that doesn't stop you from keeping doing
just that here, as you do in multiple other places. OK, I will repeat the
labeling again. I reserve the right to keep hoping that someday you might
finally realize that your random spam in random places is not welcome.

2. No matter if you are programmer or not. You are wasting everyone's time
doing what you do. It's *your* duty to provide at least a proof of correctness
of your ideas, if they don't immediately meet support in developers. So no, I'm
not going to invent and run systematic tests to see if some random stuff you
suggest has flaws or actually improves things.

You are using logic fallacies right and left, klike declaring a necessity of "a
change of thinking ... to 'ok, there are some difficulties, what is the best
way to deal with them'", which is falsely declaring your opponents not having a
positive attitude, despite them (me and Eike specifically) having implemented
multiple improvement just in that area, and Eike pointed to other things like
*actually proven correct* Kahan algorithm. But your phrases may create a
perception in a random reader that you suggest some brilliant revolutionary
concept, but fall victim of inert developers. Nice way of argument, bravo!

If you believe your "ideas or recipes" have any value, then just do the
thorough tests. And that is not "I take 5 or 50 chosen problematic cases, and
see them improved", but "I get 4 billion floats (32-bit floating IEEE 754 point
numbers), and simulate the calculations according to my formula on them, and
compare to the raw calculations like Calc does; then use 64-bit doubles to
perform the same calculations, and compare the error from the two calculations
above, to prove that my idea actually has better result over the whole range of
tested numbers. That took some days/weeks of programming, and hours or
runtime". That would be a reasonable effort, showing some value in checking
your testing procedure, and then checking the viability of the result. Not "I
give you something that is obvious to you as useless and wrong, and repeatedly
expect you to spend your time think over it, and either test, or describe why
that is wrong, which I will happliy ignore again."

-- 
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 138986] Assertion error when saving docx file to doc

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138986

Balázs Regényi  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1
   Assignee|libreoffice-b...@lists.free |regenyi.balazs+libreoffice_
   |desktop.org |bugzi...@gmail.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 105537] [META] Assertion failed crashes

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Depends on||138986


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138986
[Bug 138986] Assertion error when saving docx file to doc
-- 
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 138986] New: Assertion error when saving docx file to doc

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138986

Bug ID: 138986
   Summary: Assertion error when saving docx file to doc
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@nisz.hu
CC: regenyi.balazs+libreoffice_bugzi...@gmail.com
Blocks: 105537

As reported here:
https://gerrit.libreoffice.org/c/core/+/105299/22#message-ac5ba9e4712c779b2f5e61322e1a797623099a38

"To reproduce...

wget https://bugs.documentfoundation.org/attachment.cgi?id=79084 -O
fdo64424-1.docx
./instdir/program/soffice.bin --headless --convert-to doc ./fdo64424-1.docx

output is:
sw/source/filter/ww8/wrtw8nds.cxx:670: FlyProcessingState
SwWW8AttrIter::OutFlys(sal_Int32): Assertion `!sLinkChainName.isEmpty()'
failed."


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105537
[Bug 105537] [META] Assertion failed crashes
-- 
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 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

--- Comment #6 from Tor Lillqvist  ---
s/MySQLC/MySQL

-- 
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 138576] style Important has wrong format and wrong next style

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138576

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Dieter  ---
(In reply to TorrAB from comment #3)

> **I see (in OutlineAndNumbering) "Numbering style: Bullet -" for both
> parags; nothing greyed out, no List 2

Style inspector is a new feature in LO 7.1 You find it in the sidebar
> 
>  how you created the document, TorrAB?
> ** no idea

So I would close this report, because I can't repoduce it, if I start with an
empty document. Do you agree?
=> NEEDINFO

-- 
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 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

--- Comment #5 from Tor Lillqvist  ---
It probably would be a good idea to file a separate bug, for something like:

> Even with --disable-mariadb-sdbc, various menus and messages include the 
> MySQLC alternative.

But first one would need to verify on Linux that that indeed is the case. Doing
it now.

Also note that the help message for the --disable-mariadb-sdbc option
apparently incorrrectly says "Disable the build of the MariaDB/MySQL-SDBC
driver." even if what it actually means is "Disable the *use* (and build, if
necessary) of the MariaDB/MySQL-SDBC driver".

-- 
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 130447] [META] DOCX (OOXML) section-related issues

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130447
Bug 130447 depends on bug 138892, which changed state.

Bug 138892 Summary: FILEOPEN DOCX Empty paragraph after two consecutive breaks 
gets numbering
https://bugs.documentfoundation.org/show_bug.cgi?id=138892

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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 138868] UI: object selected on canvas is not indicated in Navigator

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138868

--- Comment #8 from Jim Raykowski  ---
While doing things for bug 34828, I looked at what it would take to do this. It
seemed to me it would take some effort to achieve.

-- 
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 138550] CORRUPT odt-FILE: cranky document headlines

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138550

Dieter  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dieter  ---
I can't confirm

Tools => Capter Numbering => Level 1 => Paragraph Style "Heading 1" => OK

=> RESOLVED NOTABUG

-- 
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 138956] Pattern fill not available (and can cause crash)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138956

--- Comment #2 from Aron Budea  ---
These steps aren't clear to me.

(In reply to Telesto from comment #0)
> Steps to Reproduce:
> 1. Open Writer
> 2. insert a shape
> 3. Pick pattern fill
Where? I assumed the dropdown in the 'Drawing object properties' toolbar.

> 4. Go to sidebar -> Pick pattern fill again in the sidebar -> crash
vs.
> Actual Results:
> Empty (and switching number of times did cause a crash for me)
Does it crash right away, or after switching a "number of times"? I can't
reproduce the crash with these, nor with comment 1's steps, though I tried in
Linux.

What I could reproduce is that switching to Pattern fill via the toolbar button
doesn't work properly. This looks like an implementation error from the
following commit, bibisected repo using bibisect-linux-64-5.3:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00
author  Rishabh Kumar 2016-06-07 16:58:20
+0530
committer   Katarina Behrens   2016-06-28
19:37:44 +

Convert Bitmap tab to Pattern tab

-- 
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 120796] Attempting to open a ".txt" file with Calc selected from Windows explorer "Open with", opens Writer instead

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120796

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |notBibisectable

--- Comment #11 from Buovjaga  ---
Changing to notBibisectable because of no known way to use Win explorer
integration with bibisect repos

-- 
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 103030] [META] Navigator sidebar deck and floating window

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030

Dieter  changed:

   What|Removed |Added

 Depends on||138587


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138587
[Bug 138587] Using the navigator upsets optimal zoom setting
-- 
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 106773] [META] Writer document canvas view jump issues

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106773

Dieter  changed:

   What|Removed |Added

 Depends on||138587


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138587
[Bug 138587] Using the navigator upsets optimal zoom setting
-- 
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 138587] Using the navigator upsets optimal zoom setting

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138587

Dieter  changed:

   What|Removed |Added

 Blocks||106773, 103030
   Severity|normal  |minor


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103030
[Bug 103030] [META] Navigator sidebar deck and floating window
https://bugs.documentfoundation.org/show_bug.cgi?id=106773
[Bug 106773] [META] Writer document canvas view jump issues
-- 
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: xmloff/source

2020-12-16 Thread Noel (via logerrit)
 xmloff/source/xforms/SchemaContext.cxx|4 --
 xmloff/source/xforms/SchemaContext.hxx|4 --
 xmloff/source/xforms/SchemaRestrictionContext.cxx |8 +---
 xmloff/source/xforms/SchemaRestrictionContext.hxx |4 --
 xmloff/source/xforms/SchemaSimpleTypeContext.cxx  |8 +---
 xmloff/source/xforms/SchemaSimpleTypeContext.hxx  |4 --
 xmloff/source/xforms/TokenContext.cxx |2 -
 xmloff/source/xforms/TokenContext.hxx |4 --
 xmloff/source/xforms/XFormsBindContext.cxx|   23 ++--
 xmloff/source/xforms/XFormsBindContext.hxx|3 -
 xmloff/source/xforms/XFormsInstanceContext.cxx|   12 ++
 xmloff/source/xforms/XFormsInstanceContext.hxx|4 --
 xmloff/source/xforms/XFormsModelContext.cxx   |   10 ++---
 xmloff/source/xforms/XFormsModelContext.hxx   |4 --
 xmloff/source/xforms/XFormsSubmissionContext.cxx  |   39 ++
 xmloff/source/xforms/XFormsSubmissionContext.hxx  |3 -
 xmloff/source/xforms/xformsapi.cxx|2 -
 xmloff/source/xforms/xformsapi.hxx|   16 ++---
 18 files changed, 68 insertions(+), 86 deletions(-)

New commits:
commit 11382ccf2ff58ba470dfa604654685730e0411f8
Author: Noel 
AuthorDate: Tue Dec 15 15:35:03 2020 +0200
Commit: Noel Grandin 
CommitDate: Thu Dec 17 08:00:23 2020 +0100

use views to parse

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

diff --git a/xmloff/source/xforms/SchemaContext.cxx 
b/xmloff/source/xforms/SchemaContext.cxx
index 65341217c623..573805a25164 100644
--- a/xmloff/source/xforms/SchemaContext.cxx
+++ b/xmloff/source/xforms/SchemaContext.cxx
@@ -44,9 +44,7 @@ SchemaContext::SchemaContext(
 {
 }
 
-void SchemaContext::HandleAttribute(
-sal_Int32,
-const OUString& )
+void SchemaContext::HandleAttribute(const 
sax_fastparser::FastAttributeList::FastAttributeIter & )
 {
 }
 
diff --git a/xmloff/source/xforms/SchemaContext.hxx 
b/xmloff/source/xforms/SchemaContext.hxx
index bc780d2c4ded..e23ac37e 100644
--- a/xmloff/source/xforms/SchemaContext.hxx
+++ b/xmloff/source/xforms/SchemaContext.hxx
@@ -44,9 +44,7 @@ public:
 // implement TokenContext methods:
 
 protected:
-virtual void HandleAttribute(
-sal_Int32 nAttributeToken,
-const OUString& rValue ) override;
+virtual void HandleAttribute(const 
sax_fastparser::FastAttributeList::FastAttributeIter & aIter ) override;
 
 virtual SvXMLImportContext* HandleChild(
 sal_Int32 nElementToken,
diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx 
b/xmloff/source/xforms/SchemaRestrictionContext.cxx
index 6d496e737ee3..ccbdbe695132 100644
--- a/xmloff/source/xforms/SchemaRestrictionContext.cxx
+++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx
@@ -90,14 +90,12 @@ void SchemaRestrictionContext::CreateDataType()
 SAL_WARN_IF( !mxDataType.is(), "xmloff", "can't create type" );
 }
 
-void SchemaRestrictionContext::HandleAttribute(
-sal_Int32 nAttributeToken,
-const OUString& rValue )
+void SchemaRestrictionContext::HandleAttribute(const 
sax_fastparser::FastAttributeList::FastAttributeIter & aIter )
 {
-switch (nAttributeToken & TOKEN_MASK)
+switch (aIter.getToken() & TOKEN_MASK)
 {
 case XML_BASE:
-msBaseName = rValue;
+msBaseName = aIter.toString();
 break;
 }
 }
diff --git a/xmloff/source/xforms/SchemaRestrictionContext.hxx 
b/xmloff/source/xforms/SchemaRestrictionContext.hxx
index b928d78b9105..fdf7873b2a27 100644
--- a/xmloff/source/xforms/SchemaRestrictionContext.hxx
+++ b/xmloff/source/xforms/SchemaRestrictionContext.hxx
@@ -51,9 +51,7 @@ private:
 
 // implement TokenContext methods:
 
-virtual void HandleAttribute(
-sal_Int32 nAttributeToken,
-const OUString& rValue ) override;
+virtual void HandleAttribute(const 
sax_fastparser::FastAttributeList::FastAttributeIter & aIter ) override;
 
 virtual SvXMLImportContext* HandleChild(
 sal_Int32 nElementToken,
diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx 
b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx
index 755f8950f47d..cd245193094f 100644
--- a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx
+++ b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx
@@ -44,14 +44,12 @@ SchemaSimpleTypeContext::SchemaSimpleTypeContext(
 {
 }
 
-void SchemaSimpleTypeContext::HandleAttribute(
-sal_Int32 nAttributeToken,
-const OUString& rValue )
+void SchemaSimpleTypeContext::HandleAttribute(const 
sax_fastparser::FastAttributeList::FastAttributeIter & aIter )
 {
-switch (nAttributeToken & TOKEN_MASK)
+switch (aIter.getToken() & TOKEN_MASK)
 {
 case XML_NAME:
-msTypeName = rValue;
+msTypeName = aIter.toString();
 break;
 }
 }
diff 

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

2020-12-16 Thread dante (via logerrit)
 sax/source/fastparser/fastparser.cxx |   52 +++
 1 file changed, 35 insertions(+), 17 deletions(-)

New commits:
commit 9edd554eb634bcb88add30e3290cb9a8650ce38f
Author: dante 
AuthorDate: Tue Dec 15 15:39:21 2020 +0100
Commit: Noel Grandin 
CommitDate: Thu Dec 17 07:59:07 2020 +0100

Sort custom entity names on fast parser

When there are lots of entities and a lot of cases to replace, it becomes a 
ballast to search the whole array.
So in order to avoid it, now uses ordered search and stops when OUString 
order implies that it can't be further.
The entity list is sorted before the parse by quick sort.

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

diff --git a/sax/source/fastparser/fastparser.cxx 
b/sax/source/fastparser/fastparser.cxx
index f0fe5aea2f67..94d2651d4dff 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -200,6 +200,21 @@ struct Entity : public ParserData
 Event& getEvent( CallbackType aType );
 };
 
+// Stuff for custom entity names
+struct ReplacementPair
+{
+OUString name;
+OUString replacement;
+};
+inline bool operator<(const ReplacementPair& lhs, const ReplacementPair& rhs)
+{
+return lhs.name < rhs.name;
+}
+inline bool operator<(const ReplacementPair& lhs, const char* rhs)
+{
+return lhs.name.compareToAscii(rhs) < 0;
+}
+
 } // namespace
 
 namespace sax_fastparser {
@@ -211,8 +226,7 @@ public:
 ~FastSaxParserImpl();
 
 private:
-::css::uno::Sequence< ::rtl::OUString > mEntityNames;
-::css::uno::Sequence< ::rtl::OUString > mEntityReplacements;
+std::vector m_Replacements;
 
 public:
 // XFastParser
@@ -934,10 +948,18 @@ void FastSaxParserImpl::setNamespaceHandler( const 
Reference< XFastNamespaceHand
 maData.mxNamespaceHandler = Handler;
 }
 
-void FastSaxParserImpl::setCustomEntityNames( const ::css::uno::Sequence< 
::rtl::OUString >& names, const ::css::uno::Sequence< ::rtl::OUString >& 
replacements )
+void FastSaxParserImpl::setCustomEntityNames(
+const ::css::uno::Sequence<::rtl::OUString>& names,
+const ::css::uno::Sequence<::rtl::OUString>& replacements)
 {
-mEntityNames = names;
-mEntityReplacements = replacements;
+m_Replacements.resize(names.size());
+for (size_t i = 0; i < names.size(); ++i)
+{
+m_Replacements[i].name = names[i];
+m_Replacements[i].replacement = replacements[i];
+}
+if (names.size() > 1)
+std::sort(m_Replacements.begin(), m_Replacements.end());
 }
 
 void FastSaxParserImpl::deleteUsedEvents()
@@ -1372,18 +1394,13 @@ xmlEntityPtr FastSaxParserImpl::callbackGetEntity( 
const xmlChar *name )
 int lname = strlen(dname);
 if( lname == 0 )
 return xmlGetPredefinedEntity(name);
-if (mEntityNames.hasElements())
+if (m_Replacements.size() > 0)
 {
-for (size_t i = 0; i < mEntityNames.size(); ++i)
-{
-if (mEntityNames[i].compareToAscii(dname) == 0)
-{
-return xmlNewEntity(
-nullptr, name, XML_INTERNAL_GENERAL_ENTITY, nullptr, 
nullptr,
-BAD_CAST(
-OUStringToOString(mEntityReplacements[i], 
RTL_TEXTENCODING_UTF8).getStr()));
-}
-}
+auto it = std::lower_bound(m_Replacements.begin(), 
m_Replacements.end(), dname);
+if (it != m_Replacements.end() && it->name.compareToAscii(dname) == 0)
+return xmlNewEntity(
+nullptr, name, XML_INTERNAL_GENERAL_ENTITY, nullptr, nullptr,
+BAD_CAST(OUStringToOString(it->replacement, 
RTL_TEXTENCODING_UTF8).getStr()));
 }
 if( lname < 2 )
 return xmlGetPredefinedEntity(name);
@@ -1495,7 +1512,8 @@ OUString FastSaxParser::getImplementationName()
 return "com.sun.star.comp.extensions.xml.sax.FastParser";
 }
 
-void FastSaxParser::setCustomEntityNames( const ::css::uno::Sequence< 
::rtl::OUString >& names, const ::css::uno::Sequence< ::rtl::OUString >& 
replacements )
+void FastSaxParser::setCustomEntityNames(const 
::css::uno::Sequence<::rtl::OUString>& names,
+ const 
::css::uno::Sequence<::rtl::OUString>& replacements)
 {
 assert(names.size() == replacements.size());
 mpImpl->setCustomEntityNames(names, replacements);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138587] Using the navigator upsets optimal zoom setting

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138587

Dieter  changed:

   What|Removed |Added

 OS|Linux (All) |All
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
I confirm it with

Version: 7.0.4.2 (x64)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

Additional informations:
This happens also with tables, but not with images.

-- 
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 138866] UI: Automatic shape name not shown in name dialog

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138866

--- Comment #4 from Jim Raykowski  ---

Automatic named shapes in Draw are not the same as user named shapes. AFAIK,
the behavior of the Name dialog showing an empty name for shapes with automatic
names has always been. Maybe the confusion is now the Navigator shows 'All
shapes' as the default view instead of only 'Named shapes'.

-- 
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 138949] LO VANILLA - ODB file open fails to create a connection to a mysql instance over the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138949

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #1 from Alex Thurgood  ---
Given the response in bug 138946, LO Vanilla deliberately doesn't integrate all
of the code to support the mysql native connector, which means that the
behaviour reported is not a bug.

As direct mysql/mariadb access is our daily necessity at work, I have no need
for a version of LO that doesn't support such an access.

-- 
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 'libreoffice-7-1' - dictionaries

2020-12-16 Thread László Németh (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36ed010cb09926e9815a8e1490bc1e291fede4e6
Author: László Németh 
AuthorDate: Thu Dec 17 07:28:17 2020 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Dec 17 07:28:17 2020 +0100

Update git submodules

* Update dictionaries from branch 'libreoffice-7-1'
  to d5296e8ca56cd284f421cb79e89ebbf09090e685
  - Updated Hungarian hyphenation dictionary to version v20201216

source: 
https://sourceforge.net/projects/magyarispell/files/OOo%20Huhyphn/v20201216-0.1/

Change-Id: I43c3052a3446506d6cce15c4dbecd5a54e5b6f75
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/107857
Tested-by: László Németh 
Reviewed-by: László Németh 
(cherry picked from commit 57698337d61f1b0bdfd0e36136f7d864095337cb)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/107808

diff --git a/dictionaries b/dictionaries
index 6a731d77bb72..d5296e8ca56c 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 6a731d77bb72141fe956b8b524b221c164ab05ee
+Subproject commit d5296e8ca56cd284f421cb79e89ebbf09090e685
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-7-1' - hu_HU/hyph_hu_HU.dic

2020-12-16 Thread László Németh (via logerrit)
 hu_HU/hyph_hu_HU.dic | 1498 +--
 1 file changed, 1440 insertions(+), 58 deletions(-)

New commits:
commit d5296e8ca56cd284f421cb79e89ebbf09090e685
Author: László Németh 
AuthorDate: Wed Dec 16 21:28:50 2020 +0100
Commit: László Németh 
CommitDate: Thu Dec 17 07:28:17 2020 +0100

Updated Hungarian hyphenation dictionary to version v20201216

source: 
https://sourceforge.net/projects/magyarispell/files/OOo%20Huhyphn/v20201216-0.1/

Change-Id: I43c3052a3446506d6cce15c4dbecd5a54e5b6f75
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/107857
Tested-by: László Németh 
Reviewed-by: László Németh 
(cherry picked from commit 57698337d61f1b0bdfd0e36136f7d864095337cb)
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/107808

diff --git a/hu_HU/hyph_hu_HU.dic b/hu_HU/hyph_hu_HU.dic
index 5321746..d419ee1 100644
--- a/hu_HU/hyph_hu_HU.dic
+++ b/hu_HU/hyph_hu_HU.dic
@@ -1,7 +1,7 @@
 UTF-8
 % Hungarian hyphenation patterns with non-standard hyphenation patch
 % --
-% Patch version: 2010-10-07
+% Patch version: 2020-12-16
 %
 % Language: Hungarian (hu HU)
 % Origin:   http://www.github.hu/bencenagy/huhyphn
@@ -20119,7 +20119,6 @@ essz1a1ga
 essz1a2r
 es5szenc/sz=,2,1
 es1s1ze
-es3s2ze1rű
 essz1élet
 es1s1zé
 esszé1le
@@ -24064,7 +24063,6 @@ e2z1ü2z
 é2s3zón
 é1s1zó
 2é1s1zö
-és3zöld
 ész1ölt
 é2sz1ön
 é2sz1ös
@@ -30943,7 +30941,6 @@ hú2sö
 hú2ső
 hús3sza2k1
 hús5s1za/sz=,3,1
-hús2s2z
 hús5s1zá
 hús3s1zé
 hú2sü
@@ -35064,10 +35061,6 @@ ip1ro
 fip1ro
 i1p2roff
 fi1p2roff
-i1pro1fi
-1fi1pro1fi
-i1pro1fl
-fi1pro1fl
 i1p2rog
 fi1p2rog
 i1p2roj
@@ -35356,10 +35349,6 @@ i2s1alf
 fi2s1alf
 i2s1alff
 fi2s1alff
-is1al1fi
-1fis1al1fi
-is1alfl
-fis1alfl
 i2s1alj
 fi2s1alj
 is1alk
@@ -35481,10 +35470,6 @@ i2s1elf
 fi2s1elf
 i2s1elff
 fi2s1elff
-is1el1fi
-1fis1el1fi
-is1el1fl
-fis1el1fl
 is1elm
 fis1elm
 i2s1e1lo
@@ -35581,10 +35566,6 @@ i2s1inf
 fi2s1inf
 i2s1inff
 fi2s1inff
-is1in1fi
-1fis1in1fi
-is1infl
-fis1infl
 is1int
 fis1int
 i2s1inv
@@ -37012,10 +36993,6 @@ izo1má
 fi2zomf
 1i2zomff
 fi2zomff
-1izom1fi
-1fizom1fi
-1izom1fl
-fizom1fl
 1i2zomm
 fi2zomm
 1i2zomn
@@ -42502,10 +42479,6 @@ la2g1árf
 fla2g1árf
 la2g1árff
 fla2g1árff
-lag1ár1fi
-flag1ár1fi
-lag1ár1fl
-flag1ár1fl
 la2g1árh
 fla2g1árh
 la2g1árk
@@ -44528,10 +44501,6 @@ l2c2s1elf
 fl2c2s1elf
 l2c2s1elff
 fl2c2s1elff
-lcs1el1fi
-flcs1el1fi
-lcs1el1fl
-flcs1el1fl
 l2cs1elt
 fl2cs1elt
 l2cs1elv
@@ -44596,10 +44565,6 @@ l2c2s1inf
 fl2c2s1inf
 l2c2s1inff
 fl2c2s1inff
-l2cs1in1fi
-fl2cs1in1fi
-l2cs1infl
-fl2cs1infl
 l2cs1ing
 fl2cs1ing
 l2cs1int
@@ -46856,10 +46821,6 @@ lé1ve
 fl1é2v1elf
 2l1é2v1elff
 fl1é2v1elff
-2lével1fi
-flével1fi
-2lével1fl
-flével1fl
 2l1é2v1e1li
 fl1é2v1e1li
 2l1é2vem
@@ -51414,10 +51375,6 @@ lyá2s2z
 fly1átf
 2ly1átff
 fly1átff
-2lyát1fi
-flyát1fi
-2lyátfl
-flyátfl
 2ly1áth
 fly1áth
 2ly1át1lá
@@ -51691,8 +51648,6 @@ ly1i1ma
 fly1inf
 2ly1inff
 fly1inff
-2lyin1fi
-flyin1fi
 2ly1infl
 fly1infl
 2ly1ing
@@ -71988,7 +71943,6 @@ rs3szemet
 rssze1me
 rs3sze2r.
 rs3szer2ű.
-rss2ze1rű
 rs3szerűb
 rs3szerű1e
 rs3szerűn
@@ -91455,7 +91409,6 @@ expressz1ké
 .geron1to
 .geronto1fi
 .geron7t8ofil
-.geronto1fi
 pszichog6ráfi1a
 pszi1c2h
 pszi1c1ho
@@ -95940,13 +95893,10 @@ alus2s2z
 alus5s1zá/sz=,4,1
 alus5s1zu/sz=,4,1
 pres5s1zú/sz=,4,1
-.és5s2ze1rű/sz=,2,1
 .és2s2z2
 .és1s1ze
-legés5s2ze1rű/sz=,5,1
 legés2s2z2
 legés1s1ze
-flegés5s2ze1rű/sz=,5,1
 flegés2s2z2
 flegés1s1ze
 tüs5s1ze/sz=,3,1
@@ -96054,9 +96004,7 @@ kros5s1zé/sz=,4,1
 kros2s2z
 kros5sz2i2g./sz=,4,1
 kros1s1zi
-hús5szo2r./sz=,3,1
 hús1s1zo
-hús5szoros/sz=,3,1
 hússzo1ro
 hallats5s1za/sz=,7,1
 hallats2s2z
@@ -96320,24 +96268,1458 @@ pi1e1tà1v
 8n7o8ffi8ce
 8k7o8ffi8ce
 .ne8ofit
-.neo1fi
 .bibli8ofil
 .bib1li
 .bibli1o
-.biblio1fi
 .te8ofil
 .te1o
-.teo1fi
 g8ráfi1a
 g8ráfi1á
 ge8ofi1zi
-geo1fi
 .fil8m1u2ni1ó
 .fil1mu2
 .filmu1ni
 .vide8ofilm
 .vi1de
 .vide1o
-.video1fi
 .ma8g1infl
 .ma1gi
+ára2t1infl
+2tas1fi
+.rubens7s8ze2l.
+é2h1ifl
+2zom1fi
+2zom1fl
+ge2o1fi
+.után3pótlás3sza2k3ág
+.vács3z
+é2s1efl
+ée2u1fi
+.kamion2n2y
+tri1a
+1fi2s1al1fi
+ell1infl
+je2l1in1fi
+2d1év1fi
+é2t1infl
+ol2l1infl
+a2c1infl
+a2k1á1fi
+á2m1o1fi
+no1sz2fi
+no1sz2fl
+m1p2ro1fi
+m1p2ro1fl
+n2c1infl
+.maraton2n2y
+2c1e2lő1fi
+2c1e2lő1fl
+.szeme1te
+de2le1fi
+.boks2z
+2t1évfl
+gá2ri1fi
+gá2ri1fl
+.lángos2s2z
+.ős1z1su
+e2g1el1fi
+e2g1el1fl
+er1éjfl
+re2ofl
+s2tin1fi
+ál1in1fi
+2zár1fi
+2zár1fl
+á2n1i1fi
+a2r1ág1fi
+a2r1ág1fl
+.rénszarvas1s
+.lakos3s8zám
+.bo1hó
+mi1sz2fi
+mi1sz2fl
+1é2nek1fi
+2p1úr1fi
+a1t2ré1fi
+.vegyes3s8zorzat
+so2ri1fi
+so2ri1fl
+e2m1in1fi
+ü2h1el1fi
+ü2h1el1fl
+ne2r1in1fi
+va2t1infl
+jra1fi
+jra1fl
+ő2s1in1fi
+u2s1ofl
+ám1á1fi
+.keme1ne
+.gal1lo
+da2t1infl
+s1erő1fi
+s1erő1fl
+ál1ár1fi
+e2b1e2lefl
+ál1ár1fl
+és3sz1fi
+és3sz1fl
+fi1p2ro1fl
+.mas5s1zá/sz=,3,1
+hús9szo2r./sz=,3,1
+.egyes3s8z8ám
+2ókonfl
+n1egy1fi
+n1egy1fl
+2szele1fi
+.szarvas7szag
+ndi2ó1fi
+ndi2ó1fl
+.ke1me
+j2l1in1fi
+2r1e2lefl
+zap3ro1fi
+zap3ro1fl
+.almás1s1zü
+.tán1c1su
+.szarvas1s1zí
+o2n1infl
+ú2l1infl
+.egyes1s1zá
+e2m1infl
+.birto1ko
+a2s1ofl
+üh1a1fi
+üh1a1fl
+ola2t1in1fi

[Libreoffice-commits] core.git: dictionaries

2020-12-16 Thread László Németh (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d92c6d5a2a04b62eae4839dc87276a3f8a1ac1b6
Author: László Németh 
AuthorDate: Thu Dec 17 07:24:59 2020 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Dec 17 07:24:59 2020 +0100

Update git submodules

* Update dictionaries from branch 'master'
  to 57698337d61f1b0bdfd0e36136f7d864095337cb
  - Updated Hungarian hyphenation dictionary to version v20201216

source: 
https://sourceforge.net/projects/magyarispell/files/OOo%20Huhyphn/v20201216-0.1/

Change-Id: I43c3052a3446506d6cce15c4dbecd5a54e5b6f75
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/107857
Tested-by: László Németh 
Reviewed-by: László Németh 

diff --git a/dictionaries b/dictionaries
index 0e9c0ca4395f..57698337d61f 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 0e9c0ca4395fa3001dd08b224a67d2414be2e7fb
+Subproject commit 57698337d61f1b0bdfd0e36136f7d864095337cb
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: hu_HU/hyph_hu_HU.dic

2020-12-16 Thread László Németh (via logerrit)
 hu_HU/hyph_hu_HU.dic | 1498 +--
 1 file changed, 1440 insertions(+), 58 deletions(-)

New commits:
commit 57698337d61f1b0bdfd0e36136f7d864095337cb
Author: László Németh 
AuthorDate: Wed Dec 16 21:28:50 2020 +0100
Commit: László Németh 
CommitDate: Thu Dec 17 07:24:59 2020 +0100

Updated Hungarian hyphenation dictionary to version v20201216

source: 
https://sourceforge.net/projects/magyarispell/files/OOo%20Huhyphn/v20201216-0.1/

Change-Id: I43c3052a3446506d6cce15c4dbecd5a54e5b6f75
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/107857
Tested-by: László Németh 
Reviewed-by: László Németh 

diff --git a/hu_HU/hyph_hu_HU.dic b/hu_HU/hyph_hu_HU.dic
index 5321746..d419ee1 100644
--- a/hu_HU/hyph_hu_HU.dic
+++ b/hu_HU/hyph_hu_HU.dic
@@ -1,7 +1,7 @@
 UTF-8
 % Hungarian hyphenation patterns with non-standard hyphenation patch
 % --
-% Patch version: 2010-10-07
+% Patch version: 2020-12-16
 %
 % Language: Hungarian (hu HU)
 % Origin:   http://www.github.hu/bencenagy/huhyphn
@@ -20119,7 +20119,6 @@ essz1a1ga
 essz1a2r
 es5szenc/sz=,2,1
 es1s1ze
-es3s2ze1rű
 essz1élet
 es1s1zé
 esszé1le
@@ -24064,7 +24063,6 @@ e2z1ü2z
 é2s3zón
 é1s1zó
 2é1s1zö
-és3zöld
 ész1ölt
 é2sz1ön
 é2sz1ös
@@ -30943,7 +30941,6 @@ hú2sö
 hú2ső
 hús3sza2k1
 hús5s1za/sz=,3,1
-hús2s2z
 hús5s1zá
 hús3s1zé
 hú2sü
@@ -35064,10 +35061,6 @@ ip1ro
 fip1ro
 i1p2roff
 fi1p2roff
-i1pro1fi
-1fi1pro1fi
-i1pro1fl
-fi1pro1fl
 i1p2rog
 fi1p2rog
 i1p2roj
@@ -35356,10 +35349,6 @@ i2s1alf
 fi2s1alf
 i2s1alff
 fi2s1alff
-is1al1fi
-1fis1al1fi
-is1alfl
-fis1alfl
 i2s1alj
 fi2s1alj
 is1alk
@@ -35481,10 +35470,6 @@ i2s1elf
 fi2s1elf
 i2s1elff
 fi2s1elff
-is1el1fi
-1fis1el1fi
-is1el1fl
-fis1el1fl
 is1elm
 fis1elm
 i2s1e1lo
@@ -35581,10 +35566,6 @@ i2s1inf
 fi2s1inf
 i2s1inff
 fi2s1inff
-is1in1fi
-1fis1in1fi
-is1infl
-fis1infl
 is1int
 fis1int
 i2s1inv
@@ -37012,10 +36993,6 @@ izo1má
 fi2zomf
 1i2zomff
 fi2zomff
-1izom1fi
-1fizom1fi
-1izom1fl
-fizom1fl
 1i2zomm
 fi2zomm
 1i2zomn
@@ -42502,10 +42479,6 @@ la2g1árf
 fla2g1árf
 la2g1árff
 fla2g1árff
-lag1ár1fi
-flag1ár1fi
-lag1ár1fl
-flag1ár1fl
 la2g1árh
 fla2g1árh
 la2g1árk
@@ -44528,10 +44501,6 @@ l2c2s1elf
 fl2c2s1elf
 l2c2s1elff
 fl2c2s1elff
-lcs1el1fi
-flcs1el1fi
-lcs1el1fl
-flcs1el1fl
 l2cs1elt
 fl2cs1elt
 l2cs1elv
@@ -44596,10 +44565,6 @@ l2c2s1inf
 fl2c2s1inf
 l2c2s1inff
 fl2c2s1inff
-l2cs1in1fi
-fl2cs1in1fi
-l2cs1infl
-fl2cs1infl
 l2cs1ing
 fl2cs1ing
 l2cs1int
@@ -46856,10 +46821,6 @@ lé1ve
 fl1é2v1elf
 2l1é2v1elff
 fl1é2v1elff
-2lével1fi
-flével1fi
-2lével1fl
-flével1fl
 2l1é2v1e1li
 fl1é2v1e1li
 2l1é2vem
@@ -51414,10 +51375,6 @@ lyá2s2z
 fly1átf
 2ly1átff
 fly1átff
-2lyát1fi
-flyát1fi
-2lyátfl
-flyátfl
 2ly1áth
 fly1áth
 2ly1át1lá
@@ -51691,8 +51648,6 @@ ly1i1ma
 fly1inf
 2ly1inff
 fly1inff
-2lyin1fi
-flyin1fi
 2ly1infl
 fly1infl
 2ly1ing
@@ -71988,7 +71943,6 @@ rs3szemet
 rssze1me
 rs3sze2r.
 rs3szer2ű.
-rss2ze1rű
 rs3szerűb
 rs3szerű1e
 rs3szerűn
@@ -91455,7 +91409,6 @@ expressz1ké
 .geron1to
 .geronto1fi
 .geron7t8ofil
-.geronto1fi
 pszichog6ráfi1a
 pszi1c2h
 pszi1c1ho
@@ -95940,13 +95893,10 @@ alus2s2z
 alus5s1zá/sz=,4,1
 alus5s1zu/sz=,4,1
 pres5s1zú/sz=,4,1
-.és5s2ze1rű/sz=,2,1
 .és2s2z2
 .és1s1ze
-legés5s2ze1rű/sz=,5,1
 legés2s2z2
 legés1s1ze
-flegés5s2ze1rű/sz=,5,1
 flegés2s2z2
 flegés1s1ze
 tüs5s1ze/sz=,3,1
@@ -96054,9 +96004,7 @@ kros5s1zé/sz=,4,1
 kros2s2z
 kros5sz2i2g./sz=,4,1
 kros1s1zi
-hús5szo2r./sz=,3,1
 hús1s1zo
-hús5szoros/sz=,3,1
 hússzo1ro
 hallats5s1za/sz=,7,1
 hallats2s2z
@@ -96320,24 +96268,1458 @@ pi1e1tà1v
 8n7o8ffi8ce
 8k7o8ffi8ce
 .ne8ofit
-.neo1fi
 .bibli8ofil
 .bib1li
 .bibli1o
-.biblio1fi
 .te8ofil
 .te1o
-.teo1fi
 g8ráfi1a
 g8ráfi1á
 ge8ofi1zi
-geo1fi
 .fil8m1u2ni1ó
 .fil1mu2
 .filmu1ni
 .vide8ofilm
 .vi1de
 .vide1o
-.video1fi
 .ma8g1infl
 .ma1gi
+ára2t1infl
+2tas1fi
+.rubens7s8ze2l.
+é2h1ifl
+2zom1fi
+2zom1fl
+ge2o1fi
+.után3pótlás3sza2k3ág
+.vács3z
+é2s1efl
+ée2u1fi
+.kamion2n2y
+tri1a
+1fi2s1al1fi
+ell1infl
+je2l1in1fi
+2d1év1fi
+é2t1infl
+ol2l1infl
+a2c1infl
+a2k1á1fi
+á2m1o1fi
+no1sz2fi
+no1sz2fl
+m1p2ro1fi
+m1p2ro1fl
+n2c1infl
+.maraton2n2y
+2c1e2lő1fi
+2c1e2lő1fl
+.szeme1te
+de2le1fi
+.boks2z
+2t1évfl
+gá2ri1fi
+gá2ri1fl
+.lángos2s2z
+.ős1z1su
+e2g1el1fi
+e2g1el1fl
+er1éjfl
+re2ofl
+s2tin1fi
+ál1in1fi
+2zár1fi
+2zár1fl
+á2n1i1fi
+a2r1ág1fi
+a2r1ág1fl
+.rénszarvas1s
+.lakos3s8zám
+.bo1hó
+mi1sz2fi
+mi1sz2fl
+1é2nek1fi
+2p1úr1fi
+a1t2ré1fi
+.vegyes3s8zorzat
+so2ri1fi
+so2ri1fl
+e2m1in1fi
+ü2h1el1fi
+ü2h1el1fl
+ne2r1in1fi
+va2t1infl
+jra1fi
+jra1fl
+ő2s1in1fi
+u2s1ofl
+ám1á1fi
+.keme1ne
+.gal1lo
+da2t1infl
+s1erő1fi
+s1erő1fl
+ál1ár1fi
+e2b1e2lefl
+ál1ár1fl
+és3sz1fi
+és3sz1fl
+fi1p2ro1fl
+.mas5s1zá/sz=,3,1
+hús9szo2r./sz=,3,1
+.egyes3s8z8ám
+2ókonfl
+n1egy1fi
+n1egy1fl
+2szele1fi
+.szarvas7szag
+ndi2ó1fi
+ndi2ó1fl
+.ke1me
+j2l1in1fi
+2r1e2lefl
+zap3ro1fi
+zap3ro1fl
+.almás1s1zü
+.tán1c1su
+.szarvas1s1zí
+o2n1infl
+ú2l1infl
+.egyes1s1zá
+e2m1infl
+.birto1ko
+a2s1ofl
+üh1a1fi
+üh1a1fl
+ola2t1in1fi
+.vöröss2zárn2y
+.trapéz2s
+.nemessza1ló
+e2j1e1fi
+gi2a1fi
+gi2a1fl
+ö2r1efl
+él1el1fi
+él1el1fl
+s1asz1fi
+s1asz1fl
+ex1in1fi
+.szarvas1s
+n2d1őr1fi

[Libreoffice-bugs] [Bug 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #4 from Alex Thurgood  ---
(In reply to Tor Lillqvist from comment #3)
> OK, I managed to create a MariaDB server on my Fedora box, and could connect
> to it using TDF LibreOffice on macOS on x86_64. But now I realise that
> Collabora Office and LibreOffice Vanilla in the App Store are built without
> the MariaDB Connector code. 
> 
> That is not new, and on purpose because they use only the MPL subset of the
> code. So this probably could be closed as NOTABUG?

Ah that is very unfortunate, and thus puts and end to my adoption in the work
environment of Collabora Office (and even LO Vanilla for that matter).

Our database environment at work is MySQL/MariaDB. If we can't connect to that
environment using the ODB files we have had and which have functioned for more
than a decade, that is a naturally major issue.

-- 
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 138985] New: When writing Arabic text and it has a date inside, the date is not compatible with the Arabic format from right to left

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138985

Bug ID: 138985
   Summary: When writing Arabic text and it has a date inside, the
date is not compatible with the Arabic format from
right to left
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: a0555170...@gmail.com

Description:
When writing Arabic text and it has a date inside, the date is not compatible
with the Arabic format from right to left
like this
1/1/1440 
1440/1/1
Here I wrote in a wrong way, just to clarify. The Arabic format begins with the
day, then separates it, then the month, then separates it, then the year, and
appears from right to left in the same order and so on.

Steps to Reproduce:
1.non
2.
3.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
[Information automatically included from LibreOffice]
Locale: ar
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

-- 
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 120796] Attempting to open a ".txt" file with Calc selected from Windows explorer "Open with", opens Writer instead

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120796

--- Comment #10 from wingednova  ---
Can confirm, reproduced on version: 7.0.3.1 (x64 windows 10)

-- 
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 138923] [FILEOPEN] Improper Calibri font substitution breaks display layout of presentation

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

yuily...@gmail.com changed:

   What|Removed |Added

Summary|[FILEOPEN] PPTX text|[FILEOPEN] Improper Calibri
   |outside page borders (but   |font substitution breaks
   |ok in Microsoft PowerPoint) |display layout of
   ||presentation

-- 
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 138420] Visio drawing dimension lines incorrectly read by LibreOffice Draw

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138420

--- Comment #5 from Rick Coates  ---
Version:

Visio 2007 12.0.6749.5000 (SP3 MSO 12.0.6.6784.5000)

-- 
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 138420] Visio drawing dimension lines incorrectly read by LibreOffice Draw

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138420

--- Comment #4 from Rick Coates  ---
Created attachment 168247
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168247=edit
Simple file showing problem.

-- 
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 136011] Number in multi-line chart categories are not exported if chart is copied from Calc to Writer

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136011

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 138624] Reject changes produces quite a different compared prior the edit

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138624

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 138887] calc: UI: options macro security 7.2 dialog popup doesn't popup

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138887

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

-- 
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 138887] calc: UI: options macro security 7.2 dialog popup doesn't popup

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138887

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 133172] Crash Video Driver

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133172

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|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 133172] Crash Video Driver

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133172

--- Comment #3 from QA Administrators  ---
Dear Thomas,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 133162] download in PC

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133162

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|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 133162] download in PC

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133162

--- Comment #4 from QA Administrators  ---
Dear lucien.kucharski,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 133111] The page break disappears after I edit the footnote

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133111

--- Comment #5 from QA Administrators  ---
Dear maciej69zdanowski,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 133111] The page break disappears after I edit the footnote

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133111

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|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 132846] Lines connected to gallery call out shapes look odd in Writer (go to bottom page)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132846

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
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 132846] Lines connected to gallery call out shapes look odd in Writer (go to bottom page)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132846

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 131941] filter doesn't reflect changed selections.

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131941

--- Comment #4 from QA Administrators  ---
Dear George Koulomzin,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 131813] picture not printed completely

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131813

--- Comment #4 from QA Administrators  ---
Dear Leonhard Diekmann,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 131750] MACROS for SUBTOTALS doesn't work.

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131750

--- Comment #5 from QA Administrators  ---
Dear JuanP,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 128583] Can not paste Picture (Windows Metafile) but MS Word can

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128583

--- Comment #10 from QA Administrators  ---
Dear Ferry Toth,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 117322] Unwanted code present when exporting to ePub in 6.0.2.1 from Writer - Windows 10

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117322

--- Comment #10 from QA Administrators  ---
Dear Azrael Arocha,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 121916] SVG from document created with older LibreOffice builds provoke redundant paste option; transparency lost

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121916

--- Comment #7 from QA Administrators  ---
Dear OfficeUser,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 113780] Password-protected PDF which should allow opening still prompts for password

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113780

--- Comment #20 from QA Administrators  ---
Dear jan.prochaska,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 106952] Update cell style can bypass cell protection

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106952

--- Comment #6 from QA Administrators  ---
Dear Jean-Sebastien Bevilacqua,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

--- Comment #8 from yuily...@gmail.com ---
This is definitively a font issue.

The problem happens on a fresh installation of Kubuntu 20.10.

There "Calibri" is substituted with "Noto Sans", according to "fc-match"

Installing the package "fonts-crosextra-carlito" fixes the issue.

I think LibreOffice should:

1. Issue a warning, either (i) the font is not present and will be substituted
or (ii) the font is not present, will be substituted but the substitution is
dangerous (such as in this case, perhaps maintaining a list of "dangerous"
substitutions)

2. It would be great if LibreOffice offer the user to download automatically a
better font for the substitution (perhaps maintaining its own repository of
open-source font). This is what Wine does, which offer the user to download a
Gecko version and a Mono version

Either way I think a solution should be provided. It took me days to track this
down to font issue, I don't think an average user should be required to do that
(and he/she will probably not but just uninstall LibreOffice thinking it is
bugged)

-- 
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 138076] Trying to print envelopes, after clicking Yes for print Form Letter, nothing else pops up

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138076

Alex Stangl  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Alex Stangl  ---
I tried printing envelopes again tonight, and tonight it worked. I don't know
what's different, but since it's working for me now I'll close the bug as
RESOLVED WORKSFORME.

-- 
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 138576] style Important has wrong format and wrong next style

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138576

--- Comment #3 from tor...@yahoo.com ---
(In reply to Dieter from comment #2)
> I confirm the observed behaviour with
> 
> Version: 7.1.0.0.beta1 (x64)
> Build ID: 828a45a14a0b954e0e539f5a9a10ca31c81d8f53
> CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL:
> win
> Locale: de-DE (de_DE); UI: en-GB
> Calc: threaded

> Using style inspector (I'm not really familiar with it) I can see two
> differences between the paragraph "aa" and "bb"
> 1. "Numbering style List 2" is greyed out in para style "Important" for
> paragraph "bb"
> 2. Paragraph "bb" has direct paragraph formatting "Numbering style List 2"

**I see (in OutlineAndNumbering) "Numbering style: Bullet -" for both parags;
nothing greyed out, no List 2
Version: 7.1.0.0.beta1 (x64)
Build ID: 828a45a14a0b954e0e539f5a9a10ca31c81d8f53
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_US); UI: en-US
Calc: threaded

 how you created the document, TorrAB?
** no idea

-- 
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 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

--- Comment #7 from yuily...@gmail.com ---
Hello,

this problem happens on a fresh installation of Kubuntu 20.10. The LibreOffice
version installed is 7.0.2.2.

However, after running `sudo apt-get upgrade libreoffice`, the problem
disappears. But, after the upgrade, the LibreOffice version is still 7.0.2.2.

I noticed that the `upgrade` command installs a lot of fonts packags, packages
named "fonts-*".

May it be a problem of missing fonts?

The font used in the presentation is Calibre Light for the title and Calibre
for the text. But I have noticed that both BEFORE and AFTER the upgrade,
LibreOffice tells me that the font is missing and will be substituted.

Is it possible that BEFORE the upgrade it substitutes it with font X, not fully
working apparently, and AFTER the upgrade, it substitutes it with the new font
Y, which apparently is better working?

How do I find out the substitute font that LibreOffice is using?

-- 
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 138846] Add label to "Settings" button in Template Manager and change label to "Categories"

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138846

--- Comment #3 from sdc.bla...@youmail.dk ---
(In reply to jan d from comment #2)
> To the icon vs. labeled button I have no particular opinion. 
Neither do I, beyond acknowledging the general issue raised in bug 115847 with
exactly this icon.

> What about moving the gear button up to the upper right corner next to the
> categories dropdown? That might at least help semantically a bit, as then
> the both category-concerned elements would be next to each other.
Interesting idea.  

Also for semantic reasons, if "Settings" ("Categories") icon stays in lower
left, then move "Move" next to "Gear"  (because "Move" is a "categories"
operation).  

Or to reduce even more clutter, put "move" command into Settings dropdown menu
as "Move Template"  (or "Move to Category..." )

-- 
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-ux-advise] [Bug 138846] Add label to "Settings" button in Template Manager and change label to "Categories"

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138846

--- Comment #3 from sdc.bla...@youmail.dk ---
(In reply to jan d from comment #2)
> To the icon vs. labeled button I have no particular opinion. 
Neither do I, beyond acknowledging the general issue raised in bug 115847 with
exactly this icon.

> What about moving the gear button up to the upper right corner next to the
> categories dropdown? That might at least help semantically a bit, as then
> the both category-concerned elements would be next to each other.
Interesting idea.  

Also for semantic reasons, if "Settings" ("Categories") icon stays in lower
left, then move "Move" next to "Gear"  (because "Move" is a "categories"
operation).  

Or to reduce even more clutter, put "move" command into Settings dropdown menu
as "Move Template"  (or "Move to Category..." )

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


[Libreoffice-bugs] [Bug 138760] Mail Merge does not find the source data when I go back into the document.

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138760

--- Comment #3 from moonovermyspa...@protonmail.com 
 ---
Additional discussion thread:
https://ask.libreoffice.org/en/question/283023/mail-merge-loses-field-connections/

-- 
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 135580] Remove Euro Converter Wizard from Wizard menu

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135580

--- Comment #2 from Sascha Z  ---
EURO converter was used in 2001.

+2002 to remove

-- 
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-ux-advise] [Bug 135580] Remove Euro Converter Wizard from Wizard menu

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135580

--- Comment #2 from Sascha Z  ---
EURO converter was used in 2001.

+2002 to remove

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


[Libreoffice-commits] core.git: dictionaries

2020-12-16 Thread Olivier Hallot (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e97a81e94511b52987a50b7bdb72c922899da588
Author: Olivier Hallot 
AuthorDate: Wed Dec 16 21:00:22 2020 -0300
Commit: Gerrit Code Review 
CommitDate: Thu Dec 17 01:00:22 2020 +0100

Update git submodules

* Update dictionaries from branch 'master'
  to 0e9c0ca4395fa3001dd08b224a67d2414be2e7fb
  - Fix en -> en-US in description.xml

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

diff --git a/dictionaries b/dictionaries
index 5cc749024e02..0e9c0ca4395f 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 5cc749024e02dcb2a6d798091aeb6b75b588a386
+Subproject commit 0e9c0ca4395fa3001dd08b224a67d2414be2e7fb
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: pt_PT/description.xml

2020-12-16 Thread Olivier Hallot (via logerrit)
 pt_PT/description.xml |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e9c0ca4395fa3001dd08b224a67d2414be2e7fb
Author: Olivier Hallot 
AuthorDate: Wed Dec 16 09:23:56 2020 -0300
Commit: Olivier Hallot 
CommitDate: Thu Dec 17 01:00:22 2020 +0100

Fix en -> en-US in description.xml

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

diff --git a/pt_PT/description.xml b/pt_PT/description.xml
index 655a152..9112ee0 100644
--- a/pt_PT/description.xml
+++ b/pt_PT/description.xml
@@ -41,7 +41,7 @@
 entry for each language it implements and one default English entry.
 The default entry is the one listed first. -->
 
-Portuguese, Portugal spelling and hyphenation 
dictionaries and thesaurus.
+Portuguese, Portugal spelling and hyphenation 
dictionaries and thesaurus.
 Corretor ortográfico, hifenizador e dicionário de 
sinónimos para português de Portugal.
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: dictionaries

2020-12-16 Thread Olivier Hallot (via logerrit)
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed7de5a18baa54f1326623d58133ec2a572a1d4f
Author: Olivier Hallot 
AuthorDate: Wed Dec 16 20:59:52 2020 -0300
Commit: Gerrit Code Review 
CommitDate: Thu Dec 17 00:59:52 2020 +0100

Update git submodules

* Update dictionaries from branch 'master'
  to 5cc749024e02dcb2a6d798091aeb6b75b588a386
  - Fix en->en-US in  descrition.xml of es spell dict

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

diff --git a/dictionaries b/dictionaries
index 2bfbaa38e1ac..5cc749024e02 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 2bfbaa38e1acd6984a3745c1668ad78096c3fa00
+Subproject commit 5cc749024e02dcb2a6d798091aeb6b75b588a386
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: es/description.xml

2020-12-16 Thread Olivier Hallot (via logerrit)
 es/description.xml |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5cc749024e02dcb2a6d798091aeb6b75b588a386
Author: Olivier Hallot 
AuthorDate: Wed Dec 16 09:32:08 2020 -0300
Commit: Olivier Hallot 
CommitDate: Thu Dec 17 00:59:52 2020 +0100

Fix en->en-US in  descrition.xml of es spell dict

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

diff --git a/es/description.xml b/es/description.xml
index afc5fc6..e6d0238 100644
--- a/es/description.xml
+++ b/es/description.xml
@@ -6,7 +6,7 @@
 
   
   Corrector ortográfico, separación de sílabas y 
diccionario de sinónimos para el español (todas las variantes).
-  Spanish spelling dictionary, hyphenation rules, and 
thesaurus for all variants of Spanish.
+  Spanish spelling dictionary, hyphenation rules, and 
thesaurus for all variants of Spanish.
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 32862] Improve precision of function MOD() for big numbers (7^19 mod 13 is 6 not 7)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32862

b.  changed:

   What|Removed |Added

 CC||newbie...@gmx.de

--- Comment #6 from b.  ---
calc calculates correctly - in this case and within it's limitations, 

the 'double' representation of 7^19 is 11398895185373144,00 you can 'see' the
digits hidden by calcs 'Standard' display format 1,13988951853731E+016
by '=RAWSUBTRACT(7^19;1,13988E+016)'

that's off by 1 from the correct value 11398895185373143, double-floats have a
granularity of '2' in this range, thus the result of the mod calculation is off
too, that's correct for calc, but not for users, 

to regain some harmony between the expectations of users - who think a computer
for several thousand bucks should be able to calculate better than they
themself - and the meager abilities of calc and ex$el, many ways would be
possible, two come to my mind immediately: 

- calculation results should be provided with information how accurate - or
inaccurate! - they are, and where one has to expect that the inaccuracy
violates the expectations of users, a warning should be given! 

- tasks for which in principle exact results are possible but not directly
reachable in fp-math should be calculated 'intelligently decomposed', e.g. in
extension of @Regina's approach in c#2 one could calculate '=mod(7^19;13)' as
'=mod(7^10;13) * mod(7^9;13)' - and take the whole again mod-13 as the product
might be >=13, so '=mod(mod(7^10;13) * mod(7^9;13);13)',  that holds, 

to recognize the necessity of such decompositions and to initiate them
intelligently is - automated - not trivial, but also not witchcraft, 

1st step i'd propose: each mathematical procedure is preceeded by a
'range-check' and if the operands exceed or fall below the range for which
exact results are possible a warning is issued, 

2nd step: after that 'calculation tricks' can be added bit by bit which extend
the capabilities of the procedures and are activated in case of 'off-range'
instead of the warning, 

the actual solution in calc to compute and display '0' for such tasks is ...
suboptimal ... user take that as a result instead of a warning

-- 
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 138136] EDITING Collapsing first of two consecutive headings does nothing

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138136

--- Comment #6 from Jim Raykowski  ---
Created attachment 168246
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168246=edit
treat outline sub levels as content demo

Here is effort that adds option to treat sub outline levels as content of upper
levels. When this option is active, sub outline levels and their content will
be hid or shown on upper level visibility toggle. 

https://gerrit.libreoffice.org/c/core/+/107815

-- 
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-ux-advise] [Bug 138136] EDITING Collapsing first of two consecutive headings does nothing

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138136

--- Comment #6 from Jim Raykowski  ---
Created attachment 168246
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168246=edit
treat outline sub levels as content demo

Here is effort that adds option to treat sub outline levels as content of upper
levels. When this option is active, sub outline levels and their content will
be hid or shown on upper level visibility toggle. 

https://gerrit.libreoffice.org/c/core/+/107815

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


[Libreoffice-bugs] [Bug 116381] Update Calc documentation for image handling improvements

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116381

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

https://git.libreoffice.org/help/commit/d8e499a2dafadafc7cf90869f1046e1df8c2d3f4

tdf#116381 - Add help file - anchor types for an image in Calc

-- 
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 116381] Update Calc documentation for image handling improvements

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116381

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.2.0

-- 
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: helpcontent2

2020-12-16 Thread Balaharipreetha Muthu (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85fbdab3e67acda6340a0248de43fc756b560226
Author: Balaharipreetha Muthu 
AuthorDate: Thu Dec 17 00:09:57 2020 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Dec 17 00:09:57 2020 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to d8e499a2dafadafc7cf90869f1046e1df8c2d3f4
  - tdf#116381 - Add help file - anchor types for an image in Calc

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

diff --git a/helpcontent2 b/helpcontent2
index a79d500fcf23..d8e499a2dafa 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a79d500fcf233f3da1afb1b4d1b63ea3ad18de59
+Subproject commit d8e499a2dafadafc7cf90869f1046e1df8c2d3f4
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-12-16 Thread Balaharipreetha Muthu (via logerrit)
 AllLangHelp_scalc.mk|1 
 source/text/scalc/guide/change_image_anchor.xhp |   45 
 2 files changed, 46 insertions(+)

New commits:
commit d8e499a2dafadafc7cf90869f1046e1df8c2d3f4
Author: Balaharipreetha Muthu 
AuthorDate: Fri Dec 11 03:28:35 2020 +0100
Commit: Olivier Hallot 
CommitDate: Thu Dec 17 00:09:57 2020 +0100

tdf#116381 - Add help file - anchor types for an image in Calc

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

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index c339ed099..4c730d72a 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -328,6 +328,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
 helpcontent2/source/text/scalc/guide/cellstyle_by_formula \
 helpcontent2/source/text/scalc/guide/cellstyle_conditional \
 helpcontent2/source/text/scalc/guide/cellstyle_minusvalue \
+helpcontent2/source/text/scalc/guide/change_image_anchor \
 helpcontent2/source/text/scalc/guide/consolidate \
 helpcontent2/source/text/scalc/guide/csv_files \
 helpcontent2/source/text/scalc/guide/csv_formula \
diff --git a/source/text/scalc/guide/change_image_anchor.xhp 
b/source/text/scalc/guide/change_image_anchor.xhp
new file mode 100644
index 0..854e7d196
--- /dev/null
+++ b/source/text/scalc/guide/change_image_anchor.xhp
@@ -0,0 +1,45 @@
+
+
+
+
+
+  
+Change Image Anchor in Calc
+/text/scalc/guide/change_image_anchor.xhp
+  
+
+
+  
+anchor;image
+
+
+Change Anchor of Image
+  
+When 
you insert an image in Calc, it gets anchored to the cell by default and does 
not resize when moved.
+
+The image could be anchored in three different ways:
+
+  
+
+ To Cell: When the image is anchored to 
cell, the image will move along with the cell( while copying, sorting or 
inserting cells).
+
+To Cell(resize with cell): When resize 
with cell option is selected, the image would move along with the cell. Also 
the size of the image will be altered according to the size of the destination 
cell. The aspect ratio of original image is maintained as long as the image 
fits into the cell. 
+
+To Page: When the image is anchored to 
page, ordering of cells or pasting in other cells do not affect the image 
position in the page.
+
+  
+  
+  
+  To Change the anchor of an 
imageInsert 
Image Dialog - Anchor. Or,
+on the context menu of the image choose - Anchor
+
+   The original size of the 
image and cell is preserved while pasting the entire row or entire column for 
both "To Cell" and "To Cell(resize with cell)" option.
+
+
\ No newline at end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 138982] VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

--- Comment #2 from Jay  ---

As they say "One man's trash is another man's treasure." I guess in this case
it would be "clutter" instead of "trash."

Is there an API/theme/plugin that allows me to customize my installation for my
workflow?

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


[Libreoffice-bugs] [Bug 138982] VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

--- Comment #2 from Jay  ---

As they say "One man's trash is another man's treasure." I guess in this case
it would be "clutter" instead of "trash."

Is there an API/theme/plugin that allows me to customize my installation for my
workflow?

-- 
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 134355] When Arrange Fontwork and Shapes, cannot set Fontwork to bring to front

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134355

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #13 from Regina Henschel  ---
I see the same problem too with other shapes. Draw a custon shape in a new
document. Draw a second shape. Move the shapes so that they overlap. Try to
change the stacking order. The first shape will always be on top.

Are you sure it works in any version? I see the error too in AOO.

The problem is, that the first custom shape is put to layer "Controls" and
objects on that special layer are forced to be on top. You can see which layer
is used by expecting the shape in a Basic macro. The layername property is
available in the API.

If you use "to Background" and then "to Foreground" the shape gets the correct
layer. And of cause saving and reloading solves the problem too, because the
file format does not know any "layer" for spreadsheet documents but only
z-order. Layer are internally in Calc. 

Line 106
SdrLayer* pLayer =
pView->GetModel()->GetLayerAdmin().GetLayerPerID(SC_LAYER_CONTROLS);
in FuConstCustomShape::Activate()
looks suspicious to me. Switching layer on Activate() and Deactivate() makes
only sense for form controls.

-- 
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/source

2020-12-16 Thread Julien Nabet (via logerrit)
 sc/source/ui/namedlg/namedlg.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1790ed500f3033581ee4a3ef43428d7fda4692cc
Author: Julien Nabet 
AuthorDate: Sat Dec 12 12:16:27 2020 +0100
Commit: Eike Rathke 
CommitDate: Wed Dec 16 23:53:59 2020 +0100

tdf#138822: really undo when clicking Cancel in managing Named Ranges

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

diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index 88a115aec4b5..1b76dfafa997 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -459,6 +459,7 @@ IMPL_LINK_NOARG(ScNameDlg, OkBtnHdl, weld::Button&, void)
 
 IMPL_LINK_NOARG(ScNameDlg, CancelBtnHdl, weld::Button&, void)
 {
+mbCloseWithoutUndo = true;
 response(RET_CANCEL);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138982] VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
We already provide the Page details, while the "thumb" on the vertical scroll
bar gives a visual representation of where in the document the view cursor is
located.  

Adding a textual "percentage" entry of cursor position would just add clutter
for the majority of users.

-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-ux-advise] [Bug 138982] VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
We already provide the Page details, while the "thumb" on the vertical scroll
bar gives a visual representation of where in the document the view cursor is
located.  

Adding a textual "percentage" entry of cursor position would just add clutter
for the majority of users.

-1

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


Georgy Litvinov license statement

2020-12-16 Thread Georgy

   All of my past & future contributions to LibreOffice may be
   licensed under the MPLv2/LGPLv3+ dual license.

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


[Libreoffice-bugs] [Bug 138924] Libre Writer does not properly execute the IMAGE anchor choice as coded in STYLES.XML

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138924

--- Comment #4 from John Lockridge  ---
Created attachment 168245
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168245=edit
This is the build of 7.1.0 that still has the problem.

-- 
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: uitest/impress_tests

2020-12-16 Thread Xisco Fauli (via logerrit)
 uitest/impress_tests/start.py |   34 ++
 1 file changed, 2 insertions(+), 32 deletions(-)

New commits:
commit dffcf10aa17b77c64131fa949aef51eb6da2fd48
Author: Xisco Fauli 
AuthorDate: Wed Dec 16 16:20:11 2020 +0100
Commit: Xisco Fauli 
CommitDate: Wed Dec 16 23:36:35 2020 +0100

uitest: sd: remove duplicated tests and add missing assert

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

diff --git a/uitest/impress_tests/start.py b/uitest/impress_tests/start.py
index cf3610af3ab0..6406ceb1a8f8 100644
--- a/uitest/impress_tests/start.py
+++ b/uitest/impress_tests/start.py
@@ -23,6 +23,8 @@ class SimpleImpressTest(UITestCase):
 xEditWin = xImpressDoc.getChild("impress_win")
 xEditWin.executeAction("SET", mkPropertyValues({"ZOOM": "200"}))
 
+self.assertEqual(get_state_as_dict(xEditWin)["Zoom"], "200")
+
 self.ui_test.close_doc()
 
 def test_select_page(self):
@@ -49,36 +51,4 @@ class SimpleImpressTest(UITestCase):
 
 self.ui_test.close_doc()
 
-def test_select_text(self):
-
-self.ui_test.create_doc_in_start_center("impress")
-
-xTemplateDlg = self.xUITest.getTopFocusWindow()
-xCancelBtn = xTemplateDlg.getChild("cancel")
-self.ui_test.close_dialog_through_button(xCancelBtn)
-
-xImpressDoc = self.xUITest.getTopFocusWindow()
-
-xEditWin = xImpressDoc.getChild("impress_win")
-
-self.ui_test.close_doc()
-
-def test_select_object(self):
-
-self.ui_test.create_doc_in_start_center("impress")
-
-xTemplateDlg = self.xUITest.getTopFocusWindow()
-xCancelBtn = xTemplateDlg.getChild("cancel")
-self.ui_test.close_dialog_through_button(xCancelBtn)
-
-xImpressDoc = self.xUITest.getTopFocusWindow()
-print(xImpressDoc.getChildren())
-
-xEditWin = xImpressDoc.getChild("impress_win")
-
-xEditWin.executeAction("SELECT", mkPropertyValues({"OBJECT":"Unnamed 
Drawinglayer object 1"}))
-xEditWin.executeAction("DESELECT", tuple())
-
-self.ui_test.close_doc()
-
 # vim: set shiftwidth=4 softtabstop=4 expandtab:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: uitest/impress_tests uitest/uitest

2020-12-16 Thread Xisco Fauli (via logerrit)
 uitest/impress_tests/drawinglayer.py |   50 +++
 uitest/uitest/uihelper/common.py |4 ++
 2 files changed, 54 insertions(+)

New commits:
commit f6ae309370debfdba352d7dd0a28835d3448bbbf
Author: Xisco Fauli 
AuthorDate: Wed Dec 16 20:10:14 2020 +0100
Commit: Xisco Fauli 
CommitDate: Wed Dec 16 23:35:28 2020 +0100

uitest: sd: Check Position and Size dialog after moving...

and resizing objects

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

diff --git a/uitest/impress_tests/drawinglayer.py 
b/uitest/impress_tests/drawinglayer.py
index e24d98b9571e..d4de9f32a7a4 100644
--- a/uitest/impress_tests/drawinglayer.py
+++ b/uitest/impress_tests/drawinglayer.py
@@ -7,6 +7,7 @@
 
 from uitest.uihelper.common import get_state_as_dict
 from libreoffice.uno.propertyvalue import mkPropertyValues
+from uitest.uihelper.common import change_measurement_unit
 from uitest.framework import UITestCase
 
 class ImpressDrawinglayerTest(UITestCase):
@@ -18,6 +19,8 @@ class ImpressDrawinglayerTest(UITestCase):
 xCancelBtn = xTemplateDlg.getChild("cancel")
 self.ui_test.close_dialog_through_button(xCancelBtn)
 
+change_measurement_unit(self, 'Centimeter')
+
 xImpressDoc = self.xUITest.getTopFocusWindow()
 
 document = self.ui_test.get_component()
@@ -26,6 +29,7 @@ class ImpressDrawinglayerTest(UITestCase):
 self.assertEqual(1400, document.DrawPages[0].getByIndex(1).Position.X)
 self.assertEqual(3685, document.DrawPages[0].getByIndex(1).Position.Y)
 
+
 xEditWin = xImpressDoc.getChild("impress_win")
 xDrawinglayerObject = xEditWin.getChild("Unnamed Drawinglayer object 
1")
 xDrawinglayerObject.executeAction("MOVE", mkPropertyValues({"X": 
"1000", "Y":"1000"}))
@@ -35,6 +39,28 @@ class ImpressDrawinglayerTest(UITestCase):
 self.assertEqual(2400, document.DrawPages[0].getByIndex(1).Position.X)
 self.assertEqual(4685, document.DrawPages[0].getByIndex(1).Position.Y)
 
+self.assertIsNone(document.CurrentSelection)
+
+xEditWin.executeAction("SELECT", mkPropertyValues({"OBJECT":"Unnamed 
Drawinglayer object 1"}))
+self.assertEqual("com.sun.star.drawing.SvxShapeCollection", 
document.CurrentSelection.getImplementationName())
+
+self.ui_test.execute_dialog_through_command(".uno:Size")
+
+xDialog = self.xUITest.getTopFocusWindow()
+
+self.assertEqual('25.2', 
get_state_as_dict(xDialog.getChild('MTR_FLD_WIDTH'))['Value'])
+self.assertEqual('9.13', 
get_state_as_dict(xDialog.getChild('MTR_FLD_HEIGHT'))['Value'])
+self.assertEqual('2.4', 
get_state_as_dict(xDialog.getChild('MTR_FLD_POS_X'))['Value'])
+self.assertEqual('4.69', 
get_state_as_dict(xDialog.getChild('MTR_FLD_POS_Y'))['Value'])
+self.assertEqual('0', 
get_state_as_dict(xDialog.getChild('NF_ANGLE'))['Value'])
+
+xOK = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOK)
+
+self.assertEqual("com.sun.star.drawing.SvxShapeCollection", 
document.CurrentSelection.getImplementationName())
+xEditWin.executeAction("DESELECT", tuple())
+self.assertIsNone(document.CurrentSelection)
+
 self.ui_test.close_doc()
 
 def test_resize_object(self):
@@ -44,6 +70,8 @@ class ImpressDrawinglayerTest(UITestCase):
 xCancelBtn = xTemplateDlg.getChild("cancel")
 self.ui_test.close_dialog_through_button(xCancelBtn)
 
+change_measurement_unit(self, 'Centimeter')
+
 xImpressDoc = self.xUITest.getTopFocusWindow()
 
 document = self.ui_test.get_component()
@@ -62,6 +90,28 @@ class ImpressDrawinglayerTest(UITestCase):
 self.assertEqual(12600, document.DrawPages[0].getByIndex(1).Size.Width)
 self.assertEqual(4568, document.DrawPages[0].getByIndex(1).Size.Height)
 
+self.assertIsNone(document.CurrentSelection)
+
+xEditWin.executeAction("SELECT", mkPropertyValues({"OBJECT":"Unnamed 
Drawinglayer object 1"}))
+self.assertEqual("com.sun.star.drawing.SvxShapeCollection", 
document.CurrentSelection.getImplementationName())
+
+self.ui_test.execute_dialog_through_command(".uno:Size")
+
+xDialog = self.xUITest.getTopFocusWindow()
+
+self.assertEqual('12.6', 
get_state_as_dict(xDialog.getChild('MTR_FLD_WIDTH'))['Value'])
+self.assertEqual('4.57', 
get_state_as_dict(xDialog.getChild('MTR_FLD_HEIGHT'))['Value'])
+self.assertEqual('0.95', 
get_state_as_dict(xDialog.getChild('MTR_FLD_POS_X'))['Value'])
+self.assertEqual('3.84', 
get_state_as_dict(xDialog.getChild('MTR_FLD_POS_Y'))['Value'])
+self.assertEqual('0', 
get_state_as_dict(xDialog.getChild('NF_ANGLE'))['Value'])
+
+xOK = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOK)
+
+  

[Libreoffice-bugs] [Bug 84098] kill copy+paste in VBA tests ...

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84098

George Bateman  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |george.batema...@gmail.com
   |desktop.org |
 CC||george.batema...@gmail.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 90486] [META] Chart bugs and enhancements

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486
Bug 90486 depends on bug 108157, which changed state.

Bug 108157 Summary: Chart bars disappear when reopening a file
https://bugs.documentfoundation.org/show_bug.cgi?id=108157

   What|Removed |Added

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

-- 
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 108157] Chart bars disappear when reopening a file

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108157

Leyan  changed:

   What|Removed |Added

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

--- Comment #10 from Leyan  ---
I cannot reproduce the issue on LibreOffice 7.0.3.1

The original file is opened with the data hidden in the chart, but it can be
retrieved by updating the formatting the X axis. I did not manage to make the
bars disappear when following the steps on comment 5.

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #6 from Jorge  ---
Created attachment 168244
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168244=edit
Screenshot without footnote in LO

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #5 from Jorge  ---
Created attachment 168243
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168243=edit
Screenshot with footnote in MO

-- 
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 138924] Libre Writer does not properly execute the IMAGE anchor choice as coded in STYLES.XML

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138924

John Lockridge  changed:

   What|Removed |Added

 CC||john4...@newhopetel.net

--- Comment #3 from John Lockridge  ---
Created attachment 168242
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168242=edit
Screen shots showing that the code is actually broken

I've had two replies to my bug report, both stating that this will be fixed in
7.1.  I tested 7.1.0 and it is not fixed in that release.


It is version 7.1.0.0 beta 1  build 828a45a0b954e0e539f5a9

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #4 from Jorge  ---
Created attachment 168241
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168241=edit
Screenshot with footnote in LO

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #3 from Jorge  ---
Created attachment 168240
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168240=edit
Document without the last footnote

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #2 from Jorge  ---
Created attachment 168239
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168239=edit
Document saved as .doc

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #1 from Jorge  ---
Created attachment 168238
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168238=edit
Original document

-- 
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 138984] New: Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

Bug ID: 138984
   Summary: Information missing due to footnote and line spacing
in LibreOffice
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jorgeurib...@hotmail.com

Description:
A .docx file containing a footnote and line spacing created in MO isn’t
rendered correctly when importing to LibreOffice as part of the information is
lost. The line spacing is lost, due to this the footnote is sent to the 2nd
page, and all the information after this is lost and seems unrecoverable. 

- When deleting the footnote on the third page, the document is rendered
correctly.
- When converting the document to a .doc through MO, all the information is
rendered correctly.


Actual Results:
Part of the information after the last footnote is deleted

Expected Results:
All the information is showing correctly


Reproducible: Always


User Profile Reset: No



Additional Info:

Version: 7.0.3.1, also tested in versions 7.0.1.2 and 6.4.7.2
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 12; OS: Mac OS X 10.15.7; UI render: default; VCL: osx
Locale: en-US (en_CO.UTF-8); 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 138958] Slovenian translation bug

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138958

Andras Timar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Andras Timar  ---
(In reply to Martin Srebotnjak from comment #8)
> Does this mean they will not make it into RC1?

No, I don't see the rc1 tag, so I think we were on time.

The problem is not reproducible on my system with the latest translations.

Fixing commit:

commit ece40d072f96c1b8d2bb2028428cbecc6ebbb0d9 (HEAD -> libreoffice-7-1,
origin/libreoffice-7-1)
Author: Andras Timar 
Date:   Wed Dec 16 18:24:47 2020 +0100

Updated Slovenian translation

Change-Id: Ia1898aa1b2659422d96c1997dac7436f123d12f6

-- 
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 138983] Line on top of Text Box

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138983

--- Comment #1 from LeroyG  ---
Related question: https://ask.libreoffice.org/en/question/282929/

The "text box" is a Form Text Box. Apparently this occurs with any Shape, not
only Lines.

Writer, Impress and Draw show the same issue.

Version: 6.4.7.2 (x86)
Build ID: 639b8ac485750d5696d7590a72ef1b496725cfb5
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win; 
Locale: es-MX (es_MX); UI-Language: en-US
Calc: threaded

Pii (the OP) is with LibreOfice 7.0.3.1 on Windows 10.

-- 
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   4   >