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

2018-07-11 Thread Saurav Chirania
 vcl/source/uitest/logger.cxx |   15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 7140644302d97869c7ea8d636123755fe04e640b
Author: Saurav Chirania 
Date:   Tue Jul 10 18:34:55 2018 +0530

uitest logger: log key according to DSL inside dialogs too

Change-Id: I30cfbf7ba87dda43ecb75ffd5f69253d77b6a00b
Reviewed-on: https://gerrit.libreoffice.org/57233
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx
index 69620b0df610..54ac483ed627 100644
--- a/vcl/source/uitest/logger.cxx
+++ b/vcl/source/uitest/logger.cxx
@@ -96,7 +96,9 @@ void UITestLogger::logKeyInput(VclPtr const & 
xUIElement, const Key
 if (!mbValid)
 return;
 
-const OUString& rID = xUIElement->get_id();
+//We need to check for Parent's ID in case the UI Element is SubEdit of 
Combobox/SpinField
+const OUString& rID = xUIElement->get_id().isEmpty() ?
+xUIElement->GetParent()->get_id() : xUIElement->get_id();
 if (rID.isEmpty())
 return;
 
@@ -159,10 +161,17 @@ void UITestLogger::logKeyInput(VclPtr const 
& xUIElement, const Key
 
 std::unique_ptr pUIObject = 
xUIElement->GetUITestFactory()(xUIElement.get());
 
-OUString parent_id = xUIElement->GetParent()->get_id();
+VclPtr  pParent = xUIElement->GetParent();
+
+while (!pParent->IsTopWindow())
+{
+pParent = pParent->GetParent();
+}
+
+OUString aParentID = pParent->get_id();
 
 OUString aContent = pUIObject->get_type() + " Action:TYPE Id:" +
-rID + " Parent:"+ parent_id +" " + aKeyCode;
+rID + " Parent:"+ aParentID +" " + aKeyCode;
 maStream.WriteLine(OUStringToOString(aContent, RTL_TEXTENCODING_UTF8));
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: CppunitTest_sc_tabviewobj failing on Windows with "make check"

2018-07-11 Thread Jens Carl

Hey Miklos

On 07/11/2018 01:02 AM, Miklos Vajna wrote:

I agree, disabling the problematic test till it's clear why it fails
sounds like a good idea.


Let's proceed with that.


And I saw it failing on Linux as well, so if it's disabled, better to
do it for all platforms in sc/Module_sc.mk, not just Windows.


Please don't disable the test in sc/Module_sc.mk, rather comment it out 
in the file sc/qa/extras/sctabviewobj.cxx. Otherwise all the other tests 
are also disabled.


On my box so far I don't experienced that.

Cheers,

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


Re: CppunitTest_sc_tabviewobj failing on Windows with "make check"

2018-07-11 Thread Jens Carl

Hey,

On 07/10/2018 11:47 AM, Luke Benes wrote:

Are you working on fixing the issue with sc_tabviewobj failing on Windows? If 
not, would you like me to summit a patch that disables the failing unit test so 
that `make check` can be run successfully again?


Hopefully I can have a look on the weekend.

Cheers,

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


[Libreoffice-bugs] [Bug 118680] Access2Base error when updating VARCHAR_IGNORECASE columns

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118680

alan.wb...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from alan.wb...@gmail.com ---
Sample document attached as requested

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


[Libreoffice-bugs] [Bug 118680] Access2Base error when updating VARCHAR_IGNORECASE columns

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118680

--- Comment #2 from alan.wb...@gmail.com ---
Created attachment 143497
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143497=edit
Sample macro that demonstrates the bug

The sample database contains a single procedure, which demonstrates the bug
when attempting to update the value of the VARCHAR_IGNORECASE field
test_varchar_ignorecase in the table tblTest.

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


[Libreoffice-bugs] [Bug 114719] New RYB based standard palette: cleanup assigned RGB values and color names (result comment 44)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114719

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #53 from V Stuart Foote  ---
(In reply to Flora Canou from comment #52)
> (In reply to V Stuart Foote from comment #51)
> > ...
> 
> The flaw consists in the algorithm. If we must keep an RYB-based palette, it
> is favorable to find one that does not go wrong in dark colors. 
>

OK will close as there is no better RYB palette generator. But as indicated
still may move the 4th shade from 80% to ~70%, but Shades are always going to
drift from the hue--even mixing paint in real world...

=> RF

> 
> This palette also looks generally too warm in my eyes. Maybe I'll try
> developing an RGB-based standard palette as an extension

Looking forward to it, but would suggest you not name extension as standard
palette (standard.soc); rather if you compose a RGB (HSV based) you like,
loading the extension can swap it in for the standard.soc palette if that is
your goal. 

Just watch out for Light Blue 2 and Dark Blue 1 as those values are hard coded
in the unit tests.

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


[Libreoffice-bugs] [Bug 104118] [META] Color palette bugs and enhancements

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104118
Bug 104118 depends on bug 114719, which changed state.

Bug 114719 Summary: New RYB based standard palette: cleanup assigned RGB values 
and color names (result comment 44)
https://bugs.documentfoundation.org/show_bug.cgi?id=114719

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 114719] New RYB based standard palette: cleanup assigned RGB values and color names (result comment 44)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114719

--- Comment #52 from Flora Canou  ---
(In reply to V Stuart Foote from comment #51)
> ...

The flaw consists in the algorithm. If we must keep an RYB-based palette, it is
favorable to find one that does not go wrong in dark colors. 

This palette also looks generally too warm in my eyes. Maybe I'll try
developing an RGB-based standard palette as an extension

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


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

2018-07-11 Thread Henry Castro
 include/sfx2/asyncfunc.hxx|   39 +++
 include/sfx2/frame.hxx|1 
 sfx2/Library_sfx.mk   |1 
 sfx2/sdi/sfx.sdi  |2 -
 sfx2/source/control/asyncfunc.cxx |   63 ++
 sfx2/source/doc/guisaveas.cxx |   54 +---
 sfx2/source/doc/objserv.cxx   |9 +
 sfx2/source/view/frame.cxx|   10 +-
 8 files changed, 152 insertions(+), 27 deletions(-)

New commits:
commit 3add3e5b70ad991c8351a54b0da62d05e977458f
Author: Henry Castro 
Date:   Mon Jul 9 20:20:10 2018 -0400

tdf#117895: "Edit document properties before saving"...

option leaves just-saved document modified; changes are not saved

Change-Id: Icad48fe1edcfb4c10c40f297326c23110144df53
Reviewed-on: https://gerrit.libreoffice.org/57211
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/include/sfx2/asyncfunc.hxx b/include/sfx2/asyncfunc.hxx
new file mode 100644
index ..16e01969baba
--- /dev/null
+++ b/include/sfx2/asyncfunc.hxx
@@ -0,0 +1,39 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_SFX2_ASYNCFUNC_HXX
+#define INCLUDED_SFX2_ASYNCFUNC_HXX
+
+#include 
+
+#include 
+#include 
+
+class AsyncFunc : public cppu::WeakImplHelper
+{
+private:
+std::function m_pAsyncFunc;
+
+public:
+AsyncFunc(const std::function&);
+virtual ~AsyncFunc() override;
+
+static const css::uno::Sequence& getUnoTunnelId();
+static AsyncFunc* getImplementation(const 
css::uno::Reference&);
+
+void Execute();
+
+//XUnoTunnel
+virtual sal_Int64 SAL_CALL
+getSomething(const css::uno::Sequence& aIdentifier) override;
+};
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index dcec2b1ae037..151f728adc11 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -197,6 +197,7 @@ class SFX2_DLLPUBLIC SfxUnoAnyItem : public SfxPoolItem
 css::uno::Any  aValue;
 public:
 static SfxPoolItem* CreateDefault();
+SfxUnoAnyItem();
 SfxUnoAnyItem( sal_uInt16 nWhich, const 
css::uno::Any& rAny );
 const css::uno::Any&GetValue() const
 { return aValue; }
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index 2cfa3b5dcf21..97f6f9706e76 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -125,6 +125,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
 sfx2/source/bastyp/sfxhtml \
 sfx2/source/bastyp/sfxresid \
 sfx2/source/config/evntconf \
+sfx2/source/control/asyncfunc \
 sfx2/source/control/bindings \
 sfx2/source/control/ctrlitem \
 sfx2/source/control/ctrlfactoryimpl \
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 9031982badb5..927957e3684f 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -3244,7 +3244,7 @@ SfxBoolItem PrintPreview SID_PRINTPREVIEW
 
 
 SfxVoidItem SetDocumentProperties SID_DOCINFO
-(SfxDocumentInfoItem Properties SID_DOCINFO)
+(SfxDocumentInfoItem Properties SID_DOCINFO,SfxUnoAnyItem AsyncFunc FN_PARAM_2)
 [
 AutoUpdate = FALSE,
 FastCall = FALSE,
diff --git a/sfx2/source/control/asyncfunc.cxx 
b/sfx2/source/control/asyncfunc.cxx
new file mode 100644
index ..f27931dcbf09
--- /dev/null
+++ b/sfx2/source/control/asyncfunc.cxx
@@ -0,0 +1,63 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+#include 
+
+#include 
+
+namespace
+{
+class theAsyncFuncUnoTunnelId : public rtl::Static
+{
+};
+}
+
+AsyncFunc::AsyncFunc(const std::function& rAsyncFunc)
+: m_pAsyncFunc(rAsyncFunc)
+{
+}
+
+AsyncFunc::~AsyncFunc() {}
+
+void AsyncFunc::Execute()
+{
+if (m_pAsyncFunc)
+m_pAsyncFunc();
+}
+
+const css::uno::Sequence& AsyncFunc::getUnoTunnelId()
+{
+return theAsyncFuncUnoTunnelId::get().getSeq();
+}
+
+AsyncFunc* AsyncFunc::getImplementation(const 
css::uno::Reference& xInterface)
+{
+css::uno::Reference xUnoTunnel(xInterface, 
css::uno::UNO_QUERY);
+if (xUnoTunnel.is())
+{
+return 
reinterpret_cast(xUnoTunnel->getSomething(AsyncFunc::getUnoTunnelId()));
+}
+
+return nullptr;
+}
+
+//XUnoTunnel
+sal_Int64 SAL_CALL AsyncFunc::getSomething(const css::uno::Sequence& 
rId)

[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #5 from Ηλίας Ηλιάδης  ---
Sorry if I was misunderstood, because of the limitation of spoken language. I
confirm the bug. My last comment (comment 3 2018-07-08 04:17:57 UTC) was about
the existence of this "feature" in Microsoft's products.

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


[Libreoffice-bugs] [Bug 46988] VIEWING: Screen jumps when scrolling down with arrow keys, refactor Smooth Scroll function

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46988

--- Comment #30 from j22...@gmail.com ---
Any news about this?

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


[Libreoffice-ux-advise] [Bug 46988] VIEWING: Screen jumps when scrolling down with arrow keys, refactor Smooth Scroll function

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46988

--- Comment #30 from j22...@gmail.com ---
Any news about this?

-- 
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-ux-advise] [Bug 41063] Saving/Autosaving (Save/Autosave) while in table causes view to jump to cursor position

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063

--- Comment #66 from j22...@gmail.com ---
Reproducible with Version: 6.0.1.1
Build ID: 60bfb1526849283ce2491346ed2aa51c465abfe6
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: kde4; 
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 41063] Saving/Autosaving (Save/Autosave) while in table causes view to jump to cursor position

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063

--- Comment #66 from j22...@gmail.com ---
Reproducible with Version: 6.0.1.1
Build ID: 60bfb1526849283ce2491346ed2aa51c465abfe6
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: kde4; 
Locale: en-US (en_US.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 113879] view two windows of the same file while using "web view"

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113879

--- Comment #4 from j22...@gmail.com ---
Any news about this? It is an actual bug, 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 115111] DOCX: Application color is only working outside page margins

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115111

--- Comment #7 from j22...@gmail.com ---
any news about this?

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


[Libreoffice-bugs] [Bug 89945] LO won't remember formatting 'text extension inside cell' as reference edge when saved in xlsx

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89945

--- 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 45802] LibreOffice fails to update cell reference field after changing between A1/R1C1

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45802

--- Comment #7 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 74899] EDITING: Paste content and move cells downwards changes a fixed reference

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74899

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 97901] paste special with transpose activated fails with "not enough space on sheet"

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97901

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 89732] FILESAVE with Tracked Changes modifies numbering to Other than What User Did and Saw

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89732

--- Comment #7 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 44406] Move a sheet with two windows open doesn't fix name in second window

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44406

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 89833] Complicated spreadsheet misbehaves

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89833

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 81397] FORMATTING: When Default cell style is modified, new sheets do not show correct row height

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81397

--- 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 99956] In formulas with circular references are not always showed the Error 522 with all calc functions. (Deactivated Iterations option)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99956

--- Comment #14 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 96666] EDITING: Address Function incorrectly resolves when Sheet names is given to #REF

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=9

--- 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 38446] Text orientation<> 0 + particlar 'Reference Edge' destroys horizontal text alignment

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38446

--- Comment #7 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 100034] Impossible to persistently remove print-range restrictions in .xlsx spreadsheet

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100034

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 92301] If a filename in DDE function is a reference to other cell, old DDE link is not deleted after filename change

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92301

--- 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 104559] UI When editing a formula cell, the formula hides referenced cells

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104559

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 100970] Formula edit not hightlighting cells when value in sheet with uncommon name (with "-" or ", " values)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100970

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 73078] Function TYPE() returns error, when parameter is a reference to an empty cell

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73078

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 68655] "Move/copy sheet" not available when Record Changes is on

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68655

--- Comment #7 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 114549] The Special character didn't show in upper right window on Special Characters UI

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114549

--- Comment #16 from himajin100...@gmail.com ---
>the font for the middle dropdown needs to have U+0030 and U+0304
Hmmm
if so, why is "Missing Glyph" string isn't used in that case?

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


[Libreoffice-bugs] [Bug 118712] New: Libreoffice fails to start when overlayroot is enabled

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118712

Bug ID: 118712
   Summary: Libreoffice fails to start when overlayroot is enabled
   Product: LibreOffice
   Version: 6.0.5.1 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nehem...@tribaltrading.eu

When booting Ubuntu 18.04 and Debian testing from NFS or NBD with the
overlayroot kernel parameter enabled, libreoffice fails to start with the
following output:

Fatal exception: Signal 11
Stack:
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x13568)[0x7fc7fb217568]
/usr/lib/libreoffice/program/libuno_sal.so.3(+0x3c3a6)[0x7fc7fb2403a6]
/lib/x86_64-linux-gnu/libc.so.6(+0x34f00)[0x7fc7fae7ef00]
/usr/lib/libreoffice/program/libuno_cppu.so.3(uno_type_any_assign+0x705)[0x7fc7f3d34d05]
/usr/lib/libreoffice/program/libmergedlo.so(+0x2942ef8)[0x7fc7fdda0ef8]
/usr/lib/libreoffice/program/libmergedlo.so(+0x2943c9a)[0x7fc7fdda1c9a]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN3utl10ConfigItemC2ERKN3rtl8OUStringE14ConfigItemMode+0xcb)[0x7fc7fdd9622b]
/usr/lib/libreoffice/program/libmergedlo.so(+0x299cac5)[0x7fc7fddfaac5]
/usr/lib/libreoffice/program/libmergedlo.so(_ZN19SvtSysLocaleOptionsC1Ev+0x125)[0x7fc7fddfc075]
/usr/lib/libreoffice/program/libmergedlo.so(_Z7InitVCLv+0x1a0)[0x7fc7fe1481f0]
/usr/lib/libreoffice/program/libmergedlo.so(+0x2ceb9cd)[0x7fc7fe1499cd]
/usr/lib/libreoffice/program/libmergedlo.so(_Z6SVMainv+0x30)[0x7fc7fe149a30]
/usr/lib/libreoffice/program/libmergedlo.so(soffice_main+0x115)[0x7fc7fd1906e5]
/usr/lib/libreoffice/program/soffice.bin(+0x78b)[0x5562568b878b]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7fc7fae6ba87]
/usr/lib/libreoffice/program/soffice.bin(+0x7ca)[0x5562568b87ca]

Disabling overlayroot makes libreoffice start as usual on NFS at least. This,
to me indicated that the issue must be related to overlayroot and not the fact
that I'm booting over the network.

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


[Libreoffice-bugs] [Bug 114549] The Special character didn't show in upper right window on Special Characters UI

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114549

--- Comment #15 from himajin100...@gmail.com ---
So, if you add 
Noto Sans Symbols
as the very first font to 
org.openoffice.VCL:LocalizedDefaultFont['en'] UI_SANS
,restart LibreOffice, Open Special Characters Dialog, and inputting 1D15F to
Hexadecimal entry text box, musical note will be 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-bugs] [Bug 114549] The Special character didn't show in upper right window on Special Characters UI

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114549

--- Comment #14 from himajin100...@gmail.com ---
typo:
Comment 9 => Comment 10
Instead of IPAexGothic => Instead of IPAPGothic

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


[Libreoffice-bugs] [Bug 118711] Copy-pasting bulleted list entries can insert page break (in DOC(X), but not in ODT format)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118711

Aron Budea  changed:

   What|Removed |Added

 Attachment #143495|application/zip |application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.document

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


[Libreoffice-bugs] [Bug 118711] New: Copy-pasting bulleted list entries can insert page break (in DOC(X), but not in ODT format)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118711

Bug ID: 118711
   Summary: Copy-pasting bulleted list entries can insert page
break (in DOC(X), but not in ODT format)
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 102593, 108770, 112706

Created attachment 143494
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143494=edit
Sample ODT

Attaching a document with three bulleted lines (ODT original + DOC & DOCX saved
from it in Writer).

- Copy the first two entries.
- Paste them at the beginning of the third entry.

=> With DOC(X) this inserts a page break before the pasted lines. With ODT no
page break is inserted (as expected).

Observed using LO 6.1.0.1 & 3.3.0 / Windows 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102593
[Bug 102593] [META] Paste bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108770
[Bug 108770] [META] DOCX (OOXML) bullet and numbering list-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=112706
[Bug 112706] [META] DOC (binary) bullet and numbering list-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118711] Copy-pasting bulleted list entries can insert page break (in DOC(X), but not in ODT format)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118711

--- Comment #1 from Aron Budea  ---
Created attachment 143495
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143495=edit
Sample DOCX (saved from ODT in Writer)

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


[Libreoffice-bugs] [Bug 118711] Copy-pasting bulleted list entries can insert page break (in DOC(X), but not in ODT format)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118711

--- Comment #2 from Aron Budea  ---
Created attachment 143496
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143496=edit
Sample DOC (saved from ODT in Writer)

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


[Libreoffice-bugs] [Bug 112706] [META] DOC (binary) bullet and numbering list-related issues

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112706

Aron Budea  changed:

   What|Removed |Added

 Depends on||118711


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118711
[Bug 118711] Copy-pasting bulleted list entries can insert page break (in
DOC(X), but not in ODT format)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102593] [META] Paste bugs and enhancements

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102593

Aron Budea  changed:

   What|Removed |Added

 Depends on||118711


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118711
[Bug 118711] Copy-pasting bulleted list entries can insert page break (in
DOC(X), but not in ODT format)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108770] [META] DOCX (OOXML) bullet and numbering list-related issues

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108770

Aron Budea  changed:

   What|Removed |Added

 Depends on||118711


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118711
[Bug 118711] Copy-pasting bulleted list entries can insert page break (in
DOC(X), but not in ODT format)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114549] The Special character didn't show in upper right window on Special Characters UI

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114549

--- Comment #13 from himajin100...@gmail.com ---
(In reply to V Stuart Foote from comment #11)

> What is weird is that you can enter FEFC (or decimal 65276) and show "ARABIC
> LIGATURE LAM WITH ALEF FINAL FORM" from Arabic Presentation Forms-B, but
> moving into the Halfwidth and Fullwidth Forms and entering FF01 in the Hex
> field--the dialog returns missing glyph rather than FULLWIDTH EXCLAMATION
> MARK. A glyph which is shown in a cell on the font grid and that can be
> selected/inserted.
> 
> Other CJK glyphs in the font, and present on the grid of Arial Unicode MS,
> also show "Missing Glyph" when entered by Hex or Decimal value. Yet they can
> be selected/inserted from the grid with scroll and mouse click. 
> 

Actually, it does support and searchable when the settting in Comment 9 is set
appropriately. Instead of IPAexGothic, we can bring "Arial Unicode MS"; the
fonts that has hiragana subset.

>(from tdf#118681)
>- keyboard entry is not sequential, text cursor of input field jumps to start 
>with each Hex pair. Makes it difficult to reliably enter the codepoint--and 
>finding a glyph in the SMP (e.g. for Emoji) is a real chore

So far I have been unable to reproduce the unreliable input of codepoint, but
today I encountered a similar situation when I was testing on my PC.

I still haven't checked (and would not be able to check anytime soon because of
the compile error with VS 2017 15.8 Preview 3.0 and 4.0) whether this is the
cause, but U+3042 for example, the font for the middle dropdown needs to have
U+0030 and U+0304 for the reliable input and I have overlooked that when I
wrote the patch?

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


[Libreoffice-bugs] [Bug 104452] "Cut, add row, paste" doesn't update references

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104452

--- Comment #8 from Ascaf  ---
(In reply to Ascaf from comment #7)
> Thanks for the explanation. So I thought it might be interesting to check
> the clipboard while doing the usual sequences and to see if the
> inconsistencies were triggered by action different from adding row.
> In particular I got this (below, with klipper I mean the values stacked in
> the clipboard, newest to the right):
> 
> IN new spreadsheet: A1 --> 100
> g20 --> =A1*2 (200)
> g20 --> ctrl-x
> klipper: 200 (the value on the clipboard stack)
> d20 --> ctrl-v
> now d20 is 200 (=A1*2)
> klipper: 200 (unchanged)
> d20 --> ctrl-v (accept overwriting)
> now d20 is #RIF! (=#RIF!11*2 like if cutting-pasting)
> klipper: 200, #RIF! (the same value you'll get if you copy-paste instead of
> cutting-pasting)
> keep on overwriting (if you want) but the value will not change any more)
> 
> for comparison with copy-paste
> IN new spreadsheet: A1 --> 100
> g20 --> =A1*2 (200)
> g20 --> ctrl-c
> klipper: 200
> d20 --> ctrl-v
> now d20 is #RIF! (=#RIF!11*2)
> klipper: 200, #RIF! (the value pasted has been updated, in accordance with
> the internal rules, I suppose)
> 
> So it seams the simple action of pasting twice triggered some formula
> updating to the clipboard?

Sorry above read g10 instead of g20:

IN new spreadsheet: A1 --> 100
g10 --> =A1*2 (200)
g10 --> ctrl-x
klipper: 200 (the value on the clipboard stack)
d20 --> ctrl-v
now d20 is 200 (=A1*2)
klipper: 200 (unchanged)
d20 --> ctrl-v (accept overwriting)
now d20 is #RIF! (=#RIF!11*2 like if cutting-pasting)
klipper: 200, #RIF! (the same value you'll get if you copy-paste instead of
cutting-pasting)
keep on overwriting (if you want) but the value will not change any more)

for comparison with copy-paste
IN new spreadsheet: A1 --> 100
g10 --> =A1*2 (200)
g10 --> ctrl-c
klipper: 200
d20 --> ctrl-v
now d20 is #RIF! (=#RIF!11*2)
klipper: 200, #RIF! (the value pasted has been updated, in accordance with the
internal rules, I suppose)

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


[Libreoffice-bugs] [Bug 104452] "Cut, add row, paste" doesn't update references

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104452

--- Comment #7 from Ascaf  ---
Thanks for the explanation. So I thought it might be interesting to check the
clipboard while doing the usual sequences and to see if the inconsistencies
were triggered by action different from adding row.
In particular I got this (below, with klipper I mean the values stacked in the
clipboard, newest to the right):

IN new spreadsheet: A1 --> 100
g20 --> =A1*2 (200)
g20 --> ctrl-x
klipper: 200 (the value on the clipboard stack)
d20 --> ctrl-v
now d20 is 200 (=A1*2)
klipper: 200 (unchanged)
d20 --> ctrl-v (accept overwriting)
now d20 is #RIF! (=#RIF!11*2 like if cutting-pasting)
klipper: 200, #RIF! (the same value you'll get if you copy-paste instead of
cutting-pasting)
keep on overwriting (if you want) but the value will not change any more)

for comparison with copy-paste
IN new spreadsheet: A1 --> 100
g20 --> =A1*2 (200)
g20 --> ctrl-c
klipper: 200
d20 --> ctrl-v
now d20 is #RIF! (=#RIF!11*2)
klipper: 200, #RIF! (the value pasted has been updated, in accordance with the
internal rules, I suppose)

So it seams the simple action of pasting twice triggered some formula updating
to the clipboard?

-- 
You are receiving this mail because:
You 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-07-11 Thread Markus Mohrhard
 sc/source/filter/xml/xmlexprt.cxx|9 -
 sc/source/ui/dataprovider/datatransformation.cxx |4 ++--
 sc/source/ui/inc/datatransformation.hxx  |2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 8e9d43546c8e46ea635472ddf07f5c183dc13360
Author: Markus Mohrhard 
Date:   Thu Jul 12 01:31:18 2018 +0200

fix the build

Change-Id: I661666166594ce3012767fac6edc64aa424442e5

diff --git a/sc/source/filter/xml/xmlexprt.cxx 
b/sc/source/filter/xml/xmlexprt.cxx
index 63ec4abc9302..4f8b61980106 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -4269,9 +4269,16 @@ void ScXMLExport::WriteExternalDataTransformations(const 
std::vectorgetColumn()));
 AddAttribute(XML_NAMESPACE_CALC_EXT, XML_PRECISION, 
OUString::number(aNumberTransformation->getPrecision()));
 SvXMLElementExport aTransformation(*this, 
XML_NAMESPACE_CALC_EXT, XML_COLUMN_NUMBER_TRANSFORMATION, true, true);
+
+std::set aColumns = aNumberTransformation->getColumn();
+for(auto& col : aColumns)
+{
+// Columns
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_COLUMN, 
OUString::number(col));
+SvXMLElementExport aCol(*this, XML_NAMESPACE_CALC_EXT, 
XML_COLUMN, true, true);
+}
 }
 break;
 default:
diff --git a/sc/source/ui/dataprovider/datatransformation.cxx 
b/sc/source/ui/dataprovider/datatransformation.cxx
index 0e2048d3dd43..95846470a847 100644
--- a/sc/source/ui/dataprovider/datatransformation.cxx
+++ b/sc/source/ui/dataprovider/datatransformation.cxx
@@ -645,10 +645,10 @@ int NumberTransformation::getPrecision() const
 return maPrecision;
 }
 
-SCCOL NumberTransformation::getColumn() const
+std::set NumberTransformation::getColumn() const
 {
 return mnCol;
 }
 }
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/datatransformation.hxx 
b/sc/source/ui/inc/datatransformation.hxx
index 71eb7406e5a4..0096e0c5a623 100644
--- a/sc/source/ui/inc/datatransformation.hxx
+++ b/sc/source/ui/inc/datatransformation.hxx
@@ -145,7 +145,7 @@ class SC_DLLPUBLIC NumberTransformation : public 
DataTransformation
 virtual TransformationType getTransformationType() const override;
 NUMBER_TRANSFORM_TYPE getNumberTransfromationType() const;
 int getPrecision() const;
-SCCOL getColumn() const;
+std::set getColumn() const;
 };
 
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 47795] UI: ODP always shows "By 3rd level paragraph" in Effect Options - Text Animation, although levels work

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47795

Mark Hung  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |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 109362] [META] Custom/object animation bugs and enhancements

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109362
Bug 109362 depends on bug 33022, which changed state.

Bug 33022 Summary: Change motion path of custom effect, old path displays on 
screen until the presentation is reloaded
https://bugs.documentfoundation.org/show_bug.cgi?id=33022

   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 33022] Change motion path of custom effect, old path displays on screen until the presentation is reloaded

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33022

Mark Hung  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 118710] New: Report Builder Character Settings dialog Highlighting tab page doesn't set background

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118710

Bug ID: 118710
   Summary: Report Builder Character Settings dialog Highlighting
tab page doesn't set background
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rayk...@gmail.com

Found this when working on new Background/Highlighting tab page [1].

Here are the steps to reproduce: 

1) open or create a database in Base 
2) select Reports
3) select Create Report in Design View

Report Builder opens

4) click on Label icon in the Report Controls toolbar  
5) place a label in Page Header, Detail, or Page Footer
6) click on menu Format > Character...

Character Settings dialog opens

7) select Highlighting tab and select a color
8) click OK

Results: Background does not change to selected color

Expected Results: Background should change to selected color

Diagnosed cause: SID_ATTR_BRUSH should be SID_ATTR_BRUSH_CHAR [2]. 

[1] bug105225
[2]
https://opengrok.libreoffice.org/xref/core/reportdesign/source/ui/misc/UITools.cxx#629

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


[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108741
Bug 108741 depends on bug 53993, which changed state.

Bug 53993 Summary: EDITING: Only one edit for Custom animation (freeform) path
https://bugs.documentfoundation.org/show_bug.cgi?id=53993

   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 53993] EDITING: Only one edit for Custom animation (freeform) path

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53993

Mark Hung  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |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-commits] core.git: 2 commits - sc/source sc/uiconfig sc/UIConfig_scalc.mk

2018-07-11 Thread Manuj Vashist
 sc/UIConfig_scalc.mk |2 
 sc/source/ui/dataprovider/datatransformation.cxx |2 
 sc/source/ui/inc/dataproviderdlg.hxx |2 
 sc/source/ui/miscdlgs/dataproviderdlg.cxx|  141 ++-
 sc/uiconfig/scalc/ui/aggregatefunctionentry.ui   |  109 +
 sc/uiconfig/scalc/ui/sorttransformationentry.ui  |   85 +
 6 files changed, 339 insertions(+), 2 deletions(-)

New commits:
commit 8666f3670c8e32228cdaf59ee9b879a796bbb308
Author: Manuj Vashist 
Date:   Sun Jul 8 05:11:59 2018 +0530

Added Aggregate functions to data provider dlg

Change-Id: Ic6de5319f936095fa1d165fc5901f13d0e7776f5
Reviewed-on: https://gerrit.libreoffice.org/57027
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index 424d630d08de..3b79d5d6b225 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -158,6 +158,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/mergecolumnentry \
sc/uiconfig/scalc/ui/texttransformationentry \
sc/uiconfig/scalc/ui/sorttransformationentry \
+   sc/uiconfig/scalc/ui/aggregatefunctionentry \
sc/uiconfig/scalc/ui/movecopysheet \
sc/uiconfig/scalc/ui/movingaveragedialog \
sc/uiconfig/scalc/ui/multipleoperationsdialog \
diff --git a/sc/source/ui/dataprovider/datatransformation.cxx 
b/sc/source/ui/dataprovider/datatransformation.cxx
index c1bfac0895ef..aa14563985dd 100644
--- a/sc/source/ui/dataprovider/datatransformation.cxx
+++ b/sc/source/ui/dataprovider/datatransformation.cxx
@@ -8,7 +8,7 @@
  */
 
 #include 
-
+#include 
 #include 
 #include 
 #include 
diff --git a/sc/source/ui/inc/dataproviderdlg.hxx 
b/sc/source/ui/inc/dataproviderdlg.hxx
index b39254ddf70a..d41d9a141604 100644
--- a/sc/source/ui/inc/dataproviderdlg.hxx
+++ b/sc/source/ui/inc/dataproviderdlg.hxx
@@ -63,6 +63,7 @@ public:
 void mergeColumns();
 void textTransformation();
 void sortTransformation();
+void aggregateFunction();
 
 void import(ScDocument* pDoc, bool bInternal = false);
 };
diff --git a/sc/source/ui/miscdlgs/dataproviderdlg.cxx 
b/sc/source/ui/miscdlgs/dataproviderdlg.cxx
index e07f789b1269..e30b3505d3bd 100644
--- a/sc/source/ui/miscdlgs/dataproviderdlg.cxx
+++ b/sc/source/ui/miscdlgs/dataproviderdlg.cxx
@@ -223,7 +223,8 @@ MenuData aColumnData[] = {
 { 1, "Split Column", ::splitColumn },
 { 2, "Merge Columns", ::mergeColumns },
 { 3, "Text Transformation", ::textTransformation },
-{ 4, "Sort Columns", ::sortTransformation }
+{ 4, "Sort Columns", ::sortTransformation },
+{ 5, "Aggregate Functions", ::aggregateFunction}
 };
 
 class ScDataTransformationBaseControl : public VclContainer,
@@ -563,6 +564,77 @@ std::shared_ptr 
ScColumnTextTransformation::getTransform
 return nullptr;
 }
 
+class ScAggregateFunction : public ScDataTransformationBaseControl
+{
+private:
+VclPtr maColumnNums;
+VclPtr maType;
+
+public:
+
+ScAggregateFunction(vcl::Window* pParent);
+~ScAggregateFunction() override;
+
+virtual void dispose() override;
+
+virtual std::shared_ptr getTransformation() 
override;
+
+};
+
+ScAggregateFunction::ScAggregateFunction(vcl::Window* pParent):
+
ScDataTransformationBaseControl(pParent,"modules/scalc/ui/aggregatefunctionentry.ui")
+{
+get(maColumnNums, "ed_columns");
+get(maType, "ed_lst");
+}
+
+ScAggregateFunction::~ScAggregateFunction()
+{
+disposeOnce();
+}
+
+void ScAggregateFunction::dispose()
+{
+maColumnNums.clear();
+maType.clear();
+ScDataTransformationBaseControl::dispose();
+}
+
+std::shared_ptr 
ScAggregateFunction::getTransformation()
+{
+OUString aColumnString = maColumnNums->GetText();
+sal_Int32 nPos = maType->GetSelectedEntryPos();
+std::vector aSplitColumns = 
comphelper::string::split(aColumnString, ';');
+std::set aColumns;
+for (auto& rColStr : aSplitColumns)
+{
+sal_Int32 nCol = rColStr.toInt32();
+if (nCol <= 0)
+continue;
+
+if (nCol > MAXCOL)
+continue;
+
+// translate from 1-based column notations to internal Calc one
+aColumns.insert(nCol - 1);
+}
+switch (nPos)
+{
+case 0:
+return 
std::make_shared(aColumns,sc::AGGREGATE_FUNCTION::SUM);
+case 1:
+return 
std::make_shared(aColumns,sc::AGGREGATE_FUNCTION::AVERAGE);
+case 2:
+return 
std::make_shared(aColumns,sc::AGGREGATE_FUNCTION::MIN);
+case 3:
+return 
std::make_shared(aColumns,sc::AGGREGATE_FUNCTION::MAX);
+default:
+assert(false);
+}
+
+return nullptr;
+}
+
 }
 
 ScDataProviderDlg::ScDataProviderDlg(vcl::Window* pParent, 
std::shared_ptr pDoc, ScDocument* pDocument):
@@ -721,6 +793,12 @@ void ScDataProviderDlg::sortTransformation()
 

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

2018-07-11 Thread Manuj Vashist
 sc/UIConfig_scalc.mk  |1 
 sc/qa/unit/datatransformation_test.cxx|   24 -
 sc/source/ui/dataprovider/datatransformation.cxx  |  313 +++---
 sc/source/ui/inc/dataproviderdlg.hxx  |1 
 sc/source/ui/inc/datatransformation.hxx   |6 
 sc/source/ui/miscdlgs/dataproviderdlg.cxx |  102 ++-
 sc/uiconfig/scalc/ui/numbertransformationentry.ui |  118 
 7 files changed, 394 insertions(+), 171 deletions(-)

New commits:
commit 5ed11c2ba2b1897955e80d240815f79239b324c2
Author: Manuj Vashist 
Date:   Tue Jul 10 04:56:37 2018 +0530

Added Number transformation in Data Provider Dlg

Change-Id: I9a2e1e16d7683d790826fdc772fbcfbcf8af9881
Reviewed-on: https://gerrit.libreoffice.org/57149
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index 3b79d5d6b225..70d17e3ace35 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -159,6 +159,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/texttransformationentry \
sc/uiconfig/scalc/ui/sorttransformationentry \
sc/uiconfig/scalc/ui/aggregatefunctionentry \
+   sc/uiconfig/scalc/ui/numbertransformationentry \
sc/uiconfig/scalc/ui/movecopysheet \
sc/uiconfig/scalc/ui/movingaveragedialog \
sc/uiconfig/scalc/ui/multipleoperationsdialog \
diff --git a/sc/qa/unit/datatransformation_test.cxx 
b/sc/qa/unit/datatransformation_test.cxx
index baea46c694ad..00b6b69d4946 100644
--- a/sc/qa/unit/datatransformation_test.cxx
+++ b/sc/qa/unit/datatransformation_test.cxx
@@ -303,7 +303,7 @@ void ScDataTransformationTest::testNumberRound()
 m_pDoc->SetValue(2, 2, 0, 57453.651345687654345676);
 m_pDoc->SetValue(2, 3, 0, -453.22234567543);
 
-sc::NumberTransformation aTransform(2, sc::NUMBER_TRANSFORM_TYPE::ROUND, 
4);
+sc::NumberTransformation aTransform({2}, sc::NUMBER_TRANSFORM_TYPE::ROUND, 
4);
 aTransform.Transform(*m_pDoc);
 
 CPPUNIT_ASSERT_EQUAL(2034.3425, m_pDoc->GetValue(2, 0, 0));
@@ -319,7 +319,7 @@ void ScDataTransformationTest::testNumberRoundUp()
 m_pDoc->SetValue(2, 2, 0, 57453.65);
 m_pDoc->SetValue(2, 3, 0, -453.22);
 
-sc::NumberTransformation aTransform(2, 
sc::NUMBER_TRANSFORM_TYPE::ROUND_UP);
+sc::NumberTransformation aTransform({2}, 
sc::NUMBER_TRANSFORM_TYPE::ROUND_UP);
 aTransform.Transform(*m_pDoc);
 
 CPPUNIT_ASSERT_EQUAL(2035.0, m_pDoc->GetValue(2, 0, 0));
@@ -335,7 +335,7 @@ void ScDataTransformationTest::testNumberRoundDown()
 m_pDoc->SetValue(2, 2, 0, 57453.65);
 m_pDoc->SetValue(2, 3, 0, -453.22);
 
-sc::NumberTransformation aTransform(2, 
sc::NUMBER_TRANSFORM_TYPE::ROUND_DOWN);
+sc::NumberTransformation aTransform({2}, 
sc::NUMBER_TRANSFORM_TYPE::ROUND_DOWN);
 aTransform.Transform(*m_pDoc);
 
 CPPUNIT_ASSERT_EQUAL(2034.0, m_pDoc->GetValue(2, 0, 0));
@@ -351,7 +351,7 @@ void ScDataTransformationTest::testNumberAbsolute()
 m_pDoc->SetValue(2, 2, 0, 57453.65);
 m_pDoc->SetValue(2, 3, 0, -453.22);
 
-sc::NumberTransformation aTransform(2, 
sc::NUMBER_TRANSFORM_TYPE::ABSOLUTE);
+sc::NumberTransformation aTransform({2}, 
sc::NUMBER_TRANSFORM_TYPE::ABSOLUTE);
 aTransform.Transform(*m_pDoc);
 
 CPPUNIT_ASSERT_EQUAL(2034.34, m_pDoc->GetValue(2, 0, 0));
@@ -367,7 +367,7 @@ void ScDataTransformationTest::testNumberLogE()
 m_pDoc->SetValue(2, 2, 0, -9);
 m_pDoc->SetValue(2, 3, 0, 500);
 
-sc::NumberTransformation aTransform(2, sc::NUMBER_TRANSFORM_TYPE::LOG_E);
+sc::NumberTransformation aTransform({2}, sc::NUMBER_TRANSFORM_TYPE::LOG_E);
 aTransform.Transform(*m_pDoc);
 
 CPPUNIT_ASSERT_DOUBLES_EQUAL(0, m_pDoc->GetValue(2, 0, 0), 1e-10);
@@ -383,7 +383,7 @@ void ScDataTransformationTest::testNumberLog10()
 m_pDoc->SetValue(2, 2, 0, -9);
 m_pDoc->SetValue(2, 3, 0, 500);
 
-sc::NumberTransformation aTransform(2, sc::NUMBER_TRANSFORM_TYPE::LOG_10);
+sc::NumberTransformation aTransform({2}, 
sc::NUMBER_TRANSFORM_TYPE::LOG_10);
 aTransform.Transform(*m_pDoc);
 
 CPPUNIT_ASSERT_DOUBLES_EQUAL(0, m_pDoc->GetValue(2, 0, 0), 1e-10);
@@ -399,7 +399,7 @@ void ScDataTransformationTest::testNumberCube()
 m_pDoc->SetValue(2, 2, 0, 8);
 m_pDoc->SetValue(2, 3, 0, -8);
 
-sc::NumberTransformation aTransform(2, sc::NUMBER_TRANSFORM_TYPE::CUBE);
+sc::NumberTransformation aTransform({2}, sc::NUMBER_TRANSFORM_TYPE::CUBE);
 aTransform.Transform(*m_pDoc);
 
 CPPUNIT_ASSERT_EQUAL(8.0, m_pDoc->GetValue(2, 0, 0));
@@ -415,7 +415,7 @@ void ScDataTransformationTest::testNumberSquare()
 m_pDoc->SetValue(2, 2, 0, 8);
 m_pDoc->SetValue(2, 3, 0, -8);
 
-sc::NumberTransformation aTransform(2, sc::NUMBER_TRANSFORM_TYPE::SQUARE);
+sc::NumberTransformation aTransform({2}, 
sc::NUMBER_TRANSFORM_TYPE::SQUARE);
 aTransform.Transform(*m_pDoc);
 
 

[Libreoffice-bugs] [Bug 118700] WeeksinYear function in error

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118700

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
=WEEKSINYEAR(1970-2-17) uses the date for value 1951, calc value for the date
1905/05/04

Like raal have done on comment#1, dates in a function must be used with the
value in calc for the desired date or the date inside quotes, the more secure
introducing the date with DATE(YY;MM;DD) function if it is not referenced to
other cell with the date.

About the format it depends on the language, Menu/Tools/Options/Language
settings/Language

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - i18npool/inc

2018-07-11 Thread Matthias Seidel
 i18npool/inc/i18npool/paper.hxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 63c6156b7688d8e7f963b9ac9ff8bd21f39546bb
Author: Matthias Seidel 
Date:   Wed Jul 11 21:33:04 2018 +

Minor cleanup

diff --git a/i18npool/inc/i18npool/paper.hxx b/i18npool/inc/i18npool/paper.hxx
index 3fc3217b44f8..870b718263b2 100644
--- a/i18npool/inc/i18npool/paper.hxx
+++ b/i18npool/inc/i18npool/paper.hxx
@@ -126,8 +126,8 @@ enum Paper
 class I18NPOOL_DLLPUBLIC PaperInfo
 {
 Paper m_eType;
-long m_nPaperWidth; // width in 100thMM
-long m_nPaperHeight;// height in 100thMM
+long m_nPaperWidth;  // width in 100thMM
+long m_nPaperHeight; // height in 100thMM
 public:
 PaperInfo(Paper eType);
 PaperInfo(long nPaperWidth, long nPaperHeight);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 101534] EDITING: paragraph in specific document (content from external source?) changes indent when copying and pasting from and to same paragraph

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101534

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #2 from Aron Budea  ---
Created attachment 143493
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143493=edit
Sample ODT

I've got a very similar bug.
The attached sample was taken from a DOCX, sanitized and saved as ODT (the
format doesn't seem to matter, the original document probably went through a
couple of Writer-Word rountrip).

- Open the document.
- Select and copy the first paragraph ("Lorem ... efficiantur.").
- Paste it at the end of the document.

=> The last paragraph gets unexpectedly indented to the left.

Selecting the whole document and clearing direct formatting reveals this
strange indentation, but the style doesn't seem to reflect it, and changing the
style doesn't fix it, either.

Observed using LO 6.1.0.1 & 3.4.0.1 / Ubuntu 17.10.
In 3.3.0 the copy-pasting doesn't mess up formatting, but otherwise behaves the
same way.

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


[Libreoffice-bugs] [Bug 118475] OPENGL: bad rendering of text in charts.

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118475

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from V Stuart Foote  ---
Confirmed with Windows 10 Ent 64-bit en-US with

Version: 6.1.0.1 (x64)
Build ID: 378e26bd4f22a135cef5fa17afd5d4171d8da21a
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

and with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 4bfa5d08c6ef94706e340f78ea1052e94a8c5915
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-04_23:38:06
Locale: en-US (en_US); Calc: CL

Zooming the sheet in and out, the chart axis labeling consistently corrupts...

However, this has been fixed no longer occurs with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 86ca9badf9be518be3456afde70271bc1f956065
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-11_02:27:04
Locale: en-US (en_US); Calc: CL

or later

=-ref-=

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

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

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


[Libreoffice-bugs] [Bug 117936] [META] Refactor CommonSalLayout font handling regressions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936
Bug 117936 depends on bug 118475, which changed state.

Bug 118475 Summary: OPENGL: bad rendering of text in charts.
https://bugs.documentfoundation.org/show_bug.cgi?id=118475

   What|Removed |Added

 Status|UNCONFIRMED |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-commits] help.git: AllLangHelp_shared.mk helpers/help_hid.lst helpers/longnames_commands.csv helpers/unocmds.txt helpers/uno-commands.csv helpers/uno_hid.lst source/text

2018-07-11 Thread Adolfo Jayme Barrientos
 AllLangHelp_shared.mk  |1 
 helpers/help_hid.lst   |1 
 helpers/longnames_commands.csv |1 
 helpers/uno-commands.csv   |1 
 helpers/uno_hid.lst|1 
 helpers/unocmds.txt|1 
 source/text/scalc/main0103.xhp |3 --
 source/text/sdraw/main0103.xhp |1 
 source/text/shared/00/0403.xhp |1 
 source/text/shared/01/0304.xhp |   44 -
 source/text/simpress/main0103.xhp  |1 
 source/text/smath/main0103.xhp |1 
 source/text/swriter/main0103.xhp   |4 ---
 13 files changed, 2 insertions(+), 59 deletions(-)

New commits:
commit 2af2ba2a19e62ec8463c0f8e6b3d2346e75e5bb2
Author: Adolfo Jayme Barrientos 
Date:   Tue Jul 10 03:41:02 2018 -0500

tdf#118314 Delete help content related to obsolete “Input Method Status” 
feature

Change-Id: Ie80279915e3ee9a123204a729325ca9e119ab6bb
Reviewed-on: https://gerrit.libreoffice.org/57224
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 283d094a0..4d525f055 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -142,7 +142,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/01/0225 \
 helpcontent2/source/text/shared/01/0301 \
 helpcontent2/source/text/shared/01/0302 \
-helpcontent2/source/text/shared/01/0304 \
 helpcontent2/source/text/shared/01/0305 \
 helpcontent2/source/text/shared/01/0306 \
 helpcontent2/source/text/shared/01/0311 \
diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 6a903d1e0..88a23cc7b 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -4363,7 +4363,6 @@ SID_SET_SUPER_SCRIPT,10294,.uno:SuperScript
 SID_SHARE_DOC,26311,
 SID_SHOWPOPUPS,5929,.uno:ShowPopups
 SID_SHOW_BROWSER,10163,.uno:ShowBrowser
-SID_SHOW_IME_STATUS_WINDOW,6680,.uno:ShowImeStatusWindow
 SID_SHOW_ITEMBROWSER,11001,.uno:ShowItemBrowser
 SID_SHOW_POSTIT,11098,
 SID_SHOW_PROPERTYBROWSER,10943,.uno:ShowPropBrowser
diff --git a/helpers/longnames_commands.csv b/helpers/longnames_commands.csv
index 92266c943..c5bf3c18d 100644
--- a/helpers/longnames_commands.csv
+++ b/helpers/longnames_commands.csv
@@ -1650,7 +1650,6 @@ SID_SET_SUB_SCRIPT,.uno:SubScript
 SID_SET_SUPER_SCRIPT,.uno:SuperScript
 SID_SHOWPOPUPS,.uno:ShowPopups
 SID_SHOW_BROWSER,.uno:ShowBrowser
-SID_SHOW_IME_STATUS_WINDOW,.uno:ShowImeStatusWindow
 SID_SHOW_ITEMBROWSER,.uno:ShowItemBrowser
 SID_SHOW_PROPERTYBROWSER,.uno:ShowPropBrowser
 SID_SIGNATURE,.uno:Signature
diff --git a/helpers/uno-commands.csv b/helpers/uno-commands.csv
index 11ec6e36c..4f3d72d4e 100644
--- a/helpers/uno-commands.csv
+++ b/helpers/uno-commands.csv
@@ -1429,7 +1429,6 @@
 .uno:ShowErrors
 .uno:ShowFmExplorer
 .uno:ShowHiddenParagraphs
-.uno:ShowImeStatusWindow
 .uno:ShowInvalid
 .uno:ShowItemBrowser
 .uno:ShowMultiplePages
diff --git a/helpers/uno_hid.lst b/helpers/uno_hid.lst
index cbfa4a67b..9559f3d5f 100644
--- a/helpers/uno_hid.lst
+++ b/helpers/uno_hid.lst
@@ -1645,7 +1645,6 @@ SID_SET_SUB_SCRIPT,10295,.uno:SubScript
 SID_SET_SUPER_SCRIPT,10294,.uno:SuperScript
 SID_SHOWPOPUPS,5929,.uno:ShowPopups
 SID_SHOW_BROWSER,10163,.uno:ShowBrowser
-SID_SHOW_IME_STATUS_WINDOW,6680,.uno:ShowImeStatusWindow
 SID_SHOW_ITEMBROWSER,11001,.uno:ShowItemBrowser
 SID_SHOW_PROPERTYBROWSER,10943,.uno:ShowPropBrowser
 SID_SIGNATURE,6643,.uno:Signature
diff --git a/helpers/unocmds.txt b/helpers/unocmds.txt
index 9f46c410c..0552d7f7c 100644
--- a/helpers/unocmds.txt
+++ b/helpers/unocmds.txt
@@ -914,7 +914,6 @@
 .uno:ShowErrors;scalc/01/06030600.xhp
 .uno:ShowFmExplorer;shared/02/01170600.xhp
 .uno:ShowHiddenParagraphs;swriter/01/0314.xhp
-.uno:ShowImeStatusWindow;shared/01/0304.xhp
 .uno:ShowInvalid;scalc/01/06030800.xhp
 .uno:ShowMultiplePages;swriter/02/1007.xhp
 .uno:ShowPrecedents;scalc/01/06030100.xhp
diff --git a/source/text/scalc/main0103.xhp b/source/text/scalc/main0103.xhp
index 209d51834..50783fffa 100644
--- a/source/text/scalc/main0103.xhp
+++ b/source/text/scalc/main0103.xhp
@@ -43,7 +43,6 @@
 
 
 
-
 
 
 Grid Lines for Sheet
@@ -71,4 +70,4 @@
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/sdraw/main0103.xhp b/source/text/sdraw/main0103.xhp
index b098cc85f..15a34f68c 100644
--- a/source/text/sdraw/main0103.xhp
+++ b/source/text/sdraw/main0103.xhp
@@ -42,7 +42,6 @@
 
 
 
-
 
 
 
diff --git a/source/text/shared/00/0403.xhp 
b/source/text/shared/00/0403.xhp
index 65b8b2d3e..f3d08e1fc 100644
--- a/source/text/shared/00/0403.xhp
+++ b/source/text/shared/00/0403.xhp
@@ -46,7 +46,6 @@
 Choose View - Toolbars - 
Tools.
 Choose View - Status Bar.
 Choose View - Toolbars - Color 
Bar.
-Choose View - Input Method Status.
 
 Click 
Hyperlink icon on Standard bar, click 
Internet.
 Choose 
Insert - Hyperlink.
diff --git a/source/text/shared/01/0304.xhp 

[Libreoffice-commits] core.git: helpcontent2

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

New commits:
commit 725a43ef934653255b2d5d18fe5bac116fe9b1b7
Author: Adolfo Jayme Barrientos 
Date:   Tue Jul 10 03:41:02 2018 -0500

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#118314 Delete help content related to obsolete “Input Method 
Status” feature

Change-Id: Ie80279915e3ee9a123204a729325ca9e119ab6bb
Reviewed-on: https://gerrit.libreoffice.org/57224
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/helpcontent2 b/helpcontent2
index d1cacd356d20..2af2ba2a19e6 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d1cacd356d203bd855eeb235f1374100bed3aa08
+Subproject commit 2af2ba2a19e62ec8463c0f8e6b3d2346e75e5bb2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

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

--- Comment #81 from Thomas Linard  ---
(In reply to LibreTraining from comment #80)
> I think part of the problem is these are not looked at together.
> Some of the problems appear to be font defects.
> Some of the problems may be the font meta data, or lack thereof.

If you think fonts have bugs, please report them to their creator (it can
actually happen, but it's rare, and if the tricks around the nameID 1 & 2 that
were used 15 years ago to get around the problems beyond RIBBI are no longer
those in favor today, it doesn't matter, as long as the nameID 4, 6, 16 and 17,
possibly 21 and 22, are correct).

> Until Windows, Mac, and Linux testers are testing the same font families,
> and those font families are determined to not have bugs or have been fixed,
> and comparing what works and what does not work by platform,
> this is just a scattershot approach.
> 
> Bundled fonts may be "corrected/enhanced* and some issues may go away.

Most of the time, proprietary licenses for fonts doesn't allow modification
(and never, ever, distribution of modified fonts). So you've to deal with the
fonts in the state they're in.

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


[Libreoffice-bugs] [Bug 117936] [META] Refactor CommonSalLayout font handling regressions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936
Bug 117936 depends on bug 118085, which changed state.

Bug 118085 Summary: FORMATTING rotated text wrongly dispayed when OpenGL used
https://bugs.documentfoundation.org/show_bug.cgi?id=118085

   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 118085] FORMATTING rotated text wrongly dispayed when OpenGL used

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118085

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #4 from V Stuart Foote  ---
Should be fixed, rotated text in cells of sample spreadsheet all appear
correct.

Retest with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 86ca9badf9be518be3456afde70271bc1f956065
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-11_02:27:04
Locale: en-US (en_US); Calc: CL

or later

=-ref-=

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

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

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


[Libreoffice-bugs] [Bug 118692] Formula in generated XLSX not calculating when opening the file

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118692

raal  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |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 118692] Formula in generated XLSX not calculating when opening the file

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118692

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
Created attachment 143492
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143492=edit
xl/worksheets/sheet1.xml

if you unzip xlsx file and you can see in xl/worksheets/sheet1.xml  that value
is not set. You can recalcute value in LO with CTRL+SHIFT+F9 or set in options
- Calc options- Formula - Recalculation on file load. Not a 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 71732] [META] Bugs related to text rendering, typography and font features in LO

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 118495, which changed state.

Bug 118495 Summary: Vertical text is illegible in almost all cases with OpenGL 
enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=118495

   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 117936] [META] Refactor CommonSalLayout font handling regressions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936
Bug 117936 depends on bug 118495, which changed state.

Bug 118495 Summary: Vertical text is illegible in almost all cases with OpenGL 
enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=118495

   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 94691] [META] OpenGL bugs

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691
Bug 94691 depends on bug 118495, which changed state.

Bug 118495 Summary: Vertical text is illegible in almost all cases with OpenGL 
enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=118495

   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 118495] Vertical text is illegible in almost all cases with OpenGL enabled

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118495

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #3 from V Stuart Foote  ---
Should be fixed, text entered as in comment 0 wtih OpenGL rendering would
become corrupt with 2018-07-05 build of master/6.2, but same steps in the
2018-07-11 build hold font and rendering.

Retest with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 86ca9badf9be518be3456afde70271bc1f956065
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-11_02:27:04
Locale: en-US (en_US); Calc: CL

or later

=-ref-=

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

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

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


[Libreoffice-bugs] [Bug 118700] WeeksinYear function in error

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118700

raal  changed:

   What|Removed |Added

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

--- Comment #1 from raal  ---
Hello,
function =WEEKSINYEAR("1970-02-17")  returns 53. Also =WEEKSINYEAR(C4) where C4
is 1970-02-17 returns 53. Please check again.
Tested with Version: 6.2.0.0.alpha0+
Build ID: dc952845ca93a38868fee47a02b1ca1ed4c14f88
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610
Bug 103610 depends on bug 117966, which changed state.

Bug 117966 Summary: Garbled text during slideshow with OpenGL enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=117966

   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 117936] [META] Refactor CommonSalLayout font handling regressions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936
Bug 117936 depends on bug 117966, which changed state.

Bug 117966 Summary: Garbled text during slideshow with OpenGL enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=117966

   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 117966] Garbled text during slideshow with OpenGL enabled

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117966

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #3 from V Stuart Foote  ---
Should be fixed, animation of text lines in sample presentation appear
correctly.

Retest with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 86ca9badf9be518be3456afde70271bc1f956065
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-11_02:27:04
Locale: en-US (en_US); Calc: CL

or later

=-ref-=

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

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

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


[Libreoffice-bugs] [Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 117966, which changed state.

Bug 117966 Summary: Garbled text during slideshow with OpenGL enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=117966

   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 117887] OpenGL Rendering Bug with SmartArt

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117887

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from V Stuart Foote  ---
Should be fixed, sample document appears correct.

Retest with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 86ca9badf9be518be3456afde70271bc1f956065
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-11_02:27:04
Locale: en-US (en_US); Calc: CL

or later

=-ref-=

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

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

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


[Libreoffice-bugs] [Bug 117936] [META] Refactor CommonSalLayout font handling regressions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936
Bug 117936 depends on bug 117887, which changed state.

Bug 117887 Summary: OpenGL Rendering Bug with SmartArt
https://bugs.documentfoundation.org/show_bug.cgi?id=117887

   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 105298] Incorrect handling of font families (weight, style, stretches) cross-platform

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105298

--- Comment #23 from Thomas Linard  ---
(In reply to LibreTraining from comment #22)
> I think it would help to have you testing on the Mac 
> the same fonts I am testing on Windows.

In this case, please use open source fonts. In doing so, you enable everybody
to test the same fonts.

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


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

2018-07-11 Thread Vikas Mahato
 include/xmloff/xmltoken.hxx  |   12 ++
 sc/source/filter/xml/xmlexprt.cxx|  127 ++-
 sc/source/filter/xml/xmlmappingi.cxx |2 
 sc/source/ui/dataprovider/datatransformation.cxx |   34 ++
 sc/source/ui/inc/datatransformation.hxx  |7 +
 xmloff/source/core/xmltoken.cxx  |   13 ++
 xmloff/source/token/tokens.txt   |   12 ++
 7 files changed, 205 insertions(+), 2 deletions(-)

New commits:
commit 376011df10f20c9a5ee033f11789c579910cf206
Author: Vikas Mahato 
Date:   Mon Jul 9 08:06:59 2018 +0530

ODF export data transformations -follow-up

Change-Id: I31a0b29d94abb59e7633c45aa1536772b2d8c102
Reviewed-on: https://gerrit.libreoffice.org/57217
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index 862741d0a0eb..1c388e5e3193 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3283,8 +3283,20 @@ namespace xmloff { namespace token {
 XML_COLUMN_SPLIT_TRANSFORMATION,
 XML_COLUMN_MERGE_TRANSFORMATION,
 XML_COLUMN_SORT_TRANSFORMATION,
+XML_COLUMN_TEXT_TRANSFORMATION,
+XML_COLUMN_AGGREGATE_TRANSFORMATION,
+XML_COLUMN_NUMBER_TRANSFORMATION,
 XML_SORT_PARAM,
 XML_MERGE_STRING,
+XML_TRIM,
+XML_ROUND_UP,
+XML_ROUND_DOWN,
+XML_LOG_10,
+XML_SQUARE,
+XML_SQUARE_ROOT,
+XML_EVEN,
+XML_ODD,
+XML_SIGN,
 //Already defined XML_SEPARATOR,
 
 // regina, ODF1.2 additional symbols in charts
diff --git a/sc/source/filter/xml/xmlexprt.cxx 
b/sc/source/filter/xml/xmlexprt.cxx
index 58d0e197b975..63ec4abc9302 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -4075,10 +4075,9 @@ void ScXMLExport::WriteExternalDataMapping()
 AddAttribute(XML_NAMESPACE_CALC_EXT, XML_ID, itr.getID());
 AddAttribute(XML_NAMESPACE_CALC_EXT, XML_DATABASE_NAME, 
itr.getDBName());
 
+SvXMLElementExport aMapping(*this, XML_NAMESPACE_CALC_EXT, 
XML_DATA_MAPPING, true, true);
 // Add the data transformations
 WriteExternalDataTransformations(itr.getDataTransformation());
-
-SvXMLElementExport aMapping(*this, XML_NAMESPACE_CALC_EXT, 
XML_DATA_MAPPING, true, true);
 }
 }
 }
@@ -4151,6 +4150,130 @@ void 
ScXMLExport::WriteExternalDataTransformations(const std::vector aTextTransformation = 
std::dynamic_pointer_cast(itr);
+
+sc::TEXT_TRANSFORM_TYPE aTextTransformType = 
aTextTransformation->getTextTransformationType();
+
+switch ( aTextTransformType )
+{
+case sc::TEXT_TRANSFORM_TYPE::TO_LOWER:
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, 
XML_CASEMAP_LOWERCASE);
+break;
+case sc::TEXT_TRANSFORM_TYPE::TO_UPPER:
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, 
XML_CASEMAP_UPPERCASE);
+break;
+case sc::TEXT_TRANSFORM_TYPE::CAPITALIZE:
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, 
XML_CASEMAP_CAPITALIZE);
+break;
+case sc::TEXT_TRANSFORM_TYPE::TRIM:
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, 
XML_TRIM);
+break;
+}
+
+std::set aColumns = aTextTransformation->getColumns();
+
+SvXMLElementExport aTransformation(*this, 
XML_NAMESPACE_CALC_EXT, XML_COLUMN_TEXT_TRANSFORMATION, true, true);
+
+for(auto& col : aColumns)
+{
+// Columns
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_COLUMN, 
OUString::number(col));
+SvXMLElementExport aCol(*this, XML_NAMESPACE_CALC_EXT, 
XML_COLUMN, true, true);
+}
+}
+break;
+case sc::TransformationType::AGGREGATE_FUNCTION:
+{
+// Aggregate Transformation
+std::shared_ptr aAggregateFunction = 
std::dynamic_pointer_cast(itr);
+std::set aColumns = aAggregateFunction->getColumns();
+
+sc::AGGREGATE_FUNCTION aAggregateType = 
aAggregateFunction->getAggregateType();
+
+switch (aAggregateType)
+{
+case sc::AGGREGATE_FUNCTION::SUM:
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, 
XML_SUM);
+break;
+case sc::AGGREGATE_FUNCTION::AVERAGE:
+AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, 
XML_AVERAGE);
+break;
+case sc::AGGREGATE_FUNCTION::MIN:
+AddAttribute(XML_NAMESPACE_CALC_EXT, 

[Libreoffice-bugs] [Bug 118487] It damages cyrillic text in Writer document if make replace ">" to symbol U+25BA

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118487

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #10 from V Stuart Foote  ---
Should be fixed, retest with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 86ca9badf9be518be3456afde70271bc1f956065
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-11_02:27:04
Locale: en-US (en_US); Calc: CL

or later

=-ref-=

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

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

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


[Libreoffice-bugs] [Bug 118475] OPENGL: bad rendering of text in charts.

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118475

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #3 from V Stuart Foote  ---
Should be fixed, retest with

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 86ca9badf9be518be3456afde70271bc1f956065
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-11_02:27:04
Locale: en-US (en_US); Calc: CL

or later

=-ref-=

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

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

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


[Libreoffice-bugs] [Bug 107686] add a registry value to configure Java feature

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107686

Thorsten Behrens (CIB)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||t...@libreoffice.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 108188] PageStyle property "isInUse" is always true

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108188

Thorsten Behrens (CIB)  changed:

   What|Removed |Added

 CC||t...@libreoffice.org

--- Comment #3 from Thorsten Behrens (CIB)  ---
Still happens on 6.1 beta2 FWIW.

-- 
You are receiving this mail because:
You are the 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] Incorrect handling of font families (weight, style, stretches) on Mac

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

--- Comment #80 from LibreTraining  ---
(In reply to Tor Lillqvist from comment #77)
> This is a Mac-specific bug report. It even says so in the title. Please
> don't confuse it by reporting findings on Windows here.

I think part of the problem is these are not looked at together.
Some of the problems appear to be font defects.
Some of the problems may be the font meta data, or lack thereof.

Until Windows, Mac, and Linux testers are testing the same font families,
and those font families are determined to not have bugs or have been fixed,
and comparing what works and what does not work by platform,
this is just a scattershot approach.

Bundled fonts may be "corrected/enhanced* and some issues may go away.

Right now this is just random problem reports.

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


[Libreoffice-bugs] [Bug 118709] extension manager update is not updating (at least) the English Dictionary

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118709

--- Comment #1 from Tracey  ---
Created attachment 143491
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143491=edit
 of no updates available

-- 
You are receiving this mail because:
You 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' - vcl/source

2018-07-11 Thread Matthias Seidel
 vcl/source/gdi/print.cxx |   62 +++
 1 file changed, 31 insertions(+), 31 deletions(-)

New commits:
commit fcd101c81bc4f667349d3b5ba256f7b59c8c8601
Author: Matthias Seidel 
Date:   Wed Jul 11 19:48:07 2018 +

Minor cleanup

diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 2dbfb2a2cdf1..b66cfb81b01c 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -132,16 +132,16 @@ PrinterOptions::~PrinterOptions()
 {
 }
 
-#define PROPERTYNAME_REDUCETRANSPARENCY 
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReduceTransparency"))
-#define PROPERTYNAME_REDUCEDTRANSPARENCYMODE
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedTransparencyMode"))
-#define PROPERTYNAME_REDUCEGRADIENTS
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReduceGradients"))
-#define PROPERTYNAME_REDUCEDGRADIENTMODE
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedGradientMode"))
-#define PROPERTYNAME_REDUCEDGRADIENTSTEPCOUNT   
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedGradientStepCount"))
-#define PROPERTYNAME_REDUCEBITMAPS  
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReduceBitmaps"))
-#define PROPERTYNAME_REDUCEDBITMAPMODE  
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedBitmapMode"))
-#define PROPERTYNAME_REDUCEDBITMAPRESOLUTION
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedBitmapResolution"))
+#define PROPERTYNAME_REDUCETRANSPARENCY 
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReduceTransparency"))
+#define PROPERTYNAME_REDUCEDTRANSPARENCYMODE
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedTransparencyMode"))
+#define PROPERTYNAME_REDUCEGRADIENTS
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReduceGradients"))
+#define PROPERTYNAME_REDUCEDGRADIENTMODE
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedGradientMode"))
+#define PROPERTYNAME_REDUCEDGRADIENTSTEPCOUNT   
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedGradientStepCount"))
+#define PROPERTYNAME_REDUCEBITMAPS  
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReduceBitmaps"))
+#define PROPERTYNAME_REDUCEDBITMAPMODE  
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedBitmapMode"))
+#define PROPERTYNAME_REDUCEDBITMAPRESOLUTION
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedBitmapResolution"))
 #define PROPERTYNAME_REDUCEDBITMAPINCLUDESTRANSPARENCY  
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedBitmapIncludesTransparency"))
-#define PROPERTYNAME_CONVERTTOGREYSCALES
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ConvertToGreyscales"))
+#define PROPERTYNAME_CONVERTTOGREYSCALES
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ConvertToGreyscales"))
 
 bool PrinterOptions::ReadFromConfig( bool i_bFile )
 {
@@ -264,7 +264,7 @@ QueueInfo::~QueueInfo()
 bool QueueInfo::operator==( const QueueInfo& rInfo ) const
 {
 return
-maPrinterName   == rInfo.maPrinterName  &&
+maPrinterName   == rInfo.maPrinterName  &&
 maDriver== rInfo.maDriver   &&
 maLocation  == rInfo.maLocation &&
 maComment   == rInfo.maComment  &&
@@ -426,7 +426,7 @@ const QueueInfo* Printer::GetQueueInfo( const String& 
rPrinterName, bool bStatus
 pInfo->mpQueueInfo->maLocation  = 
pInfo->mpSalQueueInfo->maLocation;
 pInfo->mpQueueInfo->maComment   = pInfo->mpSalQueueInfo->maComment;
 pInfo->mpQueueInfo->mnStatus= pInfo->mpSalQueueInfo->mnStatus;
-pInfo->mpQueueInfo->mnJobs  = pInfo->mpSalQueueInfo->mnJobs;
+pInfo->mpQueueInfo->mnJobs  = pInfo->mpSalQueueInfo->mnJobs;
 return pInfo->mpQueueInfo;
 }
 return NULL;
@@ -450,22 +450,22 @@ XubString Printer::GetDefaultPrinterName()
 
 void Printer::ImplInitData()
 {
-mbDevOutput = sal_False;
+mbDevOutput = sal_False;
 meOutDevType= OUTDEV_PRINTER;
 mbDefPrinter= sal_False;
-mnError = 0;
-mnCurPage   = 0;
+mnError = 0;
+mnCurPage   = 0;
 mnCurPrintPage  = 0;
 mnPageQueueSize = 0;
-mnCopyCount = 1;
+mnCopyCount = 1;
 mbCollateCopy   = sal_False;
-mbPrinting  = sal_False;
-mbJobActive = sal_False;
-mbPrintFile = sal_False;
+mbPrinting  = sal_False;
+mbJobActive = sal_False;
+mbPrintFile = sal_False;
 mbInPrintPage   = sal_False;
 mbNewJobSetup   = sal_False;
 mpInfoPrinter   = NULL;
-mpPrinter   = NULL;
+mpPrinter   = NULL;
 mpDisplayDev= NULL;
 mbIsQueuePrinter= sal_False;
 mpPrinterOptions= new PrinterOptions;
@@ -489,7 +489,7 @@ void Printer::ImplInit( SalPrinterQueueInfo* pInfo )
 // #i74084# update info for this specific SalPrinterQueueInfo
 

[Libreoffice-bugs] [Bug 118419] Wrong Context Menu Before Misspelt Word

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118419

--- Comment #7 from Susan Gessing  ---
I found something in 6.2.0.0. It is probably me and if so, I apologize for
wasting your time. Spell check isn't working. I turn it on and turn it off and
turn it on again. I type jiberish and nothing is getting underlined. I have an
attachment showing that autospell is on and that no words in the document are
underlined. Perhaps I am missing something. I'm writing this here because I
found it when I went to test the bug in this report.

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


[Libreoffice-bugs] [Bug 118709] New: extension manager update is not updating (at least) the English Dictionary

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118709

Bug ID: 118709
   Summary: extension manager update is not updating (at least)
the English Dictionary
   Product: LibreOffice
   Version: 5.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Extensions
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: traceyad2...@gmail.com

Description:
There is a 2018 update to the English Spelling Dictionary (26/06/2018 - 03:33)
When I check for updates for the current 2017.11.01 English Spelling
Dictionary, the response is there are no updates.


Actual Results:
No new updates are available.

Expected Results:
New updates should be downloaded (if it can do that) or at least flagging
extensions that need updates.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 5.4.7.2 (x64)
Build ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU threads: 2; OS: Windows 6.1; UI render: default; 
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 118419] Wrong Context Menu Before Misspelt Word

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118419

Susan Gessing  changed:

   What|Removed |Added

 CC||susanjea...@yahoo.com

--- Comment #6 from Susan Gessing  ---
Created attachment 143490
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143490=edit
Spell check not working even though it's on

Showing that autospell is on; however, none of the jiberish is underlined.

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


[Libreoffice-bugs] [Bug 78254] Substantial performance deterioration by scroll through cells via macro in LibreOffice Calc

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78254

Buovjaga  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 94099] Calc performance degradation after selecting cells in an Excel document and activating font chooser with previews enabled

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94099

Buovjaga  changed:

   What|Removed |Added

Version|5.0.1.2 release |4.2.0.4 release
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=78
   ||254
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #13 from Buovjaga  ---
Bisected with Linux 42max. Blamed commit has been blamed for several other
similar issues. This might be considered a dupe...

commit 06271499c829a52c702c2c6dc8f99c2ec9c46fd3
Author: Matthew Francis 
Date:   Sat Sep 5 20:42:38 2015 +0800

source-hash-bcc51fb2ebdf77a1cc089857775fd742085b45b6

commit bcc51fb2ebdf77a1cc089857775fd742085b45b6
Author: Noel Power 
AuthorDate: Thu Aug 29 17:15:33 2013 +0100
Commit: Noel Power 
CommitDate: Thu Aug 29 21:42:05 2013 +0100

add support for in-place style preview

selecting a style in the styles dialog ( without double clicking )
will apply the style to the currently selected cell(s) You can
with the keys navigate to other styles and they in turn will
also be applied. Preview will end when you click back onto the
document.

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


[Libreoffice-bugs] [Bug 105298] Incorrect handling of font families (weight, style, stretches) cross-platform

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105298

--- Comment #22 from LibreTraining  ---
(In reply to Thomas Linard from comment #21)

> 
> Btw, please read some background information about nameIDs in font tables,
> like :
> https://glyphsapp.com/tutorials/naming
> 
> The "bugs" you found around nameID 2 are common tricks, thousands of fonts
> use them. If LibreOffice doesn't handle correctly such fonts, LibreOffice
> has a bug (not the fonts!).

I am familiar with the "tricks" used in font files to support older
applications.
FontLab VI has similar documentation and font naming tools.

These were simply errors.
The errors caused an image editor and various font managers to display the
wrong font rather than the one selected.
I fixed the fonts, finished the project which needed that font, 
and forgot about it until I saw this bug report.

Since I fixed and used Avenir LT Std, I have acquired Avenir Next LT Pro.
This updated version of the font family does not have these issues.
In fact the font meta data looks much like my fixed files in the Std version.

-

OK. 
I will post some other issues in the other "font family" bug reports.
I think it would help to have you testing on the Mac 
the same fonts I am testing on Windows.

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


[Libreoffice-bugs] [Bug 98620] FILESAVE: DOCX - Error in paragraph orientation after converting in a RTL user locale

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98620

--- Comment #26 from Justin L  ---
Created attachment 143489
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143489=edit
tdf98620_rtlJustify.doc: flip-floping justify on each round-trip

(In reply to Justin L from comment #25)
> Note that .doc also has a problem.  The first round-trip looks OK, but then
> it flip-flops back and forth on each round-trip.

fix proposed https://gerrit.libreoffice.org/57294 related tdf#98620 ww8import:
swap justify when BiDi known

Note: to get it to flip-flop, I had set the Alignment to "Right" and the
Direction Right-To-Left

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


[Libreoffice-bugs] [Bug 118708] Save copy as (for a OLE-object) fails under certain conditions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118708

Telesto  changed:

   What|Removed |Added

Summary|Save copy as (for a |Save copy as (for a
   |OLE-object) fails in|OLE-object) fails under
   |certain conditions  |certain conditions

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


[Libreoffice-bugs] [Bug 118708] Save copy as (for a OLE-object) fails in certain conditions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118708

--- Comment #1 from Telesto  ---
Created attachment 143488
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143488=edit
Example 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 118708] New: Save copy as (for a OLE-object) fails in certain conditions

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118708

Bug ID: 118708
   Summary: Save copy as (for a OLE-object) fails in certain
conditions
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Save copy as (for a OLE-object) fails in certain conditions

Steps to Reproduce:
1. Open the attached file
2. Copy the ole object to a new document
3. Right click -> Save a copy as
4. Type a filename & press OK -> Error activating object:
General Error.
General input/output error
5. Retry it -> no issue

Actual Results:
General input/output error

Expected Results:
Should work the first time


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.2.0.0.alpha0+
Build ID: bb1d5780226bb1b9156580972eea9aa849178742
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-07-03_05:56:48
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 118707] Crash when cutting some content

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118707

kompilainenn <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |critical
 Ever confirmed|0   |1
Version|6.2.0.0.alpha0+ Master  |6.1.0.1 rc
   Priority|medium  |highest

--- Comment #2 from kompilainenn <79045_79...@mail.ru> ---
confirmed in 

Версия: 6.1.0.1 (x64)
ID сборки: 378e26bd4f22a135cef5fa17afd5d4171d8da21a
Потоков ЦП: 4; ОС:Windows 10.0; Отрисовка ИП: по умолчанию; 
Локаль: ru-RU (ru_RU); Calc: CL

and

crashreport.libreoffice.org/stats/crash_details/8e54c803-69e2-45ed-8bf2-330004da8e26

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


[Libreoffice-bugs] [Bug 118707] Crash when cutting some content

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118707

--- Comment #1 from Telesto  ---
Created attachment 143487
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143487=edit
Example 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


  1   2   3   4   5   >