[Libreoffice-bugs] [Bug 145161] Writer Impress : the image compression form should change the image resolution only if it decreases

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145161

--- Comment #1 from Timur  ---
You filed bug 145160 and bug 145161 probably without searching existing bugs
first. Please do and see if a duplicate, maybe bug 132592.

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

[Libreoffice-bugs] [Bug 145160] Writer Impress : the image compression form should select by default the former image format

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145160

--- Comment #1 from Timur  ---
You filed bug 145160 and bug 145161 probably without searching existing bugs
first. Please do and see if a duplicate, seems bug 119634.

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

[Libreoffice-bugs] [Bug 50879] form exported as pdf does not embed all required fonts (fix per Comment 43)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50879

Timur  changed:

   What|Removed |Added

   Priority|medium  |high

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

[Libreoffice-bugs] [Bug 38263] Zooming presentation

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38263

Timur  changed:

   What|Removed |Added

URL|https://laundrydetergentide |
   |as.com/ |

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

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

2021-10-15 Thread Tomoyuki Kubota (via logerrit)
 vcl/source/gdi/textlayout.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bdb8c1796646fc89ae7e11cd0e8f3be1cbdcb848
Author: Tomoyuki Kubota 
AuthorDate: Fri Oct 15 15:34:04 2021 +0200
Commit: Noel Grandin 
CommitDate: Sat Oct 16 07:03:18 2021 +0200

adapt to the change from tools::Long* to std::vector*
since d4dc6b5c

Change-Id: Ic2104185aec40e01b81d3559c161d894a473d3a7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123631
Tested-by: Noel Grandin 
Reviewed-by: Noel Grandin 

diff --git a/vcl/source/gdi/textlayout.cxx b/vcl/source/gdi/textlayout.cxx
index 94a24254f99a..738b6d460fcb 100644
--- a/vcl/source/gdi/textlayout.cxx
+++ b/vcl/source/gdi/textlayout.cxx
@@ -177,7 +177,7 @@ namespace vcl
 aTrace.append( " = ( " );
 for ( sal_Int32 i=0; i<_nLength; )
 {
-aTrace.append( _pDXAry[i] );
+aTrace.append( _pDXAry->at(i) );
 if ( ++i < _nLength )
 aTrace.append( ", " );
 }


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

2021-10-15 Thread Tomoyuki Kubota (via logerrit)
 editeng/source/editeng/impedit3.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5cffe30843b4afa81123ab972347e3142c9b87b
Author: Tomoyuki Kubota 
AuthorDate: Fri Oct 15 17:54:46 2021 +0200
Commit: Noel Grandin 
CommitDate: Sat Oct 16 07:02:52 2021 +0200

adapt to the variable name change from pPortion to rPortion since  35f03f26

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

diff --git a/editeng/source/editeng/impedit3.cxx 
b/editeng/source/editeng/impedit3.cxx
index 884a752218e3..9281f4d7dcf2 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -3241,7 +3241,7 @@ void ImpEditEngine::Paint( OutputDevice& rOutDev, 
tools::Rectangle aClipRect, Po
 aTmpFont.SetFillColor( COL_LIGHTGRAY );
 aTmpFont.SetTransparent( sal_False );
 }
-else if ( GetI18NScriptType( EditPaM( 
pPortion->GetNode(), nIndex+1 ) ) == i18n::ScriptType::COMPLEX )
+else if ( GetI18NScriptType( EditPaM( 
rPortion.GetNode(), nIndex+1 ) ) == i18n::ScriptType::COMPLEX )
 {
 aTmpFont.SetFillColor( COL_LIGHTCYAN );
 aTmpFont.SetTransparent( sal_False );


[Libreoffice-bugs] [Bug 141033] Usability : Base Form Control Property dialog window width is too narrow by default

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141033

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 145065] Libreoffice MySQL native connector problem

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145065

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 145065] Libreoffice MySQL native connector problem

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145065

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

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

[Libreoffice-bugs] [Bug 141100] LibreOffice Calc does not support macro enabled file

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141100

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] [Bug 141100] LibreOffice Calc does not support macro enabled file

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141100

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

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] [Bug 136845] clicking on libreoffice help or typing F1 opens a white page NewHelp0.html in write/web

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136845

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] [Bug 136845] clicking on libreoffice help or typing F1 opens a white page NewHelp0.html in write/web

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136845

--- Comment #6 from QA Administrators  ---
Dear Mediaf,

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] [Bug 135944] Selected table can't with splitted and merged cells can't be overwritten/ nor does it past in the cells as what happens with regular table

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135944

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] [Bug 135944] Selected table can't with splitted and merged cells can't be overwritten/ nor does it past in the cells as what happens with regular table

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135944

--- Comment #5 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] [Bug 135901] Missing space suggestion has an exception, where i would expect it too

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135901

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] [Bug 135901] Missing space suggestion has an exception, where i would expect it too

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135901

--- Comment #5 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] [Bug 135869] Anchor a chart behaves differently/wonky compared to an image

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135869

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] [Bug 135869] Anchor a chart behaves differently/wonky compared to an image

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135869

--- Comment #5 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] [Bug 87740] [META] Anchor and text wrapping bugs and enhancements

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87740
Bug 87740 depends on bug 135849, which changed state.

Bug 135849 Summary: Image shuffle around when moving an image (another example)
https://bugs.documentfoundation.org/show_bug.cgi?id=135849

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 135849] Image shuffle around when moving an image (another example)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135849

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] [Bug 135849] Image shuffle around when moving an image (another example)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135849

--- 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] [Bug 135811] When editing documents the text lines will suddenly overlay.

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135811

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] [Bug 135811] When editing documents the text lines will suddenly overlay.

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135811

--- Comment #6 from QA Administrators  ---
Dear Carline Moon,

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] [Bug 135524] Inconsistent behaviour when changing icon size of Notebookbar

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135524

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] [Bug 135524] Inconsistent behaviour when changing icon size of Notebookbar

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135524

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

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] [Bug 89851] insert image fails to render "vector-effect=non-scaling-stroke" proprty of svg files

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89851

--- Comment #8 from QA Administrators  ---
Dear Ian Thompson-Bell,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 42427] OTF & PRINTING = Many fonts have bad spacing, overwritten or missing letters while printing (kerning?)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42427

--- Comment #25 from QA Administrators  ---
Dear Wouter Van Hemel,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 127567] Bibliography: hide column not persistent

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127567

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 127419] EDITING: Database range is extended automatically against my wishes when filtering

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127419

--- Comment #4 from QA Administrators  ---
Dear leander.holtmann,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 119961] EDITING: Automatic cell alignment in Calc breaks with bidi-neutral characters

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119961

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 119960] EDITING: Font metrics mixed up for RTL insets in a LTR context in Calc

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119960

--- Comment #8 from QA Administrators  ---
Dear vaaydayaasra,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 102154] Collapsing of row 1 change to hidden when saved

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102154

--- Comment #9 from QA Administrators  ---
Dear cj,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 120200] [META] Update or correct help for features

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120200
Bug 120200 depends on bug 145135, which changed state.

Bug 145135 Summary: Provide documentation about difference between moving 
anchor and moving image
https://bugs.documentfoundation.org/show_bug.cgi?id=145135

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 87740] [META] Anchor and text wrapping bugs and enhancements

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87740
Bug 87740 depends on bug 145135, which changed state.

Bug 145135 Summary: Provide documentation about difference between moving 
anchor and moving image
https://bugs.documentfoundation.org/show_bug.cgi?id=145135

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 143472] FILEOPEN: pdf fails to open in draw

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143472

--- Comment #5 from David P.  ---
I can confirm this issue with the latest Arch Linux compilations of LO
(libreoffice-fresh and libreoffice-still affected). Opening PDF files with Draw
fails with a general input/output error.

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

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

2021-10-15 Thread Eike Rathke (via logerrit)
 sc/source/core/data/formulacell.cxx |7 +++
 sc/source/core/tool/interpr5.cxx|   19 +++
 2 files changed, 26 insertions(+)

New commits:
commit 459f9de8a87373c826eadab142850cc3fa578fca
Author: Eike Rathke 
AuthorDate: Fri Oct 15 21:56:34 2021 +0200
Commit: Eike Rathke 
CommitDate: Sat Oct 16 01:52:51 2021 +0200

Resolves: tdf#145085 HYPERLINK() do not force a 2nd row URL cell in array 
mode

... but fake a 1-row result dimension instead.

However, keep the behaviour that if a 2-rows array was entered the
2nd row displays the URL and not the repeated cell text.

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

diff --git a/sc/source/core/data/formulacell.cxx 
b/sc/source/core/data/formulacell.cxx
index 74eae869966f..740e5fe02157 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -1075,6 +1075,13 @@ void ScFormulaCell::GetResultDimensions( SCSIZE& rCols, 
SCSIZE& rRows )
 if (pMat)
 {
 pMat->GetDimensions( rCols, rRows );
+if (pCode->IsHyperLink())
+{
+// Row 2 element is the URL that is not to be displayed and the
+// result dimension not to be extended.
+assert(rRows == 2);
+rRows = 1;
+}
 return;
 }
 }
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index d8b58618a0c0..74807696e055 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -3239,6 +3239,25 @@ void ScInterpreter::ScMatRef()
 pMat->GetDimensions( nCols, nRows );
 SCSIZE nC = static_cast(aPos.Col() - aAdr.Col());
 SCSIZE nR = static_cast(aPos.Row() - aAdr.Row());
+#if 0
+// XXX: this could be an additional change for tdf#145085 to not
+// display the URL in a voluntary entered 2-rows array context.
+// However, that might as well be used on purpose to implement a check
+// on the URL, which existing documents may have done, the more that
+// before the accompanying change of
+// ScFormulaCell::GetResultDimensions() the cell array was forced to
+// two rows. Do not change without compelling reason. Note that this
+// repeating top cell is what Excel implements, but it has no
+// additional value so probably isn't used there. Exporting to and
+// using in Excel though will lose this capability.
+if (aCell.mpFormula->GetCode()->IsHyperLink())
+{
+// Row 2 element is the URL that is not to be displayed, fake a
+// 1-row cell-text-only matrix that is repeated.
+assert(nRows == 2);
+nR = 0;
+}
+#endif
 if ((nCols <= nC && nCols != 1) || (nRows <= nR && nRows != 1))
 PushNA();
 else


[Libreoffice-bugs] [Bug 145111] Text block anchor top/left and bottom/left do not work for Fontwork shapes of scale "shape"

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145111

Regina Henschel  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145111] Text block anchor top/left and bottom/left do not work for Fontwork shapes of scale "shape"

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145111

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

https://git.libreoffice.org/core/commit/64bacd4f2bd9c8e10e8c9a0b7d18516c77260df3

tdf#145111 evaluate nVertDiff for HORZADJUST_LEFT too

It will be available in 7.3.0.

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

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

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

[Libreoffice-bugs] [Bug 145111] Text block anchor top/left and bottom/left do not work for Fontwork shapes of scale "shape"

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145111

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.3.0

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

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

2021-10-15 Thread Regina Henschel (via logerrit)
 svx/qa/unit/customshapes.cxx|   38 
 svx/qa/unit/data/tdf145111_TL_BL_Fontwork.odp   |binary
 svx/source/customshapes/EnhancedCustomShapeFontWork.cxx |2 
 3 files changed, 39 insertions(+), 1 deletion(-)

New commits:
commit 64bacd4f2bd9c8e10e8c9a0b7d18516c77260df3
Author: Regina Henschel 
AuthorDate: Fri Oct 15 02:00:30 2021 +0200
Commit: Regina Henschel 
CommitDate: Sat Oct 16 01:15:21 2021 +0200

tdf#145111 evaluate nVertDiff for HORZADJUST_LEFT too

In case of ScaleX=true in property TextPath, SDRTEXTVERTADJUST is
evaluated and should shift the Fontwork text. That did not work for
'LeftTop' and 'LeftBottom'.
Error was that in case of SDRTEXTHORZADJUST_LEFT the vertical shift
was not considered.

Change-Id: I4edb47515c4bf40e17b4054c3a10220df8468028
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123613
Tested-by: Jenkins
Reviewed-by: Regina Henschel 

diff --git a/svx/qa/unit/customshapes.cxx b/svx/qa/unit/customshapes.cxx
index c2d30cef2c0b..5c4ea6914288 100644
--- a/svx/qa/unit/customshapes.cxx
+++ b/svx/qa/unit/customshapes.cxx
@@ -127,6 +127,44 @@ void lcl_AssertRectEqualWithTolerance(std::string_view 
sInfo, const tools::Recta
std::abs(rExpected.GetHeight() - 
rActual.GetHeight()) <= nTolerance);
 }
 
+CPPUNIT_TEST_FIXTURE(CustomshapesTest, testTdf145111_anchor_in_Fontwork)
+{
+// The tested positions depend on dpi.
+if (!IsDefaultDPI())
+return;
+
+// tdf#145004 In case ScaleX is true in property TextPath, 
SDRTEXTVERTADJUST is
+// evaluated and should shift the Fontwork text. That did not work for
+// 'Top-Left' and 'Bottom-Left'.
+
+// Load document
+OUString aURL = m_directories.getURLFromSrc(sDataDirectory) + 
"tdf145111_TL_BL_Fontwork.odp";
+mxComponent = loadFromDesktop(aURL, 
"com.sun.star.comp.presentation.PresentationDocument");
+
+{
+// First shape has anchor set to Top-Left, which shifts Fontwork text 
down.
+uno::Reference xShape(getShape(0));
+SdrObjCustomShape& rSdrCustomShape(
+
static_cast(*SdrObject::getSdrObjectFromXShape(xShape)));
+
+// Without the fix in place top was 2295, but should be 2916 for 96dpi.
+// Was 2184, should be 2886 for 120dpi.
+tools::Rectangle aBoundRect(rSdrCustomShape.GetCurrentBoundRect());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(tools::Long(2916), aBoundRect.Top(), 5);
+}
+{
+// Second shape has anchor set to Bottom-Left, which shifts Fontwork 
text up.
+uno::Reference xShape(getShape(1));
+SdrObjCustomShape& rSdrCustomShape(
+
static_cast(*SdrObject::getSdrObjectFromXShape(xShape)));
+
+// Without the fix in place top was 10294, but should be 9519 for 
96dpi.
+// Was 10184, should be 9481 for 120dpi.
+tools::Rectangle aBoundRect(rSdrCustomShape.GetCurrentBoundRect());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(tools::Long(9519), aBoundRect.Top(), 5);
+}
+}
+
 CPPUNIT_TEST_FIXTURE(CustomshapesTest, testTdf145004_gap_by_ScaleX)
 {
 if (!IsDefaultDPI())
diff --git a/svx/qa/unit/data/tdf145111_TL_BL_Fontwork.odp 
b/svx/qa/unit/data/tdf145111_TL_BL_Fontwork.odp
new file mode 100644
index ..257023cfad0a
Binary files /dev/null and b/svx/qa/unit/data/tdf145111_TL_BL_Fontwork.odp 
differ
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx 
b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
index 669a855388cf..56f67fcb0c89 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -493,7 +493,7 @@ static bool GetFontWorkOutline(
 else if ( eHorzAdjust == SDRTEXTHORZADJUST_RIGHT )
 nHorzDiff = ( rFWData.fHorizontalTextScaling * 
rTextArea.aBoundRect.GetWidth() - rParagraph.aBoundRect.GetWidth() );
 
-if (nHorzDiff)
+if (nHorzDiff || nVertDiff)
 {
 for ( auto& rCharacter : rParagraph.vCharacters )
 {


[Libreoffice-bugs] [Bug 145164] New: Buttons are hidden in toolbar

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145164

Bug ID: 145164
   Summary: Buttons are hidden in toolbar
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: med.medin.2...@gmail.com

Created attachment 175773
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175773=edit
Buttons are hidden in toolbar

The right far space is empty inside toolbar region but some buttons are hidden,
only after clicking double arrow they appear. See attached video for more info.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 5b2848413883565c48d312c96daf8fbca25405d8
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-10-11_23:38:53
Calc: threaded

Operating System: Manjaro Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Kernel Version: 5.4.150-1-MANJARO (64-bit)
Graphics Platform: X11

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

[Libreoffice-bugs] [Bug 144548] Could not find Help page

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144548

flywire  changed:

   What|Removed |Added

Summary|Could not find Help page -  |Could not find Help page
   |Help ID:|
   |dbaccess/ui/choosedatasourc |
   |edialog/help|

--- Comment #4 from flywire  ---
This is a general problem, seems links in code need verification. Two more
examples:

Base Query Design, Save As
https://help.libreoffice.org/7.2/en-GB/text/shared/05/err_html.html?System=WIN=BASE=dbaccess/ui/savedialog/dialog-action_area1
Help ID: dbaccess/ui/savedialog/dialog-action_area1


Base Table Design, Indexes
https://help.libreoffice.org/7.2/en-GB/text/shared/05/err_html.html?System=WIN=BASE=dbaccess/ui/indexdesigndialog/dialog-action_area1
Help ID: dbaccess/ui/indexdesigndialog/dialog-action_area1


Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: en-AU (en_AU); UI: en-GB
Calc: threaded

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

[Libreoffice-bugs] [Bug 145163] New: master document crashes when repositioning inserted document

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145163

Bug ID: 145163
   Summary: master document crashes when repositioning inserted
document
   Product: LibreOffice
   Version: 7.2.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: goodgu...@zoho.com

Description:
i have a document >500 pages. because it gives performance problems (at least
on my 4 core machine) i had to subdivide it by chapter into smaller pieces.
then i made an overall master. now only the master has performance problems, ie
to update the master it takes like 2 minutes. so far so good.
that means, there seem to be timing problems inside writer. when i drag an
inserted document in the master navigator, to update the new sequence it takes
writer several (long) seconds. during that time, i'm able to grab another
inserted document and reposition that one, but then writer crashes. (ok,
workaround is just not to do that)


Steps to Reproduce:
1. create 20 documents of 20-30 pages each, create master to include all of
them
2. in the master navigator, grab one and reposition it. if you have a "slow"
machine, it takes writer >10 seconds to quiet down
3. during that time, the navigator is not modal, so you can grab another
document and reposition it

Actual Results:
swriter crashes

Expected Results:
the navigator window should be modal and forbid actions.
alternatively (which i would prefer) the master should only update, when i tell
it to update (tools>update all), so it would not take time to resequence


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.2.2 / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 4; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb)
Locale: de-CH (en_US.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 145116] assert fails in debug build when touch a style dialog second time

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145116

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Keywords||haveBacktrace
 Ever confirmed|0   |1

--- Comment #5 from Julien Nabet  ---
On Win10 with master sources updated today, I could reproduce this too but
Regina already provided a backtrace.

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

[Libreoffice-bugs] [Bug 117941] slashing and X-"striking" of text removed from RTL text when exporting to PDF

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117941

--- Comment #13 from Eyal Rozenberg  ---
Bug still manifests with:

Version: 7.2.0.1 / LibreOffice Community
Build ID: 32efc3b7f3a71cfa6a7fa3f6c208333df48656cc
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-US (en_IL); UI: en-US

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

[Libreoffice-bugs] [Bug 114911] Setting vertical orientation for first cell in table row shifts rendering of row on save & reopen

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114911

--- Comment #13 from Eyal Rozenberg  ---
Bug still manifests with:

Version: 7.2.0.1 / LibreOffice Community
Build ID: 32efc3b7f3a71cfa6a7fa3f6c208333df48656cc
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-US (en_IL); UI: en-US

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

[Libreoffice-bugs] [Bug 145162] FILESAVE PPTX: extra bullet added to text

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145162

--- Comment #2 from Gerald Pfeifer  ---
Created attachment 175772
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175772=edit
Visual comparison Office 365 vs LibreOffice 7.3

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

[Libreoffice-bugs] [Bug 145162] FILESAVE PPTX: extra bullet added to text

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145162

Gerald Pfeifer  changed:

   What|Removed |Added

 Attachment #175770|Sampel document |Sample document
description||

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

[Libreoffice-bugs] [Bug 145162] FILESAVE PPTX: extra bullet added to text

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145162

Gerald Pfeifer  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

--- Comment #1 from Gerald Pfeifer  ---
Seen with current head and 7.2.3, not seen with 7.1.5 or 6.4.8.
-> Regression
-> Kindly asking for bibisection


FAILS:

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 3f5fb07565d0e08773ddfcda4d5acbb1446aa2f2
CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-10-08_17:38:02

Version: 7.2.3.0.0+ / LibreOffice Community
Build ID: da66ff3d83e5e975383615081eeffd3fa2f668f9
CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-7-2, Time:
2021-10-14_23:39:58
Calc: threaded


PASSES:

Version: 7.1.5.0.0+ / LibreOffice Community
Build ID: db6efbaf5f9d6ae818afccec6a9fab219268b621
CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-7-1, Time:
2021-06-07_20:32:23

Version: 6.4.8.0.0+
Build ID: 99b065ec31d032fc08ab14f66430dac4fef904a5
CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-6-4, Time:
2020-10-08_08:57:08
Locale: en-US (en_US.UTF-8); UI-Language: en-US

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

[Libreoffice-bugs] [Bug 145156] Copy/Paste to Text editor/Spreadsheet does not work with Base / Form / Table Control grid

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145156

--- Comment #3 from intmail01  ---
(In reply to Robert Großkopf from comment #1)
> Have tested this one with a table control inside a form.
> Copied the content.
> Pasted the content to a new Calc document.
> 
> No Problem appears under OpenSUSE 15.2 64bit rpm Linux, LibreOffice
> Version: 7.2.2.2 / LibreOffice Community
> Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
> CPU threads: 6; OS: Linux 5.3; UI render: default; VCL: kf5 (cairo+xcb)
> Locale: de-DE (de_DE.UTF-8); UI: de-DE
> Calc: threaded
> 
> Same with Version 7.0.5.2 on the same system.
> 
> Copied content could be pasted as table to the Calc sheet.


My setting is an sql code that is why it does not work.
The copy/paste works ONLY if the source is a table.
Please check the previous attached picture to see my configurations.

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

[Libreoffice-bugs] [Bug 145156] Copy/Paste to Text editor/Spreadsheet does not work with Base / Form / Table Control grid

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145156

--- Comment #2 from intmail01  ---
Created attachment 175771
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175771=edit
The configuration of the source of data

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

[Libreoffice-bugs] [Bug 145162] New: FILESAVE PPTX: extra bullet added to text

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145162

Bug ID: 145162
   Summary: FILESAVE PPTX: extra bullet added to text
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ger...@pfeifer.com

Created attachment 175770
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175770=edit
Sampel document

How to repeat:

 1. Open the test document.
 2. Change the text a bit, e.g. "Thank you!" to "Thanks!"
 3. Save as PPTX.
 4. Open saved PPTX in Office 365 and observe there's an extra bullet
before the text.

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

[Libreoffice-bugs] [Bug 145085] HYPERLINK() inserts inactive link info in second cell when part of array formula

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145085

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

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

[Libreoffice-bugs] [Bug 145152] shortcut to enter time

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145152

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Please when you have question, better go first to
https://ask.libreoffice.org/c/english/5

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

[Libreoffice-bugs] [Bug 143978] Calc: shrink to fit makes font size unnecessary small compared to cell width

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143978

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #14 from m.a.riosv  ---
Still
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 9bcdfcb74dae7ccd07be7159c0e1deba110d2a6f
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL

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

[Libreoffice-bugs] [Bug 145161] New: Writer Impress : the image compression form should change the image resolution only if it decreases

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145161

Bug ID: 145161
   Summary: Writer Impress : the image compression form should
change the image resolution only if it decreases
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jerome.bo...@laposte.net

The image compression form will save the new image with the target resolution
even if the former image has a lower resolution that the target. This generally
increases the image file size.

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

[Libreoffice-bugs] [Bug 145160] New: Writer Impress : the image compression form should select by default the former image format

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145160

Bug ID: 145160
   Summary: Writer Impress : the image compression form should
select by default the former image format
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jerome.bo...@laposte.net

Created attachment 175769
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175769=edit
image compression form

When you change the image file format form a lossless format into a lossy
format and vice versa, then the file size may increase and the image quality
may decrease.

In the 7.2.1.2 version, the image compression form always select the jpeg
format, even if the former file format is PNG.

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

[Libreoffice-bugs] [Bug 144902] New version of calc and impress can't run on windows 7 (since version 7.1.5)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144902

Mike Kaganski  changed:

   What|Removed |Added

 CC||w...@rambler.ru

--- Comment #41 from Mike Kaganski  ---
*** Bug 145143 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 145143] WRITER: 7.2.x.x and 7.1.x.x cannot start at Windows 7. Installation KB3063858 is nedded.

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145143

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEEDINFO|RESOLVED

--- Comment #9 from Mike Kaganski  ---


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

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

[Libreoffice-commits] core.git: 2 commits - svx/uiconfig

2021-10-15 Thread Caolán McNamara (via logerrit)
 svx/uiconfig/ui/sidebarparagraph.ui |   18 +--
 svx/uiconfig/ui/sidebartextpanel.ui |  202 ++--
 2 files changed, 110 insertions(+), 110 deletions(-)

New commits:
commit 7a001d3706bee453db46fb38c80c17bb84fda4af
Author: Caolán McNamara 
AuthorDate: Fri Oct 15 16:59:40 2021 +0100
Commit: Caolán McNamara 
CommitDate: Fri Oct 15 21:13:16 2021 +0200

resave with latest glade

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

diff --git a/svx/uiconfig/ui/sidebartextpanel.ui 
b/svx/uiconfig/ui/sidebartextpanel.ui
index d020277a8eb6..fd1a2e465e6c 100644
--- a/svx/uiconfig/ui/sidebartextpanel.ui
+++ b/svx/uiconfig/ui/sidebartextpanel.ui
@@ -1,50 +1,50 @@
 
-
+
 
   
   
   
 True
-False
+False
 True
 
   
 True
-False
+False
 True
-6
+6
 vertical
 3
 
   
 True
-False
+False
 True
 6
 
   
 True
-True
+True
 True
-icons
-False
+icons
+False
 2
 
   
 True
-False
+False
 True
 
   
 True
-False
+False
 True
-True
-False
+True
+False
 
   
+True
 True
-True
   
 
   
@@ -65,23 +65,23 @@
 
   
 True
-True
-icons
-False
+True
+icons
+False
 2
 
   
 True
-False
+False
 
   
 True
-False
-True
+False
+True
 
   
+True
 True
-True
   
 
   
@@ -96,7 +96,7 @@
   
 False
 True
-end
+end
 1
   
 
@@ -110,20 +110,20 @@
 
   
 True
-False
+False
 6
 
   
 True
-True
-icons
-False
+True
+icons
+False
 2
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -133,8 +133,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -144,8 +144,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -155,8 +155,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -166,8 +166,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -184,15 +184,15 @@
 
   
 True
-True
-icons
-False
+True
+icons
+False
 2
 
   
 True
-False
-True
+False
+True
   
   

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

2021-10-15 Thread Caolán McNamara (via logerrit)
 svx/uiconfig/ui/toolbarpopover.ui |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f4f98ac18366b604d135895a92d9d5c101e77a16
Author: Caolán McNamara 
AuthorDate: Fri Oct 15 16:43:39 2021 +0100
Commit: Caolán McNamara 
CommitDate: Fri Oct 15 21:12:46 2021 +0200

gtk4: gtk4 needs to have all parent widgets can-focus to allow focus into 
child

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

diff --git a/svx/uiconfig/ui/toolbarpopover.ui 
b/svx/uiconfig/ui/toolbarpopover.ui
index 7037547df6eb..3a0f83bf3405 100644
--- a/svx/uiconfig/ui/toolbarpopover.ui
+++ b/svx/uiconfig/ui/toolbarpopover.ui
@@ -3,13 +3,13 @@
 
   
   
-False
+True
 True
 4
 
   
 True
-False
+True
 vertical
 6
 


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

2021-10-15 Thread Caolán McNamara (via logerrit)
 svx/uiconfig/ui/sidebarparagraph.ui |  292 ++--
 svx/uiconfig/ui/toolbarpopover.ui   |   10 -
 2 files changed, 151 insertions(+), 151 deletions(-)

New commits:
commit de8a062253aefee12c7f65b63b1bcefc5cd99731
Author: Caolán McNamara 
AuthorDate: Fri Oct 15 16:43:00 2021 +0100
Commit: Caolán McNamara 
CommitDate: Fri Oct 15 21:12:21 2021 +0200

resave with latest glade

only formatting changes intended

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

diff --git a/svx/uiconfig/ui/sidebarparagraph.ui 
b/svx/uiconfig/ui/sidebarparagraph.ui
index 6dbeae3fd4e9..553e95735eca 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -1,64 +1,64 @@
 
-
+
 
   
   
 100
-1
-10
+1
+10
   
   
 100
-1
-10
+1
+10
   
   
 100
-1
-10
+1
+10
   
   
 100
-1
-10
+1
+10
   
   
 100
-1
-10
+1
+10
   
   
   
 True
-False
+False
 
-  
+  
   
 True
-False
+False
 True
-6
-3
-6
-True
+6
+3
+6
+True
 
   
 True
-False
+False
 6
 
   
 True
-True
-Horizontal 
Alignment
-icons
-False
+True
+Horizontal 
Alignment
+icons
+False
 2
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -68,8 +68,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -79,8 +79,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -90,8 +90,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -108,17 +108,17 @@
 
   
 True
-True
+True
 end
 True
-icons
-False
+icons
+False
 2
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -128,8 +128,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -146,16 +146,16 @@
 
   
 True
-True
-Vertical 
Alignment
-icons
-False
+True
+Vertical 
Alignment
+icons
+False
 2
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -165,8 +165,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -176,8 +176,8 @@
 
   
 True
-False
-True
+False
+True
   
   
 False
@@ -188,31 +188,31 @@
   
 False
 True
-end
+end
 2
   
 
   
   
-0
-0
+0
+0
 2
   
 
 
   
 True
-False
+False
 vertical
 3
 
   
 

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

2021-10-15 Thread Caolán McNamara (via logerrit)
 svx/uiconfig/ui/textunderlinecontrol.ui |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7d1903343f0ff8f09ffc669fc6b355b20059d4fb
Author: Caolán McNamara 
AuthorDate: Fri Oct 15 14:26:09 2021 +0100
Commit: Caolán McNamara 
CommitDate: Fri Oct 15 21:12:05 2021 +0200

let (Without) use-underline

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

diff --git a/svx/uiconfig/ui/textunderlinecontrol.ui 
b/svx/uiconfig/ui/textunderlinecontrol.ui
index 948ee0f64e07..d0e0de55da8c 100644
--- a/svx/uiconfig/ui/textunderlinecontrol.ui
+++ b/svx/uiconfig/ui/textunderlinecontrol.ui
@@ -22,6 +22,7 @@
 True
 none
 0
+True
   
   
 False


[Libreoffice-commits] core.git: test/signing-keys unotest/source

2021-10-15 Thread Michael Stahl (via logerrit)
 dev/null   |binary
 test/signing-keys/cert9.db |binary
 test/signing-keys/key4.db  |binary
 test/signing-keys/pkcs11.txt   |5 +
 unotest/source/cpp/macros_test.cxx |7 ---
 5 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit d09cbdc12ef5af6d98f62c06056f36306c247cfe
Author: Michael Stahl 
AuthorDate: Thu Oct 14 13:44:14 2021 +0200
Commit: Michael Stahl 
CommitDate: Fri Oct 15 21:10:08 2021 +0200

test: upgrade test NSS database from dbm: to sql:

Fedora nss-3.69.0-1.fc34.x86_64 and Debian libnss3:amd64 2:3.70-1 no
longer support the old BerekelyDB databases, so convert them to the new
SQLite format for the benefit of --with-system-nss builds.

This worked to do the upgrade:

> certutil -N -d sql:test/new --empty-password
> LD_LIBRARY_PATH=instdir/program 
workdir/UnpackedTarball/nss/dist/out/bin/certutil --merge -d sql:test/new 
--source-dir dbm:test/signing-keys

Builds would fail running tests added in commit
40d70d427edddb589eda64fafc2e56536953d274

  signing.cxx:551:Assertion
  Test name: testODFX509CertificateChain::TestBody
  equality assertion failed
  - Expected: 0
  - Actual  : 1

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

diff --git a/test/signing-keys/cert8.db b/test/signing-keys/cert9.db
similarity index 50%
rename from test/signing-keys/cert8.db
rename to test/signing-keys/cert9.db
index 95e58ffe5b92..c4064e419f42 100644
Binary files a/test/signing-keys/cert8.db and b/test/signing-keys/cert9.db 
differ
diff --git a/test/signing-keys/key3.db b/test/signing-keys/key3.db
deleted file mode 100644
index f449e60a667f..
Binary files a/test/signing-keys/key3.db and /dev/null differ
diff --git a/test/signing-keys/key4.db b/test/signing-keys/key4.db
new file mode 100644
index ..34a7fa28aa32
Binary files /dev/null and b/test/signing-keys/key4.db differ
diff --git a/test/signing-keys/pkcs11.txt b/test/signing-keys/pkcs11.txt
new file mode 100644
index ..22c8f8519efd
--- /dev/null
+++ b/test/signing-keys/pkcs11.txt
@@ -0,0 +1,5 @@
+library=
+name=NSS Internal PKCS #11 Module
+parameters=configdir='sql:test/new' certPrefix='' keyPrefix='' 
secmod='secmod.db' flags= updatedir='' updateCertPrefix='' updateKeyPrefix='' 
updateid='' updateTokenDescription='' 
+NSS=Flags=internal,critical trustOrder=75 cipherOrder=100 
slotParams=(1={slotFlags=[ECC,RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512]
 askpw=any timeout=30})
+
diff --git a/unotest/source/cpp/macros_test.cxx 
b/unotest/source/cpp/macros_test.cxx
index f44180738197..44dcb07f87d6 100644
--- a/unotest/source/cpp/macros_test.cxx
+++ b/unotest/source/cpp/macros_test.cxx
@@ -91,9 +91,10 @@ void MacrosTest::setUpNssGpg(const test::Directories& 
rDirectories, const OUStri
 OUString aTargetDir = rDirectories.getURLFromWorkdir(
 OUStringConcatenation("CppunitTest/" + rTestName + ".test.user"));
 
-// Set up cert8.db in workdir/CppunitTest/
-osl::File::copy(aSourceDir + "cert8.db", aTargetDir + "/cert8.db");
-osl::File::copy(aSourceDir + "key3.db", aTargetDir + "/key3.db");
+// Set up NSS database in workdir/CppunitTest/
+osl::File::copy(aSourceDir + "cert9.db", aTargetDir + "/cert9.db");
+osl::File::copy(aSourceDir + "key4.db", aTargetDir + "/key4.db");
+osl::File::copy(aSourceDir + "pkcs11.txt", aTargetDir + "/pkcs11.txt");
 
 // Make gpg use our own defined setup & keys
 osl::File::copy(aSourceDir + "pubring.gpg", aTargetDir + "/pubring.gpg");


[Libreoffice-commits] core.git: helpcontent2

2021-10-15 Thread Ross Johnson (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e47b9d7f5693fa4764311df2f21163692208d44d
Author: Ross Johnson 
AuthorDate: Sat Oct 16 06:06:13 2021 +1100
Commit: Gerrit Code Review 
CommitDate: Fri Oct 15 21:06:13 2021 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 6079bc0682395542969c2a0e7e184bf89a175428
  - tdf#145135 - Writer object positioning help page fixes

1) Describe relationships between anchor, reference point and
   object.

2) Expand the description of "to character" to highlight that the
   reference point is the start of the paragraph containing the
   character, not the character to which the anchor is attached.
   Give examples.

   The Guidebook is correct but this help page wasn't.

3) Attempt to explain the difference in the effect of moving the
   anchor compared to moving the object itself. Remind users that
   an objects wrap and alignment settings constrain this movement
   and final positioning.

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

diff --git a/helpcontent2 b/helpcontent2
index 28499f409af6..6079bc068239 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 28499f409af62f1930f427ebf040f9a2cd6422b3
+Subproject commit 6079bc0682395542969c2a0e7e184bf89a175428


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

2021-10-15 Thread Ross Johnson (via logerrit)
 source/text/swriter/guide/anchor_object.xhp |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 6079bc0682395542969c2a0e7e184bf89a175428
Author: Ross Johnson 
AuthorDate: Fri Oct 15 22:28:31 2021 +1100
Commit: Olivier Hallot 
CommitDate: Fri Oct 15 21:06:12 2021 +0200

tdf#145135 - Writer object positioning help page fixes

1) Describe relationships between anchor, reference point and
   object.

2) Expand the description of "to character" to highlight that the
   reference point is the start of the paragraph containing the
   character, not the character to which the anchor is attached.
   Give examples.

   The Guidebook is correct but this help page wasn't.

3) Attempt to explain the difference in the effect of moving the
   anchor compared to moving the object itself. Remind users that
   an objects wrap and alignment settings constrain this movement
   and final positioning.

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

diff --git a/source/text/swriter/guide/anchor_object.xhp 
b/source/text/swriter/guide/anchor_object.xhp
index 0d5284dfb..e72096cd0 100644
--- a/source/text/swriter/guide/anchor_object.xhp
+++ b/source/text/swriter/guide/anchor_object.xhp
@@ -38,7 +38,10 @@
 
 
 Positioning Objects
-You can use 
anchors to position an object, graphic, or frame in a document. An anchored 
item remains in place, or moves when you modify the document. The following 
anchoring options are available:
+An 
object, such as an image, is positioned within a document using anchors 
attached to other elements.
+An 
anchor determines the reference point for an object. The reference point could 
be the page or frame where the object is, a paragraph, or even a character. An 
image always has an anchor and therefore a reference point.
+An anchor 
moves with the element it is attached to as the document is edited. An object 
retains it's position relative to the reference point determined by it's 
anchor, such that, whenever the reference point moves or changes, the object 
moves relative to it.
+The 
following anchoring options are available:
 
 
   
@@ -54,7 +57,7 @@
   As 
character
 
 
-  Anchors the selected item as a character in the current text. 
If the height of the selected item is greater than the current font size, the 
height of the line containing the item is increased.
+  Anchors the selected object as a character in the current 
text. If the height of the selected object is greater than the current font 
size, the height of the line containing the object is increased.
   To 
center an image on an HTML page, insert the image, anchor it "as character", 
then center the paragraph.
 
   
@@ -63,7 +66,8 @@
   To 
character
 
 
-  Anchors the selected item to a character.
+  Anchors the selected object to the paragraph that contains the 
character to which the anchor is attached. The reference point for the object 
is the start of the paragraph that contains the character.
+  For example, if you split the paragraph at a point before the 
anchor, the reference point moves to the start of the new paragraph and the 
object moves relative to that point. If you join the paragraph to the one 
before it, the reference point moves to the start of the combined paragraph and 
the object moves to a position relative to that.
 
   
   
@@ -71,7 +75,7 @@
   To 
paragraph
 
 
-  Anchors the selected item to the current paragraph.
+  Anchors the selected object to the current 
paragraph.
 
   
   
@@ -79,7 +83,7 @@
   To 
page
 
 
-  Anchors the selected item to the current page.
+  Anchors the selected object to the current page.
 
   
   
@@ -92,7 +96,7 @@
   
 
 
-When you 
insert an object, graphic, or frame, an anchor icon appears where the item is 
anchored. You can position an anchored item by dragging the item to another 
location. To change the anchoring options of an item, right-click the item, and 
then choose an option from the Anchor 
submenu.
+When you 
insert an object, graphic, or frame, an anchor icon appears where the object is 
anchored. You can move an anchor or, keeping other object constraints in mind, 
position an object relative to the anchor's reference point by dragging the 
object. To change the anchoring options of an item, right-click the item, and 
then choose an option from the Anchor 
submenu.
 
 
 


[Libreoffice-bugs] [Bug 145159] New: Text unreadable in Calc's dark theme in page style header text editor

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145159

Bug ID: 145159
   Summary: Text unreadable in Calc's dark theme in page style
header text editor
   Product: LibreOffice
   Version: 7.2.2.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: antonioni.ro...@gmail.com

Created attachment 175768
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175768=edit
Text is black in dark background color of the text editor.

The text in dark theme in Libre Office Calc when I'm editing the text header by
"format page > page style > header > edit..." is black and hard to read because
the dark background color of the text editor (KDE Neon 5.23).

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

[Libreoffice-bugs] [Bug 145144] Base won't delete a report or form copied form one database file to another (Windows)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145144

--- Comment #6 from Robert Großkopf  ---
Tried it also with drag and drop under OpenSUSE 15.2. Copied form could be
deleted without problems.

Must be a special Windows problem.

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

[Libreoffice-bugs] [Bug 141663] Punctuation issue with nested LTR sentences in an RTL paragraph

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141663

Eric Bright  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 145156] Copy/Paste to Text editor/Spreadsheet does not work with Base / Form / Table Control grid

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145156

Robert Großkopf  changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #1 from Robert Großkopf  ---
Have tested this one with a table control inside a form.
Copied the content.
Pasted the content to a new Calc document.

No Problem appears under OpenSUSE 15.2 64bit rpm Linux, LibreOffice
Version: 7.2.2.2 / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 6; OS: Linux 5.3; UI render: default; VCL: kf5 (cairo+xcb)
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded

Same with Version 7.0.5.2 on the same system.

Copied content could be pasted as table to the Calc sheet.

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

[Libreoffice-bugs] [Bug 38263] Zooming presentation

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38263

bindassnews  changed:

   What|Removed |Added

URL||https://laundrydetergentide
   ||as.com/

--- Comment #19 from bindassnews  ---
Is this idea also part of bug 38169? He also talks about zooming in addition to
other improvements when giving a bug presentation. I want to see zooming
presentation functionality in Impress.https://laundrydetergentideas.com/;>ideas

I have seen 2 concepts so far:
- Prezi Desktop, which is a standalone Air application where you are not
limited to slides and
- pptplex, an add-on for Microsoft Office where you use traditional slides with
canvas, is probably more appropriate here.

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

[Libreoffice-bugs] [Bug 145158] New: character format dialog doesn't show the current character size any more

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145158

Bug ID: 145158
   Summary: character format dialog doesn't show the current
character size any more
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: paolobe...@gmail.com

Description:
in format-> character and in style dialog, values of character size are shown
with their approximate value and not their current value.

This a regression, I'm sure the bug wasn't there in previous versions, although
I cannot say what was the last version without this bug.

Steps to Reproduce:
1. select any character, format -> character
2. set size to 11.7, character size on screen is changed accordingly
3. close the dialog and re-open it

Actual Results:
character size is now 12, although the character size little control in the
toolbar correctly says 11.7

Expected Results:
11.7


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.1.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 8; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: es-DO (it_IT.UTF-8); UI: it-IT
Ubuntu package version: 1:7.2.1~rc2-0ubuntu0.20.04.1~lo3
Calc: threaded

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

[Libreoffice-bugs] [Bug 142462] LO BASE FILESAVE- too many unwanted backup copies lead to "low disk space" alarm

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142462

--- Comment #4 from Richard Demattio  ---
Created attachment 175767
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175767=edit
attachment to comment 3

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

[Libreoffice-bugs] [Bug 142462] LO BASE FILESAVE- too many unwanted backup copies lead to "low disk space" alarm

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142462

--- Comment #3 from Richard Demattio  ---
The last time I had that behaviour with frequent backups was on 19th Sept.

At that date I fixed a problem coming from my programmed event handling in
forms:
The handling on one event triggered another event, which triggered the first
event again.
This is probably the reason for that big amount of backups in a short time.

When I fixed that problem I was not aware, that this could also be the reason
for that kind of backups. So I forgot, which macros were the bad ones.

But this was not, what I wanted to define as bug in Libreoffice.

The question is, why does LO this kind of Backups (incrementing a number in the
filename instead of saving with the extension ".bak")

Meanwhile I got that kind of backups not in that frequence when I worked with
an ".XLSX" file! The backup has the name 
"842-21 Berechnung NPO-2021-1.HJ.xlsx_6.ods".
You see, the backup of ".XLSX" was extended by the number {0 to 6} and the
extension ".ods"(!). I will add a dir-list of that files as attachment.

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

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

2021-10-15 Thread Julien Nabet (via logerrit)
 cppuhelper/source/defaultbootstrap.cxx |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

New commits:
commit fd29369a9ddb1e4a277cba90384ecf5ee2de450c
Author: Julien Nabet 
AuthorDate: Fri Oct 15 16:32:08 2021 +0200
Commit: Julien Nabet 
CommitDate: Fri Oct 15 20:27:38 2021 +0200

Simplify vector initialization in cppuhelper

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

diff --git a/cppuhelper/source/defaultbootstrap.cxx 
b/cppuhelper/source/defaultbootstrap.cxx
index e48b3ea67bc1..6e80c9697158 100644
--- a/cppuhelper/source/defaultbootstrap.cxx
+++ b/cppuhelper/source/defaultbootstrap.cxx
@@ -57,27 +57,26 @@ cppu::defaultBootstrap_InitialComponentContext(OUString 
const & iniUri)
 smgr->init(getBootstrapVariable(bs, "UNO_SERVICES"));
 rtl::Reference tmgr(new cppuhelper::TypeManager);
 tmgr->init(getBootstrapVariable(bs, "UNO_TYPES"));
-std::vector< cppu::ContextEntry_Init > context_values;
-context_values.push_back(
+std::vector< cppu::ContextEntry_Init > context_values
+{
 cppu::ContextEntry_Init(
 "/singletons/com.sun.star.lang.theServiceManager",
 css::uno::Any(
 css::uno::Reference< css::uno::XInterface >(
 static_cast< cppu::OWeakObject * >(smgr.get(,
-false));
-context_values.push_back(
+false),
 cppu::ContextEntry_Init(
 "/singletons/com.sun.star.reflection.theTypeDescriptionManager",
 css::uno::Any(
 css::uno::Reference< css::uno::XInterface >(
 static_cast< cppu::OWeakObject * >(tmgr.get(,
-false));
-context_values.push_back( //TODO: from services.rdb?
-cppu::ContextEntry_Init(
+false),
+cppu::ContextEntry_Init( //TODO: from services.rdb?
 "/singletons/com.sun.star.util.theMacroExpander",
 css::uno::Any(
 cppuhelper::detail::create_bootstrap_macro_expander_factory()),
-true));
+true)
+};
 smgr->addSingletonContextEntries(_values);
 context_values.push_back(
 cppu::ContextEntry_Init(


[Libreoffice-bugs] [Bug 142749] Animation effect settings don't default to/persist the last chosen values

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142749

--- Comment #2 from Eyal Rozenberg  ---
(In reply to Heiko Tietze from comment #1)
> See also bug 54126.

That won't work for effects on different slides - you (basically) can't select
them together. Also not for the case of creating a new effect, wanting to have
the same style as last time.

> Bug 142810 is a proposed solution to this issue.

No, it isn't (and I should know since I filed it :-) ...) ; I want to be able
to not _have_ to copy-paste the animation style every time. copy-pasting is the
most relevant for when you've been using multiple effect settings, and you want
to use one other than the last. Now, it's true that the being able to
copy-paste would improve things slightly, but not that much really if the time
it takes to locate the other slide, locate the animation effect, copy and go
back is similar to the time it takes to just directly configure the new effect.

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

[Libreoffice-bugs] [Bug 141711] LO Writer creates Turkish alphabetical index in wrong sort order

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141711

--- Comment #9 from Fedon Kadifeli  ---
Still the same in version 7.2.1.2 too.

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

[Libreoffice-bugs] [Bug 145157] Soft Edges effect distorting entire image in Impress

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145157

Rafael Lima  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 144916] Soft Edges in Impress Images cause rendering errors in Slide view

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144916

Rafael Lima  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145157] Soft Edges effect distorting entire image in Impress

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145157

--- Comment #2 from Rafael Lima  ---
BTW, when exporting as PDF the quality of the images is significantly worsened
and pixelated (both with and without the soft edges effect). So I guess the PDF
part of my original report has nothing to do with Soft Edges, but rather with
general poor image quality export.

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

[Libreoffice-bugs] [Bug 145157] Soft Edges effect distorting entire image in Impress

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145157

--- Comment #1 from Rafael Lima  ---
Created attachment 175766
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175766=edit
PDF Sample File

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

[Libreoffice-bugs] [Bug 145157] New: Soft Edges effect distorting entire image in Impress

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145157

Bug ID: 145157
   Summary: Soft Edges effect distorting entire image in Impress
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rafael.palma.l...@gmail.com

Created attachment 175765
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175765=edit
ODP Sample File

In Impress, applying the Soft Edges effect distorts the entire image instead of
only softening the edges (while keeping the rest of the image intact).

Distortion can be noted during presentation as well as while editing the
slides. However, the exported PDF does not seem to have the problem.

I created two test files:
1) The "ODP Sample File" has two slides. In each of them I used the same image
twice (the first without the effect and the second with the effect). In
presentation mode, notice in the highlighted parts that the image is actually a
bit distorted.

2) The "PDF Sample File" is the PDF exported from the ODP file. In the PDF file
I do not see any distortion... so this might have something to do with
rendering.

System info:
Version: 7.2.2.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 16; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.2.2~rc2-0ubuntu0.21.04.1~lo1
Calc: threaded

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

[Libreoffice-bugs] [Bug 118658] Fill handle should be visible at the beginning of the row, when whole rows are selected

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118658

--- Comment #10 from Tyr Antilles  ---
I am using only LibreOffice as office suite, so I know it well. On the last
version of LO at this time, LO v.7.2.2.2 x64, @2021.10.15 both issues are still
here as reported on the original post.

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

[Libreoffice-bugs] [Bug 145155] Malwarebytes shut down LibreOffice Writer today

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145155

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Buovjaga  ---
Hasan: please report here
https://forums.malwarebytes.com/forum/122-false-positives/

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

[Libreoffice-bugs] [Bug 145144] Base won't delete a report or form copied form one database file to another (Windows)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145144

--- Comment #5 from philnsi...@hotmail.com ---
It happens when the machine I use is windows 7.
Then I am able to copy the report only by drag on drop. When I clic to copy on
the first report, I can't paste it on the second db.

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

[Libreoffice-bugs] [Bug 145149] I've a file that is it impossible to open since the last save on LibreOffice calc.... (Sorry i'm french, my english is bad !)

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145149

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from Julien Nabet  ---
Je préfère qu'on ne m'envoie pas de données confidentielles.

Il existe une procédure pour tenter de supprimer tout ce qui est confidentiel
(cf
https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission).

Sinon voici ce que je ferais :
- migration vers Mint 20.2, peut-être que la version LibreOffice incluse sera
un peu plus récente
- si ce n'est pas déjà le cas, des sauvegardes régulières du fichier qui
s'ouvre bien
- recopier le contenu du fichier dans un nouveau fichier ods (afin de
travailler sur le format natif de LibreOffice Calc) si possible.
Comme c'est pour le travail, je suppose que c'est le format Excel (xls ou xlsx)
qui est requis et là la conversion ods vers xls/xlsx peut apporter son lot de
surprises.

En tout cas, sans un fichier "public" et une procédure qui permette de
reproduire le problème à coup sûr, cela sera compliqué d'avancer.

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

[Libreoffice-bugs] [Bug 144765] EDITING: Base Table/Query has No Clipboard Copy/Paste As Text

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144765

intmail01  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145156] Copy/Paste to Text editor/Spreadsheet does not work with Base / Form / Table Control grid

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145156

intmail01  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 141663] Punctuation issue with nested LTR sentences in an RTL paragraph

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141663

--- Comment #10 from Eric Bright  ---
Created attachment 175764
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175764=edit
A screenshot of test sample 3

This is a screenshot of test sample 3, made inside MS Word, in case the
document does not show properly on your screen. This is how the punctuation of
the nested English sentence (LTR), ought to look inside a Persian paragraph
(RTL).

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

[Libreoffice-bugs] [Bug 141663] Punctuation issue with nested LTR sentences in an RTL paragraph

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141663

--- Comment #9 from Eric Bright  ---
Created attachment 175763
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175763=edit
A screenshot of test sample 1

This is a screenshot of test sample 1, in case it does not appear as it should
on your screen.

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

[Libreoffice-bugs] [Bug 144663] Installation of Libreoffice fine, but all programs of LO do not start

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144663

Julien Nabet  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #7 from Julien Nabet  ---
Since there's no specific fix, let's rather put WFM then.

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

[Libreoffice-bugs] [Bug 144663] Installation of Libreoffice fine, but all programs of LO do not start

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144663

Armin Mohring  changed:

   What|Removed |Added

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

--- Comment #6 from Armin Mohring  ---
Libreoffice 7.2.2.2 now works as expected.

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

[Libreoffice-bugs] [Bug 141663] Punctuation issue with nested LTR sentences in an RTL paragraph

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141663

--- Comment #8 from Eric Bright  ---
Comment on attachment 175762
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175762
Test sample 3

This is how the same paragraph should have looked like in the first place. In
this sample, I typed it from scratch inside MS Word 365 as one normally would.

As you can see, the nested English sentence is correctly punctuated inside the
Persian sentence. That is how the nesting of languages within other languages
should be treated. The Persian language is an RTL language. A LTR sentence
within a paragraph that itself is RTL must be treated as an LTR section,
perhaps the same way that HTML treats  within divs or  within a
. The whole English sentence must be enclosed within its own  or
 or whatever tag that LO uses. So, it can be given the right LTR and
'left-aligned' tags or treatments, regardless of the larger  in which it
is nested.

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

[Libreoffice-bugs] [Bug 135543] Writer auto spellcheck works intermittently

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135543

--- Comment #10 from Loree Hardmon  ---
There are steps missing
1. open a document
2. start to type some words and misspell some on purposes
3. some words are underlined in red meaning the word is misspelled but some are
not and the spell check is notnrecognizing the tense of the words used.

I used the write in a sentence when the word should have been right which is
the correct tense but the spell sheck did notrecognize this.

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

[Libreoffice-bugs] [Bug 145146] LibreCalc 7.1.6.2 Conditional Formatting Range Randomness

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145146

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from m.a.riosv  ---


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

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

[Libreoffice-bugs] [Bug 133027] LO Calc: Conditional Format formula issue, when you "cut-paste" the conditionally formatted cell range into another overlapping range.

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133027

m.a.riosv  changed:

   What|Removed |Added

 CC||akpate...@outlook.com

--- Comment #17 from m.a.riosv  ---
*** Bug 145146 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 141663] Punctuation issue with nested LTR sentences in an RTL paragraph

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141663

--- Comment #7 from Eric Bright  ---
Comment on attachment 175761
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175761
Test sample 2

This sample shows how the mixed text will look like if you copy the typed text
in test sample 1 and then paste it into an MS Word document. Now, not only the
question mark at the end of the nested English sentence is in a wrong place,
but also the whole English sentence is now backward.

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

[Libreoffice-bugs] [Bug 141663] Punctuation issue with nested LTR sentences in an RTL paragraph

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141663

--- Comment #6 from Eric Bright  ---
Comment on attachment 175760
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175760
Test sample 1

This sample shows how the mixed text will look like if you type it inside LO
7.2.2.2. The question mark at the end of the nested English sentence is in a
wrong place.

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

[Libreoffice-bugs] [Bug 141663] Punctuation issue with nested LTR sentences in an RTL paragraph

2021-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141663

--- Comment #5 from Eric Bright  ---
Hi Dieter. I tested the issue in LO v.7.2.2.2 today and the results were the
same. I created a simpler version of my test text that I attach above this
comment.

Test sample 1: Made in LO 7.2.2.2 - How it looks as of now.
Test sample 2: Made with MS Word - Copy-pasted from LO 7.2.2.2 - broken even
worse
Test sample 3: Made with MS Word - Typed, from scratch Word

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

  1   2   3   >