[Libreoffice-commits] core.git: chart2/source odk/examples qadevOOo/tests sc/qa svtools/source svx/source

2018-05-01 Thread Andrea Gelmini
 chart2/source/tools/ChartTypeHelper.cxx  | 
   2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java | 
   8 
 qadevOOo/tests/java/ifc/i18n/_XTransliteration.java  | 
   4 ++--
 qadevOOo/tests/java/ifc/text/_XDocumentIndex.java| 
   2 +-
 qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java| 
   2 +-
 qadevOOo/tests/java/ifc/util/_XURLTransformer.java   | 
   4 ++--
 sc/qa/complex/dataPilot/_XDataPilotDescriptor.java   | 
   2 +-
 svtools/source/control/fmtfield.cxx  | 
   2 +-
 svx/source/svdraw/svdobj.cxx | 
   2 +-
 9 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 73414e3fe8d8cede2c4bc3bc605618873db003c4
Author: Andrea Gelmini 
Date:   Sun Apr 29 15:16:37 2018 +0200

Fix typos

Change-Id: I56bd1a7ac204f4302261e46d0b8c5dd62c4b6df9
Reviewed-on: https://gerrit.libreoffice.org/53624
Tested-by: Jenkins 
Reviewed-by: Bartosz Kosiorek 

diff --git a/chart2/source/tools/ChartTypeHelper.cxx 
b/chart2/source/tools/ChartTypeHelper.cxx
index d917d0e30516..23aa42efed73 100644
--- a/chart2/source/tools/ChartTypeHelper.cxx
+++ b/chart2/source/tools/ChartTypeHelper.cxx
@@ -514,7 +514,7 @@ drawing::Direction3D 
ChartTypeHelper::getDefaultRealisticLightDirection( const u
 sal_Int32 ChartTypeHelper::getAxisType( const uno::Reference<
 XChartType >& xChartType, sal_Int32 nDimensionIndex )
 {
-//retruned is a constant from constant group css::chart2::AxisType
+//returned is a constant from constant group css::chart2::AxisType
 
 //@todo ask charttype itself --> need model change first
 if(!xChartType.is())
diff --git 
a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java 
b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
index 0678ee009f1d..3ff97d1402e9 100644
--- 
a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
+++ 
b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
@@ -139,7 +139,7 @@ public class CustomizeView extendsJPanel
 return;
 
 // be listener for click events
-// They will toogle the UI controls.
+// They will toggle the UI controls.
 ClickListener aMenuBarHandler   = new ClickListener(FEATUREURL_MENUBAR 
 ,FEATUREPROP_MENUBAR  ,xFrame);
 ClickListener aToolBarHandler   = new ClickListener(FEATUREURL_TOOLBAR 
 ,FEATUREPROP_TOOLBAR  ,xFrame);
 ClickListener aObjectBarHandler = new 
ClickListener(FEATUREURL_OBJECTBAR,FEATUREPROP_OBJECTBAR,xFrame);
@@ -165,7 +165,7 @@ public class CustomizeView extendsJPanel
 /*
  * react for click events of the used check boxes
  * We use our internal set dispatch objects to
- * call it. This calls toogle the menu/object- or toolbar.
+ * call it. This calls toggle the menu/object- or toolbar.
  * Note: Because we are listener status events too - hopefully
  * we get a notification, if toggling was successfully or not.
  * We use this information to update our check boxes again.
@@ -175,7 +175,7 @@ public class CustomizeView extendsJPanel
 private class ClickListener implements ActionListener,
com.sun.star.lang.XEventListener
 {
-/// URL, to toogle the requested UI item
+/// URL, to toggle the requested UI item
 private final String m_sURL;
 /// name of the property which must be used in combination with the URL
 private final String m_sProp;
@@ -208,7 +208,7 @@ public class CustomizeView extendsJPanel
  *
  * @param aEvent
  *  describes the check box and its state
- *  we can use to toogle the requested office
+ *  we can use to toggle the requested office
  *  resource.
  */
 public void actionPerformed(ActionEvent aEvent)
diff --git a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java 
b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java
index 5d8cce2393e8..521a111d0596 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java
@@ -310,7 +310,7 @@ public class _XTransliteration extends MultiMethodTest {
 /**
  * Performs tesing of two substrings. Also testing of opposite
  * substrings order performed.
- * @return true if substrings are equal and retruned
+ * @return true if substrings are equal and returned
  * value is 0 for both orders,
  * if substrings are different and expected value
  * returned for direct order and opposite value returned for
@@ -392,7 

[Libreoffice-bugs] [Bug 117376] Firebird: Migration: Migration function should not mix the HSQLdb and Firebird schemas in the same altered ODB file

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117376

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de
 Ever confirmed|0   |1

--- Comment #4 from rob...@familiegrosskopf.de ---
The migration hasn't be done with only migrating tables, forms and relations.
Could be you have to change queries, forms, reports and macros also - and all
this isn't saved for the internal HSQLDB.

I couldn't understand why it shouldn't be possible to create the migrated
Firebird database as a new database. If I open a database and could change
something inside the database, I have write-access. The *.lck-file is also
written. The only problem could be there isn't enough space available for a new
database in the opened folder. But must of the content of a database-file is
the database itself. And if I migrate with two databases in one file the file
could also expand to much as described before.

I will set this one to NEW.

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


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

2018-05-01 Thread heiko tietze
 sc/uiconfig/scalc/ui/mergecellsdialog.ui |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 9ff3ea9e38e9ae084cb9c1c670eb5ea657c834eb
Author: heiko tietze 
Date:   Wed May 2 06:15:00 2018 +0200

tdf#117367 Merge cells radio button regression

Missing group property added back

Change-Id: Ib9622014a9a3c06c070a7a6f5067188f9d9c2f6f
Reviewed-on: https://gerrit.libreoffice.org/53717
Tested-by: Jenkins 
Reviewed-by: Heiko Tietze 

diff --git a/sc/uiconfig/scalc/ui/mergecellsdialog.ui 
b/sc/uiconfig/scalc/ui/mergecellsdialog.ui
index 86492c3d31da..a7413ff396b5 100644
--- a/sc/uiconfig/scalc/ui/mergecellsdialog.ui
+++ b/sc/uiconfig/scalc/ui/mergecellsdialog.ui
@@ -100,10 +100,12 @@
 True
 0
 True
+keep-content-radio
   
   
 0
 0
+1
   
 
 
@@ -115,10 +117,12 @@
 True
 0
 True
+keep-content-radio
   
   
 0
 4
+2
   
 
 
@@ -135,6 +139,7 @@
   
 0
 2
+3
   
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117367] FORMATTING Merge cells dialog radio buttons cannot be unselected

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117367

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |tietze.he...@gmail.com
   |desktop.org |

--- Comment #2 from Heiko Tietze  ---
Thanks for catching the issue.

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


[Libreoffice-ux-advise] [Bug 117348] Contrast and size of Impress grid affects visibility and usefulness

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117348

--- Comment #12 from Heiko Tietze  ---
My comment was about the gray/white contrast and the dot size as shown in the
screenshots. Talking about zoom is something else and covered in bug 89544.

-- 
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 117348] Contrast and size of Impress grid affects visibility and usefulness

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117348

--- Comment #12 from Heiko Tietze  ---
My comment was about the gray/white contrast and the dot size as shown in the
screenshots. Talking about zoom is something else and covered in bug 89544.

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


[Libreoffice-bugs] [Bug 92484] UI: lock toolbar by default

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92484

--- Comment #20 from Heiko Tietze  ---
(In reply to Pedro from comment #19)
> But we are not changing the familiar Standard interface. We are just locking
> the standard toolbar interface in place so that people don't accidentally
> move it around.
> 
> I don't understand your grievance?

The standard layout allows today undocking without the need to unlock and we
should keep that. The locked property should be changed only for Notebookbars
(or rater any non-standard UI).

-- 
You are receiving this mail because:
You 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 92484] UI: lock toolbar by default

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92484

--- Comment #20 from Heiko Tietze  ---
(In reply to Pedro from comment #19)
> But we are not changing the familiar Standard interface. We are just locking
> the standard toolbar interface in place so that people don't accidentally
> move it around.
> 
> I don't understand your grievance?

The standard layout allows today undocking without the need to unlock and we
should keep that. The locked property should be changed only for Notebookbars
(or rater any non-standard UI).

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


testTdf108947 failure on master

2018-05-01 Thread David Ostrovsky

It seems that I need this patch: [1] on most recent master
to pass the rtfimport test. All other tests pass. My autogen
input file is here: [2]. Build tool chain used:

$ gcc --version
gcc (SUSE Linux) 7.3.1 20180323 [gcc-7-branch revision 258812]

When I open this test document testTdf108947, I'm seeing in
fact one single page: [3]. Any clue, what is going on here?

[1] http://paste.openstack.org/show/720207
[2] http://paste.openstack.org/show/720208
[3] https://imgur.com/a/3eQdQDA
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 112237] Cannot get description of used commands in new customize dialog

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

--- Comment #7 from Heiko Tietze  ---
> Looking at the initial question again I reaised that I didn't get Regina's
> point quite right.
> Would it be better to create a new bug for the missing descriptions?

Yes, your list is great and we definitely should think about tooltips, which
are used as description in the customization dialog. It's a very simple
easy-hacking task. 

Regina asked for the description of assigned commands. Left-hand for the not
yet assigned commands we do have a dedicated field that shows the description
but not at right. I wouldn't spoil the layout but a tooltip would be nice.
Alternatively, we could select the same command in the left list which is being
selected right.

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


[Libreoffice-bugs] [Bug 117342] Add Karasa Jaga to LibreOffice core

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117342

--- Comment #7 from Rizal Muttaqin  ---
(In reply to andreas_k from comment #6)
> Can karasa jaga get merged into oxygen? We have oxygen in core which is
> unmaintained would be nice to merge karasa than our oxygen users get the
> benefit without switch to karasa.
> 
> I know the foodprints from oxygen are big but you can help to support oxygen
> the next decade. Rizal

I hope I should not change the name considering many of Oxygen elements doesn't
fit to Karasa Jaga's per se. In other hand I don't want to force previous
Oxygen user to change by hand to Karasa Jaga. May be we should give some notice
to user for example in release notes?

-- 
You are receiving this mail because:
You 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 117342] Add Karasa Jaga to LibreOffice core

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117342

--- Comment #7 from Rizal Muttaqin  ---
(In reply to andreas_k from comment #6)
> Can karasa jaga get merged into oxygen? We have oxygen in core which is
> unmaintained would be nice to merge karasa than our oxygen users get the
> benefit without switch to karasa.
> 
> I know the foodprints from oxygen are big but you can help to support oxygen
> the next decade. Rizal

I hope I should not change the name considering many of Oxygen elements doesn't
fit to Karasa Jaga's per se. In other hand I don't want to force previous
Oxygen user to change by hand to Karasa Jaga. May be we should give some notice
to user for example in release notes?

-- 
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 104251] Writer crashes on closing documents after template-changes had been accepted

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104251

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 106807] [OpenGL] Wrong render text on chart in Calc

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106807

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 54703] Hidden Sections are no longer hidden when printing or exporting pdf.

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54703

--- Comment #22 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 92079] Basic Dialog image background not set

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92079

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 75059] FILTER: Drop down menu does not work

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75059

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 107459] MATCH with third parameter MatchType= -1 fails if the SearchVector is passed directly as the result of an array-formula.

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107459

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 84146] EDITING: Variable value not set

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84146

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - jvmfwk/plugins

2018-05-01 Thread Don Lewis
 jvmfwk/plugins/sunmajor/pluginlib/util.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a76717559adcc05a2c47c2ce843b20708d0e9eb5
Author: Don Lewis 
Date:   Wed May 2 01:36:10 2018 +

Fix build on Windows with precompiled headers.

diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx 
b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 90c52f3ab66d..906d646a5235 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_jvmfwk.hxx"
+#include "precompiled_plugin.hxx"
 
 #include "util.hxx"
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117354] Unable to produce double-line page borders

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117354

--- Comment #6 from wsblackh...@tutanota.com ---
(In reply to Dieter Praas from comment #4)
> Tools => Options => LibreOffice => View => Disable "Use OpenGL for all
> rendering"

That option does not appear for me. In fact, the word "OpenGL" does not appear
anywhere under that menu for me. Under Graphic Output on that menu, I have
options for "Use hardware acceleration" and "Use anti-aliasing," but that's it.
I've seen images posted online of OpenGL options appearing right below those
for others, but it doesn't for me.

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


[Libreoffice-bugs] [Bug 69254] Correct handling of font families (weight, style, stretches) on Mac

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69254

--- Comment #68 from LibreTraining  ---

>From the link above
https://github.com/GNOME/pango/blob/master/pango/pangocoretext-fontmap.c#L121

static const PangoCTWeight ct_weight_map[] = {
{ ct_weight_min, PANGO_WEIGHT_THIN },
{ -0.5, PANGO_WEIGHT_ULTRALIGHT },
{ -0.23, PANGO_WEIGHT_LIGHT },
{ -0.115, PANGO_WEIGHT_SEMILIGHT },
{  0.00, PANGO_WEIGHT_NORMAL },
{  0.2, PANGO_WEIGHT_MEDIUM },
{  0.3, PANGO_WEIGHT_SEMIBOLD },
{  0.4, PANGO_WEIGHT_BOLD },
{  0.6, PANGO_WEIGHT_ULTRABOLD },
{  ct_weight_max, PANGO_WEIGHT_HEAVY }
};

So this "coretext" is stuffing all fonts into one of these 10 weights.
Correct?

And as mentioned above, coretext is assigning different weights the same
weight.
This causes multiple fonts to be assigned the same weight, causes conflicts,
and display errors.

Fira Sans has 16 visual weights.
These are the weights designated in the font files.

Fira Sans Two (100)
Fira Sans Four(100)
Fira Sans Eight   (100)  
Fira Sans Hair(100)  
Fira Sans Thin(100)  
Fira Sans UltraLight  (200)
Fira Sans ExtraLight  (200) 
Fira Sans Light   (300) 
Fira Sans Book(350) 
Fira Sans Regular (400) 
Fira Sans Medium  (500) 
Fira Sans SemiBold(600)  
Fira Sans Bold(700) 
Fira Sans ExtraBold   (800)  
Fira Sans Heavy   (900) 
Fira Sans Ultra   (950)  

There is no way coretext can stuff all 16 of those into 10 weights.

Google fonts only shows 9 weights (which fits nicely with CSS).
Fira Sans Thin(100)  
Fira Sans ExtraLight  (200) 
Fira Sans Light   (300) 
Fira Sans Regular (400) 
Fira Sans Medium  (500) 
Fira Sans SemiBold(600)  
Fira Sans Bold(700) 
Fira Sans ExtraBold   (800)  
Fira Sans Black   (900)   (Heavy)

They simply ignore the rest.


Overpass

Overpass Thin(100) 
Overpass ExtraLight  (200)
Overpass Light   (300)
Overpass Regular (400)  
Overpass SemiBold(600) 
Overpass Bold(700)
Overpass ExtraBold   (800) 
Overpass Heavy   (900)

8 weights
There is no reason why this should not work properly.
Assigning the first three fonts the same weight (see above) makes no sense.


EB Garamond 12 (octaviopardo)

EB Garamond Regular(400)
EB Garamond Medium (500)
EB Garamond SemiBold   (600) 
EB Garamond Bold   (700)  
EB Garamond ExtraBold  (800)

5 weights.
The Medium and SemiBold should work properly (see above).


I do not see how this coretext thing can ever work properly with modern
typefaces.
It simply does not fit.

LO is already displaying the unique Full Font Name from the font file.
Why not just use that?
Other apps do. 
And the bold and italics buttons still work where appropriate.
Most modern fonts have structured the font info fields to work either way.

If the weight is needed to map to HTML for example, just read it from the font
file.

It looks to me that coretext will never work.
Or can someone please tell ignorant me how it possibly can work.

Why is coretext needed for selecting fonts when the metadata can be used
instead?

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


[Libreoffice-bugs] [Bug 117264] Rotated image cannot be moved fully to left/right margins

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117264

Wolfram Fischer  changed:

   What|Removed |Added

 Attachment #141824|image imported  |image imported, generated
description||by R-Studio 1.1.383

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


[Libreoffice-bugs] [Bug 117264] Rotated image cannot be moved fully to left/right margins

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117264

--- Comment #5 from Wolfram Fischer  ---
Created attachment 141825
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141825=edit
testfile: result, saved as pdf file

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


[Libreoffice-bugs] [Bug 117264] Rotated image cannot be moved fully to left/right margins

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117264

--- Comment #4 from Wolfram Fischer  ---
Created attachment 141824
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141824=edit
image imported

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


[Libreoffice-bugs] [Bug 117264] Rotated image cannot be moved fully to left/right margins

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117264

--- Comment #3 from Wolfram Fischer  ---
Created attachment 141823
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141823=edit
libreoffice testfile with image in three positions

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


[Libreoffice-bugs] [Bug 80430] [META] LOCALHELP: Features x Documentation gap

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||116755


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116755
[Bug 116755] Untranslated screenshot in help for Presenter Console
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116755] Untranslated screenshot in help for Presenter Console

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116755

Olivier Hallot  changed:

   What|Removed |Added

 Blocks||80430


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] LOCALHELP: Features x Documentation gap
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117354] Unable to produce double-line page borders

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117354

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #5 from V Stuart Foote  ---
Hmm, with OpenGL rendering enabled, I do get the double lines. But the drop
list previews are invisible until I increase the size of the Width field >=
~4.0 pt from its default .05 pt.

I also had to check on the User defined "Line Arrangment" to actually show all
four borders.

On Windows 10 Ent 64-bit en-US (ver 1709) with Nvidia Quadro K2000 and
Version: 6.1.0.0.alpha1 (x64)
Build ID: cb47f0d320994e001bc38dc2ee9b7d957b15e6ab
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: group

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


[Libreoffice-bugs] [Bug 103030] [META] Navigator sidebar deck and floating window

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030
Bug 103030 depends on bug 117024, which changed state.

Bug 117024 Summary: Selecting a form in navigator does not scroll to the page
https://bugs.documentfoundation.org/show_bug.cgi?id=117024

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 117024] Selecting a form in navigator does not scroll to the page

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117024

Gerhard Weydt  changed:

   What|Removed |Added

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

--- Comment #6 from Gerhard Weydt  ---
tested the patch in
Version: 6.1.0.0.alpha1+
Build ID: 8a2745e1beee722c8c9691c397e493cc1160bedf
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-04-30_23:24:36
Locale: de-DE (de_DE); Calc: group

in Writer and for completeness sake also in Draw and Calc. Wrks for me.

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


[Libreoffice-commits] core.git: helpcontent2

2018-05-01 Thread Adolfo Jayme Barrientos
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e5e7a6017334e15c1f4a67d484dba06408627bd
Author: Adolfo Jayme Barrientos 
Date:   Tue May 1 16:19:43 2018 -0500

Updated core
Project: help  5e2ec00e80b758d19955b2584dc4ac5614db2635

Helponline: Add some more translated strings

Change-Id: Idc3e4624a5779735614af338e036f406a815fc9f

diff --git a/helpcontent2 b/helpcontent2
index 665722ee2855..5e2ec00e80b7 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 665722ee28553846ab82d76d953ee1d4f2ed6bda
+Subproject commit 5e2ec00e80b758d19955b2584dc4ac5614db2635
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: help3xsl/localized.xsl

2018-05-01 Thread Adolfo Jayme Barrientos
 help3xsl/localized.xsl |   27 ---
 1 file changed, 20 insertions(+), 7 deletions(-)

New commits:
commit 5e2ec00e80b758d19955b2584dc4ac5614db2635
Author: Adolfo Jayme Barrientos 
Date:   Tue May 1 16:19:43 2018 -0500

Helponline: Add some more translated strings

Change-Id: Idc3e4624a5779735614af338e036f406a815fc9f

diff --git a/help3xsl/localized.xsl b/help3xsl/localized.xsl
index 45f6f5669..2cc2b7ada 100644
--- a/help3xsl/localized.xsl
+++ b/help3xsl/localized.xsl
@@ -170,22 +170,22 @@ Stylesheet map language-dependent parameters and 
translation
 
 
 ክፍል
-Módulu
+Aplicación
 Модул
 মডিউল
 Modul
-Mòdul
-Mòdul
+Aplicació
+Aplicació
 Modul
 Modul
 Modul
 Άρθρωμα
-Módulo
-Modjulo
+Aplikaĵo
+Aplicación
 Moodul
 Modulua
 Moduuli
-Módulo
+Aplicación
 મોડ્યુલ
 मॉडयूल
 Modul
@@ -214,7 +214,7 @@ Stylesheet map language-dependent parameters and translation
 Modül
 بۆلەك
 Модуль
-Mô-đun
+Mô đun
 组件
 模組
 Module
@@ -295,7 +295,13 @@ Stylesheet map language-dependent parameters and 
translation
 
 
 
+Faiga clic nel testu para copialo nel 
cartafueyu
+Feu clic al text per a copiar-lo al 
porta-retalls
+Feu clic al text per a 
copiar-lo al porta-retalls
+Alklaku la tekston por kopii ĝin al la 
tondejo
+Pulse en el texto para copiarlo en el 
portapapeles
 Klikkaa kopioidaksesi 
leikepöydälle
+Prema no texto para copialo no 
portarretallos
 Clique no texto para copiar para a 
área de transferência
 Clique no texto para copiar para a 
área de transferência
 Click on text to copy to clipboard
@@ -306,10 +312,17 @@ Stylesheet map language-dependent parameters and 
translation
 
 
 
+Si esta páxina resultó-y útil, 
puede sofitanos con una donación.
+Si aquesta pàgina us ha sigut 
útil, podeu col·laborar-hi amb una donació.
+Si esta pàgina us ha 
sigut útil, podeu col·laborar-hi amb una donació.
+Se ĉi tiu paĝo estis utila por 
vi, vi povas subteni nin.
+Si esta página le ha sido útil, 
puede apoyarnos con una donación.
+Si esta páxina resultoulle útil, 
pode apoiarnos cunha doazón.
 Hvis du har funnet denne siden 
nyttig kan du bidra.
 Se esta página lhe foi útil, 
dê-nos seu apoio!
 Se esta página lhe foi útil, 
dê-nos seu apoio!
 Če vam je stran v pomoč, nam 
lahko pomagate!
+如果这个页面对您有帮助,请支持我们!
 If this page has been helpful, you can 
support us!
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 110740] UI: Font shrinks when pasting text

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=110740

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |momonas...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 110740] UI: Font shrinks when pasting text

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=110740

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

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


[Libreoffice-bugs] [Bug 110740] UI: Font shrinks when pasting text

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=110740

--- Comment #7 from Commit Notification 
 ---
Maxim Monastirsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=b9708df8179fd4db377bf1d2c399623149464dd5

tdf#110740 Wrong formatting when cutting from the input line

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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: sc/source

2018-05-01 Thread Maxim Monastirsky
 sc/source/ui/app/inputhdl.cxx |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit b9708df8179fd4db377bf1d2c399623149464dd5
Author: Maxim Monastirsky 
Date:   Sun Apr 29 23:51:48 2018 +0300

tdf#110740 Wrong formatting when cutting from the input line

When the input line has the focus, and cutting text with a
keyboard shortcut, first we copy the contents of the cell to
the clipboard, and then immediately overwrite it with the
contents of the input line, which carries the wrong formatting.
Instead, just use the same logic as for SID_CUT (in
ScEditShell::Execute): Copy the cell contents, and delete the
contents of the input line.

Change-Id: I5f3fbdfebdee16d55af05ffcece142cd92918c5e
Reviewed-on: https://gerrit.libreoffice.org/53637
Tested-by: Jenkins 
Reviewed-by: Maxim Monastirsky 

diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index b734ff670033..63f5be6da1f5 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -3411,8 +3411,12 @@ bool ScInputHandler::KeyInput( const KeyEvent& rKEvt, 
bool bStartEdit /* = false
 pTableView->SetControlWord(nControl);
 }
 if (pTopView)
-if ( pTopView->PostKeyEvent( rKEvt ) )
+{
+if ( bUsed && rKEvt.GetKeyCode().GetFunction() == 
KeyFuncType::CUT )
+pTopView->DeleteSelected();
+else if ( pTopView->PostKeyEvent( rKEvt ) )
 bUsed = true;
+}
 }
 
 // AutoInput:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'private/khaledhosny/color-fonts'

2018-05-01 Thread Khaled Hosny
New branch 'private/khaledhosny/color-fonts' available with the following 
commits:
commit fa1ec9461e2f78655e9aa17473dba085b0b6015d
Author: Khaled Hosny 
Date:   Tue May 1 23:03:46 2018 +0200

WIP color fonts support

Needs https://github.com/harfbuzz/harfbuzz/pull/1016

Change-Id: If3a23f8b07490b68de950b583485e7845a258b57

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


[Libreoffice-bugs] [Bug 117335] GIF images fail to display in Impress

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117335

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||armin.le.gr...@me.com

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

author  Armin Le Grand   2017-10-30 16:29:09 +0100
committer   Armin Le Grand   2018-04-17 02:05:57
+0200
commit  7f9b0f47979dcb7abfed37bb7cd38ab51eac6011 (patch)
tree639b6289605dc4b108b70d2da56dd214e62a5be1
parent  0f93692fda4226323422cf82ce34ae4bd5e22fab (diff)
tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed
Added code to quartz vcl implementation that takes care
when BitmapPalette.count != (depth^^2)-1 - which may
be the case anytime. If then a bitmap value exists that
goes beyond that count, a invalid access was executed

Bisected with: bibisect-mac64-6.1

Adding Cc: to Armin Le Grand

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


[Libreoffice-bugs] [Bug 117335] GIF images fail to display in Impress

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117335

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

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

Version: 6.1.0.0.alpha1+
Build ID: 13a1bc409d9b2f0d14f4d316b7977b1fc2eb3c8a
CPU threads: 8; OS: Mac OS X 10.13.3; UI render: default; 
Locale: en-US (en_ES.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 117377] UI: A row with a grey background appears in Writer settings

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117377

Dieter Praas  changed:

   What|Removed |Added

 Blocks||113944


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113944
[Bug 113944] [META] Options dialog's Writer settings 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 113944] [META] Options dialog's Writer settings bugs and enhancements

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113944

Dieter Praas  changed:

   What|Removed |Added

 Depends on||117377


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117377
[Bug 117377] UI: A row with a grey background appears in Writer settings
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117377] UI: A row with a grey background appears in Writer settings

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117377

Dieter Praas  changed:

   What|Removed |Added

 OS|Mac OS X (All)  |All

--- Comment #1 from Dieter Praas  ---
(In reply to Andrew Hyatt from comment #0)
> Created attachment 141817 [details]
> Demonstrates the grey row background
> 
> When you first open Options -> LibreOffice Writer -> Compatability the first
> row appears with a grey background as is shown in the attached screenshot. 
> 
> This is likely macOS specific but this has not been tested on other
> platforms. 
> 
> When you click a different row the selection is shown with a light blue
> background from then forward.

Same with Windows 10. But what is the behaviour you expect?

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


[Libreoffice-bugs] [Bug 117377] UI: A row with a grey background appears in Writer settings

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117377

--- Comment #3 from Xisco Faulí  ---
I guess it should be greyed, it disappears if something else is selected and
it's selected again...

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


[Libreoffice-bugs] [Bug 117377] UI: A row with a grey background appears in Writer settings

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117377

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
Version|6.0.0.3 release |3.3 all versions
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Reproduced in

Version: 6.0.0.0.alpha1+
Build ID: 6eeac3539ea4cac32d126c5e24141f262eb5a4d9
CPU threads: 8; OS: Mac OS X 10.13.3; UI render: default; 
Locale: en-US (en_ES.UTF-8); Calc: group threaded

and

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

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


[Libreoffice-bugs] [Bug 58685] Add *option* for proposing a file name based on the content of the document on first save (comment 13 for suggested sources in priority order)

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

V Stuart Foote  changed:

   What|Removed |Added

Summary|Add *option* for proposing  |Add *option* for proposing
   |a file name based on the|a file name based on the
   |content of the document on  |content of the document on
   |first save  |first save (comment 13 for
   ||suggested sources in
   ||priority order)

-- 
You are receiving this mail because:
You 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 58685] Add *option* for proposing a file name based on the content of the document on first save (comment 13 for suggested sources in priority order)

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

V Stuart Foote  changed:

   What|Removed |Added

Summary|Add *option* for proposing  |Add *option* for proposing
   |a file name based on the|a file name based on the
   |content of the document on  |content of the document on
   |first save  |first save (comment 13 for
   ||suggested sources in
   ||priority order)

-- 
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 117379] EDITING: The spelling suggestions don' t come up when the word is selected

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117379

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #3 from Dieter Praas  ---
(In reply to Andrew Hyatt from comment #0)
> Description:
> When the selection is of one word and only that word, the spell checker
> should come up when it is right clicked. 
> 
> Steps to Reproduce:
> 1. Miss spell a word
> 2. Double click it to select it
> 3. Right click it
> 
> Actual Results:  
> The spelling options that come up when right clicking the non-selected word
> don't come up. 
> 
> Expected Results:
> When the selection is of one word and only that word, the spell checker
> should come up when it is right clicked. 
> 

I confirm the observed behaviour and set the bug to NEW. But I also think, that
design team should have a look at it. Personally I think the context menu of a
selected word should at least include link to spell-checking dialog.

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


[Libreoffice-bugs] [Bug 58685] Add *option* for proposing a file name based on the content of the document on first save

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

V Stuart Foote  changed:

   What|Removed |Added

 CC||andrewrhy...@icloud.com

--- Comment #18 from V Stuart Foote  ---
*** Bug 117378 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 107943] [META] Save bugs and enhancements

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107943
Bug 107943 depends on bug 117378, which changed state.

Bug 117378 Summary: FILESAVE: Writer Documents do not have a default filename
https://bugs.documentfoundation.org/show_bug.cgi?id=117378

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 117378] FILESAVE: Writer Documents do not have a default filename

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117378

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---


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

-- 
You are receiving this mail because:
You 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 58685] Add *option* for proposing a file name based on the content of the document on first save

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

V Stuart Foote  changed:

   What|Removed |Added

 CC||andrewrhy...@icloud.com

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

-- 
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 107943] [META] Save bugs and enhancements

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107943

Dieter Praas  changed:

   What|Removed |Added

 Depends on||117378


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117378
[Bug 117378] FILESAVE: Writer Documents do not have a default filename
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117378] FILESAVE: Writer Documents do not have a default filename

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117378

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de
 Blocks||107943
 Ever confirmed|0   |1

--- Comment #1 from Dieter Praas  ---
I assume, it is only for new documents without a filename.

Would be a useful enhancement, I think.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107943
[Bug 107943] [META] Save 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 117374] Mail merge skips a record

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117374

Aron Budea  changed:

   What|Removed |Added

 Blocks||102998


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102998
[Bug 102998] [META] Mail merge 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 102998] [META] Mail merge bugs and enhancements

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998

Aron Budea  changed:

   What|Removed |Added

 Depends on||117374


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117374
[Bug 117374] Mail merge skips a record
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - connectivity/source i18npool/source sdext/source store/source svl/inc svl/source unotools/source vcl/source vcl/unx vos/source

2018-05-01 Thread Don Lewis
 connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx |8 +-
 connectivity/source/commontools/dbexception.cxx|8 +-
 connectivity/source/drivers/adabas/BUser.cxx   |2 
 connectivity/source/drivers/file/FResultSet.cxx|8 +-
 connectivity/source/drivers/file/FStatement.cxx|   16 ++--
 connectivity/source/drivers/hsqldb/HUser.cxx   |2 
 connectivity/source/drivers/mysql/YUser.cxx|2 
 connectivity/source/inc/propertyids.hxx|2 
 connectivity/source/parse/PColumn.cxx  |   18 ++---
 connectivity/source/sdbcx/VCatalog.cxx |2 
 connectivity/source/sdbcx/VColumn.cxx  |   14 ++--
 connectivity/source/sdbcx/VIndex.cxx   |2 
 connectivity/source/sdbcx/VKey.cxx |8 +-
 connectivity/source/sdbcx/VKeyColumn.cxx   |2 
 connectivity/source/sdbcx/VTable.cxx   |8 +-
 connectivity/source/sdbcx/VView.cxx|8 +-
 i18npool/source/search/levdis.cxx  |4 -
 i18npool/source/search/textsearch.cxx  |4 -
 sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx   |2 
 store/source/storcach.cxx  |4 -
 store/source/stortree.cxx  |6 -
 svl/inc/svl/cntnrsrt.hxx   |2 
 svl/inc/svl/svarray.hxx|8 +-
 svl/source/items/itemset.cxx   |2 
 svl/source/memtools/svarray.cxx|   10 +-
 svl/source/misc/inethist.cxx   |6 -
 svl/source/numbers/zforfind.cxx|   14 ++--
 svl/source/numbers/zformat.cxx |   32 -
 unotools/source/i18n/charclass.cxx |   12 +--
 vcl/source/gdi/bitmap4.cxx |2 
 vcl/source/gdi/pdfwriter_impl.cxx  |8 +-
 vcl/source/gdi/pdfwriter_impl.hxx  |6 -
 vcl/source/gdi/pdfwriter_impl2.cxx |6 -
 vcl/unx/generic/app/wmadaptor.cxx  |2 
 vcl/unx/generic/fontmanager/afm_hash.cpp   |   10 +-
 vcl/unx/generic/fontmanager/parseAFM.cxx   |   34 
+-
 vos/source/object.cxx  |2 
 37 files changed, 143 insertions(+), 143 deletions(-)

New commits:
commit 0ee87bc7c34f6caea6604d42354df2ea97d26b64
Author: Don Lewis 
Date:   Tue May 1 18:46:30 2018 +

The register storage class is deprecated and is incompatible with C++17.

Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator.  Get ahead of the game and
delete it now.

Reported by clang 6.

diff --git a/i18npool/source/search/levdis.cxx 
b/i18npool/source/search/levdis.cxx
index 60581a170bcf..c4ffeca7ead6 100644
--- a/i18npool/source/search/levdis.cxx
+++ b/i18npool/source/search/levdis.cxx
@@ -93,7 +93,7 @@
 {   \
 if ( jj != ii ) \
 {   \
-register sal_Int32 k;   \
+sal_Int32 k;\
 if ( jj > 0 )   \
 for ( k=0; k < jj; k++ )\
 if ( cpPattern[k] == c )\
@@ -272,7 +272,7 @@ int WLevDistance::WLD( const sal_Unicode* cString, 
sal_Int32 nStringLen )
 nSPMin = npDistance[0];
 int nReplacePos = -1;   // tristate Flag
 // fuer jede Patternspalte den String durchgehen
-for ( register sal_Int32 i=1; i <= nStringLen; i++ )
+for ( sal_Int32 i=1; i <= nStringLen; i++ )
 {
 d1 = d2;// WLD( X(i-1), Y(j-1) )
 d2 = npDistance[i]; // WLD( X(i)  , Y(j-1) )
diff --git a/i18npool/source/search/textsearch.cxx 
b/i18npool/source/search/textsearch.cxx
index 7c716e8a2828..7d625ece3976 100644
--- a/i18npool/source/search/textsearch.cxx
+++ b/i18npool/source/search/textsearch.cxx
@@ -879,7 +879,7 @@ SearchResult TextSearch::ApproxSrchFrwrd( const OUString& 
searchStr,
 
 OUString aWTemp( searchStr );
 
-register sal_Int32 nStt, nEnd;
+sal_Int32 nStt, nEnd;
 
 Boundary aWBnd = xBreak->getWordBoundary( aWTemp, startPos,
 aSrchPara.Locale,
@@ -926,7 +926,7 @@ SearchResult TextSearch::ApproxSrchBkwrd( const OUString& 
searchStr,
 
 OUString aWTemp( searchStr );
 

[Libreoffice-bugs] [Bug 117367] FORMATTING Merge cells dialog radio buttons cannot be unselected

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117367

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 Status|UNCONFIRMED |NEW
 CC||tietze.he...@gmail.com,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1
 OS|Windows (All)   |All

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

author  heiko tietze    2018-04-12 10:23:55 +0200
committer   Heiko Tietze    2018-04-12 13:20:46
+0200
commit  38f83693f096ae14cd43292223c5b16bbb001b87 (patch)
treece939326f83982b3c693fa6721ca56959e5c942e
parent  cb4784e59dfd872d4120c9f5f81ccabc8f2fde4a (diff)
tdf#106544 - Merge cells dialog is difficult to understand

Bisected with: bibisect-linux64-6.1

Adding Cc: to heiko tietze

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


[Libreoffice-bugs] [Bug 117354] Unable to produce double-line page borders

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117354

--- Comment #4 from Dieter Praas  ---
(In reply to wsblackhole from comment #3)
> (In reply to Dieter Praas from comment #2)
> > Seems to be fine, if you disable OpenGL.
> 
> I tried to test without OpenGL. However, there is no option for OpenGL in
> the menu (I looked under Tools ▸ Options ▸ LibreOffice ▸ View) on my system
> (v 6.0.3.2 on Linux). I restarted in safe mode and confirmed that the
> problem persisted.

Tools => Options => LibreOffice => View => Disable "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 117380] EDITING: Hyperlinks SEEM to get lost on cut & paste

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117380

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document 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-commits] online.git: wsd/FileServer.cpp

2018-05-01 Thread Andras Timar
 wsd/FileServer.cpp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f59930e7feb15556162e6ab8ece6e2901efd18b
Author: Andras Timar 
Date:   Mon Apr 30 22:10:57 2018 +0200

do not allow empty admin console user or password

Change-Id: I3dfb74f62c53d8c7ab80094d4831203d065f0b4c
Reviewed-on: https://gerrit.libreoffice.org/53673
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/wsd/FileServer.cpp b/wsd/FileServer.cpp
index b4c66056b..c84859064 100644
--- a/wsd/FileServer.cpp
+++ b/wsd/FileServer.cpp
@@ -191,7 +191,7 @@ bool FileServerRequestHandler::isAdminLoggedIn(const 
HTTPRequest& request,
 
 bool authenticated = false;
 
-if (userProvidedUsr == user && userProvidedPwd == pass)
+if (userProvidedUsr == user && userProvidedPwd == pass && !user.empty() && 
!pass.empty())
 {
 authenticated = true;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117372] can't sort columns past blank row

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117372

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document 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 117375] LibreOffice Calc hangs when opening an (oldish) .xls document ; apparently in a loop in "SfxBroadcaster::RemoveListener"

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117375

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document 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-commits] core.git: sw/source

2018-05-01 Thread Caolán McNamara
 sw/source/filter/xml/xmltbli.cxx |   10 --
 sw/source/filter/xml/xmltbli.hxx |1 +
 2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 3def66880874e5d0f06a48abfb6d3a95b6b0dae4
Author: Caolán McNamara 
Date:   Tue May 1 15:17:48 2018 +0100

ofz#7002 Direct-leak

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

diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 989fe07af328..98ddb181baf1 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -1251,6 +1251,7 @@ SwXMLTableContext::SwXMLTableContext( SwXMLImport& 
rImport,
 m_pRows( new SwXMLTableRows_Impl ),
 m_pTableNode( nullptr ),
 m_pBox1( nullptr ),
+m_bOwnsBox1( false ),
 m_pSttNd1( nullptr ),
 m_pBoxFormat( nullptr ),
 m_pLineFormat( nullptr ),
@@ -1391,6 +1392,7 @@ SwXMLTableContext::SwXMLTableContext( SwXMLImport& 
rImport,
 m_pRows( new SwXMLTableRows_Impl ),
 m_pTableNode( pTable->m_pTableNode ),
 m_pBox1( nullptr ),
+m_bOwnsBox1( false ),
 m_pSttNd1( nullptr ),
 m_pBoxFormat( nullptr ),
 m_pLineFormat( nullptr ),
@@ -1408,6 +1410,8 @@ SwXMLTableContext::SwXMLTableContext( SwXMLImport& 
rImport,
 
 SwXMLTableContext::~SwXMLTableContext()
 {
+if (m_bOwnsBox1)
+delete m_pBox1;
 delete m_pColumnDefaultCellStyleNames;
 delete m_pSharedBoxFormats;
 delete m_pRows;
@@ -1808,6 +1812,7 @@ SwTableBox *SwXMLTableContext::NewTableBox( const 
SwStartNode *pStNd,
 pBox = m_pBox1;
 pBox->SetUpper( pUpper );
 m_pBox1 = nullptr;
+m_bOwnsBox1 = false;
 }
 else
 pBox = new SwTableBox( m_pBoxFormat, *pStNd, pUpper );
@@ -2614,6 +2619,7 @@ void SwXMLTableContext::MakeTable()
 m_pTableNode->GetDoc()->getIDocumentContentOperations().DeleteSection( 
m_pTableNode );
 m_pTableNode = nullptr;
 m_pBox1 = nullptr;
+m_bOwnsBox1 = false;
 m_pSttNd1 = nullptr;
 return;
 }
@@ -2732,10 +2738,10 @@ void SwXMLTableContext::MakeTable()
 }
 
 SwTableLine *pLine1 = m_pTableNode->GetTable().GetTabLines()[0U];
-OSL_ENSURE( m_pBox1 == pLine1->GetTabBoxes()[0U],
-"Why is box 1 change?" );
+assert(m_pBox1 == pLine1->GetTabBoxes()[0] && !m_bOwnsBox1 && "Why is box 
1 change?");
 m_pBox1->m_pStartNode = m_pSttNd1;
 pLine1->GetTabBoxes().erase( pLine1->GetTabBoxes().begin() );
+m_bOwnsBox1 = true;
 
 m_pLineFormat = static_cast(pLine1->GetFrameFormat());
 m_pBoxFormat = static_cast(m_pBox1->GetFrameFormat());
diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index cc67ac13fa92..0fac390c2794 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -67,6 +67,7 @@ class SwXMLTableContext : public XMLTextTableContext
 
 SwTableNode *m_pTableNode;
 SwTableBox  *m_pBox1;
+bool m_bOwnsBox1;
 const SwStartNode   *m_pSttNd1;
 
 SwTableBoxFormat   *m_pBoxFormat;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - cui/source cui/uiconfig include/vcl sc/inc sc/qa sc/source sc/uiconfig vcl/source vcl/unx

2018-05-01 Thread Caolán McNamara
 cui/source/dialogs/multipat.cxx|2 
 cui/source/dialogs/pastedlg.cxx|2 
 cui/uiconfig/ui/textanimtabpage.ui |   55 ++-
 include/vcl/weld.hxx   |   15 +-
 sc/inc/scabstdlg.hxx   |2 
 sc/qa/unit/screenshots/screenshots.cxx |2 
 sc/source/ui/attrdlg/scdlgfact.cxx |   24 +--
 sc/source/ui/attrdlg/scdlgfact.hxx |   10 +
 sc/source/ui/inc/mvtabdlg.hxx  |   38 ++---
 sc/source/ui/miscdlgs/mvtabdlg.cxx |  242 +++--
 sc/source/ui/miscdlgs/shtabdlg.cxx |2 
 sc/source/ui/view/tabvwshf.cxx |2 
 sc/uiconfig/scalc/ui/movecopysheet.ui  |   48 +-
 vcl/source/app/salvtables.cxx  |   14 +
 vcl/unx/gtk3/gtk3gtkinst.cxx   |   14 +
 15 files changed, 244 insertions(+), 228 deletions(-)

New commits:
commit cfe137da10080b3d626ee9791e3b0b1dd0e7bb6e
Author: Caolán McNamara 
Date:   Tue May 1 17:15:27 2018 +0100

inline GtkComboBoxText liststore

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

diff --git a/cui/uiconfig/ui/textanimtabpage.ui 
b/cui/uiconfig/ui/textanimtabpage.ui
index d0457ee5d882..5209db93caeb 100644
--- a/cui/uiconfig/ui/textanimtabpage.ui
+++ b/cui/uiconfig/ui/textanimtabpage.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -37,36 +37,6 @@
 False
 gtk-go-up
   
-  
-
-  
-  
-  
-  
-
-
-  
-No Effect
-0
-  
-  
-Blink
-1
-  
-  
-Scroll Through
-2
-  
-  
-Scroll Back and Forth
-3
-  
-  
-Scroll In
-4
-  
-
-  
   
 True
 False
@@ -90,10 +60,10 @@
   
 True
 False
-0
 E_ffect:
 True
 LB_EFFECT
+0
   
   
 False
@@ -102,11 +72,17 @@
   
 
 
-  
+  
 True
 False
 center
-liststoreEFFECT
+
+  No Effect
+  Blink
+  Scroll Through
+  Scroll Back and Forth
+  Scroll In
+
   
   
 False
@@ -322,8 +298,8 @@
   
 True
 False
-0
 Animation cycles:
+0
   
   
 False
@@ -364,6 +340,7 @@
 True
 False
 start
+True
 
   
 
@@ -385,8 +362,8 @@
   
 True
 False
-0
 Increment:
+0
   
   
 False
@@ -427,6 +404,7 @@
 True
 False
 start
+True
 
   
 
@@ -448,8 +426,8 @@
   
 True
 False
-0
 Delay:
+0
   
   
 False
@@ -490,6 +468,7 @@
 True
 False
 start
+True
 
   
 
@@ -515,8 +494,8 @@
   
 True
 False
-0
 Properties
+0
 
   
 
commit ab4609c8f9756e4fe6959a10e54ebee9105edbf7
Author: Caolán McNamara 
Date:   Tue May 1 16:03:24 2018 +0100

weld ScMoveTableDlg

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

diff --git a/cui/source/dialogs/multipat.cxx b/cui/source/dialogs/multipat.cxx
index d703b914acf7..ec1ecffa957f 100644
--- a/cui/source/dialogs/multipat.cxx
+++ b/cui/source/dialogs/multipat.cxx
@@ -115,7 +115,7 @@ IMPL_LINK_NOARG(SvxPathSelectDialog, AddHdl_Impl, 
weld::Button&, void)
 OUString sInsPath;
 osl::FileBase::getSystemPathFromFileURL(aURL, sInsPath);
 
-if 

[Libreoffice-bugs] [Bug 94899] Inconsistent menu items "Clear Direct Formatting" and " Default Formatting"

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94899

--- Comment #6 from Stanislav Horacek  ---
It seems that this issue has been fixed by this commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=c42ed19c1dcde6e2c6210e6f8cc90ba8ba654de1

Once verified, this can be marked as resolved.

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


[Libreoffice-bugs] [Bug 113866] The option to print text in black, secretly also affects PDF export

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113866

Daniel Silva  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |danielfaleirosi...@gmail.co
   |desktop.org |m

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


[Libreoffice-bugs] [Bug 117382] DATUMVERSCHIL is not working, instead must use DATUMALS ( DATEDIFF)

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117382

Cor  changed:

   What|Removed |Added

Summary|DATEVERSCHIL is not |DATUMVERSCHIL is not
   |working, instead  must use  |working, instead  must use
   |DATALS (DATEDIFF)   |DATUMALS (DATEDIFF)

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


[Libreoffice-bugs] [Bug 117382] New: DATEVERSCHIL is not working, instead must use DATALS ( DATEDIFF)

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117382

Bug ID: 117382
   Summary: DATEVERSCHIL is not working, instead  must use DATALS
(DATEDIFF)
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ancos...@gmail.com

Description:
In Libre Office CALC version 5.4 and also 6.03.2 with the DUTCH language pack
installed, the DATUMVERSCHIL (English: DATEDIFF) does not work.
It seems that the proper function syntax is; DATUMALS.
I think that the translation from DATEDIFF is misspelled as DATE IFF, which
means in dutch; DATUM ALS.
In the several help files and all the other info on the WWW, the function is
noted as DATUMVERSCHIL or in English DATEDIFF and not DATUMALS.

Is this as I suggested a translation error or work as designed?

Kind regards,
Cor de Boer
The Netherlands



Steps to Reproduce:
1.Installed Dutch Language pack
2.use function: =datumverschil("01-03-2018";"01-05-2018";"d")
3.#NAAM?

Actual Results:  
#NAAM? (In English: #NAME?)

Expected Results:
61


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
DATUMVERSCHIL
Deze functie geeft het aantal gehele dagen, maanden of jaren terug tussen een
Begindatum en een Einddatum.
Syntaxis
DATUMVERSCHIL(Begindatum; Einddatum; Interval)
Begindatum is de datum van waar de berekening wordt uitgevoerd.
Einddatum is de datum tot waar de berekening wordt uitgevoerd. De Einddatum
moet later dan de Begindatum zijn.
Interval is tekenreeks, toegelaten waarden zijn "d", "m", "j", "jm", "md" or
"jd".
Waarde voor "Interval"
Teruggeven waarde
"d"
Aantal gehele dagen tussen de Begindtum en Einddatum.
"m"
Aantal gehele maanden tussen Begindatum en Einddatum.
"j"
Aantal gehele jaren tussen Begindatum en Einddatum.
"jm"
Aantal gehele maanden wanneer de jaren afgetrokken worden van het verschil
tussen Begindatum en Einddatum.
"md"
Aantal gehele dagen wanneer de jaren en maanden afgetrokken worden van het
verschil tussen Begindatum en Einddatum.
"jd"
Aantal gehele dagen wanneer de jaren afgetrokken worden van het verschil tussen
Begindatum en Einddatum.

Voorbeeld
Verjaardag berekening. Een man werd geboren op 17-04-1974. Vandaag is het
13-06-2012.
=DATEDIF("1974-04-17";"2012-06-13";"y") geeft 38.
=DATEDIF("1974-04-17";"2012-06-13";"ym") geeft 1.
=DATEDIF("1974-04-17";"2012-06-13";"md") geeft 27. Hij is dus 38 jaar, 1 maand
en 27 dagen oud.
=DATUMVERSCHIL("17-04-1974";"13-06-2012";"m") geeft 457, hij leeft dus reeds
457 maanden.
=DATUMVERSCHIL("17-04-1974";"13-06-2012";"d") geeft 13937, hij leeft dus reeds
13937 dagen.
=DATUMVERSCHIL("17-04-1974";"13-06-2012";"jd") geeft 57, zijn verjaardag was 57
dagen geleden.


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101
Firefox/59.0

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


[Libreoffice-bugs] [Bug 117381] New: libpng12 required, but not available on Ubuntu 17.10 and 18.04

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117381

Bug ID: 117381
   Summary: libpng12 required, but not available on Ubuntu 17.10
and 18.04
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bert...@ruetzler.net

Following the instructions on https://www.collaboraoffice.com/code/ I tried to
install CODE on Ubuntu 18.04 (Bionic Beaver) via the packages for Linux
distros:

# import the signing key
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D
# add the repository URL to /etc/apt/sources.list
echo 'deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE ./' >>
/etc/apt/sources.list
# perform the installation
apt-get update && apt-get install loolwsd code-brand

However, the installation failed with the following error:

root@asdf:~# apt-get install loolwsd code-brand
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 loolwsd : Depends: libpng12-0 (>= 1.2.13-4) but it is not installable
E: Unable to correct problems, you have held broken packages.
root@asdf:~#

libpng12 is not available on Ubuntu 18.04 any more (and what I've read so far
it already got dumped at 17.10 - so the problem might exist there as well)...

As a workaround I got code running by downloading the package from the 16.04
sources and installing it manually:

wget
http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb
dpkg -i libpng12-0_1.2.54-1ubuntu1_amd64.deb

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


[Libreoffice-bugs] [Bug 117353] Error with Calc, when add data from FireBird RU

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117353

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from rob...@familiegrosskopf.de ---
(In reply to Al Ko from comment #3)
> Thank you for your attention to the request!
> 
> The problem was solved by changing the query, the field name was written in
> uppercase "ID", not "id", as before. 
> Expected the query to be case insensitive in field names.

Seems this doesn't happen with the internal Firebird database.

I will set this one to WORKSFORME, because this isn't a problem of copy and
paste to Calc.

Feel free to report a new bug for case insensitive field names. I don't know if
case-sensitive fieldnames are standard for Firebird 3.0. Don't think it is a
bug if LO will work with case sensitive fieldnames.

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


[Libreoffice-bugs] [Bug 112237] Cannot get description of used commands in new customize dialog

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

--- Comment #6 from Gerhard Weydt  ---
(In reply to Gerhard Weydt from comment #5)
> Created attachment 141821 [details]
> Missing descriptions
> 
> So here's a list of all functions where no description is shown.

Looking at the initial question again I reaised that I didn't get Regina's
point quite right.
Would it be better to create a new bug for the missing descriptions?

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


[Libreoffice-bugs] [Bug 85458] Missing Message that Template Can not be Saved due to Missing Access Rights

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85458

--- Comment #11 from Harald Koester  ---
A differentiation of the reason for a failing of saving a template is still not
implemented. See comment 9.  (Version 6.0.3, 64 bit, Win7)

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


[Libreoffice-bugs] [Bug 117380] EDITING: Hyperlinks SEEM to get lost on cut & paste

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117380

--- Comment #1 from Heinz  ---
Created attachment 141822
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141822=edit
Screenshot before and after cut & paste

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


[Libreoffice-bugs] [Bug 117380] New: EDITING: Hyperlinks SEEM to get lost on cut & paste

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117380

Bug ID: 117380
   Summary: EDITING: Hyperlinks SEEM to get lost on cut & paste
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kram...@web.de

Description:
When text containing hyperlinks is cut and pasted, the hyperlink portion seems
to be missing after insertion and is not shown in the editor until the slide
gets "refreshed" (e.g. by changing the focus to another slide).

See screenshots.

Steps to Reproduce:
1. Add a hyperlink to some existing text (c-k).
2. Move this text to another location by cut & paste (c-x, c-v)


Actual Results:  
Clipboard content is inserted with (seemingly) the hyperlink part missing.

Expected Results:
Clipboard content should be inserted completely (visible).


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.0.3.2
Build-ID: 6.0.3-1
CPU-Threads: 4; BS: Linux 4.16; UI-Render: GL; VCL: gtk3; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

My main box is running Arch Linux, but the issue can be reproduced with Impress
6.0.3.2 on Windows 10 64 as well.


User-Agent: Mozilla/5.0 (X11; NetBSD amd64; rv:48.0) Gecko/20100101
Firefox/48.0

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


[Libreoffice-bugs] [Bug 80430] [META] LOCALHELP: Features x Documentation gap

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430
Bug 80430 depends on bug 106623, which changed state.

Bug 106623 Summary: [LOCALHELP] Write help page for PIVOT CHARTS
https://bugs.documentfoundation.org/show_bug.cgi?id=106623

   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 107060] [META] Pivot chart issues

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107060
Bug 107060 depends on bug 106623, which changed state.

Bug 106623 Summary: [LOCALHELP] Write help page for PIVOT CHARTS
https://bugs.documentfoundation.org/show_bug.cgi?id=106623

   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 106623] [LOCALHELP] Write help page for PIVOT CHARTS

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106623

Olivier Hallot  changed:

   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 112237] Cannot get description of used commands in new customize dialog

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112237

Gerhard Weydt  changed:

   What|Removed |Added

 CC||gerhard.we...@t-online.de

--- Comment #5 from Gerhard Weydt  ---
Created attachment 141821
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141821=edit
Missing descriptions

So here's a list of all functions where no description is shown.

-- 
You are receiving this mail because:
You 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 icon-themes/colibre_svg

2018-05-01 Thread andreas kainz
 icon-themes/colibre/cmd/ko/lc_bold.png  |binary
 icon-themes/colibre/cmd/ko/lc_charfontname.png  |binary
 icon-themes/colibre/cmd/ko/lc_color.png |binary
 icon-themes/colibre/cmd/ko/lc_dbsortingandgrouping.png  |binary
 icon-themes/colibre/cmd/ko/lc_italic.png|binary
 icon-themes/colibre/cmd/ko/lc_outlinefont.png   |binary
 icon-themes/colibre/cmd/ko/lc_outlineformat.png |binary
 icon-themes/colibre/cmd/ko/lc_overline.png  |binary
 icon-themes/colibre/cmd/ko/lc_scaletext.png |binary
 icon-themes/colibre/cmd/ko/lc_shadowed.png  |binary
 icon-themes/colibre/cmd/ko/lc_sortascending.png |binary
 icon-themes/colibre/cmd/ko/lc_sortdescending.png|binary
 icon-themes/colibre/cmd/ko/lc_strikeout.png |binary
 icon-themes/colibre/cmd/ko/lc_text.png  |binary
 icon-themes/colibre/cmd/ko/lc_text_marquee.png  |binary
 icon-themes/colibre/cmd/ko/lc_textdirectionlefttoright.png  |binary
 icon-themes/colibre/cmd/ko/lc_textdirectiontoptobottom.png  |binary
 icon-themes/colibre/cmd/ko/lc_underline.png |binary
 icon-themes/colibre/cmd/ko/lc_underlinedouble.png   |binary
 icon-themes/colibre/cmd/ko/lc_verticaltext.png  |binary
 icon-themes/colibre/cmd/ko/lc_verticaltextfittosizetool.png |binary
 icon-themes/colibre/cmd/ko/sc_bold.png  |binary
 icon-themes/colibre/cmd/ko/sc_charfontname.png  |binary
 icon-themes/colibre/cmd/ko/sc_color.png |binary
 icon-themes/colibre/cmd/ko/sc_dbsortingandgrouping.png  |binary
 icon-themes/colibre/cmd/ko/sc_italic.png|binary
 icon-themes/colibre/cmd/ko/sc_outlinefont.png   |binary
 icon-themes/colibre/cmd/ko/sc_outlineformat.png |binary
 icon-themes/colibre/cmd/ko/sc_overline.png  |binary
 icon-themes/colibre/cmd/ko/sc_scaletext.png |binary
 icon-themes/colibre/cmd/ko/sc_shadowed.png  |binary
 icon-themes/colibre/cmd/ko/sc_sortascending.png |binary
 icon-themes/colibre/cmd/ko/sc_sortdescending.png|binary
 icon-themes/colibre/cmd/ko/sc_strikeout.png |binary
 icon-themes/colibre/cmd/ko/sc_text.png  |binary
 icon-themes/colibre/cmd/ko/sc_text_marquee.png  |binary
 icon-themes/colibre/cmd/ko/sc_textdirectionlefttoright.png  |binary
 icon-themes/colibre/cmd/ko/sc_textdirectiontoptobottom.png  |binary
 icon-themes/colibre/cmd/ko/sc_underline.png |binary
 icon-themes/colibre/cmd/ko/sc_underlinedouble.png   |binary
 icon-themes/colibre/cmd/ko/sc_verticaltext.png  |binary
 icon-themes/colibre/cmd/ko/sc_verticaltextfittosizetool.png |binary
 icon-themes/colibre/cmd/lc_outlinefont.png  |binary
 icon-themes/colibre_svg/cmd/ko/lc_bold.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_charfontname.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_color.svg |1 +
 icon-themes/colibre_svg/cmd/ko/lc_dbsortingandgrouping.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_italic.svg|1 +
 icon-themes/colibre_svg/cmd/ko/lc_outlinefont.svg   |1 +
 icon-themes/colibre_svg/cmd/ko/lc_outlineformat.svg |1 +
 icon-themes/colibre_svg/cmd/ko/lc_overline.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_scaletext.svg |1 +
 icon-themes/colibre_svg/cmd/ko/lc_shadowed.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_sortascending.svg |1 +
 icon-themes/colibre_svg/cmd/ko/lc_sortdescending.svg|1 +
 icon-themes/colibre_svg/cmd/ko/lc_strikeout.svg |1 +
 icon-themes/colibre_svg/cmd/ko/lc_text.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_text_marquee.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_textdirectionlefttoright.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_textdirectiontoptobottom.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_underline.svg |1 +
 icon-themes/colibre_svg/cmd/ko/lc_underlinedouble.svg   |1 +
 icon-themes/colibre_svg/cmd/ko/lc_verticaltext.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/lc_verticaltextfittosizetool.svg |1 +
 icon-themes/colibre_svg/cmd/ko/sc_bold.svg  |1 +
 icon-themes/colibre_svg/cmd/ko/sc_charfontname.svg  |2 ++
 icon-themes/colibre_svg/cmd/ko/sc_color.svg |1 +
 icon-themes/colibre_svg/cmd/ko/sc_dbsortingandgrouping.svg  |1 +
 

[Libreoffice-bugs] [Bug 117369] UI Comment box is truncated on hover when comment cell is copied

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117369

--- Comment #3 from Telesto  ---
Observing something similar with
Version: 4.5.0.0.alpha0+
Build ID: 57d6b92b69a31260dea0d84fcd1fc5866ada7adb
Locale: nl_NL

However it's limited to the first 6 rows in this version

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


[Libreoffice-bugs] [Bug 112607] Option "Create single print jobs for collated output" does the opposite of what it says

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112607

--- Comment #2 from Michael Turner  ---
This caused me terrible printing delays for months before I figured it out
(printing 30 seconds per page, as each copy was submitted as a separate job).

This is clearly an "ambiguous English" problem in the phrase "Create single
print jobs for collated output".

It should probably read "Create *separate* print jobs for collated output".

I suppose the original intention was to create a single job *FOR EACH* copy of
the collated output (i.e. multiple jobs).  "Separate" is much clearer than
"single" and, I think, unambiguous.

Does this count as a bug?  If not, where should this change be suggested?

Thanks!

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


[Libreoffice-bugs] [Bug 117376] Firebird: Migration: Migration function should not mix the HSQLdb and Firebird schemas in the same altered ODB file

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117376

--- Comment #3 from Drew Jensen  ---
Sorry for the noise of multiple comments.

Another issue here is what happens if the user does revert the odb to hsql:sdbc
for whatever reason.

Right now that odb would fail an auto migration run because a firebird db and
schema exist prior to the function start. It will fail when it trys to create
the schema objects.

Sure it could be handled by having the function check or drop it first, but its
adding complication that could of been avoided.

ps - the comment about backing up forms and reports should of included:
(by lists I meant directories)
if there was no need to fixup anything in forms or reports just drop the backup
directory or leave them there so the file can be reverted to hsqldb:sdbc again.

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


[Libreoffice-bugs] [Bug 117342] Add Karasa Jaga to LibreOffice core

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117342

--- Comment #6 from andreas_k  ---
Can karasa jaga get merged into oxygen? We have oxygen in core which is
unmaintained would be nice to merge karasa than our oxygen users get the
benefit without switch to karasa.

I know the foodprints from oxygen are big but you can help to support oxygen
the next decade. Rizal

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


[Libreoffice-bugs] [Bug 117369] UI Comment box is truncated on hover when comment cell is copied

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117369

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Telesto  ---
I observed the same (bug 116997)

-- 
You are receiving this mail because:
You 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 117342] Add Karasa Jaga to LibreOffice core

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117342

--- Comment #6 from andreas_k  ---
Can karasa jaga get merged into oxygen? We have oxygen in core which is
unmaintained would be nice to merge karasa than our oxygen users get the
benefit without switch to karasa.

I know the foodprints from oxygen are big but you can help to support oxygen
the next decade. Rizal

-- 
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 117369] UI Comment box is truncated on hover when comment cell is copied

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117369

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #1 from Telesto  ---
*** Bug 116997 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 116997] Comment box drawing glitch (missing a part)

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116997

Telesto  changed:

   What|Removed |Added

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

--- Comment #4 from Telesto  ---


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

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


[Libreoffice-bugs] [Bug 117379] EDITING: The spelling suggestions don' t come up when the word is selected

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117379

--- Comment #2 from Andrew Hyatt  ---
Created attachment 141820
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141820=edit
Right clicking the selected word

The contextual menu should include the spelling suggestions in this situation.

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


[Libreoffice-bugs] [Bug 117379] EDITING: The spelling suggestions don' t come up when the word is selected

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117379

--- Comment #1 from Andrew Hyatt  ---
Created attachment 141819
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141819=edit
Right clicking the unselected word

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


[Libreoffice-bugs] [Bug 104941] Items in the navigator deck flicker with certain documents

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104941

--- Comment #4 from Telesto  ---
Still repro for in the Navigator deck
Version: 6.1.0.0.alpha0+
Build ID: 2ed7c02478968852d7d39c2c4677f2ecf3441bc7
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-04-22_01:00:56
Locale: nl-NL (nl_NL); 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 117379] New: EDITING: The spelling suggestions don' t come up when the word is selected

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117379

Bug ID: 117379
   Summary: EDITING: The spelling suggestions don't come up when
the word is selected
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andrewrhy...@icloud.com

Description:
When the selection is of one word and only that word, the spell checker should
come up when it is right clicked. 

Steps to Reproduce:
1. Miss spell a word
2. Double click it to select it
3. Right click it

Actual Results:  
The spelling options that come up when right clicking the non-selected word
don't come up. 

Expected Results:
When the selection is of one word and only that word, the spell checker should
come up when it is right clicked. 


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
The expected behavior is that of other common word processors (MS Word, Pages,
Google Docs, etc). 


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4)
AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15

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


[Libreoffice-bugs] [Bug 117376] Firebird: Migration: Migration function should not mix the HSQLdb and Firebird schemas in the same altered ODB file

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117376

--- Comment #2 from Drew Jensen  ---
Regarding forms and reports

Both Form files and report files could be backed up to an added sub list in the
odb
forms/Form1
add sub list hsqlbak
copy Form1
forms/hsqlbak/Form1

migration routine does any needed fixup to forms/Form1

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


[Libreoffice-bugs] [Bug 93789] text background color not displayed in slide show

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93789

--- Comment #41 from Heinz  ---
Created attachment 141818
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141818=edit
two-monitor screenshot illustrating the 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 93789] text background color not displayed in slide show

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93789

--- Comment #40 from Heinz  ---
I can also confirm this bug in version 6.0.3.2 on Arch Linux. Will add a
two-monitor screenshot illustrating the 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 116763] EDITING: The find tool doesn't match smart (Unicode) apostrophes

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116763

Andrew Hyatt  changed:

   What|Removed |Added

Summary|The find tool doesn't match |EDITING: The find tool
   |smart (Unicode) apostrophes |doesn't match smart
   ||(Unicode) apostrophes

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


[Libreoffice-bugs] [Bug 117169] UI: Microsoft Office document types (.docx, .doc, etc) don' t have an icon on macOS

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117169

Andrew Hyatt  changed:

   What|Removed |Added

Summary|Microsoft Office document   |UI: Microsoft Office
   |types (.docx, .doc, etc)|document types (.docx,
   |don't have an icon on macOS |.doc, etc) don't have an
   ||icon on macOS

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


[Libreoffice-bugs] [Bug 117169] Microsoft Office document types (.docx, .doc, etc) don' t have an icon on macOS

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117169

--- Comment #2 from Andrew Hyatt  ---
(In reply to Alex Thurgood from comment #1)
> I can't reproduce this because I assume that having MSOffice for Mac on my
> systems abnegates any missing icon representation.

Yes, if MS Word is installed then it's icons will show up for .doc. 

This bug report says that LibreOffice should register its icons for .doc and
.docx because it is able to view and edit them.

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


[Libreoffice-bugs] [Bug 117377] UI: A row with a grey background appears in Writer settings

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117377

Andrew Hyatt  changed:

   What|Removed |Added

Summary|The first row appears with  |UI: A row with a grey
   |a grey background in|background appears in
   |LibreOffice Writer settings |Writer settings

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


[Libreoffice-bugs] [Bug 117378] New: FILESAVE: Writer Documents do not have a default filename

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117378

Bug ID: 117378
   Summary: FILESAVE: Writer Documents do not have a default
filename
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andrewrhy...@icloud.com

LibreOffice documents should use the first line of text in the document as a
default filename upon saving.

-- 
You are receiving this mail because:
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   >