[Libreoffice-commits] core.git: bean/com

2019-04-08 Thread Andrea Gelmini (via logerrit)
 bean/com/sun/star/comp/beans/OOoBean.java |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 30a9bfec76c807d203b39bfcdeed1cb0c3118719
Author: Andrea Gelmini 
AuthorDate: Thu Apr 4 19:21:25 2019 +
Commit: Julien Nabet 
CommitDate: Tue Apr 9 07:56:02 2019 +0200

Fix typo

Change-Id: Ifb1b63c27816c244d98fabfd97114c21c9e4ffa4
Reviewed-on: https://gerrit.libreoffice.org/70443
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/bean/com/sun/star/comp/beans/OOoBean.java 
b/bean/com/sun/star/comp/beans/OOoBean.java
index 0e427e325622..72acb9c03f87 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -441,7 +441,7 @@ public class OOoBean
 was showing, then this method needs to be called after the container 
window
 was made visible (java.lang.Component.setVisible(true)).
 
-Another scenario is that a OOoBean contains a document and is removed
+Another scenario is that an OOoBean contains a document and is removed
 from a Java container and later added again. Then aquireSystemWindow 
needs
 to be called after the container window is displayed.
 
@@ -1419,7 +1419,7 @@ 
xLayoutManager.showElement("private:resource/menubar/menubar");
public void queryTermination( /*IN*/ com.sun.star.lang.EventObject 
Event )
 throws com.sun.star.frame.TerminationVetoException
 {
-// disallow termination of OOo while a OOoBean exists
+// disallow termination of OOo while an OOoBean exists
 throw new com.sun.star.frame.TerminationVetoException();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-ux-advise] [Bug 124572] tabs in calc (for sheets) and draw (for layer) style

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124572

Heiko Tietze  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

-- 
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 62925] FORMATTING: enhancement: please add "chart styles" to the styles of Calc

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62925

--- Comment #38 from Heiko Tietze  ---
(In reply to Gagandeep Singh from comment #37)
> I have been discussing with Markus about this, and we have come to a
> ...the logical level handling of the chart style is most important
> ...
> I will probably be implementing a very limited ui in sidebar deck

Excellent, happy to review all aspects from UX POV. The actual UI is a "piece
of cake", much more important is to have a clean implementation and scope. Eg.
styles should be created, modified, deleted but also saved, loaded and ideally
shared per extension. And before this step you have to solve all the internal
handling, which might be good enough for a nice summer.

-- 
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 124597] Template manager is incorrectly positioned at start

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124597

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
Not confirmed on Windows builds, using the simpress.exe launcher the Se;ect a
Template dialog opens in the application frame centered.

Version: 6.3.0.0.alpha0+ (x64)
Build ID: f3fc127dc007f32355859ae4fc7d34916c500a18
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-04-08_04:49:13
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

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

2019-04-08 Thread Andrea Gelmini (via logerrit)
 bean/qa/complex/bean/OOoBeanTest.java |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e7646280d33c38079a2a1086f5e8c7470a2cdd6
Author: Andrea Gelmini 
AuthorDate: Thu Apr 4 19:21:23 2019 +
Commit: Julien Nabet 
CommitDate: Tue Apr 9 07:31:22 2019 +0200

Fix typo

Change-Id: Ibc0b22ac1e3b58d91674822a2378703c681c6a7c
Reviewed-on: https://gerrit.libreoffice.org/70445
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/bean/qa/complex/bean/OOoBeanTest.java 
b/bean/qa/complex/bean/OOoBeanTest.java
index eebf3721f3a3..0e23e1701345 100644
--- a/bean/qa/complex/bean/OOoBeanTest.java
+++ b/bean/qa/complex/bean/OOoBeanTest.java
@@ -258,7 +258,7 @@ public class OOoBeanTest
 }
 
 /**
-   1. Create a OOoBean
+   1. Create an OOoBean
2. Load a document
3. Create Frame (do not show yet)
4. Add OOoBean to Frame
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: bean/com

2019-04-08 Thread Andrea Gelmini (via logerrit)
 bean/com/sun/star/comp/beans/LocalOfficeConnection.java |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 350d159754110a600b94eb27e294b035c73a7ced
Author: Andrea Gelmini 
AuthorDate: Mon Apr 8 09:52:29 2019 +
Commit: Julien Nabet 
CommitDate: Tue Apr 9 07:27:35 2019 +0200

Fix typo

Change-Id: Ia52e717551d50e57d59feba5709d6bf25e1dc1a2
Reviewed-on: https://gerrit.libreoffice.org/70441
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java 
b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
index a77c30d3e533..f76bec0564ad 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
@@ -192,7 +192,7 @@ public class LocalOfficeConnection
 /**
  * Sets an AWT container factory.
  *
- * @param containerFactory This is a application provided AWT container
+ * @param containerFactory This is an application provided AWT container
  *  factory.
  */
 @Deprecated
@@ -448,7 +448,7 @@ public class LocalOfficeConnection
 
 /**
  * Parses a connection URL.
- * This method accepts a UNO URL with following format:
+ * This method accepts an UNO URL with following format:
  * 
  * url:= uno:localoffice[,params];urp;StarOffice.NamingService
  * params := path[,pipe]
@@ -632,7 +632,7 @@ public class LocalOfficeConnection
 */
 private static String getPipeName() throws UnsupportedEncodingException
 {
-// turn user name into a URL and file system safe name (% chars will 
not work)
+// turn user name into an URL and file system safe name (% chars will 
not work)
 String aPipeName = System.getProperty("user.name") + OFFICE_ID_SUFFIX;
 aPipeName = aPipeName.replace( "_", "%B7" );
 return java.net.URLEncoder.encode( aPipeName, "UTF-8" ).replace( "+", 
"%20" ).replace( "%", "_" );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124539] poor resolution of PDF in the background

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124539

Wolf  changed:

   What|Removed |Added

Summary|poor resolution of PDF or   |poor resolution of PDF in
   |SVG in the background   |the background

-- 
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 122247] [META] Icon requests

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122247

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||124617


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124617
[Bug 124617] Add Icons to toolbars in AvailableToolbars like the Text Formula
field's Formula button
-- 
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 124617] Add Icons to toolbars in AvailableToolbars like the Text Formula field's Formula button

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124617

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||122247
 CC||fit...@ubuntu.com,
   ||momonas...@gmail.com,
   ||tietze.he...@gmail.com,
   ||vstuart.fo...@utsa.edu
Summary|Add Icons to toolbars in|Add Icons to toolbars in
   |AvailableToolbars like  |AvailableToolbars like the
   |Formular|Text Formula field's
   ||Formula button
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||4200

--- Comment #1 from V Stuart Foote  ---
Not sure we'd be able or want to assign icons to the Toolbars where the
selection status is radio button/checkbox. @Maxim?

If so, you'd have to design them all, in all themes.

Otherwise the Formula bar  is not a regular toolbar structure [1]. I think
its icon on the submenu is an exception drawn from the toolbox. But then its
entry probably does not belong on the View -> Toolbars menu anyhow.

Because when present the Text Formula field responds when accessed via the Edit
-> Fields menu entry. And it should probably have an entry on the Insert ->
Field submenu-- maybe as "Text Formula"--for creating the field.  And, it is
also unique in that the field does not show up in the Fields dialog. It is a
weird object, with a weird set of controls.

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/ribbar/inputwin.cxx?r=d8037ae1#61


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122247
[Bug 122247] [META] Icon requests
-- 
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 124200] commands without icons

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124200

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 122924] Wrong placement of last_custom_common_grey.png in Colibre icon theme

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122924

--- Comment #5 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

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

tdf#122924 wrong link in colibre links.txt

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: icon-themes/colibre

2019-04-08 Thread andreas kainz (via logerrit)
 icon-themes/colibre/links.txt |1 -
 1 file changed, 1 deletion(-)

New commits:
commit b3d415fb3e740f873d64c2138db5d7186e9561fe
Author: andreas kainz 
AuthorDate: Tue Apr 9 00:42:14 2019 +0200
Commit: andreas_kainz 
CommitDate: Tue Apr 9 07:18:55 2019 +0200

tdf#122924 wrong link in colibre links.txt

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

diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index c836629cf5da..d72b9c04bfa7 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -1622,7 +1622,6 @@ svx/res/symphony/rotate_left.png cmd/sc_rotateleft.png
 svx/res/symphony/rotate_right.png cmd/sc_rotateright.png
 svx/res/symphony/sch_backgroundcolor.png cmd/sc_backgroundcolor.png
 svx/res/symphony/spacing3.png cmd/sc_spacepara1.png
-svx/res/symphony/last_custom_common_grey.png cmd/last_custom_common_grey.png
 svx/res/symphony/last_custom_common.png cmd/last_custom_common.png
 
 # sw
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-08 Thread Andrea Gelmini (via logerrit)
 svx/source/accessibility/svxrectctaccessiblecontext.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7b701367d5534c097e352571ebb2ce63364f
Author: Andrea Gelmini 
AuthorDate: Mon Apr 8 10:51:05 2019 +
Commit: Jens Carl 
CommitDate: Tue Apr 9 07:15:28 2019 +0200

Removed duplicated include

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

diff --git a/svx/source/accessibility/svxrectctaccessiblecontext.cxx 
b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
index 8e44a2574cc6..55e1f2410d2e 100644
--- a/svx/source/accessibility/svxrectctaccessiblecontext.cxx
+++ b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
@@ -32,7 +32,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-08 Thread Andrea Gelmini (via logerrit)
 0 files changed

New commits:
commit 23dc2e99b433f63992fee76555ae321edb5104a3
Author: Andrea Gelmini 
AuthorDate: Mon Apr 8 10:51:31 2019 +
Commit: Jens Carl 
CommitDate: Tue Apr 9 07:14:18 2019 +0200

Removed executable permission on source

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

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_resultsetmetadata.cxx 
b/connectivity/source/drivers/mysqlc/mysqlc_resultsetmetadata.cxx
old mode 100755
new mode 100644
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-08 Thread Andrea Gelmini (via logerrit)
 package/source/xstor/xstorage.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5143a5725ccc74209f0b5f2f903983622d328d0c
Author: Andrea Gelmini 
AuthorDate: Mon Apr 8 10:52:49 2019 +
Commit: Jens Carl 
CommitDate: Tue Apr 9 07:13:36 2019 +0200

Fix typos

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

diff --git a/package/source/xstor/xstorage.cxx 
b/package/source/xstor/xstorage.cxx
index c963820def7f..28e20c43703a 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -1028,7 +1028,7 @@ void OStorage_Impl::Commit()
 while (  mapIter != m_aChildrenMap.end() )
 {
 // renamed and inserted elements must be really inserted to package 
later
-// since thay can conflict with removed elements
+// since they can conflict with removed elements
 auto & pElement = mapIter->second;
 if ( pElement->m_bIsRemoved )
 {
@@ -1050,7 +1050,7 @@ void OStorage_Impl::Commit()
 for ( auto& pair : m_aChildrenMap )
 {
 // if it is a 'duplicate commit' inserted elements must be really 
inserted to package later
-// since thay can conflict with renamed elements
+// since they can conflict with renamed elements
 auto & pElement = pair.second;
 if ( !pElement->m_bIsInserted )
 {
@@ -1570,7 +1570,7 @@ void OStorage_Impl::CloneStreamElement( const OUString& 
aStreamName,
 // the copy will be created internally
 
 // usual copying is not applicable here, only last flushed version of the
-// child stream should be used for copiing. Probably the children 
m_xPackageStream
+// child stream should be used for copying. Probably the children 
m_xPackageStream
 // can be used as a base of a new stream, that would be copied to result
 // storage. The only problem is that some package streams can be accessed 
from outside
 // at the same time (now solved by wrappers that remember own position).
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-08 Thread Andrea Gelmini (via logerrit)
 fpicker/source/win32/VistaFilePickerImpl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5785e4344f8e56aacbeb4d72e5e1f3066b2ec9b8
Author: Andrea Gelmini 
AuthorDate: Thu Apr 4 19:13:59 2019 +
Commit: Jens Carl 
CommitDate: Tue Apr 9 07:13:06 2019 +0200

Fix typo

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

diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx 
b/fpicker/source/win32/VistaFilePickerImpl.cxx
index a2cc6d01468b..a4b5a88c5d48 100644
--- a/fpicker/source/win32/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/VistaFilePickerImpl.cxx
@@ -763,7 +763,7 @@ void VistaFilePickerImpl::impl_sta_SetDirectory(const 
RequestRef& rRequest)
 // Vista stores last used folders for file dialogs
 // so we don't want the application to change the folder
 // in most cases.
-// Store the requested folder in the mean time and decide later
+// Store the requested folder in the meantime and decide later
 // what to do
 m_sDirectory = sDirectory;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: bean/com

2019-04-08 Thread Andrea Gelmini (via logerrit)
 bean/com/sun/star/comp/beans/OfficeConnection.java |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a78ffa922eda80317c1d24bd1e552eb57122a8d1
Author: Andrea Gelmini 
AuthorDate: Thu Apr 4 19:21:24 2019 +
Commit: Jens Carl 
CommitDate: Tue Apr 9 07:10:46 2019 +0200

Fix typo

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

diff --git a/bean/com/sun/star/comp/beans/OfficeConnection.java 
b/bean/com/sun/star/comp/beans/OfficeConnection.java
index 08bcff345218..8795f0d5a017 100644
--- a/bean/com/sun/star/comp/beans/OfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/OfficeConnection.java
@@ -42,7 +42,7 @@ public interface OfficeConnection
 /**
  * Sets an AWT container factory.
  *
- * @param containerFactory This is a application provided AWT container
+ * @param containerFactory This is an application provided AWT container
  *  factory.
  */
 void setContainerFactory(ContainerFactory containerFactory);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124539] poor resolution of PDF or SVG in the background

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124539

Wolf  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
 Ever confirmed|1   |0
Version|6.0.7.3 release |6.2.2.2 release
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from Wolf  ---
Under ubuntu 18.10 with LibO 6.1.5 as well as under ubu 18.04 with LibO 6.2.2,
the problem MAINLY persists:

* monitor resolution still is poor
* print resolution still is poor
* BUT: pdf exports are good

With the same background file, created from an imported SVG file, everything is
fine, so we have a workaround now:
Import your pdf template into inkscape, save it as SVG and use the SVG as
background.

Nevertheless, for professional use, a proper PDF handling is important, so
please fix 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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

--- Comment #7 from Glenn  ---
Get Instant AOL Support for Technical Issue like Aol email Sign In Problem,
Forgot Password, Aol Customer Service is the Highly Experts team, Call Aol
Technical Support 24/7
http://aoltech.support/

-- 
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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

--- Comment #5 from Glenn  ---
Get Canon printer Tech support phone number with the official site provides all
canon customers. Customer will get Instant proper resolution for their Product
with Canon Customer Support can get the best resolutions for your issues. canon
Printer Support provides 24*7 services to the customers.
http://canonprinter.support/

-- 
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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

--- Comment #6 from Glenn  ---

 Hp laptop, call HP Printer Support Number for instantly connect with the Hp
printer support experts. Get Hp printer Tech support phone number with the Link
hp.com/support provides Hp customer Service to all the HP customers.

http://hpprinterassistant.support/

-- 
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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

--- Comment #4 from Glenn  ---
Get Advanced Webroot SecureAnywhere Security Software from the link
webroot.com/safe, Or Get In Touch with Webroot Support 

http://webrootsafe-com.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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

--- Comment #3 from Glenn  ---
Get TrendMicro Antivirus Activate with the link trendmicro.com/bestbuypc with
Valid Product key. Get Instant Trend Micro support with the link
trendmicro.com/bestbuypc
http://www.trendmicrocombestbuypc.com/
http://www.trendmicrobestbuypc.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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

--- Comment #2 from Glenn  ---
Complete protection, like email protection, Banking Details Protections,
Sensitive Information protection, important Software Protection, Get Instant
Kaspersky Support or Call Kaspersky Customer Service

http://www.kasperskysupports.us/

-- 
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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

--- Comment #1 from Glenn  ---
Need to Have Advanced Technology internet Security software from Webroot safe
Software company with the following Link webroot.com/safe that help to protect
all device from virus, malware and other online threats.  
http://www.webrootsafe.us/

-- 
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 121979] www.Webroot.com/safe

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121979

Glenn  changed:

   What|Removed |Added

URL|https://www.customercarenum |http://www.webrootsafe.us/
   |ber-usa.com/hp-printer-supp |
   |ort/|
Summary|Hp Printer Tech Support |www.Webroot.com/safe

-- 
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 124376] Sidebar Separator lines

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124376

--- Comment #11 from Tomaz Vajngerl  ---
yeah.. I need to get the patch "out of ethanol" (lots of changes happened)

-- 
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 124376] Sidebar Separator lines

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124376

--- Comment #11 from Tomaz Vajngerl  ---
yeah.. I need to get the patch "out of ethanol" (lots of changes happened)

-- 
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 115551] The translated strings (e.g. Gallery, Area, Image) in sidebar does not update in new releases

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115551

Cheng-Chia Tseng  changed:

   What|Removed |Added

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

--- Comment #19 from Cheng-Chia Tseng  ---
Some users reported they see 圖庫 instead of 畫廊 in 6.2 on Windows, confirmed with
screenshots.

-- 
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 124467] Calc Wrap Text on 6.2.2.2 issues

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124467

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1
   Keywords||regression

--- Comment #7 from raal  ---
I can confirm "1. I cannot disable wrap text when all cells or several cells
are selected"  with Version: 6.3.0.0.alpha0+
Build ID: 31ac398cfa30694b18240d31df17a58d699b5bf6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Regression, it works in 5.3

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

[Libreoffice-bugs] [Bug 57274] EDITING: Paste Special Link Checkbox fails to insert cell references when the source cell is blank

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57274

--- Comment #10 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 111719] Area tab: Bitmap type is always set to tiled when opening the dialog

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111719

--- Comment #3 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 124545] Ok button selected by default

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124545

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from raal  ---
Please copy and paste here the contents of your Help - About from your
LibreOffice. This allows us to know more about your system.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.


No repro with LO Version: 6.3.0.0.alpha0+
Build ID: 31ac398cfa30694b18240d31df17a58d699b5bf6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

-- 
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 124566] Sorting a table leads to screen obscured by artefacts

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124566

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
Hello,
Does it happen if you launch LibreOffice with SAL_USE_VCLPLUGIN=gen ?

-- 
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 123828] FILESAVE In Combined chart bar chart does not preserve the secondary axis alignment setting

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123828

raal  changed:

   What|Removed |Added

  Component|LibreOffice |Chart

-- 
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 123828] FILESAVE In Combined chart bar chart does not preserve the secondary axis alignment setting

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123828

raal  changed:

   What|Removed |Added

   Keywords||filter:xlsx

-- 
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 123828] FILESAVE In Combined chart bar chart does not preserve the secondary axis alignment setting

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123828

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #7 from raal  ---
Confirm with Version: 6.3.0.0.alpha0+
Build ID: 31ac398cfa30694b18240d31df17a58d699b5bf6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

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

2019-04-08 Thread Aditya (via logerrit)
 include/svx/tbxcolorupdate.hxx |1 +
 svx/source/tbxctrls/tbcontrl.cxx   |2 +-
 svx/source/tbxctrls/tbxcolorupdate.cxx |   13 +
 3 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit f512f8818aec08a5b463c8acdf781e7ab27036f5
Author: Aditya 
AuthorDate: Sat Apr 6 13:23:48 2019 +0530
Commit: Jim Raykowski 
CommitDate: Tue Apr 9 03:54:41 2019 +0200

tdf#124247: Fix tooltip message when color added to recent colors

Presently, the tool tip text in recent colors is shown in its
 hexadecimal representation when the split color button is clicked.
 Change the hexadecimal representation of the colors in 'recent
 colors' to its actual color name.

Change-Id: I59636eb124b75a9397337c9560bfff72804424ae
Reviewed-on: https://gerrit.libreoffice.org/70337
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/include/svx/tbxcolorupdate.hxx b/include/svx/tbxcolorupdate.hxx
index 03b6a091a8eb..ec7639bac3c7 100644
--- a/include/svx/tbxcolorupdate.hxx
+++ b/include/svx/tbxcolorupdate.hxx
@@ -52,6 +52,7 @@ namespace svx
 voidUpdate( const NamedColor& rNamedColor );
 voidUpdate( const Color& rColor, bool bForceUpdate = false );
 Color const & GetCurrentColor() const { return maCurColor; }
+OUStringGetCurrentColorName();
 
 private:
 ToolboxButtonColorUpdater(ToolboxButtonColorUpdater const &) = delete;
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 1843e0490fc6..0208ae8e335a 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -3507,7 +3507,7 @@ void SvxColorToolBoxControl::execute(sal_Int16 
/*nSelectModifier*/)
 dispatchCommand( aCommand, aArgs );
 
 EnsurePaletteManager();
-OUString sColorName = "#" + aColor.AsRGBHexString().toAsciiUpperCase();
+OUString sColorName = m_xBtnUpdater->GetCurrentColorName();
 m_xPaletteManager->AddRecentColor(aColor, sColorName);
 }
 
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx 
b/svx/source/tbxctrls/tbxcolorupdate.cxx
index 378f48721c7a..f7524c02bc1a 100644
--- a/svx/source/tbxctrls/tbxcolorupdate.cxx
+++ b/svx/source/tbxctrls/tbxcolorupdate.cxx
@@ -142,6 +142,19 @@ namespace svx
 
 mpTbx->SetItemOverlayImage(mnBtnId, 
Image(pVirDev->GetBitmapEx(Point(0,0), aItemSize)));
 }
+
+OUString ToolboxButtonColorUpdater::GetCurrentColorName()
+{
+OUString sColorName = mpTbx->GetQuickHelpText(mnBtnId);
+// The obtained string is of format: color context (color name)
+// Generate a substring which contains only the color name
+sal_Int32 nStart = sColorName.indexOf('(');
+sColorName = sColorName.copy( nStart + 1 );
+sal_Int32 nLength = sColorName.getLength();
+if(nLength > 0)
+sColorName = sColorName.copy( 0, nLength - 1);
+return sColorName;
+}
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 62925] FORMATTING: enhancement: please add "chart styles" to the styles of Calc

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62925

--- Comment #37 from Gagandeep Singh  ---
(In reply to Heiko Tietze from comment #36)
> (In reply to Gagandeep Singh from comment #35)
> > I want to work on this feature as GSOC project...
> 
> That's great to hear. Sorry that I cannot help with the code pointer (adding
> the all-knowing Samuel for that) for sidebar but please consider this too
> [1], although not _style_ related in narrow sense. 
> 
> [1] https://design.blog.documentfoundation.org/2015/04/16/insertchart/

Hi,

I have been discussing with Markus about this, and we have come to a conclusion
that the logical level handling of the chart style is most important currently,
and I myself have realized the scope of that part of the project added with 
including import/export of styles from files. Thus, I will probably be
implementing a very limited ui in sidebar deck offering only a selection list
for styles to be chosen from.

Sorry, but I asked this question only through my ignorance. Still looking
forward to an exciting summer working on the chart 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

Re: Add AdjustX method to basegfx::B2DPoint

2019-04-08 Thread Alexander Farrow
Hi Noel,

Noel Grandin wrote:
>Are we going to be doing this behind the
>   VCL_FLOAT_DEVICE_PIXEL
>define and using the DeviceCoordinate typedef ?

I'm assuming your referring to my recent patch:
https://gerrit.libreoffice.org/#/c/70329/ 


That's a good point, do you mean doing something like:
#if VCL_FLOAT_DEVICE_PIXEL
    B2DPoint aCurrPos(0.0, 0.0);
#else
    B2IPoint aCurrPos(0, 0);
#endif


>(as a side note I had no idea we had this enabled on mac and ios already)

That's interesting, I didn't know that. I've OpenGrok searched the code for
where we are doing this but I couldn't find it. I found line 10247 in
configure.ac, which looks related:
https://opengrok.libreoffice.org/xref/core/configure.ac?r=c51b68dd#10247 

But it's commented out (line starts with dnl).


With many thanks,
Alex
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

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

--- Comment #13 from Franklin Weng  ---
(In reply to Buovjaga from comment #12)
> No hang here.
> 
> Franklin: can you repro with 6.2 or latest master?
> 
> Arch Linux 64-bit
> Version: 6.3.0.0.alpha0+
> Build ID: e967aea2d8cc4f9fc608cb726cb474c184fb61de
> CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: kde5; 
> Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US
> Calc: threaded
> Built on 7 April 2019

Not reproducible both in

版本:6.2.2.2
組建 ID:2b840030fec2aae0fd2658d8d4f9548af4e3518d
CPU 執行緒:4; OS:Linux 4.19; UI 算繪:預設; VCL: kde4; 
語言地區:zh-TW (zh_TW.UTF-8); UI語言:zh-TW
Calc: threaded

and

版本:6.2.2.2
組建 ID:2b840030fec2aae0fd2658d8d4f9548af4e3518d
CPU 執行緒:4; OS:Linux 4.15; UI 算繪:預設; VCL: kde5; 
語言地區:zh-TW (zh_TW.UTF-8); UI語言:zh-TW
Calc: threaded

Please close it as WFM.

-- 
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-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

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

https://git.libreoffice.org/core/+/6c50ee3377756ae7da1ae039da35775c0a97ef2f%5E%21

tdf#45904 Move XPropertySet 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-04-08 Thread Jens Carl (via logerrit)
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv |4 
 sc/qa/extras/sceditfieldobj-cell.cxx   |   78 
+-
 sc/qa/extras/sceditfieldobj-header.cxx |   57 ---
 3 files changed, 79 insertions(+), 60 deletions(-)

New commits:
commit 6c50ee3377756ae7da1ae039da35775c0a97ef2f
Author: Jens Carl 
AuthorDate: Mon Apr 8 21:45:18 2019 +
Commit: Jens Carl 
CommitDate: Tue Apr 9 01:29:36 2019 +0200

tdf#45904 Move XPropertySet Java tests to C++

Move remaining XPropertySet Java tests to ScEditFieldObj_Cell and
ScEditFieldObj_Header.

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

diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv
index 8ca686fff172..1912ae235b3b 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv
@@ -4,7 +4,3 @@
 "ScCellFieldObj";"com::sun::star::text::TextContent";"AnchorType#optional"
 "ScCellFieldObj";"com::sun::star::text::TextContent";"AnchorTypes#optional"
 "ScCellFieldObj";"com::sun::star::text::TextContent";"TextWrap#optional"
-"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"addPropertyChangeListener()"
-"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"removePropertyChangeListener()"
-"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"addVetoableChangeListener()"
-"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"removeVetoableChangeListener()"
diff --git a/sc/qa/extras/sceditfieldobj-cell.cxx 
b/sc/qa/extras/sceditfieldobj-cell.cxx
index 7f39e88f1752..071be82489ff 100644
--- a/sc/qa/extras/sceditfieldobj-cell.cxx
+++ b/sc/qa/extras/sceditfieldobj-cell.cxx
@@ -13,19 +13,29 @@
 #include 
 
 #include 
+#include 
 #include 
+#include 
+#include 
+#include 
 #include 
+#include 
+#include 
 #include 
 #include 
-#include 
-#include 
+#include 
+#include 
 
-using namespace css;
-using namespace css::uno;
+#include 
 
-namespace sc_apitest {
+using namespace css;
 
-class ScEditFieldObj_Cell : public CalcUnoApiTest, public apitest::XTextField, 
public apitest::XTextContent, public apitest::XPropertySet
+namespace sc_apitest
+{
+class ScEditFieldObj_Cell : public CalcUnoApiTest,
+public apitest::XPropertySet,
+public apitest::XTextContent,
+public apitest::XTextField
 {
 public:
 ScEditFieldObj_Cell();
@@ -45,6 +55,8 @@ public:
 CPPUNIT_TEST(testGetPropertySetInfo);
 CPPUNIT_TEST(testGetPropertyValue);
 CPPUNIT_TEST(testSetPropertyValue);
+CPPUNIT_TEST(testPropertyChangeListener);
+CPPUNIT_TEST(testVetoableChangeListener);
 
 // XTextField
 CPPUNIT_TEST(testGetPresentation);
@@ -66,7 +78,7 @@ private:
 uno::Reference ScEditFieldObj_Cell::mxField;
 
 ScEditFieldObj_Cell::ScEditFieldObj_Cell()
- : CalcUnoApiTest("/sc/qa/extras/testdocuments")
+: CalcUnoApiTest("/sc/qa/extras/testdocuments")
 {
 }
 
@@ -84,41 +96,41 @@ void ScEditFieldObj_Cell::tearDown()
 CalcUnoApiTest::tearDown();
 }
 
-namespace {
-
+namespace
+{
 uno::Reference getNewField(const 
uno::Reference& xSM)
 {
-uno::Reference xField(
-xSM->createInstance("com.sun.star.text.TextField.URL"), 
UNO_QUERY_THROW);
-uno::Reference xPropSet(xField, UNO_QUERY_THROW);
+uno::Reference 
xField(xSM->createInstance("com.sun.star.text.TextField.URL"),
+uno::UNO_QUERY_THROW);
+uno::Reference xPropSet(xField, uno::UNO_QUERY_THROW);
 xPropSet->setPropertyValue("Representation", 
uno::makeAny(OUString("LibreOffice")));
 xPropSet->setPropertyValue("URL", 
uno::makeAny(OUString("http://www.libreoffice.org/;)));
 return xField;
 }
 
-}
+} // namespace
 
 uno::Reference ScEditFieldObj_Cell::init()
 {
 // Return a field that's already in the cell.
 if (!mxField.is())
 {
-uno::Reference xSM(mxComponent, 
UNO_QUERY_THROW);
+uno::Reference xSM(mxComponent, 
uno::UNO_QUERY_THROW);
 
 // Create a new URL field object, and populate it with name and URL.
 mxField = getNewField(xSM);
 
 // Insert this field into a cell.
-uno::Reference xDoc(mxComponent, 
UNO_QUERY_THROW);
-uno::Reference xIA(xDoc->getSheets(), 
UNO_QUERY_THROW);
-uno::Reference xSheet(xIA->getByIndex(0), 
UNO_QUERY_THROW);
+uno::Reference xDoc(mxComponent, 
uno::UNO_QUERY_THROW);
+uno::Reference xIA(xDoc->getSheets(), 
uno::UNO_QUERY_THROW);
+uno::Reference xSheet(xIA->getByIndex(0), 
uno::UNO_QUERY_THROW);
 // Use cell A1 for this.
 uno::Reference xCell = xSheet->getCellByPosition(0, 0);
-uno::Reference 

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

2019-04-08 Thread Jens Carl (via logerrit)
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv |6 --
 1 file changed, 6 deletions(-)

New commits:
commit a496096b4ecc4ffb45bc7dc25753c970bf5ca487
Author: Jens Carl 
AuthorDate: Mon Apr 8 21:25:48 2019 +
Commit: Jens Carl 
CommitDate: Tue Apr 9 01:29:06 2019 +0200

tdf#45904 Remove obsolete/disabled tests

The some of the ScCellFieldObj tests are already written in C++
since commit d0af33e87db753d6d171548f75c2e242cde00497.

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

diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv
index bcb16d0a0c59..8ca686fff172 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellFieldObj.csv
@@ -4,13 +4,7 @@
 "ScCellFieldObj";"com::sun::star::text::TextContent";"AnchorType#optional"
 "ScCellFieldObj";"com::sun::star::text::TextContent";"AnchorTypes#optional"
 "ScCellFieldObj";"com::sun::star::text::TextContent";"TextWrap#optional"
-"ScCellFieldObj";"com::sun::star::text::XTextField";"getPresentation()"
-"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()"
-"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()"
-"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"getPropertyValue()"
 
"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"addPropertyChangeListener()"
 
"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"removePropertyChangeListener()"
 
"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"addVetoableChangeListener()"
 
"ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"removeVetoableChangeListener()"
-"ScCellFieldObj";"com::sun::star::text::XTextContent";"attach()"
-"ScCellFieldObj";"com::sun::star::text::XTextContent";"getAnchor()"
___
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-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

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

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

tdf#45904 Remove obsolete/disabled tests

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 124200] commands without icons

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124200

--- Comment #9 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

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

tdf#124200 missing icon: for HorizontalLine

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: icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg

2019-04-08 Thread andreas kainz (via logerrit)
 dev/null   |binary
 icon-themes/sifr/links.txt | 1174 -
 icon-themes/sifr_svg/cmd/lc_centerpara.svg |6 
 icon-themes/sifr_svg/cmd/lc_connectorcircles.svg   |6 
 icon-themes/sifr_svg/cmd/lc_connectorcurvecircles.svg  |6 
 icon-themes/sifr_svg/cmd/lc_connectorlinecircles.svg   |6 
 icon-themes/sifr_svg/cmd/lc_connectorlinescircles.svg  |6 
 icon-themes/sifr_svg/cmd/lc_dbnewtable.svg |6 
 icon-themes/sifr_svg/cmd/lc_dbtableedit.svg|6 
 icon-themes/sifr_svg/cmd/lc_deleteslide.svg|6 
 icon-themes/sifr_svg/cmd/lc_duplicateslide.svg |6 
 icon-themes/sifr_svg/cmd/lc_ellipsetoolbox.svg |6 
 icon-themes/sifr_svg/cmd/lc_fillstyle.svg  |   10 
 icon-themes/sifr_svg/cmd/lc_fliphorizontal.svg |6 
 icon-themes/sifr_svg/cmd/lc_flipvertical.svg   |6 
 icon-themes/sifr_svg/cmd/lc_grafattrcrop.svg   |   10 
 icon-themes/sifr_svg/cmd/lc_gridvisible.svg|6 
 icon-themes/sifr_svg/cmd/lc_headerandfooter.svg|6 
 icon-themes/sifr_svg/cmd/lc_hfixedline.svg |6 
 icon-themes/sifr_svg/cmd/lc_hyperlinkdialog.svg|6 
 icon-themes/sifr_svg/cmd/lc_insertcurrentdate.svg  |6 
 icon-themes/sifr_svg/cmd/lc_insertcurrenttime.svg  |6 
 icon-themes/sifr_svg/cmd/lc_insertheaderfootermenu.svg |6 
 icon-themes/sifr_svg/cmd/lc_insertslide.svg|6 
 icon-themes/sifr_svg/cmd/lc_justifypara.svg|6 
 icon-themes/sifr_svg/cmd/lc_leftpara.svg   |6 
 icon-themes/sifr_svg/cmd/lc_linespacing.svg|6 
 icon-themes/sifr_svg/cmd/lc_linetoolbox.svg|   10 
 icon-themes/sifr_svg/cmd/lc_movepagedown.svg   |6 
 icon-themes/sifr_svg/cmd/lc_movepageup.svg |6 
 icon-themes/sifr_svg/cmd/lc_numberformatcurrency.svg   |6 
 icon-themes/sifr_svg/cmd/lc_protecttracechangemode.svg |6 
 icon-themes/sifr_svg/cmd/lc_rightpara.svg  |6 
 icon-themes/sifr_svg/cmd/lc_savesimple.svg |6 
 icon-themes/sifr_svg/cmd/lc_sortdown.svg   |6 
 icon-themes/sifr_svg/cmd/lc_sortup.svg |6 
 icon-themes/sifr_svg/cmd/lc_underlinesimple.svg|6 
 icon-themes/sifr_svg/cmd/lc_xlinestyle.svg |6 
 icon-themes/sifr_svg/cmd/sc_accepttrackedchange.svg|6 
 icon-themes/sifr_svg/cmd/sc_apply.svg  |6 
 icon-themes/sifr_svg/cmd/sc_arrowstoolbox.svg  |6 
 icon-themes/sifr_svg/cmd/sc_basicshapes.svg|   10 
 icon-themes/sifr_svg/cmd/sc_cellcontentsmenu.svg   |6 
 icon-themes/sifr_svg/cmd/sc_centerpara.svg |6 
 icon-themes/sifr_svg/cmd/sc_characterbackgroundpattern.svg |   10 
 icon-themes/sifr_svg/cmd/sc_closewin.svg   |6 
 icon-themes/sifr_svg/cmd/sc_connectortoolbox.svg   |   10 
 icon-themes/sifr_svg/cmd/sc_datapilotmenu.svg  |6 
 icon-themes/sifr_svg/cmd/sc_dbnewquerysql.svg  |6 
 icon-themes/sifr_svg/cmd/sc_dbtableedit.svg|6 
 icon-themes/sifr_svg/cmd/sc_deleteslide.svg|6 
 icon-themes/sifr_svg/cmd/sc_diagramdata.svg|6 
 icon-themes/sifr_svg/cmd/sc_duplicateslide.svg |6 
 icon-themes/sifr_svg/cmd/sc_edithyperlink.svg  |6 
 icon-themes/sifr_svg/cmd/sc_ellipsetoolbox.svg |6 
 icon-themes/sifr_svg/cmd/sc_exitsearch.svg |6 
 icon-themes/sifr_svg/cmd/sc_fieldmenu.svg  |6 
 icon-themes/sifr_svg/cmd/sc_fillcolor.svg  |   10 
 icon-themes/sifr_svg/cmd/sc_fillstyle.svg  |   10 
 icon-themes/sifr_svg/cmd/sc_fliphorizontal.svg |6 
 icon-themes/sifr_svg/cmd/sc_flipmenu.svg   |6 
 icon-themes/sifr_svg/cmd/sc_flipvertical.svg   |6 
 icon-themes/sifr_svg/cmd/sc_fontcolor.svg  |6 
 icon-themes/sifr_svg/cmd/sc_functionbox.svg|6 
 icon-themes/sifr_svg/cmd/sc_grafattrcrop.svg   |   10 
 icon-themes/sifr_svg/cmd/sc_gridmenu.svg   |6 
 icon-themes/sifr_svg/cmd/sc_gridvisible.svg|6 
 icon-themes/sifr_svg/cmd/sc_headerandfooter.svg|6 
 icon-themes/sifr_svg/cmd/sc_hfixedline.svg |   53 
 icon-themes/sifr_svg/cmd/sc_hyperlinkdialog.svg|6 
 icon-themes/sifr_svg/cmd/sc_hyphenation.svg|6 
 icon-themes/sifr_svg/cmd/sc_insertcolumnsmenu.svg  |   10 
 icon-themes/sifr_svg/cmd/sc_insertcurrentdate.svg  |6 
 

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

2019-04-08 Thread andreas kainz (via logerrit)
 icon-themes/sifr/cmd/lc_horizontalline.png  |binary
 icon-themes/sifr/cmd/sc_horizontalline.png  |binary
 icon-themes/sifr_dark/cmd/lc_horizontalline.png |binary
 icon-themes/sifr_dark/cmd/sc_horizontalline.png |binary
 icon-themes/sifr_svg/cmd/lc_horizontalline.svg  |6 +
 icon-themes/sifr_svg/cmd/sc_horizontalline.svg  |   53 
++
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   11 ++
 7 files changed, 70 insertions(+)

New commits:
commit d68dcb179d3350488f89a53321f913f1d66bb876
Author: andreas kainz 
AuthorDate: Mon Apr 8 23:40:34 2019 +0200
Commit: andreas_kainz 
CommitDate: Tue Apr 9 01:08:12 2019 +0200

tdf#124200 missing icon: for HorizontalLine

Change-Id: Ib2ffb703b2649a629c06ee5a50603912bf615cf2
Reviewed-on: https://gerrit.libreoffice.org/70433
Reviewed-by: andreas_kainz 
Tested-by: andreas_kainz 

diff --git a/icon-themes/sifr/cmd/lc_horizontalline.png 
b/icon-themes/sifr/cmd/lc_horizontalline.png
new file mode 100644
index ..3d5d267ae68a
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_horizontalline.png differ
diff --git a/icon-themes/sifr/cmd/sc_horizontalline.png 
b/icon-themes/sifr/cmd/sc_horizontalline.png
new file mode 100644
index ..edf619515304
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_horizontalline.png differ
diff --git a/icon-themes/sifr_dark/cmd/lc_horizontalline.png 
b/icon-themes/sifr_dark/cmd/lc_horizontalline.png
new file mode 100644
index ..2a65b9a3b635
Binary files /dev/null and b/icon-themes/sifr_dark/cmd/lc_horizontalline.png 
differ
diff --git a/icon-themes/sifr_dark/cmd/sc_horizontalline.png 
b/icon-themes/sifr_dark/cmd/sc_horizontalline.png
new file mode 100644
index ..ab1a57ee93e3
Binary files /dev/null and b/icon-themes/sifr_dark/cmd/sc_horizontalline.png 
differ
diff --git a/icon-themes/sifr_svg/cmd/lc_horizontalline.svg 
b/icon-themes/sifr_svg/cmd/lc_horizontalline.svg
new file mode 100644
index ..cbc64a1271e8
--- /dev/null
+++ b/icon-themes/sifr_svg/cmd/lc_horizontalline.svg
@@ -0,0 +1,6 @@
+http://www.w3.org/2000/svg; viewBox="0 0 24 24">
+  
+
diff --git a/icon-themes/sifr_svg/cmd/sc_horizontalline.svg 
b/icon-themes/sifr_svg/cmd/sc_horizontalline.svg
new file mode 100644
index ..8f1ec3c9a201
--- /dev/null
+++ b/icon-themes/sifr_svg/cmd/sc_horizontalline.svg
@@ -0,0 +1,53 @@
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   viewBox="0 0 16 16"
+   version="1.1"
+   id="svg4"
+   sodipodi:docname="sc_hfixedline.svg"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)">
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage; />
+  
+
+  
+  
+  
+  
+
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 645754a8837a..4b74356c7e3f 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2953,6 +2953,17 @@
   Horizontal ~Line
 
   
+  
+
+  Horizontal ~Line
+
+
+  .uno:StyleApply?Style:string=Horizontal 
LineFamilyName:string=ParagraphStyles
+
+
+  9
+
+  
   
 
   Default ~Paragraph
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Faulty handle position in shapes imported from MS Office

2019-04-08 Thread Regina Henschel

Hi all,

I'm looking at https://bugs.documentfoundation.org/show_bug.cgi?id=115813
"Position shifted while moving the handle of OOXML Callout shape".

Unfortunately not only the Callout shape is affected.
There are 106 shapes in MS Office, which have handles. 38 are OK with 
the current implementation and 68 have at least one handle, which reacts 
wrongly. These are only those from ooxml, not from binary format.


The calculation is in method 
EnhancedCustomShape2d::SetHandleControllerPosition in 
svx\source\customshapes\EnhancedCustomShape2d.cxx. The relevant part 
starts about #1230


The relation ship between handle position and adjustment value is in 
most cases not direct but via formulas. For to get an adjustment value 
from a handle position you need to apply the formulas backwards.


It might be possible to identify handles, which behave similar. For 
example some Star-shapes use the adjust value as factor to the radius 
with 0 in center and 1 at the edge. But other adjust values are used in 
other ways. I have not tried to find groups of similar usage yet.


What to do? In principle you can get the needed operations from the 
presets as defined in the standard. But how to organize that, so that it 
can be done step by step and perhaps can be done by several people? 
And, of course, the code should still be readable and clear.


Kind regards
Regina


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 124584] KDE5 Wrong render Bullet item in Dialog Paragraph Style

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124584

Maxim Monastirsky  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||momonas...@gmail.com

--- Comment #7 from Maxim Monastirsky  ---
The items in the list box usually displayed with the system UI font, and if
that font doesn't have some symbol it uses a fallback font, which might or
might not be OpenSymbol. e.g. on my system I can reproduce the bug as long as I
have the Abyssinica SIL font installed, because that what it picks as a
fallback font for this symbol (UI font set to Cantarell). Only when I remove
Abyssinica SIL, it finally picks OpenSymbol.

(In general, the current approach with symbols in style names seems a bit risky
to me, as we don't set the control font explicitly to OpenSymbol, but instead
rely on 3rd party font creators to not override what we provide in
OpenSymbol...)

-- 
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 116371] FILEOPEN: .doc image rotation not imported; not exported to .doc & .docx

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116371

Luke  changed:

   What|Removed |Added

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

--- Comment #23 from Luke  ---
Bug 70838 fixed exporting image rotation values in DOC format. However, the DOC
importer still does not read these values.

-- 
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 124200] commands without icons

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124200

--- Comment #8 from Maxim Monastirsky  ---
(In reply to andreas_k from comment #7)
> Ok I think I can fix "all open tasks myself exclude: 
I guess you're talking here about buttons in the notebookbar (where the trick
with TargetURL doesn't work yet)? Because for the menu/toolbar it should work
the same way as with styles. Otherwise:

> - vnd.sun.star.findbar:FocusToFindbar
Should work also as cmd/sc_focustofindbar.png

> - MacroOrganizer?TabId:short=1
Should work as cmd/sc_macroorganizer%3ftabid%3ashort=1.png (or simply as
cmd/sc_macroorganizer.png, in case that a plain .uno:MacroOrganizer doesn't
need different icon).

> - service:com.sun.star.deployment.ui.PackageManagerDialog
Should work as cmd/sc_com.sun.star.deployment.ui.packagemanagerdialog.png

-- 
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 124594] FILEOPEN DOCX Additional top and bottom margin on shape breaks layout

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124594

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.

I can confirm that the bug is present in


Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 121174] personas different header/fooder files for different LibO apps

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121174

--- Comment #2 from andreas_k  ---
can I do something to make it available? I can extend an existing personas
theme with the app specific files so it's better to understood.

-- 
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: [GSoC] Subpixel glyph positioning - Looking for a mentor

2019-04-08 Thread Alexander Farrow
Hi Mike,

Kaganski Mike wrote:
>Oh! I didn't realize that I was in the explicit CC list; since I never
>worked with font rendering stuff closely, I even didn't consider myself
>as a potential mentor. Sorry, but I don't have required skills.

Not a problem, apologies for the confusion.


>But of course, I'm ready to answer any questions in the course of the project
>(be it GSoC or otherwise) as much as I have knowledge. I consider this
>task an important thins, so it's in my scope of interest.

Awesome, thanks in advance for your help.

- Alex

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 124563] Base level memory usage for empty Writer document +/- 200 MB in OpenGL mode

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124563

--- Comment #1 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.

I can not reproduce the bug in

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 47163] Profile folder cannot be created in nonANSI path

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47163

--- Comment #19 from Martine  ---
The second remark is more an assumption about the alphabet. Maybe it is fixed
for some, but not for others ?

-- 
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 47163] Profile folder cannot be created in nonANSI path

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47163

--- Comment #18 from Martine  ---
Hello,
For me I have created a new account with just latin letters, so the problem is
not mine any more.
Two remarks however :
You have tested with a user name "テストabcабв" ;
You have got in response :
C:\Users\テストабв\(etc.)
Something is not missing ?

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

[Libreoffice-bugs] [Bug 121967] Can't select/pick multiples shapes or images in Writer/Calc/Impress/Draw with CTRL key

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121967

--- Comment #21 from andreas_k  ---
I would recommend to

1. cool down
2. keep this bug open and test the next week if it will be an benefit to change
the shortcut
3. keep in mind that shortcut changes will always be a difficult task cause we
have millions of users they use or software.

-- 
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 124583] notebookbar draw add shape related stuff

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124583

--- Comment #2 from andreas_k  ---
thanks for reply to this bug, but it's more an todo for me, cause otherwise I
forget to add the stuff to the different notebookbars.

-- 
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 124583] notebookbar draw add shape related stuff

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124583

andreas_k  changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED

-- 
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 121967] Can't select/pick multiples shapes or images in Writer/Calc/Impress/Draw with CTRL key

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121967

--- Comment #20 from Pedro  ---
So I assume, that if you are confortable to offer users choice, as apparently
you are complimenting Microsoft for doing then change to Ctrl-click for Windows
users.
Let non-Microsoft users to keep basking in the glory of Shift-clicking in other
OSes but allow Windows users to use what they're best acquainted with by
default then.

-- 
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 124617] New: Add Icons to toolbars in AvailableToolbars like Formular

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124617

Bug ID: 124617
   Summary: Add Icons to toolbars in AvailableToolbars like
Formular
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Created attachment 150617
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150617=edit
AvailableToolbars Formular show an icon, all other toolbars not.

-- 
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 121967] Can't select/pick multiples shapes or images in Writer/Calc/Impress/Draw with CTRL key

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121967

--- Comment #19 from Pedro  ---
"OP" (me) does not want to enforce "Microsoft" convention.
"OP" wants to adopt the universal convention used by every other Office suite
and most non-niche software (and even file explorers).

-- 
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 124583] notebookbar draw add shape related stuff

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124583

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug. 
Unfortunately without clear steps to reproduce it, we cannot track down the
origin of the problem. 
Please provide a clearer set of step-by-step instructions on how to reproduce
the problem.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested information is provided.

-- 
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 124200] commands without icons

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124200

--- Comment #7 from andreas_k  ---
Ok I think I can fix "all open tasks myself exclude: 

- vnd.sun.star.findbar:FocusToFindbar
- MacroOrganizer?TabId:short=1
- service:com.sun.star.deployment.ui.PackageManagerDialog
- Check for updates

can someone help me to get icon support for this 4 items?

-- 
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 124572] tabs in calc (for sheets) and draw (for layer) style

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124572

--- Comment #13 from Eike Rathke  ---
(In reply to andreas_k from comment #11)
> https://www.libreoffice.org/assets/Uploads/LibreOffice-Online-Calc.png
> this is how it should look like.
Looks confusing to me because from a first glance it looks like "Business
planning" would be the active sheet because that tab contrasts most with its
surroundings. Only a second look reveals that "Intro" is active.

-- 
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 124616] search in statusbar

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124616

andreas_k  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||kain...@gmail.com

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

[Libreoffice-bugs] [Bug 124616] New: search in statusbar

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124616

Bug ID: 124616
   Summary: search in statusbar
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

LibreOffice Online has the search always available in the statusbar.

https://www.libreoffice.org/assets/Uploads/LibreOffice-Online-Calc.png

Also KWriter, Kate have the search in the satusbar (there the statusbar switch
to search). This behaviour will show search always by default, cause statusbar
is on by default and the UI is similar to LibreOffice Online.

-- 
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: Add AdjustX method to basegfx::B2DPoint

2019-04-08 Thread Alexander Farrow
Hi Thorsten,

Thanks for your reply.

Thorsten Behrens wrote:
>tools::Point is not exactly a role model for a nicely designed class,
>so I'd hesitate to take any literal bits out of that. ;)

Good to know, I'm new to the codebase so I'll keep that in mind.


>Many places using AdjustX() also call AdjustY() just the next line, so
>for that you could use basegfx::B2DPoint::operator+=(const B2DTuple&)

Sure but there are occasions in the code where we are just modifying
a single coordinate. My recent patch is an example:
https://gerrit.libreoffice.org/#/c/70329/ 



>If you believe you *must* use a single-component modifier

A single-component modifier isn't a must but it might be nice for
when we are only changing one coordinate.


> please come up with something that blends well with the b2dtuple/point
>concept. Also ideally, you will maintain some amount of internal
>consistency (e.g. compare how operator*, *= etc. all got added in
>farious flavours, such that math with b2dtuples works like the
>'canonical' way when done with skalars or various forms of vectors).

If we do decide to go ahead with this I'll be sure to follow your
implementation requirements.

With many thanks,
Alex
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 124605] The variables type Variant works by division wrong

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124605

--- Comment #4 from Eike Rathke  ---
Isn't that rather a BASIC error if an expression X/100 results in 100 if X is
Empty? i.e. ignores the Variant *and* the following operator (same with X-100,
for example, the result is 100).

The same behaviour with

Dim X
Sub Main
print X/100
End Sub

(where Dim X is a so far empty Variant) so how's that supposed to be defined?

FWIW, it can be checked with

Function foo( X )
If IsEmpty(X) Then
X = 0
End If
foo = X / 100
End Function


Or should we only put Empty if it was a cell range argument, but not for single
cells? What does Excel do?

-- 
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 124572] tabs in calc (for sheets) and draw (for layer) style

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124572

--- Comment #11 from andreas_k  ---
LibreOffice Online use the icons from the icon theme and also don't use bold
for the active tab.

https://www.libreoffice.org/assets/Uploads/LibreOffice-Online-Calc.png

this is how it should look like.

-- 
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 124572] tabs in calc (for sheets) and draw (for layer) style

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124572

--- Comment #12 from andreas_k  ---
*** Bug 122734 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 122734] calc and draw sheet tab hardcoded black color actions

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122734

andreas_k  changed:

   What|Removed |Added

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

--- Comment #6 from andreas_k  ---


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

-- 
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 124613] FORMATTING: Page Style for First page number shows up a "1.05"

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124613

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Repro
Version: 6.3.0.0.alpha0+ (x64)
Build ID: 421e6fc3cd2e6fe37afbef341e2d0ad7b8edde37
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-04-07_01:12:58
Locale: es-ES (es_ES); UI-Language: en-US
Calc: CL

Not in
Versión: 6.0.7.1 (x64)
Id. de compilación: 5d2cb2a5dd04fe174b336488731eb50bbb5faed3
Subprocs. CPU: 4; SO: Windows 10.0; Repres. IU: GL; 
Configuración regional: es-ES (es_ES); Calc: CL

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

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

2019-04-08 Thread Caolán McNamara (via logerrit)
 sc/inc/scabstdlg.hxx  |2 
 sc/source/ui/attrdlg/scdlgfact.cxx|   26 ++---
 sc/source/ui/attrdlg/scdlgfact.hxx|2 
 sc/source/ui/docshell/docsh4.cxx  |3 
 sc/source/ui/inc/hfedtdlg.hxx |   28 ++---
 sc/source/ui/pagedlg/hfedtdlg.cxx |  105 ++--
 sc/source/ui/pagedlg/tphf.cxx |2 
 sc/uiconfig/scalc/ui/allheaderfooterdialog.ui |  132 +++---
 sc/uiconfig/scalc/ui/footerdialog.ui  |   84 +---
 sc/uiconfig/scalc/ui/headerdialog.ui  |   84 +---
 sc/uiconfig/scalc/ui/headerfooterdialog.ui|   84 +---
 sc/uiconfig/scalc/ui/leftfooterdialog.ui  |   60 ---
 sc/uiconfig/scalc/ui/leftheaderdialog.ui  |   60 ---
 sc/uiconfig/scalc/ui/rightfooterdialog.ui |   60 ---
 sc/uiconfig/scalc/ui/rightheaderdialog.ui |   60 ---
 sc/uiconfig/scalc/ui/sharedfooterdialog.ui|  108 ++---
 sc/uiconfig/scalc/ui/sharedheaderdialog.ui|  108 ++---
 17 files changed, 775 insertions(+), 233 deletions(-)

New commits:
commit de8ea47ecdaa33934e47a6ee9bfa742698311534
Author: Caolán McNamara 
AuthorDate: Mon Apr 8 14:53:19 2019 +0100
Commit: Caolán McNamara 
CommitDate: Mon Apr 8 22:26:59 2019 +0200

weld ScHFEditDlg

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

diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 5bcfd9d5fab4..7b2c458ee7eb 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -520,7 +520,7 @@ public:
 virtual VclPtr CreateScAttrDlg(weld::Window* pParent,
 const SfxItemSet* 
pCellAttrs) = 0;
 
-virtual VclPtr CreateScHFEditDlg(vcl::Window*   
pParent,
+virtual VclPtr CreateScHFEditDlg(weld::Window*   
pParent,
 const SfxItemSet&   
rCoreSet,
 const OUString& 
rPageStyle,
 sal_uInt16  nResId 
) = 0;
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx 
b/sc/source/ui/attrdlg/scdlgfact.cxx
index 740c06ffc2a2..f2074b170845 100644
--- a/sc/source/ui/attrdlg/scdlgfact.cxx
+++ b/sc/source/ui/attrdlg/scdlgfact.cxx
@@ -989,51 +989,51 @@ VclPtr 
ScAbstractDialogFactory_Impl::CreateScAttrDlg(weld:
 return 
VclPtr::Create(std::make_unique(pParent,
 pCellAttrs));
 }
 
-VclPtr ScAbstractDialogFactory_Impl::CreateScHFEditDlg( 
vcl::Window* pParent,
+VclPtr ScAbstractDialogFactory_Impl::CreateScHFEditDlg( 
weld::Window* pParent,
 const 
SfxItemSet&   rCoreSet,
 const 
OUString& rPageStyle,
 
sal_uInt16  nResId )
 {
-VclPtr pDlg;
+std::unique_ptr xDlg;
 
 switch (nResId)
 {
 case RID_SCDLG_HFED_HEADER:
 case RID_SCDLG_HFEDIT_HEADER:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, rCoreSet, 
rPageStyle);
 break;
 case RID_SCDLG_HFED_FOOTER:
 case RID_SCDLG_HFEDIT_FOOTER:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, rCoreSet, 
rPageStyle);
 break;
 case RID_SCDLG_HFEDIT_LEFTHEADER:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, rCoreSet, 
rPageStyle);
 break;
 case RID_SCDLG_HFEDIT_RIGHTHEADER:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, rCoreSet, 
rPageStyle);
 break;
 case RID_SCDLG_HFEDIT_LEFTFOOTER:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, rCoreSet, 
rPageStyle);
 break;
 case RID_SCDLG_HFEDIT_RIGHTFOOTER:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, rCoreSet, 
rPageStyle);
 break;
 case RID_SCDLG_HFEDIT_SHDR:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, 
rCoreSet, rPageStyle);
 break;
 case RID_SCDLG_HFEDIT_SFTR:
-pDlg = VclPtr::Create(pParent, rCoreSet, 
rPageStyle);
+xDlg = std::make_unique(pParent, 
rCoreSet, rPageStyle);
 break;
 case RID_SCDLG_HFEDIT_ALL:
-pDlg = 

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

2019-04-08 Thread Caolán McNamara (via logerrit)
 include/sfx2/basedlgs.hxx   |   27 
 sfx2/source/dialog/basedlgs.cxx |  127 
 2 files changed, 154 deletions(-)

New commits:
commit 623d7a94a57860b0b227e6ebad6d0d3fcaf11333
Author: Caolán McNamara 
AuthorDate: Mon Apr 8 12:32:19 2019 +0100
Commit: Caolán McNamara 
CommitDate: Mon Apr 8 22:24:04 2019 +0200

drop newly unused SfxSingleTabDialog

Change-Id: I3b445aba89ce62d7890d387a962f12a7055dc7b4
Reviewed-on: https://gerrit.libreoffice.org/70416
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index ed7df91b3883..7a29b9f1bd02 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -203,33 +203,6 @@ struct SingleTabDlgImpl
 
 typedef const sal_uInt16* (*GetTabPageRanges)(); // provides international 
Which values
 
-class SFX2_DLLPUBLIC SfxSingleTabDialog : public SfxModalDialog
-{
-public:
-SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet& rOptionsSet,
-const OUString& rID = OUString("SingleTabDialog"),
-const OUString& rUIXMLDescription = 
OUString("sfx/ui/singletabdialog.ui"));
-
-SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet* pInSet,
-const OUString& rID = OUString("SingleTabDialog"),
-const OUString& rUIXMLDescription = 
OUString("sfx/ui/singletabdialog.ui"));
-
-virtual ~SfxSingleTabDialog() override;
-virtual voiddispose() override;
-
-voidSetTabPage(SfxTabPage* pTabPage);
-SfxTabPage* GetTabPage() const { return pImpl->m_pSfxPage; }
-
-private:
-VclPtr  pOKBtn;
-VclPtr  pCancelBtn;
-VclPtrpHelpBtn;
-
-DECL_DLLPRIVATE_LINK(OKHdl_Impl, Button*, void);
-
-std::unique_ptr   pImpl;
-};
-
 class SFX2_DLLPUBLIC SfxOkDialogController : public SfxDialogController
 {
 public:
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index aed00aa2042a..f6f3e1b5a46a 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -709,133 +709,6 @@ void SfxFloatingWindow::FillInfo(SfxChildWinInfo& rInfo) 
const
 rInfo.nFlags |= SfxChildWindowFlags::ZOOMIN;
 }
 
-// SfxSingleTabDialog 
-
-IMPL_LINK_NOARG(SfxSingleTabDialog, OKHdl_Impl, Button*, void)
-
-/*  [Description]
-
-Ok_Handler; FillItemSet() is called for setting of Page.
-*/
-
-{
-if ( !GetInputItemSet() )
-{
-// TabPage without ItemSet
-EndDialog( RET_OK );
-return;
-}
-
-if ( !GetOutputItemSet() )
-{
-CreateOutputItemSet( *GetInputItemSet() );
-}
-bool bModified = false;
-
-if ( pImpl->m_pSfxPage->HasExchangeSupport() )
-{
-DeactivateRC nRet = pImpl->m_pSfxPage->DeactivatePage( 
GetOutputSetImpl() );
-if ( nRet != DeactivateRC::LeavePage )
-return;
-else
-bModified = ( GetOutputItemSet()->Count() > 0 );
-}
-else
-bModified = pImpl->m_pSfxPage->FillItemSet( GetOutputSetImpl() );
-
-if ( bModified )
-{
-// Save user data in IniManager.
-pImpl->m_pSfxPage->FillUserData();
-OUString sData( pImpl->m_pSfxPage->GetUserData() );
-
-OUString sConfigId = 
OStringToOUString(pImpl->m_pSfxPage->GetConfigId(),
-RTL_TEXTENCODING_UTF8);
-SvtViewOptions aPageOpt(EViewType::TabPage, sConfigId);
-aPageOpt.SetUserItem( USERITEM_NAME, makeAny( sData ) );
-EndDialog( RET_OK );
-}
-else
-EndDialog();
-}
-
-
-SfxSingleTabDialog::SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet& 
rSet,
-const OUString& rID, const OUString& rUIXMLDescription)
-: SfxModalDialog(pParent, rID, rUIXMLDescription)
-, pImpl(new SingleTabDlgImpl)
-{
-get(pOKBtn, "ok");
-pOKBtn->SetClickHdl( LINK( this, SfxSingleTabDialog, OKHdl_Impl ) );
-get(pCancelBtn, "cancel");
-get(pHelpBtn, "help");
-SetInputSet(  );
-}
-
-SfxSingleTabDialog::SfxSingleTabDialog(vcl::Window* pParent, const SfxItemSet* 
pInSet,
-const OUString& rID, const OUString& rUIXMLDescription)
-: SfxModalDialog(pParent, rID, rUIXMLDescription)
-, pImpl(new SingleTabDlgImpl)
-{
-get(pOKBtn, "ok");
-pOKBtn->SetClickHdl( LINK( this, SfxSingleTabDialog, OKHdl_Impl ) );
-get(pCancelBtn, "cancel");
-get(pHelpBtn, "help");
-SetInputSet( pInSet );
-}
-
-SfxSingleTabDialog::~SfxSingleTabDialog()
-{
-disposeOnce();
-}
-
-void SfxSingleTabDialog::dispose()
-{
-pImpl->m_pSfxPage.disposeAndClear();
-pImpl.reset();
-pOKBtn.clear();
-pCancelBtn.clear();
-pHelpBtn.clear();
-SfxModalDialog::dispose();
-}
-
-/*  [Description]
-
-Insert a (new) TabPage; an existing page is deleted.
-The passed on page is initialized with the initially given Itemset
-through calling Reset().
-*/
-void 

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

2019-04-08 Thread Caolán McNamara (via logerrit)
 sc/source/ui/pagedlg/tphf.cxx |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

New commits:
commit 319c0b2433bb8dd405ed1630dd464ed2b11afefb
Author: Caolán McNamara 
AuthorDate: Mon Apr 8 12:29:04 2019 +0100
Commit: Caolán McNamara 
CommitDate: Mon Apr 8 22:22:20 2019 +0200

weld calc header/footer dialog

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

diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index 6065acfac08c..bac0f9a26c18 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -193,37 +193,38 @@ IMPL_LINK_NOARG(ScHFPage, HFEditHdl, void*, void)
 else
 {
 OUString  aText;
-VclPtrInstance< SfxSingleTabDialog > pDlg(nullptr, aDataSet);
+SfxSingleTabDialogController aDlg(GetDialogFrameWeld(), );
+TabPageParent pPageParent(aDlg.get_content_area(), );
 bool bRightPage = m_xCntSharedBox->get_active() || (SvxPageUsage::Left 
!= nPageUsage);
 
 if ( nId == SID_ATTR_PAGE_HEADERSET )
 {
 aText = ScResId( STR_PAGEHEADER );
 if ( bRightPage )
-pDlg->SetTabPage( ScRightHeaderEditPage::Create( 
pDlg->get_content_area(),  ) );
+aDlg.SetTabPage(ScRightHeaderEditPage::Create(pPageParent, 
));
 else
-pDlg->SetTabPage( ScLeftHeaderEditPage::Create( 
pDlg->get_content_area(),  ) );
+aDlg.SetTabPage(ScLeftHeaderEditPage::Create(pPageParent, 
));
 }
 else
 {
 aText = ScResId( STR_PAGEFOOTER );
 if ( bRightPage )
-pDlg->SetTabPage( ScRightFooterEditPage::Create( 
pDlg->get_content_area(),  ) );
+aDlg.SetTabPage(ScRightFooterEditPage::Create(pPageParent, 
));
 else
-pDlg->SetTabPage( ScLeftFooterEditPage::Create( 
pDlg->get_content_area(),  ) );
+aDlg.SetTabPage(ScLeftFooterEditPage::Create(pPageParent, 
));
 }
 
 SvxNumType eNumType = aDataSet.Get(ATTR_PAGE).GetNumType();
-static_cast(pDlg->GetTabPage())->SetNumType(eNumType);
+static_cast(aDlg.GetTabPage())->SetNumType(eNumType);
 
 aText += " (" + ScResId( STR_PAGESTYLE );
 aText += ": " + aStrPageStyle + ")";
 
-pDlg->SetText( aText );
+aDlg.set_title(aText);
 
-if ( pDlg->Execute() == RET_OK )
+if (aDlg.run() == RET_OK)
 {
-aDataSet.Put( *pDlg->GetOutputItemSet() );
+aDataSet.Put(*aDlg.GetOutputItemSet());
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: extras/source include/vcl sc/source sc/uiconfig solenv/bin svx/source

2019-04-08 Thread Caolán McNamara (via logerrit)
 extras/source/glade/libreoffice-catalog.xml.in |4 
 include/vcl/customweld.hxx |3 
 sc/source/ui/inc/AccessibleContextBase.hxx |   11 
 sc/source/ui/inc/scuitphfedit.hxx  |   77 ++-
 sc/source/ui/inc/tphfedit.hxx  |   42 +-
 sc/source/ui/pagedlg/scuitphfedit.cxx  |  513 +++--
 sc/source/ui/pagedlg/tphfedit.cxx  |  129 +++---
 sc/uiconfig/scalc/ui/headerfootercontent.ui|  112 +++--
 solenv/bin/native-code.py  |1 
 svx/source/dialog/ClassificationEditView.cxx   |2 
 10 files changed, 481 insertions(+), 413 deletions(-)

New commits:
commit 2fb6e8365c6792422c10c56e2c976b781c194b77
Author: Caolán McNamara 
AuthorDate: Sun Apr 7 21:45:01 2019 +0100
Commit: Caolán McNamara 
CommitDate: Mon Apr 8 22:21:57 2019 +0200

weld ScHFEditPage

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

diff --git a/extras/source/glade/libreoffice-catalog.xml.in 
b/extras/source/glade/libreoffice-catalog.xml.in
index afd5a35b392d..0c2957caa44b 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -328,10 +328,6 @@
 generic-name="Cursor Reference Edit" 
parent="foruilo-RefEdit"
 icon-name="widget-gtk-textentry"/>
 
-
-
 
diff --git a/include/vcl/customweld.hxx b/include/vcl/customweld.hxx
index e8bbb2129912..a003d6b4bace 100644
--- a/include/vcl/customweld.hxx
+++ b/include/vcl/customweld.hxx
@@ -38,6 +38,7 @@ public:
 virtual tools::Rectangle GetFocusRect() { return tools::Rectangle(); }
 virtual FactoryFunction GetUITestFactory() const { return nullptr; }
 virtual OUString RequestHelp(tools::Rectangle&) { return OUString(); }
+virtual OUString GetHelpText() const { return 
m_pDrawingArea->get_tooltip_text(); }
 Size const& GetOutputSizePixel() const { return m_aSize; }
 void SetOutputSizePixel(const Size& rSize) { m_aSize = rSize; }
 virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) { 
m_pDrawingArea = pDrawingArea; }
@@ -124,6 +125,8 @@ public:
 void set_sensitive(bool bSensitive) { 
m_xDrawingArea->set_sensitive(bSensitive); }
 bool get_sensitive() const { return m_xDrawingArea->get_sensitive(); }
 bool get_visible() const { return m_xDrawingArea->get_visible(); }
+void set_grid_left_attach(int nAttach) { 
m_xDrawingArea->set_grid_left_attach(nAttach); }
+int get_grid_left_attach() const { return 
m_xDrawingArea->get_grid_left_attach(); }
 };
 }
 #endif
diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx 
b/sc/source/ui/inc/AccessibleContextBase.hxx
index d8e7353f123b..8451169a8f70 100644
--- a/sc/source/ui/inc/AccessibleContextBase.hxx
+++ b/sc/source/ui/inc/AccessibleContextBase.hxx
@@ -241,6 +241,12 @@ public:
 void
 CommitChange(const css::accessibility::AccessibleEventObject& rEvent) 
const;
 
+/// Use this method to set initial Name without notification
+void SetName(const OUString& rName) { msName = rName; }
+
+/// Use this method to set initial Description without notification
+void SetDescription(const OUString& rDesc) { msDescription = rDesc; }
+
 protected:
 /// Calls all FocusListener to tell they that the focus is gained.
 void CommitFocusGained() const;
@@ -253,11 +259,6 @@ protected:
 /// @throws css::lang::DisposedException
 void IsObjectValid() const;
 
-/// Use this method to set initial Name without notification
-void SetName(const OUString& rName) { msName = rName; }
-/// Use this method to set initial Description without notification
-void SetDescription(const OUString& rDesc) { msDescription = rDesc; }
-
 /// Reference to the parent object.
 css::uno::Reference mxParent;
 
diff --git a/sc/source/ui/inc/scuitphfedit.hxx 
b/sc/source/ui/inc/scuitphfedit.hxx
index 541ff19b76ee..d377a12d0cba 100644
--- a/sc/source/ui/inc/scuitphfedit.hxx
+++ b/sc/source/ui/inc/scuitphfedit.hxx
@@ -21,8 +21,8 @@
 #define INCLUDED_SC_SOURCE_UI_INC_SCUITPHFEDIT_HXX
 
 #include "tphfedit.hxx"
-#include 
-#include 
+#include 
+#include 
 
 enum ScHFEntryId
 {
@@ -54,40 +54,48 @@ public:
 voidClearTextAreas();
 
 protected:
-ScHFEditPage( vcl::Window*   pParent,
+ScHFEditPage( TabPageParent pParent,
   const SfxItemSet& rCoreSet,
   sal_uInt16nWhich,
   bool  bHeader );
 virtual ~ScHFEditPage() override;
-virtual void dispose() override;
 
 private:
-VclPtrm_pWndLeft;
-VclPtrm_pWndCenter;
-VclPtrm_pWndRight;
-VclPtr   m_pFtDefinedHF;
-VclPtr m_pLbDefined;
-VclPtr   

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

2019-04-08 Thread Caolán McNamara (via logerrit)
 sc/qa/unit/data/wks/fail/ofz14129-1.wks |binary
 sc/source/filter/lotus/tool.cxx |7 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 6e7bfc896e6cb4d91dcecf974f0d9ee41f35b86a
Author: Caolán McNamara 
AuthorDate: Mon Apr 8 15:21:09 2019 +0100
Commit: Caolán McNamara 
CommitDate: Mon Apr 8 22:12:27 2019 +0200

ofz#14129 assert on empty string

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

diff --git a/sc/qa/unit/data/wks/fail/ofz14129-1.wks 
b/sc/qa/unit/data/wks/fail/ofz14129-1.wks
new file mode 100644
index ..016d87e63a86
Binary files /dev/null and b/sc/qa/unit/data/wks/fail/ofz14129-1.wks differ
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index dabbd05dcd03..2c0a0f7465e9 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -480,9 +480,10 @@ bool RangeNameBufferWK3::FindRel( const OUString& rRef, 
sal_uInt16& rIndex )
 
 bool RangeNameBufferWK3::FindAbs( const OUString& rRef, sal_uInt16& rIndex )
 {
-OUStringaTmp( rRef );
-aTmp = aTmp.copy(1);
-StringHashEntry aRef( aTmp ); // search w/o '$'!
+if (rRef.isEmpty())
+return false;
+OUString aTmp(rRef.copy(1));
+StringHashEntry aRef(aTmp); // search w/o '$'!
 
 std::vector::iterator itr = std::find_if(maEntries.begin(), 
maEntries.end(),
 [](const Entry& rEntry) { return aRef == rEntry.aStrHashEntry; });
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 36958] Undo does not reset text format after inserting formatted text at end of paragraph

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36958

Buovjaga  changed:

   What|Removed |Added

 CC||david.cortes.rivera@gmail.c
   ||om

--- Comment #15 from Buovjaga  ---
*** Bug 124222 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 124222] Undoing paste leaves style of pasted text

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124222

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---


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

-- 
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 124143] Image not showing, preview and printing work correctly, restart windows help to show

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124143

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Buovjaga  ---
If restarting Windows solved it, maybe it was some temporary memory issue. If
you cannot reproduce it yourself, it will be pretty hard for anyone to
investigate 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 124000] FILEOPEN DOCX Last row of OLE object table is missing

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124000

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||filter:docx
 CC||todven...@suomi24.fi
 Status|UNCONFIRMED |NEW

--- Comment #10 from Buovjaga  ---
(In reply to Gabor Kelemen from comment #7)
> Created attachment 149927 [details]
> Example file neutralized a bit more - second try

Confirmed.

Arch Linux 64-bit
Version: 6.3.0.0.alpha0+
Build ID: e967aea2d8cc4f9fc608cb726cb474c184fb61de
CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: gtk3; 
Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US
Calc: threaded
Built on 7 April 2019

-- 
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-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123961

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||todven...@suomi24.fi

--- Comment #12 from Buovjaga  ---
No hang here.

Franklin: can you repro with 6.2 or latest master?

Arch Linux 64-bit
Version: 6.3.0.0.alpha0+
Build ID: e967aea2d8cc4f9fc608cb726cb474c184fb61de
CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: kde5; 
Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US
Calc: threaded
Built on 7 April 2019

-- 
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 123947] Export to PDF from Writer broke picture size (only width size). Could be linked to reducing dpi size

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123947

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Buovjaga  ---
roumanet: you said you have OpenGL enabled. Does it help, if you disable it?
Tools - Options - LibreOffice - View - Use OpenGL for all rendering

-- 
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 123908] LibreOffice Calc selecting/Editing multiple cells

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123908

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
Sean: do you think this is the same as bug 121860?

-- 
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 122734] calc and draw sheet tab hardcoded black color actions

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122734

--- Comment #5 from andreas_k  ---
I cant wait for the patch any progress?

-- 
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 124376] Sidebar Separator lines

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124376

--- Comment #10 from andreas_k  ---
Screenshot please

-- 
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 124376] Sidebar Separator lines

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124376

--- Comment #10 from andreas_k  ---
Screenshot please

-- 
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 96000] [META] Spelling and grammar checking bugs and enhancements

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000

Dieter Praas  changed:

   What|Removed |Added

 Depends on||124603


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124603
[Bug 124603] Automatic spell check of edited word is made after another word
edit starts
-- 
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 124603] Automatic spell check of edited word is made after another word edit starts

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124603

Dieter Praas  changed:

   What|Removed |Added

Version|6.1.4.2 release |5.4.7.2 release
 Blocks||96000
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW

--- Comment #1 from Dieter Praas  ---
I confirm it with

Version: 6.2.2.2 (x64)
Build-ID: 2b840030fec2aae0fd2658d8d4f9548af4e3518d
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

and with

Version: 5.4.7.2 (x64)
Build-ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU-Threads: 4; BS: Windows 6.19; UI-Render: GL; 
Gebietsschema: de-DE (de_DE); Calc: CL


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96000
[Bug 96000] [META] Spelling and grammar checking 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 123903] FILESAVE DOCX dashed and dotted line styles not saved in DOCX

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123903

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||todven...@suomi24.fi
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Buovjaga  ---
sdc.blanco: please test with 6.2.x.
Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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

[Libreoffice-bugs] [Bug 70838] FILESAVE: doc: wrong size and position exporting rotated objects

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70838

--- Comment #39 from V Stuart Foote  ---
The export to .DOC of Image inserted to Frame of comment 0 are no longer
changing size when opened in Word 2016. 

But opening the exported .DOC back to LibreOffice loses the rotation, and the
image fills the frame that holds the rotated image.

OP then changed scope of BZ to include rotated Draw shape objects. Unlike
images the Draw shapes are now correctly sized and positioned round trip to
Writer, and in Word 2016

Setting this resolved fixed.

Remaining issue of OP for image rotation is open as bug 116371. 
The rotated image is being saved correctly to .DOC and .DOCX, and opens rotated
and sized correctly in Word 2016. The .DOCX opens correctly in current master.
And, just the .DOC version is not opening correctly in current master.

-- 
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 124584] KDE5 Wrong render Bullet item in Dialog Paragraph Style

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124584

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
I have tried :

1. to delete user profile
2. to reinstall open symbol font

no effect =( problem still here...

may be some Kubuntu 18.10 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 112793] [META] DOC (binary) shape-related issues

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112793
Bug 112793 depends on bug 118375, which changed state.

Bug 118375 Summary: FILEOPEN: wrong position of rotated shapes in DOC
https://bugs.documentfoundation.org/show_bug.cgi?id=118375

   What|Removed |Added

 Status|NEW |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 118375] FILEOPEN: wrong position of rotated shapes in DOC

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118375

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #9 from V Stuart Foote  ---
Yes, rotated shapes for the sample .doc and .docx versions now match when
opened in Writer.

Verified Fixed on Windows 10 Ent 64-bit en-US (1803) with
Version: 6.3.0.0.alpha0+ (x64)
Build ID: f3fc127dc007f32355859ae4fc7d34916c500a18
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-04-08_04:49:13
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 70838] FILESAVE: doc: wrong size and position exporting rotated objects

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70838
Bug 70838 depends on bug 118375, which changed state.

Bug 118375 Summary: FILEOPEN: wrong position of rotated shapes in DOC
https://bugs.documentfoundation.org/show_bug.cgi?id=118375

   What|Removed |Added

 Status|NEW |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 123890] When selected text starts with a slash, inserting a hyperlink creates one link for the slash and another for the rest

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123890

Buovjaga  changed:

   What|Removed |Added

Summary|Error in inserting  |When selected text starts
   |hyperlink when selected |with a slash, inserting a
   |text starts with a slash|hyperlink creates one link
   ||for the slash and another
   ||for the rest
Version|6.1.5.2 release |3.6.0.4 release
   Keywords||bibisected, regression
 OS|Linux (All) |All

--- Comment #4 from Buovjaga  ---
Also confirmed on Windows 10.

Bibisected on Linux with 43all to range
https://gerrit.libreoffice.org/plugins/gitiles/core/+log/43c7830b03d141ae11d8617c0fdabefa32dd243c..ce97851773a06103504972eb2771eecd7dd81e36

Unfortunately, the range is huge and by quickly checking I did not find
anything relevant. The inconsistent results mentioned in my previous comment
also cast suspicion on any bibisect.

-- 
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 124607] Opening docx file makes LO writer crash

2019-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124607

--- Comment #2 from Oliver Sander  ---
I installed 

Version: 6.2.2.2
Build ID: 2b840030fec2aae0fd2658d8d4f9548af4e3518d
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde5; 
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded

and the problem went away.

On the other hand, I just asked the person that originally sent me the
problematic document, and he can still reproduce the issue with

Version: 6.2.2.2
Build-ID: 6.2.2-3
CPU-Threads: 4; BS: Linux 5.0; UI-Render: Standard; VCL: kde5;
Gebietsschema: de-DE (de_DE.UTF-8); UI-Sprache: de-DE
Calc: threaded

I don't really know what to make of 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

  1   2   3   4   >