[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

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

--- Comment #10 from Robert Großkopf  ---
Seems this bug disappeared and now has come back.

In LO 7.0.0.3 and all newer version a click with the mouse will immediately
lead to crash of LO. With LO 6.4.7.2 I could click on the chart, also with LO
6.3.5.2. No crash will happen there.

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


[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_dark_svg icon-themes/breeze_svg

2021-07-13 Thread Rizal Muttaqin (via logerrit)
 icon-themes/breeze/svx/res/fr013.png  |binary
 icon-themes/breeze/svx/res/fr014.png  |binary
 icon-themes/breeze_dark/svx/res/fr013.png |binary
 icon-themes/breeze_dark/svx/res/fr014.png |binary
 icon-themes/breeze_dark_svg/svx/res/fr013.svg |1 +
 icon-themes/breeze_dark_svg/svx/res/fr014.svg |1 +
 icon-themes/breeze_svg/svx/res/fr013.svg  |1 +
 icon-themes/breeze_svg/svx/res/fr014.svg  |1 +
 8 files changed, 4 insertions(+)

New commits:
commit cfb25346ffe0ec8a65b4db2630ea615077fba277
Author: Rizal Muttaqin 
AuthorDate: Wed Jul 14 10:34:49 2021 +0700
Commit: Rizal Muttaqin 
CommitDate: Wed Jul 14 07:53:29 2021 +0200

Breeze: tdf#143300 add diagonal border line icons

Change-Id: I8792557346406db4c66b2ad7d76fdb9303188f1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118880
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/breeze/svx/res/fr013.png 
b/icon-themes/breeze/svx/res/fr013.png
new file mode 100644
index ..530d8b9d325a
Binary files /dev/null and b/icon-themes/breeze/svx/res/fr013.png differ
diff --git a/icon-themes/breeze/svx/res/fr014.png 
b/icon-themes/breeze/svx/res/fr014.png
new file mode 100644
index ..bb7547e91f6c
Binary files /dev/null and b/icon-themes/breeze/svx/res/fr014.png differ
diff --git a/icon-themes/breeze_dark/svx/res/fr013.png 
b/icon-themes/breeze_dark/svx/res/fr013.png
new file mode 100644
index ..bde630fab513
Binary files /dev/null and b/icon-themes/breeze_dark/svx/res/fr013.png differ
diff --git a/icon-themes/breeze_dark/svx/res/fr014.png 
b/icon-themes/breeze_dark/svx/res/fr014.png
new file mode 100644
index ..cf831d5753b2
Binary files /dev/null and b/icon-themes/breeze_dark/svx/res/fr014.png differ
diff --git a/icon-themes/breeze_dark_svg/svx/res/fr013.svg 
b/icon-themes/breeze_dark_svg/svx/res/fr013.svg
new file mode 100644
index ..6f512fd3446a
--- /dev/null
+++ b/icon-themes/breeze_dark_svg/svx/res/fr013.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/breeze_dark_svg/svx/res/fr014.svg 
b/icon-themes/breeze_dark_svg/svx/res/fr014.svg
new file mode 100644
index ..6178962ce22e
--- /dev/null
+++ b/icon-themes/breeze_dark_svg/svx/res/fr014.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/svx/res/fr013.svg 
b/icon-themes/breeze_svg/svx/res/fr013.svg
new file mode 100644
index ..be15f3879d25
--- /dev/null
+++ b/icon-themes/breeze_svg/svx/res/fr013.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/breeze_svg/svx/res/fr014.svg 
b/icon-themes/breeze_svg/svx/res/fr014.svg
new file mode 100644
index ..6599793cdb00
--- /dev/null
+++ b/icon-themes/breeze_svg/svx/res/fr014.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-07-13 Thread Michael Weghorn (via logerrit)
 vcl/qt5/Qt5AccessibleWidget.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 641c78de46d1e38eb8fe1b5f4d0cb8471934f240
Author: Michael Weghorn 
AuthorDate: Tue Jul 13 15:34:54 2021 +0200
Commit: Michael Weghorn 
CommitDate: Wed Jul 14 07:32:35 2021 +0200

qt5: Map AccessibleStateType::EXPANDED

This addresses

warn:vcl.qt5:75450:75450:vcl/qt5/Qt5AccessibleWidget.cxx:633: Unmapped 
state: 9

seen when running LO with kf5 VCL plugin and the Orca screen
reader enabled.

Change-Id: I05e7b0cbbdce63300288ab4d74afc0933c93ec9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118847
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/vcl/qt5/Qt5AccessibleWidget.cxx b/vcl/qt5/Qt5AccessibleWidget.cxx
index 879c451ec277..8b2b16727283 100644
--- a/vcl/qt5/Qt5AccessibleWidget.cxx
+++ b/vcl/qt5/Qt5AccessibleWidget.cxx
@@ -563,6 +563,9 @@ void lcl_addState(QAccessible::State* state, sal_Int16 
nState)
 case AccessibleStateType::EXPANDABLE:
 state->expandable = true;
 break;
+case AccessibleStateType::EXPANDED:
+state->expanded = true;
+break;
 case AccessibleStateType::FOCUSABLE:
 state->focusable = true;
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 35092] Inking functionality: Ink drawings / annotations with Stylus, Pen or Finger on Touchscreen or Tablet

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

--- Comment #103 from Gary  ---
Get the best https://www.nativeassignmenthelp.co.uk/;>online
assignment help by experts at affordable prices. Get the best https://www.nativeassignmenthelp.co.uk/college-assignment-help;>College
Assignment Help by professional assignment writers of UK. On-Time Delivery.
A+ Quality.

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


[Libreoffice-bugs] [Bug 36943] Clicking 'Edit Points' button in Calc doesnt show 'Edit Points' toolbar

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

--- Comment #54 from Rainer Bielefeld Retired  
---


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


[Libreoffice-bugs] [Bug 143328] FILESAVE: "PUZZLE" button on the first sheet is disappeared.

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

--- Comment #4 from Gülşah Köse  ---
Unfortunately, I didn't produce that document. I'm working on a tool that
detects problems of existing files on bugzilla. You can see the tool in 
feature/ooxml-analyze breach of core repo. That one is one of the output of the
tool.

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


[Libreoffice-bugs] [Bug 114160] ZWJ shouldn't be treated as breaking character

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

--- Comment #21 from martin_hos...@sil.org ---
True. But then one gets into the debate of whether libo should carry its own
break iterator specifications or just use ICU. This way, it's a quick bug fix
which fixes the bug and allows the refactoring to be pushed down the road. But
if someone wants to remove the product specific break iterators and revert to
ICU, I won't complain.

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


[Libreoffice-bugs] [Bug 143343] IPA Contour characters lose the first on PDF export

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

--- Comment #2 from martin_hos...@sil.org ---
Created attachment 173547
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173547=edit
Charis SIL font

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


[Libreoffice-bugs] [Bug 143343] IPA Contour characters lose the first on PDF export

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

--- Comment #1 from martin_hos...@sil.org ---
Created attachment 173546
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173546=edit
Generated PDF

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


[Libreoffice-bugs] [Bug 143343] New: IPA Contour characters lose the first on PDF export

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

Bug ID: 143343
   Summary: IPA Contour characters lose the first on PDF export
   Product: LibreOffice
   Version: 7.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: martin_hos...@sil.org

Created attachment 173545
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173545=edit
Sample doc requires Charis SIL

In the enclosed file, the first character in any IPA tone letters sequence is
lost in the (enclosed) PDF generated.

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


[Libreoffice-bugs] [Bug 143119] Writer and Calc (v7.1.4 and v7.2.0) crash when copying content (cmd-C or menu) on macOS if Tamil UI installed

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 143121] Table splits differently after clicking inside embedded table

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 143111] the Base programming area is not visible and in function

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 143321] Image height set to width when values in tab "Type" of Properties dialog are changed

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 143321] Image height set to width when values in tab "Type" of Properties dialog are changed

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

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

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


[Libreoffice-bugs] [Bug 138188] UI: Context depended table toolbar painted below sidebar (causing constant resizing)

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 138188] UI: Context depended table toolbar painted below sidebar (causing constant resizing)

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

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 36943] Clicking 'Edit Points' button in Calc doesnt show 'Edit Points' toolbar

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

--- Comment #53 from QA Administrators  ---
Dear gleppert,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 124227] Calc chart - incomplete copy paste

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 122676] FORMATTING Currency Negative Values does not Correctly Apply (*) with a Space

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 122614] Regarding an edited style, while AutoUpdate is checked, it is not applied to new style created using method's steps 'New Style from Selection', 'New Style...'.

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

--- Comment #4 from QA Administrators  ---
Dear ricky.tigg,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 118372] Position and Size protection does not apply to layout changes

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

--- Comment #5 from QA Administrators  ---
Dear Iceflower S,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 118325] Disable Fontwork (= text on path) for table shape and dimension lines

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

--- Comment #4 from QA Administrators  ---
Dear Regina Henschel,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 101684] Character styles used in a numbering style are not listed in "used styles" tab of Styles And Formatting and can be deleted without warning

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 143328] FILESAVE: "PUZZLE" button on the first sheet is disappeared.

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from V Stuart Foote  ---
please provide a working copy of the OOXML Excel document.

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


[Libreoffice-bugs] [Bug 91874] A Search by function or keyword over main menu-- similar to SpotLight, Tell Me, or Ubuntu's HUD but native for LO GUI

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

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 143342] Crash when using "Search Command" feature

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||874

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


[Libreoffice-commits] core.git: odk/examples

2021-07-13 Thread Andrea Gelmini (via logerrit)
 odk/examples/cpp/Draw/Draw.cxx |2 +-
 odk/examples/cpp/Draw/Makefile |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ee51f0ca4c1d9e8d6cecb5113508a284fe55c54c
Author: Andrea Gelmini 
AuthorDate: Tue Jul 13 14:41:53 2021 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Jul 14 04:53:35 2021 +0200

Fix typos

Change-Id: I809231e7e6ceaa93c2d0b523de8a4b93b07b449c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118841
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/odk/examples/cpp/Draw/Draw.cxx b/odk/examples/cpp/Draw/Draw.cxx
index d7924e53c539..511869fd1370 100644
--- a/odk/examples/cpp/Draw/Draw.cxx
+++ b/odk/examples/cpp/Draw/Draw.cxx
@@ -133,7 +133,7 @@ Reference createShape(Reference 
xDocComp, int height, int wi
 Point position;
 Reference xShape;
 
-// get the mutliservice factory
+// get the multiservice factory
 Reference xDocMSF(xDocComp, UNO_QUERY);
 
 try
diff --git a/odk/examples/cpp/Draw/Makefile b/odk/examples/cpp/Draw/Makefile
index f3a3ca5ea80d..333a3a4672d3 100644
--- a/odk/examples/cpp/Draw/Makefile
+++ b/odk/examples/cpp/Draw/Makefile
@@ -64,7 +64,7 @@ endif
 
 CppDrawExample : $(OUT_BIN)/Draw$(EXE_EXT)
@echo 

-   @echo The example connects to the office server, create an empy 
documents and puts some
+   @echo The example connects to the office server, create an empty 
documents and puts some
@echo   shapes on it.
@echo -
@echo Use the following command to execute the example!
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

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

New commits:
commit e0afcb6db8af493d6da9b809df14b5a07037d7e9
Author: Andrea Gelmini 
AuthorDate: Wed Jul 14 04:52:58 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Jul 14 04:52:58 2021 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to 4a07aa673277b6769d16c968a3f868c11b6765c5
  - Fix typo

Change-Id: I089cc8cbcab86673c3457e61c22ff09cde463eda
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118840
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 49699b9fb00c..4a07aa673277 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 49699b9fb00cc35734d70390c4a2452ba90425b4
+Subproject commit 4a07aa673277b6769d16c968a3f868c11b6765c5
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-07-13 Thread Andrea Gelmini (via logerrit)
 source/text/simpress/02/1003.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a07aa673277b6769d16c968a3f868c11b6765c5
Author: Andrea Gelmini 
AuthorDate: Tue Jul 13 14:41:25 2021 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Jul 14 04:52:58 2021 +0200

Fix typo

Change-Id: I089cc8cbcab86673c3457e61c22ff09cde463eda
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118840
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/simpress/02/1003.xhp 
b/source/text/simpress/02/1003.xhp
index ee2310e5d..30a70dfe4 100644
--- a/source/text/simpress/02/1003.xhp
+++ b/source/text/simpress/02/1003.xhp
@@ -44,7 +44,7 @@
 mw made "slanting;..." a one level entry
 
 
-Transformations
+Transformations
 Modifies the shape, orientation or fill of the selected 
object(s).
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: icon-themes/colibre icon-themes/colibre_svg

2021-07-13 Thread Rizal Muttaqin (via logerrit)
 icon-themes/colibre/svx/res/fr013.png |binary
 icon-themes/colibre/svx/res/fr014.png |binary
 icon-themes/colibre_svg/svx/res/fr013.svg |1 +
 icon-themes/colibre_svg/svx/res/fr014.svg |1 +
 4 files changed, 2 insertions(+)

New commits:
commit 08f7cdb51775dc0988d4bb9cd1d0b8f9487861aa
Author: Rizal Muttaqin 
AuthorDate: Tue Jul 13 15:47:47 2021 +0700
Commit: Rizal Muttaqin 
CommitDate: Wed Jul 14 04:25:29 2021 +0200

tdf#143300 add diagonal border for Writer table

Change-Id: I3079243b6f420c570fd6d26cd593744bf64de3bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118821
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/colibre/svx/res/fr013.png 
b/icon-themes/colibre/svx/res/fr013.png
new file mode 100644
index ..919dc68b1c83
Binary files /dev/null and b/icon-themes/colibre/svx/res/fr013.png differ
diff --git a/icon-themes/colibre/svx/res/fr014.png 
b/icon-themes/colibre/svx/res/fr014.png
new file mode 100644
index ..568e5a4c3385
Binary files /dev/null and b/icon-themes/colibre/svx/res/fr014.png differ
diff --git a/icon-themes/colibre_svg/svx/res/fr013.svg 
b/icon-themes/colibre_svg/svx/res/fr013.svg
new file mode 100644
index ..1e223640cb87
--- /dev/null
+++ b/icon-themes/colibre_svg/svx/res/fr013.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/svx/res/fr014.svg 
b/icon-themes/colibre_svg/svx/res/fr014.svg
new file mode 100644
index ..1e8fcaaf7f6d
--- /dev/null
+++ b/icon-themes/colibre_svg/svx/res/fr014.svg
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 143337] I finished the F7 correction and upon finish it crashed

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile, Menu/Help/Restart in Safe Mode

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


[Libreoffice-bugs] [Bug 143336] Crash in: libc-2.31.so

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

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile, Menu/Help/Restart in Safe Mode

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


[Libreoffice-bugs] [Bug 143342] Crash when using "Search Command" feature

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

--- Comment #1 from Ming Hua  ---
There doesn't seem to be a meta bug for Search Command feature.  Should I just
block the original bug 91874?

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


[Libreoffice-bugs] [Bug 143342] New: Crash when using "Search Command" feature

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

Bug ID: 143342
   Summary: Crash when using "Search Command" feature
   Product: LibreOffice
   Version: 7.2.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ming.v@qq.com

Description:
Using the new "Search Command" feature, when a search term that doesn't match
anything is in the HUD dialog, and Enter key is pressed, LibreOffice crashes.

Steps to Reproduce:
1. Press shortcut Ctrl+F1 to open the HUD window, any module should do (tested
Writer and Calc);
2. Type some text that doesn't match any UI command in the HUD window's input
bar, for example "foobar";
3. Press Enter key, LibreOffice crashes.

Version Information:
I think I first experienced this in earlier alpha/beta versions of 7.2, but
couldn't send a crash report then.  This time it's with 7.2.0 RC1 on Windows
10:
Version: 7.2.0.1 (x64) / LibreOffice Community
Build ID: 32efc3b7f3a71cfa6a7fa3f6c208333df48656cc
CPU threads: 2; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: zh-CN (zh_CN); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 141420] [META] UNO Object Inspector - Development tools

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

Ming Hua  changed:

   What|Removed |Added

 Depends on||143341


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143341
[Bug 143341] UNO object inspector: undocking/floating behavior is sub-optimal
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143341] New: UNO object inspector: undocking/floating behavior is sub-optimal

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

Bug ID: 143341
   Summary: UNO object inspector: undocking/floating behavior is
sub-optimal
   Product: LibreOffice
   Version: 7.2.0.0.beta1+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ming.v@qq.com
Blocks: 141420

Created attachment 173544
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173544=edit
Screenshot of the floating UNO-Inspector window

The UNO object inspector tool, activated from menu Tools > Development Tools,
starts as a panel at the bottom of the main window, like the sidebar.

Like the sidebar (and many toolbars), this inspector panel can be dragged by
mouse and undocked from the main window, becoming a floating window.  However,
unlike the sidebar, the behavior of the inspector window after undocked is
rather strange and causes UX problems.

1. Too easy to undock.  The inspector panel doesn't have a obvious "title bar"
like the sidebar which is used for dragging and undocking.  Instead, it seems
the whole area from "Current Selection" to "Class Name: foo" can be used to
drag the panel off its place.  I first found this undocking behavior by
accidentally triggering it when trying to highlight the class name with mouse
(for copying) .

2. The undocked floating inspector window has a sub-optimal size, and many
elements are not displayed by default.  The user has to enlarge the window to
see everything that was shown at the docked panel status.  See attached
screenshot.

3. Hard to re-dock.  The undocked sidebar can be relatively easily re-docked by
dragging the floating window towards the right edge of the window.  However,
once the inspector window is undocked, the user has to drag it very precisely
to the center of the bottom edge just above the status bar -- a tiny area -- in
order to re-dock it as a panel.

I'm not sure this undocking of UNO inspector is intentional, but currently as
is, it doesn't seem to be useful.  Please either disable this undocking or
improve its behavior when undocked.

The bug was first found in 7.2.0 Beta1, and is still reproducible in 7.2.0 RC1:
Version: 7.2.0.1 (x64) / LibreOffice Community
Build ID: 32efc3b7f3a71cfa6a7fa3f6c208333df48656cc
CPU threads: 2; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: zh-CN (zh_CN); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141420
[Bug 141420] [META] UNO Object Inspector - Development tools
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: sc/CppunitTest_sc_uicalc.mk sc/qa

2021-07-13 Thread Xisco Fauli (via logerrit)
 sc/CppunitTest_sc_uicalc.mk  |3 ++
 sc/qa/unit/uicalc/data/tdf138432.ods |binary
 sc/qa/unit/uicalc/uicalc.cxx |   45 +++
 3 files changed, 48 insertions(+)

New commits:
commit 213430e0bdac0786b30a76a68b43d35647e93912
Author: Xisco Fauli 
AuthorDate: Mon Jul 12 19:39:10 2021 +0200
Commit: Xisco Fauli 
CommitDate: Wed Jul 14 00:29:46 2021 +0200

tdf#123752, tdf#138432: sc_uicalc: Add unittest

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

diff --git a/sc/CppunitTest_sc_uicalc.mk b/sc/CppunitTest_sc_uicalc.mk
index 82bfb875b05e..e0df316fe3ab 100644
--- a/sc/CppunitTest_sc_uicalc.mk
+++ b/sc/CppunitTest_sc_uicalc.mk
@@ -19,9 +19,12 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_uicalc, \
 comphelper \
 cppu \
 cppuhelper \
+i18nlangtag \
 sal \
 sc \
 sfx \
+svl \
+svl \
 svx \
 svxcore \
 test \
diff --git a/sc/qa/unit/uicalc/data/tdf138432.ods 
b/sc/qa/unit/uicalc/data/tdf138432.ods
new file mode 100644
index ..31b2e2309dc1
Binary files /dev/null and b/sc/qa/unit/uicalc/data/tdf138432.ods differ
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index 61707d5cb02a..c0825914e3fc 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -11,11 +11,13 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -165,6 +167,49 @@ ScModelObj* 
ScUiCalcTest::saveAndReload(css::uno::ReferenceGetDocument();
+CPPUNIT_ASSERT(pDoc);
+
+// Set the system locale to Hungarian
+SvtSysLocaleOptions aOptions;
+OUString sLocaleConfigString = aOptions.GetLanguageTag().getBcp47();
+aOptions.SetLocaleConfigString("hu-HU");
+aOptions.Commit();
+comphelper::ScopeGuard g([, ] {
+aOptions.SetLocaleConfigString(sLocaleConfigString);
+aOptions.Commit();
+});
+
+OUString sExpectedA1 = "12" + OUStringChar(u'\xa0') + "345,67";
+CPPUNIT_ASSERT_EQUAL(sExpectedA1, pDoc->GetString(ScAddress(0, 0, 0)));
+
+goToCell("A1");
+
+dispatchCommand(mxComponent, ".uno:Copy", {});
+Scheduler::ProcessEventsToIdle();
+
+goToCell("A2");
+
+pModelObj->postKeyEvent(LOK_KEYEVENT_KEYINPUT, '=', 0);
+pModelObj->postKeyEvent(LOK_KEYEVENT_KEYUP, '=', 0);
+Scheduler::ProcessEventsToIdle();
+
+dispatchCommand(mxComponent, ".uno:Paste", {});
+Scheduler::ProcessEventsToIdle();
+
+pModelObj->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, awt::Key::RETURN);
+pModelObj->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, awt::Key::RETURN);
+Scheduler::ProcessEventsToIdle();
+
+// Without the fix in place, this test would have failed with
+// - Expected: 12345,67
+// - Actual  : Err:509
+CPPUNIT_ASSERT_EQUAL(OUString("12345,67"), pDoc->GetString(ScAddress(0, 1, 
0)));
+}
+
 CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf100582)
 {
 ScModelObj* pModelObj = createDoc("tdf100582.xls");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


GSoC Weekly Report - #5 - Unit Tests

2021-07-13 Thread Shubham Jain
Hello everyone,
This Week's Report -
- successfully merged 3 tests in the master! (1 more can be merged, just a
minute change is required)
- have understood the whole process of writing tests for calc and writer.
- I'll speed up my process now in the upcoming weeks.
- Also, thank you to Xisco and Ilmari for being so patient and answering
all my questions until now! (and also to other mentors on #libreoffice-dev
channel)

Thank you!
Shubham Jain
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 103036] rework document Language Setting into a dedicated dialog (comment 7)

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

--- Comment #16 from chris...@labs.epiuse.com ---
Created attachment 173543
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173543=edit
Workaround inserting several languages into menus

LANGUAGES PRECEDING More... IN MENUS

Choosing the language easily is not only about user-friendly dialogs. The user
should be able to choose the languages he or she uses most often from the menu
or context menu without having to open additional dialogs. In other words, in
most cases the user should not have to resort to More... - regardless of how
the dialog following More... works. This is illustrated using the workaround
described below.

WORKAROUND

The attachment consists of blank paragraphs in various languages and a
screenshot showing that LibreOffice offers these languages in the following
menus while the file is open in edit mode.
   • Tools > Language > For Selection/For Paragraph/For All Text
   • (Status bar) Set Language for Paragraph
   • Context menu shown upon right-clicking a word that the spell checker
underlines as misspelled.

A line of blanks in the various languages would also work. The workaround
consists in pasting the blank paragraphs or the line of blanks into the
document being edited.

REQUESTED IMPLEMENTATION

LibreOffice should a) allow users to set not only the default language but also
their other preferred languages and b) offer all these languages in the menus
mentioned above, as it does at present when the languages are used in the
document. Choosing the language in this way is preferable to going through
More...

The languages the user specifies in the user settings should be offered in
addition to those that Writer menus offer at present:
   • UI
   • locale
   • input method
   • languages used in the document.

When might I need to use More... then? In exceptional cases, for example, when
I need a language I rarely ever use in office work and which I have not added
to my preferred languages for this reason.

NEW LANGUAGE-DEPENDENT STYLES?

In bug reports about setting a language, it is often stated that the user
should create separate styles for each language and set the desired language by
choosing an appropriate style. While this may be suitable in special cases such
as the one mentioned in duplicate bug 134737 comment 3 - English text quoting
Greek text (which uses a different alphabet and for which, say, a different
line spacing may be desired) - in most cases it is inconvenient. It means
duplication or even proliferation of styles - more work for users. Users,
however, expect office software to allow setting the language easily. As
mentioned in comment 0, many users need to work in several languages.
Furthermore, the workaround attachment shows that additional languages are
sometimes needed to accommodate spellings that depend on the country, for
example, UK and US English.

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


[Libreoffice-commits] core.git: emfio/qa solenv/clang-format

2021-07-13 Thread Bartosz Kosiorek (via logerrit)
 emfio/qa/cppunit/emf/EmfImportTest.cxx | 1026 ++---
 solenv/clang-format/excludelist|1 
 2 files changed, 577 insertions(+), 450 deletions(-)

New commits:
commit 91082e711db486069313260707954ea6da931634
Author: Bartosz Kosiorek 
AuthorDate: Tue Jul 13 20:01:53 2021 +0200
Commit: Bartosz Kosiorek 
CommitDate: Tue Jul 13 22:49:04 2021 +0200

Enable automatic code style formatting for EmfImportTest.cxx

As EmfImportTest.cxx code style is follow the recommended
code style (except too long lines), the code
is used only for testing and it is rarely modified,
I decided to enable automatic code formatting.

It is one step closed to migrate to common code style.

Change-Id: I1b7f980b9e68e121ba981b8a8222daa31424ac53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118864
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek 

diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx 
b/emfio/qa/cppunit/emf/EmfImportTest.cxx
index 8aa1a9dc9b55..1d5d68cf28f8 100644
--- a/emfio/qa/cppunit/emf/EmfImportTest.cxx
+++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx
@@ -33,7 +33,6 @@
 
 namespace
 {
-
 using namespace css;
 using namespace css::uno;
 using namespace css::io;
@@ -142,7 +141,7 @@ Primitive2DSequence Test::parseEmf(std::u16string_view 
aSource)
 {
 const Reference xEmfParser = EmfTools::create(m_xContext);
 
-OUString aUrl  = m_directories.getURLFromSrc(aSource);
+OUString aUrl = m_directories.getURLFromSrc(aSource);
 OUString aPath = m_directories.getPathFromSrc(aSource);
 
 SvFileStream aFileStream(aUrl, StreamMode::READ);
@@ -153,7 +152,7 @@ Primitive2DSequence Test::parseEmf(std::u16string_view 
aSource)
 
 Sequence aData(pBuffer.get(), nSize + 1);
 Reference aInputStream(new 
comphelper::SequenceInputStream(aData));
-css::uno::Sequence< css::beans::PropertyValue > aEmptyValues;
+css::uno::Sequence aEmptyValues;
 
 return xEmfParser->getDecomposition(aInputStream, aPath, aEmptyValues);
 }
@@ -163,22 +162,27 @@ void Test::testPolyPolygon()
 Primitive2DSequence aSequence = 
parseEmf(u"/emfio/qa/cppunit/emf/data/fdo79679-2.emf");
 CPPUNIT_ASSERT_EQUAL(1, static_cast(aSequence.getLength()));
 drawinglayer::Primitive2dXmlDump dumper;
-xmlDocUniquePtr pDocument = 
dumper.dumpAndParse(comphelper::sequenceToContainer(aSequence));
+xmlDocUniquePtr pDocument
+= 
dumper.dumpAndParse(comphelper::sequenceToContainer(aSequence));
 
-CPPUNIT_ASSERT (pDocument);
+CPPUNIT_ASSERT(pDocument);
 
 // Chart axis
 assertXPath(pDocument, aXPathPrefix + "mask/polypolygon", "path", "m0 
0h19746v14817h-19746z");
 assertXPath(pDocument, aXPathPrefix + "mask/polypolygoncolor", 2);
 assertXPath(pDocument, aXPathPrefix + "mask/polypolygoncolor[1]", "color", 
"#ff");
-assertXPath(pDocument, aXPathPrefix + 
"mask/polypolygoncolor[1]/polypolygon", "path", "m0 0h19781v14852h-19781z");
-assertXPath(pDocument, aXPathPrefix + 
"mask/polypolygoncolor[2]/polypolygon", "path", "m2574 
13194v-12065h15303v12065z");
+assertXPath(pDocument, aXPathPrefix + 
"mask/polypolygoncolor[1]/polypolygon", "path",
+"m0 0h19781v14852h-19781z");
+assertXPath(pDocument, aXPathPrefix + 
"mask/polypolygoncolor[2]/polypolygon", "path",
+"m2574 13194v-12065h15303v12065z");
 
 assertXPath(pDocument, aXPathPrefix + "mask/polygonstroke", 116);
-assertXPathContent(pDocument, aXPathPrefix + 
"mask/polygonstroke[1]/polygon", "2574,13194 2574,1129 17877,1129 17877,13194");
+assertXPathContent(pDocument, aXPathPrefix + 
"mask/polygonstroke[1]/polygon",
+   "2574,13194 2574,1129 17877,1129 17877,13194");
 assertXPath(pDocument, aXPathPrefix + "mask/polygonstroke[1]/line", 
"color", "#ff");
 
-assertXPathContent(pDocument, aXPathPrefix + 
"mask/polygonstroke[10]/polygon", "8674,13194 8674,1129");
+assertXPathContent(pDocument, aXPathPrefix + 
"mask/polygonstroke[10]/polygon",
+   "8674,13194 8674,1129");
 assertXPath(pDocument, aXPathPrefix + "mask/polygonstroke[10]/line", 
"color", "#00");
 
 assertXPath(pDocument, aXPathPrefix + "mask/textsimpleportion", 28);
@@ -190,7 +194,6 @@ void Test::testPolyPolygon()
 assertXPath(pDocument, aXPathPrefix + "mask/pointarray[1]", "color", 
"#00");
 assertXPath(pDocument, aXPathPrefix + "mask/pointarray[1]/point", "x", 
"2574");
 assertXPath(pDocument, aXPathPrefix + "mask/pointarray[1]/point", "y", 
"1129");
-
 }
 
 void Test::TestDrawImagePointsTypeBitmap()
@@ -234,8 +237,9 @@ void Test::TestDrawString()
 Primitive2DSequence aSequence = 
parseEmf(u"/emfio/qa/cppunit/emf/data/TestDrawString.emf");
 CPPUNIT_ASSERT_EQUAL(1, static_cast(aSequence.getLength()));
 drawinglayer::Primitive2dXmlDump dumper;
-xmlDocUniquePtr pDocument = 
dumper.dumpAndParse(comphelper::sequenceToContainer(aSequence));
-

[Libreoffice-bugs] [Bug 117162] REPORTBUILDER - Chart isn't shown in report

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

--- Comment #10 from Julien Nabet  ---
Just for info, here are the console logs I got, just opening the file:
warn:legacy.osl:100678:100678:dbaccess/source/core/dataaccess/ModelImpl.cxx:771:
ODatabaseModelImpl::getOrCreateRootStorage: no source to create the storage
from!
warn:legacy.osl:100678:100678:dbaccess/source/core/dataaccess/ModelImpl.cxx:771:
ODatabaseModelImpl::getOrCreateRootStorage: no source to create the storage
from!
warn:legacy.osl:100678:100678:dbaccess/source/core/dataaccess/ModelImpl.cxx:771:
ODatabaseModelImpl::getOrCreateRootStorage: no source to create the storage
from!
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Geschlecht" || ' ' || LEFT( "Altersklasse", CHAR_LENGTH (
"Altersklasse" ) - 2 ) "Altersklasse", COUNT( DISTINCT ( "ID" ) ) "Anzahl",
"Geschlecht", "Altersklasse" "Altersklasse_sort" FROM "Meldung" GROUP BY
"Altersklasse_sort", "Geschlecht" ORDER BY "Geschlecht", "Altersklasse_sort"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Altersklasse_Anzahl_Geschlecht
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Geschlecht", CASE WHEN "Geschlecht" = 'w' THEN 'weiblich' ELSE
'männlich' END "Geschlecht_vollständig", COUNT( "ID" ) "Anzahl" FROM
"Teilnehmer" GROUP BY "Geschlecht", "Geschlecht_vollständig"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Bericht_Geschlecht
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Sportalter".*, CASE WHEN "Sportalter" > 19 THEN CEILING(
"Sportalter" / 10 ) * 10 ELSE "Sportalter" - MOD( "Sportalter", 2 ) END
"Altersklasse" FROM "Sportalter"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Meldung
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Teilnehmer"."ID", "Teilnehmer"."Vorname",
"Teilnehmer"."Nachname", "Teilnehmer"."Geburtstag", "Teilnehmer"."Geschlecht",
"Sportart"."Sportart", EXTRACT( YEAR FROM CURRENT_DATE ) - EXTRACT( YEAR FROM
"Geburtstag" ) "Sportalter" FROM "Teilnehmer" LEFT JOIN
"rel_Teilnehmer_Sportart" ON "rel_Teilnehmer_Sportart"."ID_Teilnehmer" =
"Teilnehmer"."ID" LEFT JOIN "Sportart" ON
"rel_Teilnehmer_Sportart"."ID_Sportart" = "Sportart"."ID"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Sportalter

then the logs I got when opening the report:
warn:svl.items:100678:100678:svl/source/items/itempool.cxx:358: old secondary
pool: EditEngineItemPool of pool: XOutdevItemPool must be empty.
warn:legacy.osl:100678:100678:embeddedobj/source/commonembedding/persistence.cxx:212:
Consider implementing interface XInitialization to avoid duplicate construction
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:reportdesign:100678:100678:reportdesign/source/filter/xml/xmlGroup.cxx:160:
unknown attribute http://openoffice.org/2005/report rpt:sort-expression
value=Geschlecht
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:reportdesign:100678:100678:reportdesign/source/filter/xml/xmlCell.cxx:77:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:office:1.0
office:value-type value=string
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening 

[Libreoffice-bugs] [Bug 143321] Image height set to width when values in tab "Type" of Properties dialog are changed

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

--- Comment #9 from stefan_lange...@t-online.de  
---
In further tests I have found that Undo/Redo for checking and unchecking
KeepRatio in the Image Properties dialog is not properly handled. This problem
is described as separate Bug 143340. OK?

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


[Libreoffice-ux-advise] [Bug 143043] FILEOPEN DOCX Change tracked deletion of drawing shape is not imported

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

Dieter  changed:

   What|Removed |Added

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

--- Comment #3 from Dieter  ---
I confirm current behaviour with

Version: 7.1.5.1 (x64) / LibreOffice Community
Build ID: 2ca94649fd6dbdcab938c55c28b6a950a9634a34
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

According to
https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.html?=WRITER=WIN
deletion of a shape is not part of change record

=> Design-Team for input and decision

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


[Libreoffice-bugs] [Bug 143043] FILEOPEN DOCX Change tracked deletion of drawing shape is not imported

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

Dieter  changed:

   What|Removed |Added

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

--- Comment #3 from Dieter  ---
I confirm current behaviour with

Version: 7.1.5.1 (x64) / LibreOffice Community
Build ID: 2ca94649fd6dbdcab938c55c28b6a950a9634a34
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

According to
https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.html?=WRITER=WIN
deletion of a shape is not part of change record

=> Design-Team for input and decision

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


[Libreoffice-bugs] [Bug 143042] FILEOPEN DOCX Change tracked addition of drawing shape is not imported

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

Dieter  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Ever confirmed|1   |0
 Status|NEW |UNCONFIRMED

--- Comment #3 from Dieter  ---
I confirm current behaviour with

Version: 7.1.5.1 (x64) / LibreOffice Community
Build ID: 2ca94649fd6dbdcab938c55c28b6a950a9634a34
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

According to
https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.html?=WRITER=WIN
insertion of a shape is not part of change record

=> Design-Team for input and decision

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


[Libreoffice-ux-advise] [Bug 143042] FILEOPEN DOCX Change tracked addition of drawing shape is not imported

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

Dieter  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Ever confirmed|1   |0
 Status|NEW |UNCONFIRMED

--- Comment #3 from Dieter  ---
I confirm current behaviour with

Version: 7.1.5.1 (x64) / LibreOffice Community
Build ID: 2ca94649fd6dbdcab938c55c28b6a950a9634a34
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

According to
https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.html?=WRITER=WIN
insertion of a shape is not part of change record

=> Design-Team for input and decision

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


[Libreoffice-bugs] [Bug 143051] EDITING Adding/removing bullets is not change tracked

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

Dieter  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
   Keywords||needsUXEval
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #3 from Dieter  ---
I confirm current behaviour with

Version: 7.1.5.1 (x64) / LibreOffice Community
Build ID: 2ca94649fd6dbdcab938c55c28b6a950a9634a34
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

According to
https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.html?=WRITER=WIN
turning on/off bulleted & numbered list is not part of change record

=> Design-Team for input and decision

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


[Libreoffice-ux-advise] [Bug 143051] EDITING Adding/removing bullets is not change tracked

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

Dieter  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
   Keywords||needsUXEval
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #3 from Dieter  ---
I confirm current behaviour with

Version: 7.1.5.1 (x64) / LibreOffice Community
Build ID: 2ca94649fd6dbdcab938c55c28b6a950a9634a34
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

According to
https://help.libreoffice.org/7.3/en-GB/text/shared/01/02230100.html?=WRITER=WIN
turning on/off bulleted & numbered list is not part of change record

=> Design-Team for input and decision

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


[Libreoffice-bugs] [Bug 143340] New: Undo/redo for checking/unchecking KeepRatio in Image Properties Dialog not properly handled

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

Bug ID: 143340
   Summary: Undo/redo for checking/unchecking KeepRatio in Image
Properties Dialog not properly handled
   Product: LibreOffice
   Version: 7.2.0.0.beta1+
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stefan_lange...@t-online.de

Created attachment 173542
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173542=edit
Test document to show the problem

Undo and Redo (indicator arrows as well as actions) are not properly handled
for checking and unchecking KeepRatio in the Image Properties dialog.

The problem was found on tests to Bug 143321.

Reproducing the problem:
- open attached document "Test_Bildgröße_V2_keep_ratio_off.odt"
- select the image and open the properties dialog -> KeepRatio is unchecked

- check KeepRatio + exit by OK 
- Result: the Undo arrow is shown blue, Redo arrow is grayed and a red point is
added to the Save icon -> OK
- click on the Undo arrow
- Result: the Undo arrow is grayed, Redo arrow is shown blue and a the red
point on the Save icon disappeared -> looks ОК
- but: select the image and open the properties dialog again-> KeepRatio is
still checked -> not OK!

- uncheck KeepRatio -> Height value is set to Width value (10,00 cm) - problem
as described in Bug 143321
- reset Height value manually to 7.5 cm + exit by OK
- Result: Undo arrow, Redo arrow and Save icon are not changed (gray, blue,
without red point) -> ОК (???)

- click on the Redo arrow
- Result: Undo arrow is shown blue, Redo arrow is grayed and a red point is
added to the Save icon -> looks OK
- but: select the image and open the properties dialog -> looks like before,
KeepRatio is unchecked -> not OK

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


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

2021-07-13 Thread Caolán McNamara (via logerrit)
 vcl/source/treelist/svimpbox.cxx |9 +
 1 file changed, 9 insertions(+)

New commits:
commit 2c4adcec93784d4fc42f6119d761bb23463b99e2
Author: Caolán McNamara 
AuthorDate: Tue Jul 13 16:56:23 2021 +0100
Commit: Caolán McNamara 
CommitDate: Tue Jul 13 21:57:27 2021 +0200

tdf#143245 activate-on-single-click only if 'up' is at active entry

which is typically selected by the 'down'

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

diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx
index 11a8fb344998..835ee2eac949 100644
--- a/vcl/source/treelist/svimpbox.cxx
+++ b/vcl/source/treelist/svimpbox.cxx
@@ -2017,7 +2017,16 @@ void SvImpLBox::MouseButtonUp( const MouseEvent& rMEvt)
 }
 
 if (m_pView->mbActivateOnSingleClick)
+{
+Point aPos(rMEvt.GetPosPixel());
+SvTreeListEntry* pEntry = GetEntry(aPos);
+// tdf#143245 ActivateOnSingleClick only
+// if the 'up' is at the active entry
+// typically selected by the 'down'
+if (!pEntry || pEntry != m_pCursor)
+return;
 m_pView->DoubleClickHdl();
+}
 }
 
 void SvImpLBox::MouseMove( const MouseEvent& rMEvt)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139600] Error when trying to use parameter for LIMIT in a query

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

Robert Großkopf  changed:

   What|Removed |Added

Summary|Editing  SQL correct query  |Error when trying to use
   |generate SQL error if   |parameter for LIMIT in a
   |inserting a parameter   |query

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


[Libreoffice-bugs] [Bug 139600] Editing SQL correct query generate SQL error if inserting a parameter

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

Robert Großkopf  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de
 Ever confirmed|0   |1
 Whiteboard| QA:needsComment|

--- Comment #2 from Robert Großkopf  ---
Have tried it with the attached database. You could get the buggy behavior with
this query:

SELECT * FROM "Media2createdmanually" LIMIT :ask

Seems parameter in Base couldn't be used with LIMIT.
LIMIT is introduced in Base GUI with version LO 4.1. Could be the reason the
parameter input hasn't been implemented for this function. It will give an
error in
/home/buildslave/source/libo-core/dbaccess/source/core/api/SingleSelectQueryComposer.cxx:109

Tested with LO 7.1.5.1 on OpenSUSE 15.2 64bit rpm Linux.

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


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

2021-07-13 Thread Bartosz Kosiorek (via logerrit)
 emfio/qa/cppunit/emf/EmfImportTest.cxx |  699 -
 1 file changed, 350 insertions(+), 349 deletions(-)

New commits:
commit c6447960ce86e9c57eaff79ab44a5c442abe5448
Author: Bartosz Kosiorek 
AuthorDate: Tue Jul 13 19:59:35 2021 +0200
Commit: Bartosz Kosiorek 
CommitDate: Tue Jul 13 21:41:55 2021 +0200

Decrease line length of EmfImportTest.cxx by introducing const string

Change-Id: Ie30d0246d6ca54821f00fe516ab67f803ef0d804
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118863
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek 

diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx 
b/emfio/qa/cppunit/emf/EmfImportTest.cxx
index f894c2d9a666..8aa1a9dc9b55 100644
--- a/emfio/qa/cppunit/emf/EmfImportTest.cxx
+++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx
@@ -44,6 +44,7 @@ using drawinglayer::primitive2d::Primitive2DContainer;
 class Test : public test::BootstrapFixture, public XmlTestTools, public 
unotest::MacrosTest
 {
 uno::Reference mxComponent;
+const OString aXPathPrefix = "/primitive2D/metafile/transform/";
 
 void testPolyPolygon();
 void TestDrawImagePointsTypeBitmap();
@@ -167,28 +168,28 @@ void Test::testPolyPolygon()
 CPPUNIT_ASSERT (pDocument);
 
 // Chart axis
-assertXPath(pDocument, "/primitive2D/metafile/transform/mask/polypolygon", 
"path", "m0 0h19746v14817h-19746z");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/polypolygoncolor", 2);
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/polypolygoncolor[1]", "color", "#ff");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/polypolygoncolor[1]/polypolygon", "path", 
"m0 0h19781v14852h-19781z");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/polypolygoncolor[2]/polypolygon", "path", 
"m2574 13194v-12065h15303v12065z");
-
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/polygonstroke", 116);
-assertXPathContent(pDocument, 
"/primitive2D/metafile/transform/mask/polygonstroke[1]/polygon", "2574,13194 
2574,1129 17877,1129 17877,13194");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/polygonstroke[1]/line", "color", 
"#ff");
-
-assertXPathContent(pDocument, 
"/primitive2D/metafile/transform/mask/polygonstroke[10]/polygon", "8674,13194 
8674,1129");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/polygonstroke[10]/line", "color", 
"#00");
-
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/textsimpleportion", 28);
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/textsimpleportion[6]", "width", "459");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/textsimpleportion[6]", "x", "9908");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/textsimpleportion[6]", "text", "0.5");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/textsimpleportion[6]", "fontcolor", 
"#00");
-assertXPath(pDocument, "/primitive2D/metafile/transform/mask/pointarray", 
98);
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/pointarray[1]", "color", "#00");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/pointarray[1]/point", "x", "2574");
-assertXPath(pDocument, 
"/primitive2D/metafile/transform/mask/pointarray[1]/point", "y", "1129");
+assertXPath(pDocument, aXPathPrefix + "mask/polypolygon", "path", "m0 
0h19746v14817h-19746z");
+assertXPath(pDocument, aXPathPrefix + "mask/polypolygoncolor", 2);
+assertXPath(pDocument, aXPathPrefix + "mask/polypolygoncolor[1]", "color", 
"#ff");
+assertXPath(pDocument, aXPathPrefix + 
"mask/polypolygoncolor[1]/polypolygon", "path", "m0 0h19781v14852h-19781z");
+assertXPath(pDocument, aXPathPrefix + 
"mask/polypolygoncolor[2]/polypolygon", "path", "m2574 
13194v-12065h15303v12065z");
+
+assertXPath(pDocument, aXPathPrefix + "mask/polygonstroke", 116);
+assertXPathContent(pDocument, aXPathPrefix + 
"mask/polygonstroke[1]/polygon", "2574,13194 2574,1129 17877,1129 17877,13194");
+assertXPath(pDocument, aXPathPrefix + "mask/polygonstroke[1]/line", 
"color", "#ff");
+
+assertXPathContent(pDocument, aXPathPrefix + 
"mask/polygonstroke[10]/polygon", "8674,13194 8674,1129");
+assertXPath(pDocument, aXPathPrefix + "mask/polygonstroke[10]/line", 
"color", "#00");
+
+assertXPath(pDocument, aXPathPrefix + "mask/textsimpleportion", 28);
+assertXPath(pDocument, aXPathPrefix + "mask/textsimpleportion[6]", 
"width", "459");
+assertXPath(pDocument, aXPathPrefix + "mask/textsimpleportion[6]", "x", 
"9908");
+assertXPath(pDocument, aXPathPrefix + "mask/textsimpleportion[6]", "text", 
"0.5");
+assertXPath(pDocument, aXPathPrefix + "mask/textsimpleportion[6]", 
"fontcolor", "#00");
+assertXPath(pDocument, aXPathPrefix + "mask/pointarray", 98);
+assertXPath(pDocument, aXPathPrefix + "mask/pointarray[1]", 

[Libreoffice-bugs] [Bug 143217] Libreoffice Calc (or possibly all compnents) operate differently on Linux vs. Windows-10

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

--- Comment #3 from Tamas  ---
This bug is not a duplicate of #139404 although it may be related to it. This
bug refers to the the latest versions of Libreoffice and the problems
highlighted have not been solved or even examined to the baset of by knowledge.
If these problems were present in older versions then it should really be
corrected.

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


[Libreoffice-bugs] [Bug 66043] EDITING: Spellchecking tracked and shown changes - erratic underlining

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

Justin L  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 65535] Adding a comment in the middle of a word makes it recognised as misspelt by spellchecker

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

Justin L  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=66
   ||043,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=74
   ||177
 CC||jl...@mail.com

--- Comment #33 from Justin L  ---
This is a fairly minimal problem, because if the user doesn't like having words
marked as misspelled because of a comment in the middle, they can simply not
add mid-word comments.

It is a bit of a catch-22. It would take a LOT of effort to avoid deleting the
comment when a misspelled word is fixed (comment 25), so it would seem the best
and safest approach would just be to ignore any such words. (But perhaps
already solved for similar situations like track-change-deleted-stuff and
hidden-text?)

On the other hand, if the word truly is misspelled, then the user is going to
be upset that it isn't red-squigglied.

Perhaps the best approach would be:
-strip the comment marker out of the word before submitting to spell checker
-offer zero replacement choices (to avoid deleting the comment) forcing the
user to fix manually.

Bug 66043 sounds so similar that I am surprised that it didn't fix this too.
Bug 74177 also has some common elements.

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


[Libreoffice-bugs] [Bug 138114] End-of-lines lost when copying between Calc and Base tables

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

--- Comment #3 from Silvain Dupertuis  ---
My MAIN problem is data transfer between Base tables or queries and other
databases using Calc - which, apart from this problem, is very efficient and
handy.

When copying a table/query containing a multiline field to paste the data into
a Calc spreadsheet, the line breaks in the multiline field are lost.

Paste special is no solution to this situation

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


[Libreoffice-bugs] [Bug 143289] Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall()

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

--- Comment #4 from r...@panix.com ---
Indeed, 7.1.5.1 resolves all of the crash issues I have reported here.

Thank you.

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


GSoC 5th week Progress Report - Data Providers

2021-07-13 Thread Tushar Kumar Rai
Hello everyone .

Find and Replace Transformation has been added to transformations in Data
Providers and is merged to master .
Since whatever was planned for this GSoC project is completed and Data
Providers is ready with a working UI . So this week I had meetings with
Heiko and Markus to discuss about the future scope of the project . We
decided to implement UNO API and Interface to add new Data Providers and
Transformations as stretch goals.

Since I am new to UNO I have to start from scratch and am looking into it's
codebase . Markus helped me to get started with UNO and shared few code
pointers .

So the next step is to go ahead with UNO and find a way how it can be
implemented in Data Providers .

Regards
Tushar Kumar Rai
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 138276] Cannot open report for printing - missing JVM error message

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

--- Comment #7 from Robert Großkopf  ---
(In reply to L F Bailey from comment #5)
> This was reported for HP Laser-Jet 1020 printer.  HP does not provide driver
> compatible with Big Sur for this printer.   Have replaced HP with a new
> printer.

So could this bug be closed as WORKSFORME?

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


[Libreoffice-bugs] [Bug 142941] [EMF+] DrawImagePoints SrcRect support

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

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

https://git.libreoffice.org/core/commit/3adfb2d35bb34157ce0d1344f2a28b40360728a5

EMF+ tdf#142941 Fixes SrcRect implementation in DrawImage record

It will be available in 7.3.0.

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

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

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


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

2021-07-13 Thread Bartosz Kosiorek (via logerrit)
 drawinglayer/source/tools/emfphelperdata.cxx |  171 ++-
 1 file changed, 91 insertions(+), 80 deletions(-)

New commits:
commit 3adfb2d35bb34157ce0d1344f2a28b40360728a5
Author: Bartosz Kosiorek 
AuthorDate: Sat Jul 3 21:55:33 2021 +0200
Commit: Bartosz Kosiorek 
CommitDate: Tue Jul 13 21:03:49 2021 +0200

EMF+ tdf#142941 Fixes SrcRect implementation in DrawImage record

Change-Id: Ice82518d50c50fa6eff8bbcc111fcf287d34d77c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118363
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek 

diff --git a/drawinglayer/source/tools/emfphelperdata.cxx 
b/drawinglayer/source/tools/emfphelperdata.cxx
index 2568cedb453a..d00284509979 100644
--- a/drawinglayer/source/tools/emfphelperdata.cxx
+++ b/drawinglayer/source/tools/emfphelperdata.cxx
@@ -1432,21 +1432,30 @@ namespace emfplushelper
 sal_uInt32 imageAttributesId;
 sal_Int32 sourceUnit;
 
rMS.ReadUInt32(imageAttributesId).ReadInt32(sourceUnit);
-SAL_INFO("drawinglayer.emf", "EMF+\t " << (type == 
EmfPlusRecordTypeDrawImagePoints ? "DrawImagePoints" : "DrawImage") << " image 
attributes Id: " << imageAttributesId << " source unit: " << sourceUnit);
+SAL_INFO("drawinglayer.emf",
+"EMF+\t " << (type == 
EmfPlusRecordTypeDrawImage ? "DrawImage"
+   
 : "DrawImagePoints")
+<< " image attributes Id: " << 
imageAttributesId
+<< " source unit: " << sourceUnit);
 SAL_INFO("drawinglayer.emf", "EMF+\t TODO: use image 
attributes");
 
-// For DrawImage and DrawImagePoints, source unit of 
measurement type must be 1 pixel
+// Source unit of measurement type must be 1 pixel
 if (sourceUnit == UnitTypePixel && maEMFPObjects[flags 
& 0xff])
 {
-EMFPImage& image = *static_cast(maEMFPObjects[flags & 0xff].get());
+EMFPImage& image
+= *static_cast(maEMFPObjects[flags 
& 0xff].get());
 float sx, sy, sw, sh;
 ReadRectangle(rMS, sx, sy, sw, sh);
 
 ::tools::Rectangle aSource(Point(sx, sy), Size(sw 
+ 1, sh + 1));
-SAL_INFO("drawinglayer.emf", "EMF+\t " << (type == 
EmfPlusRecordTypeDrawImagePoints ? "DrawImagePoints" : "DrawImage") << " source 
rectangle: " << sx << "," << sy << " " << sw << "x" << sh);
-::basegfx::B2DPoint aDstPoint;
-::basegfx::B2DSize aDstSize;
-
+SAL_INFO("drawinglayer.emf",
+"EMF+\t "
+<< (type == EmfPlusRecordTypeDrawImage 
? "DrawImage"
+   
 : "DrawImagePoints")
+<< " source rectangle: " << sx << "," 
<< sy << " " << sw << "x"
+<< sh);
+
+float dx(0.), dy(0.), dw(0.), dh(0.);
 double fShearX = 0.0;
 double fShearY = 0.0;
 if (type == EmfPlusRecordTypeDrawImagePoints)
@@ -1455,108 +1464,110 @@ namespace emfplushelper
 rMS.ReadUInt32(aCount);
 
 // Number of points used by DrawImagePoints. 
Exactly 3 points must be specified.
-if(aCount == 3)
-{
-float x1, y1, x2, y2, x3, y3;
-
-ReadPoint(rMS, x1, y1, flags); // 
upper-left point
-ReadPoint(rMS, x2, y2, flags); // 
upper-right
-ReadPoint(rMS, x3, y3, flags); // 
lower-left
-
-SAL_INFO("drawinglayer.emf",
- "EMF+\t destination points: " << 
x1 << "," << y1 << " "
-   << 
x2 << "," << y2 << " "
-   << 
x3 << "," << y3);
-float xDstShift = x1;
-float yDstShift = y2;
-float xDstSize = x2 - x1;
-float yDstSize = y3 - y1;
-if (image.type == ImageDataTypeBitmap)
-{
-   

[Libreoffice-bugs] [Bug 138114] End-of-lines lost when copying between Calc and Base tables

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

Robert Großkopf  changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #2 from Robert Großkopf  ---
(In reply to frofa from comment #1)
> Using the PASTE SPECIAL (under the Edit>Paste Special menu) seems to respect
> the line breaks in a text (VARCHAR) field when copying from a BASE FORM into
> CALC. (Multiple Calc ROWS are created in the COLUMN of the pasted-cell.)

Do I see right? Should we close this bug as WORKSFORME?

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


[Libreoffice-bugs] [Bug 137410] Hang on reading tabledata from mariadb

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

--- Comment #5 from Robert Großkopf  ---
Could it be it is something bug 83999 ?
I know JDBC isn't as fast as the direct connection with MariaDB. But it will
import data like shown in bug 83999 directly …

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


[Libreoffice-bugs] [Bug 143339] Mouse pointer symbol not updated

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

--- Comment #2 from Tom  ---
Created attachment 173541
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173541=edit
Incorrect mouse pointer symbol

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


[Libreoffice-bugs] [Bug 143339] Mouse pointer symbol not updated

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

--- Comment #1 from Tom  ---
Created attachment 173540
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173540=edit
Correct mouse pointer symbol

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


[Libreoffice-bugs] [Bug 143339] New: Mouse pointer symbol not updated

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

Bug ID: 143339
   Summary: Mouse pointer symbol not updated
   Product: LibreOffice
   Version: 7.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mbox@posteo.org

Description:
Depending on the objects hovered by the mouse pointer along its path from the
toolbar to the menu bar, the mouse pointer symbol is correctly or incorrectly
displayed when it arrives on the menu bar.

Steps to Reproduce:
1. Open a new text document, spreadsheet, drawing or presentation
2. Place the mouse pointer over a toolbar handle (6 vertical dots). The mouse
pointer symbols changes into a grapping hand.
3. Move the mouse pointer straight upwards until it reaches the menu bar.

Actual Results:
As the mouse pointer reaches the menu bar, the symbol of the mouse pointer does
not change into an arrow, but the grapping hand is maintained.

Expected Results:
Once the mouse pointer reaches the menu bar its symbol should be replaced by
the symbol of an arrow.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.1.4.2 / LibreOffice Community
Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: de-DE (en_US.UTF-8); UI: en-US
Calc: threaded

Version: 6.3.6.2
Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: de-DE (en_US.UTF-8); UI-Language: en-US
Calc: threade

Prerequisites to reproduce the effect:

1) Unlocked toolbar position so that toolbar handles (6 vertical dots) are
displayed

2) The mouse pointer has to be moved over a toolbar handle on its way to the
menu bar in order to reproduce the bug. When the mouse pointer is moved over
another symbol of the toolbar, its symbol is correctly displayed when the mouse
pointer arrives at the menu bar.

I will add 2 pictures with red movement traces to demonstrate both cases.
Interestingly, it was not possible to create a screenshot showing the wrong
symbol. Whenever I created a screenshot, that mouse pointer was correctly
displayed in that screenshot. So, I took a photo.

MousePointer1.png = Correct behavior
MousePointer2.jpg = Wrong behavior

The problem can be reproduced in safe mode.

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


[Libreoffice-bugs] [Bug 137365] Firebird:The table from HSQLDB is not copied to FIREBIRD without warning for long non ASCII column name

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

Robert Großkopf  changed:

   What|Removed |Added

Summary|Firebird:The table from |Firebird:The table from
   |HSQLDB is not copied to |HSQLDB is not copied to
   |FIREBIRD (long Russian  |FIREBIRD without warning
   |column name)|for long non ASCII column
   ||name

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


[Libreoffice-bugs] [Bug 137365] Firebird:The table from HSQLDB is not copied to FIREBIRD (long Russian column name)

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

Robert Großkopf  changed:

   What|Removed |Added

   Severity|normal  |enhancement
 CC||rob...@familiegrosskopf.de
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #5 from Robert Großkopf  ---
There are different bugs:
1. Field names are truncated, if the string has only characters
ASCII-characters and there are more than 30 characters. This is bug 116987. I
would prefer to show a warning instead …
2. Field names with non ASCII-characters aren't truncated and the tables won't
be imported. It is a special Firebird bug: it will only allow 15 Russian
characters when it is limited to 30 ASCII characters. And also here: I would
prefer a warning which will show the reason. So you will know the lenght of the
field names are the problem …

I will set this one to an enhancement request for a warning how many characters
are allowed in ASCII and in UTF8.

My System: OpenSUSE 15.2 64bit rpm Linux. LO 7.1.5.1.

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


[Libreoffice-bugs] [Bug 143289] Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall()

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

--- Comment #3 from Timur  ---
Until final 7.1.5.2 is out may try 7.1.5.1 from Libreoffice.org Downloads
Pre-release section.

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


[Libreoffice-bugs] [Bug 143326] Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall() FILESAVE

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

--- Comment #5 from Timur  ---
(In reply to Timur from comment #2)
> Let's see if a duplicate of Bug 141769 -  fixed in 7.1.5.

Until final 7.1.5.2 is out may try 7.1.5.1 from Downloads Pre-release section.

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


[Libreoffice-bugs] [Bug 130540] FIREBIRD JDBC: Tableeditor will show all Integer-Types as Currency Format

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

Robert Großkopf  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 104790] [META] Database connectivity interfaces (ODBC, JDBC..) and external databases

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

Bug 130540 Summary: FIREBIRD JDBC: Tableeditor will show all Integer-Types as 
Currency Format
https://bugs.documentfoundation.org/show_bug.cgi?id=130540

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

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


[Libreoffice-bugs] [Bug 130540] FIREBIRD JDBC: Tableeditor will show all Integer-Types as Currency Format

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

Robert Großkopf  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Robert Großkopf  ---
Had the same behavior in ODBC with MariaDB. Then changed the ODBC-driver and it
has been gone. So I think is not our bug and I will close this one.

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


[Libreoffice-bugs] [Bug 143326] Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall() FILESAVE

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 143289] Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall()

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 139404] Cannot record Basic macros in Calc

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

Timur  changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 141290] Base Form Label copy/paste erases the original label control and then does not restore it correctly when undo

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

Robert Großkopf  changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de
 Whiteboard| QA:needsComment|

--- Comment #1 from Robert Großkopf  ---
Couldn't confirm the buggy behavior for LO 7.0.4.2 (where the bug is reported)
and also for LO 7.1.5.1 on OpenSUSE 15.2 64bit rpm Linux.

Note: 
When copying a label field, which is grouped together with a form control for
input values, it will be pasted at the left upper corner.
When copying a label field, which isn't grouped, it will be pasted at the same
position where the original label is positioned. You could only see this label
field appearing in form navigator. You have to move to the new position.

Don't know what you expect with "where user clicked". I could only click on the
form-background and the cursor will appear in the left upper corner. There are
no other paragraphs on the form for default.

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


[Libreoffice-bugs] [Bug 110003] Lower-case ß is capitalized as SS instead of ẞ

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

Andreas Heinisch  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 139404] Cannot record Basic macros in Calc

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 142063] Writer and Calc macro problems with update to LO 7.1.2.2

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 139404] Cannot record Basic macros in Calc

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 143096] Numerous offered keyboard shortcuts do not work in Linux and MacOS

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 143217] Libreoffice Calc (or possibly all compnents) operate differently on Linux vs. Windows-10

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

Timur  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Timur  ---
You commented later in other bug, so let's consider this one a duplicate. 
You may add there info you find important.

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

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


[Libreoffice-bugs] [Bug 139404] Cannot record Basic macros in Calc

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

Timur  changed:

   What|Removed |Added

 CC||tsf...@gmail.com

--- Comment #2 from Timur  ---
*** Bug 143217 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 140992] Direct input to table is lost

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

Robert Großkopf  changed:

   What|Removed |Added

Version|7.1.1.2 release |7.1.0.3 release
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 OS|Windows (All)   |All
 CC||rob...@familiegrosskopf.de
 Status|UNCONFIRMED |NEW

--- Comment #2 from Robert Großkopf  ---
Could confirm the buggy behavior for all versions beginning with LO 7.1.0.3.
Last version without this bug I installed here is LO 7.0.5.2 on OpenSUSE 15.2
64bit rpm Linux.

Write a word in Writer and copy this into clipboard.
Open a database.
Copy the content in a field of an existing row (or a new field).
Switch to next row.
Old content could be seen again (or: pasted content has been gone).

Seems the content is only pasted to the view of the table, not to the bounded
field.

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


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

2021-07-13 Thread Noel Grandin (via logerrit)
 dbaccess/source/ui/uno/textconnectionsettings_uno.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f89de18f48724887eef6603b41a963fc222843da
Author: Noel Grandin 
AuthorDate: Tue Jul 13 13:57:32 2021 +0200
Commit: Noel Grandin 
CommitDate: Tue Jul 13 19:49:18 2021 +0200

no need to use WeakImplHelper in OTextConnectionSettingsDialog

the base class already contains OWeakObject via
ODatabaseAdministrationDialog

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

diff --git a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx 
b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
index 620e4917ea93..3bbce14be9fa 100644
--- a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
+++ b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 
 namespace dbaui
 {
@@ -64,7 +65,6 @@ namespace dbaui
 class OTextConnectionSettingsDialog
 :public OTextConnectionSettingsDialog_BASE
 ,public OTextConnectionSettingsDialog_PBASE
-,public ::cppu::WeakImplHelper< css::sdb::XTextConnectionSettings >
 {
 PropertyValues  m_aPropertyValues;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 143338] Dotted text box border lines showing as continuous line on certain zoom-levels for some or all borders

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

--- Comment #3 from Telesto  ---
Anti-aliasing on (in contrary to bug 143108)

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


[Libreoffice-bugs] [Bug 143338] Dotted text box border lines showing as continuous line on certain zoom-levels for some or all borders

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

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 143108] PolyLine appearing/disappearing depending on zoom-level with Skia and anti-aliasing disabled

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

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 143338] Dotted text box border lines showing as continuous line on certain zoom-levels for some or all borders

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

--- Comment #2 from Telesto  ---
Created attachment 173539
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173539=edit
Screenshot

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


[Libreoffice-bugs] [Bug 143338] Dotted text box border lines showing as continuous line on certain zoom-levels for some or all borders

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

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

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


[Libreoffice-bugs] [Bug 143338] New: Dotted text box border lines showing as continuous line on certain zoom-levels for some or all borders

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

Bug ID: 143338
   Summary: Dotted text box border lines showing as continuous
line on certain zoom-levels for some or all borders
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Dotted text box border lines showing as continuous line on certain zoom-levels
for some or all borders

Steps to Reproduce:
1. Open the attached file
2. Zoom in and out.. 

Actual Results:
Same borders at all zoom levels

Expected Results:
Variation in borders


Reproducible: Always


User Profile Reset: No



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

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


[Libreoffice-bugs] [Bug 143261] Anchoring a textbox to character in DOCX causes offset difference between outer border and inner text frame

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

Telesto  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEEDINFO|RESOLVED

--- Comment #4 from Telesto  ---
Not seeing anything either
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 4e0a7df2dfa10bc52d5dbda34f43e0bc0df22ae7
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

Confused..

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


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

2021-07-13 Thread Mike Kaganski (via logerrit)
 svx/source/sdr/properties/customshapeproperties.cxx |3 ++-
 svx/source/sdr/properties/graphicproperties.cxx |3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 3d49e8bfa6173cab17b8b46ad36cbfa567e0617a
Author: Mike Kaganski 
AuthorDate: Tue Jul 13 15:39:17 2021 +0300
Commit: Mike Kaganski 
CommitDate: Tue Jul 13 19:37:45 2021 +0200

Split the which id ranges merged in c4f615b359be56e88e4fbf9aaaf30affb29d57e2

... after specifying adjacent ranges became possible in commit
d8bb5bb58ef62bc0e32d17f00f5fe695c81b5606. This allows to have
the used ranges expressed explicitly, and makes it safe in case
when new which ids potentially added between SDRATTR_SOFTEDGE_LAST
and SDRATTR_TEXTCOLUMNS_FIRST.

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

diff --git a/svx/source/sdr/properties/customshapeproperties.cxx 
b/svx/source/sdr/properties/customshapeproperties.cxx
index a621e3d84e71..771c76183280 100644
--- a/svx/source/sdr/properties/customshapeproperties.cxx
+++ b/svx/source/sdr/properties/customshapeproperties.cxx
@@ -71,7 +71,8 @@ namespace sdr::properties
 // Graphic attributes, 3D properties, CustomShape
 // properties:
 SDRATTR_GRAF_FIRST, SDRATTR_CUSTOMSHAPE_LAST,
-SDRATTR_GLOW_FIRST, SDRATTR_TEXTCOLUMNS_LAST,
+SDRATTR_GLOW_FIRST, SDRATTR_SOFTEDGE_LAST,
+SDRATTR_TEXTCOLUMNS_FIRST, SDRATTR_TEXTCOLUMNS_LAST,
 // Range from SdrTextObj:
 EE_ITEMS_START, EE_ITEMS_END>{});
 }
diff --git a/svx/source/sdr/properties/graphicproperties.cxx 
b/svx/source/sdr/properties/graphicproperties.cxx
index c7a9b6913ad0..78ca9a83bd23 100644
--- a/svx/source/sdr/properties/graphicproperties.cxx
+++ b/svx/source/sdr/properties/graphicproperties.cxx
@@ -67,7 +67,8 @@ namespace sdr::properties
 // range from SdrGrafObj
 SDRATTR_GRAF_FIRST, SDRATTR_GRAF_LAST,
 
-SDRATTR_GLOW_FIRST, SDRATTR_TEXTCOLUMNS_LAST,
+SDRATTR_GLOW_FIRST, SDRATTR_SOFTEDGE_LAST,
+SDRATTR_TEXTCOLUMNS_FIRST, SDRATTR_TEXTCOLUMNS_LAST,
 
 // range from SdrTextObj
 EE_ITEMS_START, EE_ITEMS_END>{});
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 125234] qt5: exported PDf file misses embedded fonts with vcl=qt5

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

Timur  changed:

   What|Removed |Added

 CC||bugs.documentfoundation.org
   ||@marco.sulla.e4ward.com

--- Comment #33 from Timur  ---
*** Bug 143303 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 143303] Libreoffice does not print text on PDF or printer on Lubuntu 20.04.2

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

Timur  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #8 from Timur  ---
Please search open and closed bugs before reporting. 
Another good practice is to try current Lo, which is 7.1  now where this should
be fixed.

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

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


[Libreoffice-bugs] [Bug 143249] UI: Improve handling of configuring table borders in table properties dialog (to make it work for multiple workflows)

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

--- Comment #15 from Telesto  ---
This is kind of recycled global redesign/ improve bug table borders bug. 

So comment 1 is only a minor aspect (original report here).. Comment 14 one of
the 'bigger' issues I personally perceive being present.

Heiko preferred single report. The bug report as such isn't quite useful to
distill the issues (and the buttons of comment 1 don't fix everything). 

I leave it up to Heiko go give a summary of the possible issues with the
workflow. And which ones can be addressed and which (comment 4) can't because
of different workflows..

I think number of border formatting cases should be defined. (Workflows). 

Regarding modification of table borders, row borders, borders of selection of
cells, single cell. And differ between changing existing borders, or starting
from scratch. Modifying existing things is also quite a hassle.

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


[Libreoffice-ux-advise] [Bug 143249] UI: Improve handling of configuring table borders in table properties dialog (to make it work for multiple workflows)

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

--- Comment #15 from Telesto  ---
This is kind of recycled global redesign/ improve bug table borders bug. 

So comment 1 is only a minor aspect (original report here).. Comment 14 one of
the 'bigger' issues I personally perceive being present.

Heiko preferred single report. The bug report as such isn't quite useful to
distill the issues (and the buttons of comment 1 don't fix everything). 

I leave it up to Heiko go give a summary of the possible issues with the
workflow. And which ones can be addressed and which (comment 4) can't because
of different workflows..

I think number of border formatting cases should be defined. (Workflows). 

Regarding modification of table borders, row borders, borders of selection of
cells, single cell. And differ between changing existing borders, or starting
from scratch. Modifying existing things is also quite a hassle.

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


  1   2   3   4   >