[Bug 158740] Crash at undo after pasting table in footnote

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158740

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #13 from Miklos Vajna  ---
I believe the crash is fixed, and that thing was the regression, so this bug
should be marked as fixed, too.

I think we already have a bug for the missing table-in-footnote feature in
general, which is nontrivial to add, but if somebody wants to do the work, it
would of course make sense, given it's also a Word feature.

If you would like, we could also have a follow-up non-regression bug to fix the
root cause here, that the node index is negative, which should never happen.

But this bug should be closed, I believe. If you agree, could you please close
it? Thanks.

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

[Bug 103458] When tracking changes, backspacing over a deleted word should skip over it instead of moving inside it

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103458

--- Comment #10 from Ulrich Windl  ---
Conceptually deleted text is not there any more, but Writer treats it as if
it's still there (and I think that's wrong). I made an additional test:

Delete a word and replace it with a different one. Now when searching you can
find both the deleted one and the new one. I think that's wrong, too, but maybe
it's discussable. Maybe some preference setting could decide what the user
likes to see/find: Only current content, or also recorded old content.

I made yet another test: Replacing a letter in the middle of a word (e.g. in
"sam" replace the "a" with "i", creating "sim"): Now search neither finds the
old "sam", nor the new "sim"! That just looks wrong to me (but it might be a
different issue, even when originating from the same root).

Regarding the lack of CC:s: I guess the majority of people does not use "record
changes", just as a majority of users does not care to report issues.

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

[Bug 158957] Keyboard inputs handled incorrectly on "end of slide" screen

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158957

--- Comment #5 from Buovjaga  ---
(In reply to ktmv0ntb from comment #4)
> 64 bit Debian 12 with Gnome 43.9 under Wayland.

Does it work OK under X11?

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

[Bug 103326] Viewing: Enhancement: Unable to set web view as default for opening all documents.

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103326

--- Comment #5 from Buovjaga  ---
(In reply to third="Beedell", first="Roke" from comment #4)
> 5.E: As https://bugs.documentfoundation.org/show_bug.cgi?id=103326#c3
> requests, the relevant recommendation is presumably from
> https://ask.libreoffice.org/t/set-web-view-as-default/30071/
> 7?u=rokejulianlockhart. Note that it's obviously consequently unofficial.

As I mentioned in comment 1, you can customise your default template to open in
web view.

> > 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
> 
> Why not update the version information?

That is a precaution for the case when people raise the version because they
don't read that the field says "earliest affected".

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

core.git: external/firebird

2024-01-17 Thread Stephan Bergmann (via logerrit)
 external/firebird/UnpackedTarball_firebird.mk |1 +
 external/firebird/c++26.patch |   11 +++
 2 files changed, 12 insertions(+)

New commits:
commit b89c84bf3b01a8ed7314803db34adb20b6f909e1
Author: Stephan Bergmann 
AuthorDate: Wed Jan 17 21:16:16 2024 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Jan 18 08:10:37 2024 +0100

external/firebird: Adapt to C++26

...as seen failing with --with-latest-c++ and recent Clang 18 trunk,

In file included from 
workdir/UnpackedTarball/firebird/src/jrd/Collation.cpp:105:
> 
workdir/UnpackedTarball/firebird/src/jrd/../jrd/SimilarToMatcher.h:1462:11: 
error: invalid bitwise operation between different enumeration types ('const 
Op' and 'MatchState')
>  1462 | switch (ENCODE_OP_STATE(node->op, state))
>   | ^~~~
> 
workdir/UnpackedTarball/firebird/src/jrd/../jrd/SimilarToMatcher.h:1458:42: 
note: expanded from macro 'ENCODE_OP_STATE'
>  1458 | #define ENCODE_OP_STATE(op, state) ((op) | (state))
>   |  ^ ~~~
> workdir/UnpackedTarball/firebird/src/jrd/../jrd/SimilarToMatcher.h:561:3: 
note: in instantiation of member function 'Firebird::SimilarToMatcher::Evaluator::match' requested here
>   561 | match();
>   | ^
> 
workdir/UnpackedTarball/firebird/src/jrd/../jrd/SimilarToMatcher.h:462:20: 
note: in instantiation of member function 'Firebird::SimilarToMatcher::Evaluator::getResult' requested here
>   462 | return evaluator.getResult();
>   |  ^
> workdir/UnpackedTarball/firebird/src/jrd/Collation.cpp:787:29: note: in 
instantiation of member function 'Firebird::SimilarToMatcher::evaluate' requested here
>   787 | return pSimilarToMatcher::evaluate(pool, this, s, 
sl, p, pl, escape, escapeLen);
>   |   ^
> workdir/UnpackedTarball/firebird/src/jrd/Collation.cpp:736:2: note: in 
instantiation of member function '(anonymous 
namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher>, (anonymous namespace)::LikeMatcher, 
Firebird::SimilarToMatcher, 
Firebird::SubstringSimilarMatcher, (anonymous 
namespace)::MatchesMatcher, (anonymous 
namespace)::SleuthMatcher>::similarTo' requested here
>   736 | CollationImpl(TTYPE_ID a_type, texttype* a_tt, CharSet* 
a_cs)
>   | ^
> workdir/UnpackedTarball/firebird/src/jrd/Collation.cpp:843:28: note: in 
instantiation of member function '(anonymous 
namespace)::CollationImpl<(anonymous namespace)::StartsMatcher, (anonymous namespace)::ContainsMatcher>, (anonymous namespace)::LikeMatcher, 
Firebird::SimilarToMatcher, 
Firebird::SubstringSimilarMatcher, (anonymous 
namespace)::MatchesMatcher, (anonymous 
namespace)::SleuthMatcher>::CollationImpl' requested here
>   843 | return FB_NEW_POOL(pool) DirectImpl(id, tt, cs);
>   |  ^
> workdir/UnpackedTarball/firebird/src/jrd/Collation.cpp:862:11: note: in 
instantiation of function template specialization '(anonymous 
namespace)::newCollation' requested here
>   862 | return newCollation(pool, id, tt, 
cs);
>   |^

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

diff --git a/external/firebird/UnpackedTarball_firebird.mk 
b/external/firebird/UnpackedTarball_firebird.mk
index b5e7c64f12f8..84b82de8b906 100644
--- a/external/firebird/UnpackedTarball_firebird.mk
+++ b/external/firebird/UnpackedTarball_firebird.mk
@@ -47,6 +47,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
 external/firebird/Wincompatible-function-pointer-types.patch \

external/firebird/0001-Revert-Backported-fix-for-7122-Invalid-state-of-mapp.patch.1
 \
external/firebird/mold.patch \
+external/firebird/c++26.patch \
 ))
 
 ifeq ($(OS),WNT)
diff --git a/external/firebird/c++26.patch b/external/firebird/c++26.patch
new file mode 100644
index ..e3ffe61b4f03
--- /dev/null
+++ b/external/firebird/c++26.patch
@@ -0,0 +1,11 @@
+--- src/jrd/SimilarToMatcher.h
 src/jrd/SimilarToMatcher.h
+@@ -1455,7 +1455,7 @@
+   gds__log("%d, %s", state, debugText.c_str());
+ #endif
+ 
+-#define ENCODE_OP_STATE(op, state) ((op) | (state))
++#define ENCODE_OP_STATE(op, state) (+(op) | (state))
+ 
+   // Go directly to op and state with a single switch.
+ 


[Bug 64891] FORMATTING: Bibliography styles are forgotten on Writer restart

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64891

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #16 from Buovjaga  ---
(In reply to Matt K from comment #15)
> What do these "levels" do?  When I change the style for any level, I see no
> difference in the bibliography in Writer except for Levels "Title" and
> "Level 2".  The rest of the levels don't seem to apply to anything.

https://books.libreoffice.org/en/WG76/WG7615-TOCsIndexesBiblios.html#toc9

"Writer can use up to 10 levels of headings when it builds the table of
contents" and so forth.

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

[Bug 159073] Remove status bar 'document modified' indicator

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159073

--- Comment #5 from Samuel Mehrbrodt (allotropia) 
 ---
(In reply to Eyal Rozenberg from comment #4)

> What is the benefit in removing it though, given that it's there?
> 
> I'm not that against it, but what will we gain for our effort?

A cleaner UI / less cruft :)

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

[Bug 158718] Any PDF import not work and display message "This PDF file is encrypted and can't be opened. "

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158718

--- Comment #11 from Buovjaga  ---
It is curious. Saburo has Windows Build 22621 and you have Build 19045. Might
be a long shot, but I wonder if updating Windows would help?

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

[Bug 159073] Remove status bar 'document modified' indicator

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159073

--- Comment #5 from Samuel Mehrbrodt (allotropia) 
 ---
(In reply to Eyal Rozenberg from comment #4)

> What is the benefit in removing it though, given that it's there?
> 
> I'm not that against it, but what will we gain for our effort?

A cleaner UI / less cruft :)

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

[Bug 159254] New: Paper tray settings ignored in rtf and docx import

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159254

Bug ID: 159254
   Summary: Paper tray settings ignored in rtf and docx import
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.spe...@cib.de

Created attachment 192028
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192028=edit
Document with paper tray set

The paper tray is ignored when reading rtf or docx documenents.

To reproduce create a document in Word and define the paper source in the page
setup.
Save the document as rtf or docx and load it in LO. 

The page style dialog should show the same tray but it doesn't.

Please note: Paper tray values differ between printers. They can only be
applied if the printers have the same tray identifiers. 
They will probably only work on Windows.

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

[Bug 159253] Not possible to change column headers in some charts created in Calc after pasting in Writer

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159253

--- Comment #2 from andis.lazd...@gmail.com ---
Created attachment 192027
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192027=edit
Writer file demonstrating the issue

In this writer file examples of attempt to change legend in vertically and
horizontally oriented data can be seen.

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

[Bug 159253] Not possible to change column headers in some charts created in Calc after pasting in Writer

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159253

--- Comment #1 from andis.lazd...@gmail.com ---
Created attachment 192026
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192026=edit
Calc file with charts for demonstration of the problem

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

[Bug 159253] New: Not possible to change column headers in some charts created in Calc after pasting in Writer

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159253

Bug ID: 159253
   Summary: Not possible to change column headers in some charts
created in Calc after pasting in Writer
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andis.lazd...@gmail.com

Description:
If chart is created in Calc and have vertical structure of headers appearing in
legend, after pasting in Writer it is not possible to change column headers.
Writing other header in data table results in old and new header appearing in
legend. If column headers in Calc are arranged horizontally (in one row), this
issue usually is not appearing; however, sometimes it happens also with
horizontally arranged column headers.

Steps to Reproduce:
1. Open attached Calc file.
2. Copy Chart with "Horizontal" in title.
3. Create new Writer document and paste the copied chart into the file.
4. Double click on the chart to edit it.
5. Select View > Data table... and write something instead of the header Carbon
in above ground living biomass.
6. Close Data table.

Actual Results:
Both, old and new titles are appearing in the legend.

Expected Results:
Only new title should appear.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
The problem repeats every time. Correct behavior can be reached if chart with
title Vertical is pasted into writer. However, sometimes transposing is not
solving this issue. This is issue inherited from previous versions of
Libreoffice.
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: lv-LV (en_US.UTF-8); UI: en-US
Calc: CL threaded

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

[Bug 159116] Translation problem in Calc - Portuguese PT

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159116

raal  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
  Component|Calc|Localization
 CC||r...@post.cz

--- Comment #6 from raal  ---
(In reply to Julien Nabet from comment #5)
> I found the string, it's been translated 2 weeks ago here:
> https://translations.documentfoundation.org/translate/libo_ui-master/
> officecfgregistrydataorgopenofficeofficeui/pt/
> ?checksum=b76db763b27a4eba=note%3AfkGDv_by=-priority%2Cposition
> 

Closing the bug.

FYI Paulo https://translations.documentfoundation.org/languages/pt/  Portuguese
LibreOffice UI - master  is 96 % translated, don't hesitate help with
translation ;)

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

[Bug 103458] When tracking changes, backspacing over a deleted word should skip over it instead of moving inside it

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103458

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|NEW |RESOLVED

--- Comment #9 from Mike Kaganski  ---
IMO, this is not a bug.
1. There is no harm created by the current behavior. Deleting something several
times does not break the document, nor creates anything in the current
redlines.

The alternatives could be:

* on Backspace, stay after the deletion, and eat one character before the
deletion (seemingly what is asked in comment o in "The correct thing"). This is
wrong: the backspace would then eat something not adjacent; you may even have a
situation, when an already deleted part is large, and the place where you
actually delete things is outside of the view.

* on Backspace, jump to before-the-existing-deletion, and delete one character
there. Still not ideal. The first deletion will still be non-adjacent to the
initial cursor position.

* on Backspace, jump to before-the-existing-deletion, and do nothing on this
first keypress. It would be somewhat better - but it would be conceptually no
different compared to the current situation: the first keypress would "delete
the deleted piece again".

Just moving back is something users naturally expect from Backspace; Word does
the same.

Since 2016, there was no duplicates for this; not a single new user CCed to
this (only OP and Ilmari from TDF are there in the list). No sign of a real
user demand.
Let me close it WONTFIX.

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

[Bug 83946] [META] Tracking changes issues

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946
Bug 83946 depends on bug 103458, which changed state.

Bug 103458 Summary: When tracking changes, backspacing over a deleted word 
should skip over it instead of moving inside it
https://bugs.documentfoundation.org/show_bug.cgi?id=103458

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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

[Bug 116143] [META] Text cursor (caret) bugs

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116143

BogdanB  changed:

   What|Removed |Added

 Depends on||159246


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159246
[Bug 159246] Inconsistent behavior of cursor behavior when undoing autocorrect
change while typing in insert mode vs. overwrite mode
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159246] Inconsistent behavior of cursor behavior when undoing autocorrect change while typing in insert mode vs. overwrite mode

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159246

BogdanB  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||105948, 103341, 116143

--- Comment #1 from BogdanB  ---
Confirm with
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103341
[Bug 103341] [META] AutoCorrect and Word Completion bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=116143
[Bug 116143] [META] Text cursor (caret) bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 105948] [META] Undo/Redo bugs and enhancements

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948

BogdanB  changed:

   What|Removed |Added

 Depends on||159246


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159246
[Bug 159246] Inconsistent behavior of cursor behavior when undoing autocorrect
change while typing in insert mode vs. overwrite mode
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 103341] [META] AutoCorrect and Word Completion bugs and enhancements

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103341

BogdanB  changed:

   What|Removed |Added

 Depends on||159246


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159246
[Bug 159246] Inconsistent behavior of cursor behavior when undoing autocorrect
change while typing in insert mode vs. overwrite mode
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158957] Keyboard inputs handled incorrectly on "end of slide" screen

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158957

--- Comment #4 from ktmv0...@mensh123.anonaddy.com ---
64 bit Debian 12 with Gnome 43.9 under Wayland.

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

[Bug 159246] Inconsistent behavior of cursor behavior when undoing autocorrect change while typing in insert mode vs. overwrite mode

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159246

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Bug 109272] Wrong cursor position when deleting a selection in Show Changes mode

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109272

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Bug 137612] Table Rows aren't vertically centered; possibly triggered by page break.

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137612

--- Comment #17 from Gong Jimin  ---
The bug still is present in Version: 24.0.0.2 (x86_64) / LibreOffice Community
Build ID: b1fd3a6f0759c6f806568e15c957f97194bbec8f

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

[Bug 133946] Text alignment not saved in a table, if cell continues on a second page

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133946

--- Comment #7 from Gong Jimin  ---
Tested with
Version: 24.0.0.2 (x86_64) / LibreOffice Community
Build ID: b1fd3a6f0759c6f806568e15c957f97194bbec8f

The problem still exists.

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

[Bug 139898] [META] PPTX Master slides / notes / handouts related issues

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139898
Bug 139898 depends on bug 140912, which changed state.

Bug 140912 Summary: FILEOPEN PPTX: extra image and text label "insert image" 
appears (even in presentation mode)
https://bugs.documentfoundation.org/show_bug.cgi?id=140912

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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

[Bug 108226] [META] PPTX (OOXML) bug tracker

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226
Bug 108226 depends on bug 159219, which changed state.

Bug 159219 Summary: PPT: image placeholder with custom prompt imports as text 
box with a background icon
https://bugs.documentfoundation.org/show_bug.cgi?id=159219

   What|Removed |Added

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

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

core.git: oox/source sd/qa

2024-01-17 Thread Mike Kaganski (via logerrit)
 oox/source/drawingml/shape.cxx |   37 +++--
 sd/qa/unit/export-tests-ooxml4.cxx |   22 +-
 2 files changed, 16 insertions(+), 43 deletions(-)

New commits:
commit 67ba6ccd5a75ee6ade0e6aaa8bdc33f651a0d82c
Author: Mike Kaganski 
AuthorDate: Wed Jan 17 21:21:24 2024 +0600
Commit: Mike Kaganski 
CommitDate: Thu Jan 18 05:28:38 2024 +0100

tdf#140912, tdf#159219: fix import of graphic placeholder with custom prompt

Importing the text marks the object as not empty. Then, the object would
behave as an outliner object. This includes showing in slide show; allowing
text esiting; stretching the placeholder image, which required a workaround
implemented in commit 7b3be7f6f3d800e2ad86f5a043e6e9b21ed4409f (tdf#140912
Better handling of the picture placeholders, 2021-12-01).

Instead, drop the custom prompt. More correct solution would be making sure
to mark the object as empty after setting the text; but this doesn't round-
trip to ODF; and it crashes export to PPTX. Proper support for the sustom
placeholder prompt feature should be done separately.

The new workaround (dropping the text) makes previous workaround (special
handling of the placeholder graphic) unnecessary. The unit test is updated.

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

diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 5df335be727d..b4c50a91f730 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -95,7 +95,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -1539,35 +1538,6 @@ Reference< XShape > const & Shape::createAndInsert(
 
propertySet->setPropertyValue("InteropGrabBag",uno::Any(aGrabBag));
 }
 
-// If the shape is a picture placeholder.
-if (aServiceName == "com.sun.star.presentation.GraphicObjectShape" 
&& !bClearText)
-{
-// Placeholder text should be in center of the shape.
-aShapeProps.setProperty(PROP_TextContourFrame, false);
-
-/* Placeholder icon should be at the center of the parent 
shape.
- * We use negative graphic crop property because of that we 
don't
- * have padding support.
- */
-uno::Reference 
xGraphic(xSet->getPropertyValue("Graphic"), uno::UNO_QUERY);
-if (xGraphic.is())
-{
-awt::Size aBitmapSize;
-xGraphic->getPropertyValue("Size100thMM") >>= aBitmapSize;
-sal_Int32 nXMargin = (aShapeRectHmm.Width - 
aBitmapSize.Width) / 2;
-sal_Int32 nYMargin = (aShapeRectHmm.Height - 
aBitmapSize.Height) / 2;
-if (nXMargin > 0 && nYMargin > 0)
-{
-text::GraphicCrop aGraphicCrop;
-aGraphicCrop.Top = nYMargin * -1;
-aGraphicCrop.Bottom = nYMargin * -1;
-aGraphicCrop.Left = nXMargin * -1;
-aGraphicCrop.Right = nXMargin * -1;
-aShapeProps.setProperty(PROP_GraphicCrop, 
aGraphicCrop);
-}
-}
-}
-
 PropertySet( xSet ).setProperties( aShapeProps );
 
 if (mpTablePropertiesPtr && aServiceName == 
"com.sun.star.drawing.TableShape")
@@ -1873,6 +1843,13 @@ Reference< XShape > const & Shape::createAndInsert(
 aPropertySet.setAnyProperty( PROP_VertOrientPosition, Any( 
maPosition.Y ) );
 }
 
+// Make sure to not set text to placeholders. Doing it here would 
eventually call
+// SvxTextEditSourceImpl::UpdateData, 
SdrObject::SetEmptyPresObj(false), and that
+// would make the object behave like a standard outline object.
+// TODO/FIXME: support custom prompt text in placeholders.
+if (rServiceName == "com.sun.star.presentation.GraphicObjectShape")
+mpTextBody.reset();
+
 // in some cases, we don't have any text body.
 if( mpTextBody && ( !bDoNotInsertEmptyTextBody || 
!mpTextBody->isEmpty() ) )
 {
diff --git a/sd/qa/unit/export-tests-ooxml4.cxx 
b/sd/qa/unit/export-tests-ooxml4.cxx
index cd3b5f5d5de4..9ebb88208cc1 100644
--- a/sd/qa/unit/export-tests-ooxml4.cxx
+++ b/sd/qa/unit/export-tests-ooxml4.cxx
@@ -751,22 +751,18 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testTdf147121)
 
 CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testTdf140912_PicturePlaceholder)
 {
-// FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
-// non-default DPI; or (2) unit tests on Windows are made to use svp VCL 
plugin.
-// -8490 in the test 

[Bug 123196] Writer hangs if you Try to Open a Specific DOCX with check box form fields

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123196

--- Comment #15 from Matt K  ---
I repro the hang on latest master.  I took an ETW trace on Windows and got the
following results:

Most time spent underneath: swlo.dll!SwTextFrame::FormatImpl (about 35 secs)

Breakdowns from underneath that frame show the following frames with
significant activity:
- swlo.dll!SwTextFormatter::NewPortion (about 22 secs)
- swlo.dll!SwTextFormatter::Underflow (about 12 secs - underneath NewPortion)
- swlo.dll!SwTextIter::SeekAndChg (about 10 secs)
- swlo.dll!SwTextSizeInfo::GetMultiCreator (about 5 secs)

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

[Bug 33682] MacOS(X) langpack_zh-TW install failed

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33682

--- Comment #25 from potefa  ---
Some users on the ZH forum have reported that the issue persists with PPC for
version 3.3.2.
pm: https://geometrydashsubzero.net

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

[Bug 33682] MacOS(X) langpack_zh-TW install failed

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33682

--- Comment #24 from potefa  ---
I have been using LibreOffice since version 3.3.1, at the very least. The
Portuguese language pack has always been inaccessible to me, but I have chosen
to disregard this problem since I am able to read and write in English.

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

[Bug 158994] Update notification appears as bubble in the center of the screen, with no controls to close it

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158994

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158373] Presentation window (one-screen workstation) won't close on kf6 - Neon Unstabel

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158373

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 159008] Autorecovery files are hard deleted when you say no to saving the current open document and cannot be found even with data recovery software

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159008

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 159004] Bug reporting address for KDE Crash Handler

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159004

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 155905] Has been crashing on and off for 2 weeks. Randomized, no trigger as far as I can tell. It freezes up, then closes all libre office windows compeltely

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155905

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

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 156415] Keyboard Shortcut Copy - Paste operation in Writer results in hang

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156415

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

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 156196] document recovery sometimes ignores the last save

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156196

--- Comment #2 from QA Administrators  ---
Dear peter josvai,

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 146715] FILEOPEN Part of DOCX document not visible behind a "ghost" OLE object

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146715

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

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 141073] Crash on multiple open documents with UI Tabbed, Tabbed Compact, Contextual Single

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141073

--- Comment #6 from QA Administrators  ---
Dear Yulay Fatkullin,

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 158995] SDK setup fails on linux, if `hostname` not installed

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158995

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 156416] Keep losing my "COMMENTS".

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156416

--- Comment #2 from QA Administrators  ---
Dear sr-...@outlook.com,

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 155938] Calc: When you scroll the table, part of the image stays on the screen

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155938

--- Comment #5 from QA Administrators  ---
Dear Алена,

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 158993] All icons are not visible

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158993

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 154258] Repeatedly wants to Recover Files that were left unsaved months ago

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154258

--- Comment #3 from QA Administrators  ---
Dear Klaas Steyn,

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 144973] Start center not painted in background when Alt-Tabbing away and back with dialog open

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144973

--- Comment #4 from QA Administrators  ---
Dear Aron Budea,

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 140473] SVG to PNG export is kind of fuzzy/blurred without with compression at 1, 999 DPI, 30cm width (and does export at 309)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140473

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

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 69479] Formula is getting corrupted after input with certain UI languages or locales

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69479

--- Comment #31 from QA Administrators  ---
Dear Urmas,

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 37604] LO loses graphics copied from a web page behind proxy with authentication

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37604

--- Comment #14 from QA Administrators  ---
Dear Guilherme,

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 143805] A slightly clipped p (or sometimes different letters) in a bulleted list with highlighting text depending on zoom-level(RSID?)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143805

--- Comment #6 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 121927] UI: Make creating a new slide by double click more easy by letting a few pixels at the bottom

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121927

--- Comment #8 from QA Administrators  ---
Dear Rüdiger Kupper,

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 121861] Text rendered differently when in edit mode

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121861

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

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 85059] FILEOPEN: Document wont load on Windows with LO's default MS embedded objects settings

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85059

--- Comment #33 from Matt K  ---
Created attachment 192025
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192025=edit
Windows Performance Analyzer output 2nd attachment

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

[Bug 85059] FILEOPEN: Document wont load on Windows with LO's default MS embedded objects settings

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85059

Matt K  changed:

   What|Removed |Added

 CC||matt...@gmail.com

--- Comment #32 from Matt K  ---
Created attachment 192024
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192024=edit
Windows Performance Analyzer output

I captured an ETW trace on Windows and it shows an initial attempt at reading
"ImportExcel8", but later in the trace (2nd attachment) it spends a lot of time
doing export and save operations, which I'm not sure why they would be
occurring on a load of a document.

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

[Bug 159243] Armenian characters displaying incorrectly (as boxes) on macOS (fonts not packaged properly)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159243

Adolfo Jayme Barrientos  changed:

   What|Removed |Added

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

--- Comment #5 from Adolfo Jayme Barrientos  ---
(In reply to Christian Lohmaier from comment #2)
> So bug is twofold [...]
> * LibreOffice not using a system provided font on macOS [...]

Yeah, that is bug 91400.

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

[Bug 159243] Armenian characters displaying incorrectly (as boxes) on macOS (fonts not packaged properly)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159243

--- Comment #4 from Commit Notification 
 ---
Christian Lohmaier committed a patch related to this issue.
It has been pushed to "libreoffice-24-2":

https://git.libreoffice.org/core/commit/1b415b33651f6cbf57658a0d1ae822f1fa7f12ec

tdf#159243 fix packaging of Noto fonts/fix Armenian UI on macOS

It will be available in 24.2.1.

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 159243] Armenian characters displaying incorrectly (as boxes) on macOS (fonts not packaged properly)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159243

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:24.8.0   |target:24.8.0 target:24.2.1

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

[Bug 159252] after crashing the copy/paste function is pasting values NOT the formula

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159252

ady  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from ady  ---
Open the problematic spreadsheet file. Go to menu Data > Calculate. In that
submenu, is the "AutoCalculate" setting ON? Do you see a "check" on its side?

Possibility A: If there isn't, then click on it to make it ON.

Possibility B: If there is a check, then please click on it to set it OFF, save
a _copy_ of the spreadsheet file, change the "AutoCalculate" setting back again
to ON, and save the copy of the file again.

In either case, you should now have "AutoCalculate" ON. In this status, please
retest whether the original problem is solved (by repeating the whole set of
your original steps from the beginning).

I am setting this report to NEEDINFO, awaiting for your reply.

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

core.git: Branch 'libreoffice-24-2' - external/more_fonts Repository.mk

2024-01-17 Thread Christian Lohmaier (via logerrit)
 Repository.mk  |   15 -
 external/more_fonts/ExternalPackage_noto_kufi_arabic.mk|4 +--
 external/more_fonts/ExternalPackage_noto_naskh_arabic.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_sans.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_sans_arabic.mk|4 +--
 external/more_fonts/ExternalPackage_noto_sans_armenian.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_sans_georgian.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_sans_hebrew.mk|4 +--
 external/more_fonts/ExternalPackage_noto_sans_lao.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_sans_lisu.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_serif.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_serif_armenian.mk |4 +--
 external/more_fonts/ExternalPackage_noto_serif_georgian.mk |4 +--
 external/more_fonts/ExternalPackage_noto_serif_hebrew.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_serif_lao.mk  |4 +--
 15 files changed, 42 insertions(+), 29 deletions(-)

New commits:
commit 1b415b33651f6cbf57658a0d1ae822f1fa7f12ec
Author: Christian Lohmaier 
AuthorDate: Wed Jan 17 19:39:41 2024 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Jan 18 03:55:04 2024 +0100

tdf#159243 fix packaging of Noto fonts/fix Armenian UI on macOS

different packages must not share the same package name

Packages create corresponding packagename.filelist files that are used 
during
the installset creation process. When multiple packages share the same name,
it is random (depending on the order make decides to build the targets) 
which
package will actually be included in the installation set. The last package
will "win" and have its file stored in the filelist and thus will be part of
the installation set, all others will not be considered.

Change-Id: Ieffd2addf6d59916c0c1fe01c64866472ff23803
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162206
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier 
(cherry picked from commit ea46522272a97ad429d6e8ae47cc548aeca50334)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162218
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/Repository.mk b/Repository.mk
index d9361db15403..3e2e29098e66 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -1053,7 +1053,20 @@ $(eval $(call 
gb_Helper_register_packages_for_install,ooo_fonts,\
fonts_liberation_narrow \
fonts_libertineg \
fonts_libre_hebrew \
-   fonts_noto \
+   fonts_noto_kufi_arabic \
+   fonts_noto_naskh_arabic \
+   fonts_noto_sans \
+   fonts_noto_sans_arabic \
+   fonts_noto_sans_armenian \
+   fonts_noto_sans_georgian \
+   fonts_noto_sans_hebrew \
+   fonts_noto_sans_lao \
+   fonts_noto_sans_lisu \
+   fonts_noto_serif \
+   fonts_noto_serif_armenian \
+   fonts_noto_serif_georgian \
+   fonts_noto_serif_hebrew \
+   fonts_noto_serif_lao \
fonts_reem \
fonts_scheherazade \
) \
diff --git a/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk 
b/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk
index ed6b9fea3f85..300e0c8efb53 100644
--- a/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk
+++ b/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk
@@ -7,9 +7,9 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto,font_noto_kufi_arabic))
+$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto_kufi_arabic,font_noto_kufi_arabic))
 
-$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto_kufi_arabic,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
NotoKufiArabic-Bold.ttf \
NotoKufiArabic-Regular.ttf \
 ))
diff --git a/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk 
b/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk
index 0e701739330b..a6647e7b769c 100644
--- a/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk
+++ b/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk
@@ -7,9 +7,9 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto,font_noto_naskh_arabic))
+$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto_naskh_arabic,font_noto_naskh_arabic))
 
-$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto_naskh_arabic,$(LIBO_SHARE_FOLDER)/fonts/truetype,\

[Bug 62408] MP4 videos aren't handled in Windows (without additional codecs)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62408

--- Comment #58 from NamelessGO  ---
If this holds true:
...on Windows we use DirectShow...
https://wiki.documentfoundation.org/Media_Support

Shouldn't this be the problem?

The fact that LO uses a legacy framework to handle multimedia, it can lead to
potential security vulnerabilities as well

DirectShow was replaced by Media Foundation back in Windows Vista and is still
being used in Windows 11
https://www.wikiwand.com/en/Media_Foundation

DirectShow don't support MP4 officially, only via third party app/codec K-lite. 
https://www.wikiwand.com/en/DirectShow

Expecting users to install this codec just to import mp4 isn't viable, because
users already have mp4 support in their media player, which is derived from
Media Foundation as well

If you want to test out, just play any .mp4 video in Windows 10/11, the codec
is not the problem, it's the framework

There isn't a problem in Mac because LO replaced the old framework QuickTime to
the modern AVFoundation

On Linux, the GStreamer is still receiving updates, which provides the
necessary code to support newer formats

What is holding this decade old issue back? Is LO looking to get a phoronix
blog post about this?
https://cse.google.com/cse?cx=partner-pub-0253814508491313:1305299758=UTF-8=decade+old+bug=Search=duckduckgo.com/

Why we're shipping code which has not being maintained since <2005

MS recommends the use of MF instead of DS
https://learn.microsoft.com/windows/win32/directshow/directshow
https://learn.microsoft.com/windows/win32/audio-and-video

This problem will persist until this legacy framework is replaced by the modern
one, or an open source one — VLC or FFmpeg

Sorry about this rant, appreciate all the volunteer work that is done on LO. It
is sad to see users not being able to do something simple as importing a
video/sound which is a basic feature on all Office apps.

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

[Bug 79721] writer slow on shapes, locks up if huge amount of shapes (svg)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79721

Matt K  changed:

   What|Removed |Added

 CC||matt...@gmail.com

--- Comment #43 from Matt K  ---
Created attachment 192023
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192023=edit
Windows Performance Analyzer output

I took an ETW trace on Windows and the attached output shows it doing ~80 secs
worth of work doing a vector insert with the shapes.  I would think that
inserting shapes would be a quick operation, but someone with more knowledge of
the code may be able to tell why it's doing so much work there.

Here is the callstack:

swlo.dll!std::vector
>::insert
swlo.dll!SwDoc::GetUniqueShapeName
swlo.dll!SwFmDrawPage::add
swlo.dll!SwXShape::attach
swlo.dll!SwXText::insertTextContent
xolo.dll!XMLTextImportHelper::InsertTextContent
xolo.dll!XMLTextShapeImportHelper::addShape
xolo.dll!SdXMLShapeContext::AddShape
xolo.dll!SdXMLShapeContext::AddShape
xolo.dll!SdXMLCustomShapeContext::startFastElement
xolo.dll!SvXMLImport::startFastElement
saxlo.dll!sax_fastparser::FastAttributeList::size
saxlo.dll!rtl::OUString::compareToAscii
saxlo.dll!sax_fastparser::FastSaxParserImpl::parseStream
saxlo.dll!sax_fastparser::FastSaxParser::parseStream
xolo.dll!SvXMLImport::parseStream
swlo.dll!XMLReader::Read
swlo.dll!XMLReader::Read
swlo.dll!XMLReader::Read
swlo.dll!SwReader::Read
swlo.dll!SwDocShell::Load
sfxlo.dll!SfxObjectShell::LoadOwnFormat
sfxlo.dll!SfxObjectShell::DoLoad
sfxlo.dll!SfxBaseModel::load
sfxlo.dll!rtl::ToStringHelper,char16_t
const [40],0> >::length
fwklo.dll!framework::LoadEnv::impl_loadContent
fwklo.dll!framework::LoadEnv::start
fwklo.dll!framework::LoadEnv::startLoading
fwklo.dll!framework::LoadDispatcher::impl_dispatch
fwklo.dll!framework::LoadDispatcher::dispatchWithReturnValue
comphelper.dll!comphelper::SynchronousDispatch::dispatch
sfxlo.dll!SfxApplication::OpenDocExec_Impl
sfxlo.dll!SfxStubSfxApplicationOpenDocExec_Impl
sfxlo.dll!SfxDispatcher::Call_Impl
sfxlo.dll!SfxDispatcher::Execute_
sfxlo.dll!SfxDispatcher::Execute
sfxlo.dll!SfxApplication::OpenDocExec_Impl
sfxlo.dll!SfxStubSfxApplicationOpenDocExec_Impl
sfxlo.dll!SfxDispatcher::Call_Impl
sfxlo.dll!SfxDispatcher::PostMsgHandler
sfxlo.dll!std::invoke >)
ptr64,SfxDispatcher * ptr64 &
ptr64,std::unique_ptr > >
sfxlo.dll!std::_Invoker_ret::_Call >)
ptr64,SfxDispatcher * ptr64 &
ptr64,std::unique_ptr > >
sfxlo.dll!std::_Call_binder >)
ptr64,std::tuple
>,std::tuple > &&
ptr64> >
sfxlo.dll!std::_Binder >)
ptr64,SfxDispatcher * ptr64,std::_Ph<1> const &
ptr64>::operator() >
>
sfxlo.dll!std::invoke >)
ptr64,SfxDispatcher * ptr64,std::_Ph<1> const & ptr64> &
ptr64,std::unique_ptr > >
sfxlo.dll!std::_Func_impl_no_alloc >)
ptr64,SfxDispatcher * ptr64,std::_Ph<1> const &
ptr64>,void,std::unique_ptr >
>::_Do_call
sfxlo.dll!std::_Func_class
> >::operator()
sfxlo.dll!SfxHintPoster::DoEvent_Impl
sfxlo.dll!SfxHintPoster::LinkStubDoEvent_Impl
vcllo.dll!Link::Call
vcllo.dll!ImplHandleResize
vcllo.dll!ImplWindowFrameProc
vcllo.dll!SalFrame::CallCallback
vclplug_winlo.dll!ImplHandleSalObjSysCharMsg
vclplug_winlo.dll!WinSalFrame::ResetClipRegion
vclplug_winlo.dll!SalFrameWndProcW
user32.dll!UserCallWinProcCheckWow
user32.dll!DispatchMessageWorker
vclplug_winlo.dll!WinSalInstance::ImplCreateDropTarget
vclplug_winlo.dll!ImplSalYield
vclplug_winlo.dll!WinSalInstance::DoYield
vcllo.dll!ImplSVAppData::ImplQuitMsg
vcllo.dll!Application::Yield
vcllo.dll!Application::Execute
sofficeapp.dll!desktop::Desktop::Main
vcllo.dll!ImplSVMain
vcllo.dll!SVMain
sofficeapp.dll!soffice_main
soffice.bin!?
soffice.bin!main
soffice.bin!__scrt_narrow_environment_policy::initialize_environment
soffice.bin!_alloca_probe
soffice.bin!_alloca_probe
soffice.bin!mainCRTStartup
kernel32.dll!BaseThreadInitThunk
ntdll.dll!RtlUserThreadStart
[Root]

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

[Bug 156265] Laggy Calc on Windows 11

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156265

Igor  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Bug 103326] Viewing: Enhancement: Unable to set web view as default for opening all documents.

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103326

third="Beedell", first="Roke"  
changed:

   What|Removed |Added

URL||https://ask.libreoffice.org
   ||/t/set-web-view-as-default/
   ||30071/1?u=rokejulianlockhar
   ||t

--- Comment #4 from third="Beedell", first="Roke" 
 ---
(In reply to QA Administrators from comment #3)
> Dear Bug Submitter,
> 
> 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.

1.  A:

> Version: 7.6.4.1 (X86_64) / LibreOffice Community
> Build ID: 60(Build:1)
> CPU threads: 12; OS: Linux 6.6; UI render: default; VCL: kf5
(cairo+xcb)
> Locale: en-GB (en_GB.UTF-8); UI: en-GB
> Calc: threaded

   
https://download.opensuse.org/repositories/openSUSE:/Factory/standard/x86_64/libreoffice-7.6.4.1-1.2.x86_64.rpm

2.  B: Confirmed to affect any DOC, DOCX, and ODT document. Probably any
Writer-compatible document.
3.  C: Enable web view whilst viewing a document.
4.  D: I don't believe that they would demonstrate the issue - a video
recording would, but it's unnecessary.
5.  E: As https://bugs.documentfoundation.org/show_bug.cgi?id=103326#c3
requests, the relevant recommendation is presumably from
https://ask.libreoffice.org/t/set-web-view-as-default/30071/7?u=rokejulianlockhart.
Note that it's obviously consequently unofficial.

> 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

Why not update the version information?

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

[Bug 159252] New: after crashing the copy/paste function is pasting values NOT the formula

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159252

Bug ID: 159252
   Summary: after crashing the copy/paste function is pasting
values NOT the formula
   Product: LibreOffice
   Version: 7.5.9.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cliffbye...@yahoo.com

Description:
Libre Office crashed. Upon restarting, when copying a formula, the paste
function inserts the copied value not the underlying formula.
I installed new version 7.5.9.2 and the problem persists.
In addition, when I change a value in a cell, the linked formula does not
display the new, changed value. 
I quickly checked one of my other s/sheets & fortunately it seems to be working
ok.

Steps to Reproduce:
1.seems to be confined to one spreadsheet
2.
3.

Actual Results:
example cell a3 has the formula =sum(a1-a2)
a1 =2, a2=2 result in a3 is 0
b1 =5, b2= 1
Upon copying a3 & pasting to b3 result is 0 NOT 4

also: upon changing the value in b1 to 10 (from 5) cell b3 continues to display
4, not 9 as it should. 

Expected Results:
see steps to reproduce.


Reproducible: Always


User Profile Reset: No

Additional Info:
see steps to reproduce.

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

[Bug 146668] Height of cells with wrapped text is lost after saving, depending on the column width

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146668

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
 Whiteboard||target:7.6.0

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

[Bug 64891] FORMATTING: Bibliography styles are forgotten on Writer restart

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64891

Matt K  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

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

[Bug 131304] [META] MS Word compatibilityMode = 15

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131304
Bug 131304 depends on bug 159102, which changed state.

Bug 159102 Summary: automatic hyphenation results bad smart justify
https://bugs.documentfoundation.org/show_bug.cgi?id=159102

   What|Removed |Added

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

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

[Bug 159102] automatic hyphenation results bad smart justify

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159102

László Németh  changed:

   What|Removed |Added

   Assignee|nem...@numbertext.org   |libreoffice-b...@lists.free
   ||desktop.org
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

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

[Bug 107830] [META] DOCX (OOXML) paragraph-related issues

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107830
Bug 107830 depends on bug 159102, which changed state.

Bug 159102 Summary: automatic hyphenation results bad smart justify
https://bugs.documentfoundation.org/show_bug.cgi?id=159102

   What|Removed |Added

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

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

core.git: sw/qa sw/source

2024-01-17 Thread László Németh (via logerrit)
 sw/qa/uitest/data/tdf159102.fodt|   61 
 sw/qa/uitest/writer_tests8/tdf159102.py |   81 
 sw/source/core/text/portxt.cxx  |   12 +++-
 3 files changed, 151 insertions(+), 3 deletions(-)

New commits:
commit 8b393bba9bd4f8988457f3a78b0306462bf2
Author: László Németh 
AuthorDate: Wed Jan 10 20:41:04 2024 +0100
Commit: László Németh 
CommitDate: Thu Jan 18 01:29:38 2024 +0100

tdf#159102 sw smart justify: fix automatic hyphenation

As before with soft hyphens, automatic hyphenation
could result too much shrinking, because of calculating
with an extra non-existing space in the line.

Also try to shrink the line only if a space likely
will be available in it.

During testing, extend user dictionary temporarily
with custom automatic hyphenation to avoid of false tests
because of non-available hyphenation patterns. (Note: maybe
the other tests with non-user dictionary based automatic
hyphenations are not correct.)

Follow-up to commit d511367c102ef2ada0f73dbe81744d39865d58ba
"tdf#195085 sw smart justify: fix bad shrinking at soft hyphen".

Change-Id: I58ecb8f1ea9f55ef2457d7ff4aca6aefa59a6dd1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162199
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/sw/qa/uitest/data/tdf159102.fodt b/sw/qa/uitest/data/tdf159102.fodt
new file mode 100644
index ..dfe9fc18872b
--- /dev/null
+++ b/sw/qa/uitest/data/tdf159102.fodt
@@ -0,0 +1,61 @@
+
+
+http://www.w3.org/TR/css3-text/; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dc="http://purl.org/dc/elements/1.1/; xmlns:c
 alcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:
 meta:1.0" 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
+ 
+  
+   true
+   high-resolution
+  
+ 
+ 
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+   
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+
+   
+   
+   
+  
+ 
+ 
+  
+ 
+ 
+  
+   venenatis, quis commodo dolor posuere. Curabitur dignissim 
sapien quis cursus egestas.
+   venenatis, quis commodo dolor posuere. Curabitur dignissim 
sapien quis cursus 
egestas.
+  
+ 
+
diff --git a/sw/qa/uitest/writer_tests8/tdf159102.py 
b/sw/qa/uitest/writer_tests8/tdf159102.py
new file mode 100644
index ..07152ada3999
--- /dev/null
+++ b/sw/qa/uitest/writer_tests8/tdf159102.py
@@ -0,0 +1,81 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# 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/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file
+from libreoffice.uno.propertyvalue import mkPropertyValues
+
+# handle tdf#119908 smart justify with automatic hyphenation

[Bug 159231] EDITING: LibreOffice 7.6.4 install leads to fractured text and cannot select text

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159231

--- Comment #4 from jarrodgut...@me.com ---
(In reply to Patrick Luby from comment #3)
> (In reply to Telesto from comment #1)
> > 7.6.4 and 7.5.9 are known to be buggy :-( It will be resolved with 7.6.5
> 
> If you would like to avoid reverting to an old version or running a daily
> build, a tester has found a workaround for LibreOffice 7.5.9 and 7.6.4 that
> hopefully works while waiting for LibreOffice 7.6.5 to be released in
> February 2024: switch to Skia/Metal rendering.
> 
> To enable Skia/Metal rendering, do the following steps:
> 
> 1. Open the Options dialog by selecting the LibreOffice > Preferences menu
> 2. Select LibreOffice > View in the left panel
> 3. In the right panel, check the "Use Skia for all rendering" and uncheck






> "Force Skia software rendering" checkboxes as shown in the following screen
> snapshot:
>  https://bugs.documentfoundation.org/attachment.cgi?id=191409
> 4. Press the "OK" button and restart if prompted

Thank you so much!  This worked.(In reply to Patrick Luby from comment #3)
> (In reply to Telesto from comment #1)
> > 7.6.4 and 7.5.9 are known to be buggy :-( It will be resolved with 7.6.5
> 
> If you would like to avoid reverting to an old version or running a daily
> build, a tester has found a workaround for LibreOffice 7.5.9 and 7.6.4 that
> hopefully works while waiting for LibreOffice 7.6.5 to be released in
> February 2024: switch to Skia/Metal rendering.
> 
> To enable Skia/Metal rendering, do the following steps:
> 
> 1. Open the Options dialog by selecting the LibreOffice > Preferences menu
> 2. Select LibreOffice > View in the left panel
> 3. In the right panel, check the "Use Skia for all rendering" and uncheck
> "Force Skia software rendering" checkboxes as shown in the following screen
> snapshot:
>  https://bugs.documentfoundation.org/attachment.cgi?id=191409
> 4. Press the "OK" button and restart if prompted

Thank you so much!  That worked.

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

[Bug 158718] Any PDF import not work and display message "This PDF file is encrypted and can't be opened. "

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158718

jun meguro  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #10 from jun meguro  ---
The following is information about the LibO that I am using.

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 12; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: threaded

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

core.git: external/mdds

2024-01-17 Thread Aron Budea (via logerrit)
 external/mdds/gcc-12-silence-use-after-free.patch.1 |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5d52d7dcdf07e5d117e9854af5956b2e93ad3e46
Author: Aron Budea 
AuthorDate: Wed Jan 17 02:54:34 2024 +1030
Commit: Aron Budea 
CommitDate: Thu Jan 18 00:42:16 2024 +0100

silence use-after-free warning in mdds for gcc12.3 in optimized build

Follow-up to e7c4166f1e150b10bc2ac52e93f8ad7503db09dc as GCC 12.3
seems to be affected, too.

Change-Id: I8e5ba9be64625ffd21d43e627996a9ea8602ce9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162181
Tested-by: Jenkins
Reviewed-by: Aron Budea 

diff --git a/external/mdds/gcc-12-silence-use-after-free.patch.1 
b/external/mdds/gcc-12-silence-use-after-free.patch.1
index 3f8dd0afe0f3..94f7ba979e61 100644
--- a/external/mdds/gcc-12-silence-use-after-free.patch.1
+++ b/external/mdds/gcc-12-silence-use-after-free.patch.1
@@ -28,13 +28,13 @@ diff -ur mdds.org/include/mdds/node.hpp 
mdds/include/mdds/node.hpp
  {
 ---p->refcount;
 -if (!p->refcount)
-+#if defined __GNUC__ && __GNUC__ == 12 && __GNUC_MINOR__ < 3 && !defined 
__clang__
++#if defined __GNUC__ && __GNUC__ == 12 && __GNUC_MINOR__ <= 3 && !defined 
__clang__
 +#pragma GCC diagnostic push
 +#pragma GCC diagnostic ignored "-Wuse-after-free"
 +#endif
 +if(--p->refcount == 0)
  delete p;
-+#if defined __GNUC__ && __GNUC__ == 12 && __GNUC_MINOR__ < 3 && !defined 
__clang__
++#if defined __GNUC__ && __GNUC__ == 12 && __GNUC_MINOR__ <= 3 && !defined 
__clang__
 +#pragma GCC diagnostic pop
 +#endif
  }


[Bug 159251] After using the navigator, text is garbled during selection

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159251

--- Comment #2 from Yotam Benshalom  ---
Version: 24.2.0.2 (X86_64) / LibreOffice Community
Build ID: 420(Build:2)
CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: he-IL (he_IL.UTF-8); UI: he-IL
Ubuntu package version: 4:24.2.0~rc2-0ubuntu0.23.10.1~lo1
Calc: threaded

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

[Bug 159073] Remove status bar 'document modified' indicator

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159073

--- Comment #4 from Eyal Rozenberg  ---
(In reply to Samuel Mehrbrodt (allotropia) from comment #0)
> Also, the modified status is displayed in the document title.

Not always. For a document which hasn't ever been saved, it isn't displayed in
the title.

> There is no need for a third place to display this.

What is the benefit in removing it though, given that it's there?

I'm not that against it, but what will we gain for our effort?

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

[Bug 159073] Remove status bar 'document modified' indicator

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159073

--- Comment #4 from Eyal Rozenberg  ---
(In reply to Samuel Mehrbrodt (allotropia) from comment #0)
> Also, the modified status is displayed in the document title.

Not always. For a document which hasn't ever been saved, it isn't displayed in
the title.

> There is no need for a third place to display this.

What is the benefit in removing it though, given that it's there?

I'm not that against it, but what will we gain for our effort?

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

[Bug 159251] After using the navigator, text is garbled during selection

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159251

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Please can you paste the information in Menu/Help/About LibreOffice, there is
an icon to copy.

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

[Bug 159249] Impress - all slides have to be portrait or landscape, change one, change all.

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159249

m_a_riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from m_a_riosv  ---
Please can you paste the information in Menu/Help/About LibreOffice, there is
an icon to copy.

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

There is no functionality to have both type of slides in the same file,
portrait and landscape.

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

[Bug 111446] UNDO: Charts on the next sheet disappear after undo of a sheet deletion

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111446

Andreas Heinisch  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||andreas.heini...@yahoo.de
 Status|NEW |RESOLVED

--- Comment #8 from Andreas Heinisch  ---
Repro in:
Version: 6.0.2.1 (x64)
Build-ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU-Threads: 6; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: CL

No repro in:
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ed62e272ecc5a5642fe6e1c9e8b7575a02f5f521
CPU threads: 6; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL threaded

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

[Bug 105948] [META] Undo/Redo bugs and enhancements

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948
Bug 105948 depends on bug 111446, which changed state.

Bug 111446 Summary: UNDO: Charts on the next sheet disappear after undo of a 
sheet deletion
https://bugs.documentfoundation.org/show_bug.cgi?id=111446

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

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

[Bug 159248] LibreOffice closes during use, and does not save the last thing I have written

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159248

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
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 159199] Improve loading time for simple, large presentation document

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159199

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

[Bug 108912] [META] Sheet-level bugs and enhancements

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108912
Bug 108912 depends on bug 99318, which changed state.

Bug 99318 Summary: Cannot paste file name from OS’s “Save As” dialog to Calc’s 
“Rename Sheet” dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=99318

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

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

[Bug 102593] [META] Paste bugs and enhancements

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102593
Bug 102593 depends on bug 99318, which changed state.

Bug 99318 Summary: Cannot paste file name from OS’s “Save As” dialog to Calc’s 
“Rename Sheet” dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=99318

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

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

[Bug 99318] Cannot paste file name from OS’s “Save As” dialog to Calc’s “Rename Sheet” dialog

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99318

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||andreas.heini...@yahoo.de
 Resolution|--- |WORKSFORME

--- Comment #13 from Andreas Heinisch  ---
I cannot reproduce it in:
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ed62e272ecc5a5642fe6e1c9e8b7575a02f5f521
CPU threads: 6; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL threaded

Nor with the same build on Linux. I would close it as WorksForMe.
Feel free to open it again if the issue persists.

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

[Bug 159251] New: After using the navigator, text is garbled during selection

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159251

Bug ID: 159251
   Summary: After using the navigator, text is garbled during
selection
   Product: LibreOffice
   Version: 24.2.0.1 rc
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bensha...@gmail.com

Created attachment 192022
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192022=edit
Selection is garbled after using the navigator

After using the navigator in order to jump to a section of the document, such
as a certain heading, an index or a footnotes, text selection becomes erratic.
During selection the selected text appears garbled or invisible.

To recreate:
1. Create a new document.
2. Type a heading (e.g. "This is a nice title"), and assign it a heading
paragraph style (e.g. "Heading 1").
3. Use the mouse or the keyboard to select several words within the heading.
All is well during selection.
4. Show the navigator on the side menue, and double-click on the name of the
heading you created.
5. Repeat stage 3. Note that during selection, the selected text becomes
invisible or garbled. This will everywhere on the document, not only on the
heading. Once you finish making the selection, the text goes back to normal.

Only way of returning selection back to normal is to close and open the
document, and avoid using the navigator.

See attached file for example: selection works normally, but breaks ater
double-clicking the heading in the navigator.

I use ubuntu 23.10, Xorg, Nvidia proprietary driver. I use RTL interface, but
this happens also with documents which contains English only (such as the
attached file).

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

[Bug 151627] Skia rendering (both Vulkan and raster) artifacts in the sd slidesorter, no longer crashing with Vulkan rendering

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151627

V Stuart Foote  changed:

   What|Removed |Added

Summary|Skia rendering (both Vulkan |Skia rendering (both Vulkan
   |and raster) artifacts in|and raster) artifacts in
   |the sd slidesorter, no  |the sd slidesorter, no
   |longer crashing with Vulkan |longer crashing with Vulkan
   |rendeering  |rendering

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

[Bug 151627] Skia rendering (both Vulkan and raster) artifacts in the sd slidesorter, no longer crashing with Vulkan rendeering

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151627

V Stuart Foote  changed:

   What|Removed |Added

Summary|Skia rendering (both Vulkan |Skia rendering (both Vulkan
   |and raster) artifacts in|and raster) artifacts in
   |the sd slidesorter, crashes |the sd slidesorter, no
   |with Vulkan |longer crashing with Vulkan
   ||rendeering

--- Comment #35 from V Stuart Foote  ---
The visual glitches remain with current 20240117 nightly of master against
24.8, noticeable on the Draw page sorter or Impress slide sorter UI. The
"stain" appears on the lower edges of the page/slide preview--on both the
page/slide selected active to canvas, and on mouse over of thumbnail held on
the page/slide sorter. As before, the "stain" glitch will appear *and
disappear* as the page/slide sorter is dragged wider or narrower.

As noted comment 27, comment 28 there is no longer a crash of the UI with
Vulkan rendering. But the visual artifacts on the sorter preview canvas holding
the page/slide thumbnail comes and goes as the previews are resized.

=-testing-=


Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: b8e393686c4ab6a69b091240065f440eadfff230
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

RenderMethod: vulkan
Vendor: 0x10de
Device: 0x1380
API: 1.3.260
Driver: 546.4.0
DeviceType: discrete
DeviceName: NVIDIA GeForce GTX 750 Ti
Denylisted: no

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

[Bug 159243] Armenian characters displaying incorrectly (as boxes) on macOS (fonts not packaged properly)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159243

--- Comment #3 from Commit Notification 
 ---
Christian Lohmaier committed a patch related to this issue.
It has been pushed to "master":

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

tdf#159243 fix packaging of Noto fonts/fix Armenian UI on macOS

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 159243] Armenian characters displaying incorrectly (as boxes) on macOS (fonts not packaged properly)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159243

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: external/more_fonts Repository.mk

2024-01-17 Thread Christian Lohmaier (via logerrit)
 Repository.mk  |   15 -
 external/more_fonts/ExternalPackage_noto_kufi_arabic.mk|4 +--
 external/more_fonts/ExternalPackage_noto_naskh_arabic.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_sans.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_sans_arabic.mk|4 +--
 external/more_fonts/ExternalPackage_noto_sans_armenian.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_sans_georgian.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_sans_hebrew.mk|4 +--
 external/more_fonts/ExternalPackage_noto_sans_lao.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_sans_lisu.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_serif.mk  |4 +--
 external/more_fonts/ExternalPackage_noto_serif_armenian.mk |4 +--
 external/more_fonts/ExternalPackage_noto_serif_georgian.mk |4 +--
 external/more_fonts/ExternalPackage_noto_serif_hebrew.mk   |4 +--
 external/more_fonts/ExternalPackage_noto_serif_lao.mk  |4 +--
 15 files changed, 42 insertions(+), 29 deletions(-)

New commits:
commit fcff7f72611d0b389b876d772038f095350ebdfd
Author: Christian Lohmaier 
AuthorDate: Wed Jan 17 19:39:41 2024 +0100
Commit: Christian Lohmaier 
CommitDate: Wed Jan 17 22:34:53 2024 +0100

tdf#159243 fix packaging of Noto fonts/fix Armenian UI on macOS

different packages must not share the same package name

Packages create corresponding packagename.filelist files that are used 
during
the installset creation process. When multiple packages share the same name,
it is random (depending on the order make decides to build the targets) 
which
package will actually be included in the installation set. The last package
will "win" and have its file stored in the filelist and thus will be part of
the installation set, all others will not be considered.

Change-Id: Ieffd2addf6d59916c0c1fe01c64866472ff23803
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162206
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier 

diff --git a/Repository.mk b/Repository.mk
index d9361db15403..3e2e29098e66 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -1053,7 +1053,20 @@ $(eval $(call 
gb_Helper_register_packages_for_install,ooo_fonts,\
fonts_liberation_narrow \
fonts_libertineg \
fonts_libre_hebrew \
-   fonts_noto \
+   fonts_noto_kufi_arabic \
+   fonts_noto_naskh_arabic \
+   fonts_noto_sans \
+   fonts_noto_sans_arabic \
+   fonts_noto_sans_armenian \
+   fonts_noto_sans_georgian \
+   fonts_noto_sans_hebrew \
+   fonts_noto_sans_lao \
+   fonts_noto_sans_lisu \
+   fonts_noto_serif \
+   fonts_noto_serif_armenian \
+   fonts_noto_serif_georgian \
+   fonts_noto_serif_hebrew \
+   fonts_noto_serif_lao \
fonts_reem \
fonts_scheherazade \
) \
diff --git a/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk 
b/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk
index ed6b9fea3f85..300e0c8efb53 100644
--- a/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk
+++ b/external/more_fonts/ExternalPackage_noto_kufi_arabic.mk
@@ -7,9 +7,9 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto,font_noto_kufi_arabic))
+$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto_kufi_arabic,font_noto_kufi_arabic))
 
-$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto_kufi_arabic,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
NotoKufiArabic-Bold.ttf \
NotoKufiArabic-Regular.ttf \
 ))
diff --git a/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk 
b/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk
index 0e701739330b..a6647e7b769c 100644
--- a/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk
+++ b/external/more_fonts/ExternalPackage_noto_naskh_arabic.mk
@@ -7,9 +7,9 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto,font_noto_naskh_arabic))
+$(eval $(call 
gb_ExternalPackage_ExternalPackage,fonts_noto_naskh_arabic,font_noto_naskh_arabic))
 
-$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+$(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_noto_naskh_arabic,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
NotoNaskhArabic/full/ttf/NotoNaskhArabic-Bold.ttf \
NotoNaskhArabic/full/ttf/NotoNaskhArabic-Regular.ttf \
 ))
diff --git a/external/more_fonts/ExternalPackage_noto_sans.mk 

[Bug 150037] Upon entering a legacy text fieldmark, placeholder text should be recognized as default text and thus pre-selected (so typing overwrites)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150037

--- Comment #6 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/96323a10d3a55d212c350886e2a1344c0cd2ba95

tdf#150037 Writer: text fieldmark behaviour changed

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 150037] Upon entering a legacy text fieldmark, placeholder text should be recognized as default text and thus pre-selected (so typing overwrites)

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150037

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

2024-01-17 Thread Oliver Specht (via logerrit)
 sw/inc/crsrsh.hxx   |2 -
 sw/qa/uitest/data/tdf150037.docx|binary
 sw/qa/uitest/data/tdf150037.odt |binary
 sw/qa/uitest/writer_tests8/tdf150037.py |   44 
 sw/source/core/crsr/crbm.cxx|9 --
 sw/source/core/inc/swfont.hxx   |2 +
 sw/source/core/txtnode/fntcache.cxx |9 --
 sw/source/uibase/docvw/edtwin.cxx   |6 +++-
 sw/source/uibase/inc/edtwin.hxx |2 +
 sw/source/uibase/inc/wrtsh.hxx  |2 -
 sw/source/uibase/uitest/uiobject.cxx|   37 ++
 sw/source/uibase/wrtsh/wrtsh3.cxx   |4 +-
 12 files changed, 106 insertions(+), 11 deletions(-)

New commits:
commit 96323a10d3a55d212c350886e2a1344c0cd2ba95
Author: Oliver Specht 
AuthorDate: Wed Dec 20 07:15:53 2023 +0100
Commit: Thorsten Behrens 
CommitDate: Wed Jan 17 22:24:25 2024 +0100

tdf#150037 Writer: text fieldmark behaviour changed

A mouse click selects the fieldmark to be able to overwrite the field
with the next text input. Additionally the EN SPACE (0x2002) character
is visualized by the DEGREE symbol when 'View/Formatting Marks' is
active.

Word's FORMTEXT ist usually filled with EN SPACE.

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

diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index db0667002ee2..5823a49a1599 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -593,7 +593,7 @@ public:
 ::sw::mark::IFieldmark* GetCurrentFieldmark();
 sw::mark::IFieldmark* GetFieldmarkAfter(bool bLoop);
 sw::mark::IFieldmark* GetFieldmarkBefore(bool bLoop);
-bool GotoFieldmark( const ::sw::mark::IFieldmark* const pMark );
+bool GotoFieldmark( const ::sw::mark::IFieldmark* const pMark, bool 
completeSelection = false );
 
 // update Cursr, i.e. reset it into content should only be called when the
 // cursor was set to a random position e.g. when deleting frames
diff --git a/sw/qa/uitest/data/tdf150037.docx b/sw/qa/uitest/data/tdf150037.docx
new file mode 100755
index ..4fcb18efd724
Binary files /dev/null and b/sw/qa/uitest/data/tdf150037.docx differ
diff --git a/sw/qa/uitest/data/tdf150037.odt b/sw/qa/uitest/data/tdf150037.odt
new file mode 100755
index ..15d75a694b0a
Binary files /dev/null and b/sw/qa/uitest/data/tdf150037.odt differ
diff --git a/sw/qa/uitest/writer_tests8/tdf150037.py 
b/sw/qa/uitest/writer_tests8/tdf150037.py
new file mode 100644
index ..39ea5eda7dec
--- /dev/null
+++ b/sw/qa/uitest/writer_tests8/tdf150037.py
@@ -0,0 +1,44 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# 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/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_url_for_data_file
+from libreoffice.uno.propertyvalue import mkPropertyValues
+from com.sun.star.text.TextContentAnchorType import AT_PAGE, AT_PARAGRAPH
+
+class tdf150037(UITestCase):
+
+def test_tdf150037(self):
+
+with self.ui_test.load_file(get_url_for_data_file("tdf150037.docx")) 
as document:
+
+xWriterDoc = self.xUITest.getTopFocusWindow()
+xWriterEdit = xWriterDoc.getChild("writer_edit")
+
+xWriterEdit.executeAction("CLICK", mkPropertyValues({"START_POS": 
"14", "END_POS": "14"}))
+xWriterEdit.executeAction("TYPE", mkPropertyValues({"TEXT": 
"Replacement"}))
+xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": 
"0", "END_POS": "22"}))
+windowState = xWriterEdit.getState();
+self.assertEqual(windowState[14].Value, "Fieldmark: Replacement")
+
+def test_tdf150037_protected(self):
+
+with self.ui_test.load_file(get_url_for_data_file("tdf150037.odt")) as 
document:
+
+xWriterDoc = self.xUITest.getTopFocusWindow()
+xWriterEdit = xWriterDoc.getChild("writer_edit")
+
+xWriterEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": 
"DOWN"}))
+xWriterEdit.executeAction("CLICK", mkPropertyValues({"START_POS": 
"14", "END_POS": "14"}))
+xWriterEdit.executeAction("TYPE", mkPropertyValues({"TEXT": 
"Replacement"}))
+xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": 
"0", "END_POS": "23"}))
+windowState = xWriterEdit.getState();
+self.assertEqual(windowState[14].Value, "Fieldmark: Replacement")
+
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sw/source/core/crsr/crbm.cxx b/sw/source/core/crsr/crbm.cxx
index e296bd50e8fe..fbc2ab28e1da 100644
--- 

[Bug 159245] Conditional Format breaks after deleting row

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159245

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Version|6.1 all versions|4.1.0.4 release
 CC||r...@post.cz

--- Comment #4 from raal  ---
I can reproduce steps from comment 2 and description.

  Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 96493091a80fb01c33ea9153b737fdc554de61f0
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

and Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

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

[Bug 159240] FILEOPEN Empty chart title is not imported at all

2024-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159240

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #5 from raal  ---
Confirm with Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 96493091a80fb01c33ea9153b737fdc554de61f0
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

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

translations.git: Changes to 'refs/tags/cp-23.05.7-3'

2024-01-17 Thread Andras Timar (via logerrit)
Tag 'cp-23.05.7-3' created by Andras Timar  at 
2024-01-17 20:57 +

cp-23.05.7-3

Changes since cp-23.05.6-4:
Andras Timar (1):
  Update German translation (easy conditional formatting dialog)

---
 source/de/sc/messages.po |  981 +++
 1 file changed, 494 insertions(+), 487 deletions(-)
---


core.git: Changes to 'refs/tags/cp-23.05.7-3'

2024-01-17 Thread Andras Timar (via logerrit)
Tag 'cp-23.05.7-3' created by Andras Timar  at 
2024-01-17 20:57 +

cp-23.05.7-3

Changes since cp-23.05.7-2-17:
---
 0 files changed
---


help.git: Changes to 'refs/tags/cp-23.05.7-3'

2024-01-17 Thread Andras Timar (via logerrit)
Tag 'cp-23.05.7-3' created by Andras Timar  at 
2024-01-17 20:57 +

cp-23.05.7-3

Changes since cp-23.05.5-4-1:
---
 0 files changed
---


dictionaries.git: Changes to 'refs/tags/cp-23.05.7-3'

2024-01-17 Thread Andras Timar (via logerrit)
Tag 'cp-23.05.7-3' created by Andras Timar  at 
2024-01-17 20:57 +

cp-23.05.7-3

Changes since co-23.05-branch-point:
Andras Timar (1):
  On Linux dictionaries are packaged separately

---
 Module_dictionaries.mk |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---


  1   2   3   4   >