[Libreoffice-qa] Live streaming LibreOffice bug triaging (week 22)

2021-05-30 Thread Ilmari Lauhakangas
I will be live streaming a 1 hour LibreOffice bug triaging session in 
the Jitsi room https://jitsi.documentfoundation.org/ilmaritriages on


Thu, 3 June 2021 at 15:00 UTC

Anyone is welcome to interrupt me during the session and ask questions 
about the process or request me to test something specific.


The session typically starts with me going through old enhancement 
requests. The point of this is to determine, if they need to be reviewed 
by the design team or if they are miscategorised somehow.


Ilmari
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


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

2021-05-30 Thread merttumer (via logerrit)
 sc/source/ui/dbgui/scuiasciiopt.cxx |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 4df6fa6dab7d620bf2fdc722371fae690163d752
Author: merttumer 
AuthorDate: Wed May 26 11:30:14 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 07:50:17 2021 +0200

lok: Hide file name from Text Import Dialog (csv)

Change-Id: Id496ce68030a471ac73556f52bcd808d79d34589
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116173
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116313

diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx 
b/sc/source/ui/dbgui/scuiasciiopt.cxx
index 564b167fe58e..2d8efaefa3f3 100644
--- a/sc/source/ui/dbgui/scuiasciiopt.cxx
+++ b/sc/source/ui/dbgui/scuiasciiopt.cxx
@@ -37,6 +37,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -327,8 +328,11 @@ ScImportAsciiDlg::ScImportAsciiDlg(weld::Window* pParent, 
const OUString& aDatNa
 m_xDialog->set_title(mxAltTitle->get_label());
 break;
 case SC_IMPORTFILE:
-aName += " - [" + aDatName + "]";
-m_xDialog->set_title(aName);
+if (!comphelper::LibreOfficeKit::isActive())
+{
+aName += " - [" + aDatName + "]";
+m_xDialog->set_title(aName);
+}
 break;
 default:
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - 2 commits - sd/qa sw/source

2021-05-30 Thread merttumer (via logerrit)
 sd/qa/unit/tiledrendering/tiledrendering.cxx |   26 ++
 sw/source/uibase/shells/basesh.cxx   |3 +--
 2 files changed, 27 insertions(+), 2 deletions(-)

New commits:
commit a7e6d1af84a3df887562b1e5e0a1f9aef79bc05e
Author: merttumer 
AuthorDate: Wed May 26 10:34:22 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 07:50:03 2021 +0200

lok: Re-Enable AnchorToPara context menu item

Change-Id: I0f1f4121c06b8f628f4fe49284737cea3d28e4b8
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116141
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116312

diff --git a/sw/source/uibase/shells/basesh.cxx 
b/sw/source/uibase/shells/basesh.cxx
index 359dea043183..57e9394fc03c 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -1705,8 +1705,7 @@ void SwBaseShell::GetState( SfxItemSet  )
 
 if (comphelper::LibreOfficeKit::isActive())
 {
-if (nWhich == FN_TOOL_ANCHOR_PAGE || nWhich == 
FN_TOOL_ANCHOR_PARAGRAPH
-|| nWhich == FN_TOOL_ANCHOR_FRAME)
+if (nWhich == FN_TOOL_ANCHOR_PAGE || nWhich == 
FN_TOOL_ANCHOR_FRAME)
 {
 rSet.DisableItem(nWhich);
 }
commit d17f982436006d1dc59d7679f2959ee931904372
Author: merttumer 
AuthorDate: Mon May 24 18:56:56 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 07:49:49 2021 +0200

sd: Unit test for Table deletion with Delete Key

Change-Id: I9849f55a143007b49bdcaac392dd84e32d610998
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116069
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116311

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx 
b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index fe6ee4e628b7..5c852d854c90 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -132,6 +132,7 @@ public:
 void testSpellOnlineRenderParameter();
 void testSlideDuplicateUndo();
 void testMoveShapeHandle();
+void testDeleteTable();
 
 CPPUNIT_TEST_SUITE(SdTiledRenderingTest);
 CPPUNIT_TEST(testCreateDestroy);
@@ -188,6 +189,7 @@ public:
 CPPUNIT_TEST(testSpellOnlineRenderParameter);
 CPPUNIT_TEST(testSlideDuplicateUndo);
 CPPUNIT_TEST(testMoveShapeHandle);
+CPPUNIT_TEST(testDeleteTable);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -738,6 +740,30 @@ void SdTiledRenderingTest::testInsertTable()
 CPPUNIT_ASSERT(aPos.Y() != 0);
 }
 
+void SdTiledRenderingTest::testDeleteTable()
+{
+SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp");
+
+uno::Sequence aArgs(comphelper::InitPropertySequence(
+{
+{ "Rows", uno::makeAny(sal_Int32(3)) },
+{ "Columns", uno::makeAny(sal_Int32(5)) }
+}));
+
+comphelper::dispatchCommand(".uno:InsertTable", aArgs);
+Scheduler::ProcessEventsToIdle();
+sd::ViewShell* pViewShell = 
pXImpressDocument->GetDocShell()->GetViewShell();
+SdrView* pSdrView = pViewShell->GetView();
+const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList();
+CPPUNIT_ASSERT(rMarkList.GetMarkCount() == 1);
+pXImpressDocument->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_MOD1 | 
awt::Key::A);
+pXImpressDocument->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_MOD1 | 
awt::Key::A);
+pXImpressDocument->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_DELETE);
+pXImpressDocument->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_DELETE);
+Scheduler::ProcessEventsToIdle();
+CPPUNIT_ASSERT(rMarkList.GetMarkCount() == 0);
+}
+
 void SdTiledRenderingTest::testPartHash()
 {
 SdXImpressDocument* pDoc = createDoc("dummy.odp");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 141908] CppUnittests: replace usage of sal_Int32 with colors

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141908

Radhey Parekh  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||radhey.par...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141908] CppUnittests: replace usage of sal_Int32 with colors

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141908

--- Comment #2 from Radhey Parekh  ---
I would like to look in to this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-05-30 Thread Bartosz Kosiorek (via logerrit)
 emfio/qa/cppunit/emf/EmfImportTest.cxx |   18 
--
 emfio/qa/cppunit/emf/data/TestExtTextOutOpaqueAndClipTransform.emf |binary
 emfio/source/reader/emfreader.cxx  |4 +-
 emfio/source/reader/mtftools.cxx   |3 +
 4 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit f275c4b31f095193b80cb756f8610c16282fb8f4
Author: Bartosz Kosiorek 
AuthorDate: Sat May 29 21:11:55 2021 +0200
Commit: Bartosz Kosiorek 
CommitDate: Mon May 31 07:32:44 2021 +0200

tdf#53004 tdf#142495 WMF EMF Always display Text rectangle

In previous implementation if BKMode was set to Transparent,
then both Background of Text and Rectangle was not drawn.

It was wrong, and Rectangle should be always drawn.

This commit fix that issue and allows EMF images
exported by LTspice to be rendered correctly under LibreOffice.

Change-Id: I03801d35d92eb2a3fdc175ca1d5b348a2aa30842
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116394
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek 

diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx 
b/emfio/qa/cppunit/emf/EmfImportTest.cxx
index 1b134551c7ff..1613fe943e6f 100644
--- a/emfio/qa/cppunit/emf/EmfImportTest.cxx
+++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx
@@ -519,12 +519,19 @@ void Test::TestExtTextOutOpaqueAndClipTransform()
 xmlDocUniquePtr pDocument = 
dumper.dumpAndParse(comphelper::sequenceToContainer(aSequence));
 CPPUNIT_ASSERT (pDocument);
 
-assertXPath(pDocument, "/primitive2D/metafile/transform/textsimpleportion",
+
+assertXPath(pDocument, 
"/primitive2D/metafile/transform/textsimpleportion", 2);
+assertXPath(pDocument, 
"/primitive2D/metafile/transform/textsimpleportion[1]",
 "text", "No_rect- DLP-");
-assertXPath(pDocument, "/primitive2D/metafile/transform/textsimpleportion",
+assertXPath(pDocument, 
"/primitive2D/metafile/transform/textsimpleportion[1]",
 "fontcolor", "#00");
 
-assertXPath(pDocument, "/primitive2D/metafile/transform/polypolygoncolor", 
2);
+assertXPath(pDocument, 
"/primitive2D/metafile/transform/textsimpleportion[2]",
+"text", "OpaqueTranspa");
+assertXPath(pDocument, 
"/primitive2D/metafile/transform/textsimpleportion[2]",
+"fontcolor", "#00");
+
+assertXPath(pDocument, "/primitive2D/metafile/transform/polypolygoncolor", 
3);
 assertXPath(pDocument, 
"/primitive2D/metafile/transform/polypolygoncolor[1]/polypolygon",
 "path", "m966 490-477-275-84 147 476 275z");
 assertXPath(pDocument, 
"/primitive2D/metafile/transform/polypolygoncolor[1]",
@@ -535,6 +542,11 @@ void Test::TestExtTextOutOpaqueAndClipTransform()
 assertXPath(pDocument, 
"/primitive2D/metafile/transform/polypolygoncolor[2]",
 "color", "#0080ff");
 
+assertXPath(pDocument, 
"/primitive2D/metafile/transform/polypolygoncolor[3]/polypolygon",
+"path", "m972 1326-476-275-148 257 476 276z");
+assertXPath(pDocument, 
"/primitive2D/metafile/transform/polypolygoncolor[3]",
+"color", "#800080");
+
 assertXPath(pDocument, "/primitive2D/metafile/transform/group", 3);
 assertXPath(pDocument, 
"/primitive2D/metafile/transform/group[1]/polypolygoncolor",
 "color", "#ff");
diff --git a/emfio/qa/cppunit/emf/data/TestExtTextOutOpaqueAndClipTransform.emf 
b/emfio/qa/cppunit/emf/data/TestExtTextOutOpaqueAndClipTransform.emf
index 7d59ac3e5bd2..0b7be5ab39ec 100644
Binary files 
a/emfio/qa/cppunit/emf/data/TestExtTextOutOpaqueAndClipTransform.emf and 
b/emfio/qa/cppunit/emf/data/TestExtTextOutOpaqueAndClipTransform.emf differ
diff --git a/emfio/source/reader/emfreader.cxx 
b/emfio/source/reader/emfreader.cxx
index e6a758175fb5..79ff9cf04200 100644
--- a/emfio/source/reader/emfreader.cxx
+++ b/emfio/source/reader/emfreader.cxx
@@ -1817,9 +1817,9 @@ namespace emfio
 mpInputStream->ReadInt32( nLeftRect ).ReadInt32( 
nTopRect ).ReadInt32( nRightRect ).ReadInt32( nBottomRect );
 const tools::Rectangle aRect( nLeftRect, nTopRect, 
nRightRect, nBottomRect );
 BkMode mnBkModeBackup = mnBkMode;
-if ( nOptions & ETO_NO_RECT ) // Don't draw the 
background rectangle
+if ( nOptions & ETO_NO_RECT ) // Don't draw the 
background rectangle and text background
 mnBkMode = BkMode::Transparent;
-if ( nOptions & ETO_OPAQUE )
+else if ( nOptions & ETO_OPAQUE )
 DrawRectWithBGColor( aRect );
 mpInputStream->ReadUInt32( offDx );
 
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx
index 6bf0d98a3e76..866f6996d9e3 100644
--- a/emfio/source/reader/mtftools.cxx
+++ 

[Libreoffice-bugs] [Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103859
Bug 103859 depends on bug 53004, which changed state.

Bug 53004 Summary: [WMF] FILEOPEN Black squares is missing after import WMF 
file created by LTspice
https://bugs.documentfoundation.org/show_bug.cgi?id=53004

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107060] [META] Pivot chart issues

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107060

Buovjaga  changed:

   What|Removed |Added

 Depends on||132016


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=132016
[Bug 132016] Pivot Chart Select Data Range Selection
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132016] Pivot Chart Select Data Range Selection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132016

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 Blocks||107060

--- Comment #8 from Buovjaga  ---
(In reply to flywire from comment #5)
> Created attachment 172446 [details]
> Demonstrates can't change Pivot Pie Chart Show Room data series to Used.

To reproduce:

1. Click inside the pivot table that you want to present in your chart.

2. Choose Insert – Chart or click in the Insert Chart Icon Insert Chart icon in
the main toolbar.

LibreOffice Calc automatically detects the pivot table and opens the pivot
chart wizard.

https://help.libreoffice.org/latest/en-US/text/scalc/guide/pivotchart_create.html?DbPAR=CALC#bm_id531525141739769


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107060
[Bug 107060] [META] Pivot chart issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

--- Comment #8 from Ed Sharman  ---
Created attachment 172472
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172472=edit
Test file (.odt) containing bookmark

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

--- Comment #7 from Ed Sharman  ---
Created attachment 172471
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172471=edit
Test file (.odt) containing hyperlink

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

--- Comment #6 from Ed Sharman  ---
Created attachment 172470
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172470=edit
Test file (.doc) containing bookmark

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

--- Comment #5 from Ed Sharman  ---
Created attachment 172469
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172469=edit
Test file containing hyperlink

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

Ed Sharman  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from Ed Sharman  ---
(1) This bug occurs with .doc files, but not with .odt files.
(2) I am supplying a zip file TestFiles.zip containing two .doc test files,
TestFile1.doc and TestFile2.doc, and corresponding .odt files. I tested both
these pairs residing in a subdirectory named 'Hyperlink bug'. I'm unsure, if
the files reside in a differently named directory, the hyperlink with text
'28345499' in TestFile1.doc may need to be removed and chosen to point anew to
the bookmark labeled 'Mofidi17' in TestFile2.doc; same for the .odt files.
(3) Perform Test A as follows:
  (a) With TestFile2.doc closed, open TestFile1.doc.
  (b) Perform a  'CTL-LeftMouse Click' on the hyperlink with text '28345499'.
  (c) Observe that TestFile2.doc opens with the cursor pointing to the top of
the file, with page 1 being displayed.
  (d) Perform this same test with TestFile1.odt and TestFile2.odt.
  (e) Observe that when TestFile2.odt opens, the cursor points to the bookmark
labeled 'Mofidi17' and page 3 is displayed. This is the correct behavior in my
opinion.
(4) Perform Test B as follows:
  (a) With TestFile1.doc closed, open TestFile2.doc.
  (b) Point the cursor to 'Middleton' on page 2.
  (c) Open TestFile1.doc
  (d) Perform a 'CTL-LeftMouse Click' on the hyperlink with text '28345499'.
  (e) Observe that TestFile2.doc opens with the cursor pointing to the top of
page 2, with page 2 being displayed.
  (d) Perform this same test with TestFile1.odt and TestFile2.odt.
  (e) Observe that after the 'CTL-LeftMouse Click' has been performed, the
cursor in TestFile2.odt points to the bookmark labeled 'Mofidi17' and page 3 is
displayed. This is the correct behavior in my opinion.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

--- Comment #3 from Ed Sharman  ---
Created attachment 172468
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172468=edit
(1) This bug occurs with .doc files, but not with .odt files. (2) I am
supplying two .doc test files, TestFile1.doc and TestFile2.doc, and
corresponding .odt files. I tested both these pairs residing

(1) This bug occurs with .doc files, but not with .odt files.
(2) I am supplying two .doc test files, TestFile1.doc and TestFile2.doc, and
corresponding .odt files. I tested both these pairs residing in a subdirectory
named 'Hyperlink bug'. I'm unsure, if the files reside in a differently named
directory, the hyperlink with text '28345499' in TestFile1.doc may need to be
removed and chosen to point anew to the bookmark labeled 'Mofidi17' in
TestFile2.doc; same for the .odt files.
(3) Perform Test A as follows:
  (a) With TestFile2.doc closed, open TestFile1.doc.
  (b) Perform a  'CTL-LeftMouse Click' on the hyperlink with text '28345499'.
  (c) Observe that TestFile2.doc opens with the cursor pointing to the top of
the file, with page 1 being displayed.
  (d) Perform this same test with TestFile1.odt and TestFile2.odt.
  (e) Observe that when TestFile2.odt opens, the cursor points to the bookmark
labeled 'Mofidi17' and page 3 is displayed. This is the correct behavior in my
opinion.
(4) Perform Test B as follows:
  (a) With TestFile1.doc closed, open TestFile2.doc.
  (b) Point the cursor to 'Middleton' on page 2.
  (c) Open TestFile1.doc
  (d) Perform a 'CTL-LeftMouse Click' on the hyperlink with text '28345499'.
  (e) Observe that TestFile2.doc opens with the cursor pointing to the top of
page 2, with page 2 being displayed.
  (d) Perform this same test with TestFile1.odt and TestFile2.odt.
  (e) Observe that after the 'CTL-LeftMouse Click' has been performed, the
cursor in TestFile2.odt points to the bookmark labeled 'Mofidi17' and page 3 is
displayed. This is the correct behavior in my opinion.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

--- Comment #2 from Ed Sharman  ---
Created attachment 172467
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172467=edit
test file

(1) This bug occurs with .doc files, but not with .odt files.
(2) I am supplying a .zip file TestFiles.zip containing two .doc test files,
TestFile1.doc and TestFile2.doc, and corresponding .odt files. I tested both
these pairs residing in a subdirectory named 'Hyperlink bug'. I'm unsure, if
the files reside in a differently named directory, the hyperlink with text
'28345499' in TestFile1.doc may need to be removed and chosen to point anew to
the bookmark labeled 'Mofidi17' in TestFile2.doc; same for the .odt files.
(3) Perform Test A as follows:
  (a) With TestFile2.doc closed, open TestFile1.doc.
  (b) Perform a  'CTL-LeftMouse Click' on the hyperlink with text '28345499'.
  (c) Observe that TestFile2.doc opens with the cursor pointing to the top of
the file, with page 1 being displayed.
  (d) Perform this same test with TestFile1.odt and TestFile2.odt.
  (e) Observe that when TestFile2.odt opens, the cursor points to the bookmark
labeled 'Mofidi17' and page 3 is displayed. This is the correct behavior in my
opinion.
(4) Perform Test B as follows:
  (a) With TestFile1.doc closed, open TestFile2.doc.
  (b) Point the cursor to 'Middleton' on page 2.
  (c) Open TestFile1.doc
  (d) Perform a 'CTL-LeftMouse Click' on the hyperlink with text '28345499'.
  (e) Observe that TestFile2.doc opens with the cursor pointing to the top of
page 2, with page 2 being displayed.
  (d) Perform this same test with TestFile1.odt and TestFile2.odt.
  (e) Observe that after the 'CTL-LeftMouse Click' has been performed, the
cursor in TestFile2.odt points to the bookmark labeled 'Mofidi17' and page 3 is
displayed. This is the correct behavior in my opinion.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-05-30 Thread DaeHyun Sung (via logerrit)
 extras/source/autocorr/lang/ko/DocumentList.xml |   22 +++---
 1 file changed, 19 insertions(+), 3 deletions(-)

New commits:
commit 363cf231c73673e8daf766aa6b24498f3e913e21
Author: DaeHyun Sung 
AuthorDate: Sat May 29 16:28:46 2021 +0900
Commit: Ilmari Lauhakangas 
CommitDate: Mon May 31 06:46:21 2021 +0200

add & mod  words in Korean Autocorrlist

1. modified wrong Korean autocorr word in DocumentList.xml
2. add some autocorr words(Korean word `ㅎ` order.
It origin from Open-source Korean text processor `open-korean-text`.

Link: 
https://github.com/open-korean-text/open-korean-text/blob/master/src/main/resources/org/openkoreantext/processor/util/typos/typos.txt
Change-Id: I3df6e60f756a8b74192192cef3ab8847301ad15e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116371
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas 

diff --git a/extras/source/autocorr/lang/ko/DocumentList.xml 
b/extras/source/autocorr/lang/ko/DocumentList.xml
index 6f045f5e1086..d4419af4a8b5 100644
--- a/extras/source/autocorr/lang/ko/DocumentList.xml
+++ b/extras/source/autocorr/lang/ko/DocumentList.xml
@@ -2489,8 +2489,8 @@
   
   
   
-  "/>
-  "/>
+  
+  
   
   
   
@@ -2527,24 +2527,40 @@
   
   
   
-  
   
+  
   
   
+  
+  
+  
   
+  
+  
+  
   
   
+  
+  
   
   
   
+  
+  
   
   
   
   
   
+  
   
   
   
   
+  
+  
+  
   
+  
+  
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 142243] HUD shouldn't be case sensitive for RU GUI

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142243

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|target:7.2.0
   |target:7.2.0|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137385] Links disappear from reopened file Libre Office Writer

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137385

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

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142321] FILESAVE: duplicated style:name attribute in odt files

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142321

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141769] Crash in: cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const &)

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141769

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142318] FILESAVE DOCX export of group with wrap "in line" has wrong vertical position

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142318

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142319] FILEOPEN DOCX: Header spacing causing different page split (additional page).

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142319

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87740] [META] Anchor and text wrapping bugs and enhancements

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87740
Bug 87740 depends on bug 134964, which changed state.

Bug 134964 Summary: Image can't be properly positioned; changing anchor to 
paragraph let other images jump to the same page
https://bugs.documentfoundation.org/show_bug.cgi?id=134964

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137385] Links disappear from reopened file Libre Office Writer

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137385

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134964] Image can't be properly positioned; changing anchor to paragraph let other images jump to the same page

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134964

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134964] Image can't be properly positioned; changing anchor to paragraph let other images jump to the same page

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134964

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

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138207] Crash in: sclo.dll

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138207

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

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138269] Freezes on the screen

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138269

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

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132573] PARAGRAPH STYLES: Writer process sleeping, won't save or exit

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132573

--- Comment #5 from QA Administrators  ---
Dear Luke Kendall,

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135718] LOOKUP function stopped working

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135718

--- Comment #5 from QA Administrators  ---
Dear lkp1957,

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99707] Impress stalls presentation on 3-liner text block, if hardware acceleration is enabled (see comment 25)

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99707

--- Comment #27 from QA Administrators  ---
Dear ullix,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94735] Transparent gradient of kind draw:style="square" is rendered wrong in presentation mode

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94735

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96506] The "Use Styles From Another Document" feature doesn't work if the other document is a .fodt one

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96506

--- Comment #8 from QA Administrators  ---
Dear Ganton,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57663] [EDITING] Base Point always returns to top left (and it's anoying)

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57663

--- Comment #8 from QA Administrators  ---
Dear Edson Brusque,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56126] EDITING: Conditional field and vertical separator

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56126

--- Comment #12 from QA Administrators  ---
Dear Paul Monnerat,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125605] Move lines in Draw have shifted shadows

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125605

--- Comment #2 from QA Administrators  ---
Dear Markus Gode,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121944] New install of Ubuntu 18.10. LO Writer Found format\character\font arial style in Greek, Czech, Slovak for Normal, Bold, Italics, and Bold Italics.

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121944

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

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117888] UI: List Box mouse wheel scroll behavior cannot be changed

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117888

--- Comment #4 from QA Administrators  ---
Dear Balint Fodor,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117764] using context menu item "Conditional formatting" opens dialogue "Conditional formatting for ..." with wrong cell range

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117764

--- Comment #7 from QA Administrators  ---
Dear Roman Kuznetsov,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117123] Editing: Using ALT + number moves position in a table

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117123

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

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108399] FILESAVE: DOCX - Dont export run property tags with false values when not needed

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108399

--- Comment #4 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105438] Gradient fill is wrong in slide show, but correct in edit mode, for shape "quad-bevel"

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105438

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-05-30 Thread merttumer (via logerrit)
 svx/source/svdraw/svdmrkv.cxx  |   21 -
 sw/source/core/draw/dview.cxx  |6 --
 sw/source/uibase/shells/drawsh.cxx |   12 +++-
 sw/source/uibase/uiview/view2.cxx  |7 ++-
 4 files changed, 37 insertions(+), 9 deletions(-)

New commits:
commit 7eed711a6115bf892c998cbd73a2c5b706c6f99d
Author: merttumer 
AuthorDate: Mon May 24 10:52:13 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 05:53:58 2021 +0200

Extended MoveShapeHandle command for Anchors as well

Change-Id: I0e2811802f17831097a86103571b505a7557717a
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116040
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116310

diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 80bca0ef12c9..442a872253f3 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -982,6 +982,7 @@ void SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle 
const & rRect, const S
 {
 boost::property_tree::ptree responseJSON;
 boost::property_tree::ptree others;
+boost::property_tree::ptree anchor;
 boost::property_tree::ptree rectangle;
 boost::property_tree::ptree poly;
 boost::property_tree::ptree custom;
@@ -1016,6 +1017,14 @@ void 
SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle const & rRect, const S
 {
 selectedNode = 
 }
+else if (kind == 
static_cast(SdrHdlKind::Anchor) || kind == 
static_cast(SdrHdlKind::Anchor_TR))
+{
+if (getSdrModelFromSdrView().IsWriter())
+selectedNode = 
+else
+// put it to others as we dont render them except 
in writer
+selectedNode = 
+}
 else
 {
 selectedNode = 
@@ -1034,6 +1043,7 @@ void SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle 
const & rRect, const S
 nodes.add_child("rectangle", rectangle);
 nodes.add_child("poly", poly);
 nodes.add_child("custom", custom);
+nodes.add_child("anchor", anchor);
 nodes.add_child("others", others);
 responseJSON.add_child("kinds", nodes);
 std::stringstream aStream;
@@ -1395,11 +1405,6 @@ void SdrMarkView::SetMarkHandles(SfxViewShell* 
pOtherShell)
 }
 }
 
-// moved it here to access all the handles for callback.
-if (bTiledRendering && pViewShell)
-{
-SetMarkHandlesForLOKit(aRect, pOtherShell);
-}
 // rotation point/axis of reflection
 if(!bLimitedRotation)
 {
@@ -1412,6 +1417,12 @@ void SdrMarkView::SetMarkHandles(SfxViewShell* 
pOtherShell)
 // add custom handles (used by other apps, e.g. AnchorPos)
 AddCustomHdl();
 
+// moved it here to access all the handles for callback.
+if (bTiledRendering && pViewShell)
+{
+SetMarkHandlesForLOKit(aRect, pOtherShell);
+}
+
 // try to restore focus handle index from remembered values
 if(!bSaveOldFocus)
 return;
diff --git a/sw/source/core/draw/dview.cxx b/sw/source/core/draw/dview.cxx
index 1d4a4d448120..3f00c8613294 100644
--- a/sw/source/core/draw/dview.cxx
+++ b/sw/source/core/draw/dview.cxx
@@ -243,8 +243,10 @@ void SwDrawView::AddCustomHdl()
 }
 
 // add anchor handle:
-maHdlList.AddHdl( std::make_unique( aPos, ( pAnch->IsVertical() 
&& !pAnch->IsVertLR() ) ||
- pAnch->IsRightToLeft() ) );
+std::unique_ptr hdl = std::make_unique( aPos, ( 
pAnch->IsVertical() && !pAnch->IsVertLR() ) ||
+ pAnch->IsRightToLeft() );
+hdl->SetObjHdlNum(maHdlList.GetHdlCount());
+maHdlList.AddHdl(std::move(hdl));
 }
 
 SdrObject* SwDrawView::GetMaxToTopObj( SdrObject* pObj ) const
diff --git a/sw/source/uibase/shells/drawsh.cxx 
b/sw/source/uibase/shells/drawsh.cxx
index ebc014e8fb45..cf90304da675 100644
--- a/sw/source/uibase/shells/drawsh.cxx
+++ b/sw/source/uibase/shells/drawsh.cxx
@@ -213,7 +213,17 @@ void SwDrawShell::Execute(SfxRequest )
 const sal_uLong handleNum = handleNumItem->GetValue();
 const sal_uLong newPosX = newPosXTwips->GetValue();
 const sal_uLong newPosY = newPosYTwips->GetValue();
-pSdrView->MoveShapeHandle(handleNum, Point(newPosX, newPosY), 
OrdNum ? OrdNum->GetValue() : -1);
+const Point mPoint(newPosX, newPosY);
+const SdrHdl* handle = 
pSdrView->GetHdlList().GetHdl(handleNum);
+if (handle->GetKind() == SdrHdlKind::Anchor || 
handle->GetKind() == 

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - 2 commits - sc/qa sd/qa svx/source sw/qa

2021-05-30 Thread merttumer (via logerrit)
 sc/qa/unit/tiledrendering/tiledrendering.cxx   |   52 +
 sd/qa/unit/tiledrendering/tiledrendering.cxx   |   54 ++
 svx/source/table/tablecontroller.cxx   |   30 +---
 sw/qa/extras/tiledrendering/tiledrendering.cxx |   60 +
 4 files changed, 188 insertions(+), 8 deletions(-)

New commits:
commit 0f94dd7975e19e40665a74fd8c847f1213825d79
Author: merttumer 
AuthorDate: Mon May 17 05:52:01 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 05:53:45 2021 +0200

Implemented Delete key deletes the table when all the cells are selected

Change-Id: I8a17c73781a3399b214d5655b83036652933a90a
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115689
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116309

diff --git a/svx/source/table/tablecontroller.cxx 
b/svx/source/table/tablecontroller.cxx
index 4ad539380e63..9b1cfd516b3d 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -1424,30 +1424,44 @@ bool SvxTableController::DeleteMarked()
 SdrTableObj& rTableObj(*mxTableObj);
 SdrModel& rModel(rTableObj.getSdrModelFromSdrObject());
 const bool bUndo(rModel.IsUndoEnabled());
+bool bDeleteTable = false;
 
 if (bUndo)
 rModel.BegUndo(SvxResId(STR_TABLE_DELETE_CELL_CONTENTS));
 
 CellPos aStart, aEnd;
 getSelectedCells( aStart, aEnd );
-for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ )
+const sal_Int32 nRemovedColumns = aEnd.mnCol - aStart.mnCol + 1;
+const sal_Int32 nRemovedRows = aEnd.mnRow - aStart.mnRow + 1;
+if( nRemovedColumns == mxTable->getColumnCount() && nRemovedRows == 
mxTable->getRowCount())
 {
-for( sal_Int32 nCol = aStart.mnCol; nCol <= aEnd.mnCol; nCol++ )
+bDeleteTable = true;
+}
+else
+{
+for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ )
 {
-CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( 
nCol, nRow ).get() ) );
-if (xCell.is() && xCell->hasText())
+for( sal_Int32 nCol = aStart.mnCol; nCol <= aEnd.mnCol; nCol++ )
 {
-if (bUndo)
-xCell->AddUndo();
-xCell->SetOutlinerParaObject(nullptr);
+CellRef xCell( dynamic_cast< Cell* >( 
mxTable->getCellByPosition( nCol, nRow ).get() ) );
+if (xCell.is() && xCell->hasText())
+{
+if (bUndo)
+xCell->AddUndo();
+xCell->SetOutlinerParaObject(nullptr);
+}
 }
 }
 }
 
+if (bDeleteTable)
+mrView.DeleteMarkedObj();
+
 if (bUndo)
 rModel.EndUndo();
 
-UpdateTableShape();
+if (!bDeleteTable)
+UpdateTableShape();
 return true;
 }
 
commit e39f6b4d296ce9325ff3910c9cf25ca689c0eedb
Author: merttumer 
AuthorDate: Thu May 13 11:21:11 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 05:53:30 2021 +0200

Unit tests for .uno:MoveShapeHandle command

Change-Id: Ia1049325bf26fbe6a3c8ac77c873d1af010d3581
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115541
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116308

diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx 
b/sc/qa/unit/tiledrendering/tiledrendering.cxx
index 80e0f7b2e2f0..620e79541a28 100644
--- a/sc/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx
@@ -120,6 +120,7 @@ public:
 void testSortAscendingDescending();
 void testAutoInputStringBlock();
 void testAutoInputExactMatch();
+void testMoveShapeHandle();
 
 
 CPPUNIT_TEST_SUITE(ScTiledRenderingTest);
@@ -171,6 +172,7 @@ public:
 CPPUNIT_TEST(testSortAscendingDescending);
 CPPUNIT_TEST(testAutoInputStringBlock);
 CPPUNIT_TEST(testAutoInputExactMatch);
+CPPUNIT_TEST(testMoveShapeHandle);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -448,6 +450,7 @@ public:
 boost::property_tree::ptree m_aCommentCallbackResult;
 OString m_sInvalidateHeader;
 OString m_sInvalidateSheetGeometry;
+OString m_ShapeSelection;
 
 ViewCallback(bool bDeleteListenerOnDestruct=true)
 : m_bOwnCursorInvalidated(false),
@@ -510,6 +513,7 @@ public:
 case LOK_CALLBACK_GRAPHIC_SELECTION:
 {
 m_bGraphicSelection = true;
+m_ShapeSelection = OString(pPayload);
 }
 break;
 case LOK_CALLBACK_GRAPHIC_VIEW_SELECTION:
@@ -670,6 +674,54 @@ void ScTiledRenderingTest::testViewLock()
 CPPUNIT_ASSERT(!aView1.m_bViewLock);
 }
 
+static void lcl_extractHandleParameters(const OString& selection, int& id, 
int& x, int& y)
+{
+OString extraInfo = 

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - 2 commits - distro-configs/CPAndroidBranding.conf distro-configs/LibreOfficeAndroidAarch64.conf distro-configs/LibreOfficeAndroid.co

2021-05-30 Thread merttumer (via logerrit)
 distro-configs/CPAndroidBranding.conf |1 +
 distro-configs/LibreOfficeAndroid.conf|1 +
 distro-configs/LibreOfficeAndroidAarch64.conf |1 +
 distro-configs/LibreOfficeAndroidX86.conf |1 +
 distro-configs/LibreOfficeAndroidX86_64.conf  |1 +
 vcl/source/window/layout.cxx  |9 +
 6 files changed, 14 insertions(+)

New commits:
commit 1844e4a34e52450932c342d1c3ffe159faf20315
Author: merttumer 
AuthorDate: Tue May 11 06:36:31 2021 +
Commit: Mert Tumer 
CommitDate: Mon May 31 05:53:15 2021 +0200

Enable PdfIum for android build

Change-Id: I58d09db362f0de991eab3920683530e1ec43e2bc
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115373
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116307
Tested-by: Jenkins CollaboraOffice 

diff --git a/distro-configs/CPAndroidBranding.conf 
b/distro-configs/CPAndroidBranding.conf
index 21b5bb5635e0..f34f642fdf5d 100644
--- a/distro-configs/CPAndroidBranding.conf
+++ b/distro-configs/CPAndroidBranding.conf
@@ -9,5 +9,6 @@
 --disable-scripting-javascript
 --with-lang=de en-US es fr pt-BR zh-CN zh-TW
 --with-myspell-dicts
+--enable-pdfimport
 --enable-release-build
 --disable-community-flavor
diff --git a/distro-configs/LibreOfficeAndroid.conf 
b/distro-configs/LibreOfficeAndroid.conf
index 3ff76a8d60a9..82bc4afe0029 100644
--- a/distro-configs/LibreOfficeAndroid.conf
+++ b/distro-configs/LibreOfficeAndroid.conf
@@ -8,3 +8,4 @@
 --without-junit
 --disable-largefile
 --with-theme=colibre
+--disable-poppler
diff --git a/distro-configs/LibreOfficeAndroidAarch64.conf 
b/distro-configs/LibreOfficeAndroidAarch64.conf
index bfc948c021f7..27ad9d1c788c 100644
--- a/distro-configs/LibreOfficeAndroidAarch64.conf
+++ b/distro-configs/LibreOfficeAndroidAarch64.conf
@@ -7,3 +7,4 @@
 --without-helppack-integration
 --without-junit
 --with-theme=colibre
+--disable-poppler
diff --git a/distro-configs/LibreOfficeAndroidX86.conf 
b/distro-configs/LibreOfficeAndroidX86.conf
index 8fc92786c5e7..2692d796195b 100644
--- a/distro-configs/LibreOfficeAndroidX86.conf
+++ b/distro-configs/LibreOfficeAndroidX86.conf
@@ -8,3 +8,4 @@
 --without-junit
 --disable-largefile
 --with-theme=colibre
+--disable-poppler
diff --git a/distro-configs/LibreOfficeAndroidX86_64.conf 
b/distro-configs/LibreOfficeAndroidX86_64.conf
index efbbdbb1e945..afc917d9a3f7 100644
--- a/distro-configs/LibreOfficeAndroidX86_64.conf
+++ b/distro-configs/LibreOfficeAndroidX86_64.conf
@@ -8,3 +8,4 @@
 --without-junit
 --disable-largefile
 --with-theme=colibre
+--disable-poppler
commit 4fd30dfcbfc8ce8cfe3cfb72a8f59621f83ea1b6
Author: merttumer 
AuthorDate: Fri May 7 10:19:05 2021 +
Commit: Mert Tumer 
CommitDate: Mon May 31 05:53:01 2021 +0200

android: Fix DrawingArea inside CsvTableBox is shrinked

Change-Id: Ia722297051eb3413b9db17024173c9eb596d8e7a
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115235
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116306

diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 9b0ee7452577..0018971e0f5c 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -7,6 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include 
 #include 
 #include 
 #include 
@@ -271,6 +272,14 @@ void VclBox::setAllocation(const Size )
 {
 Size aRequisition = calculateRequisition();
 nExtraSpace = (getPrimaryDimension(rAllocation) - 
getPrimaryDimension(aRequisition)) / nExpandChildren;
+// In mobile, the screen size is small and extraSpace can become negative
+// Though the dialogs are rendered in javascript for LOK Android some widgets 
like weld::DrawingArea
+// is sent as bitmap but it is rendered from only the visible part
+// when it gets negative, it shrinks instead of expands and it becomes 
invisible
+#if HAVE_FEATURE_ANDROID_LOK
+if (nExtraSpace < 0)
+nExtraSpace = 0;
+#endif
 }
 
 //Split into those we pack from the start onwards, and those we pack from 
the end backwards
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - solenv/bin

2021-05-30 Thread merttumer (via logerrit)
 solenv/bin/native-code.py |1 +
 1 file changed, 1 insertion(+)

New commits:
commit c7661f475b017d18123ff04af99530ffa06d26d3
Author: merttumer 
AuthorDate: Thu Apr 29 06:20:19 2021 +
Commit: Mert Tumer 
CommitDate: Mon May 31 05:52:42 2021 +0200

Add missing FilterOptionsDialog constructor for android

Change-Id: I8bdd44e1b2f45a6d62e6b7220762da62787e04fa
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114830
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116305

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 3574347bb204..924cd81d1a4e 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -565,6 +565,7 @@ edit_constructor_list = [
 "Calc_XMLOasisMetaExporter_get_implementation",
 "Calc_XMLOasisSettingsExporter_get_implementation",
 "Calc_XMLOasisStylesExporter_get_implementation",
+"Calc_FilterOptionsDialog_get_implementation",
 # starmath/util/sm.component
 "Math_XMLContentExporter_get_implementation",
 "Math_XMLOasisMetaExporter_get_implementation",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - 2 commits - desktop/source sc/source sfx2/source

2021-05-30 Thread merttumer (via logerrit)
 desktop/source/lib/lokinteractionhandler.cxx |   22 ++
 desktop/source/lib/lokinteractionhandler.hxx |2 ++
 sc/source/ui/dbgui/scuiasciiopt.cxx  |7 +++
 sc/source/ui/inc/scuiasciiopt.hxx|2 ++
 sfx2/source/doc/objstor.cxx  |3 ++-
 5 files changed, 35 insertions(+), 1 deletion(-)

New commits:
commit 20c48df295e0108d907b503a5adf3c24d4242a24
Author: merttumer 
AuthorDate: Mon Apr 26 08:12:11 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 05:51:51 2021 +0200

lok: Interaction handler for FilterOptions

This will enable Text Import Dialog to be executed
before the document is loaded

Change-Id: I263e69f0739f4971f4c4eec032ebf22ffbdeebb7
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114638
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116304

diff --git a/desktop/source/lib/lokinteractionhandler.cxx 
b/desktop/source/lib/lokinteractionhandler.cxx
index eb7d120a5e3e..e4ce45ce672d 100644
--- a/desktop/source/lib/lokinteractionhandler.cxx
+++ b/desktop/source/lib/lokinteractionhandler.cxx
@@ -40,6 +40,8 @@
 #include 
 #include 
 
+#include 
+
 #include "../../inc/lib/init.hxx"
 
 #include 
@@ -341,6 +343,23 @@ bool 
LOKInteractionHandler::handleMacroConfirmationRequest(const uno::Reference<
 if (request >>= aConfirmRequest)
 {
 auto 
xInteraction(task::InteractionHandler::createWithParent(comphelper::getProcessComponentContext(),
 nullptr));
+if (xInteraction.is())
+xInteraction->handleInteractionRequest(xRequest);
+
+return true;
+}
+return false;
+}
+
+bool LOKInteractionHandler::handleFilterOptionsRequest(const 
uno::Reference& xRequest)
+{
+document::FilterOptionsRequest aFilterOptionsRequest;
+uno::Any const request(xRequest->getRequest());
+if (request >>= aFilterOptionsRequest)
+{
+uno::Reference< task::XInteractionHandler2 > xInteraction(
+task::InteractionHandler::createWithParent(
+::comphelper::getProcessComponentContext(), nullptr));
 
 if (xInteraction.is())
 xInteraction->handleInteractionRequest(xRequest);
@@ -365,6 +384,9 @@ sal_Bool SAL_CALL 
LOKInteractionHandler::handleInteractionRequest(
 if (handlePasswordRequest(rContinuations, request))
 return true;
 
+if (handleFilterOptionsRequest(xRequest))
+return true;
+
 if (handleMacroConfirmationRequest(xRequest))
 return true;
 
diff --git a/desktop/source/lib/lokinteractionhandler.hxx 
b/desktop/source/lib/lokinteractionhandler.hxx
index 9c15f85f4bc8..108343ec22e3 100644
--- a/desktop/source/lib/lokinteractionhandler.hxx
+++ b/desktop/source/lib/lokinteractionhandler.hxx
@@ -76,6 +76,8 @@ private:
 bool handlePasswordRequest(const 
css::uno::Sequence> 
, const css::uno::Any& rRequest);
 static bool handleMacroConfirmationRequest(const 
css::uno::Reference& xRequest);
 
+static bool handleFilterOptionsRequest(const 
::com::sun::star::uno::Reference<::com::sun::star::task::XInteractionRequest>& 
Request);
+
 public:
 void SetPassword(char const* pPassword);
 
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 29ca6d9a0fed..fd85ce09aabb 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -853,7 +853,8 @@ ErrCode SfxObjectShell::HandleFilter( SfxMedium* pMedium, 
SfxObjectShell const *
 SfxItemSet* pSet = pMedium->GetItemSet();
 const SfxStringItem* pOptions = SfxItemSet::GetItem(pSet, 
SID_FILE_FILTEROPTIONS, false);
 const SfxUnoAnyItem* pData = SfxItemSet::GetItem(pSet, 
SID_FILTER_DATA, false);
-if ( !pData && !pOptions )
+const bool bTiledRendering = comphelper::LibreOfficeKit::isActive();
+if ( !pData && (bTiledRendering || !pOptions) )
 {
 css::uno::Reference< XMultiServiceFactory > xServiceManager = 
::comphelper::getProcessServiceFactory();
 css::uno::Reference< XNameAccess > xFilterCFG;
commit 4cb1998f2a0715aa512dbc7c7902cad16bb4fe16
Author: merttumer 
AuthorDate: Mon Apr 26 06:52:34 2021 +0300
Commit: Mert Tumer 
CommitDate: Mon May 31 05:51:39 2021 +0200

lok: add global notifier to the "Text Import Dialog"

This dialog is displayed before the document is loaded
so no way to get access to the view shell notifier
when model/view/controller are not created yet.

Change-Id: Ic9259b0b1d72b2c4f29b7265742136e650c7b67b
Signed-off-by: merttumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114637
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116303

diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx 
b/sc/source/ui/dbgui/scuiasciiopt.cxx
index be524ab15437..564b167fe58e 100644
--- a/sc/source/ui/dbgui/scuiasciiopt.cxx
+++ b/sc/source/ui/dbgui/scuiasciiopt.cxx
@@ -36,6 +36,7 @@
 

[Libreoffice-bugs] [Bug 83946] [META] Tracking changes issues

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

Aron Budea  changed:

   What|Removed |Added

 Depends on|115212  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115212
[Bug 115212] FILESAVE DOCX Change tracking deleted TOC entries cause invalid
text node error in Word
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 115212] FILESAVE DOCX Change tracking deleted TOC entries cause invalid text node error in Word

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115212

Aron Budea  changed:

   What|Removed |Added

 Blocks|83946   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Tracking changes issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142442] Build failure with gcc-11

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142442

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu,
   ||sberg...@redhat.com

--- Comment #2 from Aron Budea  ---
Is there a reason why you aren't building master branch? (where it's likely
already fixed)
Not sure what the best procedure is, Stephan you tend to deal with similar
build issues, can you please advise if something like this should be handled in
libreoffice-7-1?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142198] Animation window scrolling broken - Cannot scroll down to all settings

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142198

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 Whiteboard| QA:needsComment|

--- Comment #1 from Aron Budea  ---
Does the bug occur in the latest 7.1 version as well? (currently 7.1.3)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142243] HUD shouldn't be case sensitive for RU GUI

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142243

--- Comment #1 from Commit Notification 
 ---
Tomaž Vajngerl committed a patch related to this issue.
It has been pushed to "master":

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

tdf#142243 HUD - Use XCharacterClassification to convert case

It will be available in 7.2.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-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142243] HUD shouldn't be case sensitive for RU GUI

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142243

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment| QA:needsComment
   ||target:7.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-05-30 Thread Tomaž Vajngerl (via logerrit)
 sfx2/inc/commandpopup/CommandPopup.hxx|   11 +-
 sfx2/source/commandpopup/CommandPopup.cxx |   32 +++---
 2 files changed, 31 insertions(+), 12 deletions(-)

New commits:
commit a39947102bac8430b13b10b3f11c34b5ebf576b0
Author: Tomaž Vajngerl 
AuthorDate: Mon May 31 10:36:09 2021 +0900
Commit: Tomaž Vajngerl 
CommitDate: Mon May 31 05:30:19 2021 +0200

tdf#142243 HUD - Use XCharacterClassification to convert case

This should use international case conversion, not just ascii one
that was used before.

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

diff --git a/sfx2/inc/commandpopup/CommandPopup.hxx 
b/sfx2/inc/commandpopup/CommandPopup.hxx
index 85208e37608e..5d1d74aff860 100644
--- a/sfx2/inc/commandpopup/CommandPopup.hxx
+++ b/sfx2/inc/commandpopup/CommandPopup.hxx
@@ -17,8 +17,11 @@
 #include 
 #include 
 
-#include 
+#include 
 #include 
+#include 
+#include 
+#include 
 
 struct CurrentEntry final
 {
@@ -36,6 +39,7 @@ struct MenuContent final
 {
 OUString m_aCommandURL;
 OUString m_aMenuLabel;
+OUString m_aSearchableMenuLabel;
 OUString m_aFullLabelWithPath;
 OUString m_aTooltip;
 std::vector m_aSubMenuContent;
@@ -44,9 +48,14 @@ struct MenuContent final
 class MenuContentHandler final
 {
 private:
+css::uno::Reference m_xContext;
 css::uno::Reference m_xFrame;
+css::uno::Reference 
m_xCharacterClassification;
+css::uno::Reference m_xURLTransformer;
+
 MenuContent m_aMenuContent;
 OUString m_sModuleLongName;
+OUString toLower(OUString const& rString);
 
 public:
 MenuContentHandler(css::uno::Reference const& xFrame);
diff --git a/sfx2/source/commandpopup/CommandPopup.cxx 
b/sfx2/source/commandpopup/CommandPopup.cxx
index aa2555252b26..a903a0b12628 100644
--- a/sfx2/source/commandpopup/CommandPopup.cxx
+++ b/sfx2/source/commandpopup/CommandPopup.cxx
@@ -25,19 +25,23 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
+#include 
+#include 
 
 using namespace css;
 
 MenuContentHandler::MenuContentHandler(uno::Reference const& 
xFrame)
-: m_xFrame(xFrame)
+: m_xContext(comphelper::getProcessComponentContext())
+, m_xFrame(xFrame)
+, 
m_xCharacterClassification(i18n::CharacterClassification::create(m_xContext))
+, m_xURLTransformer(util::URLTransformer::create(m_xContext))
 , m_sModuleLongName(vcl::CommandInfoProvider::GetModuleIdentifier(xFrame))
 {
-auto xComponentContext = comphelper::getProcessComponentContext();
-
 uno::Reference 
xModuleConfigSupplier;
-
xModuleConfigSupplier.set(ui::theModuleUIConfigurationManagerSupplier::get(xComponentContext));
+
xModuleConfigSupplier.set(ui::theModuleUIConfigurationManagerSupplier::get(m_xContext));
 
 uno::Reference xConfigurationManager;
 xConfigurationManager = 
xModuleConfigSupplier->getUIConfigurationManager(m_sModuleLongName);
@@ -83,6 +87,7 @@ void MenuContentHandler::gatherMenuContent(
 aNewContent.m_aCommandURL, m_sModuleLongName);
 OUString aLabel = 
vcl::CommandInfoProvider::GetLabelForCommand(aCommandProperties);
 aNewContent.m_aMenuLabel = aLabel;
+aNewContent.m_aSearchableMenuLabel = toLower(aLabel);
 
 if (!rMenuContent.m_aFullLabelWithPath.isEmpty())
 aNewContent.m_aFullLabelWithPath = 
rMenuContent.m_aFullLabelWithPath + " / ";
@@ -102,7 +107,7 @@ void MenuContentHandler::findInMenu(OUString const& rText,
 std::unique_ptr& 
rpCommandTreeView,
 std::vector& rCommandList)
 {
-findInMenuRecursive(m_aMenuContent, rText, rpCommandTreeView, 
rCommandList);
+findInMenuRecursive(m_aMenuContent, toLower(rText), rpCommandTreeView, 
rCommandList);
 }
 
 void MenuContentHandler::findInMenuRecursive(MenuContent const& rMenuContent, 
OUString const& rText,
@@ -111,15 +116,13 @@ void MenuContentHandler::findInMenuRecursive(MenuContent 
const& rMenuContent, OU
 {
 for (MenuContent const& aSubContent : rMenuContent.m_aSubMenuContent)
 {
-if (aSubContent.m_aMenuLabel.toAsciiLowerCase().startsWith(rText))
+if (aSubContent.m_aSearchableMenuLabel.startsWith(rText))
 {
 OUString sCommandURL = aSubContent.m_aCommandURL;
 util::URL aCommandURL;
 aCommandURL.Complete = sCommandURL;
-uno::Reference xContext
-= comphelper::getProcessComponentContext();
-uno::Reference xParser = 
util::URLTransformer::create(xContext);
-xParser->parseStrict(aCommandURL);
+
+m_xURLTransformer->parseStrict(aCommandURL);
 
 auto* pViewFrame = SfxViewFrame::Current();
 
@@ -148,6 +151,13 @@ void MenuContentHandler::findInMenuRecursive(MenuContent 
const& rMenuContent, OU
 }
 }
 
+OUString 

[Libreoffice-bugs] [Bug 111450] [META] SVG fileSave filter (Draw/Impress)

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111450

Aron Budea  changed:

   What|Removed |Added

Summary|[META] SVG fileSave filter  |[META] SVG fileSave filter
   |(Draw)  |(Draw/Impress)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93510] Automatically find column and row labels may determine a row label instead of column label.

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93510

--- Comment #7 from Purecannabisoffers  ---
Appropriately focusing on, putting away, and utilizing your oil cartridges with
these tips will make certain to expand their life. 
https://www.purecannabisoffers.com/product/tko-extracts-1g-carts/
https://buytkoextracts.xyz/tko-carts/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88163] [WMF] FILEOPEN Wrong size of fonts

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88163

--- Comment #25 from Valek Filippov  ---
Created attachment 172466
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172466=edit
Screenshot for minified sample opened in LO 7.2 and MS Paint side by side

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88163] [WMF] FILEOPEN Wrong size of fonts

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88163

--- Comment #24 from Valek Filippov  ---
Created attachment 172465
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172465=edit
Minified sample to demonstrate the problem

It looks like this problem is related to the wrong interpretation of the 
"BoundingBox" and "Inch" values in AldusPlaceable header together with
SetMapMode set to 8 (MM_AMISOTROPIC) and dimensions created by
SetWindowOrgEx/SetWindowExtEx.

In this sample BoundingBox is [0, 0, 1, 1], Inch is 1440;
SetWindowOrgEx is [0, 0] (could be skipped) and SetWindowExtEx is [2000, 2000].

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141769] Crash in: cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const &)

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141769

--- Comment #27 from Michael Warner  
---
Note that the Bugzilla linkifier isn’t including the closing paren in the link
so you will have to add that manually in the location bar of your web browser.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141769] Crash in: cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const &)

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141769

--- Comment #26 from Michael Warner  
---
Here I have encoded the ampersand in the crash report link so that it works
properly:

https://crashreport.libreoffice.org/stats/signature/cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject%20const%20%26)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134900] FILEOPEN: DOCX: position of objects in drawing canvas not as in original

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134900

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #8 from Regina Henschel  ---
(In reply to Dieter from comment #7)
> BTW: I couldn't find any informations about a canvas in LO Help. You can
> select the shapes (is this also a bug) and you can't ungroup the object

A "drawing canvas" is a feature of Word, not of LibreOffice. You use a "drawing
canvas" in Word, e.g. if you want to use connectors. Connectors are simple
shapes in pure Word, without there special feature to stick to a glue point of
an object.

LibreOffice can currently not import a "drawing canvas" at all. Instead it uses
the fallback VML shape given in the file. That is a group shape with VML shape
members. LibreOffice imports it with anchor "as character" (don't know why) and
as such you cannot enter or ungroup it (find no bug report about that).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142565] Clipboard Managers in Windows 10 or MacOS don't seem to work in LibreOffice

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142565

--- Comment #4 from V Stuart Foote  ---
OP sent this note in PM:

Thanks for looking in to this.  Your suggested work-around is a solution, but
would not be an easy to use operation for a person working on a spreadsheet in
business.  It currently requires too many steps.  Could you pass on my request
to make an addition to LibreOffice that allows the [windows+V] function, or
something like it, to operate in at least Calc and Writer?  Also, if the
clipboard manager function could be made to work in the MacOS version of
Libreoffice, that would be great.  Thanks for your help.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142567] [EMF] RestoreDC should read and use 'SavedDC' value

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142567

--- Comment #7 from Valek Filippov  ---
Created attachment 172464
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172464=edit
EMF sample with 'SavedDC' set to 3

In EMF all non-negative values for SavedDC in RestoreDC EMR seems to be handled
the same as "-1" value.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142567] [EMF] RestoreDC should read and use 'SavedDC' value

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142567

--- Comment #6 from Valek Filippov  ---
Created attachment 172463
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172463=edit
EMF with SavedDC set to 0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142573] New: createLibraryLink() does not honor read-only parameter

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142573

Bug ID: 142573
   Summary: createLibraryLink() does not honor read-only parameter
   Product: LibreOffice
   Version: 7.0.6.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rentor...@yahoo.com

Description:
Hi,

I use createLibraryLink(mylib,mypath,True) in a macro *within* a document as
in:

https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1XLibraryContainer.html#acbc9ec8b013ba7915009f07eb0922dd8

Each time I save the document the macro library in "mypath" is "updated"
according to filesystem timestamp.

I do *not* want that to happen. As I specified "True" as the third parameter to
the funcion, I'm expecting the document to be saved but NOT the macro library
in "mypath" which should be read-only.
If I set read-only rights to "mypath", LibreOffice complains with an I/O error.

This sounds like a bug to me.

Seen in LO 7.0.6 and 7.1.1.

Regards,

Vieri


Steps to Reproduce:
1. createLibraryLink(mylib,mypath,True)
2. set mypath read-only 
3. save document

Actual Results:
you should see an I/O error reported by LO

Expected Results:
No error. Macro lib loaded read-only should be left untouched.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.1.1.2 (x64) / LibreOffice Community
Build ID: fe0b08f4af1bacafe4c7ecc87ce55bb426164676
CPU threads: 6; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142572] New: Mendely Plugin: Word to LibreOffice citation compatibility problem

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142572

Bug ID: 142572
   Summary: Mendely Plugin: Word to LibreOffice citation
compatibility problem
   Product: LibreOffice
   Version: 7.1.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bittu2...@gmail.com

Description:
I got a document in MS Word and have many citations in it that were made using
the Mendeley citation plugin for MS Word. The document was then exported as a
"LibreOffice Compatible" version using the same add-on in MS Office. It creates
a .doc file. (The normal Save As option does not help to do the following at
all)
I am now editing this .doc in LibreOffice and trying to insert citations using
the Mendeley plugin for LO. But before that, I had to save it in .odt format.
Otherwise, the action is not allowed. I can now add new citations, but they
come out as a new and separate bibliography, and I cannot edit the older
citations that were as made in Word. Is there a solution to this?
Version: 7.1.3.2 (x64) / LibreOffice Community
Build ID: 47f78053abe362b9384784d31a6e56f8511eb1c1
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: threaded
Mendeley Desktop Version: 1.19.8

Steps to Reproduce:
1. Creat a .docx in MS Office with references that were inserted using the
Mendeley plugin. 
2. Export to 'LO Compatible' version using the same plugin. It will create a
.doc file.
3. Save it as .odt using LO and started inserting citations.

Actual Results:
New citations appear in the file but it completely ignores the old references.
The old citation appears as normal text. And the new citations appear in a
separate bibliography.

Expected Results:
The new citations should appear in the existing bibliography and the
numbering/ordering of references in the bibliography should get modified
accordingly.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.3.2 (x64) / LibreOffice Community
Build ID: 47f78053abe362b9384784d31a6e56f8511eb1c1
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142567] [EMF] RestoreDC should read and use 'SavedDC' value

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142567

--- Comment #5 from Valek Filippov  ---
Created attachment 172462
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172462=edit
Screenshot of WMF sample opened in LO 7.2 and MS Paint side by side

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142567] [EMF] RestoreDC should read and use 'SavedDC' value

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142567

--- Comment #4 from Valek Filippov  ---
Created attachment 172461
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172461=edit
WMF sample with RestoreDC other than "nSavedDc == -1"

It should look like red/blue/red rectangles. LO shows it as three green
rectangles.

Observations:
1. RestoreDC with nSavedDC==0 is doing nothing in WMF. (LO currently pops the
context.)
2. If context is switched to the bottom of the stack, then all jumped other
contexts seem to become unavailable -- switching to one of them using positive
nSavedDC has not effect.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113868] Embedded EMF graphic is incorrect rendered in LOdev6.0.0.0alpha1 but OK in LO4.0.0.1

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113868

Valek Filippov  changed:

   What|Removed |Added

 Depends on||142571


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142571
[Bug 142571] [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped
coordinates
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142571] [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped coordinates

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142571

Valek Filippov  changed:

   What|Removed |Added

 Blocks||113868


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113868
[Bug 113868] Embedded EMF graphic is incorrect rendered in LOdev6.0.0.0alpha1
but OK in LO4.0.0.1
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103903] EMF import distorts proportion of image files (Landscape looks like Portrait)

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103903

Valek Filippov  changed:

   What|Removed |Added

 Depends on||142571


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142571
[Bug 142571] [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped
coordinates
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103859

Valek Filippov  changed:

   What|Removed |Added

 Depends on||142571


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142571
[Bug 142571] [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped
coordinates
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142571] [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped coordinates

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142571

Valek Filippov  changed:

   What|Removed |Added

 Blocks||103859, 103903


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103859
[Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103903
[Bug 103903] EMF import distorts proportion of image files (Landscape looks
like Portrait)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142571] [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped coordinates

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142571

--- Comment #2 from Valek Filippov  ---
Created attachment 172460
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172460=edit
Screenshot of the sample opened in LO 7.2 and MS Paint side by side

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142571] [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped coordinates

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142571

--- Comment #1 from Valek Filippov  ---
Created attachment 172459
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172459=edit
EMF sample for PolyLineTo16

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142571] New: [EMF] PolyLineTo16 and probably other "*16" EMRs have swapped coordinates

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142571

Bug ID: 142571
   Summary: [EMF] PolyLineTo16 and probably other "*16" EMRs have
swapped coordinates
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: f...@df.ru

Description:
Despite [MS-EMF] description of the aPoints in PolyLineTo16 EMR as
"aPoints (variable): A Count length array of PointS objects ([MS-WMF] section
2.2.2.16, which specifies the array of points."
in case of EMF coordinates of the PointS come in the swapped order.

LO seems to read it the same way or WMF and EMF which creates an interesting
effect on the ratio.

Steps to Reproduce:
Open attached EMF sample.

Actual Results:
LO draws a red frame in "portrait" orientation.

Expected Results:
The frame should have "landscape" orientation.


Reproducible: Always


User Profile Reset: No



Additional Info:
That probably impacts other "16-bit" EMRs too.

This problem is found during analysis of tdf#103903, fixing this will improve
(or fix) 103903 too.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-05-30 Thread Arnaud Versini (via logerrit)
 sw/source/filter/ww8/ww8scan.hxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e718f0e703c0fb33a0b1b5efe7b13b02c25f3335
Author: Arnaud Versini 
AuthorDate: Sun May 30 19:30:05 2021 +0200
Commit: Caolán McNamara 
CommitDate: Sun May 30 22:12:28 2021 +0200

sw : missing std::optional include

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

diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index 66d3a651ff78..750b28252418 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-05-30 Thread Caolán McNamara (via logerrit)
 sw/source/filter/html/htmltab.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bc18682b598f1f1c071af8e70c1788352d96695d
Author: Caolán McNamara 
AuthorDate: Sun May 30 20:11:51 2021 +0100
Commit: Caolán McNamara 
CommitDate: Sun May 30 22:10:41 2021 +0200

frequent recent CppunitTest_sw_uiwriter failure

since...

commit 66438a0ad5a3c6d2792f4c6c04c2d2405b5679cb
Date:   Fri May 28 15:35:25 2021 +0200

std::unique_ptr->std::optional

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

diff --git a/sw/source/filter/html/htmltab.cxx 
b/sw/source/filter/html/htmltab.cxx
index 7113c8fa9313..699a44a89f42 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -3371,7 +3371,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, 
bool bReadOptions,
 (!bTopTable && !bParentLFStripped &&
  !m_pPam->GetPoint()->nContent.GetIndex()) )
 pPostIts.emplace();
-SetAttr( bTopTable, bTopTable, &*pPostIts );
+SetAttr( bTopTable, bTopTable, pPostIts ? &*pPostIts : nullptr 
);
 }
 else
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 122652] [META] Memory problems in LibreOffice

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122652

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

   What|Removed |Added

 Depends on||142101


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142101
[Bug 142101] Memory usage opening 3 page presentation with (large) images gone
up from 250 MB to 514 MB
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142101] Memory usage opening 3 page presentation with (large) images gone up from 250 MB to 514 MB

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142101

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

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122652
[Bug 122652] [META] Memory problems in LibreOffice
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142565] Clipboard Managers in Windows 10 or MacOS don't seem to work in LibreOffice

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142565

--- Comment #3 from V Stuart Foote  ---
Created attachment 172458
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172458=edit
simple calc sheet with cells filled with random numbers, diagonal passes across
the sheet adding cell content to MS Clipboard History--then pasted back by
selection the MS Clipboard History stack

In attached ODF spreadsheet filled with random numbers, using the desired copy
sequentially to the Microsoft Clipboard History app diagonally down and back
across the whole sheet.

Then select and paste in sequence each from the Win10 History Clipboard pasting
into the same pattern of cells, one-at-a-time.

On selection, the message 'Contents of the clipboard can not be pasted' does
appear--but that has nothing to do with function of the Clipboard History and
rather is manifestation that the system clipboard receives an unusable default
format coming back from the Clipboard History app.

Despite the pop-up, the copied content is added to the system clipboard--and a
simple +V will paste as plaintext. Or use the context menu to
select 'Paste Special' dialog.

=> WFM

Not clear anything can be done with how the MS Clipboard History restores items
from its stack to system clipboard.  That, seems NOTOURBUG

@Mike, any thoughts?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 142122] Applying changes to application color must not save it

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142122

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

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Whiteboard| QA:needsComment|

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
I'm not sure. May be just rename Apply to Save here. Or will not touch it at
once?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 142122] Applying changes to application color must not save it

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142122

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

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Whiteboard| QA:needsComment|

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
I'm not sure. May be just rename Apply to Save here. Or will not touch it at
once?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

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

   What|Removed |Added

 Depends on||142216


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142216
[Bug 142216] FILEOPEN XLSX Excel default time formats don’t match in Calc with
Hungarian locale
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142216] FILEOPEN XLSX Excel default time formats don’t match in Calc with Hungarian locale

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142216

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

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107575
[Bug 107575] [META] Number format bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142295] Indistinct 'savemodified' in Colibre

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142295

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

   What|Removed |Added

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

--- Comment #10 from Roman Kuznetsov <79045_79...@mail.ru> ---
Set to NEW if Rizal agrees with this "problem"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105582] [META] Function wizard dialog bugs and enhancements

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105582

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

   What|Removed |Added

 Depends on||142341


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142341
[Bug 142341] F4 shortcut for switching between relative and absolute cell
references doesn't work in range pickers
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

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

   What|Removed |Added

 Depends on||142341


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142341
[Bug 142341] F4 shortcut for switching between relative and absolute cell
references doesn't work in range pickers
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142341] F4 shortcut for switching between relative and absolute cell references doesn't work in range pickers

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142341

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

   What|Removed |Added

 OS|Linux (All) |All

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142341] F4 shortcut for switching between relative and absolute cell references doesn't work in range pickers

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142341

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

   What|Removed |Added

 CC||79045_79...@mail.ru
 Blocks||98259, 105582
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 7.2.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 08e99279226206db8ce83cdebc4cf2994739e90b
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=105582
[Bug 105582] [META] Function wizard dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142430] Table borders settings in writer not working

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142430

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||79045_79...@mail.ru

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Andy from comment #2)
> Hi, the problem seems to have been solved in 7.1.4.1
> Thanks

So let's close this one as WORKSFORME. Please reopen it if you'll see the
problem again in 7.1.4 release

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142471] hyperlink misdirection

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142471

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

   What|Removed |Added

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

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
please attach these two documents or write step by step how to create it

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84621] FILEOPEN: Read-Error. Format error discovered in the file in sub-document content.xml at 2, 35766(row, col).

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84621

--- Comment #14 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/156fad36377ba369065bacad863a31c808314069

crashtesting: on export of fdo84621-4.ods to xls

It will be available in 7.2.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-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84621] FILEOPEN: Read-Error. Format error discovered in the file in sub-document content.xml at 2, 35766(row, col).

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84621

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-05-30 Thread Caolán McNamara (via logerrit)
 sc/source/core/data/table3.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 156fad36377ba369065bacad863a31c808314069
Author: Caolán McNamara 
AuthorDate: Sun May 30 17:18:01 2021 +0100
Commit: Caolán McNamara 
CommitDate: Sun May 30 20:59:41 2021 +0200

crashtesting: on export of fdo84621-4.ods to xls

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

diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 216aa98e978a..7d86e77bdaa3 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -3548,6 +3548,9 @@ bool ScTable::HasRowHeader( SCCOL nStartCol, SCROW 
nStartRow, SCCOL nEndCol, SCR
 
 void ScTable::GetFilterEntries( SCCOL nCol, SCROW nRow1, SCROW nRow2, 
ScFilterEntries& rFilterEntries )
 {
+if (nCol >= aCol.size())
+return;
+
 sc::ColumnBlockConstPosition aBlockPos;
 aCol[nCol].InitBlockPosition(aBlockPos);
 aCol[nCol].GetFilterEntries(aBlockPos, nRow1, nRow2, rFilterEntries, 
false);
@@ -3556,6 +3559,9 @@ void ScTable::GetFilterEntries( SCCOL nCol, SCROW nRow1, 
SCROW nRow2, ScFilterEn
 void ScTable::GetFilteredFilterEntries(
 SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, 
ScFilterEntries& rFilterEntries, bool bFiltering )
 {
+if (nCol >= aCol.size())
+return;
+
 sc::ColumnBlockConstPosition aBlockPos;
 aCol[nCol].InitBlockPosition(aBlockPos);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 142472] Weird autocomplete for range names starting with "Ma"

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142472

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

   What|Removed |Added

 Ever confirmed|0   |1
 CC||79045_79...@mail.ru,
   ||caol...@redhat.com
 Status|UNCONFIRMED |NEW

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm for EN UI, but not for RU UI

Version: 7.2.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 08e99279226206db8ce83cdebc4cf2994739e90b
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded


Caolan, can you please look at it. Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142506] Writer crashes when special character button is clicked

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142506

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

   What|Removed |Added

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

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
no repro in

Version: 7.2.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 08e99279226206db8ce83cdebc4cf2994739e90b
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
Calc: threaded

can you update your LibreOffice to 7.1.3 or try drop your user profile?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142517] Feature to disable autolayouts on Impress master slides

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142517

--- Comment #10 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Thorsten Wagner from comment #9)
> I totally agree. Master slide handling is one of the reasons for most users
> I got feedback from to use PowerPoint. A better and consistent concept would
> increase user acceptance a lot.
> 
> But in the meantime copying master sildes and the ability to remove master
> elements in master editing mode would be sufficient. My current workflow
> (workaround) to create new presentation templates is as follows:
> 

So, do you need just opportunity to copy master slides inside current
presentation? If yes, then I think I saw a dupe.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108392] [META] Master slide bugs and enhancements

2021-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108392

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

   What|Removed |Added

 Depends on||142517


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142517
[Bug 142517] Feature to disable autolayouts on Impress master slides
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   >