[Libreoffice-bugs] [Bug 124038] New: 2-byte

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124038

Bug ID: 124038
   Summary: 2-byte
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: satoshi.in...@courio-city.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 124037] New: gears for sams widgets twisted

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124037

Bug ID: 124037
   Summary: gears for sams widgets twisted
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jagadishmutage...@gmail.com
CC: markus.mohrh...@googlemail.com

the widgets gears are twisted at the end not showing correct signal

-- 
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 45904] move java based api tests to c++

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #271 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/3407fef63579d804f093fea674d1e0319809e4bc%5E%21

tdf#45904 Move XNameAccess Java test to C++

It will be available in 6.3.0.

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

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

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

[Libreoffice-commits] core.git: qadevOOo/objdsc sc/qa

2019-03-12 Thread Libreoffice Gerrit user
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv |1 -
 sc/qa/extras/sctablecolumnsobj.cxx|5 +
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 78971bf2793e8f79b54e220305fe7d44760385bf
Author: Jens Carl 
AuthorDate: Tue Mar 12 23:48:22 2019 +
Commit: Jens Carl 
CommitDate: Wed Mar 13 06:40:35 2019 +0100

tdf#45904 Move XEnumerationAccess Java test to C++

Move XEnumerationAccess Java test to C++ for ScTableColumnsObj.

Change-Id: Icb2b61a323e69bfc5d7cef1f574bac79eaa2b220
Reviewed-on: https://gerrit.libreoffice.org/69147
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
index babe63642aba..43c4b321bc7d 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
@@ -1,3 +1,2 @@
 "ScTableColumnsObj";"com::sun::star::table::XTableColumns";"insertByIndex()"
 "ScTableColumnsObj";"com::sun::star::table::XTableColumns";"removeByIndex()"
-"ScTableColumnsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
diff --git a/sc/qa/extras/sctablecolumnsobj.cxx 
b/sc/qa/extras/sctablecolumnsobj.cxx
index aa361640e45d..92b7e790f087 100644
--- a/sc/qa/extras/sctablecolumnsobj.cxx
+++ b/sc/qa/extras/sctablecolumnsobj.cxx
@@ -9,6 +9,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -31,6 +32,7 @@ namespace sc_apitest
 {
 class ScTableColumnsObj : public CalcUnoApiTest,
   public apitest::XElementAccess,
+  public apitest::XEnumerationAccess,
   public apitest::XIndexAccess,
   public apitest::XNameAccess
 {
@@ -47,6 +49,9 @@ public:
 CPPUNIT_TEST(testGetElementType);
 CPPUNIT_TEST(testHasElements);
 
+// XEnumerationAccess
+CPPUNIT_TEST(testCreateEnumeration);
+
 // XIndexAccess
 CPPUNIT_TEST(testGetByIndex);
 CPPUNIT_TEST(testGetCount);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #274 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/78971bf2793e8f79b54e220305fe7d44760385bf%5E%21

tdf#45904 Move XEnumerationAccess Java test to C++

It will be available in 6.3.0.

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

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

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

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #272 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/11234dde180f8449f07b4777b51f1fc6d713ffd6%5E%21

tdf#45904 Move XIndexAccess Java tests to C++

It will be available in 6.3.0.

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

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

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

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #273 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/847dfdecb5fc5e86364563315a4488616e491c4c%5E%21

tdf#45904 Move XElementAccess Java tests to C++

It will be available in 6.3.0.

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

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

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

[Libreoffice-commits] core.git: qadevOOo/objdsc sc/qa

2019-03-12 Thread Libreoffice Gerrit user
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv |2 --
 sc/qa/extras/sctablecolumnsobj.cxx|8 

 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 847dfdecb5fc5e86364563315a4488616e491c4c
Author: Jens Carl 
AuthorDate: Tue Mar 12 23:44:55 2019 +
Commit: Jens Carl 
CommitDate: Wed Mar 13 06:40:06 2019 +0100

tdf#45904 Move XElementAccess Java tests to C++

Move XElementAccess Java tests to C++ for ScTableColumnsObj.

Change-Id: Id7128fbf5fe885045173d62eb954959e1f8aca44
Reviewed-on: https://gerrit.libreoffice.org/69146
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
index 18217a81947b..babe63642aba 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
@@ -1,5 +1,3 @@
 "ScTableColumnsObj";"com::sun::star::table::XTableColumns";"insertByIndex()"
 "ScTableColumnsObj";"com::sun::star::table::XTableColumns";"removeByIndex()"
-"ScTableColumnsObj";"com::sun::star::container::XElementAccess";"getElementType()"
-"ScTableColumnsObj";"com::sun::star::container::XElementAccess";"hasElements()"
 
"ScTableColumnsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
diff --git a/sc/qa/extras/sctablecolumnsobj.cxx 
b/sc/qa/extras/sctablecolumnsobj.cxx
index 5e493bfc4f14..aa361640e45d 100644
--- a/sc/qa/extras/sctablecolumnsobj.cxx
+++ b/sc/qa/extras/sctablecolumnsobj.cxx
@@ -8,8 +8,10 @@
  */
 
 #include 
+#include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -28,6 +30,7 @@ using namespace css;
 namespace sc_apitest
 {
 class ScTableColumnsObj : public CalcUnoApiTest,
+  public apitest::XElementAccess,
   public apitest::XIndexAccess,
   public apitest::XNameAccess
 {
@@ -40,6 +43,10 @@ public:
 
 CPPUNIT_TEST_SUITE(ScTableColumnsObj);
 
+// XElementAccess
+CPPUNIT_TEST(testGetElementType);
+CPPUNIT_TEST(testHasElements);
+
 // XIndexAccess
 CPPUNIT_TEST(testGetByIndex);
 CPPUNIT_TEST(testGetCount);
@@ -57,6 +64,7 @@ private:
 
 ScTableColumnsObj::ScTableColumnsObj()
 : CalcUnoApiTest("/sc/qa/extras/testdocuments")
+, XElementAccess(cppu::UnoType::get())
 , XIndexAccess(1024)
 , XNameAccess("ABC")
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: qadevOOo/objdsc sc/qa

2019-03-12 Thread Libreoffice Gerrit user
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv |2 --
 sc/qa/extras/sctablecolumnsobj.cxx|   10 
+-
 2 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 11234dde180f8449f07b4777b51f1fc6d713ffd6
Author: Jens Carl 
AuthorDate: Tue Mar 12 23:38:40 2019 +
Commit: Jens Carl 
CommitDate: Wed Mar 13 06:39:42 2019 +0100

tdf#45904 Move XIndexAccess Java tests to C++

Move XIndexAccess Java tests to C++ for ScTableColumnsObj.

Change-Id: Id5b6296e405c108129df0bce4ed4204ede320f3c
Reviewed-on: https://gerrit.libreoffice.org/69144
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
index 7a331333c7f9..18217a81947b 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
@@ -1,5 +1,3 @@
-"ScTableColumnsObj";"com::sun::star::container::XIndexAccess";"getCount()"
-"ScTableColumnsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
 "ScTableColumnsObj";"com::sun::star::table::XTableColumns";"insertByIndex()"
 "ScTableColumnsObj";"com::sun::star::table::XTableColumns";"removeByIndex()"
 
"ScTableColumnsObj";"com::sun::star::container::XElementAccess";"getElementType()"
diff --git a/sc/qa/extras/sctablecolumnsobj.cxx 
b/sc/qa/extras/sctablecolumnsobj.cxx
index ebf72f45ae10..5e493bfc4f14 100644
--- a/sc/qa/extras/sctablecolumnsobj.cxx
+++ b/sc/qa/extras/sctablecolumnsobj.cxx
@@ -8,6 +8,7 @@
  */
 
 #include 
+#include 
 #include 
 
 #include 
@@ -26,7 +27,9 @@ using namespace css;
 
 namespace sc_apitest
 {
-class ScTableColumnsObj : public CalcUnoApiTest, public apitest::XNameAccess
+class ScTableColumnsObj : public CalcUnoApiTest,
+  public apitest::XIndexAccess,
+  public apitest::XNameAccess
 {
 public:
 ScTableColumnsObj();
@@ -37,6 +40,10 @@ public:
 
 CPPUNIT_TEST_SUITE(ScTableColumnsObj);
 
+// XIndexAccess
+CPPUNIT_TEST(testGetByIndex);
+CPPUNIT_TEST(testGetCount);
+
 // XNameAccess
 CPPUNIT_TEST(testGetByName);
 CPPUNIT_TEST(testGetElementNames);
@@ -50,6 +57,7 @@ private:
 
 ScTableColumnsObj::ScTableColumnsObj()
 : CalcUnoApiTest("/sc/qa/extras/testdocuments")
+, XIndexAccess(1024)
 , XNameAccess("ABC")
 {
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: qadevOOo/objdsc sc/CppunitTest_sc_tablecolumnsobj.mk sc/Module_sc.mk sc/qa

2019-03-12 Thread Libreoffice Gerrit user
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv |3 
 sc/CppunitTest_sc_tablecolumnsobj.mk  |   43 
 sc/Module_sc.mk   |1 
 sc/qa/extras/sctablecolumnsobj.cxx|   89 
++
 4 files changed, 133 insertions(+), 3 deletions(-)

New commits:
commit 3407fef63579d804f093fea674d1e0319809e4bc
Author: Jens Carl 
AuthorDate: Tue Mar 12 23:33:42 2019 +
Commit: Jens Carl 
CommitDate: Wed Mar 13 06:39:12 2019 +0100

tdf#45904 Move XNameAccess Java test to C++

Move XNameAccess Java test to C++ for ScTableColumnsObj.

Change-Id: I3c9acde1b9e390c6a088bde567996728db855c2e
Reviewed-on: https://gerrit.libreoffice.org/69143
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
index f050ff0b7be5..7a331333c7f9 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableColumnsObj.csv
@@ -1,6 +1,3 @@
-"ScTableColumnsObj";"com::sun::star::container::XNameAccess#optional";"getByName()"
-"ScTableColumnsObj";"com::sun::star::container::XNameAccess#optional";"getElementNames()"
-"ScTableColumnsObj";"com::sun::star::container::XNameAccess#optional";"hasByName()"
 "ScTableColumnsObj";"com::sun::star::container::XIndexAccess";"getCount()"
 "ScTableColumnsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
 "ScTableColumnsObj";"com::sun::star::table::XTableColumns";"insertByIndex()"
diff --git a/sc/CppunitTest_sc_tablecolumnsobj.mk 
b/sc/CppunitTest_sc_tablecolumnsobj.mk
new file mode 100644
index ..e5f13366438b
--- /dev/null
+++ b/sc/CppunitTest_sc_tablecolumnsobj.mk
@@ -0,0 +1,43 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*
+#
+# 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/.
+#
+#*
+
+$(eval $(call gb_CppunitTest_CppunitTest,sc_tablecolumnsobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_tablecolumnsobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_tablecolumnsobj, \
+   sc/qa/extras/sctablecolumnsobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_tablecolumnsobj, \
+   cppu \
+   sal \
+   subsequenttest \
+   test \
+   unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_tablecolumnsobj,\
+   $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_tablecolumnsobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_tablecolumnsobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_tablecolumnsobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_tablecolumnsobj,\
+   $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_tablecolumnsobj))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 58705a4cd32c..3718ad342d5b 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -191,6 +191,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_stylefamilyobj \
CppunitTest_sc_subtotaldescriptorbaseobj \
CppunitTest_sc_subtotalfieldobj \
+   CppunitTest_sc_tablecolumnsobj \
CppunitTest_sc_tableconditionalentryobj \
CppunitTest_sc_tableconditionalformat \
CppunitTest_sc_tablerowsobj \
diff --git a/sc/qa/extras/sctablecolumnsobj.cxx 
b/sc/qa/extras/sctablecolumnsobj.cxx
new file mode 100644
index ..ebf72f45ae10
--- /dev/null
+++ b/sc/qa/extras/sctablecolumnsobj.cxx
@@ -0,0 +1,89 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * 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 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include 
+
+using namespace css;
+
+namespace sc_apitest
+{
+class ScTableColumnsObj : public CalcUnoApiTest, public apitest::XNameAccess
+{
+public:
+ScTableColumnsObj();
+
+virtual uno::Reference init() override;
+virtual void setUp() override;
+virtual void tearDown() override;
+
+CPPUNIT_TEST_SUITE(ScTableColumnsObj);
+
+// XNameAccess
+CPPUNIT_TEST(testGetByName);
+CPPUNIT_TEST(testGetElementNames);
+CPPUNIT_TEST(testHasByName);

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #270 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/4ad3b5cdf416a8541a7188f67c7ab7fc0a93b94e%5E%21

tdf#45904 Move XNameReplace Java tests to C++

It will be available in 6.3.0.

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

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

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

[Libreoffice-commits] core.git: framework/qa include/test qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests sc/qa test/source

2019-03-12 Thread Libreoffice Gerrit user
 framework/qa/complex/api_internal/api.lst|1 
 include/test/container/xnamereplace.hxx  |   36 +-
 qadevOOo/Jar_OOoRunner.mk|1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleFamilyObj.csv |1 
 qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java|  171 
--
 sc/qa/extras/scstylefamilyobj.cxx|   10 
 sc/qa/unoapi/sc_6.sce|1 
 test/source/container/xnamereplace.cxx   |   28 +
 8 files changed, 50 insertions(+), 199 deletions(-)

New commits:
commit 4ad3b5cdf416a8541a7188f67c7ab7fc0a93b94e
Author: Jens Carl 
AuthorDate: Tue Mar 12 22:55:34 2019 +
Commit: Jens Carl 
CommitDate: Wed Mar 13 06:38:53 2019 +0100

tdf#45904 Move XNameReplace Java tests to C++

Move XNameReplace Java tests to C++ for ScStyleFamilyObj.
Fixes i#23594 by creating a new "com.sun.star.style.CellStyle"
rather then using an existing one.

Change-Id: Ie42e627020aff475173af5bc014bc28d7a11ec56
Reviewed-on: https://gerrit.libreoffice.org/69140
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/framework/qa/complex/api_internal/api.lst 
b/framework/qa/complex/api_internal/api.lst
index 2340ff4fc6bb..406fbb8bebdc 100644
--- a/framework/qa/complex/api_internal/api.lst
+++ b/framework/qa/complex/api_internal/api.lst
@@ -80,7 +80,6 @@ job88=sc.ScDatabaseRangeObj
 job98=sc.ScHeaderFieldObj
 job99=sc.ScHeaderFieldsObj
 job126=sc.ScSheetLinkObj
-job131=sc.ScStyleFamilyObj
 job132=sc.ScStyleObj
 job134=sc.ScTableColumnObj
 job135=sc.ScTableColumnsObj
diff --git a/include/test/container/xnamereplace.hxx 
b/include/test/container/xnamereplace.hxx
index 2d52fc2037eb..e10d198794ff 100644
--- a/include/test/container/xnamereplace.hxx
+++ b/include/test/container/xnamereplace.hxx
@@ -1,4 +1,4 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
 /*
  * This file is part of the LibreOffice project.
  *
@@ -11,32 +11,42 @@
 #define INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
 
 #include 
-#include 
 #include 
-#include 
 
-namespace apitest {
+#include 
+
+#include 
+#include 
 
+namespace apitest
+{
 class OOO_DLLPUBLIC_TEST XNameReplace
 {
 public:
-XNameReplace(const OUString& rName): maTestReplacementName(rName) {}
-
-virtual css::uno::Reference< css::uno::XInterface > init() = 0;
+XNameReplace(const OUString& rName)
+: m_aReplacementName(rName)
+{
+}
 
+virtual css::uno::Reference init() = 0;
 void testReplaceByName();
 
-virtual css::uno::Any getAnyElementForNameReplace() = 0;
+void setReplacmentElement(const css::uno::Any& rElement)
+{
+m_aReplacementElement = rElement;
+}
 
-virtual ~XNameReplace() {}
 
-private:
-OUString const maTestReplacementName;
+protected:
+~XNameReplace() {}
 
+private:
+OUString const m_aReplacementName;
+css::uno::Any m_aReplacementElement;
 };
 
-}
+} // namespace apitest
 
 #endif // INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 9e5265f3e632..805ddeca0e38 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -970,7 +970,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/mod/_sc/ScModelObj \
 qadevOOo/tests/java/mod/_sc/ScShapeObj \
 qadevOOo/tests/java/mod/_sc/ScSheetLinkObj \
-qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj \
 qadevOOo/tests/java/mod/_sc/ScStyleObj \
 qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase \
 qadevOOo/tests/java/mod/_sc/ScTableColumnObj \
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleFamilyObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleFamilyObj.csv
deleted file mode 100644
index 10e3d65acd85..
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScStyleFamilyObj.csv
+++ /dev/null
@@ -1 +0,0 @@
-"ScStyleFamilyObj";"com::sun::star::container::XNameReplace#optional";"replaceByName()"
diff --git a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java 
b/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
deleted file mode 100644
index ea8b06aabc3a..
--- a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
+++ /dev/null
@@ -1,171 +0,0 @@
-/*
- * 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   

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

2019-03-12 Thread Libreoffice Gerrit user
 cui/source/customize/cfg.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bea44e5c1b982d05314b72452b94fe288071a496
Author: Adolfo Jayme Barrientos 
AuthorDate: Tue Mar 12 21:19:29 2019 -0600
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Mar 13 06:30:39 2019 +0100

“Large” LibreOffice icons are 24 × 24 pixel, as you’d expect

The Galaxy theme was the only odd duck to use 26 × 26 pixel icons.
We’ve removed it, but the Change Icon dialog was still reporting
this misleading value.

Spotted by Rizal Muttaqin.

Change-Id: I4f82727b93239a32f7eab5473baa3b8705abde29
Reviewed-on: https://gerrit.libreoffice.org/69148
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index dc878953978c..dd9219cd0b07 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -2643,7 +2643,7 @@ SvxIconSelectorDialog::SvxIconSelectorDialog(weld::Window 
*pWindow,
 
 m_nExpectedSize = 16;
 if (SvxConfigPageHelper::GetImageType() & css::ui::ImageType::SIZE_LARGE)
-m_nExpectedSize = 26;
+m_nExpectedSize = 24;
 else if (SvxConfigPageHelper::GetImageType() & css::ui::ImageType::SIZE_32)
 m_nExpectedSize = 32;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 40966] wizard shouldn't use bitmap files

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40966

--- Comment #9 from Mike Kaganski  ---
Hmm... I don't see how they are used at all - there seems to be no references
to them throughout the code. Or are they referenced from some template ODFs?

-- 
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 100518] Border line style issues in Calc

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100518

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 89079] Navigation: editing or creating selection (Shift-down, left) after fill down (Ctrl+D) doesn't work without leaving cell first to confirm

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89079

--- Comment #11 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 111987] Menu items (main and right-click) disappear

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111987

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 99989] The smart quote marks in AutoCorrect Works either for RTL or LTR languages but not both

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99989

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 116303] Merge cells toolbar button in Writer is inactive when cell selection doesn't move cursor

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116303

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 105204] [TASK] Check shell scripts with shellcheck

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105204

--- Comment #23 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 115946] FORMATTING of RTF document with incomplete font table uses different substitution fonts

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115946

--- Comment #2 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 111675] IFS() and SWITCH() should short-cut evaluation like IF() and CHOOSE()

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111675

--- Comment #12 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 116203] Problems with Center Paragraph allignment on a 100_cm/38_inchs width page

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116203

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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 124029] FILEOPEN: MS Office 97. Shape 'arc' from binary MS Office has wrong position

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124029

Mark Hung  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
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 124036] New: Calc cells with formula's don't highlight cells in the presence of a % symbol

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124036

Bug ID: 124036
   Summary: Calc cells with formula's don't highlight cells in the
presence of a % symbol
   Product: LibreOffice
   Version: 6.2.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ali@hassani.global

Description:
If I type the number "5" in cell A1 and type in cell B1 the following formula
"=A1%" vs "=A1/100" the both give the same value, 0.05, however the later will
highlight cell A1 and show it as a dependency of the formula when I go back to
edit the cell while the former does not.  It should highlight it in both cases.

Steps to Reproduce:
1. Type 5 into cell A1
2. Type =A1% into cell B1
3. Highlight cell B1 and go to the edit textbox, cell A1 is not highlighted
4. If instead we type =A1/100, and subsequently go to the edit textbox, cell A1
is highlighted

Actual Results:
A1 is not highlighted when re-editing cell B1

Expected Results:
A1 should be highlighted when re-editing cell B1


Reproducible: Always


User Profile Reset: Yes



Additional Info:
This functionality works in Excel

-- 
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 99913] Importing autofiltered XLSX and selecting cells copies hidden cells, too

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99913

--- Comment #7 from Peter Gervai  ---
It seems to be fixed in 
Version: 6.1.5.1
Build ID: 1:6.1.5~rc1-2

Both full column and manual column selection copies only visible content.

-- 
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 123944] EDITING: LO stops working for several minutes when editing Forms

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123944

--- Comment #5 from Tim  ---
Now it went for so long I had to force shut down and this is beginning to the
error message:


Date/Time:   2019-03-13 01:41:06 +0100
OS Version:  Mac OS X 10.13.6 (Build 17G5019)
Architecture:x86_64
Report Version:  26

Data Source: Stackshots

Command: soffice
Path:/Applications/LibreOffice.app/Contents/MacOS/soffice
Identifier:  org.libreoffice.script
Version: 6.2.1002 (6.2.1002)
Parent:  launchd [1]
PID: 795

Event:   hang
Duration:1.09s (process was unresponsive for 898 seconds before
sampling)
Steps:   11 (100ms sampling interval)

Hardware model:  MacBookPro7,1
Active cpus: 2

Time Awake Since Boot: 7100s

Fan speed:   1998 rpm

--
Timeline format: stacks are sorted chronologically
Use -i and -heavy to re-report with count sorting
--

Heaviest stack for the main thread of the target process:
  11  start + 1 (libdyld.dylib + 4117) [0x7fff567ea015]
  11  main + 16 (soffice + 3936) [0x108566f60]
  11  ??? (<4520C3DE-A049-3947-8CD3-C10C2EC0E9CE> + 211820) [0x10860eb6c]
  11  ??? ( + 3945069) [0x10b42926d]
  11  ??? ( + 149801) [0x10f501929]
  11  NSApplicationMain + 804 (AppKit + 23154) [0x7fff2bd71a72]
  11  -[NSApplication run] + 812 (AppKit + 223413) [0x7fff2bda28b5]
  11  ??? ( + 367741) [0x10f536c7d]
  11  ??? ( + 141083) [0x10f4ff71b]
  11  ??? ( + 3945099) [0x10b42928b]
  11  ??? (<4520C3DE-A049-3947-8CD3-C10C2EC0E9CE> + 31022) [0x1085e292e]
  11  ??? ( + 3921099) [0x10b4234cb]
  11  ??? ( + 142506) [0x10f4ffcaa]
  11  ??? ( + 3740032) [0x10b3f7180]
  11  ??? ( + 140935) [0x10f4ff687]
  11  ??? ( + 1008018) [0x10b15c192]
  11  ??? (<4DE7C2AA-F4F5-3B91-89FF-5DD326A89661> + 1246110) [0x14847a39e]
  11  ??? (<58DF3693-094D-33AC-8D7F-3B43F7F9FBBD> + 208841) [0x14b412fc9]
  11  ??? (<58DF3693-094D-33AC-8D7F-3B43F7F9FBBD> + 13712) [0x14b3e3590]
  11  ??? (<58DF3693-094D-33AC-8D7F-3B43F7F9FBBD> + 6101) [0x14b3e17d5]
  11  ??? (<58DF3693-094D-33AC-8D7F-3B43F7F9FBBD> + 4477) [0x14b3e117d]
  11  ??? (<58DF3693-094D-33AC-8D7F-3B43F7F9FBBD> + 148710) [0x14b4044e6]
  11  ??? (<74CCB1B6-5E5C-3DD8-BBBD-39F6C3042C83> + 828506) [0x146f3245a]
  11  ??? (<74CCB1B6-5E5C-3DD8-BBBD-39F6C3042C83> + 817826) [0x146f2faa2]
  11  ??? (<1762CAFC-5BF5-366D-B96F-5FFAF14AFE63> + 3071298) [0x1091eed42]
  11  ??? (<1762CAFC-5BF5-366D-B96F-5FFAF14AFE63> + 2959299) [0x1091d37c3]
  11  ??? (<1762CAFC-5BF5-366D-B96F-5FFAF14AFE63> + 3125460) [0x1091fc0d4]
  11  ??? (<1762CAFC-5BF5-366D-B96F-5FFAF14AFE63> + 3135406) [0x1091fe7ae]
  11  ??? (<1762CAFC-5BF5-366D-B96F-5FFAF14AFE63> + 3134575) [0x1091fe46f]
  11  ??? (<1762CAFC-5BF5-366D-B96F-5FFAF14AFE63> + 3124574) [0x1091fbd5e]
  11  ??? ( + 10192670) [0x14cafb71e]
  11  ??? ( + 10190242) [0x14cafada2]
  11  ??? ( + 11072542) [0x14cbd241e]
  11  ??? ( + 11072318) [0x14cbd233e]
  11  ??? ( + 7318345) [0x14c83db49]
  11  ??? ( + 7269840) [0x14c831dd0]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 1444592) [0x109d19af0]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 2019400) [0x109da6048]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 1984253) [0x109d9d6fd]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 971295) [0x109ca621f]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 751678) [0x109c7083e]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 667609) [0x109c5bfd9]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 723182) [0x109c698ee]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 722993) [0x109c69831]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 707388) [0x109c65b3c]
  11  ??? (<4D828DA4-B347-3AE9-BD8B-140899C779A5> + 708815) [0x109c660cf]
  11  ??? (<69B85EC9-522D-3483-A45A-31FBD574C618> + 69060) [0x108900dc4]
  11  ??? (<280586FB-5D2E-3C0E-BB43-4DED30D8F037> + 799316) [0x14dc7b254]
  11  __semwait_signal + 10 (libsystem_kernel.dylib + 118146) [0x7fff5693ad82]
 *11  semaphore_wait_continue + 0 (kernel + 605072) [0xff8000293b90]


Process: soffice (LibreOffice) [795]
Path:/Applications/LibreOffice.app/Contents/MacOS/soffice
Architecture:x86_64
Parent:  launchd [1]
UID: 501
Task size:   349.30 MB
CPU Time:<0.001s (430.5K cycles, 106.0K instructions, 4.06c/i)
Note:Unresponsive for 898 seconds before sampling
Note:1 idle work queue thread omitted

  Thread 0xd5ca DispatchQueue 1   11 samples (1-11)
priority 47 (base 47)
  
  11  start + 1 (libdyld.dylib + 4117) [0x7fff567ea015] 1-11
11  main + 16 (soffice + 3936) [0x108566f60] 1-11
  11  ??? (<4520C3DE-A049-3947-8CD3-C10C2EC0E9CE> + 211820) [0x10860eb6c]
1-11
11  ??? ( + 3945069)
[0x10b42926d] 1-11
  11  ??? ( + 149801)
[0x10f501929] 1-11
11  NSApplicationMain + 804 (AppKit 

[Libreoffice-bugs] [Bug 123737] No way to define/edit slide layout

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123737

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu,
   ||ke...@collabora.com,
   ||t...@iki.fi
 OS|FreeBSD |iOS
   Hardware|Other   |All
 Ever confirmed|0   |1
Summary|No way to define/edit slide |No way to define/edit slide
   |style   |layout

--- Comment #4 from Aron Budea  ---
Confirmed with version 0.1 (20).
This issue occurs with normal online version in a browser on mobile devices as
well (but not on desktop).

Enabling this in tablet mode should be no big deal (with the original text
entries).
Having graphics would be nicer, perhaps could be even larger than in the
proposal, though I'm not sure how difficult that'd be to implement.

-- 
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 123731] Comments can't be edited, deleted and answered

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123731

Aron Budea  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu,
   ||t...@iki.fi

--- Comment #2 from Aron Budea  ---
Confirmed with version 0.1 (20).
This issue occurs with normal online version in a browser on mobile devices as
well (but not on desktop).

-- 
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 123732] "Document repair" dialog can't be closed and blocks document

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123732

Aron Budea  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu,
   ||t...@iki.fi

--- Comment #2 from Aron Budea  ---
Confirmed with version 0.1 (20).
This issue occurs with normal online version in a browser on mobile devices as
well (but not on desktop).

-- 
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 123697] Black border around writer document

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123697

Aron Budea  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu

--- Comment #3 from Aron Budea  ---
Confirmed with version 0.1 (20).

-- 
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 123944] EDITING: LO stops working for several minutes when editing Forms

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123944

--- Comment #4 from Tim  ---
Tonight it happened when I was editing a Field in the Form, through the Control
menu, changing the sql several times.

-- 
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 'libreoffice-6-2' - vcl/qt5

2019-03-12 Thread Libreoffice Gerrit user
 vcl/qt5/Qt5Frame.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1ffbe6da60391bcf71c579d4da9543f0b769bfc8
Author: Michael Weghorn 
AuthorDate: Wed Feb 27 16:13:48 2019 +0100
Commit: Michael Weghorn 
CommitDate: Wed Mar 13 00:09:22 2019 +0100

tdf#104235: Qt5Frame: Set default icon

Set a default icon in Qt5Frame constructor, similar to how it's done
for the gtk and gtk3 VCL plugins in 'GtkSalFrame::InitCommon'.

Change-Id: I4e4e62ffa0eca6499f4752ff467d004cae68788f
Reviewed-on: https://gerrit.libreoffice.org/68450
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 
(cherry picked from commit cfb2e03a683a8d217b00b8abfd9c55bf61059462)
Reviewed-on: https://gerrit.libreoffice.org/69123

diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx
index 27f331ce2f05..1ecf9cfa9986 100644
--- a/vcl/qt5/Qt5Frame.cxx
+++ b/vcl/qt5/Qt5Frame.cxx
@@ -161,6 +161,8 @@ Qt5Frame::Qt5Frame(Qt5Frame* pParent, SalFrameStyleFlags 
nStyle, bool bUseCairo)
 //m_aSystemData.pWidget = m_pQWidget;
 //m_aSystemData.nScreen = m_nXScreen.getXScreen();
 m_aSystemData.pToolkit = "qt5";
+
+SetIcon(SV_ICON_ID_OFFICE);
 }
 
 Qt5Frame::~Qt5Frame()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/source

2019-03-12 Thread Libreoffice Gerrit user
 vcl/source/window/window.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b8dce88a30e845ca0d496c69da9ec1b8b41522e3
Author: Michael Stahl 
AuthorDate: Fri Mar 1 14:04:52 2019 +0100
Commit: Michael Weghorn 
CommitDate: Wed Mar 13 00:04:21 2019 +0100

tdf#123745 vcl: fix some crash in Window::SetHelpHdl()

Qt5 has some QEvent::DeferredDelete thing, perhaps that's why it calls
this on a disposed Window?

0 vcl::Window::SetHelpHdl(Link const&) (this=0x60cf9e0, 
rLink=...) at vcl/source/window/window.cxx:1825
1 SalInstanceWindow::clear_child_help(vcl::Window*) (this=0x7fa40c0, 
pParent=0x60cf9e0) at vcl/source/app/salvtables.cxx:825
2 SalInstanceWindow::~SalInstanceWindow() (this=0x7fa40c0, 
__in_chrg=, __vtt_parm=) at 
vcl/source/app/salvtables.cxx:962
3 SalInstanceWindow::~SalInstanceWindow() (this=0x7fa40c0, 
__in_chrg=, __vtt_parm=) at 
vcl/source/app/salvtables.cxx:963
4 std::default_delete::operator()(weld::Window*) const 
(this=0x60d0b90, __ptr=0x7fa4190) at /usr/include/c++/8/bits/unique_ptr.h:81
5 std::unique_ptr 
>::~unique_ptr() (this=0x60d0b90, __in_chrg=) at 
/usr/include/c++/8/bits/unique_ptr.h:274
6 SalFrame::~SalFrame() (this=0x60d0b40, __in_chrg=) at 
vcl/source/app/salvtables.cxx:73
7 Qt5Frame::~Qt5Frame() (this=0x60d0b30, __in_chrg=) at 
vcl/qt5/Qt5Frame.cxx:167
8 KDE5SalFrame::~KDE5SalFrame() (this=0x60d0b30, __in_chrg=) 
at vcl/unx/kde5/KDE5SalFrame.hxx:34
9 KDE5SalFrame::~KDE5SalFrame() (this=0x60d0b30, __in_chrg=) 
at vcl/unx/kde5/KDE5SalFrame.hxx:34
10 QObject::event(QEvent*) (this=0x60d0b30, e=) at 
kernel/qobject.cpp:1242

Change-Id: I2ac8cb24924ea3178c2b3eed14350515d8506ec3
Reviewed-on: https://gerrit.libreoffice.org/68581
Reviewed-by: Katarina Behrens 
Tested-by: Katarina Behrens 
(cherry picked from commit f8d98bcf37c790e4f02cbe19016b7f29f53e07ff)
Reviewed-on: https://gerrit.libreoffice.org/69120
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index aac1dc136a71..8df50b57da1f 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1829,7 +1829,10 @@ void Window::LoseFocus()
 
 void Window::SetHelpHdl(const Link& rLink)
 {
-mpWindowImpl->maHelpRequestHdl = rLink;
+if (mpWindowImpl) // may be called after dispose
+{
+mpWindowImpl->maHelpRequestHdl = rLink;
+}
 }
 
 void Window::RequestHelp( const HelpEvent& rHEvt )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/inc vcl/qt5

2019-03-12 Thread Libreoffice Gerrit user
 vcl/inc/qt5/Qt5Frame.hxx   |3 ++-
 vcl/inc/qt5/Qt5Tools.hxx   |5 +
 vcl/inc/qt5/Qt5Widget.hxx  |2 +-
 vcl/qt5/Qt5DragAndDrop.cxx |4 ++--
 vcl/qt5/Qt5Frame.cxx   |7 ---
 vcl/qt5/Qt5Tools.cxx   |   38 ++
 vcl/qt5/Qt5Widget.cxx  |6 +++---
 7 files changed, 55 insertions(+), 10 deletions(-)

New commits:
commit 66b352eca973c72bc40239591addabb5fd0b49c0
Author: Katarina Behrens 
AuthorDate: Thu Feb 28 15:03:12 2019 +0100
Commit: Michael Weghorn 
CommitDate: Wed Mar 13 00:02:50 2019 +0100

tdf#120783: take suggested/preferred DnD ops into account

use those for drag operation start in Qt5Widget and eventually
to construct DropTargetDragEnterEvent

Change-Id: I3a92cbe722dadc64f8a210f7fd4016c8eb17216b
Reviewed-on: https://gerrit.libreoffice.org/68675
Tested-by: Jenkins
Reviewed-by: Katarina Behrens 
(cherry picked from commit c3751ed3c98e8ed40100a8073b97c83d9ded0803)
Reviewed-on: https://gerrit.libreoffice.org/69122
Reviewed-by: Michael Weghorn 

diff --git a/vcl/inc/qt5/Qt5Frame.hxx b/vcl/inc/qt5/Qt5Frame.hxx
index 669833f0ffd1..f3f8a38d761a 100644
--- a/vcl/inc/qt5/Qt5Frame.hxx
+++ b/vcl/inc/qt5/Qt5Frame.hxx
@@ -137,7 +137,8 @@ public:
 virtual void deregisterDragSource(Qt5DragSource const* pDragSource);
 virtual void registerDropTarget(Qt5DropTarget* pDropTarget);
 virtual void deregisterDropTarget(Qt5DropTarget const* pDropTarget);
-void draggingStarted(const int x, const int y, const QMimeData* 
pQMimeData);
+void draggingStarted(const int x, const int y, Qt::DropActions eActions,
+ const QMimeData* pQMimeData);
 void dropping(const int x, const int y, const QMimeData* pQMimeData);
 
 virtual void SetExtendedFrameStyle(SalExtStyle nExtStyle) override;
diff --git a/vcl/inc/qt5/Qt5Tools.hxx b/vcl/inc/qt5/Qt5Tools.hxx
index 57bf94793955..336a942c772b 100644
--- a/vcl/inc/qt5/Qt5Tools.hxx
+++ b/vcl/inc/qt5/Qt5Tools.hxx
@@ -30,6 +30,7 @@
 #include 
 
 #include 
+#include 
 
 #include 
 
@@ -64,6 +65,10 @@ inline QColor toQColor(const Color& rColor)
   255 - rColor.GetTransparency());
 }
 
+Qt::DropActions toQtDropActions(sal_Int8 dragOperation);
+sal_Int8 toVclDropActions(Qt::DropActions dragOperation);
+Qt::DropAction getPreferredDropAction(sal_Int8 dragOperation);
+
 inline QList toQList(const css::uno::Sequence& aSequence)
 {
 QList aList;
diff --git a/vcl/inc/qt5/Qt5Widget.hxx b/vcl/inc/qt5/Qt5Widget.hxx
index 731498f11d13..a9b7a0b1934f 100644
--- a/vcl/inc/qt5/Qt5Widget.hxx
+++ b/vcl/inc/qt5/Qt5Widget.hxx
@@ -74,7 +74,7 @@ public slots:
 public:
 Qt5Widget(Qt5Frame& rFrame, Qt::WindowFlags f = Qt::WindowFlags());
 Qt5Frame* m_pFrame;
-void startDrag();
+void startDrag(sal_Int8 nSourceActions);
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/qt5/Qt5DragAndDrop.cxx b/vcl/qt5/Qt5DragAndDrop.cxx
index fcd65fe39049..adc7a94fa0c2 100644
--- a/vcl/qt5/Qt5DragAndDrop.cxx
+++ b/vcl/qt5/Qt5DragAndDrop.cxx
@@ -128,7 +128,7 @@ void Qt5DragSource::initialize(const 
css::uno::Sequence& rArgumen
 }
 
 void Qt5DragSource::startDrag(
-const datatransfer::dnd::DragGestureEvent& /*rEvent*/, sal_Int8 
/*sourceActions*/,
+const datatransfer::dnd::DragGestureEvent& /*rEvent*/, sal_Int8 
sourceActions,
 sal_Int32 /*cursor*/, sal_Int32 /*image*/,
 const css::uno::Reference& rTrans,
 const css::uno::Reference& 
rListener)
@@ -140,7 +140,7 @@ void Qt5DragSource::startDrag(
 {
 Qt5Widget* qw = static_cast(m_pFrame->GetQWidget());
 m_ActiveDragSource = this;
-qw->startDrag();
+qw->startDrag(sourceActions);
 }
 else
 dragFailed();
diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx
index acf7c6da7266..27f331ce2f05 100644
--- a/vcl/qt5/Qt5Frame.cxx
+++ b/vcl/qt5/Qt5Frame.cxx
@@ -1078,7 +1078,8 @@ void Qt5Frame::deregisterDropTarget(Qt5DropTarget const* 
pDropTarget)
 m_pDropTarget = nullptr;
 }
 
-void Qt5Frame::draggingStarted(const int x, const int y, const QMimeData* 
pQMimeData)
+void Qt5Frame::draggingStarted(const int x, const int y, Qt::DropActions 
eActions,
+   const QMimeData* pQMimeData)
 {
 assert(m_pDropTarget);
 
@@ -1087,8 +1088,8 @@ void Qt5Frame::draggingStarted(const int x, const int y, 
const QMimeData* pQMime
 aEvent.Context = 
static_cast(m_pDropTarget);
 aEvent.LocationX = x;
 aEvent.LocationY = y;
-aEvent.DropAction = css::datatransfer::dnd::DNDConstants::ACTION_MOVE;
-aEvent.SourceActions = css::datatransfer::dnd::DNDConstants::ACTION_MOVE;
+aEvent.DropAction = getPreferredDropAction(eActions);
+aEvent.SourceActions = toVclDropActions(eActions);
 
 css::uno::Reference xTransferable;
 if (pQMimeData)
diff --git a/vcl/qt5/Qt5Tools.cxx b/vcl/qt5/Qt5Tools.cxx
index 54ac3f99e26f..94bb03d1797f 100644
--- a/vcl/qt5/Qt5Tools.cxx

[Libreoffice-bugs] [Bug 104224] [META] LibreLogo bugs and enhancements

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104224

László Németh  changed:

   What|Removed |Added

 Depends on||124035


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124035
[Bug 124035] LibreLogo: lost support of starting colon in variable names
-- 
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 123996] Libreoffice Calc cannot set cell's background color

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123996

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED

--- Comment #3 from m.a.riosv  ---
The file has a lot of conditional formats, removing them, no issue to apply a
color.

Resolved as not a bug, please if you are not agree, reopen it.

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

[Libreoffice-bugs] [Bug 124035] LibreLogo: lost support of starting colon in variable names

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124035

László Németh  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |nem...@numbertext.org
   |desktop.org |

--- Comment #1 from László Németh  ---
The problem was reported by Ferenc Salánki.

-- 
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 124030] libreoffice crashes, when selecting a MTRANS generated range

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124030

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
No issue with
Version: 6.2.2.1 (x64)
Build ID: fcd633fb1bf21b0a99c9acb3ad6e526437947b01
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: es-ES (es_ES); UI-Language: en-US
Calc: threaded

I think there was a solved bug not to much time ago.

-- 
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 124035] New: LibreLogo: lost support of starting colon in variable names

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124035

Bug ID: 124035
   Summary: LibreLogo: lost support of starting colon in variable
names
   Product: LibreOffice
   Version: 6.1.5.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nem...@numbertext.org

For example, compiling this program shows problem in the line "PRINT :n", but
removing the colons, the program runs correctly.

TO example :n
PRINT :n
END

example 123

-- 
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 123961] FILEOPEN: Loading multi-page TIFF files would hang Writer

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123961

--- Comment #11 from Franklin Weng  ---
(In reply to Dieter Praas from comment #10)
> (In reply to Franklin Weng from comment #9)
> > (In reply to Dieter Praas from comment #8)
> > > Franklin, are you sure, that the attachment in comment 2 contains a
> > > multi-page TIFF (I can't check that)?
> > 
> > Yes.  You can open it with okular under KDE or Gimp to check for that.
> 
> Franklin, I could see in GIMP, that it is a multi-page TIFF, but still only
> one page is shown in Writer

Right,  that's an old issue Bug 63722 .  However what I met was that it would
hang my Writer.  No response from Writer anymore.  No idea which loop it was
running…

-- 
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 124034] New: Editing Size of image miss behaves wile change it.

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124034

Bug ID: 124034
   Summary: Editing Size of image miss behaves wile change it.
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aaron.b.tanenb...@gmail.com

Description:
When changing the size of an image using the side panel instead of right
clicking and selecting "position and size" option, the feature misbehaves if
the "keep ratio" option is on. While making the change the program will auto
adjust the other dimension. For instance lets say i have an image that is 2 x 3
and I want the width to be 4 which would make the other dimension 6. I would
delete the 2 and right before I replace it with a 4 the program will auto
change it to the value 0.00 and forcing the other dimension to be a 0.00. If I
type in a 4 it cause the other dimension to be to be a 4. This feature is even
more ugly and unfix-able if i have two images with the same dimensions and are
grouped. if i changed the size of the images as a group the results ugly (I
have not fully characterized this part)

Steps to Reproduce:
1. Select image (image should have an integer size in one of the dimension and
not be a square image, It does not need to be and integer size but it easier
this way to show)
2. go to side panel to properties and go to "position and size" field
3. make sure the keep ratio is checked
4. change the dimension with integer size by deleting the integer value and
replacing it with another number. be slow to allow the program to autofill
5. 

Actual Results:
Forces the image to be a square image.

Expected Results:
Image does not keep it's initial ratio


Reproducible: Always


User Profile Reset: Yes



Additional Info:

-- 
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.0' - vcl/quartz

2019-03-12 Thread Libreoffice Gerrit user
 vcl/quartz/salgdicommon.cxx |   11 +++
 1 file changed, 11 insertions(+)

New commits:
commit 30d012a391857cc240407890dd1ac80fa28358de
Author: Tor Lillqvist 
AuthorDate: Tue Mar 12 19:27:23 2019 +0200
Commit: Tor Lillqvist 
CommitDate: Tue Mar 12 23:38:07 2019 +0200

Temporary hack to make iOS app dialogs look better

Change-Id: I6b1fe798cb1af7419e12f1b9e41ca13608e3ee4b

diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index d1beb08c1a66..cbca6fe3fdf9 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -22,6 +22,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
@@ -36,6 +37,7 @@
 #endif
 #include 
 #ifdef IOS
+#include 
 #include "saldatabasic.hxx"
 #endif
 #include 
@@ -1386,6 +1388,15 @@ void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, 
sal_Int32& rDPIY )
 rDPIY = mnRealDPIY;
 #else
 rDPIX = rDPIY = 96;
+if (comphelper::LibreOfficeKit::isActive())
+{
+// Horrible, ugly hack. This is the WRONG way to get the dialogs in 
the iOS app to look
+// sane. (But I could not figure out the RIGHT way...) This hack does 
help in the sense that
+// it makes the widgets in the dialogs sanely sized and not 
overlapping, but the text in the
+// dialogs ends up quite fuzzy.
+rDPIX /= [[UIScreen mainScreen] scale];
+rDPIY /= [[UIScreen mainScreen] scale];
+}
 #endif
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-12 Thread Libreoffice Gerrit user
 sw/qa/extras/htmlexport/data/field-shade.odt |binary
 sw/qa/extras/htmlexport/htmlexport.cxx   |6 ++
 sw/source/filter/html/htmlatr.cxx|2 ++
 sw/source/filter/html/htmlfldw.cxx   |   13 +++--
 sw/source/filter/html/wrthtml.hxx|4 
 5 files changed, 23 insertions(+), 2 deletions(-)

New commits:
commit ce01727e4d6779ea128aa1be09f4af8cad4e1854
Author: Miklos Vajna 
AuthorDate: Tue Mar 12 18:43:43 2019 +0100
Commit: Miklos Vajna 
CommitDate: Tue Mar 12 22:36:34 2019 +0100

sw HTML export, field shadings: give text portion background priority

If the user explicitly gives a background color to the field portion,
then respect that, don't overwrite with the field shading (the UI does
the same).

Change-Id: I7c35618f82a37ef1dd16c03b82651268767813af
Reviewed-on: https://gerrit.libreoffice.org/69127
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/sw/qa/extras/htmlexport/data/field-shade.odt 
b/sw/qa/extras/htmlexport/data/field-shade.odt
index 38debcb48d0b..2533be68c49e 100644
Binary files a/sw/qa/extras/htmlexport/data/field-shade.odt and 
b/sw/qa/extras/htmlexport/data/field-shade.odt differ
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx 
b/sw/qa/extras/htmlexport/htmlexport.cxx
index 170213e16699..1f016f52409a 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -678,6 +678,12 @@ DECLARE_HTMLEXPORT_TEST(testFieldShade, "field-shade.odt")
 // Without the accompanying fix in place, this test would have failed with 
'Expected: 1; Actual:
 // 0', i.e. shading for the field was lost.
 assertXPath(pDoc, "/html/body/p[1]/span", "style", "background: #c0c0c0");
+
+// Check that field shading is written only in case there is no 
user-defined span background.
+assertXPath(pDoc, "/html/body/p[2]/span", "style", "background: #ff");
+// Without the accompanying fix in place, this test would have failed with 
'Expected: 0; Actual:
+// 1', i.e there was an inner span hiding the wanted background color.
+assertXPath(pDoc, "/html/body/p[2]/span/span", 0);
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/sw/source/filter/html/htmlatr.cxx 
b/sw/source/filter/html/htmlatr.cxx
index 50a7562cb858..d73f91572513 100644
--- a/sw/source/filter/html/htmlatr.cxx
+++ b/sw/source/filter/html/htmlatr.cxx
@@ -1931,6 +1931,7 @@ void HTMLEndPosLst::OutStartAttrs( SwHTMLWriter& rHWrt, 
sal_Int32 nPos,
 pContext = nullptr; // one time only
 }
 Out( aHTMLAttrFnTab, *pPos->GetItem(), rHWrt );
+rHWrt.maStartedAttributes[pPos->GetItem()->Which()]++;
 rHWrt.m_nCSS1Script = nCSS1Script;
 }
 }
@@ -1981,6 +1982,7 @@ void HTMLEndPosLst::OutEndAttrs( SwHTMLWriter& rHWrt, 
sal_Int32 nPos,
 if( !bSkipOut )
 {
 Out( aHTMLAttrFnTab, *pPos->GetItem(), rHWrt );
+rHWrt.maStartedAttributes[pPos->GetItem()->Which()]--;
 }
 RemoveItem_( i );
 }
diff --git a/sw/source/filter/html/htmlfldw.cxx 
b/sw/source/filter/html/htmlfldw.cxx
index e70e856bae81..0ad1b55d5db7 100644
--- a/sw/source/filter/html/htmlfldw.cxx
+++ b/sw/source/filter/html/htmlfldw.cxx
@@ -539,7 +539,16 @@ Writer& OutHTML_SwFormatField( Writer& rWrt, const 
SfxPoolItem& rHt )
 if( pTextField )
 {
 SwHTMLWriter& rHTMLWrt = static_cast(rWrt);
-if (SwViewOption::IsFieldShadings())
+bool bFieldShadings = SwViewOption::IsFieldShadings();
+if (bFieldShadings)
+{
+// If there is a text portion background started already, that 
should have priority.
+auto it = 
rHTMLWrt.maStartedAttributes.find(RES_CHRATR_BACKGROUND);
+if (it != rHTMLWrt.maStartedAttributes.end())
+bFieldShadings = it->second <= 0;
+}
+
+if (bFieldShadings)
 {
 OStringBuffer sOut;
 sOut.append("<" + rHTMLWrt.GetNamespace() + 
OOO_STRING_SVTOOLS_HTML_span);
@@ -556,7 +565,7 @@ Writer& OutHTML_SwFormatField( Writer& rWrt, const 
SfxPoolItem& rHt )
 OutHTML_SwField( rWrt, pField, pTextField->GetTextNode(),
  pTextField->GetStart()  );
 
-if (SwViewOption::IsFieldShadings())
+if (bFieldShadings)
 HTMLOutFuncs::Out_AsciiTag(
 rWrt.Strm(), rHTMLWrt.GetNamespace() + 
OOO_STRING_SVTOOLS_HTML_span, false);
 }
diff --git a/sw/source/filter/html/wrthtml.hxx 
b/sw/source/filter/html/wrthtml.hxx
index 9c96d8680232..b92b95f70e27 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -22,6 +22,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -398,6 +399,9 @@ public:
 bool m_bParaDotLeaders : 1;   // for TOC 

[Libreoffice-commits] core.git: icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg

2019-03-12 Thread Libreoffice Gerrit user
 icon-themes/sifr/cmd/sc_insertpagefield.png   |binary
 icon-themes/sifr/cmd/sc_insertpagesfield.png  |binary
 icon-themes/sifr/cmd/sc_insertpagetitlefield.png  |binary
 icon-themes/sifr/cmd/sc_inserttoolbox.png |binary
 icon-themes/sifr/cmd/sc_leaveallgroups.png|binary
 icon-themes/sifr/cmd/sc_objects3dtoolbox.png  |binary
 icon-themes/sifr/cmd/sc_textfittosizetool.png |binary
 icon-themes/sifr_dark/cmd/sc_insertpagefield.png  |binary
 icon-themes/sifr_dark/cmd/sc_insertpagesfield.png |binary
 icon-themes/sifr_dark/cmd/sc_insertpagetitlefield.png |binary
 icon-themes/sifr_dark/cmd/sc_inserttoolbox.png|binary
 icon-themes/sifr_dark/cmd/sc_leaveallgroups.png   |binary
 icon-themes/sifr_dark/cmd/sc_objects3dtoolbox.png |binary
 icon-themes/sifr_dark/cmd/sc_textfittosizetool.png|binary
 icon-themes/sifr_svg/cmd/sc_insertpagefield.svg   |6 ++
 icon-themes/sifr_svg/cmd/sc_insertpagesfield.svg  |6 ++
 icon-themes/sifr_svg/cmd/sc_insertpagetitlefield.svg  |6 ++
 icon-themes/sifr_svg/cmd/sc_inserttoolbox.svg |6 ++
 icon-themes/sifr_svg/cmd/sc_leaveallgroups.svg|6 ++
 icon-themes/sifr_svg/cmd/sc_objects3dtoolbox.svg  |   10 ++
 icon-themes/sifr_svg/cmd/sc_textfittosizetool.svg |6 ++
 21 files changed, 46 insertions(+)

New commits:
commit bdbe84b48ea3fe31c196820ab7955b83c2dc6883
Author: andreas kainz 
AuthorDate: Fri Mar 8 16:03:42 2019 +0100
Commit: andreas_kainz 
CommitDate: Tue Mar 12 22:35:18 2019 +0100

Sifr icon theme update

Change-Id: I12af13094df0952326656293fa96bf3e9c82d2e7
Reviewed-on: https://gerrit.libreoffice.org/69111
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/sifr/cmd/sc_insertpagefield.png 
b/icon-themes/sifr/cmd/sc_insertpagefield.png
new file mode 100644
index ..76deda9b8c77
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_insertpagefield.png differ
diff --git a/icon-themes/sifr/cmd/sc_insertpagesfield.png 
b/icon-themes/sifr/cmd/sc_insertpagesfield.png
new file mode 100644
index ..0e3cb2d7d1d2
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_insertpagesfield.png differ
diff --git a/icon-themes/sifr/cmd/sc_insertpagetitlefield.png 
b/icon-themes/sifr/cmd/sc_insertpagetitlefield.png
new file mode 100644
index ..2f6d79c3dd01
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_insertpagetitlefield.png 
differ
diff --git a/icon-themes/sifr/cmd/sc_inserttoolbox.png 
b/icon-themes/sifr/cmd/sc_inserttoolbox.png
new file mode 100644
index ..bab92a7924e0
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_inserttoolbox.png differ
diff --git a/icon-themes/sifr/cmd/sc_leaveallgroups.png 
b/icon-themes/sifr/cmd/sc_leaveallgroups.png
new file mode 100644
index ..300a565f2eae
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_leaveallgroups.png differ
diff --git a/icon-themes/sifr/cmd/sc_objects3dtoolbox.png 
b/icon-themes/sifr/cmd/sc_objects3dtoolbox.png
new file mode 100644
index ..34a602cfef5f
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_objects3dtoolbox.png differ
diff --git a/icon-themes/sifr/cmd/sc_textfittosizetool.png 
b/icon-themes/sifr/cmd/sc_textfittosizetool.png
new file mode 100644
index ..ccff59846f7d
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_textfittosizetool.png 
differ
diff --git a/icon-themes/sifr_dark/cmd/sc_insertpagefield.png 
b/icon-themes/sifr_dark/cmd/sc_insertpagefield.png
new file mode 100644
index ..0c8105da26de
Binary files /dev/null and b/icon-themes/sifr_dark/cmd/sc_insertpagefield.png 
differ
diff --git a/icon-themes/sifr_dark/cmd/sc_insertpagesfield.png 
b/icon-themes/sifr_dark/cmd/sc_insertpagesfield.png
new file mode 100644
index ..b52e2f451c98
Binary files /dev/null and b/icon-themes/sifr_dark/cmd/sc_insertpagesfield.png 
differ
diff --git a/icon-themes/sifr_dark/cmd/sc_insertpagetitlefield.png 
b/icon-themes/sifr_dark/cmd/sc_insertpagetitlefield.png
new file mode 100644
index ..ee9f47cdc161
Binary files /dev/null and 
b/icon-themes/sifr_dark/cmd/sc_insertpagetitlefield.png differ
diff --git a/icon-themes/sifr_dark/cmd/sc_inserttoolbox.png 
b/icon-themes/sifr_dark/cmd/sc_inserttoolbox.png
new file mode 100644
index ..ab07ebcf14f1
Binary files /dev/null and b/icon-themes/sifr_dark/cmd/sc_inserttoolbox.png 
differ
diff --git a/icon-themes/sifr_dark/cmd/sc_leaveallgroups.png 
b/icon-themes/sifr_dark/cmd/sc_leaveallgroups.png
new file mode 100644
index ..ec97a4c1394c
Binary files /dev/null and b/icon-themes/sifr_dark/cmd/sc_leaveallgroups.png 
differ
diff --git a/icon-themes/sifr_dark/cmd/sc_objects3dtoolbox.png 
b/icon-themes/sifr_dark/cmd/sc_objects3dtoolbox.png
new file mode 100644
index ..567a7cd91a31
Binary files /dev/null and 

[Libreoffice-commits] online.git: Changes to 'refs/tags/cd-4.0.2-1'

2019-03-12 Thread Libreoffice Gerrit user
Tag 'cd-4.0.2-1' created by Andras Timar  at 
2019-03-12 21:31 +

cd-4.0.2-1

Changes since cd-4.0.1-1-47:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Rappel : Suivi Votre Colis

2019-03-12 Thread service


Cher(e) Client(e),
Vous avez un colis au bureau de Chronopost.Vous disposez d'un délai de 24 heures pour récupérer votre colis ,Sinon il sera retourné à l'expéditeur .Veuillez confirmer l'envoi du colis à votre domicile en suivant les étapes au dessous:
1: Appeler le Numero de notre service clients × 3 fois: 0890241843: Recevoir le code de confirmation (comporte 8 chiffres) 3: Envoyer le code de confirmation à l'adresse Mail suivante: serv...@chronopost.frCordialement,Chronopost Service Client
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-cd-4' - 47 commits - bundled/include configure.ac debian/changelog debian/control .gitignore ios/config.h.in ios/ios.h ios/i

2019-03-12 Thread Libreoffice Gerrit user
 .gitignore |3 
 bundled/include/LibreOfficeKit/LibreOfficeKit.h|3 
 bundled/include/LibreOfficeKit/LibreOfficeKit.hxx  |   10 
 configure.ac   |   13 -
 debian/changelog   |6 
 debian/control |2 
 ios/Mobile.xcodeproj/project.pbxproj   |   92 +++
 ios/Mobile/AppDelegate.h   |6 
 ios/Mobile/AppDelegate.mm  |  164 -
 ios/Mobile/Document.mm |   24 +
 ios/Mobile/DocumentBrowserViewController.mm|4 
 ios/Mobile/DocumentViewController.h|3 
 ios/Mobile/DocumentViewController.mm   |   82 ++
 ios/Mobile/Info.plist.in   |2 
 ios/Mobile/L10n.h  |   13 +
 ios/Mobile/L10n.mm |   28 ++
 ios/Mobile/Resources/Settings.bundle/Root.plist|   49 +++
 ios/Mobile/Resources/Settings.bundle/en.lproj/Root.strings |binary
 ios/Mobile/TemplateCollectionViewController.h  |4 
 ios/Mobile/TemplateCollectionViewController.mm |   56 +++-
 ios/README |4 
 ios/config.h.in|3 
 ios/ios.h  |4 
 ios/ios.mm |5 
 kit/ChildSession.cpp   |4 
 kit/Kit.cpp|   18 -
 loleaflet/css/loleaflet.css|8 
 loleaflet/css/toolbar.css  |   20 -
 loleaflet/js/toolbar.js|   21 -
 loleaflet/plugins/path-transform/src/Path.Drag.js  |9 
 loleaflet/src/control/Control.LokDialog.js |   17 -
 loleaflet/src/control/Control.Menubar.js   |4 
 loleaflet/src/control/Control.PartsPreview.js  |   51 +++-
 loleaflet/src/control/Control.Tabs.js  |2 
 loleaflet/src/control/Permission.js|3 
 loleaflet/src/control/Ruler.js |   24 +
 loleaflet/src/control/Toolbar.js   |8 
 loleaflet/src/layer/tile/TileLayer.js  |   35 +-
 loleaflet/src/layer/vector/SVGGroup.js |   26 +-
 loleaflet/src/map/Map.js   |6 
 loleaflet/src/map/handler/Map.FileInserter.js  |8 
 loleaflet/src/map/handler/Map.SlideShow.js |4 
 loolkitconfig.xcu  |5 
 loolwsd.spec.in|2 
 wsd/ClientSession.cpp  |5 
 wsd/DocumentBroker.cpp |   23 +
 wsd/DocumentBroker.hpp |   21 +
 wsd/LOOLWSD.cpp|   32 +-
 48 files changed, 779 insertions(+), 157 deletions(-)

New commits:
commit 9dd2e908f4df5789be26ab46ba23d1a030076225
Author: Andras Timar 
AuthorDate: Tue Mar 12 22:31:02 2019 +0100
Commit: Andras Timar 
CommitDate: Tue Mar 12 22:31:02 2019 +0100

Bump package version to 4.0.2-1

Change-Id: I58d47d1449622750d223b53254492720e2cae4fb

diff --git a/configure.ac b/configure.ac
index 111f54e92..5fa429d4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.63])
 
-AC_INIT([loolwsd], [4.0.1], [libreoffice@lists.freedesktop.org])
+AC_INIT([loolwsd], [4.0.2], [libreoffice@lists.freedesktop.org])
 LT_INIT([shared, disable-static, dlopen])
 
 AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability])
diff --git a/debian/changelog b/debian/changelog
index c0f0b04b4..0e04a583e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+loolwsd (4.0.2-1) unstable; urgency=medium
+
+  * see the git log: http://col.la/coolcd4
+
+ -- Andras Timar   Tue, 12 Mar 2019 22:30:00 +0100
+
 loolwsd (4.0.1-1) unstable; urgency=medium
 
   * see the git log: http://col.la/coolcd4
diff --git a/debian/control b/debian/control
index 5d0adf17f..dea19d390 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.7
 Package: loolwsd
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3-gnutls, libexpat1, 
libicu55, libjpeg-turbo8, libnss3, libpng12-0, libxml2, libxslt1.1, libsm6, 
libxinerama1, libxrender1, libgl1-mesa-glx, libcups2, libxcb-render0, 
libxcb-shm0, locales-all, adduser, expat, fontconfig, cpio, libcap2-bin, 
collaboraofficebasis6.0-calc (>= 

[Libreoffice-commits] core.git: Branch 'feature/cib_contract139' - 83 commits - configure.ac cui/source dbaccess/source desktop/source dictionaries download.lst drawinglayer/source editeng/source exte

2019-03-12 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor:
commit 6c30df1a30566877761bb926121836ada62d6fad
Author: Katarina Behrens 
AuthorDate: Tue Mar 12 15:30:35 2019 +0100
Commit: Thorsten Behrens 
CommitDate: Tue Mar 12 22:24:49 2019 +0100

Close all opened List elements at the end of the page

Change-Id: I7c1e11ec57537441417f6b1cebe137587883d8c1

diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 8b0ab2b2d09e..c2259341781c 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -1339,6 +1339,14 @@ namespace drawinglayer
 // add MetaFile comment, process recursively and add MetaFile 
comment
 mpMetaFile->AddAction(new MetaCommentAction(aCommentStringA));
 process(rBlockPrimitive);
+
+if (mnCurrentOutlineLevel >= 0 )
+{
+// end any opened List structure elements
+for(sal_Int16 i(0); i <= mnCurrentOutlineLevel; ++i)
+mpPDFExtOutDevData->EndStructureElement();
+}
+
 mpMetaFile->AddAction(new MetaCommentAction(aCommentStringB));
 }
 
commit 9f46257f3cec7e06a89180e80198997f124eedb9
Author: Katarina Behrens 
AuthorDate: Tue Mar 12 13:51:04 2019 +0100
Commit: Thorsten Behrens 
CommitDate: Tue Mar 12 22:24:49 2019 +0100

Limit tagging of background objects to images

i.e. don't tag background custom shapes and other than bitmap
background fills

Change-Id: I1d42012420f59e1e7b62affb8aca5a8c85688423

diff --git a/drawinglayer/source/primitive2d/structuretagprimitive2d.cxx 
b/drawinglayer/source/primitive2d/structuretagprimitive2d.cxx
index 41f5577efa16..c1aedc84a587 100644
--- a/drawinglayer/source/primitive2d/structuretagprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/structuretagprimitive2d.cxx
@@ -31,10 +31,12 @@ namespace drawinglayer
 StructureTagPrimitive2D::StructureTagPrimitive2D(
 const vcl::PDFWriter::StructElement& rStructureElement,
 bool bBackground,
+bool bIsImage,
 const Primitive2DContainer& rChildren)
 :   GroupPrimitive2D(rChildren),
 maStructureElement(rStructureElement),
-mbBackground(bBackground)
+mbBackground(bBackground),
+mbIsImage(bIsImage)
 {
 }
 
@@ -44,7 +46,8 @@ namespace drawinglayer
 {
 const StructureTagPrimitive2D& rCompare = static_cast(rPrimitive);
 
-return (isBackground() == rCompare.isBackground());
+return (isBackground() == rCompare.isBackground() &&
+isImage() == rCompare.isImage());
 }
 
 return false;
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 1573c7fb7880..8b0ab2b2d09e 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -2292,18 +2292,31 @@ namespace drawinglayer
 {
 // structured tag primitive
 const vcl::PDFWriter::StructElement& 
rTagElement(rStructureTagCandidate.getStructureElement());
-bool bTagUsed((vcl::PDFWriter::NonStructElement != rTagElement) && 
!rStructureTagCandidate.isBackground());
+bool bTagUsed((vcl::PDFWriter::NonStructElement != rTagElement));
 
 if(mpPDFExtOutDevData && bTagUsed)
 {
-// write start tag
-mpPDFExtOutDevData->BeginStructureElement(rTagElement);
+// foreground object: tag as regular structure element
+if (!rStructureTagCandidate.isBackground())
+{
+mpPDFExtOutDevData->BeginStructureElement(rTagElement);
+}
+// background object
+else
+{
+// background image: tag as artifact
+if (rStructureTagCandidate.isImage())
+
mpPDFExtOutDevData->BeginStructureElement(vcl::PDFWriter::NonStructElement);
+// any other background object: do not tag
+else
+bTagUsed = false;
+}
 }
 
 // process children normally
 process(rStructureTagCandidate.getChildren());
 
-if(mpPDFExtOutDevData &&  bTagUsed)
+if(mpPDFExtOutDevData && bTagUsed)
 {
 // write end tag
 mpPDFExtOutDevData->EndStructureElement();
diff --git a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx 
b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
index b6e9ad94ede8..255dc5e64f56 100644
--- 

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cd-6.0-26'

2019-03-12 Thread Libreoffice Gerrit user
Tag 'cd-6.0-26' created by Andras Timar  at 
2019-03-12 21:16 +

cd-6.0-26

Changes since co-6.0-24:
Andras Timar (1):
  tdf#123500 double '~' character in translation

---
 source/fr/officecfg/registry/data/org/openoffice/Office/UI.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/tags/cd-6.0-26'

2019-03-12 Thread Libreoffice Gerrit user
Tag 'cd-6.0-26' created by Andras Timar  at 
2019-03-12 21:16 +

cd-6.0-26

Changes since cp-6.0-25-128:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cd-6.0-26'

2019-03-12 Thread Libreoffice Gerrit user
Tag 'cd-6.0-26' created by Andras Timar  at 
2019-03-12 21:16 +

cd-6.0-26

Changes since cp-6.0-19:
Andras Timar (1):
  remove executable bit from *.aff and *.dic files

---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: Changes to 'refs/tags/cd-6.0-26'

2019-03-12 Thread Libreoffice Gerrit user
Tag 'cd-6.0-26' created by Andras Timar  at 
2019-03-12 21:16 +

cd-6.0-26

Changes since cp-6.0-7:
Adolfo Jayme Barrientos (1):
  .howtoget, now more Collabora-y

---
 help3xsl/default.css |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - configure.ac

2019-03-12 Thread Libreoffice Gerrit user
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 006dfaf6cc5fb49e897f63e9e91cff786ef89d7c
Author: Andras Timar 
AuthorDate: Tue Mar 12 22:16:25 2019 +0100
Commit: Andras Timar 
CommitDate: Tue Mar 12 22:16:25 2019 +0100

Bump version to 6.0-26

Change-Id: I6b48f441475f10bb8893978546052950875a3a1a

diff --git a/configure.ac b/configure.ac
index 6ff20698fcc6..54f09fe144e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[6.0.10.25],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[6.0.10.26],[],[],[https://collaboraoffice.com/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123961] FILEOPEN: Loading multi-page TIFF files would hang Writer

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123961

--- Comment #10 from Dieter Praas  ---
(In reply to Franklin Weng from comment #9)
> (In reply to Dieter Praas from comment #8)
> > Franklin, are you sure, that the attachment in comment 2 contains a
> > multi-page TIFF (I can't check that)?
> 
> Yes.  You can open it with okular under KDE or Gimp to check for that.

Franklin, I could see in GIMP, that it is a multi-page TIFF, but still only one
page is shown in Writer

-- 
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 123809] All Bibliography citations now appear in text with "[ n" added

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123809

--- Comment #3 from kevvy.log@gmail.com ---
(In reply to Alex Thurgood from comment #2)
> @kevvy : please indicate whether you are using the built-in bibliography
> database (which is a DBF database file) or you have created and registered
> your own bibliography database instead.
> 
> If the latter, please provide more details on the type of db, driver
> connection and version, etc.
> 
> Setting NEEDINFO

Hi Alex, thanks for the follow-up. This is using the built-in bibliography
database.

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

[Libreoffice-ux-advise] [Bug 124019] Feature Request: Create own table styles

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124019

Dieter Praas  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Blocks||107553
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107553
[Bug 107553] [META] Writer table styles bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-bugs] [Bug 124019] Feature Request: Create own table styles

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124019

Dieter Praas  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Blocks||107553
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107553] [META] Writer table styles bugs and enhancements

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107553

Dieter Praas  changed:

   What|Removed |Added

 Depends on||124019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124019
[Bug 124019] Feature Request: Create own table styles
-- 
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 124033] New: Cannot paste into Calc from system clipboard

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124033

Bug ID: 124033
   Summary: Cannot paste into Calc from system clipboard
   Product: LibreOffice
   Version: 6.2.1.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: niv...@fastmail.com

Description:
I cannot paste from the system clipboard into Calc (although I can copy from
Calc into the system clipboard).



Steps to Reproduce:
1. Open a text editor (e.g. Kate) can copy some text from it into the system
clipboard.
2. Try to paste into Calc.


Actual Results:
Doesn't paste into Calc.

Expected Results:
Contents are actually pasted into Calc.


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: SpreadsheetDocument

Version: 6.2.1.2
Build ID: 6.2.1-1
CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: kde5; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded


** NOTE **
I also tried this with the latest daily release (Version: 6.3.0.0.alpha0+, 
Build ID: 45f4de6d333aa3fa5873cf8e1146286c74960557) and can confirm that the
problem subsists.

-- 
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 124025] Table formulas don't update before print, export to PDF or preview when a field changes

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124025

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #3 from Dieter Praas  ---
Cell only updates, if I click within the table. I don't know if this is the
intended behaviour or not (found it in master as well as in LO 6.1.2.5). So I
can't see, that there is a problem with print preview.

-- 
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 40966] wizard shouldn't use bitmap files

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40966

Jérôme  changed:

   What|Removed |Added

  Attachment #56289|0   |1
is obsolete||
  Attachment #56470|0   |1
is obsolete||
  Attachment #56471|0   |1
is obsolete||

--- Comment #8 from Jérôme  ---
Created attachment 149923
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149923=edit
dpkg-deb --contents lodevbasis6.3-core_6.3.0.0.alpha0-1_amd64.deb | grep -i
'bmp$' | awk '{ print $3"\t"$6 }'

We can convert the 2 biggers files into png : end.bmp, report.bmp.

-- 
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/inc sw/source

2019-03-12 Thread Libreoffice Gerrit user
 sw/inc/swabstdlg.hxx  |2 +-
 sw/source/ui/dialog/addrdlg.cxx   |   12 ++--
 sw/source/ui/dialog/swdlgfact.cxx |5 ++---
 sw/source/ui/dialog/swdlgfact.hxx |2 +-
 sw/source/ui/fldui/fldedt.cxx |2 +-
 sw/source/uibase/inc/addrdlg.hxx  |4 ++--
 6 files changed, 13 insertions(+), 14 deletions(-)

New commits:
commit 84f48dc75c98fc19ab7df0eb3749a3738411b18d
Author: Caolán McNamara 
AuthorDate: Tue Mar 12 09:12:25 2019 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 12 21:56:53 2019 +0100

weld SwAddrDlg

Change-Id: I6d8b5ffa4b9db27335e771153119264216c0b8f7
Reviewed-on: https://gerrit.libreoffice.org/69084
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index bba0b4be2359..ac53affc4664 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -370,7 +370,7 @@ public:
 SfxChildWindow* pChild, weld::Window *pParent, SfxChildWinInfo* pInfo) 
= 0;
 
 virtual VclPtr 
CreateSwInsertAbstractDlg(weld::Window* pParent) = 0;
-virtual VclPtr CreateSwAddressAbstractDlg(vcl::Window* 
pParent, const SfxItemSet& rSet) = 0;
+virtual VclPtr CreateSwAddressAbstractDlg(weld::Window* 
pParent, const SfxItemSet& rSet) = 0;
 virtual VclPtr  
CreateSwAsciiFilterDlg(weld::Window* pParent, SwDocShell& rDocSh,
 SvStream* 
pStream) = 0;
 virtual VclPtr CreateSwInsertBookmarkDlg( vcl::Window 
*pParent, SwWrtShell , SfxRequest& rReq ) = 0;
diff --git a/sw/source/ui/dialog/addrdlg.cxx b/sw/source/ui/dialog/addrdlg.cxx
index bbc945cfe424..81ea6d9d0806 100644
--- a/sw/source/ui/dialog/addrdlg.cxx
+++ b/sw/source/ui/dialog/addrdlg.cxx
@@ -18,19 +18,19 @@
  */
 
 #include 
-#include 
 #include 
-#include 
+#include 
 
-SwAddrDlg::SwAddrDlg(vcl::Window* pParent, const SfxItemSet& rSet)
-: SfxSingleTabDialog(pParent, rSet)
+SwAddrDlg::SwAddrDlg(weld::Window* pParent, const SfxItemSet& rSet)
+: SfxSingleTabDialogController(pParent, rSet)
 {
 SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
 ::CreateTabPage fnCreatePage = pFact->GetTabPageCreatorFunc( 
RID_SFXPAGE_GENERAL );
 if ( fnCreatePage )
 {
-VclPtr pPage2 = 
(*fnCreatePage)(TabPageParent(get_content_area()), );
-SetTabPage(pPage2);
+// create TabPage
+TabPageParent aParent(get_content_area(), this);
+SetTabPage(fnCreatePage(aParent, ));
 }
 }
 
diff --git a/sw/source/ui/dialog/swdlgfact.cxx 
b/sw/source/ui/dialog/swdlgfact.cxx
index 042136c460e1..1566aba4c060 100644
--- a/sw/source/ui/dialog/swdlgfact.cxx
+++ b/sw/source/ui/dialog/swdlgfact.cxx
@@ -749,11 +749,10 @@ VclPtr 
SwAbstractDialogFactory_Impl::CreateSwInsert
 return 
VclPtr::Create(std::make_unique(pParent));
 }
 
-VclPtr 
SwAbstractDialogFactory_Impl::CreateSwAddressAbstractDlg(vcl::Window* pParent,
+VclPtr 
SwAbstractDialogFactory_Impl::CreateSwAddressAbstractDlg(weld::Window* pParent,
   const 
SfxItemSet& rSet)
 {
-VclPtr pDlg = VclPtr::Create( pParent, rSet );
-return VclPtr::Create(pDlg);
+return 
VclPtr::Create(std::make_unique(pParent,
 rSet));
 }
 
 VclPtr 
SwAbstractDialogFactory_Impl::CreateSwDropCapsDialog(weld::Window* pParent,
diff --git a/sw/source/ui/dialog/swdlgfact.hxx 
b/sw/source/ui/dialog/swdlgfact.hxx
index 1e67b9b00189..308a603c572a 100644
--- a/sw/source/ui/dialog/swdlgfact.hxx
+++ b/sw/source/ui/dialog/swdlgfact.hxx
@@ -594,7 +594,7 @@ public:
 virtual VclPtr 
CreateSwWordCountDialog(SfxBindings* pBindings,
 SfxChildWindow* pChild, weld::Window *pParent, SfxChildWinInfo* pInfo) 
override;
 virtual VclPtr 
CreateSwInsertAbstractDlg(weld::Window* pParent) override;
-virtual VclPtr CreateSwAddressAbstractDlg(vcl::Window* 
pParent, const SfxItemSet& rSet) override;
+virtual VclPtr CreateSwAddressAbstractDlg(weld::Window* 
pParent, const SfxItemSet& rSet) override;
 virtual VclPtr  
CreateSwAsciiFilterDlg(weld::Window* pParent, SwDocShell& rDocSh,
 SvStream* 
pStream) override;
 virtual VclPtr CreateSwInsertBookmarkDlg( vcl::Window 
*pParent, SwWrtShell , SfxRequest& rReq ) override;
diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx
index 8578da18e2d4..b13742cb15bc 100644
--- a/sw/source/ui/fldui/fldedt.cxx
+++ b/sw/source/ui/fldui/fldedt.cxx
@@ -330,7 +330,7 @@ IMPL_LINK_NOARG(SwFieldEditDlg, AddressHdl, Button*, void)
 aSet.Put(SfxUInt16Item(SID_FIELD_GRABFOCUS, 
static_cast(nEditPos)));
 SwAbstractDialogFactory& rFact = swui::GetFactory();
 
-ScopedVclPtr 
pDlg(rFact.CreateSwAddressAbstractDlg(this, aSet));
+ScopedVclPtr 
pDlg(rFact.CreateSwAddressAbstractDlg(GetFrameWeld(), aSet));
 if (RET_OK == pDlg->Execute())
 {
 

[Libreoffice-bugs] [Bug 123753] Libreoffice writer and calc freeze from 30 seconds to 2 minutes.

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123753

miguel  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 123753] Libreoffice writer and calc freeze from 30 seconds to 2 minutes.

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123753

--- Comment #5 from miguel  ---
(In reply to miguel from comment #3)
> (In reply to Julien Nabet from comment #1)
> > Could you give a try to last stable LO version 6.1.5
> > + if you still reproduce this, could you give a look to
> > https://wiki.documentfoundation.org/QA/FirstSteps ?
> 
> I installed both the 32 bit and 64 bit version of LO 6.1.5 and I still had
> the LO not responding message at the top of the window.  Before each
> install, I used CCleaner to delete temp files and trash, then I cleaned the
> registry; rebooted and installed both versions of LO 6.1.  I used CCleaner
> again after uninstalling the 64 bit version of LO 6.1; then downloaded LO
> 6.2, rebooted my Win 10 pc before installing the 64 bit version of LO 6.2. 
> The 6.2 version seems to be working more normally; so far.  I have been
> using the 6.2 version for almost two hours and no issues so far.  I opened
> several spreadsheets and two write docs; then began closing first the writer
> docs, then a couple of spreadsheets.  I closed all docs without any issue;
> no message that LO not responding.  Wow.  Thank God!  I will continue to
> monitor for the couple of days to see if I encounter any further "not
> responding"  messages.

I did do the safe boot about 10 days ago and deleted the profile, when I was on
LO 6.0 and 6.1.  That did not work; I still received the LO not responding
message.

-- 
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 123776] Items copied to clipboard in Writer are not available to other apps

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123776

--- Comment #7 from Dieter Praas  ---
(In reply to nivaca from comment #6)
> I can confirm that the bug is still present in the latest daily build, but
> only in Calc (not in Writer, Draw, or Impress). That is to say, I can copy
> from Calc, but not paste into Calc from the system clipboard.
> 
> Version: 6.3.0.0.alpha0+
> Build ID: 45f4de6d333aa3fa5873cf8e1146286c74960557

Regarding to the bug summary, that is about writer, I suggest to open a new bug
report with this topic.

-- 
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 123753] Libreoffice writer and calc freeze from 30 seconds to 2 minutes.

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123753

--- Comment #4 from miguel  ---
(In reply to m.a.riosv from comment #2)
> Do you have mapped drives or links to the network without connection?

I do not have any mapped drives.  I do not have any links to our home network. 
As far as I know, I don't.  If I do, I wouldn't know where or what to look 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-commits] core.git: Branch 'libreoffice-6-2' - vcl/qt5

2019-03-12 Thread Libreoffice Gerrit user
 vcl/qt5/Qt5Frame.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit cda7159937be6f88eeb5826dcbdc72d64788779c
Author: Katarina Behrens 
AuthorDate: Tue Feb 12 16:03:00 2019 +0100
Commit: Xisco Faulí 
CommitDate: Tue Mar 12 21:46:13 2019 +0100

tdf#120786: show undocked toolbar only when it's ready

in SetAlwaysOnTop set window flags only, don't show the widget yet
(it'll be shown later, when it can be painted in full)

Change-Id: I5e855f1ebba1eb9985744ece055a0f141e965940
Reviewed-on: https://gerrit.libreoffice.org/67739
Reviewed-by: Katarina Behrens 
Tested-by: Katarina Behrens 
(cherry picked from commit ad6d9bce1126997750d3c3c2606d28164d63d1d8)
Reviewed-on: https://gerrit.libreoffice.org/69124
Reviewed-by: Xisco Faulí 
Tested-by: Xisco Faulí 

diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx
index 3537c1b286ba..acf7c6da7266 100644
--- a/vcl/qt5/Qt5Frame.cxx
+++ b/vcl/qt5/Qt5Frame.cxx
@@ -613,7 +613,6 @@ void Qt5Frame::SetAlwaysOnTop(bool bOnTop)
 pWidget->setWindowFlags(flags | Qt::CustomizeWindowHint | 
Qt::WindowStaysOnTopHint);
 else
 pWidget->setWindowFlags(flags & ~(Qt::CustomizeWindowHint | 
Qt::WindowStaysOnTopHint));
-pWidget->show();
 }
 
 void Qt5Frame::ToTop(SalFrameToTop nFlags)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123985] basic command "print" causes crashes

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123985

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||m.wegh...@posteo.de,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
I can't reproduce it in

Version: 6.2.3.0.0+
Build ID: 3450311c403af714d3fc0ba14b9f7673c717a6a2
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

what happens if you execute LibreOffice with SAL_USE_VCLPLUGIN=gtk3 soffice?
Does it crash? I'm wondering if it's a kde5 problem...

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

[Libreoffice-bugs] [Bug 123694] crash: Not possible to set Y error bars in Cell range

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123694

Xisco Faulí  changed:

   What|Removed |Added

   Severity|normal  |major
   Keywords||bibisected, bisected
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org
   Priority|medium  |high

--- Comment #5 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=8947c9b1d8cd407131fdfb6fc3c77c8532e9d2a0

author  Caolán McNamara 2018-10-18 13:00:41 +0100
committer   Caolán McNamara 2018-10-20 13:52:34
+0200
commit  8947c9b1d8cd407131fdfb6fc3c77c8532e9d2a0 (patch)
treef47becc099d139ae601fc41d9e8f49f24672f0e0
parent  b361413eef7e46f340d921708faca9986c63c9f8 (diff)
weld SchAttribTabDlg

Bisected with: bibisect/bibisect-linux64-6.2

Adding Cc: to Caolán McNamara

-- 
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 87860] [META] LibreOffice's file dialog bugs and enhancements

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87860
Bug 87860 depends on bug 95919, which changed state.

Bug 95919 Summary: LibreOffice File open dialog does not save column settings
https://bugs.documentfoundation.org/show_bug.cgi?id=95919

   What|Removed |Added

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

-- 
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 95919] LibreOffice File open dialog does not save column settings

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95919

Cor Nouws  changed:

   What|Removed |Added

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

--- Comment #7 from Cor Nouws  ---
(In reply to Ansgar from comment #5)
> The file open dialog is still reset to a default size when opened next time.
> The width of the columns is now preserved, though.
Thanks for noticing!
Indeed. Same in Version: 6.3.0.0.alpha0+
Build ID: bbc5347be70d11d187cd537dd73cdab584def719
CPU threads: 4; OS: Linux 4.15; UI render: GL; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-03-03_20:19:18
Locale: nl-NL (nl_NL.UTF-8); UI-Language: en-US
Calc: threaded

So set as WorksForMe now.

-- 
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 123753] Libreoffice writer and calc freeze from 30 seconds to 2 minutes.

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123753

--- Comment #3 from miguel  ---
(In reply to Julien Nabet from comment #1)
> Could you give a try to last stable LO version 6.1.5
> + if you still reproduce this, could you give a look to
> https://wiki.documentfoundation.org/QA/FirstSteps ?

I installed both the 32 bit and 64 bit version of LO 6.1.5 and I still had the
LO not responding message at the top of the window.  Before each install, I
used CCleaner to delete temp files and trash, then I cleaned the registry;
rebooted and installed both versions of LO 6.1.  I used CCleaner again after
uninstalling the 64 bit version of LO 6.1; then downloaded LO 6.2, rebooted my
Win 10 pc before installing the 64 bit version of LO 6.2.  The 6.2 version
seems to be working more normally; so far.  I have been using the 6.2 version
for almost two hours and no issues so far.  I opened several spreadsheets and
two write docs; then began closing first the writer docs, then a couple of
spreadsheets.  I closed all docs without any issue; no message that LO not
responding.  Wow.  Thank God!  I will continue to monitor for the couple of
days to see if I encounter any further "not responding"  messages.

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

Re: Source code

2019-03-12 Thread Xisco Fauli
Hello Joseph,

Welcome to the LibreOffice project.

Please check the wiki page about building LibreOffice ->
https://wiki.documentfoundation.org/Development/How_to_build

Regards

El 12/3/19 a les 21:21, Joseph Landry Bougang Fotso ha escrit:
> Hi. Please how may I get the source code of libre office? I'm sorry
> I'm just confused because is my first time ti work on open source projects
> Thank you
>
> Le lundi 11 mars 2019 à 13:00:13 UTC+1,
> libreoffice-requ...@lists.freedesktop.org
>  a écrit :
>
>
> Send LibreOffice mailing list submissions to
>     libreoffice@lists.freedesktop.org
> 
>
> To subscribe or unsubscribe via the World Wide Web, visit
>     https://lists.freedesktop.org/mailman/listinfo/libreoffice
> or, via email, send a message with subject or body 'help' to
>     libreoffice-requ...@lists.freedesktop.org
> 
>
> You can reach the person managing the list at
>     libreoffice-ow...@lists.freedesktop.org
> 
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of LibreOffice digest..."
>
>
> Today's Topics:
>
>   1. Problems with import of shape type 'arc' from binary MS
>       Office (Regina Henschel)
>   2. Re: LibreOffice Online (mark shebso)
>   3. uno commands icons (kainz.a)
>   4. Intrested to contribute (sravan jain)
>   5. Re: Google summer of coffee (solo learn)
>   6. Google summer of coffee (solo learn)
>   7. Re: Intrested to contribute (Heiko Tietze)
>   8. Re: uno commands icons (Miklos Vajna)
>   9. Wenzhe Pei license statement (Wenzhe Pei)
>
>
> --
>
> Message: 1
> Date: Sun, 10 Mar 2019 23:11:11 +0100
> From: Regina Henschel  >
> To: LO dev fdo  >
> Cc: Armin Le Grand  >, Thorsten Behrens
>     mailto:t...@libreoffice.org>>
> Subject: Problems with import of shape type 'arc' from binary MS
>     Office
> Message-ID:  >
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hi all,
>
> I'm currently working on bug tdf#122899. It is about import of the shape
> 'arc' (= mso-spt19 = mso_sptArc). I have already found one error and
> made https://gerrit.libreoffice.org/68941.
> This mail is about an
> additional 'position' problem.
>
> MS Office uses for the ellipse a size of width=43200 and height=43200 in
> the shape internal coordinate system. It sets the viewbox so, that it is
> a bounding rectangle to the current sector. Thereby left/top of this
> rectangle becomes the origin.
>
> Currently LibreOffice uses an ellipse size of width=21600 and
> height=21600 and a viewbox="0 0 21600 21600", so that the viewbox
> includes the entire ellipse.
>
> Both in LibreOffice and Word the outer position (e.g. "horizontal 5cm
> from left page edge") is relative to the viewbox (which is the frame
> rectangle in LibreOffice).
>
> The result of this is, that in case the bounding rectangle of the sector
> has a different left/top position than the bounding rectangle of the
> full ellipse, the shape gets a different position in Word than in
> LibreOffice. That breaks layout.
>
> It is not possible to change the outer position to set the sector to the
> original position, because that might result in positions outside the
> page. But that is not possible for text documents.
>
> I consider to change the import so, that the viewbox only includes the
> current sector not the entire ellipse. What do you think?
>
> Kind regards
> Regina
>
>
>
> --
>
> Message: 2
> Date: Mon, 11 Mar 2019 01:04:19 +0200
> From: mark shebso mailto:markshe...@gmail.com>>
> To: LibreOffice@lists.freedesktop.org
> 
> Subject: Re: LibreOffice Online
> Message-ID:
>    
>  >
> Content-Type: text/plain; charset="utf-8"
>
> hello all,
>
> I am very sorry for this question as i think it may be easy for many but I
> spend a lot of time searching and I didn't reach my goal .
>
> if I click on button in a menubar of writer for example and click on
> insert
> then sections i know that sections is added to Control.Menubar.js as
> uno:.onu file .
>
> I want to know how this dialog appear and understand how uno element
> handle
> this click and where is the files that responsible for showing this dialog
> and make changes in writer writting area .
>
> I am very sorry if the question is easy but I need to understand it .
>
> Thanks in advance
>
> On Sat, Mar 9, 2019 at 2:33 AM mark shebso  > wrote:
>
> > hello all,
> >
> > I am very sorry for this question as i think it may be easy for many
> but I
> > spend a lot of time searching and I didn't reach my 

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src

2019-03-12 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.Menubar.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dabeea7a74a9c9a5215735f7c88a31c8b49bd2ee
Author: Ashod Nakashian 
AuthorDate: Tue Mar 12 11:55:43 2019 -0400
Commit: Andras Timar 
CommitDate: Tue Mar 12 21:24:30 2019 +0100

leaflet: do not disable the Close Document menu for read-only docs

Change-Id: I6a52b0bd807ae68ea6bf59e103c004375afae50b
Reviewed-on: https://gerrit.libreoffice.org/69110
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index ad5388b92..be6148a6c 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -425,7 +425,7 @@ L.Control.Menubar = L.Control.extend({
allowedViewModeActions: [
'downloadas-pdf', 'downloadas-odt', 'downloadas-doc', 
'downloadas-docx', 'downloadas-rtf', // file menu
'downloadas-odp', 'downloadas-ppt', 'downloadas-pptx', 
'print', // file menu
-   'downloadas-ods', 'downloadas-xls', 'downloadas-xlsx', 
// file menu
+   'downloadas-ods', 'downloadas-xls', 'downloadas-xlsx', 
'closedocument', // file menu
'fullscreen', 'zoomin', 'zoomout', 'zoomreset', // view 
menu
'about', 'keyboard-shortcuts' // help menu
]
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src

2019-03-12 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.Menubar.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3640adeae109119b4013035b2a1b27935693b0b5
Author: Jan Holesovsky 
AuthorDate: Tue Mar 12 17:04:50 2019 +0100
Commit: Andras Timar 
CommitDate: Tue Mar 12 21:23:42 2019 +0100

Send the UI_FileVersions only when the revision history is enabled.

Change-Id: I03a1a27c6a09ff34a6ff828b4903785ae342abc8
Reviewed-on: https://gerrit.libreoffice.org/69112
Reviewed-by: Ashod Nakashian 
Tested-by: Andras Timar 

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index f97772ca8..ad5388b92 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -769,7 +769,7 @@ L.Control.Menubar = L.Control.extend({
this._map.showLOAboutDialog();
} else if (id === 'keyboard-shortcuts') {
this._map.showLOKeyboardHelp();
-   } else if (id === 'rev-history' || id === 'last-mod') {
+   } else if (revHistoryEnabled && (id === 'rev-history' || id === 
'last-mod')) {
// if we are being loaded inside an iframe, ask
// our host to show revision history mode
this._map.fire('postMessage', {msgId: 'rev-history', 
args: {Deprecated: true}});
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Source code

2019-03-12 Thread Joseph Landry Bougang Fotso
 Hi. Please how may I get the source code of libre office? I'm sorry I'm just 
confused because is my first time ti work on open source projectsThank you
Le lundi 11 mars 2019 à 13:00:13 UTC+1, 
libreoffice-requ...@lists.freedesktop.org 
 a écrit :  
 
 Send LibreOffice mailing list submissions to
    libreoffice@lists.freedesktop.org

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.freedesktop.org/mailman/listinfo/libreoffice
or, via email, send a message with subject or body 'help' to
    libreoffice-requ...@lists.freedesktop.org

You can reach the person managing the list at
    libreoffice-ow...@lists.freedesktop.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of LibreOffice digest..."


Today's Topics:

  1. Problems with import of shape type 'arc' from binary MS
      Office (Regina Henschel)
  2. Re: LibreOffice Online (mark shebso)
  3. uno commands icons (kainz.a)
  4. Intrested to contribute (sravan jain)
  5. Re: Google summer of coffee (solo learn)
  6. Google summer of coffee (solo learn)
  7. Re: Intrested to contribute (Heiko Tietze)
  8. Re: uno commands icons (Miklos Vajna)
  9. Wenzhe Pei license statement (Wenzhe Pei)


--

Message: 1
Date: Sun, 10 Mar 2019 23:11:11 +0100
From: Regina Henschel 
To: LO dev fdo 
Cc: Armin Le Grand , Thorsten Behrens
    
Subject: Problems with import of shape type 'arc' from binary MS
    Office
Message-ID: 
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi all,

I'm currently working on bug tdf#122899. It is about import of the shape 
'arc' (= mso-spt19 = mso_sptArc). I have already found one error and 
made https://gerrit.libreoffice.org/68941. This mail is about an 
additional 'position' problem.

MS Office uses for the ellipse a size of width=43200 and height=43200 in 
the shape internal coordinate system. It sets the viewbox so, that it is 
a bounding rectangle to the current sector. Thereby left/top of this 
rectangle becomes the origin.

Currently LibreOffice uses an ellipse size of width=21600 and 
height=21600 and a viewbox="0 0 21600 21600", so that the viewbox 
includes the entire ellipse.

Both in LibreOffice and Word the outer position (e.g. "horizontal 5cm 
from left page edge") is relative to the viewbox (which is the frame 
rectangle in LibreOffice).

The result of this is, that in case the bounding rectangle of the sector 
has a different left/top position than the bounding rectangle of the 
full ellipse, the shape gets a different position in Word than in 
LibreOffice. That breaks layout.

It is not possible to change the outer position to set the sector to the 
original position, because that might result in positions outside the 
page. But that is not possible for text documents.

I consider to change the import so, that the viewbox only includes the 
current sector not the entire ellipse. What do you think?

Kind regards
Regina



--

Message: 2
Date: Mon, 11 Mar 2019 01:04:19 +0200
From: mark shebso 
To: LibreOffice@lists.freedesktop.org
Subject: Re: LibreOffice Online
Message-ID:
    
Content-Type: text/plain; charset="utf-8"

hello all,

I am very sorry for this question as i think it may be easy for many but I
spend a lot of time searching and I didn't reach my goal .

if I click on button in a menubar of writer for example and click on insert
then sections i know that sections is added to Control.Menubar.js as
uno:.onu file .

I want to know how this dialog appear and understand how uno element handle
this click and where is the files that responsible for showing this dialog
and make changes in writer writting area .

I am very sorry if the question is easy but I need to understand it .

Thanks in advance

On Sat, Mar 9, 2019 at 2:33 AM mark shebso  wrote:

> hello all,
>
> I am very sorry for this question as i think it may be easy for many but I
> spend a lot of time searching and I didn't reach my goal .
>
> if I click on button in a menubar of writer for example and click on
> insert then sections i know that sections is added to Control.Menubar.js as
> uno:.onu file .
>
> I want to know how this dialog appear and understand how uno element
> handle this click and where is the files that responsible for showing this
> dialog and make changes in writer writting area .
>
> I am very sorry if the question is easy but I need to understand it .
>
> Thanks in advance
>
-- next part --
An HTML attachment was scrubbed...
URL: 


--

Message: 3
Date: Mon, 11 Mar 2019 00:29:04 +0100
From: "kainz.a" 
To: libreoffice-dev 
Subject: uno commands icons
Message-ID:
    
Content-Type: text/plain; charset="utf-8"

Hi,

how can I add icons for the command
- .uno:adddirect
- .uno:recentfilelist
- 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - download.lst external/poppler

2019-03-12 Thread Libreoffice Gerrit user
 download.lst|  
  4 -
 external/poppler/0001-ImageStream-getLine-fix-crash-on-broken-files.patch.1 |  
 27 ++
 external/poppler/UnpackedTarball_poppler.mk |  
  1 
 external/poppler/poppler-config.patch.1 |  
 12 ++--
 4 files changed, 36 insertions(+), 8 deletions(-)

New commits:
commit 3265ecb369daf459f52aeb068231fd93706de8a2
Author: Michael Stahl 
AuthorDate: Tue Mar 12 12:57:20 2019 +0100
Commit: Michael Weghorn 
CommitDate: Tue Mar 12 21:15:00 2019 +0100

poppler: upgrade to release 0.74.0

Fixes CVE-2019-7310.

Add patch to fix CVE-2019-9200 too.

CVE-2018-20662 looks irrelevant because we don't build pdfunite tool.

Reviewed-on: https://gerrit.libreoffice.org/69094
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit f9b354784faf65ecc8024cf6d7d7aaf589f6d91f)

Change-Id: I5e7ddabbb341f6bfefb376d552b50c4006f41906
Reviewed-on: https://gerrit.libreoffice.org/69102
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/download.lst b/download.lst
index ac0e2d3b1985..bc6adeabc8c5 100644
--- a/download.lst
+++ b/download.lst
@@ -206,8 +206,8 @@ export PIXMAN_SHA256SUM := 
21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3
 export PIXMAN_TARBALL := e80ebae4da01e77f68744319f01d52a3-pixman-0.34.0.tar.gz
 export LIBPNG_SHA256SUM := 
2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6
 export LIBPNG_TARBALL := libpng-1.6.34.tar.xz
-export POPPLER_SHA256SUM := 
e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03
-export POPPLER_TARBALL := poppler-0.73.0.tar.xz
+export POPPLER_SHA256SUM := 
92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f
+export POPPLER_TARBALL := poppler-0.74.0.tar.xz
 export POSTGRESQL_SHA256SUM := 
a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126
 export POSTGRESQL_TARBALL := postgresql-9.2.24.tar.bz2
 export PYTHON_SHA256SUM := 
f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f
diff --git 
a/external/poppler/0001-ImageStream-getLine-fix-crash-on-broken-files.patch.1 
b/external/poppler/0001-ImageStream-getLine-fix-crash-on-broken-files.patch.1
new file mode 100644
index ..b459a0a0bef7
--- /dev/null
+++ 
b/external/poppler/0001-ImageStream-getLine-fix-crash-on-broken-files.patch.1
@@ -0,0 +1,27 @@
+From f4136a6353162db249f63ddb0f20611622ab61b4 Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid 
+Date: Wed, 27 Feb 2019 19:43:22 +0100
+Subject: [PATCH] ImageStream::getLine: fix crash on broken files
+
+Fixes #728
+---
+ poppler/Stream.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/poppler/Stream.cc b/poppler/Stream.cc
+index 33537b0e..a41435ab 100644
+--- a/poppler/Stream.cc
 b/poppler/Stream.cc
+@@ -496,6 +496,9 @@ unsigned char *ImageStream::getLine() {
+   }
+  
+   int readChars = str->doGetChars(inputLineSize, inputLine);
++  if (unlikely(readChars == -1)) {
++  readChars = 0;
++  }
+   for ( ; readChars < inputLineSize; readChars++) inputLine[readChars] = EOF;
+   if (nBits == 1) {
+ unsigned char *p = inputLine;
+-- 
+2.20.1
+
diff --git a/external/poppler/UnpackedTarball_poppler.mk 
b/external/poppler/UnpackedTarball_poppler.mk
index 5b91e1628ba6..151fa5d0444f 100644
--- a/external/poppler/UnpackedTarball_poppler.mk
+++ b/external/poppler/UnpackedTarball_poppler.mk
@@ -14,6 +14,7 @@ $(eval $(call 
gb_UnpackedTarball_set_tarball,poppler,$(POPPLER_TARBALL),,poppler
 $(eval $(call gb_UnpackedTarball_add_patches,poppler,\
external/poppler/poppler-config.patch.1 \
external/poppler/poppler-c++11.patch.1 \
+   
external/poppler/0001-ImageStream-getLine-fix-crash-on-broken-files.patch.1 \
 ))
 
 # std::make_unique is only available in C++14
diff --git a/external/poppler/poppler-config.patch.1 
b/external/poppler/poppler-config.patch.1
index e312573f1ff3..1c68806276f7 100644
--- a/external/poppler/poppler-config.patch.1
+++ b/external/poppler/poppler-config.patch.1
@@ -195,7 +195,7 @@ index 0fbd336a..451213f8 100644
 +#define PACKAGE_NAME "poppler"
 +
 +/* Define to the full name and version of this package. */
-+#define PACKAGE_STRING "poppler 0.73.0"
++#define PACKAGE_STRING "poppler 0.74.0"
 +
 +/* Define to the one symbol short name of this package. */
 +#define PACKAGE_TARNAME "poppler"
@@ -204,7 +204,7 @@ index 0fbd336a..451213f8 100644
 +#define PACKAGE_URL ""
 +
 +/* Define to the version of this package. */
-+#define PACKAGE_VERSION "0.73.0"
++#define PACKAGE_VERSION "0.74.0"
 +
 +/* Poppler data dir */
 +#define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -228,7 +228,7 @@ index 0fbd336a..451213f8 100644
 +/* #undef USE_FLOAT */
 +
 +/* Version number of package */
-+#define VERSION "0.73.0"
++#define VERSION "0.74.0"
 +
 +#if defined(__APPLE__)
 +#elif defined (_WIN32)
@@ -304,7 +304,7 @@ index 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/qt5

2019-03-12 Thread Libreoffice Gerrit user
 vcl/qt5/Qt5Frame.cxx |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 42dd1f0ad75b5509ce2e1dbaec9944b0876603db
Author: Katarina Behrens 
AuthorDate: Wed Feb 13 12:24:38 2019 +0100
Commit: Michael Weghorn 
CommitDate: Tue Mar 12 21:12:52 2019 +0100

tdf#120787: fine-tune window flags w/ focus on floating toolbars

Floating toolbars are tool windows (Qt::Tool, not Qt::Window which
has a separate taskbar entry). They are frameles
(Qt::FramelessWindowHint) bc LibO takes care of drawing window
decorations itself. They also must be able to receive keyboard focus
(remove Qt::WindowDoesNotAcceptFocus)

Change-Id: I61e8a905fdc4fde1a64df5a0824d358036cfcdea
Reviewed-on: https://gerrit.libreoffice.org/67768
Tested-by: Jenkins
Reviewed-by: Katarina Behrens 
(cherry picked from commit dc32f930ede9df0d7c98fdef2d5bd787139dc7cf)
Reviewed-on: https://gerrit.libreoffice.org/69096
Reviewed-by: Michael Weghorn 

diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx
index 841350f95704..3537c1b286ba 100644
--- a/vcl/qt5/Qt5Frame.cxx
+++ b/vcl/qt5/Qt5Frame.cxx
@@ -93,6 +93,11 @@ Qt5Frame::Qt5Frame(Qt5Frame* pParent, SalFrameStyleFlags 
nStyle, bool bUseCairo)
 {
 if (nStyle & SalFrameStyleFlags::INTRO)
 aWinFlags |= Qt::SplashScreen;
+// floating toolbars are frameless tool windows
+// + they must be able to receive keyboard focus
+else if ((nStyle & SalFrameStyleFlags::FLOAT)
+ && (nStyle & SalFrameStyleFlags::OWNERDRAWDECORATION))
+aWinFlags |= Qt::Tool | Qt::FramelessWindowHint;
 else if (nStyle & (SalFrameStyleFlags::FLOAT | 
SalFrameStyleFlags::TOOLTIP))
 aWinFlags |= Qt::ToolTip;
 else if ((nStyle & SalFrameStyleFlags::FLOAT)
@@ -102,8 +107,6 @@ Qt5Frame::Qt5Frame(Qt5Frame* pParent, SalFrameStyleFlags 
nStyle, bool bUseCairo)
 aWinFlags |= Qt::Dialog;
 else if (nStyle & SalFrameStyleFlags::TOOLWINDOW)
 aWinFlags |= Qt::Tool;
-else if (nStyle & SalFrameStyleFlags::OWNERDRAWDECORATION)
-aWinFlags |= Qt::Window | Qt::FramelessWindowHint | 
Qt::WindowDoesNotAcceptFocus;
 else
 aWinFlags |= Qt::Window;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 120780] Language of User interface Korean - Calc Function: isna - (duplicated) and ifna - (Error: Invalid name)

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120780

--- Comment #5 from Xisco Faulí  ---
(In reply to Julien Nabet from comment #4)
> Xisco: if it can help, I can make the change from IFNA to ISNA on Pootle

Let's wait for sophie's feedback on this...

-- 
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 123582] No Drag & drop of text

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123582

--- Comment #9 from Xisco Faulí  ---
(In reply to Telesto from comment #8)
> @Xisco
> Would you mind to do a revert of this one of the 6.2. branch.. looks like it
> made it into 6.2.. see bug 123994, didn't check it though

Done -> https://gerrit.libreoffice.org/#/c/69132/

-- 
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 124020] Refusal to install (Win8)

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124020

--- Comment #2 from V Stuart Foote  ---
*** Bug 124031 has been marked as a duplicate of this bug. ***

-- 
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: cui/source include/sfx2 sfx2/source

2019-03-12 Thread Libreoffice Gerrit user
 cui/source/tabpages/numfmt.cxx  |   16 
 include/sfx2/basedlgs.hxx   |   19 +--
 include/sfx2/tabdlg.hxx |   18 +++---
 sfx2/source/dialog/basedlgs.cxx |2 +-
 sfx2/source/dialog/tabdlg.cxx   |   25 ++---
 5 files changed, 39 insertions(+), 41 deletions(-)

New commits:
commit 47cf97743e1c648d74e7759b1e5ed57acec2f5a2
Author: Caolán McNamara 
AuthorDate: Tue Mar 12 16:16:02 2019 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 12 20:42:23 2019 +0100

insert an intermediate class to inherit from

Change-Id: I77cc250197658fed57175b775976a3194050c0da
Reviewed-on: https://gerrit.libreoffice.org/69117
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index 94309d7b9dfb..964ca5d62111 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -1138,18 +1138,10 @@ IMPL_LINK(SvxNumberFormatTabPage, DoubleClickHdl_Impl, 
weld::TreeView&, rLb, voi
 {
 SelFormatHdl_Impl();
 
-if (SfxTabDialogController* pController = GetDialogController())
-{
-weld::Button& rOkButton = pController->GetOKButton();
-rOkButton.clicked();
-}
-else
-{
-SfxSingleTabDialog* pParent = 
dynamic_cast(GetParentDialog());
-OKButton* pOKButton = pParent ? pParent->GetOKButton() : nullptr;
-if ( pOKButton )
-pOKButton->Click();
-}
+SfxOkDialogController* pController = GetDialogController();
+assert(pController);
+weld::Button& rOkButton = pController->GetOKButton();
+rOkButton.clicked();
 }
 
 
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index fc0a436301c3..0b3d526888b5 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -223,7 +223,20 @@ private:
 std::unique_ptr   pImpl;
 };
 
-class SFX2_DLLPUBLIC SfxSingleTabDialogController : public SfxDialogController
+class SFX2_DLLPUBLIC SfxOkDialogController : public SfxDialogController
+{
+public:
+SfxOkDialogController(weld::Widget* pParent, const OUString& 
rUIXMLDescription,
+  const OString& rID)
+: SfxDialogController(pParent, rUIXMLDescription, rID)
+{
+}
+
+virtual weld::Button&   GetOKButton() const = 0;
+virtual const SfxItemSet* GetExampleSet() const = 0;
+};
+
+class SFX2_DLLPUBLIC SfxSingleTabDialogController : public 
SfxOkDialogController
 {
 private:
 std::unique_ptr m_xOutputSet;
@@ -239,7 +252,9 @@ public:
 virtual ~SfxSingleTabDialogController() override;
 
 voidSetTabPage(SfxTabPage* pTabPage);
-weld::Button&   GetOKButton() const { return *m_xOKBtn; }
+
+virtual weld::Button& GetOKButton() const override { return *m_xOKBtn; }
+virtual const SfxItemSet* GetExampleSet() const override { return nullptr; 
}
 
 const SfxItemSet*   GetOutputItemSet() const { return m_xOutputSet.get(); }
 const SfxItemSet*   GetInputItemSet() const { return m_pInputSet; }
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 33ff5175769e..e2395fd4fe1f 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -188,7 +188,7 @@ public:
 virtual bool selectPageByUIXMLDescription(const OString& 
rUIXMLDescription) override;
 };
 
-class SFX2_DLLPUBLIC SfxTabDialogController : public SfxDialogController
+class SFX2_DLLPUBLIC SfxTabDialogController : public SfxOkDialogController
 {
 protected:
 std::unique_ptr m_xTabCtrl;
@@ -269,13 +269,9 @@ public:
 voidSetInputSet( const SfxItemSet* pInSet );
 const SfxItemSet*   GetOutputItemSet() const { return m_pOutSet.get(); }
 
-const weld::Button& GetOKButton() const { return *m_xOKBtn; }
-weld::Button&   GetOKButton() { return *m_xOKBtn; }
-const weld::Button& GetCancelButton() const { return *m_xCancelBtn; }
-weld::Button&   GetCancelButton() { return *m_xCancelBtn; }
-
-const weld::Button* GetUserButton() const { return m_xUserBtn.get(); }
-weld::Button*   GetUserButton() { return m_xUserBtn.get(); }
+virtual weld::Button& GetOKButton() const override { return *m_xOKBtn; }
+weld::Button&   GetCancelButton() const { return *m_xCancelBtn; }
+weld::Button*   GetUserButton() const { return m_xUserBtn.get(); }
 voidRemoveResetButton();
 voidRemoveStandardButton();
 
@@ -283,7 +279,7 @@ public:
 static bool runAsync(const std::shared_ptr& 
rController,
  const std::function&);
 
-const SfxItemSet*   GetExampleSet() const { return m_xExampleSet.get(); }
+virtual const SfxItemSet* GetExampleSet() const override { return 
m_xExampleSet.get(); }
 
 voidSetApplyHandler(const Link& _rHdl);
 
@@ -333,10 +329,10 @@ protected:
 }
 
 SfxTabDialog*   GetTabDialog() 

[Libreoffice-bugs] [Bug 124031] Installation fail

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124031

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from V Stuart Foote  ---
Please make comment(s) on your original BZ issue...

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

-- 
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: extensions/source include/vcl

2019-03-12 Thread Libreoffice Gerrit user
 extensions/source/propctrlr/formcomponenthandler.cxx |   28 ---
 include/vcl/weld.hxx |9 --
 2 files changed, 20 insertions(+), 17 deletions(-)

New commits:
commit bd0d23214fe16f1555479f987970939de354514b
Author: Caolán McNamara 
AuthorDate: Tue Mar 12 15:52:54 2019 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 12 20:41:57 2019 +0100

prefer weld::Window variants

Change-Id: I4938ea338a71e3c83d4d847317ba49b9c7088561
Reviewed-on: https://gerrit.libreoffice.org/69116
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx 
b/extensions/source/propctrlr/formcomponenthandler.cxx
index fca77a359997..789d1e9272e1 100644
--- a/extensions/source/propctrlr/formcomponenthandler.cxx
+++ b/extensions/source/propctrlr/formcomponenthandler.cxx
@@ -2307,7 +2307,7 @@ namespace pcr
 clearContainer( _rFieldNames );
 try
 {
-WaitCursor aWaitCursor( impl_getDefaultDialogParent_nothrow() );
+weld::WaitObject aWaitCursor(impl_getDefaultDialogFrame_nothrow());
 
 // get the form of the control we're inspecting
 Reference< XPropertySet > xFormSet( impl_getRowSet_throw(), 
UNO_QUERY );
@@ -2363,7 +2363,7 @@ namespace pcr
 {
 if ( xRowSetProps.is() )
 {
-WaitCursor aWaitCursor( impl_getDefaultDialogParent_nothrow() 
);
+weld::WaitObject 
aWaitCursor(impl_getDefaultDialogFrame_nothrow());
 m_xRowSetConnection = ::dbtools::ensureRowSetConnection( 
xRowSet, m_xContext );
 }
 }
@@ -2403,7 +2403,7 @@ namespace pcr
 {
 try
 {
-WaitCursor aWaitCursor( impl_getDefaultDialogParent_nothrow() );
+weld::WaitObject aWaitCursor(impl_getDefaultDialogFrame_nothrow());
 
 
 // Set the UI data
@@ -2716,10 +2716,10 @@ namespace pcr
 bool bIsLink = true;// reflect the legacy behavior
 OUString aStrTrans = m_pInfoService->getPropertyTranslation( 
PROPERTY_ID_IMAGE_URL );
 
-vcl::Window* pWin = impl_getDefaultDialogParent_nothrow();
+weld::Window* pWin = impl_getDefaultDialogFrame_nothrow();
 ::sfx2::FileDialogHelper aFileDlg(
 ui::dialogs::TemplateDescription::FILEOPEN_LINK_PREVIEW,
-FileDialogFlags::Graphic, pWin ? pWin->GetFrameWeld() : 
nullptr);
+FileDialogFlags::Graphic, pWin);
 
 aFileDlg.SetTitle(aStrTrans);
 // non-linked images ( e.g. those located in the document
@@ -2783,10 +2783,10 @@ namespace pcr
 
 bool FormComponentPropertyHandler::impl_browseForTargetURL_nothrow( Any& 
_out_rNewValue, ::osl::ClearableMutexGuard& _rClearBeforeDialog ) const
 {
-vcl::Window* pWin = impl_getDefaultDialogParent_nothrow();
+weld::Window* pWin = impl_getDefaultDialogFrame_nothrow();
 ::sfx2::FileDialogHelper aFileDlg(
 ui::dialogs::TemplateDescription::FILEOPEN_READONLY_VERSION,
-FileDialogFlags::NONE, pWin ? pWin->GetFrameWeld() : nullptr);
+FileDialogFlags::NONE, pWin);
 
 OUString sURL;
 OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_TARGET_URL ) >>= 
sURL );
@@ -2838,10 +2838,10 @@ namespace pcr
 
 bool FormComponentPropertyHandler::impl_browseForDatabaseDocument_throw( 
Any& _out_rNewValue, ::osl::ClearableMutexGuard& _rClearBeforeDialog ) const
 {
-vcl::Window* pWin = impl_getDefaultDialogParent_nothrow();
+weld::Window* pWin = impl_getDefaultDialogFrame_nothrow();
 ::sfx2::FileDialogHelper aFileDlg(
 ui::dialogs::TemplateDescription::FILEOPEN_READONLY_VERSION, 
FileDialogFlags::NONE,
-"sdatabase", SfxFilterFlags::NONE, SfxFilterFlags::NONE, pWin 
? pWin->GetFrameWeld() : nullptr);
+"sdatabase", SfxFilterFlags::NONE, SfxFilterFlags::NONE, pWin);
 
 OUString sDataSource;
 OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_DATASOURCE ) >>= 
sDataSource );
@@ -2866,7 +2866,6 @@ namespace pcr
 return bSuccess;
 }
 
-
 bool FormComponentPropertyHandler::impl_dialogColorChooser_throw( 
sal_Int32 _nColorPropertyId, Any& _out_rNewValue, ::osl::ClearableMutexGuard& 
_rClearBeforeDialog ) const
 {
 ::Color aColor;
@@ -2875,19 +2874,18 @@ namespace pcr
 aColorDlg.SetColor( aColor );
 
 _rClearBeforeDialog.clear();
-vcl::Window* pParent = impl_getDefaultDialogParent_nothrow();
-if (!aColorDlg.Execute(pParent ? pParent->GetFrameWeld() : nullptr))
+weld::Window* pParent = impl_getDefaultDialogFrame_nothrow();
+if (!aColorDlg.Execute(pParent))
 return false;
 
 _out_rNewValue <<= aColorDlg.GetColor();
 return true;
 }
 
-
 bool 

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

2019-03-12 Thread Libreoffice Gerrit user
 extensions/source/propctrlr/formcomponenthandler.cxx |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

New commits:
commit ee96edf8e17471225eb86a63adc096d0441e9e03
Author: Caolán McNamara 
AuthorDate: Tue Mar 12 15:47:12 2019 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 12 20:41:36 2019 +0100

weld extensions FormatNumberDialog

Change-Id: I34cb3f1739c6c3ee983be6ca0c70051a5fcfcb5d
Reviewed-on: https://gerrit.libreoffice.org/69115
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx 
b/extensions/source/propctrlr/formcomponenthandler.cxx
index cb1f24166211..fca77a359997 100644
--- a/extensions/source/propctrlr/formcomponenthandler.cxx
+++ b/extensions/source/propctrlr/formcomponenthandler.cxx
@@ -2671,20 +2671,21 @@ namespace pcr
 aCoreSet.Put( aFormatter );
 
 // a tab dialog with a single page
-ScopedVclPtrInstance< SfxSingleTabDialog > xDialog( 
impl_getDefaultDialogParent_nothrow(), aCoreSet,
-"FormatNumberDialog", "cui/ui/formatnumberdialog.ui");
+SfxSingleTabDialogController 
aDialog(impl_getDefaultDialogFrame_nothrow(), aCoreSet,
+"cui/ui/formatnumberdialog.ui", "FormatNumberDialog");
 SvxAbstractDialogFactory* pFact = 
SvxAbstractDialogFactory::Create();
 ::CreateTabPage fnCreatePage = pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_NUMBERFORMAT );
 if ( !fnCreatePage )
 throw RuntimeException();   // caught below
 
-VclPtr pPage = (*fnCreatePage)( 
xDialog->get_content_area(),  );
-xDialog->SetTabPage( pPage );
+TabPageParent aParent(aDialog.get_content_area(), );
+VclPtr xPage = (*fnCreatePage)(aParent, );
+aDialog.SetTabPage(xPage);
 
 _rClearBeforeDialog.clear();
-if ( RET_OK == xDialog->Execute() )
+if ( RET_OK == aDialog.run() )
 {
-const SfxItemSet* pResult = xDialog->GetOutputItemSet();
+const SfxItemSet* pResult = aDialog.GetOutputItemSet();
 
 const SfxPoolItem* pItem = pResult->GetItem( 
SID_ATTR_NUMBERFORMAT_INFO );
 const SvxNumberInfoItem* pInfoItem = dynamic_cast< const 
SvxNumberInfoItem* >( pItem );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-12 Thread Libreoffice Gerrit user
 cui/source/options/optlingu.cxx |   13 +
 1 file changed, 13 insertions(+)

New commits:
commit 208ecfa8171bb24fa5d2d1c0a53cab7ed29a03f1
Author: Caolán McNamara 
AuthorDate: Tue Mar 12 15:26:06 2019 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 12 20:41:17 2019 +0100

select first entry initially

Change-Id: Ib4591197b17811a37b3a33f943fff03f1efd9550
Reviewed-on: https://gerrit.libreoffice.org/69114
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index a35c8cd2dd81..ce46b3c4f1d7 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -1192,6 +1192,11 @@ void SvxLinguTabPage::UpdateDicBox_Impl()
 }
 
 m_xLinguDicsCLB->thaw();
+if (m_xLinguDicsCLB->n_children())
+{
+m_xLinguDicsCLB->select(0);
+SelectHdl_Impl(*m_xLinguDicsCLB);
+}
 }
 
 void SvxLinguTabPage::UpdateModulesBox_Impl()
@@ -1211,6 +1216,11 @@ void SvxLinguTabPage::UpdateModulesBox_Impl()
 m_xLinguModulesCLB->set_toggle(i, rInfo.bConfigured, 0);
 m_xLinguModulesCLB->set_text(i, rInfo.sDisplayName, 1);
 }
+if (nDispSrvcCount)
+{
+m_xLinguModulesCLB->select(0);
+SelectHdl_Impl(*m_xLinguModulesCLB);
+}
 m_xLinguModulesEditPB->set_sensitive( nDispSrvcCount > 0 );
 }
 }
@@ -1340,6 +1350,9 @@ void SvxLinguTabPage::Reset( const SfxItemSet* rSet )
 
 m_xLinguOptionsCLB->thaw();
 
+m_xLinguOptionsCLB->select(0);
+SelectHdl_Impl(*m_xLinguOptionsCLB);
+
 
m_xLinguModulesCLB->set_size_request(m_xLinguModulesCLB->get_preferred_size().Width(),
  
m_xLinguModulesCLB->get_height_rows(3));
 
m_xLinguDicsCLB->set_size_request(m_xLinguDicsCLB->get_preferred_size().Width(),
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 122287] Window menu items (i.e. File, Edit, View, Insert, etc.) show twice in Window title bar in Ubuntu global menu

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122287

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #10 from Xisco Faulí  ---
This is a duplicate of bug 123416.
Please, try again with LibreOffice 6.2.1.2

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

-- 
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 123416] Doubled global menu in 6.2.0-2

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123416

Xisco Faulí  changed:

   What|Removed |Added

 CC||jm.simi...@free.fr

--- Comment #8 from Xisco Faulí  ---
*** Bug 123675 has been marked as a duplicate of this bug. ***

-- 
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 123416] Doubled global menu in 6.2.0-2

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123416

Xisco Faulí  changed:

   What|Removed |Added

 CC||minuteme...@yahoo.com

--- Comment #7 from Xisco Faulí  ---
*** Bug 122287 has been marked as a duplicate of this bug. ***

-- 
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 103182] [META] GTK3-specific bugs

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182
Bug 103182 depends on bug 122287, which changed state.

Bug 122287 Summary: Window menu items (i.e. File, Edit, View, Insert, etc.) 
show twice in Window title bar in Ubuntu global menu
https://bugs.documentfoundation.org/show_bug.cgi?id=122287

   What|Removed |Added

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

-- 
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 123675] LBO 6.2 menus repeated twice

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123675

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #4 from Xisco Faulí  ---


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

-- 
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 123579] Error installing AltSearch extension

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123579

--- Comment #6 from V Stuart Foote  ---
Created attachment 149922
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149922=edit
AltSearch installed and running on LO 6.1.4.2

No problem installing and running AltSearch on LO 6.1.4.2 Windows builds.

Slight glitch removing--restar of LO is necessary to fully remove but not
prompted. Also a little flaky if install/uninstall while Writer is open-a
restart cleared out all issues with that 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 109239] [META] CSV import and export dialog bugs and enhancements

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109239
Bug 109239 depends on bug 32935, which changed state.

Bug 32935 Summary: CSV import dialog doesn't get focus if libreoffice is 
already running
https://bugs.documentfoundation.org/show_bug.cgi?id=32935

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 119813] FILEOPEN CSV import dialog doesn't get focus if libreoffice is already running [Ubuntu 18.04, 16.04]

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119813

Aron Budea  changed:

   What|Removed |Added

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

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

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

2019-03-12 Thread Libreoffice Gerrit user
 sw/source/core/docnode/ndtbl.cxx  |5 ---
 sw/source/core/docnode/nodes.cxx  |4 --
 sw/source/core/unocore/unotbl.cxx |   61 +++---
 3 files changed, 33 insertions(+), 37 deletions(-)

New commits:
commit da195d75a951265234c764aff7784f0bb888ccc9
Author: Bjoern Michaelsen 
AuthorDate: Wed Feb 27 21:34:00 2019 +0100
Commit: Björn Michaelsen 
CommitDate: Tue Mar 12 20:22:48 2019 +0100

UNO SwTextTable: uso SvtListener instead of SwClient

Change-Id: I672ea969efccf660d9a23847b26535031144e3da
Reviewed-on: https://gerrit.libreoffice.org/68473
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen 

diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index 81994cd4bae0..61749c7d77e9 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -2323,10 +2323,7 @@ SwTableNode::SwTableNode( const SwNodeIndex& rIdx )
 SwTableNode::~SwTableNode()
 {
 // Notify UNO wrappers
-SwFrameFormat* pTableFormat = GetTable().GetFrameFormat();
-SwPtrMsgPoolItem aMsgHint( RES_REMOVE_UNO_OBJECT,
-pTableFormat );
-pTableFormat->ModifyNotification( ,  );
+
GetTable().GetFrameFormat()->GetNotifier().Broadcast(SfxHint(SfxHintId::Dying));
 DelFrames();
 m_pTable->SetTableNode(this); // set this so that ~SwDDETable can read it!
 m_pTable.reset();
diff --git a/sw/source/core/docnode/nodes.cxx b/sw/source/core/docnode/nodes.cxx
index 405d9c19d4ce..cce08f13204b 100644
--- a/sw/source/core/docnode/nodes.cxx
+++ b/sw/source/core/docnode/nodes.cxx
@@ -577,9 +577,7 @@ bool SwNodes::MoveNodes( const SwNodeRange& aRange, SwNodes 
& rNodes,
 rNodes))
 {
 SwFrameFormat* pTableFormat = 
pTableNd->GetTable().GetFrameFormat();
-SwPtrMsgPoolItem aMsgHint( RES_REMOVE_UNO_OBJECT,
-pTableFormat );
-pTableFormat->ModifyNotification( , 
 );
+
pTableFormat->GetNotifier().Broadcast(SfxHint(SfxHintId::Dying));
 }
 }
 if( bNewFrames )
diff --git a/sw/source/core/unocore/unotbl.cxx 
b/sw/source/core/unocore/unotbl.cxx
index 76c7597bbcd2..2db210758520 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -1916,9 +1916,10 @@ void SwTableProperties_Impl::ApplyTableAttr(const 
SwTable& rTable, SwDoc& rDoc)
 }
 
 class SwXTextTable::Impl
-: public SwClient
+: public SvtListener
 {
 private:
+SwFrameFormat* m_pFrameFormat;
 ::osl::Mutex m_Mutex; // just for OInterfaceContainerHelper2
 
 public:
@@ -1939,8 +1940,8 @@ public:
 unsigned short m_nRows;
 unsigned short m_nColumns;
 
-explicit Impl(SwFrameFormat *const pFrameFormat)
-: SwClient(pFrameFormat)
+explicit Impl(SwFrameFormat* const pFrameFormat)
+: m_pFrameFormat(pFrameFormat)
 , m_Listeners(m_Mutex)
 , m_pPropSet(aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_TABLE))
 , m_bFirstRowAsLabel(false)
@@ -1949,17 +1950,19 @@ public:
 , m_nRows(pFrameFormat ? 0 : 2)
 , m_nColumns(pFrameFormat ? 0 : 2)
 {
+if(m_pFrameFormat)
+StartListening(m_pFrameFormat->GetNotifier());
 }
 
-SwFrameFormat * GetFrameFormat()
+SwFrameFormat* GetFrameFormat() { return m_pFrameFormat; }
+void SetFrameFormat(SwFrameFormat& rFrameFormat)
 {
-return static_cast(GetRegisteredIn());
+EndListeningAll();
+m_pFrameFormat = 
+StartListening(m_pFrameFormat->GetNotifier());
 }
 
-bool IsDescriptor()
-{
-return m_pTableProps != nullptr;
-}
+bool IsDescriptor() { return m_pTableProps != nullptr; }
 
 // note: lock mutex before calling this to avoid concurrent update
 static std::pair ThrowIfComplex(SwXTextTable 
)
@@ -1977,8 +1980,7 @@ public:
 sal_uInt16 GetRowCount();
 sal_uInt16 GetColumnCount();
 
-// SwClient
-virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) 
override;
+virtual void Notify(const SfxHint&) override;
 
 };
 
@@ -2158,7 +2160,8 @@ SwXTextTable::attach(const 
uno::Reference & xTextRange)
 SwFrameFormat* pTableFormat(pTable->GetFrameFormat());
 lcl_FormatTable(pTableFormat);
 
-pTableFormat->Add(m_pImpl.get());
+m_pImpl->SetFrameFormat(*pTableFormat);
+
 if (!m_pImpl->m_sTableName.isEmpty())
 {
 sal_uInt16 nIndex = 1;
@@ -3094,27 +3097,25 @@ sal_uInt16 SwXTextTable::Impl::GetColumnCount()
 return nRet;
 }
 
-void SwXTextTable::Impl::Modify(
-SfxPoolItem const*const pOld, SfxPoolItem const*const pNew)
+void SwXTextTable::Impl::Notify(const SfxHint& rHint)
 {
-if(pOld && pOld->Which() == 

[Libreoffice-bugs] [Bug 109239] [META] CSV import and export dialog bugs and enhancements

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109239
Bug 109239 depends on bug 32935, which changed state.

Bug 32935 Summary: CSV import dialog doesn't get focus if libreoffice is 
already running
https://bugs.documentfoundation.org/show_bug.cgi?id=32935

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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

[Libreoffice-bugs] [Bug 120780] Language of User interface Korean - Calc Function: isna - (duplicated) and ifna - (Error: Invalid name)

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120780

--- Comment #4 from Julien Nabet  ---
Xisco: if it can help, I can make the change from IFNA to ISNA on Pootle

-- 
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 120780] Language of User interface Korean - Calc Function: isna - (duplicated) and ifna - (Error: Invalid name)

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120780

Xisco Faulí  changed:

   What|Removed |Added

  Component|Calc|Localization
 Status|NEEDINFO|NEW
 CC||so...@libreoffice.org

--- Comment #3 from Xisco Faulí  ---
(In reply to Julien Nabet from comment #2)
> Xisco: looking at
> https://translations.documentfoundation.org/ko/translate/
> #search=vdEm2=source,target,notes, it seems "IFNA" is still
> translated ISNA in KOREAN
> 
> (contrary to
> https://translations.documentfoundation.org/zh_CN/translate/
> #search=vdEm2=source,target,notes)

@Sophie, could you please notify the korean community about this issue?

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

[Libreoffice-bugs] [Bug 123965] Old Hungarian script is a RTL script, worked with settings "none". Now it doesn't work. Produce LTR tofus and save a dot only

2019-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123965

--- Comment #18 from Kovács Viktor  ---
@Stuart
It seems, that this problem has the Linux version LO 6.2.1.2 Release.
Windows version OK.
I tested LO 6.2.1.2 on Linux and Windows, 6.1 on Linux and Windows with same
font.
Version 6.1 OK.

-- 
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   4   5   >