[Bug 152827] Distance between symbol and index adjustable

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

--- Comment #3 from ⁨خالد حسني⁩  ---
One way to adress this properly is by implmenting MATH font table support (bug
103680) and the subscript should be positioned properly when using appropriate
marh font, but that is not a small amount of work.

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

[Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

2024-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 157922, which changed state.

Bug 157922 Summary: Writer fails to attach Arabic letters in some fonts (due to 
buggy font)
https://bugs.documentfoundation.org/show_bug.cgi?id=157922

   What|Removed |Added

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

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

[Bug 157922] Writer fails to attach Arabic letters in some fonts (due to buggy font)

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

⁨خالد حسني⁩  changed:

   What|Removed |Added

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

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

[Bug 158782] Math: Formula in edit view changes with inline editing

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

--- Comment #3 from ⁨خالد حسني⁩  ---
This is a side effect of visual efiting being enable as it parses math
equations into an internal tree and exports it back with each change, without
trying to preserve the original content. This should go away if you disable
visual editing. May be the option to enable/disable it should be added to te
menu, since it now works immediately without needing to restart LibreOffice.

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

[Bug 121211] IMPORT: Calc range 'table definition only option selected' fails to create table

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

--- Comment #16 from Robert Großkopf  ---
Still the same buggy behavior in LO 24.2.0.3 on OpenSUSE 15.4 64bit rpm Linux.

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

[Bug 159844] double free in __cxa_finalize

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

--- Comment #3 from Robert Nagy  ---
Yes that's a temporary file that includes csv formatted data, but that is
actually
irrelevant in this case.
You can create an empty file as well.

$ touch /tmp/tmp.92SyOf6UmZ
$ scalc --headless --convert-to ods /tmp/tmp.92SyOf6UmZ 
convert /tmp/tmp.92SyOf6UmZ as a Calc document -> /home/robert/tmp.ods using
filter : calc8
soffice.bin(19854) in free(): double free 0x6f76d02f930

However if you create a file with file extension the double free does not
happen.

$ touch /tmp/tmp.92SyOf6UmZ.csv
$ scalc --headless --convert-to ods /tmp/tmp.92SyOf6UmZ.csv 
convert /tmp/tmp.92SyOf6UmZ.csv as a Calc document ->
/home/robert/tmp.92SyOf6UmZ.ods using filter : calc8

I assume that the code tries to rely on the file extension and then goes
through the filters to see what format it is.

The output filename is also buggy as if you have a dot in the filename
it will automatically assume that as the extension and the output filepath
is going to be wrong, see the first invocation.
This might be okay behavior on Windows, where the file extension actually
matters.

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

[Bug 159848] A complex Excel file will not load but works on Apache

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

--- Comment #9 from ady  ---
(In reply to Tom Luoma from comment #6)

> So I launched AOO and opened the xlsx version (at the same time)

I would suggest not opening AOO and LO at the same time, or attempting to run 2
LO versions at the same time for that matter.

That could be a possible reason for strange behaviors, user's profile
corruption and even crashes.

At this point I would suggest resetting your LO's user profile and retesting
again, with the original xlsx file.

At this point, if there is really a bug causing these strange behaviors, it
would seem not so easy to replicate and thus isolate its cause.

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

core.git: toolkit/source

2024-02-23 Thread Noel Grandin (via logerrit)
 toolkit/source/helper/accessibilityclient.cxx |  137 +-
 1 file changed, 8 insertions(+), 129 deletions(-)

New commits:
commit ce6f91863fb7ad1c1f129a23202aefeba3378dbc
Author: Noel Grandin 
AuthorDate: Fri Feb 23 18:39:42 2024 +0200
Commit: Noel Grandin 
CommitDate: Sat Feb 24 07:41:26 2024 +0100

remove dummy accessibility factory

because when the dynamic symbol lookup fails, the dummy factory
returns nullptrs to code expecting valid pointers, and end up with
a much harder bug to diagnose, instead of failing at the actual
problem site.

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

diff --git a/toolkit/source/helper/accessibilityclient.cxx 
b/toolkit/source/helper/accessibilityclient.cxx
index cad81b3a915e..c8bbf2cfb523 100644
--- a/toolkit/source/helper/accessibilityclient.cxx
+++ b/toolkit/source/helper/accessibilityclient.cxx
@@ -50,112 +50,6 @@ namespace toolkit
 }
 
 
-//= AccessibleDummyFactory
-
-namespace {
-
-class AccessibleDummyFactory:
-public IAccessibleFactory
-{
-public:
-AccessibleDummyFactory();
-AccessibleDummyFactory(const AccessibleDummyFactory&) = delete;
-AccessibleDummyFactory& operator=(const AccessibleDummyFactory&) = 
delete;
-
-protected:
-virtual ~AccessibleDummyFactory() override;
-
-public:
-// IAccessibleFactory
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXButton* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXCheckBox* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXRadioButton* /*_pXWindow*/ ) 
override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXListBox* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXFixedHyperlink* /*_pXWindow*/ ) 
override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXFixedText* /*_pXWindow*/ ) 
override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXScrollBar* /*_pXWindow*/ ) 
override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXEdit* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXMultiLineEdit* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXComboBox* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXToolBox* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXHeaderBar* /*_pXWindow*/ ) 
override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( SVTXNumericField* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessibleContext >
-createAccessibleContext( VCLXWindow* /*_pXWindow*/ ) override
-{
-return nullptr;
-}
-css::uno::Reference< css::accessibility::XAccessible >
-createAccessible( Menu* /*_pMenu*/, bool /*_bIsMenuBar*/ ) 
override
-{
-return nullptr;
-}
-};
-
-}
-
-AccessibleDummyFactory::AccessibleDummyFactory()
-{
-}
-
-
-AccessibleDummyFactory::~AccessibleDummyFactory()
-{
-}
-
-
 //= AccessibilityClient
 
 
@@ -188,37 +82,22 @@ namespace toolkit
 {
 #ifndef DISABLE_DYNLOADING
 s_hAccessibleImplementationModule = osl_loadModuleRelative( 
, u"" SVLIBRARY( "acc" ) ""_ustr.pData, 0 );
-if ( 

[Bug 101522] [META] Media playback bugs and enhancements

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

--- Comment #17 from instaupmod  ---
Thanks for your update. Increase the Instagram followers and likes using igtor
and instaup. https://instaup-apk.in/

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

[Bug 159865] Font of the drop down menu in Page Size is very low.

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

--- Comment #1 from smsourov...@outlook.com ---
Created attachment 192742
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192742=edit
A screenshot of the problem

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

[Bug 159866] FILEOPEN multiple selection gives path does not exist error alert

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

--- Comment #2 from Jim DeLaHunt  ---
Created attachment 192741
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192741=edit
Screen shot of second error alert

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

[Bug 159866] FILEOPEN multiple selection gives path does not exist error alert

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

--- Comment #1 from Jim DeLaHunt  ---
Created attachment 192740
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192740=edit
Screen shot of first error alert

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

[Bug 159866] New: FILEOPEN multiple selection gives path does not exist error alert

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

Bug ID: 159866
   Summary: FILEOPEN multiple selection gives path does not exist
error alert
   Product: LibreOffice
   Version: 24.2.0.3 release
  Hardware: ARM
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: from+documentfoundat...@jdlh.com

Created attachment 192739
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192739=edit
Screen shot of File Open dialogue with two ODT docs selected

When I select multiple LibreOffice docs in the LO File -- Open dialogue, two
error alerts pop up, saying "path … does not exist", and no docs open. Opening
the docs one at a time works. 

=
To reproduce

Run LibreOffice.
Create and save two empty Writer or Calc docs in the same directory, with
different names.
Close all LO docs. 
Select menu item File -- Open. An OS File Open dialogue appears.
In the dialogue, navigate to the directory with the test files. 
Select both files, using either click+shift-click, or click+command-click. See
screen shot in attachment, File Open dialogue screenshot 2024-02-23.png .
Click on the dialogues "Open" button.

=
Observed behaviour

Two similar error alerts appear. They read, "The path "

[Bug 159865] New: Font of the drop down menu in Page Size is very low.

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

Bug ID: 159865
   Summary: Font of the drop down menu in Page Size is very low.
   Product: LibreOffice
   Version: 24.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: smsourov...@outlook.com

Description:
In LibreOffice Writer, the options of the drop down menu in Page Size is almost
unreadable. I can hardly see text of the options.

Steps to Reproduce:
1. Open LibreOffice Writer
2. Go to View > User Interface, change it to Tabbed, apply it(Apply to All) and
Close.
3. Go to Layout tab and then click the Page Size icon.

Actual Results:
You will see that the font size of the options of the drop down menu is very
small. It is not impossible to read but the user will have to struggle for a
moment.

Expected Results:
The font size should be bigger like the drop down menu in Orientation or Page
Columns or Page Margins.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
OS: Windows 10 Version 22H2
OS Build: 19045.3930
Display resolution: 1920x1080
Scale: 100%

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

[Bug 159200] Changing screen setup causes the presentation to restart

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
(In reply to Kuba Orlik from comment #2)
> It's just a hunch, but I think this happens mainly on my one big
> presentation that I have with a lot of slides and some videos

Can you attach test file?

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

core.git: sd/source

2024-02-23 Thread Andrea Gelmini (via logerrit)
 sd/source/ui/slideshow/slideshowimpl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66e34e795689c92283644d379bdbbbc587cd8b34
Author: Andrea Gelmini 
AuthorDate: Fri Feb 23 22:00:54 2024 +0100
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Sat Feb 24 06:22:39 2024 +0100

Fix typo

Change-Id: I4d15f9f31c782ffd2b6f4c5decc3ba3e4891f41b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163873
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx 
b/sd/source/ui/slideshow/slideshowimpl.cxx
index 3db608c60869..31418cdcd2ef 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -3477,7 +3477,7 @@ void SlideshowImpl::Notify(SfxBroadcaster& /*rBC*/, const 
SfxHint& rHint)
 // Refresh current slide. Need to do that asynchronous, else e.g.
 // text edit changes EditEngine/Outliner are not progressed far
 // enough (ObjectChanged broadcast which we are in here seems
-// to early for some cases)
+// too early for some cases)
 uno::Reference< css::drawing::XDrawPage > 
XCurrentSlide(getCurrentSlide());
 mnEventObjectChange = 
AsyncUpdateSlideshow_Impl::AsyncUpdateSlideshow(this, XCurrentSlide, eHintKind);
 break;


core.git: solenv/gbuild

2024-02-23 Thread Andrea Gelmini (via logerrit)
 solenv/gbuild/platform/com_MSC_defs.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7d93e846c89f96dfcb4bda9dc52bc11d21d5237
Author: Andrea Gelmini 
AuthorDate: Fri Feb 23 22:00:22 2024 +0100
Commit: Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Sat Feb 24 06:22:22 2024 +0100

Fix typo

Change-Id: Ibf6edff9b32cb28f5410991493a95d0cc916209d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163872
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index 61437e1a3595..fa6a2d45bd58 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -259,7 +259,7 @@ gb_LTOFLAGS := $(if $(filter TRUE,$(ENABLE_LTO)),-GL)
 
 # VS2019 produces a warning C4857, that it doesn't support -std:c++20; it can't
 # be suppressed by -wd4857, only by -Wv:18. The warning seems incorrect, 
because
-# using -std:c++17 produces errors about undeclated 'char8_t'. VS2022 doesn't
+# using -std:c++17 produces errors about undeclared 'char8_t'. VS2022 doesn't
 # have the problem, so drop -Wv:18 when bumping baseline.
 gb_CXXCLRFLAGS := \
$(if $(COM_IS_CLANG), \


[Bug 159863] Ctl + Shift + PgDn no longer assigned to JumpToFootnoteArea

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

V Stuart Foote  changed:

   What|Removed |Added

Summary|A command to move focus to  |Ctl + Shift + PgDn no
   |a footnote should be bound  |longer assigned to
   |to a keyboard shortcut by   |JumpToFootnoteArea
   |default.|

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

[Bug 159863] A command to move focus to a footnote should be bound to a keyboard shortcut by default.

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

--- Comment #2 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #1)

=-ref-=
[1] https://gerrit.libreoffice.org/c/core/+/150212

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

[Bug 159863] A command to move focus to a footnote should be bound to a keyboard shortcut by default.

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

V Stuart Foote  changed:

   What|Removed |Added

URL||https://help.libreoffice.or
   ||g/latest/en-US/text/swriter
   ||/guide/footnote_usage.html?
   ||DbPAR=WRITER#bm_id3145819

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

[Bug 159863] A command to move focus to a footnote should be bound to a keyboard shortcut by default.

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

V Stuart Foote  changed:

   What|Removed |Added

Version|24.2.0.0 beta1+ |7.6.0.3 release

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

[Bug 120200] [META] Update or correct help for features

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

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||159863


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159863
[Bug 159863] A command to move focus to a footnote should be bound to a
keyboard shortcut by default.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159863] A command to move focus to a footnote should be bound to a keyboard shortcut by default.

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||olivier.hallot@libreoffice.
   ||org,
   ||rafael.palma.l...@gmail.com
   ||,
   ||stephane.guillou@libreoffic
   ||e.org,
   ||vsfo...@libreoffice.org
 Ever confirmed|0   |1
 Blocks||120200
  Component|Writer  |Documentation
 OS|Linux (All) |All
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=45
   ||705

--- Comment #1 from V Stuart Foote  ---
Confirmed.

Believe the command you'd want is .uno:JumpToFootnoteOrAnchor

No command assignment is made to that short cut in Writer module and the global
zoom commands assert. 

Trivial to assign from the customize dialog where it is titled "To Footnote
Anchor"

Assigned to keyboard shortcut it will toggle between the anchor on document
canvas and the footnote or endnote area.

The ++ were assigned globally to "Zoom out" and "Zoom
in" respectively for see also bug 45705 [1] and the previous
.uno:JumpToFootnoteArea (has slightly different behavior in that it does not
toggle between document text and the footnote) was removed--that needs
adjustment in the help.

Setting as a Documentation issue. But probably should find a slot for the
shortcut as it does improve assistive technology and keyboard usage.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120200
[Bug 120200] [META] Update or correct help for features
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159848] A complex Excel file will not load but works on Apache

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

--- Comment #8 from Tom Luoma  ---
Crap - I just realized the thumbnail ods LO loaded was from the test I ran on
AOO.

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

[Bug 159848] A complex Excel file will not load but works on Apache

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

--- Comment #7 from Tom Luoma  ---
Additional note -- when I load it in AOO it tells me the file has links to
other files and need to be updated.

Also I expect the drawing artifacts may show up somewhere else on other
hardware or OS.

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

[Bug 159848] A complex Excel file will not load but works on Apache

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

Tom Luoma  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Tom Luoma  ---
huh -- odd and odder
When I started LO there was a thumbnail of the file in ods format. It opens and
appears complete. I guess when I opened it in safe mode the file got saved -- I
did not save it.  The ods loads fast-- maybe too fast -- I'm quite sure
everything is there. 

However I happened on two tabs with display artifacts -- a tab labeled SCH1
Line20 and the next tab over. They are random vertical lines.
So I launched AOO and opened the xlsx version (at the same time) - it has the
exact same lines.
I don't expect you see anything like that.  Any ideas about this?

At that point 33% of 16GB ram in use with both apps running and the file
loaded.

I then tried to load the xlsx again (LO only) and got the original crash.

The drive is partitioned and these two apps are not on the root.

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

I built this system a while back but it is quick enough.  MSI MB, Samsung 960
M.2 500GB SSD, GTX 1060 6GB graphics, good box plenty cool.

While watching Resource Monitor I loaded it all again -- no strain. It is a
very complex spreadsheet. The guy did a hell of a job.

I had been using earlier versions of this spreadsheet since 2018 on Office 2010
Pro. I never had a problem. But suddenly MS doesn't like my license after I
moved stuff around on the disk and reloaded Office.  I did load a version of
this file late last year to estimate my taxes.

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

[Bug 159636] PDF export and creation of bookmarks

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 159656] "7.6" still shown in the taskbar thumbnail by KDE Plasma when running the v24 appimage

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 159803] My document crashes after 2 minutes of editing (Zotero)

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

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 159803] My document crashes after 2 minutes of editing (Zotero)

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

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

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

[Bug 159579] Charts in Calc converted from OLE to images when upgrading 7.5 to 7.6 and 7.6 to 24.2

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

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 159579] Charts in Calc converted from OLE to images when upgrading 7.5 to 7.6 and 7.6 to 24.2

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

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

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

[Bug 155760] Recent Documents disappears after updates

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

--- Comment #3 from QA Administrators  ---
Dear tfroggerz,

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 104160] [META] Bugs and features related to multiple monitor setups

2024-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104160
Bug 104160 depends on bug 149192, which changed state.

Bug 149192 Summary: UI: Sheet tab context menu missing on one screen
https://bugs.documentfoundation.org/show_bug.cgi?id=149192

   What|Removed |Added

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

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

[Bug 142951] The character string is displayed on the left outside of the cell

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

--- Comment #16 from QA Administrators  ---
Dear qve00761,

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 149192] UI: Sheet tab context menu missing on one screen

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

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

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 156936] Cannot overlay text over a .jpg in Writer

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

--- Comment #2 from QA Administrators  ---
Dear Thomas Krauser,

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 156934] After update to 7.6 extensions are not listed anymore

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

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

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 89771] TABLE & EDITING: Cannot mouse select text and table when table is at beginning of document

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

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

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 85927] "First column as label" options for bubble charts does not work as expected

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

--- Comment #19 from QA Administrators  ---
Dear Jan Wustrow,

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 85867] LibreOffice slow at rendering charts involving a large number of data points

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

--- Comment #23 from QA Administrators  ---
Dear Diggory Hardy,

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 72362] PDF: images in PDF export somewhat blurry (even with lossless images and JPEG options)

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

--- Comment #15 from QA Administrators  ---
Dear boukeas,

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 53156] PRINTING: a thin line appearing on top end of the thick inner line(border)

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

--- Comment #10 from QA Administrators  ---
Dear Josh Kim,

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 147311] Undo of anchor position change does brake object position (DOCX)

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

--- Comment #3 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 135383] Image frame at the wrong position after undo with DOCX file

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

--- 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 130745] FILEOPEN: Calc not honoring import text dialog column type for empty cells

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

--- Comment #9 from QA Administrators  ---
Dear rscra...@gmail.com,

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 121211] IMPORT: Calc range 'table definition only option selected' fails to create table

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

--- Comment #15 from QA Administrators  ---
Dear Robert Großkopf,

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 117361] Changing formula font size destroys view

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

--- Comment #21 from QA Administrators  ---
Dear muso,

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 138900] Inserting TOC in two-column document causes lockup

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

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

[Bug 136083] New document from .ott file doesn't work (Windows-only)

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 145027] UI: Arrow button clipped & arrows not centered inside the button

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

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

[Bug 149605] Conflict with VoiceOver/NVDA leads to SIGABRT crash

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 140032] Double-line cell borders not exported to XLSX and XLS

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 155030] LO can't open PDf file with "General input/output problem"

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

Aron Budea  changed:

   What|Removed |Added

Summary|Lo can't open PDf file with |LO can't open PDf file with
   |"General input/output   |"General input/output
   |problem"|problem"
   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 141851] Extension Manager 'Check For Updates' crash

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 140139] Dragging image A to different cell changes position of a different anchored 'to character' embedded in different table cell (DOCX)

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 154697] Adding language dictionary extensions via link in Spellcheck - Options Dialog broken

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 128439] Fileopen ODT: Long post-processing of a file containing a large table

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 124104] LibreOffice Base: Text cut off in GUI elements with font scaling enabling or when font size increased above 12 point

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 135025] Empty pages are added after undoing content removal

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 104952] Crash printed file with input on printer HP LaserJet 1020 (Printed in pdf normal, empty file printed normal)

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

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

[Bug 144306] Crash Ctrl+dragging a row

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 147114] Slovak keyboard shortcut conflict right_Alt+3

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 158527] Writer shows when editing but does not print VCL underline of a NO-BREAK SPACE NBSP (Ctrl+Shift+Space)

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

marco.jj  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

--- Comment #1 from marco.jj  ---
Created attachment 192738
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192738=edit
Powerpoint presentation

If you open this file with Powerpoint work fine (page transition from right to
left). If you open this file with Impress and run presentation the transitio is
from LEFT to RIGHT.

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

[Bug 134201] Crash after pasting several times, then undoing those, then redoing

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

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

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

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

Bug ID: 159864
   Summary: Impress error in slide transition (PUSH - Right to
Left) when open Powerpoint presentation (pptx)
   Product: LibreOffice
   Version: 24.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marco...@libero.it

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

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

[Bug 127078] DOC: Input fields modified before printing

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 150686] Macro connected through Tools → Customize → Events → View created leads to error when document is opened again

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |

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

[Bug 152477] CRASH: After copying cell(s) to clipboard and closing Calc, crash report dialog is shown at next session (Cinnamon, MATE)

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 135084] Crash on undo ucrtbase abort ('boost::wrapexcept' what(): bad rational: zero denominator)

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 140712] Deleting a column in very large table slow 3x slower compared to 5.0 branch

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||aron.bu...@gmail.com

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

[Bug 159848] A complex Excel file will not load but works on Apache

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

ady  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #5 from ady  ---
(In reply to Tom Luoma from comment #4)
> I'm running Win 7 Pro 64 bit -- I have not been able to find that version
> for Windows.
> However it did load in Safe Mode.

You open LO > menu help > about; there is an icon to copy the info to the
clipboard, so you can paste that info in your next comment to the report.

FWIW, based on comment 0, my guess is that what crashed was the OS, rather than
LO. If that is the case, it might not be so easy to replicate by other users.

Seeing how slow attachment 192733 gets loaded by LO (or by AOO for that
matter), I might guess that some OS resources could be at some limit in your
system, maybe?

I would suggest a reboot of Windows 7, unloading things that are not really
needed (at least for a test), and trying again with the same file(s).

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

[Bug 158124] Holding down delete key doesn't work and causes crash with Japanese - Romaji keyboard layout

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

Patrick Luby  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |guibomac...@gmail.com
   |desktop.org |
 Resolution|--- |FIXED

--- Comment #29 from Patrick Luby  ---
I now think this is a macOS-only bug. It appears that pressing and holding a
delete key with a Japanese keyboard layout (and maybe others) gets tangled in
my "macOS press and hold" code that forces the "here are all the possible
accented characters" popup to appear.

I have a fix for this bug and the fix should be in tomorrow's (24 February
2024) nightly master builds:

https://dev-builds.libreoffice.org/daily/master/current.html

Note for testers: the nightly master builds install in
/Applications/LibreOfficeDev.app. These builds are not codesigned like regular
LibreOffice releases so you will need to execute the following Terminal command
after installation but before you launch /Applications/LibreOfficeDev:

xattr -d com.apple.quarantine /Applications/LibreOfficeDev.app

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

[Bug 133092] [META] Crash bugs

2024-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 158124, which changed state.

Bug 158124 Summary: Holding down delete key doesn't work and causes crash with 
Japanese - Romaji keyboard layout
https://bugs.documentfoundation.org/show_bug.cgi?id=158124

   What|Removed |Added

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

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

[Bug 40998] Brackets scale incorrectly in the formula editor.

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

Mike Kaganski  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Bug 158124] Holding down delete key doesn't work and causes crash with Japanese - Romaji keyboard layout

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

--- Comment #28 from Commit Notification 
 ---
Patrick Luby committed a patch related to this issue.
It has been pushed to "master":

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

tdf#158124 KEY_DELETE events do not need an ExtTextInput event

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 158124] Holding down delete key doesn't work and causes crash with Japanese - Romaji keyboard layout

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

core.git: vcl/osx

2024-02-23 Thread Patrick Luby (via logerrit)
 vcl/osx/salframeview.mm |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

New commits:
commit ef57aeb9ed190e18ebc034b9a45e190aea3f8f1d
Author: Patrick Luby 
AuthorDate: Fri Feb 23 17:45:19 2024 -0500
Commit: Patrick Luby 
CommitDate: Sat Feb 24 02:09:42 2024 +0100

tdf#158124 KEY_DELETE events do not need an ExtTextInput event

When using various Japanese input methods, the last event will be a
repeating key down event with a single delete character while the
Backspace key, Delete key, or Fn-Delete keys are pressed. These key
events are now ignored since setting mbTextInputWantsNonRepeatKeyDown
to YES for these events will trigger an assert or crash when saving a
.docx document.

Change-Id: If3762fcf41aa82bf4aa5dc7d1f15c1d282c86f99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163875
Tested-by: Jenkins
Reviewed-by: Patrick Luby 

diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index 995eeb574999..dba377899838 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -2062,7 +2062,15 @@ static void updateWinDataInLiveResize(bool bInLiveResize)
 // and then dispatch a SalEvent::EndExtTextInput event.
 NSString *pNewMarkedText = nullptr;
 NSString *pChars = [mpLastEvent characters];
-bool bNeedsExtTextInput = ( pChars && mbInKeyInput && !mpLastMarkedText && 
mpLastEvent && [mpLastEvent type] == NSEventTypeKeyDown && [mpLastEvent 
isARepeat] );
+
+// tdf#158124 KEY_DELETE events do not need an ExtTextInput event
+// When using various Japanese input methods, the last event will be a
+// repeating key down event with a single delete character while the
+// Backspace key, Delete key, or Fn-Delete keys are pressed. These key
+// events are now ignored since setting mbTextInputWantsNonRepeatKeyDown
+// to YES for these events will trigger an assert or crash when saving a
+// .docx document.
+bool bNeedsExtTextInput = ( pChars && mbInKeyInput && !mpLastMarkedText && 
mpLastEvent && [mpLastEvent type] == NSEventTypeKeyDown && [mpLastEvent 
isARepeat] && ImplMapKeyCode( [mpLastEvent keyCode] ) != KEY_DELETE );
 if ( bNeedsExtTextInput )
 {
 // tdf#154708 Preserve selection for repeating Shift-arrow on Japanese 
keyboard


[Bug 112230] FILESAVE: ODT: Deleted changes are moved to the top after RT

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Keywords|bibisectRequest |bibisected

--- Comment #12 from Aron Budea  ---
I got the following range as result when using bibisect-43all:
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=003973f5d461b981737946456eb08b2b7d60f150..d6f2418d0828ec4275355502ae3f87c80e16e8f5

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

Re: compression force for zip and ODF files in the installation archives

2024-02-23 Thread Thorsten Behrens
Hi Jérôme, all,

Jérôme Bouat wrote:
> I mean there is no benefit for half compression force.
>
Oh, there's certainly a benefit going with the default - it is
considered a sweet spot between achieving reasonable compressionn,
while not being excessively slow.

Of course, in general nothing against having that configurable in some
ways, perhaps as a hidden config option. Would you be interested
implementing that?

Cheers,

-- Thorsten


signature.asc
Description: PGP signature


Re: Import of lighting from MS Office for extruded shapes

2024-02-23 Thread Thorsten Behrens
Hi Regina,

Regina Henschel wrote:
> Any ideas/wishes for a reasonably usable import?
> 
Our 3d engine already supports all this FWICT (I see e.g.
SDRATTR_3DSCENE_LIGHTCOLOR_1 - 8) - so why not extend ODF here, when
it's obviously lacking?

Cheers,

-- Thorsten


signature.asc
Description: PGP signature


core.git: Branch 'feature/cib_contract49' - sd/inc sd/qa sd/source sd/uiconfig

2024-02-23 Thread Armin Le Grand (allotropia) (via logerrit)
 sd/inc/drawdoc.hxx|1 
 sd/inc/sdattr.hrc |3 +
 sd/qa/unit/dialogs-test.cxx   |2 +
 sd/source/core/drawdoc.cxx|3 +
 sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx |2 -
 sd/source/ui/animations/CustomAnimationPane.cxx   |2 -
 sd/source/ui/animations/SlideTransitionPane.cxx   |2 -
 sd/source/ui/app/sdmod1.cxx   |3 +
 sd/source/ui/dlg/navigatr.cxx |3 +
 sd/source/ui/dlg/present.cxx  |8 
 sd/source/ui/docshell/docshel3.cxx|3 +
 sd/source/ui/func/funavig.cxx |3 +
 sd/source/ui/func/fupoor.cxx  |6 ++-
 sd/source/ui/func/fusldlg.cxx |8 
 sd/source/ui/inc/present.hxx  |1 
 sd/source/ui/inc/slideshow.hxx|3 +
 sd/source/ui/slideshow/slideshow.cxx  |   26 +++---
 sd/source/ui/slideshow/slideshowimpl.cxx  |2 -
 sd/source/ui/unoidl/DrawController.cxx|2 -
 sd/source/ui/view/drawview.cxx|2 -
 sd/source/ui/view/drviews1.cxx|4 +-
 sd/source/ui/view/drviews2.cxx|5 +-
 sd/source/ui/view/drviews3.cxx|2 -
 sd/source/ui/view/drviews4.cxx|3 +
 sd/source/ui/view/drviews7.cxx|   10 +++--
 sd/source/ui/view/drviewsa.cxx|7 ++-
 sd/source/ui/view/drviewse.cxx|4 +-
 sd/source/ui/view/drviewsh.cxx|2 -
 sd/source/ui/view/sdview2.cxx |3 +
 sd/source/ui/view/viewshel.cxx|4 +-
 sd/uiconfig/simpress/ui/presentationdialog.ui |   18 +
 31 files changed, 107 insertions(+), 40 deletions(-)

New commits:
commit 9d184cd26a43cb9d9adc74d04f65300ad598c9fb
Author: Armin Le Grand (allotropia) 
AuthorDate: Fri Feb 23 16:30:23 2024 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Feb 24 01:02:28 2024 +0100

IASS: make live slideshow experimental and configurable

* adding an option button to slideshow settings dlg
* switch from env var to officecfg

Change-Id: I9713fde374b04264947daaab73759eb585c4a3f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163851
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 50a5e2f09ca3..610e8992305a 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -111,6 +111,7 @@ namespace sd
 sal_Int32 mnPauseTimeout;
 bool mbShowPauseLogo;
 bool mbStartCustomShow;
+bool mbInteractive;
 
 PresentationSettings();
 };
diff --git a/sd/inc/sdattr.hrc b/sd/inc/sdattr.hrc
index 2e2bfddec98b..d928326b4571 100644
--- a/sd/inc/sdattr.hrc
+++ b/sd/inc/sdattr.hrc
@@ -56,8 +56,9 @@ class XColorItem;
 #define ATTR_PRESENT_SHOW_PAUSELOGO  ATTR_PRESENT_START + 14
 #define ATTR_PRESENT_DISPLAY 
TypedWhichId(ATTR_PRESENT_START + 15)
 #define ATTR_PRESENT_SHOW_NAVIGATION_BUTTONS ATTR_PRESENT_START + 16
+#define ATTR_PRESENT_INTERACTIVE ATTR_PRESENT_START + 17
 
-#define ATTR_PRESENT_ENDATTR_PRESENT_SHOW_NAVIGATION_BUTTONS
+#define ATTR_PRESENT_ENDATTR_PRESENT_INTERACTIVE
 
 // animation attributes
 #define ATTR_ANIMATION_STARTATTR_PRESENT_END + 1
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx
index eb8aa7be3c2f..1e1e1cd025bb 100644
--- a/sd/qa/unit/dialogs-test.cxx
+++ b/sd/qa/unit/dialogs-test.cxx
@@ -421,6 +421,8 @@ VclPtr 
SdDialogsTest::createDialogByID(sal_uInt32 nID)
 aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_FULLSCREEN, 
rPresentationSettings.mbFullScreen));
 aDlgSet.Put(SfxUInt32Item(ATTR_PRESENT_PAUSE_TIMEOUT, 
rPresentationSettings.mnPauseTimeout));
 aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_SHOW_PAUSELOGO, 
rPresentationSettings.mbShowPauseLogo));
+aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_INTERACTIVE, 
rPresentationSettings.mbInteractive));
+
 //SdOptions* pOptions = 
SD_MOD()->GetSdOptions(DocumentType::Impress);
 aDlgSet.Put(SfxInt32Item(ATTR_PRESENT_DISPLAY, 0 
/*pOptions->GetDisplay()*/));
 pRetval = 
getSdAbstractDialogFactory()->CreateSdStartPresentationDlg(
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx
index 3adb91275784..10f61d176b6e 100644
--- a/sd/source/core/drawdoc.cxx
+++ b/sd/source/core/drawdoc.cxx
@@ -110,7 +110,8 @@ PresentationSettings::PresentationSettings()

[Bug 159848] A complex Excel file will not load but works on Apache

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

Tom Luoma  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from Tom Luoma  ---
I'm running Win 7 Pro 64 bit -- I have not been able to find that version for
Windows.
However it did load in Safe Mode.

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

[Bug 156352] macOS: Save as > Encrypt with GPG key results in hang / crash

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

--- Comment #45 from Patrick Luby  ---
(In reply to steve from comment #43)
> Let me know if you want anything else tested, hope the new crash logs are
> useful.

Very helpful. They both crash when executing the gpg command but they are also
slightly different. But in both crashes, the lowest common LibreOffice call is
CertificateImpl::setCertificate() which calls
GpgME::Context::exportPublicKeys(). That's one of the links between LibreOffice
and gpgme code. I still need to walk through that LibreOffice code and see if
anything jumps out at me.

In the meantime, I was looking at gpgme's debug logging:

https://www.gnupg.org/documentation/manuals/gpgme/Debugging.html

Attachment #192737 is the log file output when I did the following:

1. In the Terminal, invoke the following commands to run the LibreOffice
nightly build:
  export GPGME_DEBUG=2:~/mygpgme.log
  /Applications/LibreOfficeDev.app/Contents/MacOS/soffice
2. Open a Writer document and select the File > Digital Signatures > Digital
Signatures... menu item. If I understand correctly, this should crash
LibreOffice on @steve's machine.
3. Open the mygpgme.log file in your home folder

Important note: the mygpgme.log file will contain the names and e-mails of your
keys in GPGTools. So, before you upload the mygpgme.log file, be sure to
sanitize any sensitive names and/or e-mails.

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

[Bug 156352] macOS: Save as > Encrypt with GPG key results in hang / crash

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

--- Comment #44 from Patrick Luby  ---
Created attachment 192737
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192737=edit
gpgme log after running with "export GPGME_DEBUG=3:~/mygpgme.log"

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

[Bug 159863] New: A command to move focus to a footnote should be bound to a keyboard shortcut by default.

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

Bug ID: 159863
   Summary: A command to move focus to a footnote should be bound
to a keyboard shortcut by default.
   Product: LibreOffice
   Version: 24.2.0.0 beta1+
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ja...@jasonjgw.net

According to LibreOffice Help, Ctrl-Shift-Pgdn should move focus to a foonote.
However, at least under GNOME 45, this keyboard operation does not function as
documented.
For screen reader users and keyboard-only users, there should be a keyboard
shortcut bound to an operation that moves focus into the footnote area and
which allows notes to be read/edited. Returning to the footnote mark in the
main text is also important from a user's perspective.
This is an accessibility issue.

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

core.git: sd/inc sd/qa sd/source sd/uiconfig

2024-02-23 Thread Armin Le Grand (allotropia) (via logerrit)
 sd/inc/drawdoc.hxx|1 
 sd/inc/sdattr.hrc |3 +
 sd/qa/unit/dialogs-test.cxx   |2 +
 sd/source/core/drawdoc.cxx|3 +
 sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx |2 -
 sd/source/ui/animations/CustomAnimationPane.cxx   |2 -
 sd/source/ui/animations/SlideTransitionPane.cxx   |2 -
 sd/source/ui/app/sdmod1.cxx   |3 +
 sd/source/ui/dlg/navigatr.cxx |3 +
 sd/source/ui/dlg/present.cxx  |8 
 sd/source/ui/docshell/docshel3.cxx|3 +
 sd/source/ui/func/funavig.cxx |3 +
 sd/source/ui/func/fupoor.cxx  |6 ++-
 sd/source/ui/func/fusldlg.cxx |8 
 sd/source/ui/inc/present.hxx  |1 
 sd/source/ui/inc/slideshow.hxx|3 +
 sd/source/ui/slideshow/slideshow.cxx  |   26 +++---
 sd/source/ui/slideshow/slideshowimpl.cxx  |2 -
 sd/source/ui/unoidl/DrawController.cxx|2 -
 sd/source/ui/view/drawview.cxx|2 -
 sd/source/ui/view/drviews1.cxx|4 +-
 sd/source/ui/view/drviews2.cxx|5 +-
 sd/source/ui/view/drviews3.cxx|2 -
 sd/source/ui/view/drviews4.cxx|3 +
 sd/source/ui/view/drviews7.cxx|   10 +++--
 sd/source/ui/view/drviewsa.cxx|7 ++-
 sd/source/ui/view/drviewse.cxx|4 +-
 sd/source/ui/view/drviewsh.cxx|2 -
 sd/source/ui/view/sdview2.cxx |3 +
 sd/source/ui/view/viewshel.cxx|4 +-
 sd/uiconfig/simpress/ui/presentationdialog.ui |   21 ++-
 31 files changed, 110 insertions(+), 40 deletions(-)

New commits:
commit c68712d3689a0322e59934cd8151d003e869f30d
Author: Armin Le Grand (allotropia) 
AuthorDate: Fri Feb 23 16:30:23 2024 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Feb 24 00:54:34 2024 +0100

IASS: make live slideshow experimental and configurable

* adding an option button to slideshow settings dlg
* switch from env var to officecfg

Change-Id: I9713fde374b04264947daaab73759eb585c4a3f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163851
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index dd6b81647ef7..401bde6b5f88 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -110,6 +110,7 @@ namespace sd
 sal_Int32 mnPauseTimeout;
 bool mbShowPauseLogo;
 bool mbStartCustomShow;
+bool mbInteractive;
 
 PresentationSettings();
 };
diff --git a/sd/inc/sdattr.hrc b/sd/inc/sdattr.hrc
index f431dea4f680..409838dea996 100644
--- a/sd/inc/sdattr.hrc
+++ b/sd/inc/sdattr.hrc
@@ -55,8 +55,9 @@ class XColorItem;
 #define ATTR_PRESENT_PAUSE_TIMEOUT   
TypedWhichId(ATTR_PRESENT_START + 13)
 #define ATTR_PRESENT_SHOW_PAUSELOGO  ATTR_PRESENT_START + 14
 #define ATTR_PRESENT_DISPLAY 
TypedWhichId(ATTR_PRESENT_START + 15)
+#define ATTR_PRESENT_INTERACTIVE ATTR_PRESENT_START + 16
 
-#define ATTR_PRESENT_ENDATTR_PRESENT_DISPLAY
+#define ATTR_PRESENT_ENDATTR_PRESENT_INTERACTIVE
 
 // animation attributes
 #define ATTR_ANIMATION_STARTATTR_PRESENT_END + 1
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx
index 45bdcaef9d48..e7c0d38f7f2e 100644
--- a/sd/qa/unit/dialogs-test.cxx
+++ b/sd/qa/unit/dialogs-test.cxx
@@ -407,6 +407,8 @@ VclPtr 
SdDialogsTest::createDialogByID(sal_uInt32 nID)
 aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_FULLSCREEN, 
rPresentationSettings.mbFullScreen));
 aDlgSet.Put(SfxUInt32Item(ATTR_PRESENT_PAUSE_TIMEOUT, 
rPresentationSettings.mnPauseTimeout));
 aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_SHOW_PAUSELOGO, 
rPresentationSettings.mbShowPauseLogo));
+aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_INTERACTIVE, 
rPresentationSettings.mbInteractive));
+
 //SdOptions* pOptions = 
SD_MOD()->GetSdOptions(DocumentType::Impress);
 aDlgSet.Put(SfxInt32Item(ATTR_PRESENT_DISPLAY, 0 
/*pOptions->GetDisplay()*/));
 pRetval = 
getSdAbstractDialogFactory()->CreateSdStartPresentationDlg(
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx
index 2f9f431866a5..ea32e0f5e8d6 100644
--- a/sd/source/core/drawdoc.cxx
+++ b/sd/source/core/drawdoc.cxx
@@ -109,7 +109,8 @@ PresentationSettings::PresentationSettings()
   

core.git: download.lst

2024-02-23 Thread Xisco Fauli (via logerrit)
 download.lst |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 922b0ecd52652e9f1bc558f846f4696f0c49b823
Author: Xisco Fauli 
AuthorDate: Fri Feb 23 12:30:32 2024 +0100
Commit: Xisco Fauli 
CommitDate: Sat Feb 24 00:37:21 2024 +0100

NotoSansGeorgian: upgrade to v2.005

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

diff --git a/download.lst b/download.lst
index d40b11e5222b..b5baf0eaab33 100644
--- a/download.lst
+++ b/download.lst
@@ -207,8 +207,8 @@ FONT_NOTO_SERIF_ARMENIAN_TARBALL := 
NotoSerifArmenian-v2.008.zip
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-FONT_NOTO_SANS_GEORGIAN_SHA256SUM := 
bd75d1f0b9ef619b5ded0018d6258eeab2f9e976d8f8074bb7890f4e301648bf
-FONT_NOTO_SANS_GEORGIAN_TARBALL := NotoSansGeorgian-v2.003.zip
+FONT_NOTO_SANS_GEORGIAN_SHA256SUM := 
10e85011008108308e6feab0408242acb07804da61ede3d3ff236461ae07ab1b
+FONT_NOTO_SANS_GEORGIAN_TARBALL := NotoSansGeorgian-v2.005.zip
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts


[Bug 159862] New: Calc Macro set SearchWildcard to False changes SearchRegularExpression value.

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

Bug ID: 159862
   Summary: Calc Macro set SearchWildcard to False changes
SearchRegularExpression value.
   Product: LibreOffice
   Version: 7.3.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: donny.dan...@hotmail.com

Description:
In Calc, while using a Macro to modify the settings of a Search Descriptor,
setting the value of .SearchWildcard to false, even though .SearchWildcard is
already set to False, changes the value of .SearchRegularExpression to false
again if it was set tot true.

Steps to Reproduce:
1. Create a SearchDescriptor
2. Set .SearchRegularExpression to true
3. Set .SearchWildcard to false
4. Check the value of .SearchRegularExpression again. it will now be false.

Actual Results:
Setting .SearchWildcard to False, changes .SearchRegularExpression to False
also.

Expected Results:
If .SearchWildcard is set to False, .SearchRegularExpression should not be
altered.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
The below macro will demonstrate the error.

Sub main
  Dim oDescriptor  'The search descriptor

  oDescriptor =
ThisComponent.CurrentController.getActiveSheet().createSearchDescriptor()

oDescriptor.SearchRegularExpression = true 
msgbox(oDescriptor.SearchRegularExpression)

oDescriptor.SearchWildcard = fasle
msgbox(oDescriptor.SearchRegularExpression)

End Sub

Version: 7.3.4.2 (x64) / LibreOffice Community
Build ID: 728fec16bd5f605073805c3c9e7c4212a0120dc5
CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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

[Bug 159861] Cursor shifted

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Not reproducible on
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 8eee7eab8087590aa19bb9989c294e9be767f356
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

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

core.git: Repository.mk static/emscripten static/Module_static.mk static/Package_favicon.mk

2024-02-23 Thread Stephan Bergmann (via logerrit)
 Repository.mk |5 -
 static/Module_static.mk   |1 +
 static/Package_favicon.mk |   16 
 static/emscripten/favicon.ico |binary
 4 files changed, 21 insertions(+), 1 deletion(-)

New commits:
commit eb35b4293ebcd322cb13ffe19913841a8c99b3dd
Author: Stephan Bergmann 
AuthorDate: Fri Feb 23 14:07:04 2024 +0100
Commit: Stephan Bergmann 
CommitDate: Sat Feb 24 00:06:13 2024 +0100

Add a favicon to the Wasm build

...to avoid "GET http://localhost:6931/favicon.ico 404 (File not found:
instdir/program/favicon.ico)" errors in the browser console.  The checked-in
static/emscripten/favicon.ico is a copy of
.

Change-Id: Ib40b3f159879cc39244bd81d7fc8a36cc8c7184a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163827
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/Repository.mk b/Repository.mk
index 814ca2edb77b..c0d86f868971 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -1033,7 +1033,10 @@ $(eval $(call 
gb_Helper_register_packages_for_install,ooo,\
) \
resource_fonts \
cui \
-   $(if $(filter EMSCRIPTEN,$(OS)),unoembind) \
+   $(if $(filter EMSCRIPTEN,$(OS)), \
+   favicon \
+   unoembind \
+   ) \
 ))
 
 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
diff --git a/static/Module_static.mk b/static/Module_static.mk
index c91441a6b924..ff036fac3213 100644
--- a/static/Module_static.mk
+++ b/static/Module_static.mk
@@ -19,6 +19,7 @@ ifeq (EMSCRIPTEN,$(OS))
 $(eval $(call gb_Module_add_targets,static,\
 CustomTarget_emscripten_fs_image \
 CustomTarget_unoembind \
+Package_favicon \
 Package_unoembind \
 StaticLibrary_unoembind \
 $(if $(ENABLE_QT5), \
diff --git a/static/Package_favicon.mk b/static/Package_favicon.mk
new file mode 100644
index ..b0ce6f69f4db
--- /dev/null
+++ b/static/Package_favicon.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 
100 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,favicon,$(SRCDIR)/static/emscripten))
+
+$(eval $(call gb_Package_add_files,favicon,$(LIBO_BIN_FOLDER), \
+favicon.ico \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/static/emscripten/favicon.ico b/static/emscripten/favicon.ico
new file mode 100644
index ..b890a56a8b26
Binary files /dev/null and b/static/emscripten/favicon.ico differ


[Bug 159852] Labels in the start screen of Base are black over a dark gray background

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
Created attachment 192735
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192735=edit
Screenshot with dark mode

For me looks fine because the bar with that text is white.

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

[Bug 159850] [CRASH] On a Dev build I am getting a SIGABRT upon closing Calc

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
Not repro on
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 8eee7eab8087590aa19bb9989c294e9be767f356
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

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

[Bug 159848] A complex Excel file will not load but works on Apache

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

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Opens fine with
Version: 24.2.1.1 (X86_64) / LibreOffice Community
Build ID: 359ef544e625d2ffbfced462ab37bd593ca85fa7
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

Please test in safe mode, Menu/Help/Restart in Safe Mode

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

[Bug 159856] Recovery

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

--- Comment #2 from V Stuart Foote  ---
s/recuperation/recovery/g

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

[Bug 159856] Recovery

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
Summary|Recuperation|Recovery

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

[Bug 40998] Brackets scale incorrectly in the formula editor.

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
URL|https://www.aioneers.com/   |

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

[Bug 98520] ODF Validator reported error: attribute "text:start-value" on element "text:list-level-style-number" has a bad value: "0"

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

--- Comment #10 from Regina Henschel  ---
(In reply to Dennis Roczek from comment #9)
> @regina so, i see that #OFFICE-4118 was accepted for ODF1.4. What todo about
> the older versions?

For ODF 1.2 or 1.3 extended the loext namespace has to be used. That would be a
bug fix.

For the strict versions this is a general problem. For some shapes in pptx that
use curves with G command we loose the shape geometry when saving to strict ODF
1.2 or 1.3, for example. We can here too not export such list item as list
item, which might result in large changes to the document.

I would like a more general solution: Collect all problems that occur for the
specific document when saving to a 'strict' format and give the user this
specific information.

But whatever decision is made, you need someone to implement it. So as long as
there is no customer who pays to receive a guarantee that the stored document
is valid 'strict' format, I see no way to improve the situation for the
'strict' format.

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

  1   2   3   4   >