[Bug 159955] New: When using a custom page number in the german Libre Office Writer, the custom page number and the actual sum of pages are switched in the sidebar

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159955

Bug ID: 159955
   Summary: When using a custom page number in the german Libre
Office Writer, the custom page number and the actual
sum of pages are switched in the sidebar
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bu...@outlook.de

Description:
Please keep in mind: I'm using the german version of Writer, I'm not sure
wether this problem can be found in other translations.
After pasting in a break to a new page and there setting a custom page number,
I've discovered that the info about the current page when clicking on the
scroll bar is formated like this:
Page 3 (12) of 1
being 3 the actual page number, 12 the sum of all pages and 1 the set page
number

Steps to Reproduce:
1. set a custom page number
2. click the scroll bar
3. be frustated

Actual Results:
Actual:
when clicking on the scroll bar is formated like this:
Page 3 (12) of 1
being 3 the actual page number, 12 the sum of all pages and 1 the set page
number

Expected Results:
Expected:
when clicking on the scroll bar is formated like this:
Page 3 (1) of 12
being 3 the actual page number, 12 the sum of all pages and 1 the set page
number


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 12; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: de-DE (en_US); UI: de-DE
Calc: CL threaded

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

[Bug 159954] New: VIEWER: Please bring back the real Dark Mode

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159954

Bug ID: 159954
   Summary: VIEWER: Please bring back the real Dark Mode
   Product: LibreOffice
   Version: 7.6.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: johnkueh...@outlook.com

Description:
Dark Mode now has a white page and black text, so it's not actually dark
anymore. Please bring back the Dark Mode with a black page and white text.

Steps to Reproduce:
1.Set to Dark in Tools - Option - View - Appearance - Mode
2.
3.

Actual Results:
White page with black text

Expected Results:
Black page with white text


Reproducible: Always


User Profile Reset: No

Additional Info:
None

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

[Bug 159356] Table of Contents will not show correctly in LO but shows correctly in MSO and OnlyOffice

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159356

--- Comment #8 from Buovjaga  ---
(In reply to tom1williams from comment #6)
> Thank you very much for looking into my problem! I am looking forward to
> using Libre Office 24.2.1.
> 
> May I ask one more question? This is not worth opening a new ticket. In this
> case I think LO 7.6 is correct and OnlyOffice DE is incorrect. In this new
> attached file how can the background of the cover page look totally
> different between LO 7.6 and the latest SNAP version of OnlyOffice Desktop
> Editors? Which software is correct? Does this symptom indicate a problem of
> some kind in either office suite?

(In reply to tom1williams from comment #7)
> Created attachment 192856 [details]
> The background of the cover page looks different see my final question

The document is somehow suspicious: which software produced it originally? In
which software was it last saved? It looks broken in Microsoft's office.com.
The abstract only starts on page 7. There are 5 basically blank pages between
the cover and the abstract. Surely this is not the intention.

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

[Bug 147021] Use std::size() or std::ssize() instead of SAL_N_ELEMENTS() macro

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147021

--- Comment #47 from Commit Notification 
 ---
Keldin Maldonado (KNM) committed a patch related to this issue.
It has been pushed to "master":

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

tdf#147021 replace SAL_N_ELEMENTS() with std::size()

It will be available in 24.8.0.

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

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

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

[Bug 159926] Cursor Writer

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159926

samuele.bio...@comune.spresiano.tv.it changed:

   What|Removed |Added

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

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

[Bug 51925] [BASIC] Writer Table getColumns().getByIndex(i) returns null, where it should not

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51925

--- Comment #15 from sander  ---

The problem still exists: BASIC-runtime-fout.
Objectvariabele niet ingesteld.

My macro:
Sub test3
Dim oDoc As Object
Dim oTables As Object
Dim oTable As Object
Dim i As Integer

' Haal het huidige document op
oDoc = ThisComponent

' Haal alle tabellen in het document op
oTables = oDoc.getTextTables()

' Loop door elke tabel en pas de kolombreedtes aan
For i = 0 To oTables.getCount() - 1
oTable = oTables.getByIndex(i)
oTable.Columns.getByIndex(0).Width = 8900 ' 8,9 cm
oTable.Columns.getByIndex(1).Width = 1000 ' 1 cm
oTable.Columns.getByIndex(2).Width = 9700 ' 9,7 cm
Next i
End Sub

Error occurs on: oTable.Columns.getByIndex(0).Width

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

[Bug 99584] Optimal-width columns too small to print (data appears as '#' chars)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99584

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 159945] (Regression since 7.6) Optimal-width columns too small (shows '#' chars)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159945

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=99
   ||584
 Status|UNCONFIRMED |NEEDINFO
 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
(In reply to m_a_riosv from comment #2)
> Macro fails for me in line:
> 262:

Same for me, "data type mismatch".

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

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

MSFT sheet is still created, but only one row of data in the table. Using
Optimal Width + 0 does not give me the ### issue.

Can you test again and maybe provide a new version of the file?

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

[Bug 159690] Manual line break forces automatic Wrap Text

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

--- Comment #17 from ady  ---
An update on this behavior.

While now tdf#159938 is solved (LO Dev. built on 2024-02-29), which allows to
*unset* the wrap text attribute and save it, we still have a problem in
tdf#159690.

1. On an empty cell, introduce text that includes a manual line break (using
[CTRL]+[ENTER] where the manual line break should be located within the text).
2. Press [ENTER] to finish the introduction of the text (which includes the
manual line break).
2. Move the focus back to the above cell.

At the moment we finished editing the cell, it also received the Wrap Text
attribute, just because there is a manual line break in it.

Before LO 24.2.0, the Wrap Text was not automatically applied (which was/is the
expected behavior).

So, now that tdf#159938 is solved, the Wrap Text is not necessarily _forced_
(i.e. we can unset it and save), but it is still automatically initially
applied.

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

[Bug 157047] clicking on Properties under File cause program to hang

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157047

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from Julien Nabet  ---
Before putting back to unconfirmed, please respond to the questions asked in my
previous comment.

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

[Bug 99584] Optimal-width columns too small to print (data appears as '#' chars)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99584

--- Comment #13 from Stéphane Guillou (stragu) 
 ---
(note that issue on canvas might depend on zoom level, so please always test at
100%)

-- 
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-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108364

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||99584


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99584
[Bug 99584] Optimal-width columns too small to print (data appears as '#'
chars)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 99584] Optimal-width columns too small to print (data appears as '#' chars)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99584

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
Version|4.2.1.1 release |Inherited From OOo
 Blocks||108364

--- Comment #12 from Stéphane Guillou (stragu) 
 ---
I don't have the "Sans" font used.

In OOo 3.3, LO 6.0 and 7.6, font makes a difference:
- with fallback, shows numbers on canvas but ### on print preview. (as OP)
- with Liberation Sans, numbers shown in both cases. (OK)

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

In 24.2 and 24.8, results are the same regardless of if I use Liberation Sans
or the fallback font: ### on canvas, but numbers shown in print preview. So the
opposite of what OP describes!

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

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

Maybe that recent change is related to bug 159945.

Note that the "use printer metrics" options were removed from the options
dialog in LO 7.6 (see
https://wiki.documentfoundation.org/ReleaseNotes/7.5#Feature_Removal_/_Deprecation
and bug 131136).


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108364
[Bug 108364] [META] Table/Row/Column/Cell management function bugs and
enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 112139] [META] Options dialog's Languages and Locales settings bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112139

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Summary|[META] Options dialog's |[META] Options dialog's
   |Language settings bugs and  |Languages and Locales
   |enhancements|settings bugs and
   ||enhancements

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Called "Languages and Locales" since LO 24.2 and fix for bug 157716.

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

[Bug 159800] Charts are lost when on a sheet with a comma in the name

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159800

jollytall  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from jollytall  ---
Sorry, comment lost when file attached. So, again:

How it was made:
Calc started
Data entered
Chart created with one mouse click in the toolbar and then "Finished"
Sheet renamed
Sheet copied with Ctrl-Mouse drag
- Chart is empty, no data series in it
File saved

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

[Bug 159800] Charts are lost when on a sheet with a comma in the name

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159800

--- Comment #2 from jollytall  ---
Created attachment 192857
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192857&action=edit
The test file

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

[Bug 159953] "Compatibility" section is now empty in Tools > Options > LibreOffice Draw > General

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159953

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 159953] New: "Compatibility" section is now empty in Tools > Options > LibreOffice Draw > General

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159953

Bug ID: 159953
   Summary: "Compatibility" section is now empty in Tools >
Options > LibreOffice Draw > General
   Product: LibreOffice
   Version: 7.5.0.0 alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: low
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stephane.guil...@libreoffice.org
Blocks: 102187

Minor, but looks bad: heading "Compatibility" heading is useless since the
Printer Metrics settings was removed for bug 131136.

Steps:
1. Draw > Tools > Options > LibreOffice Draw > General

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

Same on Windows.


Referenced Bugs:

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

[Bug 102187] [META] Options dialog bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102187

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||159953


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159953
[Bug 159953] "Compatibility" section is now empty in Tools > Options >
LibreOffice Draw > General
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 143187] Calc: Delete Tools>Options>LibreOffice Calc>Compatibility page

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143187

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
Since 24.2 and the fix for bug 156611, we have a "Hyperlinks" option in there.
Close as "won't fix"?

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

[Bug 159952] New: Unwanted Scrolling to document centre when editing inline OLE math objects in Writer

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159952

Bug ID: 159952
   Summary: Unwanted Scrolling to document centre when editing
inline OLE math objects in Writer
   Product: LibreOffice
   Version: 7.6.5.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riley@outlook.com

Description:
When editing Math OLE objects in large >40 page documents in Writer, the view
scrolls to the centre of the document. It's worth noting that swapping from
multi-page view to single-page view also scrolls to the centre of the document.
Removing the config lines listed below fix the issue, however only while in
single-page view. Compared to as before, where even single page view also
carries the issue.
As the file with the issue is quite large, it is linked here:
https://1drv.ms/u/s!AoYsSr_u9khPgoB7wix3M__rKPWEjA?e=SUgG51
A video of the problem occurring is here: https://imgur.com/a/B64yn5j
The offending config lines are here: https://pastebin.com/raw/ERLq4Uu6

Steps to Reproduce:
1. Include the given lines to the "registrymodifcations.xcu" config file
2. Open >40 Page file with >20MB of data
3. Edit Math inline OLE object (anchored as text) below the halfway mark of the
document
4. Profit.

Actual Results:
The viewer of LibreOffice Math scrolls ~midway of the document, showing an
unrelated portion of the document. This happens upon entering and exiting the
math editor. OLE objects above the halfway mark are unaffected.

Expected Results:
The viewer should instead maintain the view originally from Writer, as it does
from midway-upwards.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: 420(Build:3)
CPU threads: 12; OS: Linux 6.7; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-CA (en_CA.UTF-8); UI: en-US
24.2.0-2
Calc: CL threaded

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

[Bug 145490] Bitdefender flagged the 2021.10.31 download of LO Dev infected with a virus

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145490

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 159905] 24.2.2, bitdefender virus report

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159905

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||cl...@documentfoundation.or
   ||g
 Resolution|--- |NOTOURBUG
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||5490

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Thanks, so you got it directly from TDF, which should be safe. It was built by
this tinderbox: https://ci.libreoffice.org/computer/tb77/
We can assume it's a false positive and "not our bug", but please do report it
to BitDefender.
See also bug 145490.

Cloph, out of interest: is there a way to verify daily MSIs, or is it only
possible for releases?

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

[Bug 159356] Table of Contents will not show correctly in LO but shows correctly in MSO and OnlyOffice

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159356

--- Comment #7 from tom1willi...@yandex.com ---
Created attachment 192856
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192856&action=edit
The background of the cover page looks different see my final question

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

[Bug 159356] Table of Contents will not show correctly in LO but shows correctly in MSO and OnlyOffice

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159356

--- Comment #6 from tom1willi...@yandex.com ---
Thank you very much for looking into my problem! I am looking forward to using
Libre Office 24.2.1.

May I ask one more question? This is not worth opening a new ticket. In this
case I think LO 7.6 is correct and OnlyOffice DE is incorrect. In this new
attached file how can the background of the cover page look totally different
between LO 7.6 and the latest SNAP version of OnlyOffice Desktop Editors? Which
software is correct? Does this symptom indicate a problem of some kind in
either office suite?

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

[Bug 159951] Crashes immediately at startup of every component on a brand new Win11 notebook

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159951

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thank you for the report.

I don't see that with:

Version: 7.6.5.2 (X86_64) / LibreOffice Community
Build ID: 38d5f62f85355c192ef5f1dd47c5c0c0c6d6598b
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

- Which locale do you use?
- Does it also happen with LO 24.2?
- If it does, could you please see if the issue is still reproducible with a
daily build from https://dev-builds.libreoffice.org/daily/master/current.html ?

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

[Bug 154353] Libre writer crashes many times

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154353

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
For good measure, I could not reproduce on:

Version: 7.6.5.2 (X86_64) / LibreOffice Community
Build ID: 38d5f62f85355c192ef5f1dd47c5c0c0c6d6598b
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Calete, if you still see this issue in 7.6 or 24.2, please let us know!

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

[Bug 158026] all apps crash if i don’t open LibreOffice first

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158026

--- Comment #17 from Stéphane Guillou (stragu) 
 ---
(In reply to Stéphane Guillou (stragu) from comment #16)
> Now that bug 157135 is fixed, you could verify Buovjaga's theory by testing
> a daily build of 24.2
(hm actually, wait for an extra build after 2024-02-28, to make sure it
includes the fix. Alternatively, you can straight away use a daily master
build: https://dev-builds.libreoffice.org/daily/master/current.html)

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

[Bug 157047] clicking on Properties under File cause program to hang

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157047

RichardB  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 158026] all apps crash if i don’t open LibreOffice first

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158026

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #16 from Stéphane Guillou (stragu) 
 ---
Now that bug 157135 is fixed, you could verify Buovjaga's theory by testing a
daily build of 24.2:
https://dev-builds.libreoffice.org/daily/libreoffice-24-2/Win-x86_64@tb77-TDF/current/

Please let us know if it still crashes.

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

[Bug 159809] Variable undefined error occurs when macro is password protected (Japanese)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159809

--- Comment #2 from Saburo  ---
Wrapping the macro name in [] didn't work.

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

[Bug 159420] EDITING Autofilter for empty cells disabled when by Autofilter in other column empty cells filtered out

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159420

Kevin Suo  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |xiscofa...@libreoffice.org
   |desktop.org |

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

[Bug 158252] FILESAVE XLSX Line breaks in cells disappear

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158252

--- Comment #7 from Mike Kaganski  ---
Ah - commit 1760ee4d328cfb6ba22a5b3c84016625b12adb25 explicitly dropped this
from the export.

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

[Bug 158252] FILESAVE XLSX Line breaks in cells disappear

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158252

--- Comment #6 from Mike Kaganski  ---
Possibly the change in commit 17e362e56f9e15d0214c441e632c91d22e58519d could be
replaced by a code specific to export. That would fix bug 159690, too.

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

[Bug 159809] Variable undefined error occurs when macro is password protected (Japanese)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159809

Saburo  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Saburo  ---
reproduced

If the library is unprotected, it can be executed, but if it is protected, the
Japanese macro name will be ??? and cannot be executed.


Version: 7.6.5.2 (X86_64) / LibreOffice Community
Build ID: 38d5f62f85355c192ef5f1dd47c5c0c0c6d6598b
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: threaded

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

[Bug 141288] "page break before" of hidden paragraph is shown

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141288

--- Comment #8 from Mike Kaganski  ---
Still repro with Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 24; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL threaded

and with current master.

This is an interoperability problem: hiding a paragraph in Word (selecting it
as a whole, and setting "Hidden" character property) would hide the break (if
the hidden text is displayed on screen, this would be visible on print
preview).

This is also a consistency issue: if you put that paragraph to a section
instead, and make the *section* hidden, then the break will disappear.

Commit 0c96119895b347f8eb5bb89f393351bd3c02b9f1 can be used as a rough code
pointer (not an easyhack).

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

[Bug 159721] Strange behavior of bullet points for stuff copied as HTML from the Internet via clipboard

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159721

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 159725] [LOCALHELP] Add description for VBA function ExportAsFixedFormat

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159725

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 159722] UI: Sometimes strange behavior when you want to place a hyperlink to position in the same document

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159722

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 159905] 24.2.2, bitdefender virus report

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159905

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 159905] 24.2.2, bitdefender virus report

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159905

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

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

[Bug 159904] Menu bar disappears when coming out of full screen if template selection dialog is open

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159904

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 159904] Menu bar disappears when coming out of full screen if template selection dialog is open

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159904

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

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

[Bug 159782] Issues with the footer on Calc

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159782

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 159782] Issues with the footer on Calc

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159782

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

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

[Bug 156292] Unknown words cannot be added to Spanish (or other) dictionary

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156292

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 157047] clicking on Properties under File cause program to hang

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157047

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

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 156292] Unknown words cannot be added to Spanish (or other) dictionary

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156292

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

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 154961] Enhancement needed: option to preserve recent Find targets at FileSave dialog box to be available at next session reopening same document in Writer

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154961

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

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 156740] Labels Selection

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156740

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

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 99852] FORMATTING Assign style to Impress table cell does not work

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99852

--- Comment #10 from QA Administrators  ---
Dear Ulrich Gemkow,

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 88914] Microsoft Advertising PDF Import deadlock

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88914

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

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 80392] Endless page counting on opening or editing a particular DOCX

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80392

--- Comment #35 from QA Administrators  ---
Dear Hkais,

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 130669] Android (CO): wrong symbol spaces in Math formula in slide show mode

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130669

--- Comment #6 from QA Administrators  ---
Dear Roman Kuznetsov,

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 141288] "page break before" of hidden paragraph is shown

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141288

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

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 130050] sidebar table property rowheight = 0 if set automatic

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130050

--- 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.

[Bug 149485] "Show Whitespace" condition changes other documents look

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149485

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 152889] View->Show Whitespace is reset after File->Print

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152889

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 108629] [META] Ruler bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108629

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|149486  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149486
[Bug 149486] When you turn off the "Show Whitespace" condition you can see on
the vertical ruler like there is the margin there.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 118451] Vertical Ruler is not Adapted if Whitespace is Hidden (still denotes margins)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118451

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||libreoff...@nisz.hu

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
*** Bug 149486 has been marked as a duplicate of this bug. ***

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

[Bug 146315] [META] Show/Hide Whitespace bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146315

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|149486  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149486
[Bug 149486] When you turn off the "Show Whitespace" condition you can see on
the vertical ruler like there is the margin there.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 149486] When you turn off the "Show Whitespace" condition you can see on the vertical ruler like there is the margin there.

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149486

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=39 |
   |080,|
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=15 |
   |2889,   |
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=14 |
   |9485|
 Resolution|--- |DUPLICATE
 Blocks|108629, 146315  |

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Already tracked in bug 118451.

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108629
[Bug 108629] [META] Ruler bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=146315
[Bug 146315] [META] Show/Hide Whitespace bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 146315] [META] Show/Hide Whitespace bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146315

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||118451


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118451
[Bug 118451] Vertical Ruler is not Adapted if Whitespace is Hidden (still
denotes margins)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 118451] Vertical Ruler is not Adapted if Whitespace is Hidden (still denotes margins)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118451

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
Summary|Vertical Ruler is not   |Vertical Ruler is not
   |Adapted if Whitespace is|Adapted if Whitespace is
   |Hidden  |Hidden (still denotes
   ||margins)
 OS|Windows (All)   |All
 Blocks||146315

--- Comment #8 from Stéphane Guillou (stragu) 
 ---
Still the case in recent trunk build, affects Linux too:

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


Referenced Bugs:

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

[Bug 159936] calc function problem

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159936

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #3 from Mike Kaganski  ---
(In reply to Masaru Nakanishi from comment #2)
> Is this a problem specific to the Japanese environment?

The *B functions are invented (by Microsoft? Or maybe Lotus?) specifically for
CJK environments. However, the functions also work in other environments. But
yes, there is a difference in Japanese environment, that two specific
characters (REVERSE SOLIDUS U+005c "\" and EURO SIGN U+20ac "€") also
considered two-byte, unlike in all other environments.

Their purpose was (back then, in pre-Unicode era, when they were introduced) to
provide you the correct byte length of the string (because specific characters
took 2 bytes in the DBCS encodings). These functions would only be needed when
you need to count bytes, not characters (maybe when you intend to write stuff
to files?). And in Calc, where the internal encoding is UFT-16, it makes almost
no sense. However, the functions are there for interoperability.

But here you deal with *characters*, not bytes. Thus, just avoid functions that
try to work with "bytes". Indeed, as I mentioned in comment 1, using LENB/MIDB,
you will tell the program to use "halves of characters". Trying to add half of
any character to your string makes no sense. And the implementation [1] adds a
space instead of such a half-character, as you see.

So, according to your reply (using LEN+MID works fine, as expected; LENB+MIDB
and a mix produces expected unwanted result), I close it NOTABUG.

Thank you!

[1]
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/interpr1.cxx?r=c7664873&mo=327585&fi=9794#9794

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

[Bug 141843] [META] Bugs when file opened in multiple windows

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141843

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||116372


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116372
[Bug 116372] VIEWING: Page jumps relative to ruler when switching to another
window of the same document
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 116372] VIEWING: Page jumps relative to ruler when switching to another window of the same document

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116372

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||141843
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #13 from Stéphane Guillou (stragu) 
 ---
Still reproduced with recent trunk build:

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141843
[Bug 141843] [META] Bugs when file opened in multiple windows
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 116219] [META] Grid and helplines bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116219

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 112621] [META] Snap guide and setting issues

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112621

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 112621] [META] Snap guide and setting issues

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112621

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||74317


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=74317
[Bug 74317] Allow aligning objects by snapping to centre lines of page and
other objects (aka "Live Layout")
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 74317] Allow aligning objects by snapping to centre lines of page and other objects (aka "Live Layout")

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74317

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|unspecified |Inherited From OOo
Summary|Aligning items could be |Allow aligning objects by
   |simpler |snapping to centre lines of
   ||page and other objects (aka
   ||"Live Layout")
 CC||stephane.guillou@libreoffic
   ||e.org
   Hardware|Other   |All
 Blocks||112621


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112621
[Bug 112621] [META] Snap guide and setting issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 116219] [META] Grid and helplines bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116219

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|76070   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=76070
[Bug 76070] Implement Live layout
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 100155] [META] Improve object selection and alignment

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100155

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|76070   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=76070
[Bug 76070] Implement Live layout
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 74317] Aligning items could be simpler

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74317

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=76 |
   |070 |
 CC||1bfbebce-5df4-465d-9a37-5b7
   ||205438...@slmail.me

--- Comment #8 from Stéphane Guillou (stragu) 
 ---
*** Bug 76070 has been marked as a duplicate of this bug. ***

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

[Bug 76070] Implement Live layout

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76070

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
Version|unspecified |Inherited From OOo
 Status|NEW |RESOLVED
 CC||stephane.guillou@libreoffic
   ||e.org
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=74 |
   |317 |
 Blocks|100155, 116219  |

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
(In reply to yogeshg from comment #2)
> This is similar to Bug #74317.
Let's consolidate.

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100155
[Bug 100155] [META] Improve object selection and alignment
https://bugs.documentfoundation.org/show_bug.cgi?id=116219
[Bug 116219] [META] Grid and helplines bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 148128] Mark page center on horizontal and vertical rulers

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148128

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #19 from Stéphane Guillou (stragu) 
 ---
Side-note on competitors:

OnlyOffice's word processor has, _as a default_, vertical and horizontal page
centre helplines that dragged objects can snap to (both object's centre and
edges). They only show when the object actually snaps to them - the same as MS
PowerPoint.

LibreOffice Writer has options like grid, snap to grid, and helplines while
moving, which are all turned off by default, and even if turned on they do not
offer the same functionality as OnlyOffice or PowerPoint.

I think what OnlyOffice and PowerPoint have would be very useful in both Writer
and Impress/Draw. But I guess that's what is already requested in bug 76070,
and differs from OP's request to have a ruler marker that's always visible.

(I also had a look at MS Office 365 Word online, but it currently feels so
broken (?) that I can't even move an object with the mouse.)

See also for Impress/Draw:
- bug 112624: snap line should default to centre of slide
- bug 112643: offer presets for snap line position

My take: New. It should be made easy to visualise the centre of the paper, to
snap objects as well as to locate oneself on the page when zoomed in.
The implementation would ideally be made consistent with Draw and Impress,
although I'd be OK with having it off by default in Writer. Using the snap
guides for that makes sense to me.
So is the way forward to add snap guides to Writer, and then request for centre
snap guides as in bug 112624?

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

[Bug 108252] [META] Cell-related bugs and enhancements (including formatting)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108252

Aron Budea  changed:

   What|Removed |Added

 Depends on||159938


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159938
[Bug 159938] Moving through cells with overflowing content changes the cells'
height and wrapping
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159950] Offer to download & install missing fonts from online sources

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159950

--- Comment #1 from V Stuart Foote  ---
MS Aptos will come to a head very quickly as more MS 365 and Office 2021 users
normal.dot are moved onto that replacement Cloud font (requiring a MS login).

Currently no viable "online source" for Aptos (it is cloud only licensing) nor
for a metrically equivalent font. 

While individuals can find the Aptos font archive to download, with
questionable license/usage rights--but that only accommodates individual users.

The LO deployed crosextra Carlito <--> Calibri mapping has been functional
until now for interoperability with MS Office, but that is no longer enough.

Going to need additional effort/TDF sponsorship for use of selective "cloud
fonts" like Aptos, or to find a viable metric equivalent with fallback.

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

[Bug 103342] [META] Font substitution bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103342

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||159950


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159950
[Bug 159950] Offer to download & install missing fonts from online sources
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159950] Offer to download & install missing fonts from online sources

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159950

V Stuart Foote  changed:

   What|Removed |Added

 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||vsfo...@libreoffice.org
 Blocks||103342
   Keywords||needsUXEval


Referenced Bugs:

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

[Bug 159600] Extra curly braces {} added to equations and element in the wrong position when adding elements in a Math formula in Writer

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159600

--- Comment #5 from Roberto Salomon  ---
Thank you can confirm it is working fine on 24.2.1.2

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

[Bug 159949] Formula Editor with wrong focus and text alignment

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159949

V Stuart Foote  changed:

   What|Removed |Added

Version|24.2.1.2 release|24.2.0.3 release

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

[Bug 159600] Extra curly braces {} added to equations and element in the wrong position when adding elements in a Math formula in Writer

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159600

V Stuart Foote  changed:

   What|Removed |Added

 CC||roberto.salo...@gmail.com

--- Comment #4 from V Stuart Foote  ---
*** Bug 159949 has been marked as a duplicate of this bug. ***

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

[Bug 159949] Formula Editor with wrong focus and text alignment

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159949

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from V Stuart Foote  ---


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

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

[Bug 159949] Formula Editor with wrong focus and text alignment

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159949

--- Comment #5 from Mike Kaganski  ---
(In reply to Roberto Salomon from comment #0)
> The formula editor in 24.2 is displaying a new and incorrect behaviour. It
> attempts to edit directly on the formula rendering and records keyboard
> input on the formula editor field.

As explained in the release notes [1]:
> * Inline (Visual) formula editing mode is now enabled by default, graduated 
> from experimental mode feature

> Additionally, the rendered formula is not
> correctly aligned with the text.

It is bug 159302, fixed in 24.2.1.2.

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

[Bug 159936] calc function problem

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159936

--- Comment #2 from Masaru Nakanishi  ---
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL threaded

I didn't really understand the difference between LEN and LENB

I also tried version 24.2.0.3
Same problem occurs.

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL threaded

MID+LENB fewer characters

MID+LEN Looks like there's no problem

MIDB+LENB A space character that is not a candidate appears 
 example(4s[ h_6`ZqzJ)

Is this a problem specific to the Japanese environment?

(I'm using Google Translate, so I apologize if the text is incorrect.)

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

[Bug 159864] Impress error in slide transition (PUSH - Right to Left) when open Powerpoint presentation (pptx)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159864

--- Comment #3 from marco.jj  ---
(In reply to marco.jj from comment #0)
> Description:
> I open a Powerpoint 2019 presentation (pptx) that contain contains a slide
> transition from right to left. Impress does the transition incorrectly: from
> right to left.
> 
> 
> Steps to Reproduce:
> 1.Make page transition "PUSH / From right to left" with Powerpoint 2019
> 2.Open with Libreoffice e run presentation
> 3.
> 
> Actual Results:
> 1.Make page transition "PUSH / From right to left" with Powerpoint 2019
> 2.Open with Libreoffice e run presentation
> 
> Expected Results:
> The Impress Transition work in the opposite direction of Powerpoint
> 
> 
> Reproducible: Always
> 
> 
> User Profile Reset: No
> 
> Additional Info:
> i use L.O. 7.5.8 and 24.2.0

in this message there is an erron on second row in Descriptin.
The correct description is:
"I open a Powerpoint 2019 presentation (pptx) that contain contains a slide
transition from right to left. Impress does the transition incorrectly: from
LEFT to RIGHT.

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

[Bug 159951] New: Crashes immediately at startup of every component on a brand new Win11 notebook

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159951

Bug ID: 159951
   Summary: Crashes immediately at startup of every component on a
brand new Win11 notebook
   Product: LibreOffice
   Version: 7.4.6.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m.ra...@emra.de

Description:
After a first fresh of version 7.6.5 install on a new Asus Zenbook with Win11
Home on startup the Libre Office Banner shortly shows up than disappears. 

Deinstalling, removing the user context and installing the older version
7.4.6.2, which runs fine on all other of my computers (Win10 Pro, Win 7 Pro)
behaves the same way. The event log for this attempt is

Name der fehlerhaften Anwendung: soffice.bin, Version: 7.4.6.2, Zeitstempel:
0x6402696f
Name des fehlerhaften Moduls: ucrtbase.dll, Version: 10.0.22621.2506,
Zeitstempel: 0x097c794c
Ausnahmecode: 0xc409
Fehleroffset: 0x0007f61e
ID des fehlerhaften Prozesses: 0x0x2988
Startzeit der fehlerhaften Anwendung: 0x0x1DA6A86355BB293
Pfad der fehlerhaften Anwendung: C:\Program
Files\LibreOffice\program\soffice.bin
Pfad des fehlerhaften Moduls: C:\Windows\System32\ucrtbase.dll
Berichtskennung: af391707-31ca-4f7c-8f5c-eb654b3839bd
Vollständiger Name des fehlerhaften Pakets: 
Anwendungs-ID, die relativ zum fehlerhaften Paket ist: 

The portable version 7.5.7 (MultilingualStandard) seems not to be affected.

I wonder why a 64bit version checks fpr dlls in System32 anyway.

Steps to Reproduce:
1. Just start soffice.exe or scalc.exe or whatever component
2.
3.

Actual Results:
Splash screen shows up shortly then disappears 

Expected Results:
Porgram starts up and is useable


Reproducible: Always


User Profile Reset: Yes

Additional Info:
I understand that the module reported to be in error, ucrtbase.dll, is not
provided by Libreoffice. There are some, even rather old, reports regarding
Libreoffice problems in connection with  this dll, but the version
10.0.22621.2506 seems to be almost the newest available, and there seems to be
no indocation of a corrupted file. 

Anyway, if a dll is vital for the overall functionality of Libreoffice, the
sotware package should provide its own version.

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

[Bug 159930] Minus sign mis-placed with format ".00" until save/reload

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159930

--- Comment #2 from Jim Avera  ---
I think this is a bug because the documentation nowhere mentions that a digit
symbol must precede the decimal, and in fact there is an EXAMPLE in the docs of
a format without anything before the decimal (although it does not involve
negatives).

The format string docs are at

 
https://help.libreoffice.org/latest/en-US/text/shared/01/05020301.html?&DbPAR=CALC&System=UNIX
 

The counter-example (sort of) is «.#,, "Million"»  at

 
https://help.libreoffice.org/latest/en-US/text/scalc/guide/format_value_userdef.html?DbPAR=CALC#bm_id3143268

FWIW, in the real application I had to hand-type the format string because the
Format Cells dialog options do not support what was needed (percentages with
different colors for both positive & negative values).

I probably omitted any leading '#' in a mistaken attempt to allow the column to
be narrower when all values were < 1.00%

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

[Bug 159916] Spreadsheet default alignment is not honored for xlsx format

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159916

ady  changed:

   What|Removed |Added

 Blocks||108252


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108252
[Bug 108252] [META] Cell-related bugs and enhancements (including formatting)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 108252] [META] Cell-related bugs and enhancements (including formatting)

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108252

ady  changed:

   What|Removed |Added

 Depends on||159916


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159916
[Bug 159916] Spreadsheet default alignment is not honored for xlsx format
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159916] Spreadsheet default alignment is not honored for xlsx format

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159916

ady  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|24.2.0.3 release|Inherited From OOo
 Ever confirmed|0   |1

--- Comment #7 from ady  ---
(In reply to guillaume.alabre from comment #4)

> The file I uploaded "alignment.xslx"
> should display with "horizontal center / vertical center / wrap", because
> those are the sheet's defaults. But the cell "A1" (in the file) is
> displaying "horizontal left / vertical bottom / no-wrap".

Opening attachment 192808 with 2 other spreadsheet tools, I indeed see
"horizontal center / vertical center / wrap".

OTOH, with LO Calc (since 3.3 up to recent 24.8 alpha) and with AOO 4.1.15, I
see "horizontal _default_ (so, "left" for the particular case with cell A1
containing text), vertical _bottom_, _no_ wrap text".

Setting this as inherited. Whether this should be considered a bug report or an
enhancement request, I am not sure.

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

[Bug 159782] Issues with the footer on Calc

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159782

--- Comment #7 from Stewart  ---
(In reply to m_a_riosv from comment #5)
> To attach the sample file, you can see it over the report 'Add an
> attachment'.
> 
> Clicking on the icon in 'About LibreOffice', you are copying the information
> that you can paste here. (Nothing to do with attach the file)

I have dane as you said several times but you are not getting the file ... is
this another bug ?

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

[Bug 159949] Formula Editor with wrong focus and text alignment

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159949

--- Comment #4 from Mike Kaganski  ---
You have set the "Version (earliest affected)" to 24.2.1.2. Are you sure you
tried that version? Your "NOT OK" file is created using 24.2.0.3.

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

[Bug 159949] Formula Editor with wrong focus and text alignment

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159949

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Bug 159950] Offer to download & install missing fonts from online sources

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159950

Eyal Rozenberg  changed:

   What|Removed |Added

Summary|Offer to download missing   |Offer to download & install
   |fonts from online sources   |missing fonts from online
   ||sources

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

[Bug 64509] CONFIGURATION: Enhance Font Substitution Table with common commercial and old fonts

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64509

Eyal Rozenberg  changed:

   What|Removed |Added

Summary|CONFIGURATION: Enhance Font |CONFIGURATION: Enhance Font
   |Substitution / replacement  |Substitution Table with
   |Table with common   |common commercial and old
   |commercial and old fonts|fonts

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

[Bug 159950] New: Offer to download missing fonts from online sources

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159950

Bug ID: 159950
   Summary: Offer to download missing fonts from online sources
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

LibreOffice does not, and probably should not, bundle a large number of fonts,
even if they are distributable, license-wise.

However, there are many fonts which users encounter in documents created by
other office app suites, like MSO, or online document web-apps (like Google's
perhaps?) - and which are available for free download.

Doing so is already considered to have merit for the LO Android viewer (bug
114052) - so why not do it generally?

Certainly, there some reasons one could bring up, e.g. the hassle of
maintaining download locations and possible "protocols" for using them in case
there aren't direct URLs for archives; and even if there are, one needs to
automatically open those archives, extract and install, possibly with privilege
escalation if fonts on the system require root privileges. Still, it's probably
worth it - especially if we consider common fonts in non-Latin languages which
we don't bundle.

Note that the 'alternative' of properly using the font substitution tables:

* Bug 64509: Enhance Font Substitution Table with common commercial and old
fonts
* Bug 120131: Include font substitutions for fonts commonly used in MS Office
for which we bundle alternatives 

... usually can't work, because there are no near-equivalent free variants.
This is doubly poignant now that Microsoft has switched from Calibri to Aptos,
while we don't have a metric-equivalent alternative like Carlito, which should
substitute automatically. (And for other languages, we never had metric
equivalence.)

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

[Bug 114052] Offer to download missing fonts on Android

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114052

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||102985


Referenced Bugs:

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

[Bug 102985] [META] Font bugs and enhancements

2024-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||114052


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114052
[Bug 114052] Offer to download missing fonts on Android
-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   >