Re: ESC meeting minutes: 2024-05-09

2024-05-09 Thread Stephan Bergmann

On 5/9/24 16:53, Miklos Vajna wrote:
     + MAR-based updater will be enabled by default on Windows, but not 
Linux (Hossein)

   + rpm/deb update is handled by distro packages
   + for the ones taking binaries from TDF
   + TDF to provide rpm/deb repos?
   + the files are hosted already
   + just the repo defs are missing
   + suggesting to provide these repos
   + proposal is to povide repos and ignore MAR on Linux for now
   + interested in doing the scripting work? (Miklos)
     + the important part is the description / dependencies (Hossein)
     + willing to help
   + linux downloads are 2% of TDF downloads (Cloph)
     + so not a huge amount, but not objecting
     + only the the ones which are covered by rpm/deb binaries
   + what is the lag between Ubuntu-provided packages / TDF 
releases? (Olivier)

     + the package from Ubuntu follows TDF quickly
     + similar with Debian, thanks to Rene (Cloph)
   + with actively supported versions
     + see LibreOffice 7.3.7 for Ubuntu 22.04 
https://packages.ubuntu.com/jammy/libreoffice (Hossein)


And, just to mention it again, for Linux there's also always the Flatpak 
version on Flathub, 
.  I'm still 
providing builds there on a somewhat voluntary basis, usually as soon as 
a new version of LO gets released.


Re: ESC meeting minutes: 2024-05-09

2024-05-09 Thread Stephan Bergmann

On 5/9/24 16:53, Miklos Vajna wrote:
     + MAR-based updater will be enabled by default on Windows, but not 
Linux (Hossein)

   + rpm/deb update is handled by distro packages
   + for the ones taking binaries from TDF
   + TDF to provide rpm/deb repos?
   + the files are hosted already
   + just the repo defs are missing
   + suggesting to provide these repos
   + proposal is to povide repos and ignore MAR on Linux for now
   + interested in doing the scripting work? (Miklos)
     + the important part is the description / dependencies (Hossein)
     + willing to help
   + linux downloads are 2% of TDF downloads (Cloph)
     + so not a huge amount, but not objecting
     + only the the ones which are covered by rpm/deb binaries
   + what is the lag between Ubuntu-provided packages / TDF 
releases? (Olivier)

     + the package from Ubuntu follows TDF quickly
     + similar with Debian, thanks to Rene (Cloph)
   + with actively supported versions
     + see LibreOffice 7.3.7 for Ubuntu 22.04 
https://packages.ubuntu.com/jammy/libreoffice (Hossein)


And, just to mention it again, for Linux there's also always the Flatpak 
version on Flathub, 
.  I'm still 
providing builds there on a somewhat voluntary basis, usually as soon as 
a new version of LO gets released.


[Bug 160958] Hidding section covering at least two pages doesn't work properly

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160958

Buovjaga  changed:

   What|Removed |Added

 CC|vmik...@collabora.com   |ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #6 from Buovjaga  ---
(In reply to gladys from comment #5)
> it seems that commit: f461853b11439c4e485a79174d34735395e5bf52 might be
> responsable for it.
> Similar ticket 160843 is similar.

The result is not correct.

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

[Bug 160843] Page numbers do not reset

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160843

Buovjaga  changed:

   What|Removed |Added

 CC|vmik...@collabora.com   |ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #3 from Buovjaga  ---
(In reply to gladys from comment #2)
> bibisected  windows 10, 24.2 to f461853b11439c4e485a79174d34735395e5bf52
> sw floattable: fix finding the nearest text in split flys on mouse click

The result is not correct.

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

[Bug 160921] Changing Add in Columns->Optimal width causes some columns to be too narrow

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160921

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
  Regression By||Khaled Hosny
 OS|Windows (All)   |All
   Keywords|bibisectRequest |bibisected, bisected
Version|24.2.3.2 release|24.2.0.0 alpha0+

--- Comment #6 from Buovjaga  ---
(In reply to gladys from comment #5)
> bibisect from 24.2 in windows 10 to 4b743de97fc133623e46827869c4ea3eb845ad47
> Don’t round glyph coordinates when doing subpixel positioning

Result verified with bibisect-linux-64-24.2 repo.

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

core.git: odk/README.md

2024-05-09 Thread Ilmari Lauhakangas (via logerrit)
 odk/README.md |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 69980bb2f951f780e63718215ca522a69676febf
Author: Ilmari Lauhakangas 
AuthorDate: Wed May 8 11:46:40 2024 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Fri May 10 07:18:25 2024 +0200

odk/README.md: easy way to build examples on Linux and macOS

Change-Id: Ib511e81830a3e4b83f391d3f2d771dc657ee12b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167333
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas 
Tested-by: Ilmari Lauhakangas 

diff --git a/odk/README.md b/odk/README.md
index ee54679bb13c..c6499cf6801d 100644
--- a/odk/README.md
+++ b/odk/README.md
@@ -8,7 +8,9 @@ Part of the SDK; to build you need to add `--enable-odk`.
 
 ## Testing the Examples:
 
-* Go to `instdir/sdk` (Don't try directly in `odk/`)
+* The easiest way on Linux and macOS is to run `make odk.subsequentcheck`
+
+* The way that also works on Windows is to go to `instdir/sdk` (don't try 
directly in `odk/`)
 
 * See  how to set up the SDK.
 


core.git: odk/examples

2024-05-09 Thread Ilmari Lauhakangas (via logerrit)
 odk/examples/DevelopersGuide/Database/sdbcx.java |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 3d1a96d85d1a0e54e37cc8cd83c6216709360729
Author: Ilmari Lauhakangas 
AuthorDate: Thu May 9 21:02:06 2024 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Fri May 10 07:17:35 2024 +0200

odk/examples: grammar and comment fixes

Change-Id: I86174573d9f59135865496a4f3ee5efb86141ffb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167410
Reviewed-by: Ilmari Lauhakangas 
Tested-by: Ilmari Lauhakangas 
Tested-by: Jenkins

diff --git a/odk/examples/DevelopersGuide/Database/sdbcx.java 
b/odk/examples/DevelopersGuide/Database/sdbcx.java
index 8d7bcab93a78..e4e53a3db7e9 100644
--- a/odk/examples/DevelopersGuide/Database/sdbcx.java
+++ b/odk/examples/DevelopersGuide/Database/sdbcx.java
@@ -180,7 +180,7 @@ public class sdbcx
 public static void printColumns(XColumnsSupplier xColumnsSup)
 {
 System.out.println("Example printColumns");
-// the table must be at least support a XColumnsSupplier interface
+// the table must at least support a XColumnsSupplier interface
 System.out.println("--- Columns ---");
 XNameAccess xColumns = xColumnsSup.getColumns();
 String [] aColumnNames = xColumns.getElementNames();
@@ -189,7 +189,7 @@ public class sdbcx
 }
 
 // 16. example
-// print all keys inclusive the columns of a key
+// print all keys including the columns of a key
 
 public static void printKeys(XColumnsSupplier xColumnsSup) throws 
com.sun.star.uno.Exception
 {
@@ -211,7 +211,7 @@ public class sdbcx
 }
 
 // 17. example
-// print all keys inclusive the columns of a key
+// print all indexes including the columns of an index
 
 public static void printIndexes(XColumnsSupplier xColumnsSup) throws 
com.sun.star.uno.Exception
 {
@@ -346,29 +346,29 @@ public class sdbcx
 xCol.setPropertyValue("Type",Integer.valueOf(DataType.INTEGER));
 
xCol.setPropertyValue("IsNullable",Integer.valueOf(ColumnValue.NO_NULLS));
 xAppend.appendByDescriptor(xCol);
-// 2nd only set the properties which differs
+// 2nd only set the properties which differ
 xCol.setPropertyValue("Name","FIRSTNAME");
 xCol.setPropertyValue("Type",Integer.valueOf(DataType.VARCHAR));
 
xCol.setPropertyValue("IsNullable",Integer.valueOf(ColumnValue.NULLABLE));
 xCol.setPropertyValue("Precision",Integer.valueOf(50));
 xAppend.appendByDescriptor(xCol);
-// 3nd only set the properties which differs
+// 3rd only set the properties which differ
 xCol.setPropertyValue("Name","LASTNAME");
 xCol.setPropertyValue("Precision",Integer.valueOf(100));
 xAppend.appendByDescriptor(xCol);
-// 4nd only set the properties which differs
+// 4th only set the properties which differ
 xCol.setPropertyValue("Name","STREET");
 xCol.setPropertyValue("Precision",Integer.valueOf(50));
 xAppend.appendByDescriptor(xCol);
-// 5nd only set the properties which differs
+// 5th only set the properties which differ
 xCol.setPropertyValue("Name","STATE");
 xAppend.appendByDescriptor(xCol);
-// 6nd only set the properties which differs
+// 6th only set the properties which differ
 xCol.setPropertyValue("Name","ZIP");
 xCol.setPropertyValue("Type",Integer.valueOf(DataType.INTEGER));
 xCol.setPropertyValue("Precision",Integer.valueOf(10)); // default 
value integer
 xAppend.appendByDescriptor(xCol);
-// 7nd only set the properties which differs
+// 7th only set the properties which differ
 xCol.setPropertyValue("Name","BIRTHDATE");
 xCol.setPropertyValue("Type",Integer.valueOf(DataType.DATE));
 xCol.setPropertyValue("Precision",Integer.valueOf(10)); // default 
value integer


New Defects reported by Coverity Scan for LibreOffice

2024-05-09 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

2 new defect(s) introduced to LibreOffice found with Coverity Scan.
14 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1597274:  Incorrect expression  (IDENTICAL_BRANCHES)
/sd/source/ui/app/sdmod2.cxx: 735 in SdModule::ApplyItemSet(unsigned short, 
const SfxItemSet &)()



*** CID 1597274:  Incorrect expression  (IDENTICAL_BRANCHES)
/sd/source/ui/app/sdmod2.cxx: 735 in SdModule::ApplyItemSet(unsigned short, 
const SfxItemSet &)()
729 
730 // Only if also the document type matches...
731 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() )
732 {
733 FieldUnit eUIUnit;
734 SvtSysLocale aSysLocale;
>>> CID 1597274:  Incorrect expression  (IDENTICAL_BRANCHES)
>>> The same code is executed regardless of whether "eDocType == 
>>> DocumentType::Impress" is true, because the 'then' and 'else' branches are 
>>> identical. Should one of the branches be modified, or the entire 'if' 
>>> statement replaced?
735 if (eDocType == DocumentType::Impress)
736 if (aSysLocale.GetLocaleData().getMeasurementSystemEnum() 
== MeasurementSystem::Metric)
737 eUIUnit = 
static_cast(officecfg::Office::Impress::Layout::Other::MeasureUnit::Metric::get());
738 else
739 eUIUnit = 
static_cast(officecfg::Office::Impress::Layout::Other::MeasureUnit::NonMetric::get());
740 else

** CID 1597273:  Error handling issues  (CHECKED_RETURN)
/dbaccess/source/ui/browser/unodatbr.cxx: 2162 in 
dbaui::SbaTableQueryBrowser::OnExpandEntry(const weld::TreeIter &)()



*** CID 1597273:  Error handling issues  (CHECKED_RETURN)
/dbaccess/source/ui/browser/unodatbr.cxx: 2162 in 
dbaui::SbaTableQueryBrowser::OnExpandEntry(const weld::TreeIter &)()
2156 if (etTableContainer == pData->eType)
2157 {
2158 weld::WaitObject aWaitCursor(getFrameWeld());
2159 
2160 // it could be that we already have a connection
2161 SharedConnection xConnection;
>>> CID 1597273:  Error handling issues  (CHECKED_RETURN)
>>> Calling "ensureConnection" without checking return value (as is done 
>>> elsewhere 4 out of 5 times).
2162 ensureConnection(xFirstParent.get(), xConnection);
2163 
2164 if ( xConnection.is() )
2165 {
2166 SQLExceptionInfo aInfo;
2167 try



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DyvG3_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtKcSBmBEvTNeRuiIvP564cBNHH-2BnkseL5EtBP-2BeZzQbE1g97Np-2BpvZKquT0r5hu-2FR0xG2hOM4vNeYySn05u6OrlYAsxbmWDQfrI7UK8gKm0ghYRf9KG90CCzmk2fLGZk-2FmvpozqJ-2FWmGrXV21IxRBwyOAk2EDdxDyVQ1S9tg8wTY-3D



[Bug 159369] Cursor off screen at high document zoom level and high Gnome magnification (Wayland)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159369

--- Comment #18 from Michael Weghorn  ---
(In reply to Stéphane Guillou (stragu) from comment #17)
> Bingo, it would have been one of those four commits. Verified in:
> 
> Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: 92815f3a464b447898ecf52492247335228e4a72
> CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
> Locale: en-AU (en_AU.UTF-8); UI: en-US
> Calc: CL threaded
> 
> I tested fullscreen or not, in Writer and Calc: the caret location is always
> visible while typing.

Great, thanks for testing again! :)

> The issue with text in shapes remains but we can track this special case
> elsewhere.

Is that issue already mentioned in here? (Couldn't see at a quick glance, but
might just have missed it. In any case, sounds worth having a separate bug
report with clear steps to reproduce.)

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

[Bug 157446] Not responding after opening the app, is the Windows Update the cause?

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157446

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

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

[Bug 157446] Not responding after opening the app, is the Windows Update the cause?

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157446

Buovjaga  changed:

   What|Removed |Added

 Resolution|INSUFFICIENTDATA|---
 Status|RESOLVED|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #9 from Buovjaga  ---
Well, my request to copy info from Help - About was probably silly, if the UI
is not responding at all.

Do you still get this with version 24.2 or 7.6.6? It might be fixed as bug
157135.

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

[Bug 157938] Possible missing font for %kappa in pdf with embedded fonts

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157938

Buovjaga  changed:

   What|Removed |Added

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

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

[Bug 154790] Copy and paste alter all Heading paragraph styles throughout the remainder of the document

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154790

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #10 from Buovjaga  ---


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

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

[Bug 149092] [META] Bugs and enhancements related to ICU

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149092
Bug 149092 depends on bug 160570, which changed state.

Bug 160570 Summary: build failure with ICU 75
https://bugs.documentfoundation.org/show_bug.cgi?id=160570

   What|Removed |Added

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

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

[Bug 160570] build failure with ICU 75

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160570

Buovjaga  changed:

   What|Removed |Added

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

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

[Bug 160503] File Open/Save dialog box icon size in Places too large (kf5, Wayland)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160503

Buovjaga  changed:

   What|Removed |Added

Summary|File Open/Save dialog box   |File Open/Save dialog box
   |icon size in Places too |icon size in Places too
   |large   |large (kf5, Wayland)
 Status|UNCONFIRMED |RESOLVED
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |WORKSFORME

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

[Bug 161019] New: Visual fidelity issues when exporting spreadsheets with merged cells to PDF after changes to cell data management

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161019

Bug ID: 161019
   Summary: Visual fidelity issues when exporting spreadsheets
with merged cells to PDF after changes to cell data
management
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hibarayoichiro...@gmail.com

Description:
After a recent commit (e27d4cc31e04be4c47b5085dfa2363ee45457e8a) that changed
the way cell data is managed using an item pool (using unorderd_set instead in
the latest source code), there appear to be issues with the rendering of
borders in merged cells. The visual appearance of the spreadsheet is
incorrectly altered when exporting to PDF, as demonstrated by the differences
between the "test_correct.pdf" and "test_wrong.pdf" files provided in the
attached Google Drive link:
https://drive.google.com/drive/folders/1Ko6gLg7fNzzCwjmTHoenB01SnyXG_5c9?usp=sharing.

Steps to Reproduce:
1. Download the test spreadsheet file "test.xlsx" from the following Google
Drive link:
https://drive.google.com/drive/folders/1Ko6gLg7fNzzCwjmTHoenB01SnyXG_5c9?usp=sharing

2. Check out the LibreOffice code from the repository at a commit before the
problematic changes were introduced, specifically before commit
e27d4cc31e04be4c47b5085dfa2363ee45457e8a.

3. Build and run LibreOffice from this pre-commit code.

4. Open the "test.xlsx" file in LibreOffice Calc and export it as a PDF. The
resulting PDF should look identical to the "test_correct.pdf" file provided in
the Google Drive link.

5. Now, check out the LibreOffice code at a commit after the problematic
changes were introduced, specifically after commit
e27d4cc31e04be4c47b5085dfa2363ee45457e8a.

6. Build and run LibreOffice from this post-commit code.

7. Open the same "test.xlsx" file in LibreOffice Calc and export it as a PDF.
The resulting PDF should now have visual differences compared to the
"test_correct.pdf" file. The exported PDF should look like "test_wrong.pdf"
file provided in the Google Drive link, where the border of merged cells is not
drawn correctly.

Actual Results:
The exported PDF is "test_wrong.pdf" file provided in the Google Drive link:
https://drive.google.com/drive/folders/1Ko6gLg7fNzzCwjmTHoenB01SnyXG_5c9?usp=sharing

Expected Results:
The exported PDF should be "test_correct.pdf" file provided in the Google Drive
link:
https://drive.google.com/drive/folders/1Ko6gLg7fNzzCwjmTHoenB01SnyXG_5c9?usp=sharing


Reproducible: Always


User Profile Reset: No

Additional Info:
During debugging, I focused on the lclSetMergedRange function, which appears to
correctly recognize the range of merged cells. The problem does not seem to lie
within this function.

However, I suspect that the root cause of the bug is related to the code
changes introduced to optimize memory usage. Specifically, the modifications
made to manage cell data using an item pool (using unorderd_set instead in the
latest source code), including the introduction of the PUTCELL macro and the
changes in how cell borders are stored and retrieved, are likely responsible
for the incorrect rendering of borders in merged cells.

Further investigation and debugging efforts will be focused on these memory
optimization changes to identify the precise cause of the issue and develop a
suitable fix.

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

[Bug 161018] EDITING Calc says "adapt row height" for a short amount of time whenever I select a cell

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161018

--- Comment #1 from aer0a...@gmail.com ---
Created attachment 194060
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194060=edit
Video of the bug

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

[Bug 108364] [META] Table/Row/Column/Cell management function bugs and enhancements

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108364

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||160944


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160944
[Bug 160944] LO Calc Crashes after inserting a row in spreadsheet (or after
saving directly after)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 133092] [META] Crash bugs

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||160944


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160944
[Bug 160944] LO Calc Crashes after inserting a row in spreadsheet (or after
saving directly after)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160944] LO Calc Crashes after inserting a row in spreadsheet (or after saving directly after)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160944

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
Version|24.2.3.2 release|7.1.0.0.alpha1+
  Regression By||Regina Henschel
Crash report or||["libc.so.6"]
crash signature||
 OS|Windows (All)   |All
 CC||rb.hensc...@t-online.de,
   ||stephane.guillou@libreoffic
   ||e.org
Summary|LO Crash when save after|LO Calc Crashes after
   |inserting a line|inserting a row in
   ||spreadsheet (or after
   ||saving directly after)
  Component|LibreOffice |Calc
 Blocks||133092, 108364
   Severity|normal  |critical

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
Also reproduced on Ubuntu 22.04 with comment 0 steps and a recent daily build:

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ad1f0bdeac30fca1dc56a08803ef23f2aca4db05
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

...but I only need to insert the row (no need to save) to reproduce the crash.

Crash reports:
- 24.2.3:
https://crashreport.libreoffice.org/stats/crash_details/d78f0e88-3f54-4f1f-86c5-793a80c3c7a6
- 7.6.6.3:
https://crashreport.libreoffice.org/stats/crash_details/f247db78-d30c-4999-be31-8fcee7571aef
- 7.2.0.4:
https://crashreport.libreoffice.org/stats/crash_details/3306047d-3f01-4330-9046-a7074dc0b1f1
- 7.1.0.3:
https://crashreport.libreoffice.org/stats/crash_details/b653e0e8-c19d-40fe-b321-07345402c835

Bibisected with linux-64-7.1 repo to first bad build
[71b83e373e9401a6bb4ef4972923978616c49331] which points to:

commit  670d10f2b06656973a61e956956b149bae01721f
author  Regina Henschel Fri Nov 13 18:29:20 2020 +0100
committer   Regina Henschel Sun Nov 15 09:04:14 2020 +0100
Avoid changing anchor on visibility change of cell
Change-Id: I0bd3684b7a5eda62b578275c02a5ac839ce58e2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105802

Regina, could you please have a look?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108364
[Bug 108364] [META] Table/Row/Column/Cell management function bugs and
enhancements
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.

[Bug 161018] New: EDITING Calc says "adapt row height" for a short amount of time whenever I select a cell

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161018

Bug ID: 161018
   Summary: EDITING Calc says "adapt row height" for a short
amount of time whenever I select a cell
   Product: LibreOffice
   Version: 24.2.2.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aer0a...@gmail.com

Description:
Sometimes, when I select a cell, Calc flashes "Adapt row height" on the bottom
bar three times. It also does this but with one flash when I select a cell with
the arrow keys and changing the font for a column is slower. Whenever this
happens, it also happens for every cell until I restart Calc

Steps to Reproduce:
1.I don't know how to reproduce it, it just happens. It might have something to
do with left to right scripts
2.
3.

Actual Results:
Calc flashes "Adapt row height" on the bottom bar three times. It also does
this but with one flash when I select a cell with the arrow keys and changing
the font for a column is slower.

Expected Results:
Selecting a cell and changing the font for a column takes the same amount of
time as usual


Reproducible: Sometimes


User Profile Reset: No

Additional Info:
I need to fill in this field

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

[Bug 133092] [META] Crash bugs

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

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||161017


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161017
[Bug 161017] Crash when entering shape inside chart (gtk3)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161017] Crash when entering shape inside chart (gtk3)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161017

Stéphane Guillou (stragu)  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.

[Bug 161017] Crash when entering shape inside chart (gtk3)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161017

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Created attachment 194059
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194059=edit
sample ODS

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

[Bug 103182] [META] GTK3-specific bugs

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||161017


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161017
[Bug 161017] Crash when entering shape inside chart (gtk3)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161017] New: Crash when entering shape inside chart (gtk3)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161017

Bug ID: 161017
   Summary: Crash when entering shape inside chart (gtk3)
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Keywords: accessibility, bibisected, bisected, regression
  Severity: critical
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stephane.guil...@libreoffice.org
CC: m.wegh...@posteo.de
Blocks: 103182

Steps:
1. Open attachment
2. Edit the chart
3. Move the blue shape
4. Enter text edit mode on the blue shape by double-clicking it
5. If it hasn't crashed, repeat steps 3-4 until it does

Result:
- LO 24.2:
https://crashreport.libreoffice.org/stats/crash_details/dbaa1670-88bb-4ead-8fb4-a441ac59ff71
- LO 7.6 with ".LTHUNK11.lto_priv.12399" signature:
https://crashreport.libreoffice.org/stats/crash_details/6989bc29-7c7d-4a82-a416-0446681923b4

Reproduced in recent daily build:

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ad1f0bdeac30fca1dc56a08803ef23f2aca4db05
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

Bibisected with linux-64-7.5 repo to first bad build
[79750afc96c99b9acaadb168cb6970f1d02aa004] which points to:

commit  ca1b528972235c16dab74e3662ff768c68a6cc38
author  Michael Weghorn Wed Jul 13 10:23:59 2022 +0200
committer   Michael Weghorn Wed Jul 13 12:04:22 2022 +0200
gtk3 a11y: Activate code that needs AtkRectangle
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137011

Michael, can you please have a look? Sorry I don't have more consistent steps.

As expected, no repro with kf5 or gen VCL plugins.


Referenced Bugs:

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

[Bug 112182] [META] Selection of text, cells and objects

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182
Bug 112182 depends on bug 158886, which changed state.

Bug 158886 Summary: Drag-and-drop selection of text with the mouse no longer 
shows highlight, or leaves a trail of highlight and cursors (macOS)
https://bugs.documentfoundation.org/show_bug.cgi?id=158886

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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

[Bug 42082] [META] Make LibreOffice shine and glow on macOS

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082
Bug 42082 depends on bug 158886, which changed state.

Bug 158886 Summary: Drag-and-drop selection of text with the mouse no longer 
shows highlight, or leaves a trail of highlight and cursors (macOS)
https://bugs.documentfoundation.org/show_bug.cgi?id=158886

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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

[Bug 158886] Drag-and-drop selection of text with the mouse no longer shows highlight, or leaves a trail of highlight and cursors (macOS)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158886

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
Tested on Catalina. Reproduced in:

Version: 7.5.9.2 (X86_64) / LibreOffice Community
Build ID: cdeefe45c17511d326101eed8008ac4092f278a9
CPU threads: 4; OS: Mac OS X 10.15.7; UI render: default; VCL: osx

Resolved in:

Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 4; OS: macOS 10.15.7; UI render: default; VCL: osx

Also good with Skia on:

Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 4; OS: macOS 10.15.7; UI render: Skia/Raster; VCL: osx

Because 24.2.2 is good, and we're looking at Skia/Raster and Skia off, let's
keep separate from bug 153306 and mark as "works for me".
Thanks everyone!

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

[Bug 161011] UNO StatisticsMenu is not being auto assigned an accelerator

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161011

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Bug 160958] Hidding section covering at least two pages doesn't work properly

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160958

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Bug 160843] Page numbers do not reset

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160843

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Bug 160690] Animated GIF completely invisible in Edit mode (GIF has alpha-transparency)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160690

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Bug 160802] Unable to enter non-ASCII character when recording changes

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160802

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160807] LibreOffice Writer "Enter Password" dialog is not horizontally centered when opening a file with a very long filename

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160807

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160801] Writer crash when use clear formatting after insert page break (macOS only)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160801

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160797] File / Export, Export as, Send, Preview in Web browser .... AND: "Generate" ... or

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160797

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160797] File / Export, Export as, Send, Preview in Web browser .... AND: "Generate" ... or

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160797

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160746] master document / Styles menu (and sidebar) a new item: "Styles Organizer"

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160746

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160821] Calc: Establish link between two sheeets; going back to 'link from' sheet stops the process

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160821

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160823] PRINTING PDF Allow to select which section to print/export

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160823

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160801] Writer crash when use clear formatting after insert page break (macOS only)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160801

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

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

[Bug 160801] Writer crash when use clear formatting after insert page break (macOS only)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160801

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.

[Bug 160820] Slideshow two presentations simultaneously on two different monitors

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160820

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160610] Print multiple non-contiguous print ranges on a single page in LibreOffice Calc

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160610

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

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

[Bug 157938] Possible missing font for %kappa in pdf with embedded fonts

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157938

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.

[Bug 157938] Possible missing font for %kappa in pdf with embedded fonts

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157938

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

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

[Bug 155090] Dragon Professional 16 not compatible with LibreOffice Writer

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155090

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.

[Bug 155090] Dragon Professional 16 not compatible with LibreOffice Writer

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155090

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

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

[Bug 157446] Not responding after opening the app, is the Windows Update the cause?

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157446

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 157446] Not responding after opening the app, is the Windows Update the cause?

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157446

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

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.

[Bug 157408] LibreOffice - Writer crashed when two databases (ods-files) are involved in one serial-letter.

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157408

--- Comment #4 from QA Administrators  ---
Dear Benjamin B.,

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.

[Bug 157325] Copying from an excel (From Excel 2019 program) to CSV (opened in Calc 7.5.6.2)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157325

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 157408] LibreOffice - Writer crashed when two databases (ods-files) are involved in one serial-letter.

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157408

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 157325] Copying from an excel (From Excel 2019 program) to CSV (opened in Calc 7.5.6.2)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157325

--- Comment #3 from QA Administrators  ---
Dear Baranyai Zsolt,

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.

[Bug 155354] Hidden field isn't hidden

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155354

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

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.

[Bug 155354] Hidden field isn't hidden

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155354

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 89448] Over-Sensitive Selection in Impress macOS

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89448

--- Comment #16 from QA Administrators  ---
Dear Stan Sporkistan,

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.

[Bug 158163] Crash when I modify a box, not systematically and apparently randomly

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158163

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

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.

[Bug 139665] Direct paste in comment box using context menu not possible, disappears

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139665

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

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.

[Bug 142251] CALC URL link Button disappears when grouped columns are concealed

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142251

--- Comment #10 from QA Administrators  ---
Dear Colin,

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.

[Bug 132863] Nested table in merged table doesn't split

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132863

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

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.

[Bug 132813] Changing page wrap does not take immediately effect (needs move of the shape/save reload)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132813

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

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.

[Bug 117851] "LibreOffice" top-level menu entry on macOS stays highlighted/selected while the About or Preferences dialog is open

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117851

--- Comment #12 from QA Administrators  ---
Dear Tor Lillqvist,

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.

[Bug 107678] No visual difference between Heading 9 and Heading 10

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107678

--- Comment #5 from QA Administrators  ---
Dear Yousuf Philips (jay) (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://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.

[Bug 154975] All printing is in landscape format

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154975

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

  Regression By||Caolán McNamara
   Keywords|bibisectRequest |bibisected, bisected
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||1107

--- Comment #21 from Stéphane Guillou (stragu) 
 ---
(In reply to Lee from comment #19)
> Does this bibisection help find the bug?
> I was using repository linux-64-7.5
This is great, thank you for bibisecting it!
The result matches what I suggested in comment 18, the issue started at:

commit  6005aeca4416eb0d583fd12ab837afa91d9d18ec
author  Caolán McNamara Wed Sep 21 22:22:38 2022 +0200
committer   Caolán McNamara Thu Sep 22 19:40:02 2022 +0200
tdf#151107 swap job orientation if paper matching swapped width/height
if we eventually are forced to pick a final paper size which has the
orthogonal orientation than that requested, then swap the orientation
of
the jobdata too
and re-init the orientation to defaults in Printer::SetPaperSizeUser
when we set a new user paper size rather than keeping the orig
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140358

Caolán, what do you think?

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

[Bug 154975] All printing is in landscape format

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154975

--- Comment #20 from Lee <92ma...@gmail.com> ---
The reference in comment 17 to comment 19 should have been to comment 15

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

[Bug 154975] All printing is in landscape format

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154975

--- Comment #19 from Lee <92ma...@gmail.com> ---
Does this bibisection help find the bug?
I was using repository linux-64-7.5

fd0996ef355d3b2a3e87be9390acdee24c2b2e2c is the first bad commit
commit fd0996ef355d3b2a3e87be9390acdee24c2b2e2c
Author: Jenkins Build User 
Date:   Thu Sep 22 19:45:04 2022 +0200

source sha:6005aeca4416eb0d583fd12ab837afa91d9d18ec

source sha:6005aeca4416eb0d583fd12ab837afa91d9d18ec

 instdir/program/libvcllo.so | Bin 19250264 -> 19250360 bytes
 instdir/program/setuprc |   2 +-
 instdir/program/versionrc   |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

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

[Bug 157938] Possible missing font for %kappa in pdf with embedded fonts

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157938

--- Comment #3 from Dan Brown  ---
Sorry for the delay -- I just now saw that you were waiting on me for more
info. I initially reported this to KDP and they said that it was a problem with
embedded fonts. I then reported it to you. However, it looks like KDP has now
fixed the problem. So this was not a bug with LibreOffice after all, but with
KDP's software.

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

[Bug 161016] New: LibreOffice_7.6.6_Win_x86-64.msi does not run

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161016

Bug ID: 161016
   Summary: LibreOffice_7.6.6_Win_x86-64.msi does not run
   Product: LibreOffice
   Version: 7.6.6.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gravina409...@gmail.com

Description:
When I downloaded LibreOffice_7.6.6_Win_x86-64.msi and attempted to run it, I
got an error message: "The installation package could not be opened.  Contact
the application vendor to verify that this is a valid Windows Installer
package."

Steps to Reproduce:
1. Download file from
https://www.libreoffice.org/download/download-libreoffice/
2. Run file.
3. Get error message.

Actual Results:
Installation file aborts as an invalid Windows Installation file.

Expected Results:
Installation of LibreOffice v7.6.6


Reproducible: Always


User Profile Reset: No

Additional Info:
Device name WhiteWhale
Processor   11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz   3.50 GHz
Installed RAM   16.0 GB (15.8 GB usable)
Device ID   9363BC2C-A7AF-4BB9-A46B-C6A71964AB2D
Product ID  00330-80030-16968-AA781
System type 64-bit operating system, x64-based processor
Pen and touch   No pen or touch input is available for this display

Edition Windows 11 Pro
Version 23H2
Installed on‎5/‎15/‎2023
OS build22631.3527
Experience  Windows Feature Experience Pack 1000.22700.1003.0

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

GSoC: Improve the functions deck in Calc

2024-05-09 Thread Ahmed Hamed
Hello everyone !

I am Ahmed Hamed, and I am a GSoC'24 contributor. I will be working on
enhancing the functionality of the functions deck in Calc, aiming to
significantly improve the user experience. I really did enjoy exploring and
dealing with libreOffice codebase and documentation during the application
process period, and I also enjoyed communicating with all the community
members.
I look forward to start working on the project with my amazing mentors,
Heiko and Andreas :)

Best,
Ahmed


[Bug 161011] UNO StatisticsMenu is not being auto assigned an accelerator

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161011

V Stuart Foote  changed:

   What|Removed |Added

Summary|In Calc there is no longer  |UNO StatisticsMenu is not
   |a keyboard shortcut for |being auto assigned an
   |Data/Statistics.|accelerator
 CC||vsfo...@libreoffice.org

--- Comment #3 from V Stuart Foote  ---
No recent change to the .XCU, but .uno:StatisticsMenu [1] is not being
auto-assigned an accelerator.  Also, not available to customize and assign to
shortcut.

So no means to reach via keyboard accelerator sequence.

Seems like the 'Stat~istics' assignment could be made.

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu?r=68d074fb#1045

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

[Bug 154975] All printing is in landscape format

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154975

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||caolan.mcnamara@collabora.c
   ||om
Version|7.4.7.2 release |7.5.0.3 release

--- Comment #18 from Stéphane Guillou (stragu) 
 ---
Caolán, I see bug 151107 and associated commits.
Wondering if you have an idea or some hints for Lee and dreamchaser to find out
more?

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

[Bug 154790] Copy and paste alter all Heading paragraph styles throughout the remainder of the document

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154790

Dale  changed:

   What|Removed |Added

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

--- Comment #9 from Dale  ---
THANK YOU.
As of LibreOffice version 7.6.6, this issue has been resolved.

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

[Bug 161010] FILEOPEN DOCX: One page document extends table to two pages instead of one

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161010

--- Comment #2 from Andre  ---
The Microsoft word tested was the online version.

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

[Bug 85811] [META] Main menu bar bugs and enhancements

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811
Bug 85811 depends on bug 161002, which changed state.

Bug 161002 Summary: Missing item "Insert/Filed/More Fields.." in LibreOffice 
Draw
https://bugs.documentfoundation.org/show_bug.cgi?id=161002

   What|Removed |Added

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

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

[Bug 53548] Allow "Other" fields / DocInformation / custom editable fields in Draw/Impress (as in Writer)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53548

Regina Henschel  changed:

   What|Removed |Added

 CC||martin.pie...@psbel.com

--- Comment #14 from Regina Henschel  ---
*** Bug 161002 has been marked as a duplicate of this bug. ***

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

[Bug 161002] Missing item "Insert/Filed/More Fields.." in LibreOffice Draw

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161002

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Regina Henschel  ---
That is a very old request, see bug 53548 and the there listed duplicates.

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

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

[Bug 161002] Missing item "Insert/Filed/More Fields.." in LibreOffice Draw

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161002

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Regina Henschel  ---
That is a very old request, see bug 53548 and the there listed duplicates.

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

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

[Bug 53548] Allow "Other" fields / DocInformation / custom editable fields in Draw/Impress (as in Writer)

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53548

Regina Henschel  changed:

   What|Removed |Added

 CC||chaw...@zoho.com

--- Comment #13 from Regina Henschel  ---
*** Bug 102373 has been marked as a duplicate of this bug. ***

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

[Bug 102373] Add "Insert > Field > More Fields..." to Draw as in Writer

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102373

Regina Henschel  changed:

   What|Removed |Added

 Resolution|INSUFFICIENTDATA|DUPLICATE

--- Comment #6 from Regina Henschel  ---


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

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

[Bug 154975] All printing is in landscape format

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154975

--- Comment #17 from Lee <92ma...@gmail.com> ---
My comment #13 is incorrect.  Somehow I got my versions crossed.  I have again
verified that the problem begins with 7.5.0.0 Alpha1.  

Comment #19 asks me to try some other application - No other application is
exhibiting this twist of the page.  I just printed my firefox home page
correctly minutes after again verifying that 7.5.0.0 Alpha1 unexpectedly prints
'twisted' ie. sideways.

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

[Bug 161002] Missing item "Insert/Filed/More Fields.." in LibreOffice Draw

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161002

--- Comment #3 from Martin Pietka  ---
Yes,this is why I want to add this feature. To be same like in Writer.

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

[Bug 161002] Missing item "Insert/Filed/More Fields.." in LibreOffice Draw

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161002

--- Comment #3 from Martin Pietka  ---
Yes,this is why I want to add this feature. To be same like in Writer.

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

[Bug 161010] FILEOPEN DOCX: One page document extends table to two pages instead of one

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161010

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Render in two pages also in Word
Microsoft® Word para Microsoft 365 MSO (versión 2403 compilación
16.0.17425.20176) de 64 bits

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

[Bug 161007] Report Builder Wizard fails

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161007

m_a_riosv  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #2 from m_a_riosv  ---
Reproducible
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 7a895ec4205659038aa95941b65715fed1a3e7be
CPU threads: 16; OS: Windows 11 (10.0 build 22631); UI render: default; VCL:
win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded
and
Version: 7.6.6.3 (X86_64) / LibreOffice Community
Build ID: d97b2716a9a4a2ce1391dee1765565ea469b0ae7
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: CL threaded


Last working for me
Version: 7.5.9.2 (X86_64) / LibreOffice Community
Build ID: cdeefe45c17511d326101eed8008ac4092f278a9
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: CL threaded

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

[Bug 161002] Missing item "Insert/Filed/More Fields.." in LibreOffice Draw

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161002

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
The option was never there, all available fields are listed.

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

[Bug 161002] Missing item "Insert/Filed/More Fields.." in LibreOffice Draw

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161002

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
The option was never there, all available fields are listed.

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

[Bug 161015] New: MATH: round, roundup: 'closedness', meaningful results for excessive digits

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161015

Bug ID: 161015
   Summary: MATH: round, roundup: 'closedness', meaningful results
for excessive digits
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: newbie...@gmx.de

looking for differences between Calc and gnumeric I saw some  
questionable results:  
roundup of small values to digits like -309 shouldn't result  
in '0' but rather in a meaningful ERR, 
IMHO also roundup( 1.2E+308, -308 ) -> 1.2E+308 isn't correct, 
also round( 1.7E+308, -308) -> 1.7E+308 is questionaböe from 
a math POV.  

pls. be tolerant if 'me bad', that's always an option, e.g. 
my Calc too old or similar ... 

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: 420(Build:3)
CPU threads: 8; OS: Linux 6.6; UI render: default; VCL: x11
Locale: en-US (en_US.UTF-8); UI: en-US
Debian package version: 4:24.2.0-1
Calc: threaded

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

[Bug 160997] after the last update can´t open files

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160997

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Please the option to repair the LibreOffice installation on system 'Add and
remove programs.'

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

[Bug 154792] Calc Round Down is Rounding Up for some values

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154792

--- Comment #26 from b.  ---
I seem to remember that a while ago someone tried to  
fix errors in rounddown and roundup by preceding them  
with a 'roundsig' to 12 significant digits. Looks as if  
Eike kept that in his patches, then you may be a victim  
of the mathematically questionable quality of such  
measures. 

Feeding known inaccurate results of subtractions 
- cancellation - into other formulas and then bending  
these to ( try to ) produce wanted results for some  
cases has - IMHO - similar quality.

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

[Bug 160983] RecalcOptimalRowHeightMode should be effective for CSV imports also

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160983

--- Comment #3 from m_a_riosv  ---
But these adjustments are not by the format, only length and new lines,
something that LO knows when importing.
But there is no format on the csv text, like bold e.g.
The only thing is to apply the style you need to the data, by modifying one
that already exist or creating a new one. Even you can modify default style.

Maybe better create a template just for that, first create a new file with that
template then use
 Menu/Sheet
 - Insert sheet
 - Insert sheet from file
 - External links
for the two first you can set up it as link, so an update is possible., without
recreated the import.

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

[Bug 160237] Deactivated rules in of languageTool are still applied in Libreoffice

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160237

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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

[Bug 157082] Calc Round Up is Rounding Down for some values

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157082

--- Comment #7 from b.  ---
I seem to remember that a while ago someone tried to  
fix errors in rounddown and roundup by preceding them  
with a 'roundsig' to 12 significant digits. If this  
is still active, you may be a victim of the  
mathematically questionable quality of such measures.

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

[Bug 160990] Different header/footer content on first page not honoured after first occurrence

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160990

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Maybe the explantion is here
https://help.libreoffice.org/24.2/en-US/text/swriter/01/title_page.html?System=WIN=WRITER=modules/swriter/ui/titlepage/dialog-action_area1#bm_@@nowidget@@

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

core.git: dbaccess/source

2024-05-09 Thread Noel Grandin (via logerrit)
 dbaccess/source/ui/misc/WCopyTable.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0ffdfb58a07e2a1b89a36bc241c6a2767e82cd2c
Author: Noel Grandin 
AuthorDate: Thu May 9 20:14:15 2024 +0200
Commit: Noel Grandin 
CommitDate: Thu May 9 22:25:16 2024 +0200

workaround segfault in compiler on macos-clang-intel

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

diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx 
b/dbaccess/source/ui/misc/WCopyTable.cxx
index 25592ecd51e4..c13bb1844712 100644
--- a/dbaccess/source/ui/misc/WCopyTable.cxx
+++ b/dbaccess/source/ui/misc/WCopyTable.cxx
@@ -133,7 +133,7 @@ bool ObjectCopySource::isView() const
 
 void ObjectCopySource::copyUISettingsTo( const Reference< XPropertySet >& 
_rxObject ) const
 {
-const OUString aCopyProperties[] = {
+static constexpr OUString aCopyProperties[] {
 PROPERTY_FONT, PROPERTY_ROW_HEIGHT, 
PROPERTY_TEXTCOLOR,PROPERTY_TEXTLINECOLOR,PROPERTY_TEXTEMPHASIS,PROPERTY_TEXTRELIEF
 };
 for (const auto & aCopyProperty : aCopyProperties)
@@ -145,7 +145,7 @@ void ObjectCopySource::copyUISettingsTo( const Reference< 
XPropertySet >& _rxObj
 
 void ObjectCopySource::copyFilterAndSortingTo( const Reference< XConnection >& 
_xConnection,const Reference< XPropertySet >& _rxObject ) const
 {
-std::pair< OUString, OUString > aProperties[] = {
+static constexpr std::pair< OUString, OUString > aProperties[] {
  std::pair< OUString, OUString >(PROPERTY_FILTER,u" AND "_ustr)
 ,std::pair< OUString, OUString >(PROPERTY_ORDER,u" ORDER BY 
"_ustr)
 };


[Bug 161014] New: Moving cells with option key still copies content

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161014

Bug ID: 161014
   Summary: Moving cells with option key still copies content
   Product: LibreOffice
   Version: 24.2.3.2 release
  Hardware: x86-64 (AMD64)
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tym...@mail.de

Description:
I'm using LO 24.2.3.2 on Mac (Ventura 13.6.6)
The description of Calc/LO 6.2 states that when you move cells while holding
down the Option key, the content at the insertion location shifts downward,
doesn't get overwritten, and the content from the original location is
transferred, not copied.

Expected:
a) The contents of the source cells or rows are moved and deleted at the source
location.
b) The content of the placement location is moved down.

Result:
b) existing content at the insertion location is moved down, not overwritten.
OK
a) the content at the original location is not deleted, the content then exists
twice.

I have tried all keys and combinations when releasing, the content is ALWAYS
copied.



Another bug in that instance: 
When moving entire lines, when I let go, they end up two lines ABOVE where I
let go.
I.e. if I grab lines 14-16 and release (Option pressed) on top of line 8, they
end up ABOVE line 6.

Steps to Reproduce:
1.Drag cell or line
2.release in desired place, pressing option key

Actual Results:
1. cell or line is moved to new place
2. "landing" cells are moved downwards
3. content of origin cells is still in place

Expected Results:
1. cell or line is moved, NOT COPIED
2. "landing" cells are moved downwards
3. origin cells are empty


Reproducible: Always


User Profile Reset: No

Additional Info:
The functionality should be restored, as described in Help
https://help.libreoffice.org/6.2/de/text/scalc/guide/move_dragdrop.html?DbPAR=CALC
(sorry, found that one in German, not its English counterpart)

Second bug:
Lines push down the line where they are released - in the case I mentioned
lines 14-16, pushing down the content of line 8, not line 6.

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

[Bug 128075] Solver finds solutions for negative goals but "thinks" it has failed

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128075

--- Comment #17 from Todor Balabanov  ---
The bug is still there.

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 73229b441f0f0aa6ab4e3ae051f9d09f683361fc
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: CL threaded

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

core.git: Branch 'feature/cib_contract49c' - 2 commits - chart2/qa chart2/source oox/source xmloff/source

2024-05-09 Thread Balazs Varga (via logerrit)
 chart2/qa/extras/chart2export3.cxx  |  138 +++-
 chart2/qa/extras/data/ods/tdf39052.ods  |binary
 chart2/source/controller/chartapiwrapper/TitleWrapper.cxx   |   46 +---
 chart2/source/controller/main/ChartController_Tools.cxx |6 
 chart2/source/controller/main/ControllerCommandDispatch.cxx |3 
 chart2/source/model/main/Title.cxx  |3 
 oox/source/export/chartexport.cxx   |   12 -
 xmloff/source/chart/SchXMLAxisContext.cxx   |   22 -
 xmloff/source/chart/SchXMLChartContext.cxx  |   39 ---
 xmloff/source/chart/SchXMLChartContext.hxx  |6 
 xmloff/source/chart/SchXMLExport.cxx|   77 +++---
 xmloff/source/chart/SchXMLParagraphContext.cxx  |  131 +++
 xmloff/source/chart/SchXMLParagraphContext.hxx  |   44 +++
 xmloff/source/chart/SchXMLTools.cxx |   92 
 xmloff/source/chart/SchXMLTools.hxx |4 
 xmloff/source/chart/transporttypes.hxx  |2 
 16 files changed, 496 insertions(+), 129 deletions(-)

New commits:
commit 0ddf1d301e8e6e8a406ad170417e12d2af84ed43
Author: Balazs Varga 
AuthorDate: Wed May 8 17:22:24 2024 +0200
Commit: Thorsten Behrens 
CommitDate: Thu May 9 21:47:42 2024 +0200

tdf#58038 - chart: make available format characters toolbar for

text boxes or shapes *inside* charts (as created with the Drawing toolbar).

follow-up commit: 4f994cec388377cc5c2bddb804bd92eb4cd7dc8d
(tdf#39052 - Chart: make characters formatable in editable chart textshapes)

Change-Id: Iccc5ee350ea0a37d8bda9652e09d3d61339f1d71
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167366
Tested-by: Jenkins
Reviewed-by: Balazs Varga 

diff --git a/chart2/source/controller/main/ChartController_Tools.cxx 
b/chart2/source/controller/main/ChartController_Tools.cxx
index 67ceaa1764c7..6363970553db 100644
--- a/chart2/source/controller/main/ChartController_Tools.cxx
+++ b/chart2/source/controller/main/ChartController_Tools.cxx
@@ -591,9 +591,9 @@ bool ChartController::isShapeContext() const
 
 bool ChartController::IsTextEdit() const
 {
-// only Title objects are editable textshapes
-return m_aSelection.isTitleObjectSelected() &&
-m_pDrawViewWrapper && m_pDrawViewWrapper->IsTextEdit();
+// only Title objects and additional shapes are editable textshapes in 
chart
+return m_pDrawViewWrapper && m_pDrawViewWrapper->IsTextEdit() &&
+(m_aSelection.isTitleObjectSelected() || 
m_aSelection.isAdditionalShapeSelected());
 }
 
 void ChartController::impl_ClearSelection()
diff --git a/chart2/source/controller/main/ControllerCommandDispatch.cxx 
b/chart2/source/controller/main/ControllerCommandDispatch.cxx
index cf305ea66d64..95cf433f3e04 100644
--- a/chart2/source/controller/main/ControllerCommandDispatch.cxx
+++ b/chart2/source/controller/main/ControllerCommandDispatch.cxx
@@ -601,7 +601,8 @@ void ControllerCommandDispatch::updateCommandAvailability()
 // format objects
 bool bFormatObjectAvailable = bIsWritable && bControllerStateIsValid && 
m_apControllerState->bIsFormateableObjectSelected;
 m_aCommandAvailability[ ".uno:FormatSelection" ] = bFormatObjectAvailable 
&& !bIsTextEdit;
-m_aCommandAvailability[ ".uno:FontDialog" ] = bFormatObjectAvailable && 
bIsTextEdit;
+m_aCommandAvailability[ ".uno:FontDialog" ] = (bShapeContext ? 
isShapeControllerCommandAvailable(".uno:FontDialog") :
+   bFormatObjectAvailable) && 
bIsTextEdit;
 m_aCommandAvailability[ ".uno:FormatAxis" ] = bFormatObjectAvailable;
 m_aCommandAvailability[ ".uno:FormatTitle" ] = bFormatObjectAvailable && 
!bIsTextEdit;
 m_aCommandAvailability[ ".uno:FormatDataSeries" ] = bFormatObjectAvailable;
commit bb16f920b5e16ca7d2601190a7e2b534a2dfa1a5
Author: Balazs Varga 
AuthorDate: Mon Apr 15 13:39:03 2024 +0200
Commit: Thorsten Behrens 
CommitDate: Thu May 9 21:41:41 2024 +0200

tdf#160517 - chart odf: import/export formatted chart titles

(main, sub, axis titles) texts properly to/from odf format.

Fix odf export of formatted chart titles. The exported data structure
will look like:



This
 is
.
.
.
3
 a 



Fix import of formatted chart titles. Put the properties and related texts
into the chart2::XFormattedString2 uno objects.

Follow-up commit of:
55e9a27afd2d6a13cf76b39641bf121c3ec4b45c
Related: tdf#39052 - chart ooxml: export formatted chart titles

4f994cec388377cc5c2bddb804bd92eb4cd7dc8d
tdf#39052 - Chart: make characters formatable in editable chart textshapes

--
TODO: chart data point / dataseries labels are handled 

  1   2   3   4   >