[Libreoffice-bugs] [Bug 140582] Impress goes to background

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140582

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

-- 
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/qa

2021-02-26 Thread Xisco Fauli (via logerrit)
 sw/qa/extras/odfexport/data/tdf140437.odt |binary
 sw/qa/extras/odfexport/odfexport.cxx  |   13 +
 2 files changed, 13 insertions(+)

New commits:
commit c5811750c392a6c46bc973de467926d499794dca
Author: Xisco Fauli 
AuthorDate: Fri Feb 26 17:18:53 2021 +0100
Commit: Xisco Fauli 
CommitDate: Sat Feb 27 08:24:28 2021 +0100

tdf#140437: sw_odfexport: Add unittest

Change-Id: I1d8e2f484069dffe7b635ad6fc41f40f2e626e02
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111652
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sw/qa/extras/odfexport/data/tdf140437.odt 
b/sw/qa/extras/odfexport/data/tdf140437.odt
new file mode 100644
index ..8ed9ee77ce8f
Binary files /dev/null and b/sw/qa/extras/odfexport/data/tdf140437.odt differ
diff --git a/sw/qa/extras/odfexport/odfexport.cxx 
b/sw/qa/extras/odfexport/odfexport.cxx
index 4e86f035fa92..7e49bbd1b048 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -490,6 +490,19 @@ DECLARE_ODFEXPORT_TEST(testredlineTextFrame, 
"redlineTextFrame.odt")
 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
 }
 
+DECLARE_ODFEXPORT_TEST(testTdf140437, "tdf140437.odt")
+{
+// Without the fix in place, the document would have failed to load
+CPPUNIT_ASSERT_EQUAL(1, getPages());
+
+uno::Reference xTextFieldsSupplier(mxComponent, 
uno::UNO_QUERY);
+uno::Reference 
xFieldsAccess(xTextFieldsSupplier->getTextFields());
+uno::Reference 
xFields(xFieldsAccess->createEnumeration());
+
+// at least one field should be detected
+CPPUNIT_ASSERT(xFields->hasMoreElements());
+}
+
 DECLARE_ODFEXPORT_TEST(testTdf131621, "tdf131621.ott")
 {
 CPPUNIT_ASSERT_EQUAL(12, getShapes());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: compilerplugins/clang include/vcl

2021-02-26 Thread Noel (via logerrit)
 compilerplugins/clang/unnecessaryvirtual.results |   22 +-
 include/vcl/menu.hxx |2 +-
 2 files changed, 10 insertions(+), 14 deletions(-)

New commits:
commit 3190244989a233902845fa4a7ab8dd64c2372da3
Author: Noel 
AuthorDate: Fri Feb 26 13:23:45 2021 +0200
Commit: Noel Grandin 
CommitDate: Sat Feb 27 08:21:47 2021 +0100

loplugin:unnecessaryvirtual

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

diff --git a/compilerplugins/clang/unnecessaryvirtual.results 
b/compilerplugins/clang/unnecessaryvirtual.results
index 59268ce03547..45b9d0f6d699 100644
--- a/compilerplugins/clang/unnecessaryvirtual.results
+++ b/compilerplugins/clang/unnecessaryvirtual.results
@@ -232,11 +232,11 @@ extensions/source/propctrlr/commoncontrol.hxx:140
 void pcr::CommonBehaviourControl::notifyModifiedValue()
 extensions/source/propctrlr/commoncontrol.hxx:155
 void pcr::CommonBehaviourControl::disposing()
-forms/source/xforms/datatypes.hxx:233
+forms/source/xforms/datatypes.hxx:234
 class cppu::IPropertyArrayHelper * 
xforms::ODerivedDataType::createArrayHelper()const
-forms/source/xforms/datatypes.hxx:236
-class com::sun::star::uno::Reference 
xforms::ODerivedDataType::getPropertySetInfo()
 forms/source/xforms/datatypes.hxx:237
+class com::sun::star::uno::Reference 
xforms::ODerivedDataType::getPropertySetInfo()
+forms/source/xforms/datatypes.hxx:238
 class cppu::IPropertyArrayHelper & 
xforms::ODerivedDataType::getInfoHelper()
 forms/source/xforms/namedcollection.hxx:82
 class com::sun::star::uno::Type NamedCollection::getElementType()
@@ -296,10 +296,10 @@ include/vbahelper/vbareturntypes.hxx:39
 type-parameter-0-0 ooo::vba::DefaultReturnHelper::getValue()
 include/vcl/customweld.hxx:45
 class rtl::OUString weld::CustomWidgetController::GetHelpText()const
+include/vcl/menu.hxx:236
+void Menu::Select()
 include/vcl/toolkit/dialog.hxx:99
 void Dialog::set_content_area(class VclBox *,)
-include/vcl/toolkit/menubtn.hxx:67
-void MenuButton::Select()
 include/vcl/weld.hxx:100
 void weld::Widget::set_visible(_Bool,)
 sc/source/core/opencl/formulagroupcl.cxx:1061
@@ -402,14 +402,10 @@ slideshow/source/inc/shape.hxx:221
 void slideshow::internal::Shape::setIsForeground(const _Bool,)
 sw/inc/flypos.hxx:37
 void SwPosFlyFrame::~SwPosFlyFrame()
-sw/source/core/inc/MarkManager.hxx:104
-void sw::mark::MarkManager::LOKUpdateActiveField(class SfxViewShell *,)
-toolkit/inc/controls/geometrycontrolmodel.hxx:182
+toolkit/inc/controls/geometrycontrolmodel.hxx:185
 void OGeometryControlModel::fillProperties(class 
com::sun::star::uno::Sequence &,class 
com::sun::star::uno::Sequence &,)const
 vcl/inc/jsdialog/jsdialogbuilder.hxx:90
 void JSDialogSender::sendFullUpdate(_Bool,)
-vcl/inc/jsdialog/jsdialogbuilder.hxx:92
-void JSDialogSender::sendUpdate(class VclPtr,_Bool,)
 vcl/inc/jsdialog/jsdialogbuilder.hxx:250
 void JSWidget::show()
 vcl/inc/jsdialog/jsdialogbuilder.hxx:256
@@ -436,7 +432,7 @@ vcl/inc/salprn.hxx:116
 enum SalPrinterError SalPrinter::GetErrorCode()
 vcl/inc/salvtables.hxx:1577
 _Bool SalInstanceTreeView::get_iter_abs_pos(class weld::TreeIter 
&,int,)const
-vcl/inc/skia/gdiimpl.hxx:236
+vcl/inc/skia/gdiimpl.hxx:238
 void SkiaSalGraphicsImpl::createSurface()
 vcl/inc/unx/gtk/gtkdata.hxx:180
 int GtkSalDisplay::CaptureMouse(class SalFrame *,)
@@ -462,7 +458,7 @@ vcl/inc/unx/saldisp.hxx:197
 _Bool SalXLib::CheckTimeout(_Bool,)
 vcl/inc/unx/saldisp.hxx:404
 void SalX11Display::Yield()
-vcl/inc/unx/salframe.h:206
+vcl/inc/unx/salframe.h:205
 void X11SalFrame::updateGraphics(_Bool,)
 vcl/inc/unx/salinst.h:41
 class SalX11Display * X11SalInstance::CreateDisplay()const
@@ -479,7 +475,7 @@ workdir/../vcl/inc/qt5/Qt5Frame.hxx:162
 workdir/../vcl/inc/qt5/Qt5Frame.hxx:163
 void Qt5Frame::deregisterDropTarget(const class Qt5DropTarget *,)
 workdir/../vcl/inc/qt5/Qt5Instance.hxx:84
-class Qt5FilePicker * Qt5Instance::createPicker(const class 
com::sun::star::uno::Reference 
&,enum QFileDialog::FileMode,)
+class rtl::Reference Qt5Instance::createPicker(const 
class com::sun::star::uno::Reference &,enum QFileDialog::FileMode,)
 writerfilter/source/dmapper/TableManager.hxx:484
 void writerfilter::dmapper::TableManager::tableExceptionProps(const class 
tools::SvRef &,)
 writerfilter/source/ooxml/OOXMLFactory.hxx:66
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 55b4ca10ed71..f48a4e427d06 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -233,7 +233,7 @@ public:
 
 void Activate();
 void Deactivate();
-virtual void Select();
+void Select();
 
 void InsertItem(sal_uInt16 nItemId, const OUString& rStr,
 MenuItemBits nItemBits = MenuItemBits::NONE,

[Libreoffice-commits] core.git: Branch 'private/tvajngerl/staging' - 4 commits - basegfx/CppunitTest_basegfx.mk basegfx/test cui/source cui/uiconfig include/basegfx include/sfx2 officecfg/registry Rep

2021-02-26 Thread Tomaž Vajngerl (via logerrit)
Rebased ref, commits from common ancestor:
commit a95de7511007877531cb62fb8448e7b633dbe1b1
Author: Tomaž Vajngerl 
AuthorDate: Thu Nov 12 10:01:20 2020 +0100
Commit: Tomaž Vajngerl 
CommitDate: Sat Feb 27 16:17:47 2021 +0900

basegfx: added LengthUnit class as the base unit for length

Change-Id: I1d4790b60dd784e8b2e2e438274f3ebd6db4b60c

diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk
index a0379e76612a..b66b1381d69a 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
 basegfx/test/basegfxtools \
 basegfx/test/clipstate \
 basegfx/test/genericclipper \
+basegfx/test/LengthUnitTest \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/basegfx/test/LengthUnitTest.cxx b/basegfx/test/LengthUnitTest.cxx
new file mode 100644
index ..0b80c33da5b0
--- /dev/null
+++ b/basegfx/test/LengthUnitTest.cxx
@@ -0,0 +1,96 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+
+#include 
+#include 
+
+class LengthUnitTest : public CppUnit::TestFixture
+{
+public:
+void test();
+
+CPPUNIT_TEST_SUITE(LengthUnitTest);
+CPPUNIT_TEST(test);
+CPPUNIT_TEST_SUITE_END();
+};
+
+void LengthUnitTest::test()
+{
+gfx::LengthUnit cm = 1_cm + 5_cm - 2_cm;
+CPPUNIT_ASSERT_DOUBLES_EQUAL(4.0, cm.as_cm(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.04, cm.as_m(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(40.0, cm.as_mm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(144), cm.raw());
+
+gfx::LengthUnit cm2 = 5_cm * 2;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(360), cm2.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, cm2.as_cm(), 1e-4);
+
+// 1 km - 50 m = 950 m = 95000 cm
+gfx::LengthUnit cm3 = 10_cm - 5000_cm;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(342), cm3.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(95000.0, cm3.as_cm(), 1e-4);
+
+gfx::LengthUnit cm4(1_cm);
+cm4 /= 2;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(18), cm4.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.5, cm4.as_cm(), 1e-4);
+
+// (635 * 20) + 3 * (635 * 15) = 41275EMU
+gfx::LengthUnit pt = 1_pt + 3_px;
+CPPUNIT_ASSERT_DOUBLES_EQUAL(3.25, pt.as_pt(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(65.0, pt.as_twip(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0451, pt.as_in(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(41275), pt.raw());
+
+gfx::LengthUnit inch = 1_in; // 1440 * 635
+CPPUNIT_ASSERT_DOUBLES_EQUAL(1440.0, inch.as_twip(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(96.0, inch.as_px(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(1.0, inch.as_in(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(914400.0, inch.as_emu(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(914400), inch.raw());
+
+// Conversion
+sal_Int64 asNumber(17_pt);
+asNumber += sal_Int64(1_pt);
+gfx::LengthUnit asLength = gfx::LengthUnit::emu(asNumber);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(18 * 635 * 20), asLength.raw());
+
+gfx::LengthUnit maximum = gfx::LengthUnit::emu(SAL_MAX_INT64);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(256204778801.5, maximum.as_m(), 1e-1);
+// 256204778 km
+CPPUNIT_ASSERT_EQUAL(sal_Int64(SAL_MAX_INT64), maximum.raw());
+
+gfx::LengthUnit minimum = gfx::LengthUnit::emu(SAL_MIN_INT64);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(-256204778801.5, minimum.as_m(), 1e-1);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(double(SAL_MIN_INT64), minimum.as_emu(), 
1e-1);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(SAL_MIN_INT64), minimum.raw());
+
+// 27 emu + 33 emu + 360 emu = 420
+gfx::LengthUnit emus = 27_emu + 33_emu + 1_hmm;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(420), emus.raw());
+
+//  Creation from number
+int number = 10;
+auto asCm = gfx::LengthUnit::cm(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asCm.as_cm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(360), asCm.raw());
+
+auto asMm = gfx::LengthUnit::mm(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asMm.as_mm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(36), asMm.raw());
+
+auto asInch = gfx::LengthUnit::in(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asInch.as_in(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(9144000), asInch.raw());
+}
+
+CPPUNIT_TEST_SUITE_REGISTRATION(LengthUnitTest);
diff --git a/include/basegfx/units/LengthUnit.hxx 
b/include/basegfx/units/LengthUnit.hxx
new file mode 100644
index ..4edd1cc4704f
--- /dev/null
+++ b/include/basegfx/units/LengthUnit.hxx
@@ -0,0 +1,194 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code 

[Libreoffice-bugs] [Bug 139629] Page style not properly copy/pasted

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139629

--- Comment #7 from roofreelancing...@gmail.com ---
 DESCRIPTION 
For this test, I changed the Page Style of various pages in the original
datafile and used it as input.  Page Style appears to be a critical condition
in reproducing the issues observed in Comment 4:  missing header and page
appears larger.  The issues occur with Page Styles of “Default Page Style” and
“End Note” – additional Page Styles will need to be tested.

 ACTIONS PERFORMED 

*  Open attachment 170103  
*  Go to multipage view and zoom out to get a nice overview
*  Click into Page 1 header > scroll down
   => Observe Page Styles of all pages
*  Click into Page 1 body
*  CTRL+A
*  CTRL+C
*  CTRL+N
*  CTRL+V
*  Click top of Last Page > scroll up 
   => Observe Page Styles, headers and size of all pages

 EXPECTED RESULTS 
*  All pages displayed in new document would be identical to those of the
original document.
*  When new document first appears, first row of pages is in view.

 ACTUAL RESULTS 
*  Pages in new document are not identical to those of the original document.
*  Pages with Page Style “Default Page Style” and “End Note” are missing
headers and appear larger than the other pages in the document.  
*  The two pages with “Default Page Style” have been consolidated into one
page.
*  Chapter titles do not appear and Chapters are not numbered.
*  When new document first appears, last row of pages is in view.

 NOTES 
*  I was not able to manually change the last page’s Page Style of “End Note”
to another style.
*  After all steps are performed, changing Page Style of page 7 to “Chapter 2”
fixes the observed issues.
*  After saving the document and re-opening it, the issues still persist.
*  The same issues occur when viewing the document in Single-Page view.
*  In Comment 4, the issues occur with pages that are either blank or contain
end notes.  They do not occur with pages that are populated with text
paragraphs.  In this test, we see that the issues do occur with pages populated
with text paragraphs, which seems to indicate that page content is not a factor
when considering the cause of this issue.

 ATTACHMENTS 
attachment 170103  
Original bug report input file with changes to the Page Style of various pages

attachment 170104  
Document produced after running the Steps above

 VERSION 
Version: 7.1.1.1 (x64) / LibreOffice Community
Build ID: 575c5867c4cc13d7ae78f9ce39a54a52ed38c769
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); 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-commits] core.git: Branch 'private/tvajngerl/staging' - 6 commits - basegfx/CppunitTest_basegfx.mk basegfx/test cui/source cui/uiconfig include/basegfx include/sfx2 include/vcl officecfg/

2021-02-26 Thread Tomaž Vajngerl (via logerrit)
Rebased ref, commits from common ancestor:
commit f6d3dd5f7e26cbc641323bfcbea473832ef32479
Author: Tomaž Vajngerl 
AuthorDate: Thu Nov 12 10:01:20 2020 +0100
Commit: Tomaž Vajngerl 
CommitDate: Sat Feb 27 10:32:58 2021 +0900

basegfx: added LengthUnit class as the base unit for length

Change-Id: I1d4790b60dd784e8b2e2e438274f3ebd6db4b60c

diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk
index a0379e76612a..b66b1381d69a 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
 basegfx/test/basegfxtools \
 basegfx/test/clipstate \
 basegfx/test/genericclipper \
+basegfx/test/LengthUnitTest \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/basegfx/test/LengthUnitTest.cxx b/basegfx/test/LengthUnitTest.cxx
new file mode 100644
index ..0b80c33da5b0
--- /dev/null
+++ b/basegfx/test/LengthUnitTest.cxx
@@ -0,0 +1,96 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+
+#include 
+#include 
+
+class LengthUnitTest : public CppUnit::TestFixture
+{
+public:
+void test();
+
+CPPUNIT_TEST_SUITE(LengthUnitTest);
+CPPUNIT_TEST(test);
+CPPUNIT_TEST_SUITE_END();
+};
+
+void LengthUnitTest::test()
+{
+gfx::LengthUnit cm = 1_cm + 5_cm - 2_cm;
+CPPUNIT_ASSERT_DOUBLES_EQUAL(4.0, cm.as_cm(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.04, cm.as_m(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(40.0, cm.as_mm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(144), cm.raw());
+
+gfx::LengthUnit cm2 = 5_cm * 2;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(360), cm2.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, cm2.as_cm(), 1e-4);
+
+// 1 km - 50 m = 950 m = 95000 cm
+gfx::LengthUnit cm3 = 10_cm - 5000_cm;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(342), cm3.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(95000.0, cm3.as_cm(), 1e-4);
+
+gfx::LengthUnit cm4(1_cm);
+cm4 /= 2;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(18), cm4.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.5, cm4.as_cm(), 1e-4);
+
+// (635 * 20) + 3 * (635 * 15) = 41275EMU
+gfx::LengthUnit pt = 1_pt + 3_px;
+CPPUNIT_ASSERT_DOUBLES_EQUAL(3.25, pt.as_pt(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(65.0, pt.as_twip(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0451, pt.as_in(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(41275), pt.raw());
+
+gfx::LengthUnit inch = 1_in; // 1440 * 635
+CPPUNIT_ASSERT_DOUBLES_EQUAL(1440.0, inch.as_twip(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(96.0, inch.as_px(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(1.0, inch.as_in(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(914400.0, inch.as_emu(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(914400), inch.raw());
+
+// Conversion
+sal_Int64 asNumber(17_pt);
+asNumber += sal_Int64(1_pt);
+gfx::LengthUnit asLength = gfx::LengthUnit::emu(asNumber);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(18 * 635 * 20), asLength.raw());
+
+gfx::LengthUnit maximum = gfx::LengthUnit::emu(SAL_MAX_INT64);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(256204778801.5, maximum.as_m(), 1e-1);
+// 256204778 km
+CPPUNIT_ASSERT_EQUAL(sal_Int64(SAL_MAX_INT64), maximum.raw());
+
+gfx::LengthUnit minimum = gfx::LengthUnit::emu(SAL_MIN_INT64);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(-256204778801.5, minimum.as_m(), 1e-1);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(double(SAL_MIN_INT64), minimum.as_emu(), 
1e-1);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(SAL_MIN_INT64), minimum.raw());
+
+// 27 emu + 33 emu + 360 emu = 420
+gfx::LengthUnit emus = 27_emu + 33_emu + 1_hmm;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(420), emus.raw());
+
+//  Creation from number
+int number = 10;
+auto asCm = gfx::LengthUnit::cm(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asCm.as_cm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(360), asCm.raw());
+
+auto asMm = gfx::LengthUnit::mm(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asMm.as_mm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(36), asMm.raw());
+
+auto asInch = gfx::LengthUnit::in(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asInch.as_in(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(9144000), asInch.raw());
+}
+
+CPPUNIT_TEST_SUITE_REGISTRATION(LengthUnitTest);
diff --git a/include/basegfx/units/LengthUnit.hxx 
b/include/basegfx/units/LengthUnit.hxx
new file mode 100644
index ..4edd1cc4704f
--- /dev/null
+++ b/include/basegfx/units/LengthUnit.hxx
@@ -0,0 +1,194 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code 

[Libreoffice-bugs] [Bug 139629] Page style not properly copy/pasted

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139629

--- Comment #6 from roofreelancing...@gmail.com ---
Created attachment 170104
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170104=edit
Document produced after running the steps of Comment 7

-- 
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 42082] [META] Make LibreOffice shine and glow on macOS

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082
Bug 42082 depends on bug 61257, which changed state.

Bug 61257 Summary: UI: LibreOffice steals focus from Dashboard
https://bugs.documentfoundation.org/show_bug.cgi?id=61257

   What|Removed |Added

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

-- 
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 61257] UI: LibreOffice steals focus from Dashboard

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61257

Timur  changed:

   What|Removed |Added

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

--- Comment #13 from Timur  ---
Per previous post, I close.

-- 
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 139629] Page style not properly copy/pasted

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139629

--- Comment #5 from roofreelancing...@gmail.com ---
Created attachment 170103
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170103=edit
Original bug report input file with changes to the Page Style of various pages

-- 
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 140639] It is not possible to work with an older document from LO 6.4 in new LO 7.0, slow perf

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140639

Timur  changed:

   What|Removed |Added

Summary|It is not possible to work  |It is not possible to work
   |with an older document from |with an older document from
   |Libreoffice 6.4.6.2 in  |LO 6.4 in new LO 7.0, slow
   |Libreoffice 7.0.4.2 |perf

-- 
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 139629] Page style not properly copy/pasted

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139629

--- Comment #4 from roofreelancing...@gmail.com ---
 OBSERVATIONS 
AFTER executing the steps of the original bug report:
*  Page Style of Pages in original and new document are the same.
*  Pages with Page Style “Chapter X” (where X is 1-5) appear identical to those
in the original document.
*  Pages with Page Style “Default Page Style” and “End Note” are missing
headers and pages appear larger than other pages.

 ATTACHMENTS 
Bug139629_Comment3_Results.odt: attachment 170102
Document produced after running the steps of the original bug report

 VERSION 
Version: 7.1.1.1 (x64) / LibreOffice Community
Build ID: 575c5867c4cc13d7ae78f9ce39a54a52ed38c769
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); 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 140582] Impress goes to background

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140582

Timur  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|normal  |minor

--- Comment #3 from Timur  ---
I don't understand what this bug is about, what is "nautilus wineries". 
Does this bug need a sample document? 
Or you attach a screenshot image or better gif.

-- 
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 139629] Page style not properly copy/pasted

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139629

--- Comment #3 from roofreelancing...@gmail.com ---
Created attachment 170102
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170102=edit
Document produced after running the steps of the original bug report

-- 
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 140614] polices instables

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140614

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Timur  ---
This is English only forum. 
You need to write exact steps, so that it's clear which commands you use. 
Also, Experienced and Expected results must be clear. 
Please attach sample document. Within, you may explain what's wrong.

-- 
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 113136] [META] Find & Replace Dialog

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113136

Dieter  changed:

   What|Removed |Added

 Depends on||139775
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||9775


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=139775
[Bug 139775] EDITING Find: "Find all" with format option "Without" or
"None" is incomplete
-- 
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 139775] EDITING Find: "Find all" with format option "Without" or "None" is incomplete

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139775

Dieter  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||3136
 Ever confirmed|0   |1
 Blocks||113136
 Status|UNCONFIRMED |NEW

--- Comment #6 from Dieter  ---
I confirm it with

Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

and document from comment 1

Might be related to bug 113136


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113136
[Bug 113136] [META] Find & Replace Dialog
-- 
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 140244] Text distribution with 'anchor to character' off on file open with columns on file open (even looked good at save)

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140244

Dieter  changed:

   What|Removed |Added

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

--- Comment #3 from Dieter  ---
Telesto, attached file is missing.

-- 
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 140645] Undo breaks bookmark fields

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140645

melody cercenia  changed:

   What|Removed |Added

 Attachment #170101|image 1 |2021-02-26_0-43-14.png
description||

-- 
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 140359] Equation pushed out of page when a pasted image intersects with it

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140359

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Whiteboard| QA:needsComment|

--- Comment #3 from Dieter  ---
I can't confirm it with

Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

Result after Step 6: Whole document is on one page, but pasted image overlaps
text border. If you drag image up, text and equitation above move to second
page (as expected)

Result after step 7: As expected

-- 
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 140645] Undo breaks bookmark fields

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140645

--- Comment #2 from melody cercenia  ---
Comment on attachment 170101
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170101
image 1

Confirming I was able to reproduce the issue by following the steps provided.

Also did some further check and found few related behaviours:
Observation 1: It still occurs even if I removed all the bookmark fields.

Observation 2: It went back to the original layout when I (Ctrl + X) and (Ctrl
+ Z) just the whole bookmark/table of content after following the steps
provided.
Step to reproduce:
1. Follow Steps 1 - 4
2. CTRL+X just the table of content
3. CTRL+Z -> document returns to the original layout
Observation 3: Layout is broken but not the functionality.  Once you click the
bookmark even though it says “Error: Reference source not found” it will still
go to the correct page.
Observation 4:  When you hover your mouse over the word it will still populate
the correct linked page (example: General Knowledge) see image:
2021-02-26_0-43-14.png (image/png)

Observation 5: Closing the file/document did not prompt the “Save changes
before closing” dialog box.  It seems identified as it is not changed.

Additional Info:
Version: 7.1.1.1 (x64) / LibreOffice Community
Build ID: 575c5867c4cc13d7ae78f9ce39a54a52ed38c769
CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-NZ (en_NZ); 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 140645] Undo breaks bookmark fields

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140645

--- Comment #1 from melody cercenia  ---
Created attachment 170101
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170101=edit
image 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 138199] Justification of Farsi text with footnote reference botched on document open

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138199

--- Comment #6 from Farid  ---
I don't have "Liberation Sans Serif" on my system but I get your same result
(in the screenshot) with "Liberation Sans" font on Debian. However, even though
the justification seems alright, some characters are misrepresented (new
attached image). If you enter to insert a new paragraph they render alright.

By the way, I tried other Farsi fonts (other than Liberation Sans) and I get
the same justification glitch.

thanks

-- 
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 138199] Justification of Farsi text with footnote reference botched on document open

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138199

--- Comment #5 from Farid  ---
Created attachment 170100
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170100=edit
character rendering problem even with Liberation Sans font

-- 
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 86336] FILEOPEN Calc ignores custom template when opening csv file

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86336

--- Comment #15 from Mike Kaganski  ---
(In reply to Ivan from comment #13)
> So, I'll go back to the original question: What would be the way to
> customize the default style then, such that it applies to all files open,
> including CSV files?

There will *never* be a way "that applies to all files open". Calc will always
use the formatting information from file when exists. It is not going to
change.

The *limited* customization of CSV look and feel would be possible, as per
comment 11.

-- 
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 140376] Crash in: swlo.dll

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140376

Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter  ---
Cathy, thank you for reporting the bug. You're using an old version of
LibreOffice. Could you please try to reproduce it with the latest version of
LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ? I
have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED'
if the bug is still present in the latest version. Change to RESOLVED
WORKSFORME, if the problem went away.

-- 
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 140372] Hangs with a document from rostender

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140372

Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter  ---
Vitaliy, please attach that document here. Thnak you.
=> NEEDINFO

-- 
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 140367] Mail Merge Wizard, Address Block: Insertion of new elements fails when no element is marked

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140367

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 140376] Crash in: swlo.dll

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140376

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 136900] New workbook spreadsheet created LTR despite Calc UI being RTL

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136900

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 137268] Accessibility: Text boxes for entering distances don't expose value to screen reader

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137268

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 140309] Subscript NOT displaying certain character combination (to)

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140309

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 140372] Hangs with a document from rostender

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140372

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 140359] Equation pushed out of page when a pasted image intersects with it

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140359

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 140371] autoinclude (in Exceptions tab of AutoCorrect Options) does not work for sMALL iNITIALS

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140371

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 140307] EDITING: When selecting text there is no highlight. Text cursor also blinks wildly

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140307

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 140374] Chart wizard in Calc places chart near top left hiding cells from selection

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140374

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 140032] Double-line cell borders not exported to XLSX and XLS

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140032

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 140361] Calc: Edit Hyperlink in context menu doesn't work if link isn't selected (GTK3)

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140361

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 138522] Erratic sorting in autofilter

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138522

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 138522] Erratic sorting in autofilter

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138522

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

-- 
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 134691] Failure to reformat cells

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134691

--- Comment #9 from QA Administrators  ---
Dear Scott P,

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 135315] Calc crashes when searching in a sheet with more than a certain number of columns.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135315

--- Comment #9 from QA Administrators  ---
Dear jun meguro,

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 134691] Failure to reformat cells

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134691

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 135315] Calc crashes when searching in a sheet with more than a certain number of columns.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135315

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 134630] Libreoffice Calc does not calc correctly the sum of a table in footer page.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134630

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 134630] Libreoffice Calc does not calc correctly the sum of a table in footer page.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134630

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

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 136286] Crash when i try to start LibreOffice on Win

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136286

--- Comment #4 from QA Administrators  ---
Dear Cinzia Imasso,

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 136299] LibreOffice Impress doesn't play embedded .m4a audio.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136299

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

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 132790] Inserting an object with anchor to paragraph works differently compared to changing an object to paragraph

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132790

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

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 132686] Crash to desktop when pasting clipboard data from Anydesk

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132686

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

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 131421] Blank page appearing at end of document when converted to PDF via API

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131421

--- Comment #20 from QA Administrators  ---
Dear Andy Lanzer,

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 81842] non-editable draw object from xlsx imported file causes corruption on printing

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81842

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

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 99565] EDITING Changing slide background misbehaves with non-default master slide

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99565

--- Comment #5 from QA Administrators  ---
Dear Katarina Behrens (CIB),

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 118040] Inadequate error handling in pie charts UI: EDITING the data range can cause the diagram to disappear

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118040

--- Comment #7 from QA Administrators  ---
Dear Albrecht Müller,

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 117043] PIVOT TABLE: refresh bug

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117043

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

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 111783] Display master background option is not updated on sidebar

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111783

--- Comment #6 from QA Administrators  ---
Dear Tamás Zolnai,

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 114068] [META] Text strings that are not yet possible to localize or dont appear localized

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114068

Ming Hua  changed:

   What|Removed |Added

 Depends on||140681


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=140681
[Bug 140681] LO71: "Bullets" Gallery category name not localizable
-- 
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 140681] LO71: "Bullets" Gallery category name not localizable

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140681

Ming Hua  changed:

   What|Removed |Added

 Blocks||114068
 CC||ming.v@qq.com


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114068
[Bug 114068] [META] Text strings that are not yet possible to localize or dont
appear localized
-- 
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 140557] NB Tabbed interface not using whole width of the window to show icons when maximized.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140557

--- Comment #6 from Rizal Muttaqin  ---
also reproducible with:

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 385808a2dff7300ec0120fdd5e8acfad8f86e50d
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: kf5
Locale: id-ID (id_ID.UTF-8); UI: id-ID
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-02-21_21:04:33
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 140077] Fatal Error after insert a new line by Enter (std::bad_array_new_length)

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140077

--- Comment #13 from Dave Gilbert  ---
Created attachment 170099
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170099=edit
Minimal failing document

I've chopped the input file down to this tiny case of 4 visible characters;
place the caret after the first (bold) character and hit return and it fails
for me.

-- 
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 137268] Accessibility: Text boxes for entering distances don't expose value to screen reader

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137268

--- Comment #1 from spv999.vern...@gmail.com ---
Able to replicate with current release build, also with NVDA and JAWS. 

On further testing, I believe the problem is with the ‘numerical + arrow’
component. Any numerical box that has an up/down arrow fails to read the value.
Boxes that do not have this feature are able to be read the value correctly. 

Though these components are used throughout the software, the easiest one is in
the Properties menu
Steps to reproduce:
1. CTRL+F5 to open the properties pane on the right side. 
2. Several offending components here, including Spacing, Indent, Width, Height  

I’ve also checked Microsoft Word and Google Writer as oracles. In both of these
programs, screen readers are able to read numerical settings boxes of the same
and similar type. 

The ability to read these values is required for the most basic Level A
accessibility, specifically ATAG 1.2. 

Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 16; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

-- 
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 140691] New: calc: calculaton: sum of range: (and similar) - no compatibility with ex$el reg. ordering of operands

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140691

Bug ID: 140691
   Summary: calc: calculaton: sum of range: (and similar) - no
compatibility with ex$el reg. ordering of operands
   Product: LibreOffice
   Version: 4.1.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: newbie...@gmx.de

Description:
spinoff from tdf#55960: 

ex$el (starting with upper left cell in sheet and calculating left->right, then
top->down, oczidental style) and calc (starting with bottom right cell in sheet
and calculating bottom->up and then right->left, oriental style) are different
in simple calculations which are sensitive to the ordering of operands (it's
depending on the operands), e.g.
sum(1234; 0,12; -1234) is sensitive), 
it's not a big problem, might bring bridges down or crash airplanes somewhere
far away, not a big a problem, but it's a little annoying as some people in
some points stated that calc will try to be as good as ex$el or better, and
thus the better choice for users ... for that goal and to ease migration for
users it should be as easy as possible, and should not! inject errors when you
import sheets from one system into the other ...  but it does ... 

citation from tdf#55960: '(it could only be possible if we know exact sequence
of the calculations they perform, like if they do it from left-to-right then
top-to-bottom, or top-to-bottom then left-to-right, or any other way for a
given argument number of SUM)' - ex$el calculates: 
- '=Lx+My+Nz': in the order Lx, My, Nz, as written in the formula, no matter
where the cells are positioned in the sheet, imho calc does the same, 
- '=sum(Ax:Cy)': top row from left to right then next row, imho different to
calc which acts rightmost column bottom up, then nextleft column, i 'assume'
oriental influence, and i'm astonished that nobody mentioned that earlier, as
it indeed introduces compatibility issues, 
ex$el does not: do any smart sorting of operands reg. magnitude or similar as
sometimes somewhere assumed, neither does calc (afaik), 
(above tests with ex$el 2010 ver 14.0.6023.1000 64-bit) 'home and business', 

happy hacking ... :-) 

b. 


Steps to Reproduce:
1. guess how to test, 
2. found a method: test and see, 
3. not found: keep trying or ask me, 

Actual Results:
calculation order different, 

Expected Results:
identical computation sequence to keep compatibility and avoid irritations /
fails, 


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 62dff2844b0bf1d1bcb8eb4d6db529ef4a31bee4
CPU threads: 8; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: 

didn't test versions prior 4.1.6.2, assume 'inherited', 
didn't test linux or mac, assume 'all', 
didn't reset user profile, assume apparent on more then one system -> not
'local corruption',

-- 
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 140137] FILEOPEN Cannot open .docx in writer - format openXML

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140137

--- Comment #8 from Aron Budea  ---
Created attachment 170098
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170098=edit
PDF of the sample, exported from 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 140137] FILEOPEN Cannot open .docx in writer - format openXML

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140137

Aron Budea  changed:

   What|Removed |Added

 OS|Linux (All) |All
   Keywords|notBibisectable |bibisected

--- Comment #7 from Aron Budea  ---
(In reply to raal from comment #4)
> Regression. In LO 4.4 I can open file - all 13 pages. I tried to bibisect
> with bibisect-44max$ under linux, but lots of crashes. Bibisect unsuccessful.
Bibisected the change to a reasonably complete file open to an almost empty
imported document to the following range using repo bibisect_win_44:
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=eed1ea797acfe69af587adbefe60316ba6ba127..78e670b3055f92740402803174d61d058effb5d7

In Linux the crashes start with the following commit (document looks reasonably
fine before), which is the second to latest commit in the list above, and is a
likely candidate:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=2149e924cbc32c370128c5f87a4f55c50c99e6bd
author  Caolán McNamara 2014-11-01 20:37:30
+
committer   Caolán McNamara 2014-11-01 21:02:15
+

coverity#1000600 Division or modulo by float zero

-- 
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 55960] Filling cells with incremental numbers – wrong numbers

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55960

--- Comment #30 from b.  ---
@Matt K: 'to see why this is happening' - roundup/roundoff error of factors /
divisors used for rounding strike?, while all (sorry, most) '1E+x' values are
exact as being integers most '1E-x' values carry deviations, but to different
extend, 

while: 
1e-14 is relatively friendly being truncated by '0001~' resulting in a
roundoff deviation of less than -2/256 ULP (~ -1,875/256 ULP), 

1e-10 is already difficult making a 0,5 ULP roundup from '10110111~' resulting
in a deviation of approx 1/2 ULP minus 55/256 ULP ~ 73/256 ULP, and 

1e-15 is critical with an approx roundup of 1/2 ULP minus 15/256 ULP -> ~
113/256 ULP, by rounding up regarding truncation of '10011011~', and 

1e-5 is somewhat catastrophic with an approx roundup of 1/2 ULP minus 4/256 ULP
-> ~ 124/256 ULP, by rounding up regarding truncation of '1100~', 

it's a matter for 'numerologists'? to find a way around those cliffs, 

@all: a simple '=ROUND(A1+0,05;2)' in A2:Ax would make it for this case, is
there really no ambition to relieve the user of such simple things (where the
users always have problems because, unlike the developers, they only know
afterwards! where the pitfalls lay)

@Mike Kaganski: '> return rtl::math::round(0.050044, 15);' - is
that the call to calculate the increment? what about: 
- rounding the step values after adding the increment? 
- rounding them 'harder', not to the max meaningful 15 dec digits (as rounding
to '15' is critical, see above), but acc. the amount of decimals digits given
by the operands? (two in this case), 
!!! i know !!! that such is more effort, but it's not at 'computation time' but
during 'user interaction' and there usually the user is the slow part, 
okok, it may! take some time if you fill a whole column ... but ... imho ... it
will be much less than the time we and users throw away with irritations and
failed calculations and discussions here, even if you compare to the worldwide
accumulated average delay, 

'Or even possibly a result of smart float-to-string algorithm finding shortest
string that round-trips to the same float.' - such is available?! it should be
used more often ... 

'I doubt that this is "info about the significant decimals keyed in by the
user".' - for my silly understanding and acc. occams razor it's somewhat
legitim finding the same value you A: keyed in into a cell B: in the saved file
defined as value for that cell, that B results of A, if in doubt do some tests,
the more often the value changes with what you key in the more likely a
relationship becomes, 

'In the area of floating-point calculations and related rounding errors,
there's no goal in either math correctness in the strong sense (only in the
IEEE 754 sense), nor in "Excel compatibility"' - this is sad and difficult, sad
because people should have goals, otherwise they often get lost in space and
time or work ineffectively, and difficult because it becomes hard to judge what
is good or bad in a project when there are no defined goals, 

'(it could only be possible if we know exact sequence of the calculations they
perform, like if they do it from left-to-right then top-to-bottom, or
top-to-bottom then left-to-right, or any other way for a given argument number
of SUM)' - ex$el calculates: 
- '=Lx+My+Nz': in the order Lx, My, Nz, as written in the formula, no matter
where the cells are positioned in the sheet, imho calc does the same, 
- '=sum(Ax:Cy)': top row from left to right then next row, imho different to
calc which acts rightmost column bottom up, then nextleft column, i 'assume'
oriental influence, and i'm astonished that nobody mentioned that earlier, as
it indeed introduces compatibility issues, 
ex$el does not: do any smart sorting of operands reg. magnitude or similar as
sometimes somewhere assumed, neither does calc (afaik), 
(above tests with ex$el 2010 ver 14.0.6023.1000 64-bit) 'home and business', 

'No. What is fine at the time of saving, is not OK at the time of performing
computations.' - we don't talk about critical mass computations here, we talk
about 'UI' and 'filling some cells', once calculated the values may remain ad
infinitum, it's much less 'performance impact' compared to users need to define
rounded increments and rounded steps by themself and implement them and then
have them recalculated with every recalc ... 

reg. 



b.

-- 
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 140690] New: Crash on Development Tool in Writer

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140690

Bug ID: 140690
   Summary: Crash on Development Tool in Writer
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Use a current daily build.
Start Writer.
Customize the Help menu and add item 'Development Tool'. Close dialog.
Open menu Help and click item 'Development Tool'. => Crash.

I have used Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: e60bebd4c5257b0f592d27c74399de1498ac725b
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL

-- 
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 106963] Print Dialog: PPD conflicts may lead to valid printer options being unavailable

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106963

--- Comment #12 from Mau  ---
Created attachment 170097
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170097=edit
Fixed Samsung SL-M4020 PPD (envelope MediaType not selectable)

-- 
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 106963] Print Dialog: PPD conflicts may lead to valid printer options being unavailable

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106963

Mau  changed:

   What|Removed |Added

 CC||mav...@gmail.com

--- Comment #11 from Mau  ---
Hi, I'm running LibreOffice v7.0.4.2 on Debian testing.

On this version is indeed possible to select the paper size but with my Samsung
SL-M4020 printer I'm unable to print envelopes even after fixing the PPD until
cupstestppd is happy and by deleting all the constraints with MediaType none
(this allows at least to select envelope paper sizes).

In order to correctly print an envelope fed into the manual feeder (it needs to
be printed at the center of the page) I have to select the "Envelope"
MediaType: all the constraints now look ok but when I select any envelope
PageSize (i.e.: EnvDL) only the "Printer Default" MediaType remains available.

I triple checked all the UIConstraints in the PPD file and I'm unable to figure
out what's preventing the selection. Attaching the PPD here.

Is this a LibreOffice bug? Could you give some advice?

-- 
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 'private/tvajngerl/staging' - 666 commits - accessibility/inc accessibility/source avmedia/source basctl/inc basctl/source basegfx/CppunitTest_basegfx.mk basegfx

2021-02-26 Thread Tomaž Vajngerl (via logerrit)
Rebased ref, commits from common ancestor:
commit 58f08efafa8627149d02c053f1da3806211178a1
Author: Tomaž Vajngerl 
AuthorDate: Thu Nov 12 10:01:20 2020 +0100
Commit: Tomaž Vajngerl 
CommitDate: Sat Feb 27 09:23:40 2021 +0900

basegfx: added LengthUnit class as the base unit for length

Change-Id: I1d4790b60dd784e8b2e2e438274f3ebd6db4b60c

diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk
index a0379e76612a..b66b1381d69a 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
 basegfx/test/basegfxtools \
 basegfx/test/clipstate \
 basegfx/test/genericclipper \
+basegfx/test/LengthUnitTest \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/basegfx/test/LengthUnitTest.cxx b/basegfx/test/LengthUnitTest.cxx
new file mode 100644
index ..0b80c33da5b0
--- /dev/null
+++ b/basegfx/test/LengthUnitTest.cxx
@@ -0,0 +1,96 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+
+#include 
+#include 
+
+class LengthUnitTest : public CppUnit::TestFixture
+{
+public:
+void test();
+
+CPPUNIT_TEST_SUITE(LengthUnitTest);
+CPPUNIT_TEST(test);
+CPPUNIT_TEST_SUITE_END();
+};
+
+void LengthUnitTest::test()
+{
+gfx::LengthUnit cm = 1_cm + 5_cm - 2_cm;
+CPPUNIT_ASSERT_DOUBLES_EQUAL(4.0, cm.as_cm(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.04, cm.as_m(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(40.0, cm.as_mm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(144), cm.raw());
+
+gfx::LengthUnit cm2 = 5_cm * 2;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(360), cm2.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, cm2.as_cm(), 1e-4);
+
+// 1 km - 50 m = 950 m = 95000 cm
+gfx::LengthUnit cm3 = 10_cm - 5000_cm;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(342), cm3.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(95000.0, cm3.as_cm(), 1e-4);
+
+gfx::LengthUnit cm4(1_cm);
+cm4 /= 2;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(18), cm4.raw());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.5, cm4.as_cm(), 1e-4);
+
+// (635 * 20) + 3 * (635 * 15) = 41275EMU
+gfx::LengthUnit pt = 1_pt + 3_px;
+CPPUNIT_ASSERT_DOUBLES_EQUAL(3.25, pt.as_pt(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(65.0, pt.as_twip(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0451, pt.as_in(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(41275), pt.raw());
+
+gfx::LengthUnit inch = 1_in; // 1440 * 635
+CPPUNIT_ASSERT_DOUBLES_EQUAL(1440.0, inch.as_twip(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(96.0, inch.as_px(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(1.0, inch.as_in(), 1e-4);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(914400.0, inch.as_emu(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(914400), inch.raw());
+
+// Conversion
+sal_Int64 asNumber(17_pt);
+asNumber += sal_Int64(1_pt);
+gfx::LengthUnit asLength = gfx::LengthUnit::emu(asNumber);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(18 * 635 * 20), asLength.raw());
+
+gfx::LengthUnit maximum = gfx::LengthUnit::emu(SAL_MAX_INT64);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(256204778801.5, maximum.as_m(), 1e-1);
+// 256204778 km
+CPPUNIT_ASSERT_EQUAL(sal_Int64(SAL_MAX_INT64), maximum.raw());
+
+gfx::LengthUnit minimum = gfx::LengthUnit::emu(SAL_MIN_INT64);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(-256204778801.5, minimum.as_m(), 1e-1);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(double(SAL_MIN_INT64), minimum.as_emu(), 
1e-1);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(SAL_MIN_INT64), minimum.raw());
+
+// 27 emu + 33 emu + 360 emu = 420
+gfx::LengthUnit emus = 27_emu + 33_emu + 1_hmm;
+CPPUNIT_ASSERT_EQUAL(sal_Int64(420), emus.raw());
+
+//  Creation from number
+int number = 10;
+auto asCm = gfx::LengthUnit::cm(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asCm.as_cm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(360), asCm.raw());
+
+auto asMm = gfx::LengthUnit::mm(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asMm.as_mm(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(36), asMm.raw());
+
+auto asInch = gfx::LengthUnit::in(number);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(10.0, asInch.as_in(), 1e-4);
+CPPUNIT_ASSERT_EQUAL(sal_Int64(9144000), asInch.raw());
+}
+
+CPPUNIT_TEST_SUITE_REGISTRATION(LengthUnitTest);
diff --git a/include/basegfx/units/LengthUnit.hxx 
b/include/basegfx/units/LengthUnit.hxx
new file mode 100644
index ..4edd1cc4704f
--- /dev/null
+++ b/include/basegfx/units/LengthUnit.hxx
@@ -0,0 +1,194 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code 

[Libreoffice-bugs] [Bug 140663] Please implement PDF/UA-1 conformance to PDF Export

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140663

--- Comment #6 from Tomaz Vajngerl  ---
It was experimental in LO 7.0, but is a standard feature in 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 140689] New: LOCALIZATION DE Page "Seite" in page style dialog needs update

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140689

Bug ID: 140689
   Summary: LOCALIZATION DE  Page "Seite" in page style dialog
needs update
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de
CC: olivier.hal...@libreoffice.org

Created attachment 170096
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170096=edit
Screenshot of tab page "Seite" in current daily build

This is about LibreOfficeDev 7/help/de/text/shared/01/05040200.html in Version:
7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: e60bebd4c5257b0f592d27c74399de1498ac725b
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: de-DE
Calc: CL

The screenshot on that page is outdated. Writing direction and gutter is
missing.

Many parts of the help page are not translated.

-- 
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 140202] [META] Issues with files in MS Office formats created by external producers (not MS Office)

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140202

Aron Budea  changed:

   What|Removed |Added

 Depends on||140137


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=140137
[Bug 140137] FILEOPEN Cannot open .docx in writer - format openXML
-- 
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 140137] FILEOPEN Cannot open .docx in writer - format openXML

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140137

Aron Budea  changed:

   What|Removed |Added

 Blocks||140202
 CC||ba...@caesar.elte.hu
Summary|Cannot open .docx in writer |FILEOPEN Cannot open .docx
   |- format openXML|in writer - format openXML


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=140202
[Bug 140202] [META] Issues with files in MS Office formats created by external
producers (not MS Office)
-- 
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 115619] Editing form size changes all form sizes

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115619

--- Comment #13 from Stang  ---
(In reply to Regina Henschel from comment #12)
> What is the "size" of a form for you?
> A form is in principle a text document. It has a page size, which you can
> change in menu Format > Page style in edit mode.
> But a form opens in default in Web View. And in Web View it does not use its
> size from page style, but uses width and height of the containing window.
> And the last state of the window is remembered and used.

This used to be true.  However for the last few years no matter how you edit
and size a form is takes on a large size determined by the system.  Even with
using macros to resize and position there are further complications.

For size used to be nice but there is no last state remembered anymore - not
for years.

-- 
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 115619] Editing form size changes all form sizes

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115619

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #12 from Regina Henschel  ---
What is the "size" of a form for you?
A form is in principle a text document. It has a page size, which you can
change in menu Format > Page style in edit mode.
But a form opens in default in Web View. And in Web View it does not use its
size from page style, but uses width and height of the containing window. And
the last state of the window is remembered and used.

-- 
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 86336] FILEOPEN Calc ignores custom template when opening csv file

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86336

--- Comment #14 from Ivan  ---
In my prior comment: %s/openoffice/libreoffice/g

Sorry. Old habits die hard.

-- 
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 86336] FILEOPEN Calc ignores custom template when opening csv file

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86336

--- Comment #13 from Ivan  ---
At present, it appears that template customization is the only way of setting
default styles in openoffice.

This is important e.g., to add more than font customizations. For example, I
need to increase padding by default. (That's how I ended up here; I don't need
to customize fonts.)

Saving a file as ODS (even if the CSV is linked) creates a problem. Libreoffice
does not adjust column and row sizes properly when padding is adjusted, and
that translates into columns and rows being too small. When an ODS file with a
CSV linked as a sheet is opened, the file is outdated until it is refreshed.
Column heights and widths are correct until the file is refreshed. So, either
way, you need to adjust visibility settings.

Methods that require opening libreoffice first are very inconvenient, because
if you are e.g., processing many files in the file manager, you need to open
libreoffice, find the file, and import it, as opposed to being able to just
double click on it.

So, I'll go back to the original question: What would be the way to customize
the default style then, such that it applies to all files open, including CSV
files?

-- 
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 133184] Arabic Tatweel disconnected from following letter when surrounded with Japanese quotation marks

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133184

--- Comment #11 from himajin100...@gmail.com ---
Hi, Mr.Shimomura

Can you confirm this bug with a pdf exported from Calc in another pdf viewer,
and if yes, can you attach the pdf file? 
Pdf is, in a way, editable with Notepad, as described in the following article
written in Japanese, and sometimes easiler to analyze.

https://itchyny.hatenablog.com/entry/2015/09/16/10

-- 
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 140557] NB Tabbed interface not using whole width of the window to show icons when maximized.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140557

andreas_k  changed:

   What|Removed |Added

 CC||szymon.k...@collabora.com

--- Comment #5 from andreas_k  ---
I think it's an update issue and yes it's annoying.

-- 
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 140688] So wide

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140688

himajin100...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
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 140688] So wide

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140688

himajin100...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
Product|cppunit |LibreOffice
 Resolution|--- |INVALID
  Component|General |deletionRequest

-- 
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 115619] Editing form size changes all form sizes

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115619

--- Comment #11 from Chris  ---
This was reported more than three years ago and STILL no action. What are you
doing?

-- 
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/cp-6.4' - sc/source

2021-02-26 Thread Andras Timar (via logerrit)
 sc/source/ui/view/tabvwsh3.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6384f018ce06776b2ec5a084626f65b466100e76
Author: Andras Timar 
AuthorDate: Fri Feb 26 16:05:12 2021 +0100
Commit: Andras Timar 
CommitDate: Fri Feb 26 23:23:14 2021 +0100

lok: mark calc document as modified when adjusting split-panes (2)

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

diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index 44bb6adcfb9e..6f89065dd1ca 100644
--- a/sc/source/ui/view/tabvwsh3.cxx
+++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -1012,6 +1012,8 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
 rOtherBind.Invalidate( SID_WINDOW_FIX );
 rOtherBind.Invalidate(nSlot);
 });
+if (!GetViewData().GetDocShell()->IsReadOnly())
+GetViewData().GetDocShell()->SetDocumentModified();
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 140445] Autocorrect works only when pressing return, not when pressing space

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140445

--- Comment #3 from Adam  ---
Same here, been struggling with it since Arch (LTS kernel) moved to version
7.0.x of LibreOffice.

Exactly as others describe: hitting enter will change, e.g., two hyphens into
an en-dash or ":---:" into an em-dash, but hitting space does nothing.

Issue is 100% reproducible.

System fully up-to-date.

localectl
   System Locale: LANG=en_GB.UTF-8
   VC Keymap: pl
  X11 Layout: n/a

-- 
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 119738] Image caption, inconsistency: caption for images is now "figure" and no longer "illustration"

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119738

--- Comment #28 from Gerhard Weydt  ---
(In reply to Luc from comment #25)
> I maintain a Log-book since 2003, now hit this bug (version Dutch, 7.0.4.x).
> I followed the advice in this thread, however both options below are no
> solution.
> 
> 1. I add new caption, chose Category: "Afbeelding" => number is blanc
> 2. I add new caption, chose Category: "Illustratie" => number starts at 1
> 
> 
> How can I fix my document?   (which contains over 360 pages and 150+
> pictures)

I forgot to say: the text "afbeelding" can be changed by you; once it is clear
what the reason is and how the future behaviour will be, you can change these
texts to fit the name the newly inserted images will be given. Using "Find and
replace", best with single steps to avoid changing possible other occurences of
the same word, should only take some minutes.

-- 
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/uiconfig

2021-02-26 Thread andreas kainz (via logerrit)
 sc/uiconfig/scalc/ui/notebookbar.ui |  196 
 1 file changed, 68 insertions(+), 128 deletions(-)

New commits:
commit c5b911b23f45ba86100c2eadc747b27c8744a96d
Author: andreas kainz 
AuthorDate: Sat Feb 20 09:16:23 2021 +0100
Commit: Andreas Kainz 
CommitDate: Fri Feb 26 22:58:08 2021 +0100

Update Calc home tab

Change-Id: Iecdfe016878673d22d5afca3b9ef70fcbe2b35ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111257
Tested-by: Jenkins
Reviewed-by: Andreas Kainz 

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index fc3a387012b9..e26a7aabb45e 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -2106,7 +2106,6 @@
 False
 cmd/lc_insertfieldctrl.png
   
-  
   
 True
 False
@@ -3352,8 +3351,8 @@
 True
 True
 center
-5
-5
+5
+5
 
   
 True
@@ -4358,13 +4357,14 @@
   
 
 
-  
+  
 True
 False
 center
+5
 True
 
-  
+  
 True
 False
 5
@@ -4378,6 +4378,49 @@
 0
   
 
+
+  
+True
+True
+center
+True
+both
+False
+3
+
+  
+True
+False
+.uno:ConditionalFormatMenu
+  
+  
+False
+False
+  
+
+  
+  
+False
+True
+1
+  
+
+
+  
+
+  
+  
+False
+True
+8
+  
+
+
+  
+True
+False
+center
+True
 
   
 True
@@ -4390,32 +4433,6 @@
 False
 center
 True
-
-  
-True
-True
-icons
-False
-
-  
-True
-False
-center
-True
-.uno:DesignerDialog
-  
-  
-False
-True
-  
-
-  
-  
-False
-True
-0
-  
-
 
   
 True
@@ -4480,21 +4497,6 @@
 0
   
 
-
-  
-True
-False
-   

[Libreoffice-bugs] [Bug 133184] Arabic Tatweel disconnected from following letter when surrounded with Japanese quotation marks

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133184

Eyal Rozenberg  changed:

   What|Removed |Added

Summary|Wrong Arabic appearance |Arabic Tatweel disconnected
   ||from following letter when
   ||surrounded with Japanese
   ||quotation marks
 CC||eyalr...@gmx.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 133184] Wrong Arabic appearance

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133184

--- Comment #10 from Eyal Rozenberg  ---

Can't reproduce with:

Version: 7.1.0.3 / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 4; OS: Linux 5.9; UI render: default; VCL: gtk3
Locale: he-IL (en_IL); UI: en-US

What I did:

1. Created a new Writer document
2. Copied the the text in Shimomura-san's first post, after "For example".
3. Pasted the text in an empty, LTR-direction paragraph in the new document
4. Selected-all
5. On the menus, chose "Format | Character..."
6. Set the CTL font to Scheherazade

I did not see any problem with the rendering. The TATWEEL (U+0640) connected
just fine to the ZAI, the LAM etc.

Could this be OS-specific? Specific to the UI language?

-- 
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 140688] New: So wide

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140688

Bug ID: 140688
   Summary: So wide
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: terryschutteterryschu...@gmail.com
CC: markus.mohrh...@googlemail.com

So wide, Nike Air Max 90 VT Mens Sale that the laces flunk and you barely have
left to tie together. We initially considered that the laces were short is
bigger, however when we compared the crooks to last year’s Free Run 3, the
laces were actually an inch longer. Going through our experience, the laces
within this shoe should be a lot longer than what it can be. The tight midfoot
lockdown brings two more problems.https://cvwritingservicesuk.com/ First being
ventilation. With all the midfoot pinned down because of the Flywire loops,
mid-air doesn’t reach circulate much, and naturally, the foot gets hot during
running. We tested the shoe in 60-70’s leading upto 100° , and also the
underfoot heated uncomfortably while running. The funny thing is always that
everything becomes near perfect the minute you pass the laces through precisely
the regular eyelets and present the Flywire loops a pass. The bootie
construction fits snug, the materials feels great, as well as the rogue seam
doesn’t bother 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 119738] Image caption, inconsistency: caption for images is now "figure" and no longer "illustration"

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119738

--- Comment #27 from Gerhard Weydt  ---
Created attachment 170095
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170095=edit
New example for the reopening, see comments 25 & 26 ff.

-- 
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 119738] Image caption, inconsistency: caption for images is now "figure" and no longer "illustration"

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119738

--- Comment #26 from Gerhard Weydt  ---
(In reply to Luc from comment #25)
> I maintain a Log-book since 2003, now hit this bug (version Dutch, 7.0.4.x).
> I followed the advice in this thread, however both options below are no
> solution.
> 
> 1. I add new caption, chose Category: "Afbeelding" => number is blanc
> 2. I add new caption, chose Category: "Illustratie" => number starts at 1
> 
> 
> How can I fix my document?   (which contains over 360 pages and 150+
> pictures)

Hi Luc,

I tried to reproduce your problem (language was set to Dutch):
1. created a Writer doc in 5.4.7.2, added one image, set caption (only relevant
choice was "afbeelding"); saved it
2. opened in 7.0.4.2, added a second image, set caption with choice
"afbeelding" (I think this was proposed, but I am not sure now); saved the file
. added a third image,set caption with choice "illustratie".

My results:
1. "1. Afbeelding: ..."
2. "Afbeelding 1: ..."
3. "Illustratie 2: ..."

You can see the results in the file Example Dutch.odt" I will add after I have
sent this reply.

Now my result is not the same as you describe, but it also doesn't seem to be
correct: The numbering that was started with afbeelding is continued when using
illustratie, but not for afbeelding.

I did the first two steps with language "German" as well, there I got a
different result: The numbering was continued when using Abbildung. The fact
that it was "1. Abbildung" created by 5.4.7.2 and "Abbildung 2" created by
7.0.4.2, which first irritated me, doesn't seem to matter.

I can offer a hypothesis for the behaviour in my test: the problem arose when
the second category for images was introduced, which roused the difficulty for
two translations, which got intermingled in German, when I reported the bug. I
think the behaviour in the dutch test can be explained thus: the old category
"illustration" was translated to dutch "afbeelding" (as it was to "Abbildung"
in German) in 5.4.7.2. In 7.0.4.2 "illustration" is translated by "illustratie"
and the other category, "figure", is translated by "afbeelding".
This, quite naturally, must be checked by one who knows where to find the
translations.

As regards your report: Please check again, if the behaviour is really
different in your case. If so, I fear I can offer no further advice, but it
might be useful to supply your file here as an attachment, if that is possible,
because, as you have seen, we cannot (or don't know how) create a test case
with the same behaviour. If the content of your file is private, the you might
perhaps send a copy directly to a developper, if asked for.

-- 
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 140653] When import timestamp with "Import Text Dialog", timestamp is shifted.

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140653

watanabe nobuo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #6 from watanabe nobuo  ---

Thank you so much,
And I am sorry very so much.

I had marked the option to '01/01/1904',as you wrote.

After I changed the option to '12/30/1899',
the datas are imported correctly.

I can't understand why I had marked this option.
And I didn't know that there are calenders started with 12/30/1899 and
1904/1/1.

This is not bug,is my wrong setting.

I changed the Status to RESOLVED NOTABUG.

Thank you so much!

-- 
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 132847] Not all shapes in gallery shown in list mode rendered automatically

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132847

--- Comment #13 from Lucia Rodriguez  ---
Created attachment 170094
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170094=edit
Gallery Detailed View - Safe Mode

-- 
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 132847] Not all shapes in gallery shown in list mode rendered automatically

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132847

--- Comment #12 from Lucia Rodriguez  ---
Created attachment 170093
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170093=edit
Gallery Detailed View - All other sections

-- 
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 132847] Not all shapes in gallery shown in list mode rendered automatically

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132847

--- Comment #11 from Lucia Rodriguez  ---
Created attachment 170092
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170092=edit
Gallery Detailed View - Arrows section

-- 
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 132847] Not all shapes in gallery shown in list mode rendered automatically

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132847

--- Comment #10 from Lucia Rodriguez  ---
I am able to reproduce the bug reported by Telesto with both versions (the
latest 7.1.0.3 and the alpha version 7.2.0.0alpha0+).

Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 3ed9bba283a6a67864c0928186e277240be0d9ba
CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

I used the same steps Telesto did in order to reproduce this. In addition, I
also tried clicking each individual Gallery section (Arrows, BPMN, Bullets,
Diagrams, Flow chart and Icons). I initially saw the same problem in all of
them except for "Diagrams" and "Flow Chart", but then those two failed as well
when I reproduced in safe mode. 

I'm adding an attachment with evidence of the bug. I found two ways to work
around this:

1. The one mentioned by Telesto; clicking the non-rendering icons.
2. Scrolling to the top of the list and scrolling down again. 

@Bujoava I can reproduce this in safe mode as well (attached video)

I am attaching my screen resolution and display details in case it is relevant
to the bug.

Display resolution: 2560x1440x120 hertz, 17'3 Dell laptop
Scale and layout: 150% (I was able to reproduce the bug at 100% as well)
Primary Graphics card: NVIDIA GeForce GTX1070
Secondary Graphics card: Intel(R) Graphics 630

-- 
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 140687] Incorrect formula in Conditional formatting after moving cells

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140687

--- Comment #3 from Regina Henschel  ---
Bug 105531 and bug 133027 might be related

-- 
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 140687] Incorrect formula in Conditional formatting after moving cells

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140687

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #2 from Xisco Faulí  ---
Not happening if 'mpCell->UpdateReference(rCxt);' is commented out ->
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/colorscale.cxx?r=1efcc72d#266

-- 
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 133836] Autofilter enables deselect items automatically when typing a search

2021-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133836

Matt K  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #18 from Matt K  ---
You can customize the filter by clicking "Standard Filter..." in the drop down
menu, which lets you add multiple items which you can join (e.g.
"Summary->Contains->Triage" + OR + "Summary->Contains->3D") but limits you to 8
entries.  Is this the behavior that is requested, and if so is it still a bug? 
Should there be a new bug to increase the "Standard Filter" number of entries?

-- 
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   3   >