[Libreoffice-commits] core.git: include/docmodel oox/qa schema/libreoffice xmloff/qa xmloff/source

2023-05-26 Thread Tomaž Vajngerl (via logerrit)
 include/docmodel/color/ComplexColor.hxx |2 +
 oox/qa/unit/data/ReferenceShapeFill.fodp|   14 
 oox/qa/unit/data/tdf51195_Fontwork_ThemeColor.fodt  |4 +-
 oox/qa/unit/data/tdf51195_Fontwork_axialGradient.fodt   |8 ++--
 oox/qa/unit/data/tdf51195_Fontwork_rectGradient.fodt|8 ++--
 oox/qa/unit/data/tdf51195_Fontwork_squareGradient.fodt  |6 +--
 schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng |3 +
 xmloff/qa/unit/data/theme.fodp  |   20 ++--
 xmloff/qa/unit/draw.cxx |6 +++
 xmloff/source/text/XMLComplexColorContext.cxx   |8 
 xmloff/source/text/XMLComplexColorExport.cxx|1 
 11 files changed, 50 insertions(+), 30 deletions(-)

New commits:
commit 38e0e78998153463caf9c3c72ef7f4549ddff0e8
Author: Tomaž Vajngerl 
AuthorDate: Thu May 25 13:55:21 2023 +0900
Commit: Tomaž Vajngerl 
CommitDate: Sat May 27 06:00:31 2023 +0200

xmloff: add color-type attribute to complex color

We need to identify what the color type of the complex color is.
For now we mostly use "theme", but in the future we can also have
other types like "rgb",... when the infrastructure for that is
built.

Change-Id: I38c91d294a191ca3124be4e99050977c9815d23e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152253
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/include/docmodel/color/ComplexColor.hxx 
b/include/docmodel/color/ComplexColor.hxx
index d43318cdbe65..958f82f19b4e 100644
--- a/include/docmodel/color/ComplexColor.hxx
+++ b/include/docmodel/color/ComplexColor.hxx
@@ -95,6 +95,8 @@ public:
 public:
 ColorType getType() const { return meType; }
 
+void setType(ColorType eType) { meType = eType; }
+
 ThemeColorType getSchemeType() const { return meSchemeType; }
 
 Color getRGBColor() const { return Color(mnComponent1, mnComponent2, 
mnComponent3); }
diff --git a/oox/qa/unit/data/ReferenceShapeFill.fodp 
b/oox/qa/unit/data/ReferenceShapeFill.fodp
index d3db08712ac9..432891b0d849 100644
--- a/oox/qa/unit/data/ReferenceShapeFill.fodp
+++ b/oox/qa/unit/data/ReferenceShapeFill.fodp
@@ -350,28 +350,28 @@



-
+

   
   



-
+

   
   



-
+

   
   



-
+

   
   
@@ -489,7 +489,7 @@



-
+

   
   
@@ -531,7 +531,7 @@
   
   

-
+
  
 

@@ -585,7 +585,7 @@
   
   

-
+

   
   
diff --git a/oox/qa/unit/data/tdf51195_Fontwork_ThemeColor.fodt 
b/oox/qa/unit/data/tdf51195_Fontwork_ThemeColor.fodt
index 8d2f8726d53b..f7af1acc9bbd 100644
--- a/oox/qa/unit/data/tdf51195_Fontwork_ThemeColor.fodt
+++ b/oox/qa/unit/data/tdf51195_Fontwork_ThemeColor.fodt
@@ -358,7 +358,7 @@
   
   

-
+
  
  
 
@@ -367,7 +367,7 @@
   
   

-
+
  
 

diff --git a/oox/qa/unit/data/tdf51195_Fontwork_axialGradient.fodt 
b/oox/qa/unit/data/tdf51195_Fontwork_axialGradient.fodt
index fb792bd34e00..70f1448397f3 100644
--- a/oox/qa/unit/data/tdf51195_Fontwork_axialGradient.fodt
+++ b/oox/qa/unit/data/tdf51195_Fontwork_axialGradient.fodt
@@ -340,7 +340,7 @@
 


-
+

   
   
@@ -349,17 +349,17 @@
 


-
+

   
   

-
+

   
   

-
+
  
 

diff --git a/oox/qa/unit/data/tdf51195_Fontwork_rectGradient.fodt 
b/oox/qa/unit/data/tdf51195_Fontwork_rectGradient.fodt
index 85f1f6f9de89..018363fdab35 100644
--- a/oox/qa/unit/data/tdf51195_Fontwork_rectGradient.fodt
+++ b/oox/qa/unit/data/tdf51195_Fontwork_rectGradient.fodt
@@ -344,7 +344,7 @@
 


-
+

   
   
@@ -353,17 +353,17 @@
 


-
+

   
   

-
+

   
   

-
+
  
  
 
diff --git a/oox/qa/unit/data/tdf51195_Fontwork_squareGradient.fodt 
b/oox/qa/unit/data/tdf51195_Fontwork_squareGradient.fodt
index ea343737ff6a..6ab0b87822fc 100644
--- a/oox/qa/unit/data/tdf51195_Fontwork_squareGradient.fodt
+++ b/oox/qa/unit/data/tdf51195_Fontwork_squareGradient.fodt
@@ -344,7 +344,7 @@
 


-
+

   
   
@@ -353,12 +353,12 @@
 


-
+

   
   

-
+

   
   
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng 
b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
index d56acc1668ca..f01e1c8533e7 100644
--- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
+++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
@@ -3493,6 +3493,9 @@ 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
 
   
 
+  
+
+  
   
 
   
diff --git a/xmloff/qa/unit/data/theme.fodp b/xmloff/qa/unit/data/theme.fodp
index 

[Libreoffice-bugs] [Bug 155262] LibreOffice crashes in server mode with "free(): corrupted unsorted chunks"

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155262

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 155472] Problem when opening .xlsx file with LibreOffice

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155472

--- 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 155493] Newly opened LibO document frames stay in background (i. e. LibO does not get focus)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155493

--- 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 155493] Newly opened LibO document frames stay in background (i. e. LibO does not get focus)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155493

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 155472] Problem when opening .xlsx file with LibreOffice

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155472

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 151777] Crash in: .LTHUNK688.lto_priv.20293

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151777

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 151777] Crash in: .LTHUNK688.lto_priv.20293

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151777

--- Comment #5 from QA Administrators  ---
Dear opensuse.lietuviu.kalba,

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 150510] Inserting table with autotext changes the next paragraph style to "default paragraph style"

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150510

--- Comment #2 from QA Administrators  ---
Dear Babis,

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 73903] Check grammar as you type does not work for text in frames

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73903

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 135921] Accessibility Status of checkboxes in the spelling check options can not be changend when using keys menu.

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135921

--- Comment #5 from QA Administrators  ---
Dear Karl-Heinz Arkenau,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 142203] [EMF] CreateDibPatternBrushPT support

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142203

--- Comment #7 from QA Administrators  ---
Dear Valek Filippov,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 126130] .uno:Heading1ParaStyle not working in Notebookbar .ui files

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126130

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 74334] FILEOPEN: text body content not visible in a particular .DOC with frame in header (not in DOCX)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74334

--- Comment #17 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 114586] doc filter: Background color is missing on top row of table.

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114586

--- Comment #6 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 131642] Fileopen DOC: non-existing table added in between because of Wrap Around multiple tables

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131642

--- Comment #6 from Justin L  ---
repro 7.6+ even after floating table patches.

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

[Libreoffice-bugs] [Bug 114883] Tables with vertical text layout laid out almost entirely off of the page

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114883

--- Comment #12 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 112313] FILESAVE Text below image moves up next to it when file saved as DOCX (ODT 2cm wrap, DOCX ~1cm wrap; comment 14)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112313

Justin L  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 33263] FILEOPEN wrong wrap at frame in imported .doc from original Wrap Around tables used as bullets

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33263

Justin L  changed:

   What|Removed |Added

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

--- Comment #15 from Justin L  ---
repro 7.6+
Yeah, not sure exactly what the issue is here. Normally LO needs MORE space to
wrap than MS Word, but in this case it seems like the opposite.

The tables ARE set to wrap around (parallel), and that is exactly what is
happening. Move the tables slightly in MS Word and they do the same thing.

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

[Libreoffice-bugs] [Bug 139998] FILEOPEN DOC: Image dimensions wrong form image with border

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139998

--- Comment #5 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 76022] DOC/DOCX import: Tables don't wrap around floating shapes (also wrong in old versions of MSO, but "correct" in MSO2013)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76022

--- Comment #35 from Justin L  ---
*** Bug 119914 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 119914] FILEOPEN Adjacent tables in DOC mostly overlap

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119914

--- Comment #5 from Justin L  ---


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

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

[Libreoffice-bugs] [Bug 106840] FILEOPEN Table and Image overlap in LO but not in Word

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106840

Justin L  changed:

   What|Removed |Added

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

--- Comment #11 from Justin L  ---


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

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

[Libreoffice-bugs] [Bug 76022] DOC/DOCX import: Tables don't wrap around floating shapes (also wrong in old versions of MSO, but "correct" in MSO2013)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76022

Justin L  changed:

   What|Removed |Added

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

--- Comment #34 from Justin L  ---
*** Bug 106840 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 112700] [META] DOC (binary) table-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112700
Bug 112700 depends on bug 106840, which changed state.

Bug 106840 Summary: FILEOPEN Table and Image overlap in LO but not in Word
https://bugs.documentfoundation.org/show_bug.cgi?id=106840

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 72758] FILEOPEN: Object (graphic) As Character that is too wide for page margins, is forced to next page due to single space

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72758

Justin L  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||arato.dan...@nisz.hu
 Status|NEW |RESOLVED

--- Comment #8 from Justin L  ---
fixed in LO 7.1 by commit d336e6c26012255015d3fc0caf8e7fafe14bd8f2
Author: Daniel Arato (NISZ) on Mon Aug 24 11:05:17 2020 +0200
tdf#69647 sw layout: fix line spacing with inline pictures

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

[Libreoffice-bugs] [Bug 112701] [META] DOC (binary) image-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112701
Bug 112701 depends on bug 72758, which changed state.

Bug 72758 Summary: FILEOPEN: Object (graphic) As Character that is too wide for 
page margins, is forced to next page due to single space
https://bugs.documentfoundation.org/show_bug.cgi?id=72758

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 78405] FILEOPEN: WPS DOC - Image size not correct

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78405

--- Comment #15 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 122344] FILEOPEN DOC: Paragraph auto spacing is imported as 0, 49 cm

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122344

--- Comment #5 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 104763] FILESAVE DOC: image in table anchored to para need to be marked "layout in cell" on export for MSO benefit.

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104763

Justin L  changed:

   What|Removed |Added

Summary|FILESAVE DOC: Broken layout |FILESAVE DOC: image in
   |in Word after export to DOC |table anchored to para need
   ||to be marked "layout in
   ||cell" on export for MSO
   ||benefit.

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

[Libreoffice-bugs] [Bug 104763] FILESAVE DOC: Broken layout in Word after export to DOC

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104763

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #6 from Justin L  ---
Hmm, a bug doc without any description of what specifically is wrong. I see two
pictures that have moved to the top/right of the page. If the setting is
changed  to "layout in cell" then they move to the correct position (which is
"Keep inside text boundearies" in LO).

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

[Libreoffice-bugs] [Bug 119186] FILEOPEN: Some rows in table are higher than expected in .DOC with Microsoft fonts

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119186

--- Comment #9 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 155520] New: Table's "Insert bellow" loses styles

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155520

Bug ID: 155520
   Summary: Table's  "Insert bellow" loses styles
   Product: LibreOffice
   Version: 7.4.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kuraga...@mail.ru
CC: kuraga...@mail.ru

1. Open the Writer.
2. Create a 2-rows 2-columns table.



Scenario A.

3. Apply "Table Heading" (some) style to the 1st column.
4. Split the 2nd column of the 1st row into 2 rows.
5. Move to the latter of the created cells.
6. Click "Table" -> "Insert" -> "Row bellow".

Scenario B:

as such as Scenario A but pp. 3 and 4 are swapped.

Scenario C:

3. Apply "Table Heading" (some) style to the 1st column.
4. Split the 2nd column of the 1st row into 2 rows.
5. Move to the last column of the last cell.
6. Click "Table" -> "Insert" -> "Row above".

Scenario D:

as such as Scenario C but pp. 3 and 4 are swapped.



7. Check for the style of the new row's first cell.
8. Expected: "Table Heading".

9. Actual:
 - Scenario A: as Expected.
 - Scenario B: "Table Contents" (!!!).
 - Scenario C: as Expected.
 - Scenario D: as Expected.



(Side Note: There are no E and F Scenarios due to bug #155518.)



Version: 7.4.6.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Gentoo official package
Calc: threaded

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

[Libreoffice-bugs] [Bug 155519] New: Shape Text Box Should Be Resizeable

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155519

Bug ID: 155519
   Summary: Shape Text Box Should Be Resizeable
   Product: LibreOffice
   Version: 7.5.3.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ddmi...@gmail.com

Created attachment 187538
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187538=edit
Image of default text box placement

A shape's text area should be moveable and resizable with the mouse and
keyboard to permit better text positioning and utilization of available space
within the object without resorting to a context dialog.  The existing UI/UX
method is inefficient, potentially requiring multiple iterations to place the
text element satisfactorily.

In the example the "Preparation" shape's text box would look better if the text
area could be moved slightly higher through keyboard or mouse adjustment.

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

[Libreoffice-bugs] [Bug 155518] Selected column becomes the "uneditablle state" in some case

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155518

--- Comment #3 from Alexander Kurakin  ---
Reproduced in:

Version: 7.4.6.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Gentoo official package
Calc: threaded

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

[Libreoffice-bugs] [Bug 155518] Selected column becomes the "uneditablle state" in some case

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155518

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

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

[Libreoffice-bugs] [Bug 155518] Selected column becomes the "uneditablle state" in some case

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155518

--- Comment #1 from Alexander Kurakin  ---
Created attachment 187536
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187536=edit
Test case file

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

[Libreoffice-bugs] [Bug 155518] New: Selected column becomes the "uneditablle state" in some case

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155518

Bug ID: 155518
   Summary: Selected column becomes the "uneditablle state" in
some case
   Product: LibreOffice
   Version: 7.4.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kuraga...@mail.ru
CC: kuraga...@mail.ru

1. Open the Writer.
2. Create a 2-rows 2-columns table.
3. Move to the last column of the last cell.
4. Split it into 2 rows.
5. Result: the test case file.
6. Select the first column by mouse click.
7. Toolbar becomes the "uneditable state". Is it expected?

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

[Libreoffice-commits] core.git: officecfg/registry sc/inc sc/source sc/uiconfig uitest/libreoffice

2023-05-26 Thread Laurent Balland (via logerrit)
 officecfg/registry/schema/org/openoffice/Office/Calc.xcs |   14 +
 sc/inc/stringutil.hxx|   11 ++-
 sc/source/core/data/column3.cxx  |2 
 sc/source/core/tool/stringutil.cxx   |7 +-
 sc/source/ui/dbgui/asciiopt.cxx  |   14 -
 sc/source/ui/dbgui/scuiasciiopt.cxx  |   42 ---
 sc/source/ui/docshell/impex.cxx  |8 +-
 sc/source/ui/inc/asciiopt.hxx|3 +
 sc/source/ui/inc/scuiasciiopt.hxx|1 
 sc/uiconfig/scalc/ui/textimportcsv.ui|   21 +++
 uitest/libreoffice/calc/csv_dialog.py|   15 +
 11 files changed, 120 insertions(+), 18 deletions(-)

New commits:
commit 2b3b4026a5c6a1b92c0b29b94dd62a4c3c7b9fad
Author: Laurent Balland 
AuthorDate: Sat May 20 16:47:16 2023 +0200
Commit: Eike Rathke 
CommitDate: Fri May 26 23:57:16 2023 +0200

tdf#154131 Add Detect scientific number option

Add a sub case of Detect special numbers for import CSV (SC_IMPORTFILE),
paste unformated text (SC_PASTETEXT) and text to columns
(SC_TEXTTOCOLUMNS). Following cases are treated:
- If "Detect special numbers" is true, then "Detect scientific numbers"
  must be true and all special formats are treated (date, time,
scientific notation) in addition to basic decimal numbers.
- If "Detect special numbers" is false and "Detect scientific numbers" is
  true only scientific notation is treated in addition to basic decimal
numbers.
- If "Detect special numbers" and "Detect scientific numbers" are both
  false only basic decimal numbers are recognized as numbers. It is the
new case treated by this change
The new option bDetectScientificNumber is append to ASCII options

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

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 7a18fb3381d2..d282ca681fa0 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1032,6 +1032,13 @@
   
   false
 
+
+  
+If true, Calc tries to detect numbers in scientific 
notation.
+DetectScientificNumbers
+  
+  true
+
 
   
 Language to use for CSV import.  This determines how the 
numbers are parsed.
@@ -1121,6 +1128,13 @@
   
   true
 
+
+  
+If true, Calc tries to detect numbers in scientific 
notation.
+DetectScientificNumbers
+  
+  true
+
 
   
 If true, Calc preserves previous content of cells when 
pasting empty ones. If false, Calc delete content of previous cells.
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index b2b58f60fc5a..3d930dd359df 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -70,11 +70,14 @@ struct SAL_WARN_UNUSED SC_DLLPUBLIC ScSetStringParam
 SvNumberFormatter* mpNumFormatter;
 
 /**
- * When true, we try to detect special number format (dates etc) from the
- * input string, when false, we only try to detect a basic decimal number
- * format.
+ * Specify which number formats are detected:
+ * mbDetectNumberFormat=true && mbDetectScientificNumberFormat=true : 
detect all special number formats : basic decimal number, date, scientific 
notation, etc
+ * mbDetectNumberFormat=false && mbDetectScientificNumberFormat=true : 
detect scientific notation and basic decimal number, but not other special 
number formats (date etc)
+ * mbDetectNumberFormat=false && mbDetectScientificNumberFormat=false : 
detect only basic decimal number, but not scientific notation or other special 
number formats (date etc)
+ * Note: mbDetectNumberFormat=true && mbDetectScientificNumberFormat=false 
not allowed
  */
 bool mbDetectNumberFormat;
+bool mbDetectScientificNumberFormat;
 
 /**
  * Determine when to set the 'Text' number format to the cell where the
@@ -145,7 +148,7 @@ public:
  * @return true if the string is a valid number, false otherwise.
  */
 static bool parseSimpleNumber(
-const OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, sal_Unicode 
dsepa, double& rVal);
+const OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, sal_Unicode 
dsepa, double& rVal, bool bDetectScientificNumber = true);
 
 static bool parseSimpleNumber(
 const char* p, size_t n, char dsep, char gsep, double& rVal);
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx

[Libreoffice-bugs] [Bug 131391] LAYOUT DOC: Writer doesn't show Oversided, As Character image on 2nd page unless anchor changed or image on 1st page resized or vertical position changed

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131391

--- Comment #8 from Jochen  ---
Tested with Office 365 Apple Silicon -> second page image is shown as expected.
Tested with LibreOffice 7.5.3 Apple Silicon -> second page image is NOT shown.

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

[Libreoffice-bugs] [Bug 131244] Fill a DOC form and resave as doc, MSO will complain for many errors and repairs

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131244

--- Comment #13 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 155517] New: Can't select row if it's splitted differently

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155517

Bug ID: 155517
   Summary: Can't select row if it's splitted differently
   Product: LibreOffice
   Version: 7.4.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kuraga...@mail.ru
CC: kuraga...@mail.ru

1. Open the Writer.
2. Create a 2-rows 3-columns table.
3. Split the 1st column of the 1st row into 3 rows.
4. Split the 3rd column of the 1st row into 2 rows.
5. Result:
  -
  |   |   |   |
  -   -
  |   |   |   |
  -   |   |
  |   |   |   |
  -
  |   |   |   |
  -
6. Try to select "the 1st row" (well, all but 2nd, i.e. 3+1+2=6 cells). Seems
like it's impossible.

Version: 7.4.6.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Gentoo official package
Calc: threaded

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

[Libreoffice-bugs] [Bug 155516] Table's Borders setting is lost

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155516

--- Comment #3 from Alexander Kurakin  ---
Reproduced in:

Version: 7.4.6.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Gentoo official package
Calc: threaded

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

[Libreoffice-bugs] [Bug 155516] Table's Borders setting is lost

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155516

--- Comment #2 from Alexander Kurakin  ---
Created attachment 187535
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187535=edit
Screenshot (actual)

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

[Libreoffice-bugs] [Bug 155516] Table's Borders setting is lost

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155516

--- Comment #1 from Alexander Kurakin  ---
Created attachment 187534
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187534=edit
Screenshot (it's been set)

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

[Libreoffice-bugs] [Bug 155516] New: Table's Borders setting is lost

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155516

Bug ID: 155516
   Summary: Table's Borders setting is lost
   Product: LibreOffice
   Version: 7.4.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kuraga...@mail.ru
CC: kuraga...@mail.ru

1. Open the Writer.
2. Create a 1-row 2-column table.
3. Open the "Table" -> "Properties" dialog.
4. Set the "Outer Border and All Inner Borders" option (see screenshot 1).
5. Re-open the "Table" -> "Properties" dialog.
6. Expected: "Outer Border and All Inner Borders".
7. Actual: "User-defined" (see screenshot 2).

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

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

2023-05-26 Thread Andrea Gelmini (via logerrit)
 include/basegfx/utils/gradienttools.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 75cca3bdea8e929bdca590710dc3f44481a72ace
Author: Andrea Gelmini 
AuthorDate: Fri May 26 14:28:42 2023 +0200
Commit: Julien Nabet 
CommitDate: Fri May 26 22:43:17 2023 +0200

Fix typo

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

diff --git a/include/basegfx/utils/gradienttools.hxx 
b/include/basegfx/utils/gradienttools.hxx
index 6fc51adc0e37..f2c0de9aa8b4 100644
--- a/include/basegfx/utils/gradienttools.hxx
+++ b/include/basegfx/utils/gradienttools.hxx
@@ -191,7 +191,7 @@ namespace basegfx
on given SingleColor.
This is used for export preparations in case these exports
do neither support Start/EndIntensity nor Border settings,
-   both will be elliminated if possible (see below).
+   both will be eliminated if possible (see below).
The BGradient rGradient and BColorStops& rColorStops
are both return parameters and may be changed.
This will do quite some preparations for the gradient


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

2023-05-26 Thread Andrea Gelmini (via logerrit)
 sw/source/core/undo/unins.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0165b92f8c0980a3c5c4e2d6c77818ee02b73d47
Author: Andrea Gelmini 
AuthorDate: Fri May 26 14:28:31 2023 +0200
Commit: Julien Nabet 
CommitDate: Fri May 26 22:43:01 2023 +0200

Fix typo

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

diff --git a/sw/source/core/undo/unins.cxx b/sw/source/core/undo/unins.cxx
index a9e75f7f8140..38ac9d49c65b 100644
--- a/sw/source/core/undo/unins.cxx
+++ b/sw/source/core/undo/unins.cxx
@@ -124,7 +124,7 @@ SwUndoInsert::SwUndoInsert( const SwNode& rNd )
 }
 
 // Check if the next Insert can be combined with the current one. If so
-// change the length and InsPos. As a result, SwDoc::Inser will not add a
+// change the length and InsPos. As a result, SwDoc::Insert will not add a
 // new object into the Undo list.
 
 bool SwUndoInsert::CanGrouping( sal_Unicode cIns )


[Libreoffice-bugs] [Bug 112698] [META] DOC (binary) frame-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112698
Bug 112698 depends on bug 60683, which changed state.

Bug 60683 Summary: Frame position reference lost when inporting .DOC file
https://bugs.documentfoundation.org/show_bug.cgi?id=60683

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112698] [META] DOC (binary) frame-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112698
Bug 112698 depends on bug 55946, which changed state.

Bug 55946 Summary: FILEOPEN: Word document with multiple objects/frames on 
cover page formatted wrong
https://bugs.documentfoundation.org/show_bug.cgi?id=55946

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112701] [META] DOC (binary) image-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112701
Bug 112701 depends on bug 55946, which changed state.

Bug 55946 Summary: FILEOPEN: Word document with multiple objects/frames on 
cover page formatted wrong
https://bugs.documentfoundation.org/show_bug.cgi?id=55946

   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: sw/qa sw/source

2023-05-26 Thread Justin Luth (via logerrit)
 sw/qa/extras/ww8export/ww8export.cxx |2 +-
 sw/source/filter/ww8/ww8par2.cxx |7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit d42f519be7bcc8e194899a6b3225bcee7e54bc16
Author: Justin Luth 
AuthorDate: Fri May 26 09:48:42 2023 -0400
Commit: Justin Luth 
CommitDate: Fri May 26 21:52:39 2023 +0200

tdf#60683 tdf#55946 doc import: use style's anchor info

make CppunitTest_sw_ww8export CPPUNIT_TEST_NAME=testBnc787942

Change-Id: Ie1dc179fc3954b5eed73f3ee1f6dc95f4785f3e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152331
Reviewed-by: Justin Luth 
Tested-by: Jenkins

diff --git a/sw/qa/extras/ww8export/ww8export.cxx 
b/sw/qa/extras/ww8export/ww8export.cxx
index fd4da5249319..9658c7e2dd51 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -575,11 +575,11 @@ DECLARE_WW8EXPORT_TEST(testFdo81102, "fdo81102.doc")
 DECLARE_WW8EXPORT_TEST(testBnc787942, "bnc787942.doc")
 {
 // The frame ended up on the second page instead of first.
-
 // this is on page 1 in Word
 parseDump("/root/page[1]/body/txt[4]/anchored");
 
 CPPUNIT_ASSERT_EQUAL(text::WrapTextMode_PARALLEL, 
getProperty(getShape(1), "Surround"));
+CPPUNIT_ASSERT_EQUAL(text::RelOrientation::PAGE_FRAME, 
getProperty(getShape(1), "HoriOrientRelation"));
 }
 
 DECLARE_WW8EXPORT_TEST(testTdf133504_wrapNotBeside, 
"tdf133504_wrapNotBeside.doc")
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index ee70150ccfc8..71fd71997eac 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -418,11 +418,12 @@ ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, 
bool bTableRowEnd,
 to see if we are still in that frame.
 */
 
-aRet.m_bHasSprm37 = m_xPlcxMan->HasParaSprm(m_bVer67 ? 37 : 0x2423).pSprm 
!= nullptr;
-SprmResult aSrpm29 = m_xPlcxMan->HasParaSprm(m_bVer67 ? 29 : 0x261B);
+aRet.m_bHasSprm37 = m_xPlcxMan->HasParaSprm(m_bVer67 ? 37 : 0x2423).pSprm 
!= nullptr; // sprmPWr
+SprmResult aSrpm29 = m_xPlcxMan->HasParaSprm(m_bVer67 ? 29 : 0x261B); // 
sprmPPc
 const sal_uInt8 *pSrpm29 = aSrpm29.pSprm;
 aRet.m_bHasSprm29 = pSrpm29 != nullptr;
-aRet.m_nSprm29 = (pSrpm29 && aSrpm29.nRemainingData >= 1) ? *pSrpm29 : 0;
+const sal_Int16 nTPc = aRet.mpStyleApo ? aRet.mpStyleApo->nTPc : 0;
+aRet.m_nSprm29 = (pSrpm29 && aSrpm29.nRemainingData >= 1) ? *pSrpm29 : 
nTPc;
 
 // Is there some frame data here
 bool bNowApo = aRet.HasFrame() || pTopLevelTable;


[Libreoffice-bugs] [Bug 124615] FILESAVE AND FILEOPEN: rotated images not rotated on import or export

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124615

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
Summary|FILESAVE AND FILEOPEN: ODT  |FILESAVE AND FILEOPEN:
   |saved as DOC - rotated  |rotated images not rotated
   |images not rotated on   |on import or export
   |import  |

--- Comment #6 from Justin L  ---
repro 7.6+
Wow, hard to believe we don't support this. Perhaps image rotation is
relatively new to LO? Oh yeah, new with 6.3 commit
cb628728a33a3c6092ab929def747252ecec428c
Author: Armin Le Grand on Wed Jan 3 17:50:24 2018 +0100
RotateFlyFrameFix: im/export rotation in deg

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

[Libreoffice-bugs] [Bug 155515] CRASH: clicking on sheet (gtk3)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155515

--- Comment #3 from Julien Nabet  ---
Created attachment 187533
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187533=edit
bt with debug symbols

Here's another bt from the trace I indicated in my previous comment.

BTW, no crash with gen rendering as expected since it doesn't use
accessibility.

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

[Libreoffice-bugs] [Bug 155515] CRASH: clicking on sheet (gtk3)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155515

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace

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

[Libreoffice-bugs] [Bug 155515] CRASH: clicking on sheet (gtk3)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155515

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
Created attachment 187532
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187532=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today + gtk3 rendering, I could
reproduce this.

I also noticed these traces on console:
warn:legacy.osl:144451:144451:svx/source/svdraw/svdouno.cxx:457:
SdrUnoObj::GetUnoControl: This object is not displayed in that particular view!
warn:legacy.osl:144451:144451:svx/source/svdraw/svdouno.cxx:457:
SdrUnoObj::GetUnoControl: This object is not displayed in that particular view!
warn:legacy.osl:144451:144451:svx/source/accessibility/AccessibleControlShape.cxx:631:
AccessibleControlShape::disposing: this should never happen!

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

[Libreoffice-bugs] [Bug 155513] screen artefacts with LibreCalc 7.5.3.2 and Kubuntu 23.04 - EDITING

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155513

--- Comment #2 from redmoon1...@protonmail.com ---
I would like to add that 7.5.2 was working OK (last version before update).
Update occurred on 24 may 2023. 

According to /var/log/apt/history.log  

Start-Date: 2023-05-24  07:20:17
Commandline: packagekit role='update-packages'
Requested-By: pascal (1000)
Upgrade: libreoffice-calc:amd64 (4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1),
uno-libs-private:amd64 (4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1),
libreoffice-base-core:amd64 (4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1),
libctf-nobfd0:amd64 (2.40-2ubuntu4, 2.40-2ubuntu4.1), libreoffice-core:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), libreoffice-common:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), ure:amd64 (4:7.5.2-0ubuntu1,
4:7.5.3-0ubuntu0.23.04.1), libbinutils:amd64 (2.40-2ubuntu4, 2.40-2ubuntu4.1),
liblouis20:amd64 (3.24.0-1, 3.24.0-1ubuntu0.1), libreoffice-draw:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), binutils-x86-64-linux-gnu:amd64
(2.40-2ubuntu4, 2.40-2ubuntu4.1), libuno-purpenvhelpergcc3-3:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), liblouis-data:amd64 (3.24.0-1,
3.24.0-1ubuntu0.1), libuno-cppu3:amd64 (4:7.5.2-0ubuntu1,
4:7.5.3-0ubuntu0.23.04.1), libreoffice-impress:amd64 (4:7.5.2-0ubuntu1,
4:7.5.3-0ubuntu0.23.04.1), libuno-cppuhelpergcc3-3:amd64 (4:7.5.2-0ubuntu1,
4:7.5.3-0ubuntu0.23.04.1), fonts-opensymbol:amd64 (4:102.12+LibO7.5.2-0ubuntu1,
4:102.12+LibO7.5.3-0ubuntu0.23.04.1), libreoffice-style-colibre:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), libreoffice-writer:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), libreoffice-plasma:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), libuno-salhelpergcc3-3:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), libreoffice-style-breeze:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), libctf0:amd64 (2.40-2ubuntu4,
2.40-2ubuntu4.1), binutils-common:amd64 (2.40-2ubuntu4, 2.40-2ubuntu4.1),
python3-uno:amd64 (4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1),
libuno-sal3:amd64 (4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1),
libgprofng0:amd64 (2.40-2ubuntu4, 2.40-2ubuntu4.1), libreoffice-math:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), libreoffice-kf5:amd64
(4:7.5.2-0ubuntu1, 4:7.5.3-0ubuntu0.23.04.1), binutils:amd64 (2.40-2ubuntu4,
2.40-2ubuntu4.1), libreoffice-qt5:amd64 (4:7.5.2-0ubuntu1,
4:7.5.3-0ubuntu0.23.04.1)
End-Date: 2023-05-24  07:20:43

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

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092

Julien Nabet  changed:

   What|Removed |Added

 Depends on|152799  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=152799
[Bug 152799] Assert with ungroup shapes and also gets some warning in console
with debug LO
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152799] Assert with ungroup shapes and also gets some warning in console with debug LO

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152799

Julien Nabet  changed:

   What|Removed |Added

 Blocks|133092  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133092
[Bug 133092] [META] Crash bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 130088] Fileopen DOC/DOCX: Simple text different width in Writer (multiple lines) and Word (single line) for Microsoft fonts

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130088

Justin L  changed:

   What|Removed |Added

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

--- Comment #9 from Justin L  ---
It isn't likely the 2013 smart justify for DOC format, but the concept is the
same and should be taken into consideration when redesigning justify.

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

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

[Libreoffice-bugs] [Bug 112682] [META] DOC (binary) paragraph-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112682
Bug 112682 depends on bug 130088, which changed state.

Bug 130088 Summary: Fileopen DOC/DOCX: Simple text different width in Writer 
(multiple lines) and Word (single line) for Microsoft fonts
https://bugs.documentfoundation.org/show_bug.cgi?id=130088

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 152799] Assert with ungroup shapes and also gets some warning in console with debug LO

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152799

Julien Nabet  changed:

   What|Removed |Added

 CC||attila.sz...@collabora.com
 Blocks||133092

--- Comment #17 from Julien Nabet  ---
Attila: noticing 1d3d2a995239c3c71432006cb795324c56a0412a, thought you might be
interested in this one.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133092
[Bug 133092] [META] Crash bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092

Julien Nabet  changed:

   What|Removed |Added

 Depends on||152799


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=152799
[Bug 152799] Assert with ungroup shapes and also gets some warning in console
with debug LO
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 131391] LAYOUT DOC: Writer doesn't show Oversided, As Character image on 2nd page unless anchor changed or image on 1st page resized or vertical position changed

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131391

Justin L  changed:

   What|Removed |Added

Summary|Fileopen DOC: Writer|LAYOUT DOC: Writer doesn't
   |doesn't show As Character   |show Oversided, As
   |image on 2nd page unless|Character image on 2nd page
   |anchor changed or image on  |unless anchor changed or
   |1st page resized or |image on 1st page resized
   |vertical position changed   |or vertical position
   ||changed
   Priority|medium  |low

--- Comment #7 from Justin L  ---
repro 7.6+
When I open Skelett+Bastelvorlage.doc in MS Word 2010 - the second page is
blank - until I click somewhere.

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

[Libreoffice-bugs] [Bug 49641] Fileopen DOC: Tables lost in a frame (per Comment 6)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49641

--- Comment #10 from Justin L  ---
repro 7.6+
This is a table in an autoshape. Somewhat non-standard design...

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

[Libreoffice-commits] core.git: dbaccess/source include/sfx2 include/svl include/svx sc/inc sc/source sd/inc sd/source svx/source sw/source

2023-05-26 Thread Noel Grandin (via logerrit)
 dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx |4 +--
 dbaccess/source/ui/dlg/DbAdminImpl.cxx|6 ++---
 dbaccess/source/ui/dlg/adminpages.cxx |2 -
 dbaccess/source/ui/dlg/adminpages.hxx |3 +-
 dbaccess/source/ui/dlg/dbadmin.cxx|2 -
 dbaccess/source/ui/dlg/detailpages.hxx|2 -
 dbaccess/source/ui/inc/dsitems.hxx|   21 ++-
 include/sfx2/sfxsids.hrc  |4 +--
 include/svl/typedwhich.hxx|4 +--
 include/svx/svxids.hrc|   24 +++---
 sc/inc/sc.hrc |4 +--
 sc/source/ui/docshell/docsh4.cxx  |2 -
 sc/source/ui/view/cellsh.cxx  |6 ++---
 sc/source/ui/view/cellsh2.cxx |6 ++---
 sc/source/ui/view/tabvwsha.cxx|2 -
 sc/source/ui/view/tabvwshh.cxx|2 -
 sd/inc/sdattr.hrc |7 +++---
 sd/source/ui/dlg/dlgsnap.cxx  |4 +--
 sd/source/ui/dlg/present.cxx  |2 -
 sd/source/ui/func/fusldlg.cxx |2 -
 sd/source/ui/func/fusnapln.cxx|4 +--
 svx/source/form/fmshell.cxx   |4 +--
 svx/source/form/tbxform.cxx   |2 -
 svx/source/svdraw/svdedtv1.cxx|4 +--
 sw/source/ui/fldui/fldpage.cxx|2 -
 25 files changed, 64 insertions(+), 61 deletions(-)

New commits:
commit a4d4445e698b78ec0c2eb61a685869bd1d8bfd85
Author: Noel Grandin 
AuthorDate: Fri May 26 12:20:08 2023 +0200
Commit: Noel Grandin 
CommitDate: Fri May 26 21:15:43 2023 +0200

use more TypedWhichId

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

diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx 
b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
index cd5d74156d4b..9f47fff7d9c9 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
@@ -143,7 +143,7 @@ namespace dbaui
 DECL_LINK(OnTestJavaClickHdl, weld::Button&, void);
 
 OUString  m_sDefaultJdbcDriverName;
-sal_uInt16  m_nPortId;
+TypedWhichId m_nPortId;
 
 std::unique_ptr m_xHeaderText;
 std::unique_ptr m_xFTHelpText;
@@ -238,7 +238,7 @@ namespace dbaui
 virtual void fillWindows(std::vector< 
std::unique_ptr >& _rControlList) override;
 virtual bool commitPage( ::vcl::WizardTypes::CommitPageReason _eReason 
) override;
 
-sal_uInt16  m_nPortId;
+TypedWhichId m_nPortId;
 
 std::unique_ptr m_xHeaderText;
 std::unique_ptr m_xFTHelpText;
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx 
b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
index 176eb0a9be49..0ce7a06afdb4 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
@@ -946,7 +946,7 @@ void 
ODbDataSourceAdministrationHelper::implTranslateProperty( SfxItemSet& _rSet
 {
 sal_Int32 nValue = 0;
 _rValue >>= nValue;
-_rSet.Put( SfxInt32Item( _nId, nValue ) );
+_rSet.Put( SfxInt32Item( TypedWhichId(_nId), 
nValue ) );
 }
 else {
 SAL_WARN( "dbaccess", 
"ODbDataSourceAdministrationHelper::implTranslateProperty: invalid property 
value ("
@@ -1013,7 +1013,7 @@ void 
ODbDataSourceAdministrationHelper::convertUrl(SfxItemSet& _rDest)
 ::dbaccess::ODsnTypeCollection* pCollection = 
pTypeCollection->getCollection();
 OSL_ENSURE(pCollection, "ODbAdminDialog::getDatasourceType: invalid type 
collection!");
 
-sal_uInt16 nPortNumberId= 0;
+TypedWhichId nPortNumberId(0);
 sal_Int32 nPortNumber   = -1;
 OUString sNewHostName;
 OUString sUrlPart;
@@ -1056,7 +1056,7 @@ void 
ODbDataSourceAdministrationHelper::convertUrl(SfxItemSet& _rDest)
 if ( !sNewHostName.isEmpty() )
 _rDest.Put(SfxStringItem(DSID_CONN_HOSTNAME, sNewHostName));
 
-if ( nPortNumber != -1 && nPortNumberId != 0 )
+if ( nPortNumber != -1 && nPortNumberId != TypedWhichId(0) )
 _rDest.Put(SfxInt32Item(nPortNumberId, nPortNumber));
 
 }
diff --git a/dbaccess/source/ui/dlg/adminpages.cxx 
b/dbaccess/source/ui/dlg/adminpages.cxx
index e3346d6b9d8a..ec837e803657 100644
--- a/dbaccess/source/ui/dlg/adminpages.cxx
+++ b/dbaccess/source/ui/dlg/adminpages.cxx
@@ -208,7 +208,7 @@ namespace dbaui
 
 _bChangedSomething = true;
 }
-void OGenericAdministrationPage::fillInt32(SfxItemSet& _rSet, const 
weld::SpinButton* pEdit, sal_uInt16 _nID, bool& _bChangedSomething)
+void 

[Libreoffice-bugs] [Bug 100580] FILESAVE: Odt document (two high frames anchored to page ..) rendered as two pages, has only one page in doc/DOCX eport

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100580

Justin L  changed:

   What|Removed |Added

   Priority|low |lowest
   Severity|normal  |minor

--- Comment #7 from Justin L  ---
repro 7.6+

I would tend to close this bug report as irrelevant. It completely changes from
a Writer frame to a Draw frame during export, so it isn't surprising when some
minor things change. Super easily user-solved with a page break I assume.

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

[Libreoffice-bugs] [Bug 112698] [META] DOC (binary) frame-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112698
Bug 112698 depends on bug 42789, which changed state.

Bug 42789 Summary: Writer FILESAVE: when saving to doc format, option 
"AutoSize" of frame is lost
https://bugs.documentfoundation.org/show_bug.cgi?id=42789

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 96579] [WRITER] Figure caption badly converted in Word format because image anchoring and wrapping is changed to as-character/DML

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96579

Justin L  changed:

   What|Removed |Added

 CC||oc-spa...@laposte.net

--- Comment #20 from Justin L  ---
*** Bug 42789 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 42789] Writer FILESAVE: when saving to doc format, option "AutoSize" of frame is lost

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42789

Justin L  changed:

   What|Removed |Added

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

--- Comment #11 from Justin L  ---


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

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

[Libreoffice-bugs] [Bug 128436] Range for Name forced to lowercase

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128436

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||107334


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107334
[Bug 107334] [META] Chart wizard dialog issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107334] [META] Chart wizard dialog issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107334

BogdanB  changed:

   What|Removed |Added

 Depends on||128436


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128436
[Bug 128436] Range for Name forced to lowercase
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113136] [META] Find & Replace Dialog

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113136
Bug 113136 depends on bug 130005, which changed state.

Bug 130005 Summary: EDITING: Shift+Ctl+S does not work as advertised in 
Search
https://bugs.documentfoundation.org/show_bug.cgi?id=130005

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 130005] EDITING: Shift+Ctl+S does not work as advertised in Search

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130005

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #6 from Caolán McNamara  ---
built a Romanian version and there ctrl+shift+s also gave me the insert special
character dialog so it seems to work for me

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

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

[Libreoffice-bugs] [Bug 130005] EDITING: Shift+Ctl+S does not work as advertised in Search

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130005

--- Comment #5 from Caolán McNamara  ---
ctrl+shift+s works for me in gtk3 in e.g. the find and replace dialog, to show
the insert special character dialog. At least since issue #142706 done in 2021
which is newer than comments 1-3 so this sounds like a duplicate of #142706

On the other hand comment #4 is about a contemporary version which should have
the fix (signalEntryInsertSpecialCharKeyPress in vcl/unx/gtk3/gtkinst.cxx) in
it

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

[Libreoffice-bugs] [Bug 155444] Support opening TIFF image containing multiple images in Draw showing one image per page

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155444

Padia Rashesh  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 142613] Impress: change Custom Slide Show toolbar icon to dropdown

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142613

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||84909


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=84909
[Bug 84909] [META] Enhancing Impress/Draw toolbars and context menu
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 84909] [META] Enhancing Impress/Draw toolbars and context menu

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84909

BogdanB  changed:

   What|Removed |Added

 Depends on||142613


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142613
[Bug 142613] Impress: change Custom Slide Show toolbar icon to dropdown
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154443] UI: Page corners rendered incorrectly (grey/green squares)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154443

--- Comment #12 from BogdanB  ---
Repro again
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: f3aab159f1c1e00c25e6b4ca1e50813bc343f4f3
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 103238] [META] Customize dialog bugs and enhancements

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103238

BogdanB  changed:

   What|Removed |Added

 Depends on||145241


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=145241
[Bug 145241] UI: "Scope" box has wrong length in "Customize" menu (at least on
Windows + Linux with gen or kf5 rendering, not with gtk3)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145241] UI: "Scope" box has wrong length in "Customize" menu (at least on Windows + Linux with gen or kf5 rendering, not with gtk3)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145241

BogdanB  changed:

   What|Removed |Added

 Blocks||103238
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092

BogdanB  changed:

   What|Removed |Added

 Depends on|152799  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=152799
[Bug 152799] Assert with ungroup shapes and also gets some warning in console
with debug LO
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152799] Assert with ungroup shapes and also gets some warning in console with debug LO

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152799

BogdanB  changed:

   What|Removed |Added

 Blocks|133092  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133092
[Bug 133092] [META] Crash bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107733] [META] Hyperlink bugs and enhancements

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733

BogdanB  changed:

   What|Removed |Added

 Depends on||120240


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120240
[Bug 120240] Problem creating hyperlink to pdf by drag and drop (it only
creates an image of the pdf's first page)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 120240] Problem creating hyperlink to pdf by drag and drop (it only creates an image of the pdf's first page)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120240

BogdanB  changed:

   What|Removed |Added

 Blocks||107733
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 152799] Assert with ungroup shapes and also gets some warning in console with debug LO

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152799

--- Comment #16 from Julien Nabet  ---
(In reply to BogdanB from comment #15)
> No crash, just warnings now:
> ...
> warn:sw.core:152544:152544:sw/source/core/doc/textboxhelper.cxx:1796:
> SwTextBoxNode::GetTextBox(): RefCount and TexBox count mismatch!
> warn:sw.core:152544:152544:sw/source/core/doc/textboxhelper.cxx:1796:
> SwTextBoxNode::GetTextBox(): RefCount and TexBox count mismatch!
Just for the record, I got the same too.

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

[Libreoffice-bugs] [Bug 120062] [META] Database related bugs and enhancements

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120062

BogdanB  changed:

   What|Removed |Added

 Depends on||125502


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=125502
[Bug 125502] Changing database through "exchange database" creates *.odb-files
for unusable fileformats
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125502] Changing database through "exchange database" creates *.odb-files for unusable fileformats

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125502

BogdanB  changed:

   What|Removed |Added

 Blocks||120062
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108075] [META] Scrolling and Page up/down issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108075

BogdanB  changed:

   What|Removed |Added

 Depends on||145392


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=145392
[Bug 145392] UI: Scroll wheel in Calc scrolls one line instead of one page in
Windows 10
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145392] UI: Scroll wheel in Calc scrolls one line instead of one page in Windows 10

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145392

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||108075


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108075
[Bug 108075] [META] Scrolling and Page up/down issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141301] extrusion-skew angle value -135 is not written to file, although it is not the default value

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141301

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||123648


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123648
[Bug 123648] [META] Custom shapes
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123648] [META] Custom shapes

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123648

BogdanB  changed:

   What|Removed |Added

 Depends on||141301


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141301
[Bug 141301] extrusion-skew angle value -135 is not written to file, although
it is not the default value
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 102998] [META] Mail merge bugs and enhancements

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998

BogdanB  changed:

   What|Removed |Added

 Depends on||124680


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124680
[Bug 124680] Database created from ODS file vanishes from Data sources
(Ctrl+Shift+F4) if added with "exchange database"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 124680] Database created from ODS file vanishes from Data sources (Ctrl+Shift+F4) if added with "exchange database"

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124680

BogdanB  changed:

   What|Removed |Added

 Blocks||102998
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 88162] Listbox typeahead breaks when using diacritics on OSX

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88162

BogdanB  changed:

   What|Removed |Added

 Blocks||107742
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107742] [META] Form control bugs and enhancements

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742

BogdanB  changed:

   What|Removed |Added

 Depends on||88162


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88162
[Bug 88162] Listbox typeahead breaks when using diacritics on OSX
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 112698] [META] DOC (binary) frame-related issues

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112698
Bug 112698 depends on bug 90353, which changed state.

Bug 90353 Summary: FILEOPEN DOC: all frames document - bad / overlapping 
placement
https://bugs.documentfoundation.org/show_bug.cgi?id=90353

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 153338] FILEOPEN DOC Wrong position of frame in header (should spill outside of page)

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153338

Justin L  changed:

   What|Removed |Added

 CC||ivanet-m...@list.ru

--- Comment #4 from Justin L  ---
*** Bug 90353 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 90353] FILEOPEN DOC: all frames document - bad / overlapping placement

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90353

Justin L  changed:

   What|Removed |Added

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

--- Comment #8 from Justin L  ---
The problem is that the frame told to start 10cm down the page is also said to
be 28cm tall, meaning the page would need to about 40cm in order to actually
handle it. The page is only 30cm tall.

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

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

[Libreoffice-bugs] [Bug 107247] [META] File versions bugs and enhancements

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107247

BogdanB  changed:

   What|Removed |Added

 Depends on||127492


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127492
[Bug 127492] Choosing versions other than current version when opening file
from OS file chooser dialog doesn't work
-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   4   >