[Bug 158314] Autofilter dropdown list always shows "Empty" entry as active

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158314

--- Comment #7 from Kevin Suo  ---
Balázs Varga: Thanks in advance. Below are some FYI.

The problem should be in:
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/column3.cxx?r=8b236923#2587

if (bIsEmptyCell)
{
if (!mrFilterEntries.mbHasEmpties)
{
mrFilterEntries.push_back(ScTypedStrData(OUString()));
mrFilterEntries.mbHasEmpties = true;
}
return;
}

It uses mrFilterEntries.push_back(ScTypedStrData(OUString())), while the
ScTypedStrData() defaults to treat "bIsHiddenByFilter = false", so an empty
entry is always "not hidden by filter".

The same bug may exists for Error cells:

if (nErr != FormulaError::NONE)
{
// Error cell is evaluated as string (for now).
OUString aErr = ScGlobal::GetErrorString(nErr);
if (!aErr.isEmpty())
{
   
mrFilterEntries.push_back(ScTypedStrData(std::move(aErr)));
return;
}

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

[Bug 158741] New: Word completion does not show as tip in Windows

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158741

Bug ID: 158741
   Summary: Word completion does not show as tip in Windows
   Product: LibreOffice
   Version: 24.2.0.0 beta1+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: madh...@gmail.com

Description:
Word completion does not work as intended. Although the words are collected
from an odt file, they are not offered as a tip. This used to work before the
windows update; however, after the latest update, it no longer works.

Steps to Reproduce:
1. Open a odt file with enought words for word collection.
2. Confirm what words have been collected under Tools, Autocorrect, Autocorrect
options.
3. when you start typing an already collected word, the tip is not offered.

Actual Results:
When typing an already collected word, the tip is not offered at all.

Expected Results:
When typing an already collected word, a tip is offered to complete the word.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Word ocmpletion does not work in the latest version 24.2.0.0.beta1 with a new
user profile too. oldest working version with the same windows build is 7.1.8

Version: 24.2.0.0.beta1 (X86_64) / LibreOffice Community
Build ID: 5f390384195b7264c6e52add9e90a39790285249
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: CL threaded

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

[Bug 158410] Writer: Please install the hyphenation package for locale “th-TH”

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158410

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 158369] INDEX.LIST in jar files would speed up class loading

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158369

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158122] odd fonts in pivot table

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158122

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 136579] Pressing CTRL+A in table in multipage view (4 pages row) very slow

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136579

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

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

[Bug 136579] Pressing CTRL+A in table in multipage view (4 pages row) very slow

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136579

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 155398] Writer file error

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155398

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 158485] difficulty of adjusting row height with borders

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158485

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 147602] Program hangs on copy/paste

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147602

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

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 77970] FILEOPEN: I get a macro warning on a spreadsheet with no macros

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77970

--- Comment #16 from QA Administrators  ---
Dear Mats Sibelius,

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 158491] FILESAVE: the size ratio of a slide exported to png file format is modified when the format of the slide has margins not null

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158491

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 51345] FILEOPEN: x:num attribute is not handled while importing HTML files created by Excel 2003

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51345

--- Comment #16 from QA Administrators  ---
Dear Marek Ozana,

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 158489] Impossible to click anywhere in my LibreOffice Writer window unless I switch to another app and come back (or open Mission Control)

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158489

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 118616] PDF export of a form's scrollable memo field shows fewer lines than on the original form

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118616

--- Comment #11 from QA Administrators  ---
Dear Alan Wheeler,

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 158122] odd fonts in pivot table

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158122

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

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

[Bug 146254] Cell contents is moving left/right (for certain lines) or up/down in a cell between entering/exiting depending on zoomlevel

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146254

--- 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 155398] Writer file error

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155398

--- Comment #5 from QA Administrators  ---
Dear david chen,

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 147602] Program hangs on copy/paste

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147602

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 146265] Wrong refresh of changes to image if sidebar is open

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146265

--- Comment #2 from QA Administrators  ---
Dear Regina Henschel,

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 158625] Dateformat not preserved in calc

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158625

--- Comment #12 from Guus Ellenkamp  ---
Apparently you are seeing something else than I do. That's why I reported it as
a bug as it seems to be related to a specific version.

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

[Bug 158737] Calc - date formatting creating wrong date when using reference to cell on other sheet

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158737

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
I can't reproduce even with 'Autocalculate' disable:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

Please attach a sample file?

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

[Bug 158737] Calc - date formatting creating wrong date when using reference to cell on other sheet

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158737

--- Comment #3 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 111854] Formula objects are permanently deleted when tracking changes

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111854

--- Comment #7 from Matt K  ---
(In reply to Buovjaga from comment #1)
> nf did not work for me, so here is a test file.

I'm able to repro with the test file, but how did you insert the Formula?  I
tried Insert->Field->More Fields..., but it doesn't insert the same type of
Formula as in the test file and doesn't repro.

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

[Bug 158586] FILEOPEN RTF: missing page break

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158586

--- Comment #8 from Justin L  ---
Created attachment 191463
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191463=edit
A011-min-cleanedNeedPar.rtf: seems fixed by my patches - worth keeping an eye
on

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

[Bug 158739] Crash (assert): Inserting Formula and hovering over insert text leads to assert in Skia/Vulkan graphics

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158739

--- Comment #2 from Matt K  ---
(In reply to Telesto from comment #1)
> No crash with Skia/Vulkan
>
> CPU threads: 8; OS: macOS 13.4.1; UI render: Skia/Metal; VCL: osx

Is Skia/Metal the same or different from Skia/Vulkan?

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

[Bug 158734] Font format applied to selected cells on sheet not used when additional cell entries are made, reverts to

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158734

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org
Summary|calc|Font format applied to
   ||selected cells on sheet not
   ||used when additional cell
   ||entries are made, reverts
   ||to 

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

[Bug 158738] New: It goes out of control when using autocomplete.

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158738

Bug ID: 158738
   Summary: It goes out of control when using autocomplete.
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ta...@globe.ocn.ne.jp

Description:
I am grateful for the wonderful software you have provided. However, I have
encountered a problem where the cell range selection scroll state does not stop
when using the autocomplete function with the mouse to copy cell contents. This
happens several times. Neither Ctrl+C nor the exit button works, and I have to
end the task from the task manager. Any unsaved information up to that point is
lost. I would appreciate it if you could improve this issue.

Actual Results:
I have encountered a problem where the cell range selection scroll state does
not stop when using the autocomplete function with the mouse to copy cell
contents. 

Expected Results:
scroll state does not stop


Reproducible: Sometimes


User Profile Reset: No

Additional Info:
Neither Ctrl+C nor the exit button works, and I have to end the task from the
task manager.

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

[Bug 158739] Crash (assert): Inserting Formula and hovering over insert text leads to assert in Skia/Vulkan graphics

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158739

Telesto  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org

--- Comment #1 from Telesto  ---
No crash with Skia/Vulkan
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 5ff701226b00963312cb2a78e77966d012b79c82
CPU threads: 8; OS: macOS 13.4.1; UI render: Skia/Metal; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

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

[Bug 113869] [META] MS Office XML formats (pre-OOXML) bugs and enhancements

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113869
Bug 113869 depends on bug 67478, which changed state.

Bug 67478 Summary: FILEOPEN: General Error for Word 2003 XML document of 
filetype DOC or XML (just DOCX works)
https://bugs.documentfoundation.org/show_bug.cgi?id=67478

   What|Removed |Added

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

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

[Bug 67478] FILEOPEN: General Error for Word 2003 XML document of filetype DOC or XML (just DOCX works)

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67478

Matt K  changed:

   What|Removed |Added

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

--- Comment #23 from Matt K  ---
The code catches itself doing infinite recursion at line 2343 of
workdir\UnpackedTarball\libxslt\libxslt\transform.c in function
xsltApplySequenceConstructor:

"/*
* Check for infinite recursion: stop if the maximum of nested templates
* is excceeded. Adjust xsltMaxDepth if you need more.
*/
if (ctxt->depth >= ctxt->maxTemplateDepth) {
"

The callstack just has the following frames repeated:

libxslt.dll!xsltApplySequenceConstructor(_xsltTransformContext * ctxt,
_xmlNode * contextNode, _xmlNode * list, _xsltTemplate * templ) Line 2351  
 C
libxslt.dll!xsltApplyXSLTTemplate(_xsltTransformContext * ctxt,
_xmlNode * contextNode, _xmlNode * list, _xsltTemplate * templ, _xsltStackElem
* withParams) Line 3211  C
libxslt.dll!xsltCallTemplate(_xsltTransformContext * ctxt, _xmlNode *
node, _xmlNode * inst, _xsltElemPreComp * castedComp) Line 4788   C
libxslt.dll!xsltApplySequenceConstructor(_xsltTransformContext * ctxt,
_xmlNode * contextNode, _xmlNode * list, _xsltTemplate * templ) Line 2752  
 C
libxslt.dll!xsltChoose(_xsltTransformContext * ctxt, _xmlNode *
contextNode, _xmlNode * inst, _xsltElemPreComp * comp) Line 5269C
libxslt.dll!xsltApplySequenceConstructor(_xsltTransformContext * ctxt,
_xmlNode * contextNode, _xmlNode * list, _xsltTemplate * templ) Line 2752  
 C
libxslt.dll!xsltIf(_xsltTransformContext * ctxt, _xmlNode *
contextNode, _xmlNode * inst, _xsltElemPreComp * castedComp) Line 5375  C

So, it looks like this is a bug in the library.  Maybe a bug should be opened
at https://gitlab.gnome.org/GNOME/libxslt/-/issues ?

Marking as NOTOURBUG

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

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

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134201

--- Comment #14 from Tex2002ans  ---
COULD NOT reproduce in:

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

(I think this crash might've been indirectly fixed in the past 3 years?)

- - -

I followed Comment #1 + Comment #3 exactly, even doing extra mixes of Ctrl+V +
Ctrl+Z + Ctrl+Y after, and couldn't get any crashes.

- - -

Note: I see Comment #7 mentions:

- NO CRASH in Windows

but:

- CRASH in Linux

so probably needs one extra check on Linux.

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

[Bug 141568] Hang pasting table after deleting/undo, cut & paste in footnote

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141568

--- Comment #7 from Telesto  ---
No hang or freeze
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 5ff701226b00963312cb2a78e77966d012b79c82
CPU threads: 8; OS: macOS 13.4.1; UI render: Skia/Raster; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

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

[Bug 158740] New: Crash at undo

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158740

Bug ID: 158740
   Summary: Crash at undo
   Product: LibreOffice
   Version: 24.2.0.0 beta1+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Crash at undo

Steps to Reproduce:
1. Open attachment 120527 [details]
2. Insert a 2x2 table at cursor position after file open
3. CTRL+A CTRL+X
4. Go to footnote, select the frame and press backspace
5. Go back to the footnote
6. Press and hold ctrl+V for 3 seconds
7. Press and hold ctrl+z until crash (with 10 seconds)


Actual Results:
Crash

Expected Results:
No crash


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 5ff701226b00963312cb2a78e77966d012b79c82
CPU threads: 8; OS: macOS 13.4.1; UI render: Skia/Raster; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

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

[Bug 158739] New: Crash (assert): Inserting Formula and hovering over insert text leads to assert in Skia/Vulkan graphics

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158739

Bug ID: 158739
   Summary: Crash (assert): Inserting Formula and hovering over
insert text leads to assert in Skia/Vulkan graphics
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matt...@gmail.com

Description:
Inserting Formula and hovering over insert text in Writer leads to assert in
Skia/Vulkan graphics on a debug-util build.

Steps to Reproduce:
1.Open Writer and go to Insert->Field->More Fields...->(Variables tab)
2.Select "Insert Formula" under type
3.Double click "Additional formats..." under Format, then click OK in the new
pop-up
4. Select "General" under Format
5. Click Insert, then click close
6. Move mouse to hover over the "0" that was inserted

Actual Results:
An assert triggers at SkiaSalGraphicsImpl::flushSurfaceToWindowContext at the
line for "assert(isGPU());".  Call stack is:

vcllo.dll!SkiaSalGraphicsImpl::flushSurfaceToWindowContext() Line 418  
C++
vcllo.dll!SkiaSalGraphicsImpl::performFlush() Line 405  C++
vclplug_winlo.dll!WinSkiaSalGraphicsImpl::Flush() Line 75   C++
vclplug_winlo.dll!WinSalGraphics::Flush() Line 805  C++
vclplug_winlo.dll!WinSalFrame::Flush() Line 2215C++
vcllo.dll!SalFrame::Flush(const tools::Rectangle & __formal) Line 105  
C++
vcllo.dll!vcl::WindowOutputDevice::Flush() Line 2968C++
vcllo.dll!vcl::Window::PaintImmediately() Line 1348 C++
vcllo.dll!vcl::Window::PaintImmediately() Line 1276 C++
vcllo.dll!HelpTextWindow::ImplShow() Line 375   C++


Expected Results:
No assert fires


Reproducible: Always


User Profile Reset: Yes

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

Does not occur if I change Skia to raster.

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

[Bug 150695] The string "IgnoreAll" is probably wrong

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150695

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
 CC||serval2...@yahoo.fr,
   ||zolnaitamas2...@gmail.com
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #2 from Julien Nabet  ---
(In reply to Rafael Lima from comment #1)
> Code pointer is:
> https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/
> openoffice/Office/UI/GenericCommands.xcu?r=64b5eb22#2708
> 
> Indeed I think it should be "Ignore All", since it is a label value.
> However, I could not find where it appears in the UI.

Taking a look, I see:
2742   
2743 
2744   IgnoreAll

git grep -n SpellCheckIgnoreAll gives:
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu:2742: 

svx/sdi/svx.sdi:12494:SfxVoidItem SpellCheckIgnoreAll SID_SPELLCHECK_IGNORE_ALL
sw/source/uibase/lingu/olmenu.cxx:578:   
m_xPopupMenu->SetItemCommand(m_nIgnoreWordId,
".uno:SpellCheckIgnoreAll?Type:string=Grammar");
sw/source/uibase/lingu/olmenu.cxx:580:   
m_xPopupMenu->SetItemCommand(m_nIgnoreWordId,
".uno:SpellCheckIgnoreAll?Type:string=Spelling");

For editeng/source/editeng/editview.cxx
   920 static void LOKSendSpellPopupMenu(const weld::Menu& rMenu, LanguageType
nGuessLangWord,
921   LanguageType nGuessLangPara,
sal_uInt16 nSuggestions)
922 {   
923 if (!comphelper::LibreOfficeKit::isActive())
924 return;

for those in sw/source/uibase/lingu/olmenu.cxx:
569 void SwSpellPopup::InitItemCommands(const css::uno::Sequence< OUString
>& aSuggestions)
570 {
571 if (!comphelper::LibreOfficeKit::isActive())
572 return;
573 
574 // None is added only for LOK, it means there is no need to execute
anything
575 m_xPopupMenu->SetItemCommand(MN_SHORT_COMMENT, ".uno:None");
576 m_xPopupMenu->SetItemCommand(m_nSpellDialogId,
".uno:SpellingAndGrammarDialog");
577 if(m_bGrammarResults)
578 m_xPopupMenu->SetItemCommand(m_nIgnoreWordId,
".uno:SpellCheckIgnoreAll?Type:string=Grammar");
579 else
580 m_xPopupMenu->SetItemCommand(m_nIgnoreWordId,
".uno:SpellCheckIgnoreAll?Type:string=Spelling");

so it seems it only appears with LOKit

Anyway, I've submitted a patch here:
https://gerrit.libreoffice.org/c/core/+/160877

Tamás: put you in cc since I noticed 6564a1ab1e873cbc9e36f7f301d4a3c14d86861e
SpellingPopup: Create separate SID for Ignore / IgnoreAll / suggestion.

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

[Bug 151679] Clipboard contents on Mac cause trouble with clipboard recorders

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151679

--- Comment #12 from ka...@goodtimes.fi ---
> I wanted to add: I wonder if LO’s DDE features can interact with Word, 
> in either way.

They can’t. Linking between MSO and LO documents is not possible on Mac,
neither with DDE nor OLE.

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

[Bug 85339] FORMCONTROLS: Tabindex is ignored for fields with the same name

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85339

Julien Nabet  changed:

   What|Removed |Added

Summary|FORMCONTROLS: Tabindex is   |FORMCONTROLS: Tabindex is
   |ignored for fields withe|ignored for fields with the
   |the same name   |same name

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

[Bug 136579] Pressing CTRL+A in table in multipage view (4 pages row) very slow

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136579

--- Comment #8 from Telesto  ---
I repro comment 0 (with 2 pages in a row)
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 5ff701226b00963312cb2a78e77966d012b79c82
CPU threads: 8; OS: macOS 13.4.1; UI render: default; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

it also freezes a jumps while scrolling (swipping) with select all highlighting
present in multipage view

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

[Bug 158735] Solver options are no longer saved during a spreadsheet load.

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158735

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---


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

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

[Bug 141568] Hang pasting table after deleting/undo, cut & paste in footnote

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141568

--- Comment #5 from Tex2002ans  ---
I WAS NOT able to reproduce in:

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 158737] New: Calc - date formatting creating wrong date when using reference to cell on other sheet

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158737

Bug ID: 158737
   Summary: Calc - date formatting creating wrong date when using
reference to cell on other sheet
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: x86-64 (AMD64)
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bun...@gmail.com

Description:
This is the strangest thing I've seen in Calc.
I have put the date on the first sheet and reference that cell using
=Sheet1!cellNo onto the following 3 sheets. (please see attached screenshot)
You will see on the first sheet the date is Dec 15, 2023 (shown as 2023-12-15)
On the right side you see sheet 3 that should have the same date as it is
linked to the date in the first sheet.  But that date show 2023-12-23.
I expect that the date should be the same on every sheet.

I've noticed that this happens only on the first time you change the date
format on the linked cell.  If you change the format to another date format and
then change it back, the proper date is shown.  Strange!

Steps to Reproduce:
1. Add date on first sheet 
2. Format as -MM-DD
3. reference the cell with the date on another sheet
4. format as -MM-DD
5. Check if the date is the same.

Actual Results:
Wrong date is shown.

Expected Results:
Exactly the same date since they are both using the same cell data.


Reproducible: Didn't try


User Profile Reset: No

Additional Info:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 8; OS: Mac OS X 12.7.2; UI render: default; VCL: osx
Locale: en-CA (en_CA.UTF-8); UI: en-US
Calc: threaded

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

[Bug 158734] Font format applied to selected cells on sheet not used when additional cell entries are made, reverts to

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158734

--- Comment #5 from V Stuart Foote  ---
Not clear this is a bug. Cells within current viewport of sheet do take the
font direct formatting. But seems to duplicate see also bug 153527 for the
+A selection of the entire sheet, and which is considered an issue.

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

[Bug 90209] FORMATTING FILESAVE conditional formatting fails to be saved

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90209

Jérôme  changed:

   What|Removed |Added

 CC||jerome.bo...@wanadoo.fr

--- Comment #9 from Jérôme  ---
I confirm the conditional format is not copied from G26:H26 to G27.
Version: 7.3.7.2.M5 (x64) / LibreOffice Community
Build ID: cf0a4747cef76399d7acd30c4dcda7a78e7973c2
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: fr-FR (fr_FR); UI: fr-FR
Calc: threaded

I don't have the time at the moment to install the latest version.

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

[Bug 141005] Bottom and descent values ignored for vertical writing

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141005

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Status|NEW |NEEDINFO

--- Comment #9 from Julien Nabet  ---
There have been some improvements in fonts management these last years, would
it be possible you give a try to last LO version (7.6.4)?

If you still reproduce this, would it be possible to have a sample document
(just one page) with a font which can be downloaded freely?
I mean, it would help devs to reproduce this quickly.

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

[Bug 105537] [META] Assertion failed crashes

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537
Bug 105537 depends on bug 144284, which changed state.

Bug 144284 Summary: Crash closing master document (dbgutil)
https://bugs.documentfoundation.org/show_bug.cgi?id=144284

   What|Removed |Added

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

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

[Bug 144284] Crash closing master document (dbgutil)

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144284

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #6 from Buovjaga  ---
Looks like somebody fixed it

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 4eebf31e38969335471de884c7fd2db7c0e79454
CPU threads: 8; OS: Linux 6.6; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded

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

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

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134201

--- Comment #15 from Telesto  ---
No crash with comment 0 om macOS
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 5ff701226b00963312cb2a78e77966d012b79c82
CPU threads: 8; OS: macOS 13.4.1; UI render: default; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

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

[Bug 71990] Freezes on Font Dropdown

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71990

Matt K  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #13 from Matt K  ---
I'm not able to repro on a new sheet and I don't have access to the Google
drive file.  I'm using a debug build:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a1b0fc647d14dc36e9fe238d5bfc81ebcfa1d5dc
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

Marking as NEEDINFO

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

[Bug 144284] Crash closing master document (dbgutil)

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144284

--- Comment #5 from Matt K  ---
I'm not able to reproduce this using:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a1b0fc647d14dc36e9fe238d5bfc81ebcfa1d5dc
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 120255] [META] Base feature enhancements

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120255

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||158736


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158736
[Bug 158736] database feature to catch up to MS office 97
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 141568] Hang pasting table after deleting/undo, cut & paste in footnote

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141568

Dieter  changed:

   What|Removed |Added

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

--- Comment #6 from Dieter  ---
(In reply to Tex2002ans from comment #5)
> I WAS NOT able to reproduce in:
> 
> Version: 7.6.4.1 (X86_64) / LibreOffice Community


Thank you for retesting. In this case you can change status to RESOLVED
WORKSFORME.

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

[Bug 158728] Feature Request: Add a facility to create a `ott’ template that includes ALL the “default” style definitions;

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158728

--- Comment #11 from Jambunathan K  ---
(In reply to m.a.riosv from comment #10)
> It's no easy to understand what you want.

I have already provided what I want, and I have also provided how one may
produce what I want.  See the `odt` and `pdf` files, and also the `.bas` script
attached with the bug.

I want LO to provide a mechanism whereby one can see all the factory styles
provided by LibreOffice (in `Safe Mode`) and its effects when applied to text. 

Just open ` vanilla-odt-styles.odt ` 
(https://bugs.documentfoundation.org/attachment.cgi?id=191454), and you will
see what I mean.

I believe having such a template file, will help style/template designers and
consumers to get a bird's eye of the various styles in play.

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

[Bug 95405] Sidebar deck for find/search and replace

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95405

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #35 from V Stuart Foote  ---
https://gerrit.libreoffice.org/c/core/+/160500 and
https://gerrit.libreoffice.org/c/core/+/160422 are in the works.

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

[Bug 102593] [META] Paste bugs and enhancements

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102593
Bug 102593 depends on bug 141568, which changed state.

Bug 141568 Summary: Hang pasting table after deleting/undo, cut & paste in 
footnote
https://bugs.documentfoundation.org/show_bug.cgi?id=141568

   What|Removed |Added

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

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

[Bug 158736] database feature to catch up to MS office 97

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158736

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||120255
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||vsfo...@libreoffice.org
   Keywords||needsUXEval

--- Comment #1 from V Stuart Foote  ---
Support for .ods and external spreadsheet formats is read-only for BASE, don't
see much need to do more as SQL remains the viable DBMS query and Wizards can't
do more than the SQL based tools for loading/copying table data to Calc sheets
to manipulate.

No valid reason to expend the dev effort, IMHO => WF


Referenced Bugs:

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

[Bug 136579] Pressing CTRL+A in table in multipage view (4 pages row) very slow

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136579

Matt K  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #7 from Matt K  ---
I'm not able to repro with the following debug build:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a1b0fc647d14dc36e9fe238d5bfc81ebcfa1d5dc
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

I see some sluggishness when scrolling the pages, but no freeze.  Marking
NEEDINFO.

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

[Bug 158736] New: database feature to catch up to MS office 97

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158736

Bug ID: 158736
   Summary: database feature to catch up to MS office 97
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreofficefeatu...@proton.me

Description:
A feature in MS Access that would be very useful in Base is the ability to
easily write back to the database after using spreadsheet features (numerical
analysis) on the data. MS Access all the way back to 97, would let you
paste-link spreadsheets as tables in the database. Not just import a copy of
the spreadsheet as a table, a linked data source, meaning every time you open
the linked table, it has the latest data that is in the spreadsheet.

Then the GUI for queries, that included UPDATE and INSERT queries (letting you
drag and drop fields to write to), would let you write the numbers from the
spreadsheet into the database. You would run the UPDATE from the linked
spreadsheet to the fields in the database tables.

Currently this may be possible with SQL commands and code, but it would be
difficult for most users. Without the GUI assist, commands typed in are very
error prone. Few people will be comfortable writing command line type commands
to a database. Most users of an office package are not database administrators.

The database is the best way to store data. The spreadsheet is the best way to
work with numbers. You need an easy way to get the improved numbers back into
the database. Make the two programs work together, not just easy one way import
from Base to Calc.

The use case is numerical models that do not fit into the 2D sheet, or even the
3D sheets. Big models that need a database.

Actual Results:
None, not easily possible - hence new feature.

Expected Results:
Start with data in Base, import to Calc, use functions to improve the data
(maybe optimise), then write back or append data back into Base.


Reproducible: Always


User Profile Reset: No

Additional Info:
MS Access had a lot of features easily run from drop down dialog boxes. It made
automating data manipulation easier just like the function interface in the
spreadsheets makes entering the syntax of correctly formatted functions easier.
You could run a long sequence of commands one after the other. You could link a
button on a form to do it all with one press.

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

[Bug 71281] [SECURITY] Password removed from ODS file when saving to XLS, XLT...

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71281

--- Comment #9 from Matt K  ---
I can repro this, but the question is: If you really want to encrypt the
document such that no one can open it without a password, why don't you try
"File"->"Save as..." and check the checkbox for "Save with password", which
will ask you to type a password on save, and afterward the document will be
encrypted.

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

[Bug 158737] Calc - date formatting creating wrong date when using reference to cell on other sheet

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158737

--- Comment #1 from bunkem  ---
Created attachment 191462
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191462=edit
Screenshot of two sheets showing incorrect format of date

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

[Bug 158605] 1, 2 GB memory usage for a spreadsheet with simply a lot of cells with multi-line contents

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158605

raal  changed:

   What|Removed |Added

 CC||armin.le.gr...@me.com
   Keywords||bibisected, bisected
  Regression By||Armin Le Grand

--- Comment #2 from raal  ---
This seems to have begun at the below commit in bibisect repository/OS
linux-64-24.2.
Adding Cc: to Armin Le Grand ; Could you possibly take a look at this one?
Thanks

73d0152d9321a5f25f79bcea0a9c75dca9e3af20 is the first bad commit
commit 73d0152d9321a5f25f79bcea0a9c75dca9e3af20
Author: Jenkins Build User 
Date:   Tue Nov 21 16:33:24 2023 +0100

source sha:2b4cb63a4450aff4582994ca6ac701287da61ddd

159685: Cleanup some ScPatternAttr specific stuff |
https://gerrit.libreoffice.org/c/core/+/159685

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

[Bug 158735] New: Solver options are no longer saved during a spreadsheet load.

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158735

Bug ID: 158735
   Summary: Solver options are no longer saved during a
spreadsheet load.
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jsle...@san.rr.com

Description:
Prior to version 7.6 of Calc, solver options only had to be set one time for a
single load of a spread sheet. Since version 7.6 the options have to be reset
for each execution of solver on the same load of a spread sheet.  

I suspect that this has something to do with the resolution of bug 38948.

Steps to Reproduce:
1.run a spread sheet
2.run solver and change one or more options
3.check the options before running solver again and observe that your previous
options are back to their defaults.

Actual Results:
options only last for a single running of Solver on the same load of a spread
sheet.

Expected Results:
Prior to version 7.6 of calc, the options did not go back to defaults after
each solver run on a single load


Reproducible: Always


User Profile Reset: No

Additional Info:
For a single load of a spread sheet, the options should not change back to the
defaults after each run.

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

[Bug 158314] Autofilter dropdown list always shows "Empty" entry as active

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158314

--- Comment #6 from Balázs Varga (allotropia)  ---
(In reply to Kevin Suo from comment #5)
> Reverting commit 2d1df9f3dccc10f13b8585ad18afce1542ebc4d1 (tdf#117276 sc:
> Show hidden filter elements as inactive elements) and its related commits
> 2085e90fe8ac129bc4dbac4612d1ea7544335dae (FilteredRow is not a property of
> the column, tdf#117276 follow-up), 7321db3cadc8c0e4437ca04e5dcb652734ea9c26
> (Related tdf#117276 sc: Show hidden filter elements as inactive elements),
> and 19533948370dc1ccd7334dbe1a8b7fc8330b10c0 (Name FilteredRow what it is,
> not hidden; tdf#117276 follow-up) resolves the problem.
> 
> Mark as regression and bisected.

I will try to look at it soon. Thanks for the notice.

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

[Bug 158605] 1, 2 GB memory usage for a spreadsheet with simply a lot of cells with multi-line contents

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158605

raal  changed:

   What|Removed |Added

   Keywords||regression
 Blocks||122652
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz

--- Comment #1 from raal  ---
1,2 GB with Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0f82e9d42822e627edd1fb3b3c87e1f8a22136a4
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

800 MB with Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.4
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122652
[Bug 122652] [META] Memory problems in LibreOffice
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 122652] [META] Memory problems in LibreOffice

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122652

raal  changed:

   What|Removed |Added

 Depends on||158605


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158605
[Bug 158605] 1,2 GB memory usage for a spreadsheet with simply a lot of cells
with multi-line contents
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158617] Underlining no vertical separation from text

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158617

raal  changed:

   What|Removed |Added

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

--- Comment #2 from raal  ---
No repro with Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0f82e9d42822e627edd1fb3b3c87e1f8a22136a4
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

Please attach test file and printscreen of the bug. Thank you.

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

[Bug 158703] Crash if I use the space bar several times and then punctuation

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158703

--- Comment #9 from Julien Nabet  ---
It resembles the pb which has been fixed with
971c9945825db02a4809538d26fff3ae77d16866

1) const OUString& rTxt which had been replaced with std::u16string_view rTxt
2) as Mike indicated:
// rTxt may refer to the frame text that will change in the calls to
rDoc.Delete / rDoc.Insert;
// keep a local copy for later use
OUString aOrigTxt = rTxt;

I tried to apply the same but it still crashes.
After this part:
730 if ( nEndPos - nPos > 0 )
731 rDoc.Delete( nPos, nEndPos ); 

rTxt has a smaller size whereas nEndPos hasn't changed so crash.

No idea what to do.

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

[Bug 157845] Locking down the enabled status of the OpenCL feature leads to a startup crash

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157845

--- Comment #2 from Matt K  ---
No repro here -- works as expected.  The OpenCL checkbox is grayed out and set
to enabled.

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

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

[Bug 158314] Autofilter dropdown list always shows "Empty" entry as active

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158314

Kevin Suo  changed:

   What|Removed |Added

  Regression By||Balazs Varga
   Keywords||bisected, regression

--- Comment #5 from Kevin Suo  ---
Reverting commit 2d1df9f3dccc10f13b8585ad18afce1542ebc4d1 (tdf#117276 sc: Show
hidden filter elements as inactive elements) and its related commits
2085e90fe8ac129bc4dbac4612d1ea7544335dae (FilteredRow is not a property of the
column, tdf#117276 follow-up), 7321db3cadc8c0e4437ca04e5dcb652734ea9c26
(Related tdf#117276 sc: Show hidden filter elements as inactive elements), and
19533948370dc1ccd7334dbe1a8b7fc8330b10c0 (Name FilteredRow what it is, not
hidden; tdf#117276 follow-up) resolves the problem.

Mark as regression and bisected.

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

[Bug 151679] Clipboard contents on Mac cause trouble with clipboard recorders

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151679

--- Comment #11 from Thomas Tempelmann  ---
I wanted to add: I wonder if LO's DDE features can interact with Word, in
either way. If that's possible, then that might indeed be useful, and then the
current code where the DDE links get inserted into the default clipboard might
be kept, but the UI should be changed to make this an explicit behavior but not
the the default behavior.

OTOH, if Word's own DDE(?) behavior (I have no idea how to use that, so I
cannot test it) cannot be exchanged with LO's, then there's no need to keep the
DDE feature in the default clipboard and it should instead be moved into a
separate private pasteboard.

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

[Bug 154294] calculation in LO 7.5.1.2 does not work

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154294

ady  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

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

[Bug 151679] Clipboard contents on Mac cause trouble with clipboard recorders

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151679

--- Comment #10 from Thomas Tempelmann  ---
I agree with Kalle:

- DDE links are simply unknown on macOS, i.e. there's no documentation on it,
and clipboard behavior is expressly meant not to cause these side effects.
However, Microsoft apps (Word, Excel) do show similar problematic behavior on
macOS, i.e. when a clipboard recorder blindly saves all clipboard data and
later restores the clipboard contents, the data is not pasted back correctly
into Word or Excel, because the links included in the clipboard data have since
been invalidated, and the MS apps don't like that (there's, sadly, no fallback
code for such cases). Which means, all the clipboard recorders on macOS have to
know about these special types of data in the clipboard and ignore those (and
MS keep changing those every few years for our pleasure).

- macOS provides alternative clipboards. Some have official names (e.g. the
"Find" clipboard where apps put a search term into, sharable between apps) and
the rest are private (by naming them with a random identifier, ideally a
reverse domain name). The private ones are ignored by clipboard recorders but
are still sharable. So, if there are other apps who'd like to make use of DDE
features, including LO itself, it would be safer to use such a private
clipboard for this purpose, while putting all "plain" (unlinked) data into the
official clipboard. And then document this behavior. As a bonus, I'm
maintaining the domain utis.cc where we document special types. We could add a
reference to LO's behavior there (not that I think anyone will ever be
interested).

I believe that, by using an additional private (i.e. named) pasteboard, the
Copy/Paste code in LO could be changed fairly locally, without needing changes
to the UI, even. The change would be that, instead of reading/writing all data
in the various "flavors" of the default pasteboard, those flavors that are DDE
related would be put into the private clipboard instead. That way, LO will
still be able to write and read back the DDE links, whereas other apps won't
get confused by the DDE data when reading the default clipboard, not will they
cause LO documents to get altered (unless that side effect has since been fixed
somehow, as Patrick has suggested).

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

[Bug 158733] Add UI Configuration Option To Disable Showing Hidden Filter Elements As Inactive In Autofilter

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158733

Kevin Suo  changed:

   What|Removed |Added

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

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

[Bug 158314] Autofilter dropdown list always shows "Empty" entry as active

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158314

Kevin Suo  changed:

   What|Removed |Added

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

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

[Bug 158703] Crash if I use the space bar several times and then punctuation

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158703

--- Comment #8 from Julien Nabet  ---
It's specific to French UI since LO goes into SvxAutoCorrect::FnAddNonBrkSpace
and rTxt is changed afterwards.

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

[Bug 73335] FILESAVE: Misbehaving Macro corrupts .ods file when tracking of changes is enabled: non-well-formed, duplicate table:id attributes on table:cell-content-change

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73335

Matt K  changed:

   What|Removed |Added

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

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

[Bug 55963] UI: option 'Shift cells up/left' not available for 'Delete cells' when Track Changes on

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55963

Matt K  changed:

   What|Removed |Added

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

--- Comment #4 from Matt K  ---
As per tdf#73335, it seems this behavior is expected.  I guess implementing
track changes for shifting cells was more work than just disabling it.

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

[Bug 158733] Add UI Configuration Option To Disable Showing Hidden Filter Elements As Inactive In Autofilter

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158733

--- Comment #3 from Kevin Suo  ---
In "production" usage, spreadsheets can have millions of records. We do
autofiltering to narrow down the results. For me, it makes no sense to show
everything in the dropdown (while maybe some few others may like this feature).
Anyway, this should be configurable.

And that is a TODO as shown in the commit message in commit
2d1df9f3dccc10f13b8585ad18afce1542ebc4d1:
"TODO: maybe we can add a global option where the user can switch on/off this
feature."

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

[Bug 39750] [META] General Math formula editor improvements

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39750

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||158727


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158727
[Bug 158727] Add a left widevec left harpoon in libreoffice math / formula
editor
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158727] Add a left widevec left harpoon in libreoffice math / formula editor

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158727

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||39750
Summary|Add a left widevec in   |Add a left widevec left
   |libreoffice math / formula  |harpoon in libreoffice math
   |editor  |/ formula editor
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||0047
 OS|Linux (All) |All
 CC||kha...@libreoffice.org,
   ||vsfo...@libreoffice.org

--- Comment #1 from V Stuart Foote  ---
The Unicode U+20D0 COMBINING LEFT HARPOON ABOVE, or U+20D6 COMBINING LEFT ARROW
ABOVE can be appended as a literal via +X toggle; but it is clunky.

Some work to add to OpenSymbol font as was done for bug 120047 [1] for HARPOON
and WIDEHARPOON at the 6.3 release.

@Khaled, easy hack worthy?

=-ref-=
https://gerrit.libreoffice.org/c/core/+/72987/


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=39750
[Bug 39750] [META] General Math formula editor improvements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158122] odd fonts in pivot table

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158122

--- Comment #10 from Jérôme  ---
I have no personnal Windows box for installing a recent version. The version is
still 7.3.7.2.M5 (x64) as in comment #2.
The font configuration panel of Windows shows I have a Arial font.
I have no replacement rule for fonts (the table is empty and the checkbox is
unselected).
I can't reproduce this issue for the moment with the normal mode. The zooming
in and out doesn't do anything. Thus I didn't test with the Safe Mode.
Could it be related to a Windows update in background or a M. Office 2016
update in background ?

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

[Bug 158721] Printing fails in Writer: blank page produced

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158721

--- Comment #10 from m.a.riosv  ---
Then I can't help, let's see if someone with Linux can.

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

[Bug 158703] Crash if I use the space bar several times and then punctuation

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158703

Julien Nabet  changed:

   What|Removed |Added

 OS|Windows (All)   |All
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||haveBacktrace

--- Comment #7 from Julien Nabet  ---
I also got a crash with LO Debian package 7.6.4.1, I got a crash and noticed
these logs:
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string_view::substr: __pos (which is 4) > __size (which is 3)
Unspecified Application Error

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

[Bug 158703] Crash if I use the space bar several times and then punctuation

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158703

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

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

On pc Debian x86-64 with master sources updated today, I got an assertion.

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

[Bug 158733] Add UI Configuration Option To Disable Showing Hidden Filter Elements As Inactive In Autofilter

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158733

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
They are shown in gray for me at the end of the selectable items, not in the
middle.
I don't think they can bother in this way.

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

[Bug 158734] calc

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158734

Meetup  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 158734] calc

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158734

--- Comment #4 from Meetup  ---
Version: 7.5.8.2 (X86_64) / LibreOffice Community
Build ID: f718d63693263970429a68f568db6046aaa9df01
CPU threads: 20; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: threaded

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

[Bug 154294] calculation in LO 7.5.1.2 does not work

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154294

Meetup  changed:

   What|Removed |Added

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

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

[Bug 83066] [META] CJK (Chinese, Japanese, Korean, and Vietnamese) language issues

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83066
Bug 83066 depends on bug 155158, which changed state.

Bug 155158 Summary: Cursor dissapears when switching from chinese layout 
(windows 10)
https://bugs.documentfoundation.org/show_bug.cgi?id=155158

   What|Removed |Added

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

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

[Bug 155158] Cursor dissapears when switching from chinese layout (windows 10)

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155158

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Ever confirmed|1   |0
 Resolution|INSUFFICIENTDATA|---
 Status|RESOLVED|UNCONFIRMED

--- Comment #4 from Kevin Suo  ---
Restore to UNCONFIRMED as this issue apparently has nothing to do with "safe
mode".

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

[Bug 154294] calculation in LO 7.5.1.2 does not work

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154294

Meetup  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 154294] calculation in LO 7.5.1.2 does not work

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154294

Meetup  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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

[Bug 154294] calculation in LO 7.5.1.2 does not work

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154294

Meetup  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 154294] calculation in LO 7.5.1.2 does not work

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154294

--- Comment #9 from Meetup  ---
Version: 7.5.8.2 (X86_64) / LibreOffice Community
Build ID: f718d63693263970429a68f568db6046aaa9df01
CPU threads: 20; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: threaded

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

[Bug 158729] Cropped images change on compression

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158729

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach a screenshot of compress options box.

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

[Bug 158728] Feature Request: Add a facility to create a `ott’ template that includes ALL the “default” style definitions;

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158728

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
   Severity|normal  |enhancement

--- Comment #10 from m.a.riosv  ---
It's no easy to understand what you want.

>From one default style, you can derive whatever styles you want, even in
cascade.
Styles inherit, from their parent style, any attribute not modified in the
style itself.

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

[Bug 158623] a few templates thumbnails could use indexed colours

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158623

--- Comment #1 from Jérôme  ---
The thumbnails of the templates in the directory below could perhaps simply be
deleted :
share/template/common/wizard

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

[Bug 158734] calc

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158734

--- Comment #3 from V Stuart Foote  ---
Do not attempt direct formatting of empty cells via a select all. Empty cells
will not take the formatting.

You need to select a different theme (Format -> "Spreadsheet Theme", or the new
"Theme..." dialog) or you can change the selected theme's style ("Default" cell
style on the Sidebar Styles deck) for the cell content.

Then Layout, Format, Style changes can be saved as a document template for easy
reuse. Just note the difference between a template (.ots) and the actual
working spreadsheet document (.ods) and avoid clobbering your template.

See the Calc Guide, or the online-help for your options--there are many.

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

[Bug 158721] Printing fails in Writer: blank page produced

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158721

--- Comment #9 from Charles Johnson  ---
(In reply to m.a.riosv from comment #8)
> Maybe you are using the 'Tabbed UI'
> Change the user interface to 'Standard toolbar' and you can see the option.
> Click on the icon with three lines at the top-right.

Asking questions the right way is important, and I do try. 

Answering them the right way is equally important. You are asking me to restart
LibraOffice writer in safe-mode, ans not Linux. Sorry, my misunderstanding. I
apologize.

It makes no difference. Printing still produces a blank page, Export to PDF
works as advertized, and of course, my TeX extension are unavailable as
expected. Print Preview still displays correctly.

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

[Bug 158724] Conditional Formatting gets overwritten

2023-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158724

m.a.riosv  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

  1   2   >