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

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

Timur  changed:

   What|Removed |Added

 Depends on||149339


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149339
[Bug 149339] window on secondary external monitor cannot maximize
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149339] window on secondary external monitor cannot maximize

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

Timur  changed:

   What|Removed |Added

 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 149338] It is sometimes impossible to clear direct formatting with some of the contents pasted from the web

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

Timur  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|normal  |minor

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

[Libreoffice-bugs] [Bug 149334] Tip of the day doesn't open on startup if re-enabled later

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

--- Comment #4 from Timur  ---
oh, we need to retest then

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

[Libreoffice-bugs] [Bug 110993] Chart produces incorrect graph w/ some negative points when using large positive values in source cells

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

xghost  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #27 from xghost  ---
>> xghost, are you able to produce a comparison with a different tool, or a 
>> reference that supports that LibreOffice's calculation is fundamentally 
>> wrong?

I didn't spend my time trying to replicate the same result in a different tool
because:

1. a different tool may have the same problem or may actually work correctly,
so its behavior is irrelevant to LibreOffice's;
2. The result itself shows that LibreOffice's behavior is incorrect.

Based on point #2, what other evidence could you possible want beyond a test
case chart that shows that the chart is wrong for the numbers given? Whether
the error is in the calculation itself or somewhere else (e.g. the displaying
of the charts) is not something I can know - or have claimed. The only thing I
can say is that we can observe the numbers for the charts and the charts
themselves and see that it's not behaving correctly.


PS: I also re-checked the test case document I had originally attached and can
confirm that the problem is still present. The version information for this
re-test follows:

Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 24; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.3-0ubuntu0.22.04.1
Calc: threaded

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

[Libreoffice-bugs] [Bug 124573] Printer extremely slow for each page with anything but normal print setting

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

Ruby Thomas  changed:

   What|Removed |Added

URL||https://internettablettalk.
   ||com/fix-hp-docking-station-
   ||not-working/

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

[Libreoffice-bugs] [Bug 149082] Worse text rendering in a line with a formula in Writer - LibreOffice 7.3

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

--- Comment #3 from Rangarajan  ---
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 465c3ad95059f0efa13c8027f7383c4d20a5b2ff
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Calc: threaded


Actual Results:
The text before the formula is correctly displayed


Expected Results:
The text before the formula is correctly displayed

No Reproduce

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

[Libreoffice-bugs] [Bug 149267] grid lines for .xlsx file

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

Randy Croan  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 149267] grid lines for .xlsx file

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

--- Comment #4 from Randy Croan  ---
also see test file that was uploaded
Tools
Options...Alt+F12
LibreOffice Calc
View
Grid lines: Hide
Page breaks (unchecked)

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

New Defects reported by Coverity Scan for LibreOffice

2022-05-27 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

1 new defect(s) introduced to LibreOffice found with Coverity Scan.
2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1504583:  Error handling issues  (CHECKED_RETURN)
/sw/source/core/txtnode/attrcontentcontrol.cxx: 300 in 
SwContentControl::GetCurrentDateValue() const()



*** CID 1504583:  Error handling issues  (CHECKED_RETURN)
/sw/source/core/txtnode/attrcontentcontrol.cxx: 300 in 
SwContentControl::GetCurrentDateValue() const()
294 {
295 return 0;
296 }
297 
298 double dCurrentDate = 0;
299 OUString aCurrentDate = m_aCurrentDate.replaceAll("T00:00:00Z", "");
>>> CID 1504583:  Error handling issues  (CHECKED_RETURN)
>>> Calling "IsNumberFormat" without checking return value (as is done 
>>> elsewhere 72 out of 78 times).
300 pNumberFormatter->IsNumberFormat(aCurrentDate, nFormat, 
dCurrentDate);
301 return dCurrentDate;
302 }
303 
304 void SwContentControl::dumpAsXml(xmlTextWriterPtr pWriter) const
305 {



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50ypSs1kiFPuCn2xFdlMIFBirii0zZ9j2-2F9F2XPBcBm2BNgi9duPy3v-2FzgFDd2LJ-2BDKI-3D_exE_OTq2XUZbbipYjyLSo6GRo-2FpVxQ9OzkDINu9UTS-2FQhSdO0F0jQniitrGlNxDIzPJi0q9U6syEGq9OtgX-2BCjfRFrjAgjV1Hi0YvUKA6gYqLGO4MoV9DS573RWddQAUuiLCvDjDcknCmQuSHiLg87CCS83-2BVZqKcgK9EbKfvuVK2q2SOVvvBbAlQrNYLTKpkKgPzXy-2FZ1-2BijzXwtB9QFLVEgjHcs7SMxDhOMyqOq3kgNr9X08Mj3P3iOtTK8ikpTxgO



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

2022-05-27 Thread Luboš Luňák (via logerrit)
 sc/qa/unit/ucalc_formula.cxx   |   92 ++
 sc/source/core/tool/interpr1.cxx   |  130 ++---
 sc/source/core/tool/rangecache.cxx |5 -
 3 files changed, 175 insertions(+), 52 deletions(-)

New commits:
commit 7674399aac661eb503d7badc53b9a4d68bd9839d
Author: Luboš Luňák 
AuthorDate: Fri May 27 19:51:40 2022 +0200
Commit: Luboš Luňák 
CommitDate: Sat May 28 05:44:27 2022 +0200

try to range-reduce even COUNTIFS if not matching empty cells

It's possible to do reduce range of COUNTIFS to non-empty data too,
since empty cells cannot contribute to the result, as long as
the criteria do not require matching empty cells. Without this
queries like =COUNTIFS($A:$A,...) can spend most of their time
clearing and searching the vConditions vector that's big and
not useful for the trailing empty cells in that column.

Change-Id: I8d1e7977f172ac9b2cf84af3f982e945be3cb46c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135049
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 

diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 14d779d2e4f3..6bad4a40127c 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -308,6 +308,7 @@ public:
 void testFuncRowsHidden();
 void testFuncSUMIFS();
 void testFuncCOUNTIFEmpty();
+void testFuncCOUNTIFSRangeReduce();
 void testFuncRefListArraySUBTOTAL();
 void testFuncJumpMatrixArrayIF();
 void testFuncJumpMatrixArrayOFFSET();
@@ -427,6 +428,7 @@ public:
 CPPUNIT_TEST(testFuncRowsHidden);
 CPPUNIT_TEST(testFuncSUMIFS);
 CPPUNIT_TEST(testFuncCOUNTIFEmpty);
+CPPUNIT_TEST(testFuncCOUNTIFSRangeReduce);
 CPPUNIT_TEST(testFuncRefListArraySUBTOTAL);
 CPPUNIT_TEST(testFuncJumpMatrixArrayIF);
 CPPUNIT_TEST(testFuncJumpMatrixArrayOFFSET);
@@ -9356,6 +9358,56 @@ void TestFormula::testFuncCOUNTIFEmpty()
 m_pDoc->DeleteTab(0);
 }
 
+// Test that COUNTIFS counts properly empty cells if asked to.
+void TestFormula::testFuncCOUNTIFSRangeReduce()
+{
+sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on.
+m_pDoc->InsertTab(0, "Test");
+
+// Data in A1:C9.
+std::vector> aData = {
+{ "" },
+{ "a",  "1", "1" },
+{ "b",  "2", "2" },
+{ "c",  "4", "3" },
+{ "d",  "8", "4" },
+{ "a", "16", "5" },
+{ "" },
+{ "b", "", "6" },
+{ "c", "64", "7" }
+};
+
+insertRangeData(m_pDoc, ScAddress(0,0,0), aData);
+
+constexpr SCROW maxRow = 20; // so that the unittest is not slow in 
dbgutil builds
+ScRange aSubRange( ScAddress( 0, 0, 0 ), ScAddress( 2, maxRow, 0 ));
+m_pDoc->GetDataAreaSubrange(aSubRange);
+// This is the range the data should be reduced to in 
ScInterpreter::IterateParametersIfs().
+CPPUNIT_ASSERT_EQUAL( SCROW(1), aSubRange.aStart.Row());
+CPPUNIT_ASSERT_EQUAL( SCROW(8), aSubRange.aEnd.Row());
+
+m_pDoc->SetFormula( ScAddress(10, 0, 0), "=COUNTIFS($A1:$A" + 
OUString::number(maxRow+1)
++ "; \"\"; $B1:$B" + OUString::number(maxRow+1)
++ "; \"\"; $C1:$C" + OUString::number(maxRow+1) +"; \"\")",
+formula::FormulaGrammar::GRAM_NATIVE_UI);
+// But it should find out that it can't range reduce and must count all 
the empty rows.
+CPPUNIT_ASSERT_EQUAL( double(maxRow + 1 - 7), 
m_pDoc->GetValue(ScAddress(10, 0, 0)));
+
+// Check also with criteria set as cell references, the middle one 
resulting in matching
+// empty cells (which should cause ScInterpreter::IterateParametersIfs() 
to undo
+// the range reduction). This should only match the A8-C8 row, but it also 
shouldn't crash.
+// Matching empty cells using a cell reference needs a formula to set the 
cell to
+// an empty string, plain empty cell wouldn't do, so use K2 for that.
+m_pDoc->SetFormula( ScAddress(10, 1, 0), "=\"\"", 
formula::FormulaGrammar::GRAM_NATIVE_UI );
+m_pDoc->SetFormula( ScAddress(10, 0, 0), "=COUNTIFS($A1:$A" + 
OUString::number(maxRow+1)
++ "; A8; $B1:$B" + OUString::number(maxRow+1)
++ "; K2; $C1:$C" + OUString::number(maxRow+1) + "; C8)",
+formula::FormulaGrammar::GRAM_NATIVE_UI);
+CPPUNIT_ASSERT_EQUAL( double(1), m_pDoc->GetValue(ScAddress(10, 0, 0)));
+
+m_pDoc->DeleteTab(0);
+}
+
 // Test SUBTOTAL with reference lists in array context.
 void TestFormula::testFuncRefListArraySUBTOTAL()
 {
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index c6bcb29b28bb..0b3592976a71 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -5844,6 +5844,7 @@ void ScInterpreter::IterateParametersIfs( 
double(*ResultFunc)( const sc::ParamIf
 // matrix formula.
 vConditions.clear();
 
+// Range-reduce optimization
 SCCOL nStartColDiff = 0;
 SCCOL nEndColDiff = 0;
 SCROW nStartRowDiff = 0;
@@ -5851,43 +5852,39 @@ 

[Libreoffice-bugs] [Bug 149277] Database Browser: Query disappears if it has the same name as a following database - Tree list sort

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

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 148241] LO Writer has issues editing index entries in tables

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

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 149073] Provide indication when an OLE object is linked (e.g., in Properties dialog and/or Navigator or with border decoration)

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

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 148969] Position properties of image are changed when image is moved

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

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 148857] Handle is not initialized exception when bootstrapping with .Net (but not in .Net Framework)

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

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 149333] FORMCONTROLS Calc Spreadsheet Goal Seek calculation error in specific formula that works in Excel

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

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

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

[Libreoffice-bugs] [Bug 149333] FORMCONTROLS Calc Spreadsheet Goal Seek calculation error in specific formula that works in Excel

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

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 145239] Customize footnote symbols

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

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

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

[Libreoffice-ux-advise] [Bug 145239] Customize footnote symbols

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 145239] Customize footnote symbols

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-ux-advise] [Bug 145239] Customize footnote symbols

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

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

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

[Libreoffice-bugs] [Bug 145346] Crash Report

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

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 145346] Crash Report

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

--- Comment #3 from QA Administrators  ---
Dear Paul Thorpe,

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 145935] Cannot update

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

--- Comment #3 from QA Administrators  ---
Dear rod.mayall,

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 145784] Warning message when attempting to open a 32-column XLSX

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

--- Comment #5 from QA Administrators  ---
Dear stephen.bungay42,

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 145664] When I select an item on the tool bar the Drop Downs are blacked out.

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

--- Comment #2 from QA Administrators  ---
Dear Alan.O.MacDougall,

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 145660] Spell Checker does not function at all despite being enabled.

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

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

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 110993] Chart produces incorrect graph w/ some negative points when using large positive values in source cells

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

--- Comment #26 from QA Administrators  ---
Dear xghost,

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 133449] VIEWING: openCL is not used even after confirm and restart

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

--- Comment #2 from QA Administrators  ---
Dear libre officer,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 148940] FILEOPEN: docx: text overlapped when open some docx with Justified text

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

Mark Hung  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 140212] Installation of language pack for version 7.1 on macOS broken

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

--- Comment #2 from FrankGoode  ---
preceding the pandemic, there were expanded psychological wellness needs
locally and across the state will also give you some information which will be
helpful to you https://heathrowairportguide.net/ heathrowairportguide Nitty
gritty data or determinations can be given in the guidelines without these
subtleties you may not finish the work accurately By being completely educated
you done your absolute best for starting the task.

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

[Libreoffice-bugs] [Bug 149339] window on secondary external monitor cannot maximize

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

--- Comment #1 from thekswen...@gmail.com ---
Created attachment 180441
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180441=edit
wonky fullscreen

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

[Libreoffice-bugs] [Bug 149339] New: window on secondary external monitor cannot maximize

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

Bug ID: 149339
   Summary: window on secondary external monitor cannot maximize
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thekswen...@gmail.com

Description:
GNOME 42.1
Wayland
Ubuntu 22.04

Writer acts strangely on a secondary external monitor. When I maximize Writer
it will take the dimensions of the primary monitor.

Steps to Reproduce:
1. Connect an external monitor
2. Select "Join Displays" and make the external monitor secondary 
3. Open Writer
4. Maximize the window

Actual Results:
The window takes the dimensions of the primary display.

Expected Results:
The window should take the dimensions of the display it is on.


Reproducible: Sometimes


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
I will attache a screencast.

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

[Libreoffice-bugs] [Bug 149213] Cell's borders are not shown

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

Aron Budea  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145396] The line indicating deleted content keeps present after rejecting all changes (until scroll)

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

Aron Budea  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108382] [META] Borders bugs and enhancements

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||148992


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148992
[Bug 148992] Border not applied in header after pressing OK (needs additional
click to appear)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148992] Border not applied in header after pressing OK (needs additional click to appear)

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

Aron Budea  changed:

   What|Removed |Added

 Blocks||108382
Version|7.4.0.0 alpha0+ Master  |7.3.0.3 release
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||aron.bu...@gmail.com,
   ||l.lu...@collabora.com
   See Also|https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=14 |tion.org/show_bug.cgi?id=14
   |9213|5396
   Keywords|bibisectRequest |bibisected, bisected
  Regression By||Luboš Luňák

--- Comment #3 from Aron Budea  ---
Confirmed using LO 7.4.0.0.alpha1+ (091e615912e123f9d714952b61e2d9b8ae48a043) /
Ubuntu.

Bibisected to the following commit using repo bibisect-linux-64-7.3. Same
commit as found for bug 145396. Adding CC: to Luboš Luňák.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=b9c2207e1b5247b4d3184b137be9a75a4b8c6c37
author  Luboš Luňák  2021-08-09 12:44:40
+0200
committer   Luboš Luňák  2021-09-08 10:31:03
+0200

avoid repeated writer layout calls with tiled rendering


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 122085] Fullscreen view lands on internal monitor even if window has been on external monitor

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

--- Comment #5 from thekswen...@gmail.com ---
Created attachment 180440
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180440=edit
screencast of the external (secondary) monitor

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

[Libreoffice-bugs] [Bug 122085] Fullscreen view lands on internal monitor even if window has been on external monitor

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

thekswen...@gmail.com changed:

   What|Removed |Added

 Resolution|INSUFFICIENTDATA|---
 Ever confirmed|1   |0
 Status|RESOLVED|UNCONFIRMED

--- Comment #4 from thekswen...@gmail.com ---
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

Ubuntu 22.04

GNOME 42.1

Wayland

Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.3-0ubuntu0.22.04.1
Calc: threaded

b) Provide easy to reproduce steps – the simpler the better

1. connect an external monitor and choose "Join Displays" in the GNOME displays
settings. Make the external monitor the secondary display.

2. open Writer on the external monitor

3. choose "fullscreen" on writer using Ctr-Shft-J

4. see that it goes to fullscreen but relocates to the primary monitor.

c) Provide any test case(s) which will help us confirm the problem

This happens with any writer file. There are no test cases.

d) Provide screenshots of the problem if you think it might help

I'll attached a video of the external monitor.


One thing to note is that after exiting fullscreen, the window returns to the
external monitor, but has the dimensions of the primary monitor.

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

[Libreoffice-bugs] [Bug 103157] [META] Full screen mode bugs and enhancements

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

Bug 122085 Summary: Fullscreen view lands on internal monitor even if window 
has been on external monitor
https://bugs.documentfoundation.org/show_bug.cgi?id=122085

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149213] Cell's borders are not shown

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

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
   Hardware|x86-64 (AMD64)  |All

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

[Libreoffice-bugs] [Bug 122585] Classification: by using the dialog, footer text from policy is not placed in the document - it is the same as the header

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

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

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

[Libreoffice-bugs] [Bug 111874] Regression: glitch in fade->smoothly transition in 5.4 wrt 5.3 (linux, intel graphics)

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

Aron Budea  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149338] It is sometimes impossible to clear direct formatting with some of the contents pasted from the web

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

--- Comment #1 from Jeff Fortin Tam  ---
Created attachment 180439
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180439=edit
sample file

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

[Libreoffice-bugs] [Bug 149338] New: It is sometimes impossible to clear direct formatting with some of the contents pasted from the web

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

Bug ID: 149338
   Summary: It is sometimes impossible to clear direct formatting
with some of the contents pasted from the web
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nekoh...@gmail.com

Description:
See attached sample file and reproduction instructions

Steps to Reproduce:
1. Grab the attached sample file
2. Select all text (Ctrl+A)
3. Ctrl+M (or right-click -> Clear Direct formatting)

Actual Results:
- The 2nd paragraph stays bold, even though it is in normal paragraph style.
- The 1st and 3rd paragraph's bold and italics correctly get removed.

Expected Results:
Consistently working formatting resetting from any pasted contents.


Reproducible: Sometimes


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 149225] Fonts added to Mac OS system are not available in LibreOffice, even after restart

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

--- Comment #3 from stokest...@gmail.com ---
Yep, I wouldn't have filed this if restarting the app had caused the font to
show up, since this is pretty common among applications I've used.

The time delay is interesting. I wonder what was going on in the interim.

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

[Libreoffice-bugs] [Bug 148024] Footnotes in sections are disabled when save, close and reopen file

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #5 from raal  ---
I cannot confirm with Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: b6e0ae1b1bad5e222e21bbb4b2a158c1fc6f9779
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

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

[Libreoffice-bugs] [Bug 148243] Regression: Autocorrect replace bullets with no longer works

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
Works for me Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: b6e0ae1b1bad5e222e21bbb4b2a158c1fc6f9779
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: b6e0ae1b1bad5e222e21bbb4b2a158c1fc6f9779
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

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

[Libreoffice-bugs] [Bug 148241] LO Writer has issues editing index entries in tables

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

raal  changed:

   What|Removed |Added

   Keywords||regression
 CC||r...@post.cz
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from raal  ---
Tested with Version: 7.4.0.0.alpha1+ / LibreOffice Community
Build ID: b6e0ae1b1bad5e222e21bbb4b2a158c1fc6f9779
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo
I can reproduce freeze/crash: Add cursor to the field before the table, for
example "Avellino". Edit-Reference-Index entry, the dialog opens. Click on the
Next entry button, LO freeze.

Doesn't crash in Version: 5.4.0.0.alpha1+, marking as regression.

About selecting - when I add cursor on the field inside the table, then whole
table is selected after few clicks on the Next entry.

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

[Libreoffice-bugs] [Bug 149337] New: Center s/be Centre

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

Bug ID: 149337
   Summary: Center s/be Centre
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: postbox...@mailfence.com

en-GB

Draw
Shape>Distribute Selection>Vertically "Center" s/be "Centre"

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

[Libreoffice-bugs] [Bug 147979] "Record changes" status changed when "Protect" changes

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

raal  changed:

   What|Removed |Added

Version|unspecified |4.2.0.4 release
 CC||r...@post.cz

--- Comment #4 from raal  ---
Reproducible in 7.4 and Version 4.1.0.0.alpha0+.

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

[Libreoffice-bugs] [Bug 149077] Change how Rounded Rectangle Callout is drawn in LibreOffice

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

--- Comment #7 from Regina Henschel  ---
What do you already know about custom shapes? Do you know, how the ODF markup
in file is written? Do you know how the information is hold in property
CustomShapeGeometry (Development Tools)? Do you now how shapes were defined in
VML? Do you know "limo stretch" or "stretchpoint"? Then I would know where to
start to explain the mso_CustomShape struct. Should we discuss it in direct
mails? Or we start a Wiki-page about this topic? I think it is a little bit
off-topic for Bugzilla.

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

[Libreoffice-bugs] [Bug 149336] Support aligning CJK texts with BASE table

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

--- Comment #2 from Volga  ---
Examples available here:
https://docs.microsoft.com/en-us/typography/opentype/spec/base#overview
http://tavmjong.free.fr/blog/?p=1583

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

[Libreoffice-bugs] [Bug 149334] Tip of the day doesn't open on startup if re-enabled later

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Just for the record, tips are displayed once per day.
(see
https://opengrok.libreoffice.org/xref/core/sfx2/source/view/viewfrm.cxx?r=7f2bcfe5#1364)

It's the case since the beginning:
commit a1700d52a47184ee07b91b461a846dc5435f0022
Author: heiko tietze 
Date:   Thu Mar 21 10:14:07 2019 +0100

tdf#124238 - Show a Tip-Of-The-Day dialog on startup

New dialog

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

[Libreoffice-bugs] [Bug 149336] Support aligning CJK texts with BASE table

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

--- Comment #1 from Volga  ---
Source Han fonts including these tags.

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

[Libreoffice-bugs] [Bug 104930] please handle 'hang' baseline feature of OpenType fonts

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

Volga  changed:

   What|Removed |Added

 Blocks||149336


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149336
[Bug 149336] Support aligning CJK texts with BASE table
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149336] Support aligning CJK texts with BASE table

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

Volga  changed:

   What|Removed |Added

 Depends on||104930


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104930
[Bug 104930] please handle 'hang' baseline feature of OpenType fonts
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149336] New: Support aligning CJK texts with BASE table

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

Bug ID: 149336
   Summary: Support aligning CJK texts with BASE table
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
Although LibreOffice started support BASE table from bug 104930, the two
commits from there shows only 'romn' and 'hang' baseline tags got support.
According to the OpenType Specification, there are also 4 tags made for CJK
scripts, including 'icfb', 'icft', 'ideo', 'idtp'. And the Specification also
give some instructions for proper alignments. With this support any font with
these tags would be able to get proper alignments within horizontal and
vertical text layouts.

Steps to Reproduce:
N/A

Actual Results:
N/A

Expected Results:
N/A


Reproducible: Always


User Profile Reset: No



Additional Info:
N/A

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

[Libreoffice-bugs] [Bug 149077] Change how Rounded Rectangle Callout is drawn in LibreOffice

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

--- Comment #6 from Rafael Lima  ---
(In reply to Regina Henschel from comment #5)
> The shape "Alternate Process" from category "Flowchart" has the same
> problem, that the corners do not remain circular.

Indeed, the "Alternate Process" shape has the same problem. OTOH "Rectangle,
Rounded" (Basic Shapes) is a very similar shape and it does not have the same
problem.

Note that "Rectangle, Rounded" has a handle and it prevents the corners from
being distorted.

I was trying to figure out the code in [1] to see if we could change the way
these corner vertices are calculated. However, I still could not figure out
what the calculation data means in the mso_CustomShape struct.

[1]
https://opengrok.libreoffice.org/xref/core/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx?r=4cfe4699#5820

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-22.05' - sw/source

2022-05-27 Thread Szymon Kłos (via logerrit)
 sw/source/uibase/dochdl/swdtflvr.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit f7dbe354b16f4bbd4301df4de3e2fc5201ba99b3
Author: Szymon Kłos 
AuthorDate: Fri May 27 14:50:21 2022 +0200
Commit: Andras Timar 
CommitDate: Fri May 27 22:23:40 2022 +0200

tdf#145875 don't open Insert section dialog when pasting image

This happens when we "copy image" in Firefox of the resource which
cannot be accessed without logging in on some website.

In that case we used HTML format and that resulted in pasting
login webpage as a section.

This patch detects simple HTML containing only an image while it also
contains BITMAP format in the clipboard which we can use directly.
That way we paste image data from the clipboard.

Change-Id: Ia2ee7e246f8c71e1d0958c6c955ec056a0a96f8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135011
Tested-by: Jenkins
Reviewed-by: Andras Timar 
(cherry picked from commit 0599a73c3c2bffdbfa4e695e2d694f1947215a07)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135012
Tested-by: Jenkins CollaboraOffice 

diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx 
b/sw/source/uibase/dochdl/swdtflvr.cxx
index 542101829162..72885b0f21e0 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -1501,6 +1501,11 @@ bool SwTransferable::Paste(SwWrtShell& rSh, 
TransferableDataHelper& rData, RndSt
  );
 }
 
+// when HTML is just an image don't generate new section
+if (rData.HasFormat(SotClipboardFormatId::HTML_SIMPLE) && 
rData.HasFormat(SotClipboardFormatId::HTML_NO_COMMENT)
+&& rData.HasFormat(SotClipboardFormatId::BITMAP) && nFormat == 
SotClipboardFormatId::FILE_LIST)
+nFormat = SotClipboardFormatId::BITMAP;
+
 // tdf#37223 avoid non-native insertion of Calc worksheets in the 
following cases:
 // content of 1-cell worksheets are inserted as simple text using RTF 
format,
 // bigger worksheets within native (Writer) table cells are inserted as 
native tables,


[Libreoffice-bugs] [Bug 59284] [META] Cell border related issues

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

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

   What|Removed |Added

 Depends on||149213


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149213
[Bug 149213] Cell's borders are not shown
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149213] Cell's borders are not shown

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

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

   What|Removed |Added

 Blocks||59284


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=59284
[Bug 59284] [META] Cell border related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149316] Clarify what a master slide is a master _for_

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

Regina Henschel  changed:

   What|Removed |Added

   Keywords||needsUXEval
   Severity|normal  |enhancement
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
I agree, it would be nice to have a list "This master slide is used for ...",
if you are in master view. The properties pane of the side bar has lot of place
for such a list if nothing is selected on the master slide.

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

[Libreoffice-ux-advise] [Bug 149316] Clarify what a master slide is a master _for_

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

Regina Henschel  changed:

   What|Removed |Added

   Keywords||needsUXEval
   Severity|normal  |enhancement
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
I agree, it would be nice to have a list "This master slide is used for ...",
if you are in master view. The properties pane of the side bar has lot of place
for such a list if nothing is selected on the master slide.

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

[Libreoffice-bugs] [Bug 126430] Fix layout of AutoRedaction dialog

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

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

   What|Removed |Added

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

--- Comment #11 from Roman Kuznetsov <79045_79...@mail.ru> ---
Still rerpo in

Version: 7.4.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: a8df5c815c8b002b7083b8777e3dd8beac573bf3
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: CL

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

[Libreoffice-bugs] [Bug 149272] LibreOffice will not open

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

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Julien Nabet  ---
Received from the author by direct email:
"I deleted the program and reinstalled. All is good now. Thanks."

timlacey: please next time, use
https://bugs.documentfoundation.org/show_bug.cgi?id=149272# to comment the
bugtracker.

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

[Libreoffice-bugs] [Bug 148085] Hyperlinks look bad (invisible / have no contrast) in dark mode on Windows

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

Rafael Lima  changed:

   What|Removed |Added

 CC||baliczeri...@gmail.com

--- Comment #5 from Rafael Lima  ---
*** Bug 149335 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 149335] Links barely readable in dark mode

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

Rafael Lima  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Rafael Lima  ---
Hi Ena, thanks for your report.

This issue is a duplicate of Bug 148085.

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

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

[Libreoffice-bugs] [Bug 149077] Change how Rounded Rectangle Callout is drawn in LibreOffice

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

--- Comment #5 from Regina Henschel  ---
The shape "Alternate Process" from category "Flowchart" has the same problem,
that the corners do not remain circular.

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

[Libreoffice-bugs] [Bug 112182] [META] Text and object selection issues

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

Bug 148424 Summary: Border color of active, focused cell is hard to see on 
Ubuntu
https://bugs.documentfoundation.org/show_bug.cgi?id=148424

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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

[Libreoffice-bugs] [Bug 148424] Border color of active, focused cell is hard to see on Ubuntu

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

Rafael Lima  changed:

   What|Removed |Added

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

--- Comment #3 from Rafael Lima  ---
Created attachment 180438
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180438=edit
Screenshot showing the new cell focus rectangle in LO 7.4

Since LO 7.3 the cell focus rectangle uses system highlight color. And in LO
7.4 the cell rectangle is a thicker and more visible.

See attached image for more info.

I'm closing this as WFM.

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

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

2022-05-27 Thread Louis Possoz (via logerrit)
 xmloff/source/text/XMLSectionFootnoteConfigImport.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bbec710bd25fc5da27636cde73fe4ab23c76904f
Author: Louis Possoz 
AuthorDate: Sat Apr 30 06:39:38 2022 +0100
Commit: Michael Stahl 
CommitDate: Fri May 27 21:11:27 2022 +0200

tdf#145178 Formats in section Foot/Endnotes not read from saved files

Imported, 'num-suffix' & 'num-format' properties generate debug warnings:

warn:xmloff:10220:10220:xmloff/source/text/
   XMLSectionFootnoteConfigImport.cxx:123: unknown attribute urn:oasis
   :names:tc:opendocument:xmlns:style:1.0 style:num-suffix value=]]
warn:xmloff:10220:10220:xmloff/source/text/
   XMLSectionFootnoteConfigImport.cxx:123: unknown attribute urn:oasis
   :names:tc:opendocument:xmlns:style:1.0 style:num-format value=One

The faulty code is within XMLSectionFootnoteConfigImport::startFastElement()

The namespace for these two properties must be set to 'STYLE'
   (it is wrongly set to 'TEXT')

Change-Id: I923f12e19ed15779c67b2159d88d80a2ccb04e17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133605
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx 
b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
index fcdbf2221b5a..ef408c0c13c8 100644
--- a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
+++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
@@ -101,13 +101,13 @@ void XMLSectionFootnoteConfigImport::startFastElement(
 bNumOwn = true;
 break;
 }
-case XML_ELEMENT(TEXT, XML_NUM_SUFFIX):
+case XML_ELEMENT(STYLE, XML_NUM_SUFFIX):
 {
 sNumSuffix = aIter.toString();
 bNumOwn = true;
 break;
 }
-case XML_ELEMENT(TEXT, XML_NUM_FORMAT):
+case XML_ELEMENT(STYLE, XML_NUM_FORMAT):
 {
 sNumFormat = aIter.toString();
 bNumOwn = true;


[Libreoffice-bugs] [Bug 149325] Statement.xls crash when Excel VBA code is run

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

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||er...@redhat.com,
   ||r...@post.cz

--- Comment #6 from raal  ---
Crash started at the below commit.
Adding Cc: to Eike Rathke; Could you possibly take a look at this one?
Thanks

8484b5fb178bca2a8e569694b9896665a6b27ede is the first bad commit
commit 8484b5fb178bca2a8e569694b9896665a6b27ede
Author: Jenkins Build User 
Date:   Tue Jun 27 17:11:16 2017 +0200

source sha:a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06

https://git.libreoffice.org/core/+/a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06
Resolves: tdf#108788 update references for deletions at end of sheet

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

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-7-2' - 32 commits - configure.ac connectivity/source download.lst editeng/inc editeng/qa editeng/source external/liborcus external/nss external

2022-05-27 Thread Andras Timar (via logerrit)
 configure.ac|   23 
 connectivity/source/drivers/dbase/DTable.cxx|2 
 download.lst|8 
 editeng/inc/editdoc.hxx |   38 
 editeng/qa/unit/core-test.cxx   |4 
 editeng/source/editeng/editdbg.cxx  |   32 
 editeng/source/editeng/editdoc.cxx  |  114 
 editeng/source/editeng/editeng.cxx  |   24 
 editeng/source/editeng/impedit.cxx  |   16 
 editeng/source/editeng/impedit.hxx  |8 
 editeng/source/editeng/impedit2.cxx |  211 
 editeng/source/editeng/impedit3.cxx |  279 
 editeng/source/editeng/impedit4.cxx |   79 
 editeng/source/editeng/impedit5.cxx |   10 
 external/liborcus/UnpackedTarball_liborcus.mk   |   12 
 external/liborcus/forcepoint-83.patch.1 |   16 
 external/liborcus/forcepoint-84.patch.1 |   38 
 external/liborcus/forcepoint-87.patch.1 |   27 
 external/liborcus/forcepoint-95.patch.1 |   11 
 external/nss/ExternalProject_nss.mk |7 
 external/zlib/UnpackedTarball_zlib.mk   |4 
 external/zlib/ubsan.patch   |   11 
 include/sfx2/strings.hrc|2 
 include/sfx2/viewfrm.hxx|1 
 officecfg/registry/schema/org/openoffice/Office/Common.xcs  |   10 
 readlicense_oo/license/CREDITS.fodt | 4462 
+-
 sc/source/ui/docshell/impex.cxx |2 
 sd/source/ui/slideshow/slideshowimpl.cxx|2 
 sfx2/source/view/viewfrm.cxx|   38 
 slideshow/source/engine/activities/simplecontinuousactivitybase.cxx |   12 
 svl/source/numbers/zforfind.cxx |   23 
 svl/source/passwordcontainer/passwordcontainer.cxx  |  126 
 svl/source/passwordcontainer/passwordcontainer.hxx  |   63 
 svx/source/xml/xmlxtimp.cxx |2 
 sw/CppunitTest_sw_core_text.mk  |2 
 sw/qa/core/text/text.cxx|   44 
 sw/qa/extras/uiwriter/uiwriter.cxx  |   51 
 sw/source/core/inc/layfrm.hxx   |1 
 sw/source/core/inc/rootfrm.hxx  |2 
 sw/source/core/layout/findfrm.cxx   |   21 
 sw/source/core/layout/pagechg.cxx   |2 
 sw/source/core/layout/tabfrm.cxx|   42 
 sw/source/core/text/frmform.cxx |   18 
 sw/source/core/text/frmpaint.cxx|9 
 sw/source/core/text/porfld.cxx  |   14 
 sw/source/core/text/porrst.cxx  |2 
 sw/source/core/txtnode/ndtxt.cxx|5 
 vcl/source/filter/itiff/itiff.cxx   |4 
 vcl/source/outdev/text.cxx  |2 
 vcl/unx/gtk3/gtkframe.cxx   |   20 
 50 files changed, 3262 insertions(+), 2694 deletions(-)

New commits:
commit ca5abbfa9eba0843daf66a07513cf6b683f1bff1
Author: Andras Timar 
AuthorDate: Fri May 27 20:32:11 2022 +0200
Commit: Andras Timar 
CommitDate: Fri May 27 20:34:49 2022 +0200

Bump version to 7.2.7.2.M1

Change-Id: I7a78259f40b48e6a2532143ab3b8432ec5a87f3e

diff --git a/configure.ac b/configure.ac
index 043e510dfa3a..fc6a4c1e61bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[7.2.6.2.M2],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.7.2.M1],[],[],[http://documentfoundation.org/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard
commit 3ee19fa102f373b633e015e7aa294ba118e58aad
Author: Michael Stahl 
AuthorDate: Fri May 

[Libreoffice-commits] core.git: Branch 'distro/mimo/mimo-7-2' - sw/source

2022-05-27 Thread Szymon Kłos (via logerrit)
 sw/source/uibase/dochdl/swdtflvr.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 7f9fd86e01f2d4a70c2ce5a2c69994f2eeb05f65
Author: Szymon Kłos 
AuthorDate: Fri May 27 14:50:21 2022 +0200
Commit: Andras Timar 
CommitDate: Fri May 27 20:34:18 2022 +0200

tdf#145875 don't open Insert section dialog when pasting image

This happens when we "copy image" in Firefox of the resource which
cannot be accessed without logging in on some website.

In that case we used HTML format and that resulted in pasting
login webpage as a section.

This patch detects simple HTML containing only an image while it also
contains BITMAP format in the clipboard which we can use directly.
That way we paste image data from the clipboard.

Change-Id: Ia2ee7e246f8c71e1d0958c6c955ec056a0a96f8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135040
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 

diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx 
b/sw/source/uibase/dochdl/swdtflvr.cxx
index fadba4319510..f131f6e8091e 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -1487,6 +1487,11 @@ bool SwTransferable::Paste(SwWrtShell& rSh, 
TransferableDataHelper& rData, RndSt
  );
 }
 
+// when HTML is just an image don't generate new section
+if (rData.HasFormat(SotClipboardFormatId::HTML_SIMPLE) && 
rData.HasFormat(SotClipboardFormatId::HTML_NO_COMMENT)
+&& rData.HasFormat(SotClipboardFormatId::BITMAP) && nFormat == 
SotClipboardFormatId::FILE_LIST)
+nFormat = SotClipboardFormatId::BITMAP;
+
 // tdf#37223 avoid non-native insertion of Calc worksheets in the 
following cases:
 // content of 1-cell worksheets are inserted as simple text using RTF 
format,
 // bigger worksheets within native (Writer) table cells are inserted as 
native tables,


[Libreoffice-bugs] [Bug 149329] After right-click cursor doesn't change back to the typing cursor

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

Rafael Lima  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 Blocks||102495
 CC||rafael.palma.l...@gmail.com

--- Comment #1 from Rafael Lima  ---
I can confirm this with LO 7.3.3 in kf5.

The mouse pointer only goes back to being a typing cursor if you move it
outside the document view and then back.

Not repro with gtk3 and gen. So this seems to be kf5-specific.

Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 12; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.3~rc2-0ubuntu0.21.10.1~lo1
Calc: threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

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

Rafael Lima  changed:

   What|Removed |Added

 Depends on||149329


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149329
[Bug 149329] After right-click cursor doesn't change back to the typing cursor
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145875] Insert section dialog opened when pasting image from Firefox in Win (paste special is okay)

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

--- Comment #8 from Commit Notification 
 ---
Szymon Kłos committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0599a73c3c2bffdbfa4e695e2d694f1947215a07

tdf#145875 don't open Insert section dialog when pasting image

It will be available in 7.4.0.

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

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

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

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

2022-05-27 Thread Szymon Kłos (via logerrit)
 sw/source/uibase/dochdl/swdtflvr.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 0599a73c3c2bffdbfa4e695e2d694f1947215a07
Author: Szymon Kłos 
AuthorDate: Fri May 27 14:50:21 2022 +0200
Commit: Andras Timar 
CommitDate: Fri May 27 20:32:34 2022 +0200

tdf#145875 don't open Insert section dialog when pasting image

This happens when we "copy image" in Firefox of the resource which
cannot be accessed without logging in on some website.

In that case we used HTML format and that resulted in pasting
login webpage as a section.

This patch detects simple HTML containing only an image while it also
contains BITMAP format in the clipboard which we can use directly.
That way we paste image data from the clipboard.

Change-Id: Ia2ee7e246f8c71e1d0958c6c955ec056a0a96f8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135011
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx 
b/sw/source/uibase/dochdl/swdtflvr.cxx
index 7768414cb4ba..5c3988e458b7 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -1494,6 +1494,11 @@ bool SwTransferable::Paste(SwWrtShell& rSh, 
TransferableDataHelper& rData, RndSt
  );
 }
 
+// when HTML is just an image don't generate new section
+if (rData.HasFormat(SotClipboardFormatId::HTML_SIMPLE) && 
rData.HasFormat(SotClipboardFormatId::HTML_NO_COMMENT)
+&& rData.HasFormat(SotClipboardFormatId::BITMAP) && nFormat == 
SotClipboardFormatId::FILE_LIST)
+nFormat = SotClipboardFormatId::BITMAP;
+
 // tdf#37223 avoid non-native insertion of Calc worksheets in the 
following cases:
 // content of 1-cell worksheets are inserted as simple text using RTF 
format,
 // bigger worksheets within native (Writer) table cells are inserted as 
native tables,


[Libreoffice-bugs] [Bug 149170] UI The "Document in use" dialog is not appearing anymore when opening from 'recent files menu'

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

--- Comment #8 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/34eea317c5929d640aa43477c737d26d6b700bdb

tdf#149170 framework,sfx2: don't add ReadOnly=false

It will be available in 7.4.0.

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

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

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

[Libreoffice-commits] core.git: framework/source sfx2/source

2022-05-27 Thread Michael Stahl (via logerrit)
 framework/source/uielement/recentfilesmenucontroller.cxx |7 +--
 sfx2/source/control/recentdocsviewitem.cxx   |6 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 34eea317c5929d640aa43477c737d26d6b700bdb
Author: Michael Stahl 
AuthorDate: Fri May 27 19:31:01 2022 +0200
Commit: Michael Stahl 
CommitDate: Fri May 27 20:26:52 2022 +0200

tdf#149170 framework,sfx2: don't add ReadOnly=false

There is a non-obvious difference in error handling when opening the
file read/write for type-detection fails in
utl::MediaDescriptor::impl_openStreamWithURL() - if ReadOnly=false is
given, it will abort the file loading, whereas without any ReadOnly it
will fall-back to a read-only opening of the file for type detection.

At this point a StillReadWriteInteraction is used, so the user is never
notified of the failure.

(regression from commit 404c51f3664ffd4f7e2c1c8bb8a12ac70954fec2)

Change-Id: I8c06fe23cc0bc0767df83f680a1a59e3700b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135045
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx 
b/framework/source/uielement/recentfilesmenucontroller.cxx
index 2fbad67becd9..dc4001a1f645 100644
--- a/framework/source/uielement/recentfilesmenucontroller.cxx
+++ b/framework/source/uielement/recentfilesmenucontroller.cxx
@@ -264,14 +264,17 @@ void RecentFilesMenuController::executeEntry( sal_Int32 
nIndex )
 Sequence< PropertyValue > aArgsList{
 comphelper::makePropertyValue("Referer", OUString( "private:user" )),
 
-comphelper::makePropertyValue("ReadOnly", 
m_aRecentFilesItems[nIndex].second),
-
 // documents in the picklist will never be opened as templates
 comphelper::makePropertyValue("AsTemplate", false),
 
 // Type detection needs to know which app we are opening it from.
 comphelper::makePropertyValue("DocumentService", m_aModuleName)
 };
+if (m_aRecentFilesItems[nIndex].second) // tdf#149170 only add if true
+{
+aArgsList.realloc(aArgsList.size()+1);
+aArgsList.getArray()[aArgsList.size()-1] = 
comphelper::makePropertyValue("ReadOnly", true);
+}
 dispatchCommand(m_aRecentFilesItems[nIndex].first, aArgsList, "_default");
 }
 
diff --git a/sfx2/source/control/recentdocsviewitem.cxx 
b/sfx2/source/control/recentdocsviewitem.cxx
index 0cdf74418d05..44f103dfbfa4 100644
--- a/sfx2/source/control/recentdocsviewitem.cxx
+++ b/sfx2/source/control/recentdocsviewitem.cxx
@@ -320,9 +320,13 @@ void RecentDocsViewItem::OpenDocument()
 xTrans->parseStrict(aTargetURL);
 
 aArgsList = { comphelper::makePropertyValue("Referer", 
OUString("private:user")),
-  comphelper::makePropertyValue("ReadOnly", m_isReadOnly),
   // documents will never be opened as templates
   comphelper::makePropertyValue("AsTemplate", false) };
+if (m_isReadOnly) // tdf#149170 only add if true
+{
+aArgsList.realloc(aArgsList.size()+1);
+aArgsList.getArray()[aArgsList.size()-1] = 
comphelper::makePropertyValue("ReadOnly", true);
+}
 
 xDispatch = xDesktop->queryDispatch(aTargetURL, "_default", 0);
 


[Libreoffice-bugs] [Bug 149328] Remote Files dialog non-modal

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 149272] LibreOffice will not open

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

--- Comment #3 from Timur  ---
May be bug 145803.

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

[Libreoffice-bugs] [Bug 149237] SingleSignOn unsuccessful loop

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Timur  ---
I think this is a won't place to report, it's infrastructure issue, there's
Redmine for that. 
But such problems are usually solved with emptying cache oe starting with new
profile in a browser. 
Other users can login normally.

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

[Libreoffice-bugs] [Bug 149089] FILEOPEN: docx: get extra mini space between Chinese character when open docx file

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

raal  changed:

   What|Removed |Added

 CC||mark...@gmail.com,
   ||r...@post.cz

--- Comment #5 from raal  ---
(In reply to Zhang Qide from comment #0)
> 
> After fix bug 148940, LibreOffice Writer will get extra mini space between
> Chinese character that cause wrong text display when open docx file. see the
> attachment.
> 
Adding CC to Mark Hung

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

[Libreoffice-bugs] [Bug 149146] Spurious Err:522

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #4 from raal  ---
Hello,
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F

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

[Libreoffice-bugs] [Bug 149332] Writer choose the wrong language for text I type

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

--- Comment #5 from Francesco  ---
A general case of mine is *very common*, because often with a keyboard you can
write more than one language.
Let's take English as example: if anybody should write a document in English
and has Spanish (French, Finnish, Polish, Ungarian ...) keyboard.
In any program (with exception of Writer) (s)he could just start typing,
because the *Spanish keyboard includes all English letters* by default.
But not in Writer, because even if the text is in correct english and the
document is in English, the text will be underlined.

So you want to force spanish-speaker people to install two layouts if they
dont' want that correct text is underlined?
But the user *decided* that the document is in a given language, and set it to
*that* language.

Same for all input systems that allow to write more than one language.
They usually can write English with their own keyboards without using an exotic
combination as mine.

This feature just bothers most of people who create a document in English (or
Italian) with a Spanish/French keyboard.
After your answer i am more convinced that this feature should be removed.

Of course it's not up to me to take the decision, I just want to explain the
issue.

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

[Libreoffice-bugs] [Bug 149335] New: Links barely readable in dark mode

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

Bug ID: 149335
   Summary: Links barely readable in dark mode
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: baliczeri...@gmail.com

Description:
I ticked experimental features in Options -> Advanced -> Optional Features, and
set application colors to LibreOfficeDev Dark (I am using version 7.4.0), and
as the summary says, links can barely be read.

Steps to Reproduce:
1. Options -> Advanced -> Optional Features, tick Enable experimental features
(may be unstable)
2. Options -> Application Colors, select LibreOfficeDev Dark scheme
3. Open About LibreOffice Dev (for example)

Actual Results:
https://imgur.com/a/GIcBQLL

Expected Results:
Links should be a suitable color so that they are readable in dark mode.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.0.alpha1 (x64) / LibreOffice Community
Build ID: b871abad383583f02eb49c7e49aeae01f6941072
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: bs-BA (bs_BA); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 145239] Customize footnote symbols

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

--- Comment #8 from Walter Tuvell  ---
As for references, Google for "sequence of symbols used for footnotes". When I
did this just now, the first 4 hits showed 4 different sequences for the
"standard/suggested" (LO's hard-coded sequence matched Wikipedia's).

But note also my comment about "=U+1F7B6 ≠ *=U+002A". When using "star" as a
footnote marker, you want to use "star," and not "asterisk." That's because
asterisk is ALREADY superscript, so when used as footnote marker it becomes
double-superscripted. Which is just plain wrong.

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

[Libreoffice-ux-advise] [Bug 145239] Customize footnote symbols

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

--- Comment #8 from Walter Tuvell  ---
As for references, Google for "sequence of symbols used for footnotes". When I
did this just now, the first 4 hits showed 4 different sequences for the
"standard/suggested" (LO's hard-coded sequence matched Wikipedia's).

But note also my comment about "=U+1F7B6 ≠ *=U+002A". When using "star" as a
footnote marker, you want to use "star," and not "asterisk." That's because
asterisk is ALREADY superscript, so when used as footnote marker it becomes
double-superscripted. Which is just plain wrong.

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

[Libreoffice-bugs] [Bug 149333] FORMCONTROLS Calc Spreadsheet Goal Seek calculation error in specific formula that works in Excel

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

--- Comment #2 from Nas  ---
Created attachment 180436
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180436=edit
Excel file containing bug replication try-outs

File originally created in Excel; used and adapted to new values (formula
untouched; only number values have changed) within Libre Office

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

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

2022-05-27 Thread Tibor Nagy (via logerrit)
 include/oox/drawingml/shape.hxx|6 +++
 include/oox/ppt/slidepersist.hxx   |4 ++
 oox/source/ppt/pptshape.cxx|   23 ++--
 oox/source/ppt/presentationfragmenthandler.cxx |   46 +
 oox/source/ppt/slidepersist.cxx|2 +
 sd/qa/unit/data/pptx/tdf148965.pptx|binary
 sd/qa/unit/import-tests.cxx|   37 
 7 files changed, 100 insertions(+), 18 deletions(-)

New commits:
commit 855a56fea4561135a63cb729d7a625a950b210e7
Author: Tibor Nagy 
AuthorDate: Fri May 13 08:12:17 2022 +0200
Commit: László Németh 
CommitDate: Fri May 27 18:32:38 2022 +0200

tdf#148965 PPTX import: fix internal hyperlinks on shapes

Locale dependent code path resulted broken hyperlinks
on shapes in a non-English build.

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

diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index 4318c1e24d2d..e845b399f5f8 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -140,6 +140,9 @@ public:
 voidsetConnectorShape(bool bConnector) { 
mbConnector = bConnector; }
 boolisConnectorShape() const { return 
mbConnector; }
 
+voidsetBookmark(bool bBookmark) { 
mbHasBookmark = bBookmark; }
+boolhasBookmark() const { return 
mbHasBookmark; }
+
 Shape3DProperties&  get3DProperties() { return 
*mp3DPropertiesPtr; }
 const Shape3DProperties&get3DProperties() const { return 
*mp3DPropertiesPtr; }
 
@@ -410,6 +413,9 @@ private:
 // Is this a connector shape?
 bool mbConnector = false;
 
+// Is shape has bookmark?
+bool mbHasBookmark = false;
+
 // temporary space for DiagramHelper in preparation for collecting data
 // Note: I tried to use a unique_ptr here, but existing constructor func 
does not allow that
 svx::diagram::IDiagramHelper* mpDiagramHelper;
diff --git a/include/oox/ppt/slidepersist.hxx b/include/oox/ppt/slidepersist.hxx
index 1b0a92c70783..4ba48637c66a 100644
--- a/include/oox/ppt/slidepersist.hxx
+++ b/include/oox/ppt/slidepersist.hxx
@@ -127,6 +127,9 @@ public:
 
 void createConnectorShapeConnection();
 
+void  addURLShapeId(const OUString& rShapeId) { 
maURLShapeId.push_back(rShapeId); }
+std::vector& getURLShapeId() { return maURLShapeId; }
+
 private:
 OUString
maPath;
 OUString
maLayoutPath;
@@ -160,6 +163,7 @@ private:
 CommentAuthorList   
maCommentAuthors;
 
 std::vector   
maConnectorShapeId;
+std::vector   
maURLShapeId;
 };
 
 }
diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx
index d83737250550..2ec4a3fbe327 100644
--- a/oox/source/ppt/pptshape.cxx
+++ b/oox/source/ppt/pptshape.cxx
@@ -613,27 +613,14 @@ void PPTShape::addShape(
 // so check here if it's a bookmark or a document
 if (meClickAction == ClickAction_BOOKMARK)
 {
+sal_Int32 nSplitPos;
 if (!sURL.startsWith("#"))
 meClickAction = ClickAction_DOCUMENT;
-else
+else if (-1 != (nSplitPos = sURL.indexOf( ' ' )))
 {
-sURL = sURL.copy(1);
-sal_Int32 nPageNumber = 0;
-static const OUStringLiteral sSlide = u"Slide ";
-if (sURL.match(sSlide))
-nPageNumber = 
o3tl::toInt32(sURL.subView(sSlide.getLength()));
-Reference 
xDPS(rFilterBase.getModel(),
-
uno::UNO_QUERY_THROW);
-Reference 
xDrawPages(xDPS->getDrawPages(),
-  
uno::UNO_SET_THROW);
-sal_Int32 nMaxPages = xDrawPages->getCount();
-if (nPageNumber && nPageNumber <= nMaxPages)
-{
-Reference xDrawPage;
-xDrawPages->getByIndex(nPageNumber - 1) >>= 
xDrawPage;
-Reference xNamed(xDrawPage, 
UNO_QUERY);
-sURL = xNamed->getName();
-}
+ 

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

2022-05-27 Thread Noel Grandin (via logerrit)
 basegfx/source/polygon/b2dpolypolygoncutter.cxx |5 +++--
 basegfx/source/tools/b2dclipstate.cxx   |5 +++--
 basegfx/source/tools/unopolypolygon.cxx |5 +++--
 include/basegfx/DrawCommands.hxx|5 +++--
 include/basegfx/matrix/b2dhommatrixtools.hxx|5 +++--
 include/basegfx/utils/gradienttools.hxx |5 +++--
 include/basegfx/utils/unopolypolygon.hxx|2 +-
 7 files changed, 19 insertions(+), 13 deletions(-)

New commits:
commit b3c965ccaa896b12b33ff5b7ccea0eb20d560116
Author: Noel Grandin 
AuthorDate: Fri May 27 16:36:42 2022 +0200
Commit: Noel Grandin 
CommitDate: Fri May 27 18:20:07 2022 +0200

clang-tidy modernize-pass-by-value in basegfx

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

diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx 
b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
index ddec57374649..b548939f3eed 100644
--- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx
+++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
@@ -28,6 +28,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -513,8 +514,8 @@ namespace basegfx
 impSolve();
 }
 
-explicit solver(const B2DPolyPolygon& rOriginal, size_t* 
pPointLimit = nullptr)
-:   maOriginal(rOriginal),
+explicit solver(B2DPolyPolygon aOriginal, size_t* pPointLimit = 
nullptr)
+:   maOriginal(std::move(aOriginal)),
 mbIsCurve(false),
 mbChanged(false)
 {
diff --git a/basegfx/source/tools/b2dclipstate.cxx 
b/basegfx/source/tools/b2dclipstate.cxx
index 7b8309e0de1c..126235699b4b 100644
--- a/basegfx/source/tools/b2dclipstate.cxx
+++ b/basegfx/source/tools/b2dclipstate.cxx
@@ -26,6 +26,7 @@
 #include 
 #include 
 #include 
+#include 
 
 
 namespace basegfx::utils
@@ -39,8 +40,8 @@ namespace basegfx::utils
 mePendingOps(UNION)
 {}
 
-explicit ImplB2DClipState( const B2DPolyPolygon& rPoly ) :
-maClipPoly(rPoly),
+explicit ImplB2DClipState( B2DPolyPolygon aPoly ) :
+maClipPoly(std::move(aPoly)),
 mePendingOps(UNION)
 {}
 
diff --git a/basegfx/source/tools/unopolypolygon.cxx 
b/basegfx/source/tools/unopolypolygon.cxx
index ce61a5d3451b..76341e6ea532 100644
--- a/basegfx/source/tools/unopolypolygon.cxx
+++ b/basegfx/source/tools/unopolypolygon.cxx
@@ -28,13 +28,14 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 
 namespace basegfx::unotools
 {
-UnoPolyPolygon::UnoPolyPolygon( const B2DPolyPolygon& rPolyPoly ) :
-maPolyPoly( rPolyPoly ),
+UnoPolyPolygon::UnoPolyPolygon( B2DPolyPolygon aPolyPoly ) :
+maPolyPoly(std::move( aPolyPoly )),
 meFillRule( rendering::FillRule_EVEN_ODD )
 {
 // or else races will haunt us.
diff --git a/include/basegfx/DrawCommands.hxx b/include/basegfx/DrawCommands.hxx
index fef43689b4a9..14d3ad2459cf 100644
--- a/include/basegfx/DrawCommands.hxx
+++ b/include/basegfx/DrawCommands.hxx
@@ -11,6 +11,7 @@
 #define INCLUDED_BASEGFX_DRAWCOMMANDS_H
 
 #include 
+#include 
 #include 
 
 #include 
@@ -141,9 +142,9 @@ public:
 std::shared_ptr mpStrokeColor;
 std::shared_ptr mpFillGradient;
 
-DrawPath(basegfx::B2DPolyPolygon const& rPolyPolygon)
+DrawPath(basegfx::B2DPolyPolygon aPolyPolygon)
 : DrawBase(DrawCommandType::Path)
-, maPolyPolygon(rPolyPolygon)
+, maPolyPolygon(std::move(aPolyPolygon))
 , mnStrokeWidth(1.0)
 , mnOpacity(1.0)
 {
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx 
b/include/basegfx/matrix/b2dhommatrixtools.hxx
index 10a0fe0df717..9b81f33d2a44 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 namespace basegfx { class B2DRange; }
@@ -197,8 +198,8 @@ namespace basegfx::utils
 }
 
 public:
-B2DHomMatrixBufferedOnDemandDecompose(const B2DHomMatrix& 
rB2DHomMatrix = B2DHomMatrix())
-:   maB2DHomMatrix(rB2DHomMatrix),
+B2DHomMatrixBufferedOnDemandDecompose(B2DHomMatrix aB2DHomMatrix = 
B2DHomMatrix())
+:   maB2DHomMatrix(std::move(aB2DHomMatrix)),
 mfRotate(0.0),
 mfShearX(0.0),
 mbDecomposed(false)
diff --git a/include/basegfx/utils/gradienttools.hxx 
b/include/basegfx/utils/gradienttools.hxx
index e3d816394b54..03892122b54b 100644
--- a/include/basegfx/utils/gradienttools.hxx
+++ b/include/basegfx/utils/gradienttools.hxx
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 namespace basegfx { class B2DRange; }
@@ -72,10 +73,10 @@ namespace basegfx
 }
 
  

[Libreoffice-bugs] [Bug 124835] Contextual toolbars make UI jumping

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

--- Comment #31 from Maxim Monastirsky  ---
Speaking of the UI jumping problem in general, the solution is likely always to
have all context depending controls appear in the same place, and not in 10
different toolbars. It can be a tabbed UI, or a single toolbar with the context
controls appended to its end (i.e. Contextual Single), or a regular two
toolbars layout, with the second toolbar being a "context toolbar", that
changes its controls based on the context (like in e.g. Inkscape), or a sidebar
mode where context controls are in the sidebar. It doesn't matter. The key is
to have only one context-aware area.

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

[Libreoffice-bugs] [Bug 124835] Contextual toolbars make UI jumping

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

--- Comment #30 from sdc.bla...@youmail.dk ---
(In reply to Heiko Tietze from comment #29)
> (In reply to sdc.blanco from comment #28)
> > Have I DUP'ed bug 149282 to the right place?
> This ticket focuses on the "Sidebar" mode but I don't see what the proposed
> solution of a Standard TB as a placeholder for contextual content means. The
> sidebar mode has a Standard TB - maybe it means some space that is empty
> without context.
Then maybe I should unDUP my ticket? 

As noted in comment 28, the problem arises only when toolbars are undocked. 
A placeholder maybe "solve" the problem, but loses the "undocked" toolbar, no?

Meanwhile, the canvas remains stable when a popup dialog box appears. Is it
because it takes the "focus"? (in effect locking the canvas?), while an
undocked toolbar must not lock the canvas, hence the jump?  

But -- as a genuine naive question -- it is hard to understand why such a
behavior (an undocked toolbar popping up) cannot be fixed in relation to the
Standard TB inferface. If that is a legitimate request (and distinct from this
ticket), then maybe I should unDUP, because my ticket was meant only to be
aimed at the expected behavior of the Standard interface, not to make new or
alternative designs.

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

[Libreoffice-bugs] [Bug 149230] Create sketches for ajlittoz's vision of a UI promoting the use of styles

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

Buovjaga  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|DUPLICATE   |---

--- Comment #16 from Buovjaga  ---
Ok, let's create sketches

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

[Libreoffice-bugs] [Bug 142653] Contextual Single user interface shows no toolbar

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

--- Comment #10 from Maxim Monastirsky  ---
(In reply to Heiko Tietze from comment #9)
> You never know what the future brings. Some comments favor the Contextual
> Single variant over the Single Toolbar (so Notebookbar is the better choice
> than the classic toolbar). But if we put effort in, for example, XML based
> NB rather than Glade your work might be lost.
I was asking more about a single line arrangement _in general_, regardless of
how it is implemented. Given that we want to reduce the number of available
UIs, it wasn't clear if such UIs will survive. On the other hand, regarding XML
vs Glade, I would guess that XML is safer, as it's also used by the standard
toolbars, which likely to stay.

> What is your take from the developers POV how to implement different UI
> variants and how to make it customizable for both user and
> developer/designer?
The key for extensions and customization support is to have a well structured
in-memory representation. But that's nearly impossible with a "freeform"
on-disk format like Glade, so it likely will need to be replaced. The new
format can be XML or JSON or whatever, it doesn't matter. We can even try to
enhance the current toolbar XML to reuse some code (not sure if that's
feasible).

But the hardest part IMHO is not the format but the correct behavior of the UI
control, i.e. context switching, collapsing, resizing, a11y etc. I have no
insights on that part.

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

[Libreoffice-ux-advise] [Bug 142653] Contextual Single user interface shows no toolbar

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

--- Comment #10 from Maxim Monastirsky  ---
(In reply to Heiko Tietze from comment #9)
> You never know what the future brings. Some comments favor the Contextual
> Single variant over the Single Toolbar (so Notebookbar is the better choice
> than the classic toolbar). But if we put effort in, for example, XML based
> NB rather than Glade your work might be lost.
I was asking more about a single line arrangement _in general_, regardless of
how it is implemented. Given that we want to reduce the number of available
UIs, it wasn't clear if such UIs will survive. On the other hand, regarding XML
vs Glade, I would guess that XML is safer, as it's also used by the standard
toolbars, which likely to stay.

> What is your take from the developers POV how to implement different UI
> variants and how to make it customizable for both user and
> developer/designer?
The key for extensions and customization support is to have a well structured
in-memory representation. But that's nearly impossible with a "freeform"
on-disk format like Glade, so it likely will need to be replaced. The new
format can be XML or JSON or whatever, it doesn't matter. We can even try to
enhance the current toolbar XML to reuse some code (not sure if that's
feasible).

But the hardest part IMHO is not the format but the correct behavior of the UI
control, i.e. context switching, collapsing, resizing, a11y etc. I have no
insights on that part.

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

[Libreoffice-bugs] [Bug 149230] Create sketches for ajlittoz's vision of a UI promoting the use of styles

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

--- Comment #15 from Eyal Rozenberg  ---
This is totally not a dupe of bug 117022, which is much much more specific.
Please consider reopening.

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

  1   2   3   4   >