[Libreoffice-bugs] [Bug 144171] New: Unique Frames and Lenses for Unique People

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

Bug ID: 144171
   Summary: Unique Frames and Lenses for Unique People
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: danespenoz...@gmail.com

LensRxUSA has a miscellaneous collection of safety glasses and safety goggles
that can be used in diverse fields of application. Our safety lenses and safety
glasses can be used in factory atmospheres of forging, welding and metal
shaping industries. We have safety glasses for wood chipping industries and
other shops. We also have glasses for a variety of purposes like water sports,
riding, etc. LensRxUSA has glasses for laboratories and healthcare facilities.
Visit https://www.lensrxusa.com/

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

[Libreoffice-bugs] [Bug 144056] soffice.exe is adding input file name as heading to the output file, during CSV to pdf conversion

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

--- Comment #3 from venkat.kambhamp...@kofax.com ---
Thank you Michael for the suggestion, I will try if pdfbox can solve the issue
or not for our product.

Thanks,
Venkat

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

[Libreoffice-bugs] [Bug 136013] FILEOPEN Importing tsv/csv with no string delimiter causes whitespace only trailing column to corrupt

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

--- Comment #9 from Mike Kaganski  ---
(In reply to Eike Rathke from comment #7)

I enjoyed comment 6 very much, made me recall playing with MySQL's "SELECT INTO
OUTFILE" [1], where it puts even null bytes (and any other bytes that may
appear in BLOBS), with configurable FIELDS ENCLOSED BY, LINES TERMINATED BY,
and even absolutely inconsistent FIELDS ESCAPED BY, that needed a home-grown
parser [2], because they obviously didn't know what xpusostomos knew ;)

[1] https://dev.mysql.com/doc/refman/8.0/en/select-into.html
[2]
https://mikekaganski.wordpress.com/2021/02/18/reading-from-mysql-data-with-blobs-dumped-to-csv/

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

[Libreoffice-commits] core.git: forms/source include/svtools include/vcl svtools/source svx/source toolkit/inc toolkit/source vcl/qa vcl/source

2021-08-29 Thread Chris Sherlock (via logerrit)
 forms/source/richtext/richtextcontrol.cxx  |2 
 forms/source/richtext/richtextvclcontrol.cxx   |2 
 forms/source/richtext/richtextvclcontrol.hxx   |2 
 include/svtools/brwbox.hxx |2 
 include/vcl/InterimItemWindow.hxx  |3 -
 include/vcl/headbar.hxx|2 
 include/vcl/outdev.hxx |2 
 include/vcl/print.hxx  |1 
 include/vcl/rendercontext/SystemTextColorFlags.hxx |   37 +++
 include/vcl/scrbar.hxx |4 -
 include/vcl/tabpage.hxx|2 
 include/vcl/toolkit/button.hxx |   18 +++
 include/vcl/toolkit/combobox.hxx   |2 
 include/vcl/toolkit/dialog.hxx |2 
 include/vcl/toolkit/edit.hxx   |2 
 include/vcl/toolkit/fixed.hxx  |   10 ++--
 include/vcl/toolkit/group.hxx  |4 -
 include/vcl/toolkit/imgctrl.hxx|2 
 include/vcl/toolkit/lstbox.hxx |2 
 include/vcl/toolkit/spin.hxx   |2 
 include/vcl/toolkit/spinfld.hxx|2 
 include/vcl/toolkit/vclmedit.hxx   |2 
 include/vcl/window.hxx |   15 --
 svtools/source/brwbox/brwbox2.cxx  |2 
 svtools/source/brwbox/editbrowsebox.cxx|2 
 svx/source/fmcomp/gridcell.cxx |2 
 toolkit/inc/controls/filectrl.hxx  |2 
 toolkit/source/awt/vclxtabpagecontainer.cxx|2 
 toolkit/source/awt/vclxwindow.cxx  |4 -
 toolkit/source/awt/vclxwindows.cxx |8 +--
 toolkit/source/controls/filectrl.cxx   |2 
 vcl/qa/cppunit/outdev.cxx  |   20 
 vcl/source/control/InterimItemWindow.cxx   |5 +-
 vcl/source/control/button.cxx  |   50 ++---
 vcl/source/control/combobox.cxx|4 -
 vcl/source/control/edit.cxx|4 -
 vcl/source/control/fixed.cxx   |   18 +++
 vcl/source/control/imgctrl.cxx |2 
 vcl/source/control/listbox.cxx |4 -
 vcl/source/control/scrbar.cxx  |   20 
 vcl/source/control/spinbtn.cxx |4 -
 vcl/source/control/spinfld.cxx |6 +-
 vcl/source/edit/vclmedit.cxx   |   19 ---
 vcl/source/gdi/print.cxx   |5 ++
 vcl/source/outdev/text.cxx |   16 ++
 vcl/source/toolkit/group.cxx   |   18 +++
 vcl/source/treelist/headbar.cxx|4 -
 vcl/source/window/dialog.cxx   |2 
 vcl/source/window/tabpage.cxx  |2 
 vcl/source/window/window.cxx   |2 
 50 files changed, 203 insertions(+), 148 deletions(-)

New commits:
commit a2c8195f465a2e4346169d2b586c34e8fbed253c
Author: Chris Sherlock 
AuthorDate: Wed May 12 20:01:05 2021 +1000
Commit: Mike Kaganski 
CommitDate: Mon Aug 30 06:09:49 2021 +0200

tdf#74702 vcl: introduce GetSystemTextColor()

Also rename DrawFlags to SystemDrawColorFlags, added a unit test.

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

diff --git a/forms/source/richtext/richtextcontrol.cxx 
b/forms/source/richtext/richtextcontrol.cxx
index 45e898b8ed13..7aeb8410b568 100644
--- a/forms/source/richtext/richtextcontrol.cxx
+++ b/forms/source/richtext/richtextcontrol.cxx
@@ -330,7 +330,7 @@ namespace frm
 if ( eTargetUnit != MapUnit::MapPixel )
 aPos = pTargetDevice->PixelToLogic( aPos );
 
-pControl->Draw( pTargetDevice, aPos, DrawFlags::NoControls );
+pControl->Draw( pTargetDevice, aPos, SystemTextColorFlags::NoControls 
);
 }
 
 
diff --git a/forms/source/richtext/richtextvclcontrol.cxx 
b/forms/source/richtext/richtextvclcontrol.cxx
index 0df141693f54..ff570eb74efa 100644
--- a/forms/source/richtext/richtextvclcontrol.cxx
+++ b/forms/source/richtext/richtextvclcontrol.cxx
@@ -288,7 +288,7 @@ namespace frm
 return bDone || Control::EventNotify(_rNEvt);
 }
 
-void RichTextControl::Draw( OutputDevice* _pDev, const Point& _rPos, 
DrawFlags /*_nFlags*/ )
+void RichTextControl::Draw( OutputDevice* _pDev, const Point& _rPos, 
SystemTextColorFlags /*_nFlags*/ )
 {
 m_pImpl->Draw( _pDev, _rPos, _pDev->PixelToLogic(GetSizePixel()) );
 }
diff --git a/forms/source/richtext/richtextvclcontrol.hxx 
b/forms/source/richtext/richtextvclcontrol.hxx
index 

[Libreoffice-bugs] [Bug 74702] Remove enum OutDevType from OutputDevice

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

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

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

tdf#74702 vcl: introduce GetSystemTextColor()

It will be available in 7.3.0.

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

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

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

[Libreoffice-bugs] [Bug 144127] insert frame (active) has no active-item submenu

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

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

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

[Libreoffice-bugs] [Bug 144163] LibreOffice 7.2 Base Error

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 143887] Errormessage give unusable information for normal user - most content for developer

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 144135] Calc causes repeatable fatal crash when I attempted to sort columns

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 144155] CALC Row operations over 100 times slower in 7.2 compared to 7.1

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

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 143888] enhancement: CALCULATION: implement a function 'rawsum', working without prettyfying as rawsubtract does

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 144163] LibreOffice 7.2 Base Error

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

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

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

[Libreoffice-bugs] [Bug 144127] insert frame (active) has no active-item submenu

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 144012] Password protected .odt file show mostly empty

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 76962] Floating frame not displayed in Impress slideshow

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

--- Comment #15 from QA Administrators  ---
Dear maurice.clerc,

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] [Bug 144135] Calc causes repeatable fatal crash when I attempted to sort columns

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

--- 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] [Bug 144012] Password protected .odt file show mostly empty

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

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

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

[Libreoffice-bugs] [Bug 144119] Copying numbered list item into new paragraph continues numeration from the end

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

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

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

[Libreoffice-bugs] [Bug 144119] Copying numbered list item into new paragraph continues numeration from the end

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 139990] When I try to add a hyperlink, LibreOffice crashes

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

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 127688] Dotted chapter numbering crashes Writer under Linux

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

--- Comment #11 from QA Administrators  ---
Dear Wolfgang Glas,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 77708] EDITING: Set "Collect at end of section" option independently for parent/child sections.

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

--- Comment #5 from QA Administrators  ---
Dear Owen Genat (retired),

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] [Bug 139990] When I try to add a hyperlink, LibreOffice crashes

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

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 86599] 4.4.0.0.beta1 Floating Frames can't Undo after Redo

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

--- Comment #5 from QA Administrators  ---
Dear Maxim Britov,

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] [Bug 76570] Check-boxes and radio buttons are off-screen in the application window

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

--- Comment #5 from QA Administrators  ---
Dear Shawn Johnson,

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] [Bug 76311] CALC: If differently formatted cells are selected, Format Cells should register it and not mark any format, so that user may set it

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

--- Comment #9 from QA Administrators  ---
Dear Paul Menzel,

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] [Bug 76208] Borders around frames

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

--- Comment #8 from QA Administrators  ---
Dear hc.stoellinger,

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] [Bug 75931] EDITING/FORMATTING: Invisible text when editing

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

--- Comment #8 from QA Administrators  ---
Dear gus knight,

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] [Bug 101650] Frame, used to make a table float, has wrapping Page Wrap; should be Wrap Off, now a character is placed beside the table, in stead if below it.

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

--- Comment #17 from QA Administrators  ---
Dear Oliver Sander,

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] [Bug 144012] Password protected .odt file show mostly empty

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

--- Comment #4 from Satoru Kengaku  ---
I tackled the issue from a different angle.

1. I've unlocked the password of the .odt file using 7.1.5.2
2. Using 7.2.0.4, open the file without a password. It turns out mostly empty,
even though Writer can count characters and words.

3. Open the .odt file with MS Office 2016. I see no issues, so saved it with
.docx
4. Open the .docx file with LibreOffice 7.2.0.4. It opens without any problems.
5. Save the file with a password in .odt. Now I don't have issues.

For your reference I don't close this bug, but please feel free to close this
bug if this is a duplicate bug.

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

[Libreoffice-bugs] [Bug 144012] Password protected .odt file show mostly empty

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

--- Comment #3 from Satoru Kengaku  ---
In the past, a problem with password protected file occurred once with a major
upgrade, even though I don't remember when. At that time, I couldn't open a
password protected file, if my memory is correct.

At that time, problem was solved after several minor updates.

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

[Libreoffice-bugs] [Bug 144170] the sum function does not work properly when adding additional numbers.

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

--- Comment #1 from Nath  ---
Created attachment 174620
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174620=edit
screen shot of the Sum issue

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

[Libreoffice-bugs] [Bug 144170] New: the sum function does not work properly when adding additional numbers.

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

Bug ID: 144170
   Summary: the sum function does not work properly when adding
additional numbers.
   Product: LibreOffice
   Version: 7.2.0.4 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nbkap...@gmail.com

Description:
If you use the Sum function to total numbers then you add additional numbers
below the total sum number and then try to sum those numbers the system will
not total those numbers.  example 1+1 sum gives you 2. if I add 1 and try to
sum the 2 and 1 the systems Sum is 1.
This has happened in the last few releases.  


Steps to Reproduce:
1. List two numbers
2. Sum that list with the Sum icon on the toolbar. 
3. Add another number below the sum and try to use the sum icon again it will
not sum out the two numbers.  the system will give you the added number as the
total

Actual Results:
the system ignores the total numbers and only gives you the added numbers
Ex. 1+1 Sum is 2, Add 1 and Sum the 2 and 1 the system will give you 1.

Expected Results:
When you take 1+1 and the sum is 2, if I add 1 and Sum the 2&1 you should get 3
but you get 1.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
none

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

[Libreoffice-commits] core.git: desktop/source include/vcl sw/source vcl/inc vcl/Library_vcl.mk vcl/qa vcl/source

2021-08-29 Thread Chris Sherlock (via logerrit)
 desktop/source/lib/init.cxx |2 +-
 include/vcl/outdev.hxx  |   19 +++
 include/vcl/window.hxx  |2 +-
 sw/source/core/inc/drawfont.hxx |   10 ++
 sw/source/core/inc/fntcache.hxx |2 +-
 sw/source/core/text/inftxt.cxx  |6 +++---
 sw/source/core/text/inftxt.hxx  |   14 +++---
 sw/source/core/text/porfld.cxx  |2 +-
 sw/source/core/text/pormulti.cxx|2 +-
 sw/source/core/txtnode/fntcache.cxx |2 +-
 vcl/Library_vcl.mk  |1 +
 vcl/inc/TextLayoutCache.hxx |   18 --
 vcl/inc/sallayout.hxx   |8 
 vcl/qa/cppunit/text.cxx |6 +++---
 vcl/source/gdi/CommonSalLayout.cxx  |   12 ++--
 vcl/source/gdi/sallayout.cxx|2 +-
 vcl/source/outdev/text.cxx  |   14 +++---
 vcl/source/text/TextLayoutCache.cxx |   36 
 vcl/source/window/window3.cxx   |2 +-
 19 files changed, 96 insertions(+), 64 deletions(-)

New commits:
commit 229136b7c9363bc758c9e925ccfd0c9bb34ceaec
Author: Chris Sherlock 
AuthorDate: Sun Aug 29 00:59:08 2021 +1000
Commit: Tomaž Vajngerl 
CommitDate: Mon Aug 30 02:46:33 2021 +0200

vcl: move TextLayoutCache into vcl::text namespace

Placed TextLayoutCache function into own source file and moved it into
the new vcl::text namespace. With this patch we will have these vcl::*
namespaces:

namespace vcl::bitmap
namespace vcl::CommandInfoProvider
namespace vcl::detail
namespace vcl::drawmode
namespace vcl::fileregistration
namespace vcl::filter
namespace vcl::font
namespace vcl::graphic
namespace vcl::lok
namespace vcl::pdf
namespace vcl::table
namespace vcl::test
  namespace vcl::text
namespace vcl::unohelper
namespace vcl::unotools

Change-Id: Ia38c2d73715676a924cdbb0de6308a72a40ec3b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121206
Reviewed-by: Hossein 
Reviewed-by: Tomaž Vajngerl 
Tested-by: Tomaž Vajngerl 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index da8c0d5a1595..709b42038a0e 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -4543,7 +4543,7 @@ static bool doc_paste(LibreOfficeKitDocument* pThis, 
const char* pMimeType, cons
 
 uno::Sequence 
aPropertyValues(comphelper::InitPropertySequence(
 {
-{"AnchorType", 
uno::makeAny(static_cast(text::TextContentAnchorType_AS_CHARACTER))},
+{"AnchorType", 
uno::makeAny(static_cast(css::text::TextContentAnchorType_AS_CHARACTER))},
 {"IgnoreComments", uno::makeAny(true)},
 }));
 if (!comphelper::dispatchCommand(".uno:Paste", aPropertyValues))
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 144a52308a3e..402b998bc1aa 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -101,12 +101,15 @@ namespace vcl
 class ExtOutDevData;
 class ITextLayout;
 struct FontCapabilities;
-class TextLayoutCache;
 class Window;
 class WindowOutputDevice;
 namespace font {
 struct Feature;
 }
+
+namespace text {
+class TextLayoutCache;
+}
 }
 
 namespace basegfx {
@@ -1027,7 +1030,7 @@ public:
 See also GetTextBoundRect() for more explanation + code examples.
 */
 tools::LongGetTextWidth( const OUString& rStr, 
sal_Int32 nIndex = 0, sal_Int32 nLen = -1,
-  vcl::TextLayoutCache const* = nullptr,
+  vcl::text::TextLayoutCache const* = nullptr,
   SalLayoutGlyphs const*const pLayoutCache = 
nullptr) const;
 
 /** Height where any character of the current font fits; in logic 
coordinates.
@@ -1045,7 +1048,7 @@ public:
const SalLayoutGlyphs* 
pLayoutCache = nullptr);
 tools::LongGetTextArray( const OUString& rStr, 
tools::Long* pDXAry,
   sal_Int32 nIndex = 0, sal_Int32 
nLen = -1,
-  vcl::TextLayoutCache const* = 
nullptr,
+  vcl::text::TextLayoutCache 
const* = nullptr,
   SalLayoutGlyphs const*const 
pLayoutCache = nullptr) const;
 
 voidGetCaretPositions( const OUString&, 
tools::Long* pCaretXArray,
@@ -1057,14 +1060,14 @@ public:
 sal_Int32   GetTextBreak( const OUString& rStr, 
tools::Long nTextWidth,
   sal_Int32 nIndex, sal_Int32 nLen 
= -1,
   tools::Long nCharExtra = 0,
-  vcl::TextLayoutCache const* = 
nullptr,
+   

[Libreoffice-bugs] [Bug 144169] New: Number of Printing Copies

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

Bug ID: 144169
   Summary: Number of Printing Copies
   Product: LibreOffice
   Version: 7.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: falecomigod...@gmail.com

Description:
Whenever be the section of LibreOffice, when I set the number of copies to be
printed, LibreOffice prints just a copy of the document.

Steps to Reproduce:
1.Click on Printing 
2.Number of Copies (then set the number over one copy)
3.Printing of the requested copies as set

Actual Results:
Just print a copy

Expected Results:
Printing the requested number of copies


Reproducible: Always


User Profile Reset: No



Additional Info:
Print the requested number of copies

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

[Libreoffice-bugs] [Bug 130941] Graphical issue with vectors in LibreOffice Math

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

Frédéric Buclin  changed:

   What|Removed |Added

 CC||lpso...@gmail.com

--- Comment #6 from Frédéric Buclin  ---
I can reproduce this bug in 7.2.0.4 when substituting OpenSymbol by STIX Two
Math. When using OpenSymbol, this problem goes away.

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

[Libreoffice-bugs] [Bug 144135] Calc causes repeatable fatal crash when I attempted to sort columns

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

--- Comment #9 from dpkesling  ---
I just sent file to you.
To duplicate the problem I had:
1. Select ALL by clicking the little box in upper left hand corner.
2. Select Data -> Sort from toolbar
3. First parameter/slot Column E in ascending order
4. Second parameter/slot Column D in descending order.
5. In my case, Calc immediately threw error and locked machine.

Bear in mind. I have since downgraded Libre to version 7.1.5 from 7.2.0.4
This file was adjusted and filed under 7.1.5... so if the problem involved a
"file write" issue, it won't necessarily appear here.

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

[Libreoffice-bugs] [Bug 144168] New: Inconsistent ratio between Dialog.Model.Height and the height on the screen

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

Bug ID: 144168
   Summary: Inconsistent ratio between Dialog.Model.Height and the
height on the screen
   Product: LibreOffice
   Version: 6.3.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mapur...@hotmail.com

Created attachment 174619
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174619=edit
This spreadsheet will allow you to test the ratios of the measured and model
heights of three different dialogs.

I wanted to dynamically place a dialog above the active cell. This requires the
position of the top left corner of the cell, and the height of the dialog. The
origin for the cells is the top left corner of cell A1. The origin of the
dialog is the top left corner of the Calc sheet. The units for heights for the
position of the cell and dialog are different. I measure the height of the
dialog by aligning the top of the dialog with the top of the active cell, and
then doing the same with the bottom of the dialog with the top of the cell. I
then get the ratio of this height with the dialog.model.height.

MeasuredModel   Ratio
200 78  2.57
258 106 2.44
564 247 2.29

The ratios are not consistent, and vary with the height of the dialog. Also,
the ratios change depending on how close, vertically, the active cell is to the
Row 0. One of our users tried this one a system running Ubuntu, and he had
ratios varying depending on the dialog etc. His ratios were quite different
from mine (windows vs Ubuntu)

It also seems that if I dynamically place the dialog so the top of the box
aligns with the top of the active cell that, if it aligns for a row near the
top of the spreadsheet, it drifts off the top of the row as the active row is
farther down. I suspect an error in a decimal place in the conversion
com.sun.star.util.MeasureUnit.MM_100TH or in Widows. It isn't a big thing, it
may be in the fourth decimal.

Finally, things don't align properly if Calc is not maximized and it moves to a
different place on the screen.

I am using 
Edition Windows 10 Home
Version 21H1
Installed on‎2020-‎11-‎26
OS build19043.1165
Experience  Windows Feature Experience Pack 120.2212.3530.0

I have 8 GB RAM.
Processor: Intel(R) Pentium(R) CPU 2127U @ 1.90GHz   1.90 GHz

I have attached a very stripped down version of our spreadsheet. You can run
various tests with three different dialogs. To run a test, right click on a
cell and choose Event Input Wizard.

It is not imperative that we place the dialog exactly, but this could be an
issue for some of our users. At the moment, two of our users have requested
this feature. Consequently, I have chosen "minor" for severity.

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

[Libreoffice-bugs] [Bug 144163] LibreOffice 7.2 Base Error

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

--- Comment #2 from putman...@gmail.com ---
(In reply to m.a.riosv from comment #1)
> Please test with a clean profile, Menu/Help/Restart in Safe Mode

Sorry. I should have added that I did test with a clean profile in Safe Mode. I
received the same results.

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

[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

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

Bug 35019 Summary: charset autodetection for csv imports
https://bugs.documentfoundation.org/show_bug.cgi?id=35019

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 38637] [Task] Better handling for csv-Files

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

Bug 35019 Summary: charset autodetection for csv imports
https://bugs.documentfoundation.org/show_bug.cgi?id=35019

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 35019] charset autodetection for csv imports

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

Eike Rathke  changed:

   What|Removed |Added

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

--- Comment #6 from Eike Rathke  ---
Implemented (at least the loose Unicode UTF-16 detection) since 7.1 with
https://git.libreoffice.org/core/+/85f12e47f4a086a3923dd3a6b097776d60c6dc82%5E%21/

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

[Libreoffice-bugs] [Bug 144167] exported PNG image has wrong size when page has border

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

--- Comment #3 from Valerio Messina  ---
Created attachment 174618
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174618=edit
export as 30x20.63

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

[Libreoffice-bugs] [Bug 144167] exported PNG image has wrong size when page has border

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

--- Comment #2 from Valerio Messina  ---
Created attachment 174617
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174617=edit
export as 32x22 cm

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

[Libreoffice-bugs] [Bug 144167] exported PNG image has wrong size when page has border

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

--- Comment #1 from Valerio Messina  ---
Created attachment 174616
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174616=edit
test case

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

[Libreoffice-bugs] [Bug 144163] LibreOffice 7.2 Base Error

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

m.a.riosv  changed:

   What|Removed |Added

   Severity|enhancement |normal

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

[Libreoffice-bugs] [Bug 144163] LibreOffice 7.2 Base Error

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

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] [Bug 144164] LibreOffice crashes when I try start Calc from Start center

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
I can't repro
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 74d35e143d557a7e65c4443f5b80cb9d406b1fa1
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL

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

[Libreoffice-bugs] [Bug 144167] New: exported PNG image has wrong size when page has border

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

Bug ID: 144167
   Summary: exported PNG image has wrong size when page has border
   Product: LibreOffice
   Version: 7.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: e...@iol.it

Description:
the exported PNG loss the right scale

Steps to Reproduce:
1. open the attached .odg
that is 32x22 cm with 1 cm border, so has 30x20 cm area rectangle
2. Go to pag.1, export as so:

3. menu File, Export...,
4. File format: PNG, Save
5. Modify resolution: 300 pixels/inch
6. Modify dimensions, Width: 32 cm
7. the Height is set to 22 cm (so form factor is page not area rectangle)
8. OK

Actual Results:
the exported image is wrong, see attach
"shape20x30cm_scale1:1_libreoffice7.2margin32x22.png"

It has:
1. the right canvas extention 3786x2603 px
2. the right form factor
3. the image miss the 1 cm page border (may be OK)
4. the 30x20 cm (3543x2362 px) rectangle is stretched to 32x22 cm (3786x2603
px)

Note: This does not happen if the page has no border, so 30x20 cm


Expected Results:
export a rectangle sized 30x20 cm (3543x2362 px) without border OR
export a rectangle sized 30x20 cm (3543x2362 px) with 1 cm border so 32x22 cm
(3786x2603 px


Reproducible: Always


User Profile Reset: No



Additional Info:
knowing that the exported PNG does not have the border, one can try to
selecting:
5. Modify resolution: 300 pixels/inch
6. Modify dimensions, Width: 30 cm
7. the Height is set to 20.63 cm (so form factor is page not area rectangle)
but the exported PNG has wrong form factor, so is worse

In both cases the exported PNG is unusable as lost the right scale

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

[Libreoffice-bugs] [Bug 55049] FILEOPEN: CSV import - \" is not seen as an escaped quote, and hence interpreted as string delimiters

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

Eike Rathke  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Libreoffice-bugs] [Bug 38484] Incorrect loading of ODF file

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

--- Comment #13 from João Paulo  ---
This bug is still reproducible with:

Version: 7.1.5.2 (x64) / LibreOffice Community
Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: pt-BR (pt_BR); UI: pt-BR
Calc: threaded

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

[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

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

Bug 55049 Summary: FILEOPEN:  CSV import - \" is not seen as an escaped quote, 
and hence interpreted as string delimiters
https://bugs.documentfoundation.org/show_bug.cgi?id=55049

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

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

[Libreoffice-bugs] [Bug 55049] FILEOPEN: CSV import - \" is not seen as an escaped quote, and hence interpreted as string delimiters

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

Eike Rathke  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|NEW |RESOLVED

--- Comment #11 from Eike Rathke  ---
This is not a bug.
The file content

"test";"\";\"";EOF

with field separator ';' and quote character (text delimiter) '"' is
*correctly* imported as

test|\|\""|EOF

The first \" is *not* an escaped double quote, CSV does not escape quotes by
backslash but by doubling them, it is a \ backslash enclosed in double quotes.

The third field with \"" is malformed because it contains a (meant to be
escaped by doubling it?) double quote but is not quoted with double quotes.
Calc tries to import it nevertheless and keeps all data encountered.

Whatever produced that content is a broken generator.

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

[Libreoffice-bugs] [Bug 144159] COUNTIFS() function performance regression

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
And please past here the information in Menu/About LibreOffice (there is a
button to do it).

With version working fine and version working slow.

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

[Libreoffice-bugs] [Bug 144131] "Hide Rows" causes Calc to hang CALC UI

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

--- Comment #10 from David Lynch  ---
Opened Bug 144155 to rpelace this one.

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

[Libreoffice-bugs] [Bug 141505] big CSV, Calc hangs when separator used in CSV was not selected when last file was opened

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

Eike Rathke  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

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

Bug 141505 Summary: big CSV, Calc hangs when separator used in CSV was not 
selected when last file was opened
https://bugs.documentfoundation.org/show_bug.cgi?id=141505

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 141505] big CSV, Calc hangs when separator used in CSV was not selected when last file was opened

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

Eike Rathke  changed:

   What|Removed |Added

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

--- Comment #6 from Eike Rathke  ---
Fixed with bug 102846.

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

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

[Libreoffice-bugs] [Bug 144166] Pixel (or pixels) missing in the formula input box

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

--- Comment #1 from al...@gmx.de ---
Created attachment 174615
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174615=edit
Missing pixel at the lower left corner

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

[Libreoffice-bugs] [Bug 144166] New: Pixel (or pixels) missing in the formula input box

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

Bug ID: 144166
   Summary: Pixel (or pixels) missing in the formula input box
   Product: LibreOffice
   Version: 7.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: al...@gmx.de

Description:
The inbut box where formula is edited has a thin border. The border has no
pixels at the corners. Is it the intention?

The lowel left corder even lacks TWO pixels! See the attachments.

Steps to Reproduce:
Start Calc with an empty sheet, look at the formula input box.

Actual Results:
Pixels missing.

Expected Results:
Border is complete.


Reproducible: Always


User Profile Reset: No



Additional Info:
No other information needed.

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

[Libreoffice-bugs] [Bug 136013] FILEOPEN Importing tsv/csv with no string delimiter causes whitespace only trailing column to corrupt

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

Eike Rathke  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

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

Bug 136013 Summary: FILEOPEN Importing tsv/csv with no string delimiter causes 
whitespace only trailing column to corrupt
https://bugs.documentfoundation.org/show_bug.cgi?id=136013

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 136013] FILEOPEN Importing tsv/csv with no string delimiter causes whitespace only trailing column to corrupt

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

Eike Rathke  changed:

   What|Removed |Added

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

--- Comment #8 from Eike Rathke  ---
Reproduced with 7.1.4
Appears to be fixed since 7.1.5, most likely with bug 142395.

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

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

[Libreoffice-bugs] [Bug 136013] FILEOPEN Importing tsv/csv with no string delimiter causes whitespace only trailing column to corrupt

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

--- Comment #7 from Eike Rathke  ---
(In reply to xpusostomos from comment #6)
> Another thing, it wasn't obvious to me in the gui that the string delimited
> dropdown list was editable. I think a dropdown list here is pointless and
> distracting. Everyone uses either double quote or nothing.
You certainly know everyone and every usage and can be sure no one, absolutely
no one, uses anything else.

> I would argue
> that as soon as you select tab delimited, this field should default to
> blank, because as far as I can tell, the whole internet is agreed that TSV
> files don't have a string quote character.
Oh yes? Is it? Could you point out such agreement? So you'd argue that embedded
tabs and embedded line feeds are not possible at all in a TSV file?

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

[Libreoffice-bugs] [Bug 144165] Highlight the current line in Writer?

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||vstuart.fo...@utsa.edu
   Keywords||needsUXEval

--- Comment #1 from V Stuart Foote  ---
Would require considerble dev work, and questionable for achieving consistent
implementation cross platform.  

Don't see much value, especially as all os/DE allow you to adjust text cursor
'weight' which LO honors.

IMHO => WF

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

[Libreoffice-ux-advise] [Bug 144165] Highlight the current line in Writer?

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||vstuart.fo...@utsa.edu
   Keywords||needsUXEval

--- Comment #1 from V Stuart Foote  ---
Would require considerble dev work, and questionable for achieving consistent
implementation cross platform.  

Don't see much value, especially as all os/DE allow you to adjust text cursor
'weight' which LO honors.

IMHO => WF

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

[Libreoffice-bugs] [Bug 144135] Calc causes repeatable fatal crash when I attempted to sort columns

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

--- Comment #8 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to dpkesling from comment #7)
> total file size is 150.4 k

Just click to "Add an attachment" link above

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

[Libreoffice-bugs] [Bug 144159] COUNTIFS() function performance regression

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

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

   What|Removed |Added

 Blocks||108827
Summary|[1] Countifs() performance  |COUNTIFS() function
   |regression  |performance regression


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108827
[Bug 108827] [META] Calc functions bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

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

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

   What|Removed |Added

 Depends on||144159


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=144159
[Bug 144159] COUNTIFS() function performance regression
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144159] [1] Countifs() performance regression

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru
   Keywords||perf, possibleRegression
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Please attach an example file

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

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

2021-08-29 Thread Caolán McNamara (via logerrit)
 vcl/source/filter/itiff/ccidecom.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d350a1364a1c34b96d00f2f716c44882b7b57fe9
Author: Caolán McNamara 
AuthorDate: Sun Aug 29 15:18:08 2021 +0100
Commit: Caolán McNamara 
CommitDate: Sun Aug 29 22:11:51 2021 +0200

ofz: MemorySanitizer: use-of-uninitialized-value

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

diff --git a/vcl/source/filter/itiff/ccidecom.cxx 
b/vcl/source/filter/itiff/ccidecom.cxx
index 407aab17d669..a1dbd8256201 100644
--- a/vcl/source/filter/itiff/ccidecom.cxx
+++ b/vcl/source/filter/itiff/ccidecom.cxx
@@ -795,7 +795,7 @@ bool CCIDecompressor::Read2DTag()
 {
 // read a bit and return sal_True if it's 0, otherwise return sal_False
 if (nInputBitsBufSize==0) {
-sal_uInt8 nByte;
+sal_uInt8 nByte(0);
 pIStream->ReadUChar( nByte );
 if ( nOptions & CCI_OPTION_INVERSEBITORDER )
 nByte = pByteSwap[ nByte ];
@@ -811,7 +811,7 @@ sal_uInt8 CCIDecompressor::ReadBlackOrWhite()
 {
 // read a bit and deliver 0x00 if it's 0, otherwise 0xff
 if (nInputBitsBufSize==0) {
-sal_uInt8 nByte;
+sal_uInt8 nByte(0);
 pIStream->ReadUChar( nByte );
 if ( nOptions & CCI_OPTION_INVERSEBITORDER )
 nByte = pByteSwap[ nByte ];


[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

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

Bug 117868 Summary: LibreofficeCalc - sep support from MSOffice on CSV files
https://bugs.documentfoundation.org/show_bug.cgi?id=117868

   What|Removed |Added

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

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

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

2021-08-29 Thread Eike Rathke (via logerrit)
 sc/source/ui/dbgui/scuiasciiopt.cxx |   89 
 sc/source/ui/docshell/docsh.cxx |   43 +
 sc/source/ui/inc/scuiasciiopt.hxx   |5 +-
 3 files changed, 117 insertions(+), 20 deletions(-)

New commits:
commit 451e4abb5377f6d923860e9adfce82d46f31e049
Author: Eike Rathke 
AuthorDate: Sun Aug 29 18:23:35 2021 +0200
Commit: Eike Rathke 
CommitDate: Sun Aug 29 22:09:29 2021 +0200

Resolves: tdf#117868 CSV: support sep=; and "sep=;" separator setting

When reading CSV the separator (any BMP character) is taken from
an initial

sep=;
or
"sep=;"

single field if that is the only row content.
The quoted form is preserved as (unquoted) cell content, of the
unquoted form the separator is discarded as contextually it is a
real field separator.

When writing CSV an existing single top left cell's content if
that is the only cell in the row is adapted to the current
separator (any BMP character) in the quoted form

"sep=;"

(if quotes / text delimiters aren't set empty ...) and always uses
the ASCII '"' double quote character.

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

diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx 
b/sc/source/ui/dbgui/scuiasciiopt.cxx
index 3ed0b05cf677..7390786c5cd9 100644
--- a/sc/source/ui/dbgui/scuiasciiopt.cxx
+++ b/sc/source/ui/dbgui/scuiasciiopt.cxx
@@ -381,14 +381,6 @@ ScImportAsciiDlg::ScImportAsciiDlg(weld::Window* pParent, 
const OUString& aDatNa
 if (nFromRow != 1)
 mxNfRow->set_value(nFromRow);
 
-if ( bIsTSV )
-mxCkbTab->set_active(true);
-else
-SetSeparators(); // Set Separators in the dialog from 
maFieldSeparators (empty are not set)
-
-// Get Separators from the dialog (empty are set from default)
-maFieldSeparators = GetSeparators();
-
 // Clipboard is always Unicode, else detect.
 rtl_TextEncoding ePreselectUnicode = (meCall == SC_IMPORTFILE ?
 RTL_TEXTENCODING_DONTKNOW : RTL_TEXTENCODING_UNICODE);
@@ -438,6 +430,40 @@ ScImportAsciiDlg::ScImportAsciiDlg(weld::Window* pParent, 
const OUString& aDatNa
 mnStreamPos = mpDatStream->Tell();
 }
 
+if (bIsTSV)
+SetSeparators('\t');
+else
+{
+// Some MS-Excel convention is the first line containing the field
+// separator as "sep=|" (without quotes and any field separator
+// character). The second possibility seems to be it is present *with*
+// quotes so it shows up as cell content *including* the separator and
+// can be preserved during round trips. Check for an exact match of
+// any such and set separator.
+/* TODO: it is debatable whether the unquoted form should rather be
+ * treated special to actually include the separator in the field data.
+ * Currently it does not. */
+sal_Unicode cSep = 0;
+OUString aLine;
+// Try to read one more character, if more than 7 it can't be an exact
+// match of any.
+mpDatStream->ReadUniOrByteStringLine( aLine, 
mpDatStream->GetStreamCharSet(), 8);
+mpDatStream->Seek(mnStreamPos);
+if (aLine.getLength() == 8)
+;   // nothing
+else if (aLine.getLength() == 5 && 
aLine.startsWithIgnoreAsciiCase("sep="))
+cSep = aLine[4];
+else if (aLine.getLength() == 7 && aLine[6] == '"' && 
aLine.startsWithIgnoreAsciiCase("\"sep="))
+cSep = aLine[5];
+
+// Set Separators in the dialog from maFieldSeparators (empty are not
+// set) or an optionally defined by file content field separator.
+SetSeparators(cSep);
+}
+
+// Get Separators from the dialog (empty are set from default)
+maFieldSeparators = GetSeparators();
+
 mxNfRow->connect_value_changed( LINK( this, ScImportAsciiDlg, FirstRowHdl 
) );
 
 // *** Separator characters ***
@@ -650,19 +676,46 @@ void ScImportAsciiDlg::SaveParameters()
  mxCkbSkipEmptyCells->get_active(), 
mxCkbRemoveSpace->get_active(), meCall );
 }
 
-void ScImportAsciiDlg::SetSeparators()
+void ScImportAsciiDlg::SetSeparators( sal_Unicode cSep )
 {
-for (sal_Int32 i = 0; i < maFieldSeparators.getLength(); ++i)
+if (cSep)
 {
-switch (maFieldSeparators[i])
+// Exclusively set a separator, maFieldSeparators needs not be
+// modified, it's obtained by GetSeparators() after this call.
+constexpr sal_Unicode aSeps[] = { '\t', ';', ',', ' ' };
+for (const sal_Unicode c : aSeps)
 {
-case '\t':  mxCkbTab->set_active(true);break;
-case ';':   mxCkbSemicolon->set_active(true);  break;
-case ',':   mxCkbComma->set_active(true);  break;
-case ' ':   

[Libreoffice-bugs] [Bug 144135] Calc causes repeatable fatal crash when I attempted to sort columns

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

--- Comment #7 from dpkesling  ---
total file size is 150.4 k

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

[Libreoffice-bugs] [Bug 144135] Calc causes repeatable fatal crash when I attempted to sort columns

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

--- Comment #6 from dpkesling  ---
I just prepared a "stripped-out" version of the .ods file in question and was
prepared to send it in... but there is no way I will provide a path to this
thing on my computer in an open forum. If you have an address to which I can
upload the file, I will be happy to do so.

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

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

2021-08-29 Thread Caolán McNamara (via logerrit)
 sd/source/filter/ppt/pptin.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 182971bd9fa8c9057d1478af15a14b2b6357a2a4
Author: Caolán McNamara 
AuthorDate: Sun Aug 29 17:06:35 2021 +0100
Commit: Caolán McNamara 
CommitDate: Sun Aug 29 21:47:45 2021 +0200

ofz: MemorySanitizer: use-of-uninitialized-value

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

diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index e4bd9b24bb42..f998e57c73e9 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -252,7 +252,7 @@ bool ImplSdPPTImport::Import()
 {
 PropItem aPropItem;
 
-sal_uInt32 nType, nPropCount;
+sal_uInt32 nType(0), nPropCount(0);
 
 pDInfoSec2->Read();
 


[Libreoffice-bugs] [Bug 144139] LO crashes when trying to print a form

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

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #10 from Buovjaga  ---
Bibisected with linux-64-7.1 to
https://git.libreoffice.org/core/commit/40251f0e73d2cb700313395dcf49c43a9c1e8570
avoid intermediate bitmap causing blurring

Caolán is already in Cc.

Does not happen with gen.

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

[Libreoffice-bugs] [Bug 139675] Undo moving in header not working in certain consternation (picking the wrong object)

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

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 Status|NEW |RESOLVED
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |WORKSFORME

--- Comment #7 from Buovjaga  ---
Seen in oldest of Linux 7.3 repo, but not in latest -> WFM

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

[Libreoffice-bugs] [Bug 144165] New: Highlight the current line in Writer?

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

Bug ID: 144165
   Summary: Highlight the current line in Writer?
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tor...@yahoo.com

● The Writer cursor is difficult to see in a pageful of text.
● After a search, the found string (It could a single character, like $, α or
©) can also be difficult to see in a pageful of text.
All text editors (NotePad, NotePad++, PSPad, SciTE, …) have a
currentLine —very convenient! Why not Writer? Because it's not just another
‘plain-text editor’? Because MSWord does not? (Does it? I don't know about
that.)
It should be easy to display the currentLine with a special,
customizable combination fore|background colours which would, by-default, be
the text colour pair, to please the users who like the current presentation
—indistinguishable currentLine.
The current character would have the text colour pair, automatically
contrasted with the currentLine.
In fact, there should be TWO currentLines; the 2nd one to track the
mouse cursor, off if said cursor is out of the Writer window, indistinguishable
if the user so chooses.

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

[Libreoffice-bugs] [Bug 140061] Crash swlo!sw::WriterMultiListener::StartListening

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

Buovjaga  changed:

   What|Removed |Added

Version|7.0.0.0.beta1+  |6.3.0.4 release
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #7 from Buovjaga  ---
Yeah, it is somehow unreliable. It crashed for me even in the oldest of Linux
6.3 repo. Sometimes you have to attempt it as many as 5 times.

As the steps are simple, I recommend recording a macro of them, so you can run
them easily without going crazy (if you want to still investigate with older
repos).

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

[Libreoffice-bugs] [Bug 142101] Memory usage opening 3 page presentation with (large) images gone up from 250 MB to 514 MB

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

--- Comment #7 from Buovjaga  ---
(In reply to Telesto from comment #6)
> Looks ok.. 
> Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
> Build ID: 36efb384a66b6dd645e0ae80fd7df68370a9dc8b
> CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
> Locale: nl-NL (nl_NL); UI: nl-NL
> Calc: CL
> 
> Also crashing pressing F5 (presentation mode)

Btw. doesn't crash for me

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 9ed35109abb4179a3ab77498f550b4b9868e9cbc
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: default; VCL: win
Locale: fi-FI (fi_FI); UI: en-US
Calc: threaded Jumbo
(or Skia)

Arch Linux 64-bit
Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 67879304f61252838a6b2e2549d7205b445776f8
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 27 August 2021

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

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

2021-08-29 Thread Caolán McNamara (via logerrit)
 emfio/source/reader/emfreader.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 16b24385331d85763759291eccfb0344a65e7540
Author: Caolán McNamara 
AuthorDate: Sun Aug 29 11:05:09 2021 +0100
Commit: Caolán McNamara 
CommitDate: Sun Aug 29 20:39:25 2021 +0200

ofz: MemorySanitizer: use-of-uninitialized-value

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

diff --git a/emfio/source/reader/emfreader.cxx 
b/emfio/source/reader/emfreader.cxx
index 8fed29a17f50..f3c1fffdfd77 100644
--- a/emfio/source/reader/emfreader.cxx
+++ b/emfio/source/reader/emfreader.cxx
@@ -1121,8 +1121,8 @@ namespace emfio
 
 case EMR_MODIFYWORLDTRANSFORM :
 {
-sal_uInt32  nMode;
-XForm   aTempXForm;
+sal_uInt32 nMode(0);
+XForm aTempXForm;
 *mpInputStream >> aTempXForm;
 mpInputStream->ReadUInt32( nMode );
 ModifyWorldTransform( aTempXForm, nMode );


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

2021-08-29 Thread Caolán McNamara (via logerrit)
 include/vcl/RawBitmap.hxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 72da4c623baf60eb2b7073697cd36ffb3022847d
Author: Caolán McNamara 
AuthorDate: Sun Aug 29 16:58:11 2021 +0100
Commit: Caolán McNamara 
CommitDate: Sun Aug 29 20:39:00 2021 +0200

ofz#37796 limit to numeric_limits::max

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

diff --git a/include/vcl/RawBitmap.hxx b/include/vcl/RawBitmap.hxx
index b26d532a4032..19fe94cd2c59 100644
--- a/include/vcl/RawBitmap.hxx
+++ b/include/vcl/RawBitmap.hxx
@@ -31,6 +31,10 @@ public:
 , mnBitCount(nBitCount)
 {
 assert(nBitCount == 24 || nBitCount == 32);
+if (rSize.getWidth() > std::numeric_limits::max() || 
rSize.getWidth() < 0)
+throw std::bad_alloc();
+if (rSize.getHeight() > std::numeric_limits::max() || 
rSize.getHeight() < 0)
+throw std::bad_alloc();
 sal_Int32 nRowSize, nDataSize;
 if (o3tl::checked_multiply(rSize.getWidth(), nBitCount / 8, 
nRowSize)
 || o3tl::checked_multiply(nRowSize, rSize.getHeight(), 
nDataSize)


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

2021-08-29 Thread Caolán McNamara (via logerrit)
 filter/source/msfilter/svdfppt.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 9f9d075f3f814a2c6c53063cb7f3a582f6bff514
Author: Caolán McNamara 
AuthorDate: Sun Aug 29 15:24:50 2021 +0100
Commit: Caolán McNamara 
CommitDate: Sun Aug 29 20:38:39 2021 +0200

ofz: MemorySanitizer: use-of-uninitialized-value

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

diff --git a/filter/source/msfilter/svdfppt.cxx 
b/filter/source/msfilter/svdfppt.cxx
index aae85106042b..3e3bc3a69f9c 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -585,6 +585,11 @@ void SdrEscherImport::ProcessClientAnchor2( SvStream& rSt, 
DffRecordHeader& rHd,
 r = rs;
 b = bs;
 }
+if (!rSt.good())
+{
+SAL_WARN("filter.ms", "ProcessClientAnchor2: short read");
+return;
+}
 Scale( l );
 Scale( t );
 Scale( r );


[Libreoffice-qa] Live streaming LibreOffice bug triaging (week 35)

2021-08-29 Thread Ilmari Lauhakangas
I will be live streaming a 1 hour LibreOffice bug triaging session in 
the Jitsi room https://jitsi.documentfoundation.org/ilmaritriages on


Tue, 31 August 2021 at 15:00 UTC

Anyone is welcome to interrupt me during the session and ask questions 
about the process or request me to test something specific.


Ilmari


[Libreoffice-bugs] [Bug 142003] FILEOPEN Tracked changes in .doc file footnotes shift to the right

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

Dieter  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #10 from Dieter  ---
VERIFIED with

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

Caolán, thanks for fixing it!

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

[Libreoffice-bugs] [Bug 143859] Crash in: Jrd::Sort::order() Loading 28.3 MG odb file created in 7.2.03.RC

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

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
Without the file we can't check and can't try search a problem, sorry

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

[Libreoffice-bugs] [Bug 144164] LibreOffice crashes when I try start Calc from Start center

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru

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

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

[Libreoffice-bugs] [Bug 144164] New: LibreOffice crashes when I try start Calc from Start center

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

Bug ID: 144164
   Summary: LibreOffice crashes when I try start Calc from Start
center
   Product: LibreOffice
   Version: 7.3.0.0 alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
LibreOffice crashes when I try start Calc from Start center

Steps to Reproduce:
1. Start LibreOffice => it opens a Start center
2. Try create a Calc document by pressing Calc button on the left side of the
Start center
3. LO crashes

Actual Results:
LO crashes

Expected Results:
LO opens Calc


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 05ff3d67d0e2e436406786c949eb7cfca107ba33
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-08-28_00:08:59
Calc: threaded

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

[Libreoffice-bugs] [Bug 142639] [EMF] ExtSelectClipRng region data coords should be converted between Window and Viewport with MapMode MM_ANISOTROPIC

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

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

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 142639] [EMF] ExtSelectClipRng region data coords should be converted between Window and Viewport with MapMode MM_ANISOTROPIC

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||79045_79...@mail.ru
 Ever confirmed|0   |1

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
Confirm in

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 05ff3d67d0e2e436406786c949eb7cfca107ba33
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-08-28_00:08:59
Calc: threaded

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

[Libreoffice-bugs] [Bug 142728] FILESAVE PPTX Title slide placeholder type changes

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 05ff3d67d0e2e436406786c949eb7cfca107ba33
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-08-28_00:08:59
Calc: threaded

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

[Libreoffice-ux-advise] [Bug 143513] Menus opened in cascade not to close as soon as an option is selected

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

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

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Whiteboard| QA:needsComment|

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
For Tracking Change manage you can use the Track Changes toolbar with all
commands

I think your enhancement is not valid. Users expects main menu will hide after
user select any item

-1 from me

Let's ask UX-team also

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

[Libreoffice-bugs] [Bug 143513] Menus opened in cascade not to close as soon as an option is selected

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

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

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Whiteboard| QA:needsComment|

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
For Tracking Change manage you can use the Track Changes toolbar with all
commands

I think your enhancement is not valid. Users expects main menu will hide after
user select any item

-1 from me

Let's ask UX-team also

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

[Libreoffice-bugs] [Bug 144102] [Impress] PDF Export description "Selection Exports the current selection" unclear

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
It's a general phrase for all modules for Selection option in PDF Export
dialog. There is no difference in this case between Writer, Calc and Impress.

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

[Libreoffice-bugs] [Bug 144148] Impress: Shape color following Template style?

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

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

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
I think Andreas did it advisedly

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

[Libreoffice-ux-advise] [Bug 144148] Impress: Shape color following Template style?

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

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

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
I think Andreas did it advisedly

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

[Libreoffice-bugs] [Bug 143859] Crash in: Jrd::Sort::order() Loading 28.3 MG odb file created in 7.2.03.RC

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

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #6 from Julien Nabet  ---
Can't help here=>uncc myself

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

[Libreoffice-bugs] [Bug 144105] LO crashes during mail merge wizard when an address block is modified

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

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

   What|Removed |Added

 CC||avd.sha...@gmail.com

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
*** Bug 144154 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 144119] Copying numbered list item into new paragraph continues numeration from the end

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

--- Comment #2 from david.cortes.riv...@gmail.com ---
It does reset when one does that, but having it continue the numeration is very
inconvenient and differs from other word processing software. Usually the
reason why I do this kind of copy is to take some custom formatting to start a
new list, or to re-do an alternative list with some changes and compare it
against the previous one.

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

  1   2   3   >