[Libreoffice-bugs] [Bug 146774] Applying a style kills the ability to write text in Writer under Fedora 35

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146774

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from Dieter  ---
(In reply to tuxuser from comment #7)
> For me it's fixed with LO 7.3.0.3

Thank you for retesting
=> RESOLVED WORKSFORME

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

[Libreoffice-bugs] [Bug 138691] Crash when trying to save a form using an image bigger than length of Binary fix field

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138691

--- Comment #13 from Robert Großkopf  ---
(In reply to Mike Kaganski from comment #12)
> (In reply to Robert Großkopf from comment #10)
> > (In reply to Julien Nabet from comment #9)
> > > perhaps we should check image size just after having selected it?
> > > It's in OImageControlControl::implInsertGraphics ...
> > > If the image size is > field size => error message and the action isn't 
> > > done.
> > 
> > I would prefer this solution.
> 
> But can't forms pre-process data before inserting into tables? Then isn't
> checking something at entry time too soon?

Forms will only link from the path of the image to the table of the database.
It works like this:
oSimpleFileAccess = createUnoService("com.sun.star.ucb.SimpleFileAccess")
oStream = oSimpleFileAccess.openFileRead(stUrl)
oField.BoundField.updateBinaryStream(oStream, oStream.getLength())

There is no possibility to limit the content for this field in the form.

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

[Libreoffice-bugs] [Bug 139375] LibreOffice Writer Spell checker F7 not working at all or set wrong language

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139375

Dieter  changed:

   What|Removed |Added

Version|7.3.0.3 release |7.0.3.1 release

--- Comment #18 from Dieter  ---
(In reply to Alfie from comment #16)
> Hi Dieter,
> 
> sorry - I have no idea what are you talking about here.
> I never had Xbox so have no idea what video you want.
> It has been so long ago.

Xbos game bar is part of regular Windows 10. Please press Windows key + G

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

[Libreoffice-bugs] [Bug 147184] FILEEDIT ODT Redo assert

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147184

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
Please can you attach video? Do you mean 2. and 3. lines in first cell (A3 sd
Lorem ipsum dolor sit amet...)?

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

[Libreoffice-bugs] [Bug 126546] Deficiencies in Manage Styles (possibly related to import filters)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126546

--- Comment #16 from Dieter  ---
(In reply to Thomas Lendo from comment #14)
> Anyway, the supposed change has a huge impact on the way how Writer works.
> Before I say something as a reflex of my long work with Writer and styles
> and "dirty" DF documents ... What is the OpenDocument specification saying
> about that?

Thomas, does comment 15 give enough informations or should we as Regina or
somebody else?

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

[Libreoffice-bugs] [Bug 138854] Writer highlighting and editing mismatches the view. Text corruption and undo failure. (Skia Vulkan?)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138854

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1

--- Comment #3 from Dieter  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 138924] Libre Writer does not properly execute the IMAGE anchor choice as coded in STYLES.XML

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138924

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1

--- Comment #5 from Dieter  ---
Hello John, a new major release of LibreOffice is available since this bug was
reported. Could you please try to reproduce it with the latest version of
LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-commits] core.git: include/oox oox/source sc/source

2022-02-05 Thread Tomaž Vajngerl (via logerrit)
 include/oox/ole/vbamodule.hxx   |   11 +--
 oox/source/ole/vbamodule.cxx|2 +-
 sc/source/ui/vba/vbaapplication.cxx |7 ++-
 3 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit 6ed0ffe9177ff6851e1b1e338dd92f81e7987f57
Author: Tomaž Vajngerl 
AuthorDate: Wed Feb 2 15:20:13 2022 +0900
Commit: Tomaž Vajngerl 
CommitDate: Sun Feb 6 06:49:15 2022 +0100

vba: small fixes for GetOpenFilename and documenting structs

Check the XFileDialogSelectedItems is using the expected impl.
after dynamic_casting.

Rename VbaKeyBinding to VbaMacroKeyAndMethodBinding and document
the struct.

Change-Id: Ica4b24fed3013c5efa97a14e98bf9bdc2c74b68d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129320
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/include/oox/ole/vbamodule.hxx b/include/oox/ole/vbamodule.hxx
index 3028136375bc..4cbb4a41c948 100644
--- a/include/oox/ole/vbamodule.hxx
+++ b/include/oox/ole/vbamodule.hxx
@@ -40,9 +40,14 @@ namespace oox {
 
 namespace oox::ole {
 
-struct VbaKeyBinding
+/** Stores, which key shortcut maps to which VBA macro method. */
+struct VbaMacroKeyAndMethodBinding
 {
+// This describes a key combinaton in "raw" VBA Macro form, that
+// still needs translated to a key event that can be used in
+// LibreOffice.
 OUString msApiKey;
+// The name of the macro method
 OUString msMethodName;
 };
 
@@ -105,7 +110,9 @@ private:
 boolmbReadOnly;
 boolmbPrivate;
 boolmbExecutable;
-std::vector maKeyBindings;
+
+/** Keys and VBA macro method bindings */
+std::vector maKeyBindings;
 };
 
 
diff --git a/oox/source/ole/vbamodule.cxx b/oox/source/ole/vbamodule.cxx
index 0fc9609653f3..d53e525989e6 100644
--- a/oox/source/ole/vbamodule.cxx
+++ b/oox/source/ole/vbamodule.cxx
@@ -136,7 +136,7 @@ void VbaModule::createAndImportModule( StorageBase& 
rVbaStrg,
 
 void VbaModule::registerShortcutKeys()
 {
-for (VbaKeyBinding const& rKeyBinding : maKeyBindings)
+for (VbaMacroKeyAndMethodBinding const& rKeyBinding : maKeyBindings)
 {
 try
 {
diff --git a/sc/source/ui/vba/vbaapplication.cxx 
b/sc/source/ui/vba/vbaapplication.cxx
index f11ee6f21bbe..7b68047d0b80 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -358,7 +358,7 @@ uno::Any SAL_CALL
 ScVbaApplication::GetOpenFilename(const uno::Any& /*aFileFilter*/, const 
uno::Any& /*aFilterIndex*/, const uno::Any& aTitle, const uno::Any& 
/*aButtonText*/, const uno::Any& aMultiSelect)
 {
 // TODO - take all parameters into account
-auto xDialog = uno::Reference (new ScVbaFileDialog( 
this, mxContext, office::MsoFileDialogType::msoFileDialogFilePicker));
+uno::Reference xDialog(new ScVbaFileDialog(this, 
mxContext, office::MsoFileDialogType::msoFileDialogFilePicker));
 xDialog->setTitle(aTitle);
 xDialog->setAllowMultiSelect(aMultiSelect);
 
@@ -373,6 +373,11 @@ ScVbaApplication::GetOpenFilename(const uno::Any& 
/*aFileFilter*/, const uno::An
 
 uno::Reference xItems = 
xDialog->getSelectedItems();
 auto* pItems = dynamic_cast(xItems.get());
+
+// Check, if the implementation of XFileDialogSelectedItems is what we 
expect
+if (!pItems)
+throw uno::RuntimeException("Unexpected XFileDialogSelectedItems 
implementation");
+
 auto const & rItemVector = pItems->getItems();
 
 if (!bMultiSelect) // only 1 selection allowed - return path


[Libreoffice-bugs] [Bug 144560] +R not customizable in LO Writer on macOS Catalina

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144560

--- Comment #3 from Alexis  ---
(In reply to eisa01 from comment #2)
> Was going to test this, but recording macros require Java which is not
> supported on ARM?

I am not sure what you are trying to communicate: my bug report is specific to
macOS, and my Apple machine has an Intel processor, not Arm.

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

[Libreoffice-bugs] [Bug 147215] LibreOfficeDev_7.3.1.0.0_Linux_x86-64_rpm DL04-02-2022 CALC crashes everytime in every way

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147215

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile, Menu/Help/Restart in Safe Mode

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

[Libreoffice-bugs] [Bug 147222] Incorrect rendering when deleting lines in a cell with multiline text.

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147222

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Not with random but duplicating the last row. such dups are not saved in the
cell.
Version: 7.3.0.3 (x64) / LibreOffice Community
Build ID: 0f246aa12d0eee4a0f7adcefbf7c878fc2238db3
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 147224] LibreOffice without the Filter function

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147224

m.a.riosv  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

[Libreoffice-bugs] [Bug 147153] Calc freezes and crash if manually selecting of thousands of lines

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147153

--- Comment #5 from m.a.riosv  ---
I can't repro with your sample.
Version: 7.3.0.2 (x64) / LibreOffice Community
Build ID: f1c9017ac60ecca268da7b1cf147b10e244b9b21
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL

Sometimes profile issues appear, updating the version. No easy way to find the
source.
Restarting in 'Safe Mode' there is the option to clean the profile.

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

[Libreoffice-bugs] [Bug 147189] FILEOPEN XML2003 Decimal places formatting of numbers in cells is missing

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147189

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 147187] FILEOPEN XML2003 Font color and bold setting missing

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147187

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 145608] The program crashes suddenly when try to open an archive or even not doing anything

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145608

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 145189] Crash doing a SaveAll of 21 documents

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145189

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 144560] +R not customizable in LO Writer on macOS Catalina

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144560

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 144124] pasting older entries from clipboard manager (e.g. LaunchBar) pastes latest clipboard content on macOS

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144124

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 143862] Navigation bar cannot be navigated and other shortcuts not working

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143862

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 140610] LibreOffice's text file (odt) editor has a bug in its graphics, creating garbage as cursor is moved.

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140610

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 139504] Dialog box doesnt respond to default macOS keyboard shortcut command

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139504

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 146904] the default compression force of png image should be 9 into the image compression form

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146904

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 145284] Print and export to PDF include original filename extension before ".pdf"

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145284

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 145284] Print and export to PDF include original filename extension before ".pdf"

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145284

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

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

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

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

Bug 135180 Summary: LibreOffice crashes on startup, but not as sudo
https://bugs.documentfoundation.org/show_bug.cgi?id=135180

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 135180] LibreOffice crashes on startup, but not as sudo

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135180

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 135180] LibreOffice crashes on startup, but not as sudo

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135180

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

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.

[Libreoffice-bugs] [Bug 143770] Imported file with graphics and text not displaying properly

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143770

--- Comment #2 from QA Administrators  ---
Dear Paul Sutton,

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.

[Libreoffice-bugs] [Bug 143650] Libre office calc tabella pivot origine e destinazione

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143650

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

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.

[Libreoffice-bugs] [Bug 147225] New: soffice: Tools | Options, not allowed to press Ctrl+Tab to switch between tabs

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147225

Bug ID: 147225
   Summary: soffice: Tools | Options, not allowed to press
Ctrl+Tab to switch between tabs
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: surfer0...@gmail.com

### Steps to reproduce:

1. Open soffice.
2. Tools → Options...
3. Press Ctrl + Tab 

 Actual Results:
No response.

### Expected Results:
The command "Switch to next tab" works as expected.

tabs: General, View, Print, paths...

### System configuration
 Windows version:
Windows 10 20H2 (10.0.19042)

 Name and version of other software in use when reproducing the issue:
* [LibreOffice version 7.3.0 (zh-TW)
](https://www.libreoffice.org/donate/dl/win-x86_64/7.3.0/zh-TW/LibreOffice_7.3.0_Win_x64.msi)

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

[Libreoffice-bugs] [Bug 147224] LibreOffice without the Filter function

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147224

--- Comment #1 from David Leal  ---
The idea is not to use macros. There's no turning back, the Filter function is
ideal for making the dropBox searchable! I did the following experiment just
now: I opened excel from outlook.com and made a small table using the filter
function. Then I downloaded this file to my PC and opened it with version 7.2.5
of Calc, to see if there is any similar function. The return was:
=_xlfn._xlws.filter(A2:A9;B2:B9="A";"Not Found") The same return appeared in
OnlyOffice with this difference =_XLWS.FILTER(A2:A9;B2:B9= "A";"Not Found");
with the difference that OnlyOffice was the only one capable of putting it into
action! Calc was not able to! Now imagine you have an Excel database using this
function. You will not have that file working in Calc. This function must be
implemented in Calc. It opens up many avenues for advanced research.

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

[Libreoffice-bugs] [Bug 139375] LibreOffice Writer Spell checker F7 not working at all or set wrong language

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139375

Alfie  changed:

   What|Removed |Added

Version|7.2.5.2 release |7.3.0.3 release
Summary|LibreOffice Writer Spell|LibreOffice Writer Spell
   |checker set wrong language  |checker F7 not working at
   ||all or set wrong language

--- Comment #17 from Alfie  ---
NEW POST - NEW LibreOffice version - OLD BUG
I consider it critical or at least a major problem, but can't change it to
such.

In my previous version 7.2.0.2 The LibreOffice spell checker quit working
completely. LibreOffice is running on my Windows 10 21H2.

I have uninstalled this 7.2 version, and downloaded and clean-installed v
7.3.0.3
Custom installed with English and Czech dictionaries.
Proceeded to work translating documents,
The default language is set to Standard English(USA)
On the English document, the spell checker initially stayed stuck on Czech, but
then just popped up with EMPTY language field, and the question if check from
the beginning.

This is the same crap that I reported before in v 7.1, and now is even worse.
No spell checker at all for the Default language.
Have checked the Tools-Language  the popup does not set the Checkmark, there is
no permanent set for the choice, and no SAVE the settings.
There is no possibility to change the language in the Spell checker popup when
wrong language is displayed, and there is no Refresh or restart the spell
checker if the language is manually changed / entered there.

Next= Tools/Options/Language Settings/Languages/ ... all have correctly set the
default-English (USA), Writing Aids all English custom dictionaries are
checked, 
Hunspell spell checker module installed.
The default page is set to English and keyboard set to US Qwerty

===

When I change to Czech document, the Language is set to Czech for this document
only.
The Czech module is not on Writing aids Available Language modules list, or
Customs Dictionaries list. F7 popup has Czech on it despite my keyboard is ENG. 
The option Add to dictionary is grayed out.

Closed the LibreOffice and rebooted the PC several times and restarted the
LibreOffice, but the F7= spell checker is still broken.
Need this fixed already, can't work without spellchecker.

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

[Libreoffice-bugs] [Bug 147209] FILTER: LO Basic filter fails if a date is used as a criterion (REGRESSION)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147209

Freda  changed:

   What|Removed |Added

Summary|FILTER: Libreoffice Basic   |FILTER: LO Basic filter
   |filter fails if a date  is  |fails if a date  is used as
   |used as a criterion |a criterion (REGRESSION)

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

[Libreoffice-bugs] [Bug 87058] column label functions do not update after inserting rows below title - needs save and reload including a hard recalc

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87058

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #15 from Jean-Baptiste Faure  ---
Reproducible in master Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 3e9975cf507e24e9c501575c501833164d217acc
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Ubuntu_20.04_x86-64
Calc: threaded

following steps from comment #1
CTRL+SHIFT+F9 does nothing but save ans reload update B1

Surprisingly, deleting the added row, updates B1.

Best regards. JBF

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

[Libreoffice-commits] core.git: icon-themes/colibre icon-themes/colibre_svg

2022-02-05 Thread Rizal Muttaqin (via logerrit)
 icon-themes/colibre/cmd/lc_textdirectionlefttoright.png |binary
 icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png |binary
 icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg |2 +-
 icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg |2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c0269fe079f4cefe5a5d98a31e8dda5f60ccb09e
Author: Rizal Muttaqin 
AuthorDate: Sun Feb 6 01:58:19 2022 +0700
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Feb 6 01:24:32 2022 +0100

Colibre: New large Text Direction icons

Change-Id: Icd69c7b2bd873cdf1ea4547946802347cdd95873
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129532
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png 
b/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png
index 8f187cdbea08..49e1efded3f1 100644
Binary files a/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png and 
b/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png differ
diff --git a/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png 
b/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png
index 0a50d4b05fc5..a881861e43af 100644
Binary files a/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png and 
b/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png differ
diff --git a/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg 
b/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg
index fd65d85acb4d..5364bebf34f1 100644
--- a/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg
+++ b/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>A
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg 
b/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg
index 3baa4918495e..6ee6f429709e 100644
--- a/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg
+++ b/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>A
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file


[Libreoffice-bugs] [Bug 147224] New: LibreOffice without the Filter function

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147224

Bug ID: 147224
   Summary: LibreOffice without the Filter function
   Product: LibreOffice
   Version: 7.3.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: davidl...@live.com.pt

Does the new version bring the Filter function? It will be interesting to add
it for the possibilities. I leave a demo video

https://www.youtube.com/watch?v=uBUr9YdaXCw

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

[Libreoffice-bugs] [Bug 128233] macOS: Can't save or open files using Finder dialog on Standard accounts

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128233

--- Comment #63 from b...@whiteflamegreen.net ---
(In reply to eisa01 from comment #62)
> *** Bug 137909 has been marked as a duplicate of this bug. ***

I don't think 137909 /is/ the same as 128233.  In this report, (128233), the
dialog bog is described as never appearing.  In the case of 137909 the dialog
box does appear, but 'freezes' for about 90 seconds.

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

[Libreoffice-bugs] [Bug 137909] FILESAVE Hang on Save As...

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137909

b...@whiteflamegreen.net changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #13 from b...@whiteflamegreen.net ---
I don't think this is the same as 128233.  In tha, (and the others marked as
duplicates), the dialog bog is described as never appearing.  In this case the
dialog box does appear, but 'freezes' for about 90 seconds.

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

[Libreoffice-bugs] [Bug 145745] Create a "Duplicate sheet" option in LO Calc

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145745

Rafael Lima  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |rafael.palma.l...@gmail.com
   |desktop.org |

--- Comment #11 from Rafael Lima  ---
Proposed patch available in Gerrit for review.
https://gerrit.libreoffice.org/c/core/+/129541

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

[Libreoffice-bugs] [Bug 145284] Print and export to PDF include original filename extension before ".pdf"

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145284

--- Comment #6 from John  ---
The original bug seems to be gone. That is, if I choose the "export to PDF"
functionality via the little PDF button or the menu, the "pdf" extension
replaces the file's "odt" extension.

However if I print the file and then choose "print to pdf" via the system
dialog, the resulting dialog box has both the "odt" and the "pdf" extensions,
as in "filename.odt.pdf". Different apps seem to handle this in different ways.
For example, some leave the new pdf "unnamed", but a quick check doesn't find
any that leave the original extension on the proposed PDF filename.

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

[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 82674, which changed state.

Bug 82674 Summary: PDF: Export-as-PDF during Page Preview corrupts display (2 
overlapping images)
https://bugs.documentfoundation.org/show_bug.cgi?id=82674

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 82674] PDF: Export-as-PDF during Page Preview corrupts display (2 overlapping images)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82674

Jim Avera  changed:

   What|Removed |Added

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

--- Comment #15 from Jim Avera  ---
Still happens for me using latest Master.

Here are UPDATED INSTRUCTIONS with more details, just in case it matters:

  0. Use an X11 session (not Wayland)
  1. Open attached test.odt
 Set screen magnification to exactly 100%
  2. File->Print Preview
 Set Magnification to 65%
  3. File->Export As->Export as PDF and set the following options:

  Range: All
  Checked JPEG compression Qual: 90%
  Checked Reduce image res to:300 DPI
  Checked Export Outlines
  (all others unchecked)

  4. Make sure the file-chooser dialog overlaps the print-preview (if it
doesn't happen anyway, as it does for me).

Ubuntu 20.04.3 LTS with X11 session 

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 703fb7739a5e604d90e147db6f67917b8d141150
CPU threads: 12; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 83581] caret does not enter ligature; easy to insert at wrong place

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83581

Jean-Baptiste Faure  changed:

   What|Removed |Added

Version|Inherited From OOo  |4.2.5.2 release
 CC||jbfa...@libreoffice.org

--- Comment #17 from Jean-Baptiste Faure  ---
A bug inherited from OOo can't be a regression. -> back to version 4.2.5.2.

Still reproducible with LO 7.3.1.0.0+ and
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 3e9975cf507e24e9c501575c501833164d217acc
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Ubuntu_20.04_x86-64
Calc: threaded

Is the problem in LO or in Carlito font? Can someone do the test with another
text processor with Carlito font?

Best regards. JBF

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

[Libreoffice-bugs] [Bug 147170] Entire UI shows at the wrong size on second monitor (DPI issue?)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147170

--- Comment #3 from m...@hyakosm.net ---
Created attachment 178085
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178085=edit
LibreOffice on a non-Retina external monitor

LibreOffice shows the UI with a 2x size on the non-Retina external monitor of a
Retina MacBook (if I drag the window on the integrated Retina screen it's
correct).

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

[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 82674, which changed state.

Bug 82674 Summary: PDF: Export-as-PDF during Page Preview corrupts display (2 
overlapping images)
https://bugs.documentfoundation.org/show_bug.cgi?id=82674

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 82674] PDF: Export-as-PDF during Page Preview corrupts display (2 overlapping images)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82674

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |WORKSFORME

--- Comment #14 from Jean-Baptiste Faure  ---
Not reproducible for me with 
Version: 7.3.1.0.0+ / LibreOffice Community
Build ID: 1c949e29e8a589bb8430e6fb2e5855dbb722b82a
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Ubuntu_20.04_x86-64
Calc: threaded

nor in

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 3e9975cf507e24e9c501575c501833164d217acc
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Ubuntu_20.04_x86-64
Calc: threaded

Still reproducible in
Version: 7.2.6.0.0+ / LibreOffice Community
Build ID: 7fd980a607eead2c6cf6557c07a9c25cb5b1a5d4
CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Ubuntu_20.04_x86-64
Calc: threaded

Closing as WorksForMe. Please feel free to reopen if you disagree.

Best regards. JBF

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

[Libreoffice-bugs] [Bug 80219] FILESAVE: SVG loss some color after saving

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80219

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #23 from Jean-Baptiste Faure  ---
There is no svg in the test file.
>From the discussion on the qa-fr mailing list
(https://listarchives.libreoffice.org/fr/qa/2014/msg01217.html) it is clear
that the image is a drawing in Draw format resulting from the import of an SVG
image in Draw that has been converted in Draw format, then copied & pasted in
the text document.

It is possible to play with the Draw object in Draw. There is several layers of
grouped objects. Entering the group and moving some part of the group from
front to back, allows to retrieve to correct color. Then saving et reloading
the file keep the drawing unchanged. So I guess there is something wrong in the
drawing object, and the bug was in the LO version which did the conversion SVG
-> Draw object. 

As the original SVG file is not available, it is not possible to reproduce the
path from the SVG to the drawing object in the text document. So I guess it is
not possible to do something with this bug report.

Best regards. JBF

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - icon-themes/colibre icon-themes/colibre_svg

2022-02-05 Thread Rizal Muttaqin (via logerrit)
 icon-themes/colibre/cmd/lc_textdirectionlefttoright.png |binary
 icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png |binary
 icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg |2 +-
 icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg |2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c9098f931d6c22827477d4e0e423ad08db0e5ad0
Author: Rizal Muttaqin 
AuthorDate: Sun Feb 6 01:58:19 2022 +0700
Commit: Rizal Muttaqin 
CommitDate: Sat Feb 5 23:40:45 2022 +0100

Colibre: New large Text Direction icons

Change-Id: Icd69c7b2bd873cdf1ea4547946802347cdd95873
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129446
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png 
b/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png
index 8f187cdbea08..49e1efded3f1 100644
Binary files a/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png and 
b/icon-themes/colibre/cmd/lc_textdirectionlefttoright.png differ
diff --git a/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png 
b/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png
index 0a50d4b05fc5..a881861e43af 100644
Binary files a/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png and 
b/icon-themes/colibre/cmd/lc_textdirectiontoptobottom.png differ
diff --git a/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg 
b/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg
index fd65d85acb4d..5364bebf34f1 100644
--- a/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg
+++ b/icon-themes/colibre_svg/cmd/lc_textdirectionlefttoright.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>A
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff --git a/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg 
b/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg
index 3baa4918495e..6ee6f429709e 100644
--- a/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg
+++ b/icon-themes/colibre_svg/cmd/lc_textdirectiontoptobottom.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>A
\ No newline at end of file
+http://www.w3.org/2000/svg;>
\ No newline at end of file


[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - include/svtools svtools/source

2022-02-05 Thread Stephan Bergmann (via logerrit)
 include/svtools/asynclink.hxx|6 --
 svtools/source/control/asynclink.cxx |   15 ---
 2 files changed, 21 deletions(-)

New commits:
commit 31c071c72b40194778742ec3fb7e919aebb20c02
Author: Stephan Bergmann 
AuthorDate: Fri Jan 28 15:01:31 2022 +0100
Commit: Caolán McNamara 
CommitDate: Sat Feb 5 22:45:32 2022 +0100

We no longer know how to contact TLX anyway

GCC 12 trunk started to warn

> svtools/source/control/asynclink.cxx: In member function ‘void 
svtools::AsynchronLink::HandleCall_PostUserEvent(void*)’:
> svtools/source/control/asynclink.cxx:76:15: error: storing the address of 
local variable ‘bDeleted’ in ‘*this.svtools::AsynchronLink::_pDeleted’ 
[-Werror=dangling-pointer=]
>76 | _pDeleted = 
>   | ~~^~~
> svtools/source/control/asynclink.cxx:75:10: note: ‘bDeleted’ declared here
>75 | bool bDeleted = false;
>   |  ^~~~
> svtools/source/control/asynclink.cxx:75:10: note: ‘’ declared 
here

And while that is arguably a false warning, it points at some dubious code
anyway:  The only reason for the AsynchronLink _bInCall and _pDeleted 
members is
to potentially SAL_INFO some "valuable historical artefact", if
AsynchronLink::Call were ever called recursively.  But
0de7513cd73f1f35265e42f9a2b9befe81302c2c "osl::Mutex->std::mutex in
AsynchronLink" apparently already argued that such recursive calls can never
happen, as locking _aMutex in a recursive call of Call would now deadlock.

Change-Id: I9ee47ac65652e40e23a37be3d0694fa1185b877a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129104
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit a4348ec796e6efe0edce7bb8bfa47b1fa95d0e34)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129445
Reviewed-by: Caolán McNamara 

diff --git a/include/svtools/asynclink.hxx b/include/svtools/asynclink.hxx
index 3a699fe46a14..ae5139e3206b 100644
--- a/include/svtools/asynclink.hxx
+++ b/include/svtools/asynclink.hxx
@@ -34,8 +34,6 @@ class UNLESS_MERGELIBS(SVT_DLLPUBLIC) AsynchronLink
 {
 Link _aLink;
 ImplSVEvent* _nEventId;
-bool _bInCall;
-bool*_pDeleted;
 void*_pArg;
 std::mutex   _aMutex;
 
@@ -45,14 +43,10 @@ public:
 AsynchronLink( const Link& rLink )
 : _aLink( rLink )
 , _nEventId( nullptr )
-, _bInCall( false )
-, _pDeleted( nullptr )
 , _pArg( nullptr )
 {}
 AsynchronLink()
 : _nEventId( nullptr )
-, _bInCall( false )
-, _pDeleted( nullptr )
 , _pArg( nullptr )
 {}
 ~AsynchronLink();
diff --git a/svtools/source/control/asynclink.cxx 
b/svtools/source/control/asynclink.cxx
index 1fb8b613eb09..08fc755c7862 100644
--- a/svtools/source/control/asynclink.cxx
+++ b/svtools/source/control/asynclink.cxx
@@ -30,7 +30,6 @@ namespace svtools {
 
 void AsynchronLink::Call( void* pObj, bool bAllowDoubles )
 {
-SAL_INFO_IF( !_bInCall, "svtools", "Recursives Call. Eher ueber Timer. TLX 
Fragen" ); // Do NOT translate. This is a valuable historical artefact.
 if( !_aLink.IsSet() )
 return;
 
@@ -47,8 +46,6 @@ AsynchronLink::~AsynchronLink()
 {
 Application::RemoveUserEvent( _nEventId );
 }
-if( _pDeleted )
-*_pDeleted = true;
 }
 
 void AsynchronLink::ClearPendingCall()
@@ -69,19 +66,7 @@ IMPL_LINK_NOARG( AsynchronLink, HandleCall_PostUserEvent, 
void*, void )
 // need to release the lock before calling the client since
 // the client may call back into us
 }
-_bInCall = true;
-
-// some fancy footwork in case we get deleted inside the call
-bool bDeleted = false;
-_pDeleted = 
-
 _aLink.Call( _pArg );
-
-if( !bDeleted )
-{
-_bInCall = false;
-_pDeleted = nullptr;
-}
 }
 
 }


[Libreoffice-bugs] [Bug 92960] Calc doesn't merge cells correctly when pasting merged content from HTML

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92960

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

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

[Libreoffice-commits] core.git: sd/source

2022-02-05 Thread Caolán McNamara (via logerrit)
 sd/source/core/shapelist.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 29e66d56d1f5499556fc38e51df76ce9210119fe
Author: Caolán McNamara 
AuthorDate: Sat Feb 5 19:24:27 2022 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 5 22:34:08 2022 +0100

WaE: storing the address of local variable [-Wdangling-pointer]

this is presumably what was intended

Change-Id: I0c436c1440207140158ae902b17b43549a94d8c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129536
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sd/source/core/shapelist.cxx b/sd/source/core/shapelist.cxx
index 0991cc464a57..613286c9b9b7 100644
--- a/sd/source/core/shapelist.cxx
+++ b/sd/source/core/shapelist.cxx
@@ -80,7 +80,7 @@ void ShapeList::clear()
 for( auto& rpShape : aShapeList )
 rpShape->RemoveObjectUser(*this);
 
-maIter = aShapeList.end();
+maIter = maShapeList.end();
 }
 
 /** returns true if this list is empty */


Re: Unable to compile LibreOffice 7.3. Stuck at harfbuzz error messages

2022-02-05 Thread dreamn...@gmail.com
My autogen.input is:

--with-parallelism=8
--with-distro=LibreOfficeLinux
--with-lang=es
--with-myspell-dicts
--enable-release-build
--with-package-format=deb
--disable-dependency-tracking
--with-jdk-home=/usr/lib/jvm/java-11-openjdk-i386/
--with-privacy-policy-url="
https://www.libreoffice.org/about-us/privacy/privacy-policy-en/;

And you're right, does not matter if libharfbuzz-dev is installed, as
LibreOffice uses its own package.
The file config.log was sent to your e-mail account, because that file is
quite big.

Thanks for all your help!

El vie, 4 feb 2022 a las 15:03, Caolán McNamara ()
escribió:

> On Mon, 2022-01-31 at 01:47 -0600, dreamn...@gmail.com wrote:
> > /home/linux/Downloads/libreoffice-
> > 7.3.0.3/workdir/UnpackedTarball/harfbuzz/src/.libs/libharfbuzz.a(libh
> > arfbuzz_la-hb-graphite2.o): In function
> > `_hb_graphite2_shaper_face_data_create':
> > /home/linux/Downloads/libreoffice-
> > 7.3.0.3/workdir/UnpackedTarball/harfbuzz/src/hb-graphite2.cc:132:
> > undefined reference to `gr_make_face_with_ops'
> > /home/linux/Downloads/libreoffice-
> > 7.3.0.3/workdir/UnpackedTarball/harfbuzz/src/.libs/libharfbuzz.a(libh
> > arfbuzz_la-hb-graphite2.o): In function
> > `_hb_graphite2_shaper_face_data_destroy':
> >
> > And a lot more error messages related to harfbuzz.
> > Does anybody know what’s going on and how to solve this issue?(Yes,
> > libharfbuzz-dev is installed, as always).
>
> What we'd need to see is the configure/autogen options passed here.
> Best is probably the output of config.log to see what was passed in and
> what was the configured result.
>
> You mention "libharfbuzz-dev is installed" which suggests your intent
> might have been to build against the system harfbuzz, but the logs show
> that the bundled harfbuzz was built and that it couldn't find
> gr_make_face_with_ops to link against, which is (presumably) a graphite
> symbol. config.log could show what graphite is intended to be used,
> internal/external and maybe give a hint as to what is the problem.
>
>


[Libreoffice-bugs] [Bug 74577] Pasting a HTML table into Libreoffice Calc can jumble the table up.

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74577

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 103381] [META] Pivot table (aka Data Pilot) bugs and enhancements

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103381

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||147193


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147193
[Bug 147193] Generation of pivot table in calc fails with more then 1000
records
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147193] Generation of pivot table in calc fails with more then 1000 records

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147193

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103381


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103381
[Bug 103381] [META] Pivot table (aka Data Pilot) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147193] Generation of pivot table in calc fails with more then 1000 records

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147193

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||79045_79...@mail.ru
 Ever confirmed|0   |1

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
no problem on macOS in

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 583185235389b55d6cfffac3067c0e1ccb2852b1
CPU threads: 4; OS: Mac OS X 10.16; UI render: Skia/Metal; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

nor in

Version: 7.2.5.2 / LibreOffice Community
Build ID: 499f9727c189e6ef3471021d6132d4c694f357e5
CPU threads: 4; OS: Mac OS X 12.1; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

Karsten, could you please install LibreOffice 7.2.5 and try retest your
problem?

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

[Libreoffice-bugs] [Bug 104160] [META] Bugs and features related to multiple monitor setups

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104160

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||146927


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146927
[Bug 146927] Autofilter menu opens up and out of the monitor
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146927] Autofilter menu opens up and out of the monitor

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146927

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru
 Blocks||104160


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104160
[Bug 104160] [META] Bugs and features related to multiple monitor setups
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138609] CALC doesn't update a screen after Autofilter using

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138609

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #11 from Roman Kuznetsov <79045_79...@mail.ru> ---
Yep, no problem with or without Skia enabled

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 583185235389b55d6cfffac3067c0e1ccb2852b1
CPU threads: 4; OS: Mac OS X 10.16; UI render: Skia/Metal; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 147223] New: LO freezes TEMPORARILY (but does NOT crash) when trying to "Save" or "Save As" to the desktop

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147223

Bug ID: 147223
   Summary: LO freezes TEMPORARILY (but does NOT crash) when
trying to "Save" or "Save As" to the desktop
   Product: LibreOffice
   Version: 4.2.1.1 release
  Hardware: x86-64 (AMD64)
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: by...@up-and-running.net

Description:
Upon upgrading LibreOffice to version 7.3.0, I discovered that attempting to
"Save" a new document (or "Save As" an existing one) to the desktop results in
a program freeze. I realize that this is been reported before but I believe the
previous reports assumed that the program was hanging, rather than freezing,
and that this report may contain new information that may assist in diagnosing
and/or or correcting the problem.

I have found that attempting to "Save" a new document (or "Save as" an existing
document) to the desktop generates the spinning beachball cursor and results in
a TEMPORARY program freeze. On my system, this freeze lasts for approximately 2
minutes (on my system), after which the desktop folder contents are displayed
and the document can be saved to the desktop directory.

I have tried this on several previous versions of LibreOffice as well as the
current one and found the behavior to be consistent. I believe that earlier
users reporting this problem assumed that the program had hung due to the
protracted length of time that the program freezes; in reality, it appears that
the program does, indeed, access and display the desktop directory contents and
allows the document in question to be saved but only after this protracted
pause.

Steps to Reproduce:
1. Launch LO
2. Create a new document (or initiate a "Save As" of an extant one).
3. Choose "Desktop" as the destination directory (sidebar, folder icon in Home
folder or "Cmd-D" or "Cmd-Shift-D")


Actual Results:
Spinning beachball cursor appears after a few seconds; then program freezes for
approximately 2 minutes (on my system). After this, the desktop folder in the
Finder window is populated and the document may be saved.

Expected Results:
Upon choosing the Desktop folder as the "Save" or "Save As" destination, the
Desktop directory should be immediately displayed and the document should be
saved upon use choosing to do so.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Mac OS X (All)
OS is 64bit: no

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-3' - vcl/inc vcl/source

2022-02-05 Thread Stephan Bergmann (via logerrit)
 vcl/inc/bitmap/Octree.hxx|5 ++---
 vcl/source/bitmap/Octree.cxx |   40 
 2 files changed, 18 insertions(+), 27 deletions(-)

New commits:
commit 6da6e942409d8a9bd4d9a95c43f489443e88346f
Author: Stephan Bergmann 
AuthorDate: Mon Jan 17 21:47:48 2022 +0100
Commit: Caolán McNamara 
CommitDate: Sat Feb 5 21:53:55 2022 +0100

Avoid -Werror=dangling-pointer=

> vcl/source/bitmap/Octree.cxx: In constructor ‘Octree::Octree(const 
BitmapReadAccess&, sal_uLong)’:
> vcl/source/bitmap/Octree.cxx:69:17: error: storing the address of local 
variable ‘aColor’ in ‘*this.Octree::mpColor’ [-Werror=dangling-pointer=]
>69 | mpColor = 
>   | ^
> vcl/source/bitmap/Octree.cxx:67:21: note: ‘aColor’ declared here
>67 | BitmapColor aColor;
>   | ^~
> vcl/source/bitmap/Octree.cxx:67:21: note: ‘’ declared here

(new with GCC 12)

Change-Id: I5b1ffa15b92f2c41dbe51dfa843eb6bab3a4b449
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128517
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit 5db574727f4564238a54159a1a0673eaa2884b69)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129444
Reviewed-by: Caolán McNamara 

diff --git a/vcl/inc/bitmap/Octree.hxx b/vcl/inc/bitmap/Octree.hxx
index 216f2fdd1875..4db06502256d 100644
--- a/vcl/inc/bitmap/Octree.hxx
+++ b/vcl/inc/bitmap/Octree.hxx
@@ -42,9 +42,9 @@ class VCL_PLUGIN_PUBLIC Octree
 {
 private:
 void CreatePalette(OctreeNode* pNode);
-void GetPalIndex(const OctreeNode* pNode);
+void GetPalIndex(const OctreeNode* pNode, BitmapColor const& color);
 
-SAL_DLLPRIVATE void add(std::unique_ptr& rpNode);
+SAL_DLLPRIVATE void add(std::unique_ptr& rpNode, BitmapColor 
const& color);
 SAL_DLLPRIVATE void reduce();
 
 BitmapPalette maPalette;
@@ -52,7 +52,6 @@ private:
 sal_uLong mnLevel;
 std::unique_ptr pTree;
 std::vector mpReduce;
-BitmapColor const* mpColor;
 sal_uInt16 mnPalIndex;
 
 public:
diff --git a/vcl/source/bitmap/Octree.cxx b/vcl/source/bitmap/Octree.cxx
index fab0c8374ca8..98ad8c9fcf5d 100644
--- a/vcl/source/bitmap/Octree.cxx
+++ b/vcl/source/bitmap/Octree.cxx
@@ -34,7 +34,6 @@ Octree::Octree(const BitmapReadAccess& rReadAcc, sal_uLong 
nColors)
 : mnLeafCount(0)
 , mnLevel(0)
 , mpReduce(OCTREE_BITS + 1, nullptr)
-, mpColor(nullptr)
 , mnPalIndex(0)
 {
 const BitmapReadAccess* pAccess = 
@@ -53,9 +52,8 @@ Octree::Octree(const BitmapReadAccess& rReadAcc, sal_uLong 
nColors)
 Scanline pScanline = pAccess->GetScanline(nY);
 for (tools::Long nX = 0; nX < nWidth; nX++)
 {
-mpColor = 
>GetPaletteColor(pAccess->GetIndexFromData(pScanline, nX));
 mnLevel = 0;
-add(pTree);
+add(pTree, 
pAccess->GetPaletteColor(pAccess->GetIndexFromData(pScanline, nX)));
 
 while (mnLeafCount > nMax)
 reduce();
@@ -64,18 +62,13 @@ Octree::Octree(const BitmapReadAccess& rReadAcc, sal_uLong 
nColors)
 }
 else
 {
-BitmapColor aColor;
-
-mpColor = 
-
 for (tools::Long nY = 0; nY < nHeight; nY++)
 {
 Scanline pScanline = pAccess->GetScanline(nY);
 for (tools::Long nX = 0; nX < nWidth; nX++)
 {
-aColor = pAccess->GetPixelFromData(pScanline, nX);
 mnLevel = 0;
-add(pTree);
+add(pTree, pAccess->GetPixelFromData(pScanline, nX));
 
 while (mnLeafCount > nMax)
 reduce();
@@ -86,7 +79,7 @@ Octree::Octree(const BitmapReadAccess& rReadAcc, sal_uLong 
nColors)
 
 Octree::~Octree() {}
 
-void Octree::add(std::unique_ptr& rpNode)
+void Octree::add(std::unique_ptr& rpNode, BitmapColor const& color)
 {
 // possibly generate new nodes
 if (!rpNode)
@@ -106,20 +99,20 @@ void Octree::add(std::unique_ptr& rpNode)
 if (rpNode->bLeaf)
 {
 rpNode->nCount++;
-rpNode->nRed += mpColor->GetRed();
-rpNode->nGreen += mpColor->GetGreen();
-rpNode->nBlue += mpColor->GetBlue();
+rpNode->nRed += color.GetRed();
+rpNode->nGreen += color.GetGreen();
+rpNode->nBlue += color.GetBlue();
 }
 else
 {
 const sal_uLong nShift = 7 - mnLevel;
 const sal_uInt8 cMask = 0x80 >> mnLevel;
-const sal_uLong nIndex = (((mpColor->GetRed() & cMask) >> nShift) << 2)
- | (((mpColor->GetGreen() & cMask) >> nShift) 
<< 1)
- | ((mpColor->GetBlue() & cMask) >> nShift);
+const sal_uLong nIndex = (((color.GetRed() & cMask) >> nShift) << 2)
+ | (((color.GetGreen() & cMask) >> nShift) << 
1)
+ | 

[Libreoffice-bugs] [Bug 146774] Applying a style kills the ability to write text in Writer under Fedora 35

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146774

--- Comment #7 from tuxu...@quantentunnel.de ---
For me it's fixed with LO 7.3.0.3
Version: 7.3.0.3 / LibreOffice Community
Build ID: 0f246aa12d0eee4a0f7adcefbf7c878fc2238db3
CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: kf5 (cairo+xcb)
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded

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

[Libreoffice-commits] core.git: svx/qa

2022-02-05 Thread Caolán McNamara (via logerrit)
 svx/qa/unit/classicshapes.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6481fffb1e3aa0f4f75778bd354389a1d39a8f00
Author: Caolán McNamara 
AuthorDate: Sat Feb 5 19:18:50 2022 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 5 21:41:39 2022 +0100

WaE: angle[1|2] may be used uninitialized [-Wmaybe-uninitialized]

Change-Id: If8771e4c73656d6f6d236d2d530d0ec92c1f5a7e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129533
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/svx/qa/unit/classicshapes.cxx b/svx/qa/unit/classicshapes.cxx
index 0ef0722875a3..bb5bea7458c7 100644
--- a/svx/qa/unit/classicshapes.cxx
+++ b/svx/qa/unit/classicshapes.cxx
@@ -188,7 +188,7 @@ CPPUNIT_TEST_FIXTURE(ClassicshapesTest, testTdf130076Flip)
 
 for (sal_uInt8 nPageIndex = 0; nPageIndex < 2; ++nPageIndex)
 {
-double nAngle1, nAngle2;
+double nAngle1(0.0), nAngle2(0.0);
 uno::Reference xShape(getShape(1, nPageIndex));
 uno::Reference xShapeProps(xShape, 
uno::UNO_QUERY);
 uno::Reference xShape2(getShape(2, nPageIndex));


[Libreoffice-commits] core.git: sd/uiconfig

2022-02-05 Thread Julien Nabet (via logerrit)
 sd/uiconfig/simpress/ui/customanimationeffecttab.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7bc3bd919749ff269cc4c7cd19db0def6e466b2
Author: Julien Nabet 
AuthorDate: Sat Feb 5 18:57:19 2022 +0100
Commit: Julien Nabet 
CommitDate: Sat Feb 5 21:19:17 2022 +0100

tdf#145835: typo in customanimationeffecttab|text_delay_label

Change-Id: Ib3d42ab54ec855af5a922f4dd47cedd96bdf10c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129529
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui 
b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
index 75b428c33945..2e505ef2d066 100644
--- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
+++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
@@ -324,7 +324,7 @@
   
 True
 False
-delay between 
characters
+Delay between 
characters
 True
 text_delay
   


[Libreoffice-bugs] [Bug 138691] Crash when trying to save a form using an image bigger than length of Binary fix field

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138691

--- Comment #12 from Mike Kaganski  ---
(In reply to Robert Großkopf from comment #10)
> (In reply to Julien Nabet from comment #9)
> > perhaps we should check image size just after having selected it?
> > It's in OImageControlControl::implInsertGraphics ...
> > If the image size is > field size => error message and the action isn't 
> > done.
> 
> I would prefer this solution.

But can't forms pre-process data before inserting into tables? Then isn't
checking something at entry time too soon?

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

[Libreoffice-commits] core.git: sw/qa

2022-02-05 Thread Andrea Gelmini (via logerrit)
 sw/qa/extras/ooxmlexport/ooxmlexport17.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3ec962799a0fe0e8de5459c1b50da8a64adde046
Author: Andrea Gelmini 
AuthorDate: Thu Feb 3 15:55:15 2022 +0100
Commit: Andrea Gelmini 
CommitDate: Sat Feb 5 20:52:24 2022 +0100

Removed duplicated include

Change-Id: Ia58d5fecbc8d6b580ef1adf5b0c0d30c9269abb9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129449
Reviewed-by: Julien Nabet 
Tested-by: Jenkins

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
index 10e5aab2129c..7dec733c8717 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
@@ -12,7 +12,6 @@
 
 #include 
 #include 
-#include 
 
 #include 
 #include 


[Libreoffice-bugs] [Bug 108381] [META] Notes and Master Notes view/mode bugs and enhancements

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108381
Bug 108381 depends on bug 123658, which changed state.

Bug 123658 Summary: When searching for a text string in slide notes, there is 
no obvious way to restart a search at the first slide.
https://bugs.documentfoundation.org/show_bug.cgi?id=123658

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 102847] [META] Quick Find, Search and Replace

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847
Bug 102847 depends on bug 123658, which changed state.

Bug 123658 Summary: When searching for a text string in slide notes, there is 
no obvious way to restart a search at the first slide.
https://bugs.documentfoundation.org/show_bug.cgi?id=123658

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: chart2/source solenv/clang-format

2022-02-05 Thread Noel Grandin (via logerrit)
 chart2/source/controller/chartapiwrapper/AxisWrapper.cxx   
|8 
 
chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
 |7 
 chart2/source/controller/dialogs/ObjectNameProvider.cxx
|3 
 chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx   
|4 
 chart2/source/controller/dialogs/dlg_ObjectProperties.cxx  
|3 
 chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx  
|9 
 chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx
|7 
 chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx 
|3 
 chart2/source/controller/main/ChartController_Insert.cxx   
|3 
 chart2/source/controller/main/ChartController_Properties.cxx   
|   11 
 chart2/source/controller/main/ChartController_Tools.cxx
|3 
 chart2/source/controller/main/ChartController_Window.cxx   
|8 
 chart2/source/controller/main/ControllerCommandDispatch.cxx
|1 
 chart2/source/controller/main/ObjectHierarchy.cxx  
|   16 
 chart2/source/controller/sidebar/ChartAxisPanel.cxx
|   21 
 chart2/source/inc/Axis.hxx 
|9 
 chart2/source/inc/AxisHelper.hxx   
|   51 +
 chart2/source/inc/BaseCoordinateSystem.hxx 
|6 
 chart2/source/inc/ChartType.hxx
|4 
 chart2/source/inc/Diagram.hxx  
|2 
 chart2/source/inc/DiagramHelper.hxx
|5 
 chart2/source/inc/ObjectIdentifier.hxx 
|6 
 chart2/source/model/main/Axis.cxx  
|2 
 chart2/source/model/main/BaseCoordinateSystem.cxx  
|   48 +
 chart2/source/model/main/Diagram.cxx   
|   22 
 chart2/source/model/template/BubbleChartType.cxx   
|3 
 chart2/source/model/template/ChartType.cxx 
|9 
 chart2/source/model/template/ChartTypeTemplate.cxx 
|   35 -
 chart2/source/model/template/NetChartType.cxx  
|5 
 chart2/source/model/template/PieChartType.cxx  
|3 
 chart2/source/model/template/PieChartTypeTemplate.cxx  
|5 
 chart2/source/model/template/ScatterChartType.cxx  
|3 
 chart2/source/tools/AxisHelper.cxx 
|  277 ++
 chart2/source/tools/DataSeriesHelper.cxx   
|9 
 chart2/source/tools/DiagramHelper.cxx  
|   33 -
 chart2/source/tools/ExplicitCategoriesProvider.cxx 
|9 
 chart2/source/tools/ObjectIdentifier.cxx   
|   37 +
 chart2/source/tools/ReferenceSizeProvider.cxx  
|   29 -
 chart2/source/tools/TitleHelper.cxx
|   18 
 chart2/source/view/axes/VCartesianCoordinateSystem.cxx 
|5 
 chart2/source/view/axes/VCoordinateSystem.cxx  
|5 
 chart2/source/view/axes/VPolarCoordinateSystem.cxx 
|5 
 chart2/source/view/inc/VCoordinateSystem.hxx   
|4 
 chart2/source/view/main/ChartView.cxx  
|   15 
 solenv/clang-format/excludelist
|2 
 45 files changed, 511 insertions(+), 262 deletions(-)

New commits:
commit 333ccb081b4ab62adce50ca4c93162b9baf984d0
Author: Noel Grandin 
AuthorDate: Sat Feb 5 14:58:07 2022 +0200
Commit: Noel Grandin 
CommitDate: Sat Feb 5 20:39:03 2022 +0100

use more concrete types in chart2, Axis

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

diff --git a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx
index db3e413ba919..21f952069205 100644
--- a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx
@@ -18,6 +18,7 @@
  

[Libreoffice-bugs] [Bug 37887] Autotext does not function within comments

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37887

--- Comment #10 from BogdanB  ---
Also in
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: d5f015185240a7bddfed7ddf10d6b5426e35fb72
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 35151] Writer: Print comments at the end of the page doesn't work (visible in preview of Print dialog)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35151

--- Comment #18 from BogdanB  ---
Also in
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: d5f015185240a7bddfed7ddf10d6b5426e35fb72
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 95067] UI: Subtotal tool option to use subtotal functions that exclude hidden cells

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95067

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Status|NEW |NEEDINFO

--- Comment #3 from BogdanB  ---
Isn't this bug solved?
https://help.libreoffice.org/6.1/en-US/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3165633

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

[Libreoffice-bugs] [Bug 88794] EDITING, editing subtotal function options adds columns group

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88794

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #13 from BogdanB  ---
Also in
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: d5f015185240a7bddfed7ddf10d6b5426e35fb72
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

Re: Can't build on macOS

2022-02-05 Thread Jan-Marek Glogowski




Am 05.02.22 um 16:44 schrieb Michael Warner:

I'm trying to build the latest master on MacOS 12.2, but I keep
running into this error:

/Volumes/MicroSDXC/LibreOffice/libo/solenv/gbuild/LinkTarget.mk:913:
*** extraneous `endef'.  Stop.
make: *** [build] Error 2

I pasted my config.log here:
https://zerobin.net/?1088d4cc5680c4d2#SqViWSU8HbPj7FyADQ8FLzUiB3auv/DhP1SBZOmvWaA=

This is my autogen.input:
--with-parallelism
--with-theme=elementary
--enable-dbgutil
--disable-odk
--with-junit=/Users/mwarner/usr/share/java/junit-4.13.2.jar
--with-hamcrest=/Users/mwarner/usr/share/java/hamcrest-core-1.3.jar


I haven't tried to build LibreOffice on this computer for a month or
two, so it may not be due to any recent change.


I've got this before: https://gerrit.libreoffice.org/c/core/+/128452

Added a few questions, but didn't get a reply.

My guess is some GNU make error. My suggestion is to update your GNU make.

HTH


[Libreoffice-bugs] [Bug 146774] Applying a style kills the ability to write text in Writer under Fedora 35

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146774

--- Comment #6 from tuxu...@quantentunnel.de ---
Same problem here. System is openSuse Leap 15.3, LibreOffice is directly from
libreoffice.org.

Info from Help --> About LibreOffice
Version: 7.2.5.2 / LibreOffice Community
Build ID: 499f9727c189e6ef3471021d6132d4c694f357e5
CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: kf5 (cairo+xcb)
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded

It seems the bug is related to the kde integration
libobasis7.2-kde-integration - KDE integration module for LibreOffice 7.2.5.2

Uninstalling 
libobasis7.2-kde-integration - KDE integration module for LibreOffice 7.2.5.2
fixes it.
But then the kde file dialog is gone. So this workaround is not that nice.
There was no such problem with LibreOffice 7.1.

I found a related bug report in the openSuse bug tracker
https://bugzilla.opensuse.org/show_bug.cgi?id=1192715

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

[Libreoffice-bugs] [Bug 140322] Calc subtotals: can't only show the last line (grand sum)

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140322

--- Comment #11 from BogdanB  ---
Still in
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: d5f015185240a7bddfed7ddf10d6b5426e35fb72
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 120457] Support subtotal drop-down formula menu in Calc

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120457

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||109330


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 109330] [META] Subtotal function bugs and enhancements

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109330

BogdanB  changed:

   What|Removed |Added

 Depends on||120457


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120457
[Bug 120457] Support subtotal drop-down formula menu in Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: vcl/qa

2022-02-05 Thread Caolán McNamara (via logerrit)
 vcl/qa/cppunit/text.cxx |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 1a4955f2c1158197db74d7cf4f1f0c98c096224c
Author: Caolán McNamara 
AuthorDate: Fri Feb 4 15:13:28 2022 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 5 20:04:11 2022 +0100

this test assumes KacstBook has no Latin glyphs

which is true for the one bundled with LibreOffice but is not
true for the fedora one (kacst-book-fonts-2.0-26.fc35), but
neither of them have Cyrillic glyphs

Change-Id: Ide8b84502886c7b9e0bc4fcef4685b4b89ec2bc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129494
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/vcl/qa/cppunit/text.cxx b/vcl/qa/cppunit/text.cxx
index 072a0d0a1f98..5ab706045606 100644
--- a/vcl/qa/cppunit/text.cxx
+++ b/vcl/qa/cppunit/text.cxx
@@ -684,13 +684,14 @@ void VclTextTest::testImplLayoutArgsRightAlign()
 
 void VclTextTest::testImplLayoutArgs_PrepareFallback_precalculatedglyphs()
 {
-// this font has no latin characters and thus needs fallback
+// this font has no Cyrillic characters and thus needs fallback
 const vcl::Font aFont("KacstBook", Size(0, 36));
 
 ScopedVclPtrInstance pVirDev;
 pVirDev->SetFont(aFont);
 
-const OUString sTestString = "The quick\n jumped over";
+const OString sUTF8String(u8"Тхе яуицк\n ыумпед овер");
+const OUString sTestString(OUString::fromUtf8(sUTF8String));
 std::unique_ptr pLayout
 = pVirDev->ImplLayout(sTestString, 0, sTestString.getLength(), 
Point(0, 0), 0, {},
   SalLayoutFlags::GlyphItemsOnly);
@@ -698,7 +699,8 @@ void 
VclTextTest::testImplLayoutArgs_PrepareFallback_precalculatedglyphs()
 SalLayoutGlyphsImpl* pGlyphsImpl = aGlyphs.Impl(1);
 
 vcl::text::ImplLayoutArgs aArgs(sTestString, 0, sTestString.getLength(),
-SalLayoutFlags::BiDiRtl, 
LanguageTag(LANGUAGE_LATIN), nullptr);
+SalLayoutFlags::BiDiRtl, 
LanguageTag(LANGUAGE_RUSSIAN),
+nullptr);
 
 aArgs.PrepareFallback(pGlyphsImpl);
 


[Libreoffice-commits] core.git: sd/qa sd/source

2022-02-05 Thread Justin Luth (via logerrit)
 sd/qa/unit/uiimpress.cxx   |2 +-
 sd/source/ui/view/Outliner.cxx |8 
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 5f4ebedcd010f8248d9eea93bd36142a64820fe5
Author: Justin Luth 
AuthorDate: Fri Jan 21 11:08:46 2022 +0200
Commit: Justin Luth 
CommitDate: Sat Feb 5 20:02:39 2022 +0100

tdf#123658 sd search: restart search start on slide change

When the user switches between slides and then re-starts a search,
they expect that the search will begin on the current slide.

This fixes a somewhat 5.2 regression. Before that time, the first
search attempt failed, but the second attempt started
at the current slide. After 5.2 fixed the first-attempt-failure,
the starting position was "the slide after the last find".

This patch resets the starting position to the current slide,
which I saw was done in every case by DetectChange().
I thought about moving all this logic into DetectChange,
but it doesn't make much sense to affect a spell-checking
dialog run by moving around in the slides,
so just keep the logic here.

I submitted the unit test in a PRIOR patch.
The basic search was failing on WIN/MAC platforms
and so I wanted to confirm that this was NOT my fault.
Indeed, on those OSes the testing fails,
so I just run it under Linux where it works fine.

Change-Id: I4d1af3049bb2c0a59ec46f005c4b1773aefffb6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129204
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sd/qa/unit/uiimpress.cxx b/sd/qa/unit/uiimpress.cxx
index fcaa970cc929..0c3930457776 100644
--- a/sd/qa/unit/uiimpress.cxx
+++ b/sd/qa/unit/uiimpress.cxx
@@ -869,7 +869,7 @@ CPPUNIT_TEST_FIXTURE(SdUiImpressTest, 
testTdf123658_SearchAfterSlideChange)
 lcl_search("of");
 // Instead of finding this on the 1st page (or on the 2nd page would be 
acceptable too)
 // it was going to the third page.
-//checkCurrentPageNumber(1);
+checkCurrentPageNumber(1);
 }
 #endif
 
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index 0e9b2fba833f..e03b56bf1a3d 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -809,6 +809,14 @@ bool 
SdOutliner::SearchAndReplaceOnce(std::vector* pSelecti
 
 if (!getOutlinerView() || 
!GetEditEngine().HasView(()->GetEditView()))
 {
+std::shared_ptr pDrawViewShell (
+std::dynamic_pointer_cast(pViewShell));
+
+// Perhaps the user switched to a different page/slide between 
searches.
+// If so, reset the starting search position to the current slide like 
DetectChange does
+if (pDrawViewShell && pDrawViewShell->GetCurPagePos() != 
maCurrentPosition.mnPageIndex)
+maObjectIterator = sd::outliner::OutlinerContainer(this).current();
+
 mpImpl->ProvideOutlinerView(*this, pViewShell, mpWindow);
 }
 


[Libreoffice-bugs] [Bug 147218] Typo in Calc's print dialog

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147218

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

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

[Libreoffice-bugs] [Bug 147135] Crash in: _GLOBAL__sub_I_protectiondlg.cxx.lto_priv.2643 ( Calc crashes )

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147135

--- Comment #33 from Mark Binner  ---
I don't know if this directed at everybody or just poster of comment 32 but
mine is: 5.4.0-97-generic #110-Ubuntu SMP

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

[Libreoffice-bugs] [Bug 147222] Incorrect rendering when deleting lines in a cell with multiline text.

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147222

Vladislav  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
 CC||va...@mail.ru
Version|unspecified |7.2.0.4 release

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

[Libreoffice-bugs] [Bug 147135] Crash in: _GLOBAL__sub_I_protectiondlg.cxx.lto_priv.2643 ( Calc crashes )

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147135

--- Comment #32 from nouvo09  ---
(In reply to Dorange-Pattoret Didier from comment #31)
> Works fine with Fedora35 
> 
> And 
> 
> Version: 7.3.0.3 / LibreOffice Community
> Build ID: 0f246aa12d0eee4a0f7adcefbf7c878fc2238db3
> CPU threads: 6; OS: Linux 5.15; UI render: default; VCL: gtk3
> Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
> Calc: threaded

Could you pls post the result of

uname -a  just to see which kernel aso...

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

[Libreoffice-bugs] [Bug 147221] Cell references not updated correctly during merge cells

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147221

--- Comment #3 from Jim Avera  ---
Created attachment 178084
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178084=edit
Test case (test.ods)

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

[Libreoffice-bugs] [Bug 147221] Cell references not updated correctly during merge cells

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147221

--- Comment #2 from Jim Avera  ---
There is an additional problem when cells are merged:

If only one of the merged cells contains content, and that content is a
formula, the formula is replaced by the current value and the formula is lost
(so the value will not update any longer).

If merging empty cells with a single non-empty cell containing a formula, the
formula should be preserved IMO (and any relative cell references updated to
reflect the moved position of the formula if it was not in the first cell in
the merge group).

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

[Libreoffice-bugs] [Bug 147222] New: Incorrect rendering when deleting lines in a cell with multiline text.

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147222

Bug ID: 147222
   Summary: Incorrect rendering when deleting lines in a cell with
multiline text.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: va...@mail.ru

Description:
When you delete rows in a cell with multiline text, the program fills the
vacated rows with random data.

Steps to Reproduce:
Enter multiline text in the cell, for example,
11
22
33
44
55
Highlight rows 2 and 3 and press Del.
Rows 4 and 5 will move up and take the place of the deleted rows, but their
phantoms will remain in their place. It is not possible to move the cursor
below the third line = no more physical lines. When editing is complete, the
cell takes on the appearance of:
11
44
55

Actual Results:
The empty rows are filled with random data.

Expected Results:
The empty rows must be cleared.


Reproducible: Always


User Profile Reset: No



Additional Info:
This bug appeared in Libre Office versions newer than 7.1.8 at all computers.
Disabling SKIA and OpenCL does not fix the error.
Locale: ru
Module: SpreadsheetDocument
OS: Windows 10, Windows 11
OS is 64bit: yes

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

[Libreoffice-bugs] [Bug 147221] Cell references not updated correctly during merge cells

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147221

--- Comment #1 from Jim Avera  ---
When a cell is referenced in a formula in another cell:

If the referenced cell content moves as a result of merging adjacent cells, the
reference is not updated to refer to the new position.

STEPS TO REPRODUCE:
(See attached test.ods spreadsheet)

1. Create a spreadsheet with something in cell B2
2. Reference B2 in a formula in some other cell e.g. "=1/B2"
3. Select B1 & B2
4. Format->Merge and Unmerge Cells->Merge

RESULTS: The formula breaks, because the value which was in B2 is moved to B1
but the reference was not updated to track it.

NOTE: When merging cells, if more than one of the merged cells contains content
the user is offered a choice of how to handle the conflict (move all content to
the first cell, which is the default; keep hidden cell content as-is; or delete
the content of now-hidden cells).  

References should be updated only when content is moved, i.e. when combining
all merged cells into the first cell.

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

[Libreoffice-bugs] [Bug 146440] UNO: Formula vs FormulaLocal: inconsistent cell formatting

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146440

--- Comment #5 from Vladimir Sokolinskiy  ---
Hello colleagues!
Excel behavior.

Case 1. The cell value (Value2 property) is a number (corresponding to a date),
the "General" NumberFormat is changed to "-MM-DD".

Case 2. The cell value is of boolean type (not available in Calc). The
NumberFormat does not change.

Case 3, 4. The leading apostrophe is removed (always, even if the cell
NumberFormat is "@"). The cell's Range.PrefixCharacter property is set to
apostrophe.   

I hope I didn't confuse anything. :).

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

[Libreoffice-bugs] [Bug 147220] Replacing with the track changes on but not visible results in false rendering

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147220

--- Comment #1 from Anduril  ---
I am using a fodt document and my text is divided in paragraphs and then I have
converted these into cells. I have noticed that when I am within a cell
everything goes well. When the search goes to the next cell, the doubles are
shown again.

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

[Libreoffice-bugs] [Bug 147221] New: Cell references not updated correctly during merge cells

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147221

Bug ID: 147221
   Summary: Cell references not updated correctly during merge
cells
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jim.av...@gmail.com

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

[Libreoffice-bugs] [Bug 147220] New: Replacing with the track changes on but not visible results in false rendering

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147220

Bug ID: 147220
   Summary: Replacing with the track changes on but not visible
results in false rendering
   Product: LibreOffice
   Version: 7.1.8.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: daniele.e.gra...@gmail.com

Created attachment 178083
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178083=edit
Screenshot showing the presence of original text: él and replaced text: Él

Description
Replacing text with search and replace shows both text before replacement and
replaced text.

What should happen
Only replaced text should be shown.

Reproduce
Replace text with only the track changes on, not the Show track changes.

I noticed that it does not happen all the time.

One way to see the text as it should be is to click on Show track changes
twice.

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

[Libreoffice-bugs] [Bug 113191] Add 21 and 42 in size list for CJK due to the typographic scale convention

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113191

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||serval2...@yahoo.fr,
   ||xiscofa...@libreoffice.org

--- Comment #2 from Julien Nabet  ---
I submitted a patch here:
https://gerrit.libreoffice.org/c/core/+/129530

Heiko/Xisco: I put you in cc since I wouldn't like to trigger some pb from UX
point of view.

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

Re: Value range of c3DSpecularAmt

2022-02-05 Thread Regina Henschel

Hi Miklos, hi Michael,

There are problems in xmloff to get draw:extrusion-specularity ODF conform:
If I write it out in XML_NAMESPACE_LO_EXT in LO 7.4, then the previous 
versions of LO 7 will not be able to read it.
If I would write a clamped value in XML_NAMESPACE_DRAW and the original 
value in XML_NAMESPACE_LO_EXT, how could I get the original value on 
reading?


For ODF 1.2 I tend to always write out a clamped value.
ODF 1.1 allows the original value.

The request for changing the data range for ODF 1.4 is in 
https://issues.oasis-open.org/browse/OFFICE-4122


Kind regards,
Regina


Miklos Vajna schrieb am 04.02.2022 um 08:57:

Hi Regina,

On Sun, Jan 30, 2022 at 11:28:09PM +0100, Regina Henschel 
 wrote:

When the shape is rendered, the product of light intensity and specularity
is converted to a gray color for the 3D-Scene attribute
D3DMaterialSpecularIntensity. Because the light intensity is often smaller
than 100% a value for c3DSpecularAmt larger than 100% can be used
meaningful.

The range to [0%,100] has been introduced with [Office-2509] for ODF 1.2. In
ODF 1.1 the data type was "percent".

What to do?

My suggestion is: Allow larger values than 100% in LibreOffice. Clamp the
value to 100% in case of writing ODF 1.2 and 1.3 strict and use loext in
case of ODF 1.2 and 1.3 extended. And write to ODF TC to re-enable values
larger than 100% for ODF 1.4.

What do you think?


I think this is entirely reasonable.

Thanks,

Miklos





[Libreoffice-bugs] [Bug 145835] Typo in customanimationeffecttab|text_delay_label

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145835

Julien Nabet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #2 from Julien Nabet  ---
https://gerrit.libreoffice.org/c/core/+/129529

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

[Libreoffice-bugs] [Bug 147219] New: Feature request keyboard short cut

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147219

Bug ID: 147219
   Summary: Feature request keyboard short cut
   Product: LibreOffice
   Version: 7.3.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dlingard2...@gmail.com

Description:
In ancient Lotus software it was possible to switch between open documents
using CTRL+Tab.
In Calc and Write, both keyboard proentated programmes this would be a real
enhancement instead of (or as well as) using the mouse to look under "Window"

Sorry this is entered as a bug report I couldn't find a request merhod.

Actual Results:
Please See above

Expected Results:
Please See above


Reproducible: Always


User Profile Reset: No



Additional Info:
Please See above

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

Re: question about finding the size of a DB column

2022-02-05 Thread Mike Kaganski

Hi Dhiraj!

On 05.02.2022 17:04, Dhiraj Holden wrote:
I have started looking at this bug 
 about Base 
crashing with Firebird when using a form to insert an image that does 
not fit in a binary field. The proposed fix was to check in xref/core/ 
forms/source/component/ImageControl.cxx whether the image was bigger 
than the database column. In order to do this, I need to find the size 
of the image and the column. How should I proceed?


Maybe this form control should get an optional max size property, which 
could be set according to the underlying field size; then the code could 
check that in OImageControlModel::setFastPropertyValue_NoBroadcast (for 
PROPERTY_ID_IMAGE_URL and PROPERTY_ID_GRAPHIC).


--
Best regards,
Mike Kaganski


[Libreoffice-bugs] [Bug 93727] Date Literal should be supported

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93727

himajin100...@gmail.com changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 146608] Unpredictable CInt(), CLng() results when given erroneous date literals

2022-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146608

himajin100...@gmail.com changed:

   What|Removed |Added

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

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

  1   2   3   >