[Libreoffice-bugs] [Bug 94195] FILEOPEN: Cisco 3015_eps.zip not working in Extension Manager

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94195

--- Comment #5 from A Walker  ---
WordPress Themes is the prime way to personalize and beautify your website.
These themes are a breeze to use because https://mythemeshop-discount.hpage.com/;>MyThemeShopyou can tailor
them according to your exact specifications. They provide you with much more
flexibility compared to building a website from scratch.

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


[Libreoffice-bugs] [Bug 130051] Skia: There are no control's borders in dialogs

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130051

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
verified in

Версия: 7.0.0.0.alpha0+ (x64)
ID сборки: e8ac78d3afdeb0302eaea34a50f1ca912d5fe897
Потоков ЦП: 4; ОС:Windows 10.0 Build 17763; Отрисовка ИП: Skia/Vulkan; VCL:
win; 
Локаль: ru-RU (ru_RU); Язык интерфейса: ru-RU
Calc: threaded

Thanks for fixing

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


[Libreoffice-bugs] [Bug 129915] gtk3: Calc freezes (slow performance and high CPU usage) with column selection

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129915

--- Comment #18 from Noel Grandin  ---
Thanks for the flamegraph Kevin, that looks good. Unfortunately I dont see
znything obviously easy to fix.

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


[Libreoffice-bugs] [Bug 128302] The same SVX_DLLIMPLEMENTATION macro is used for both the svx and svxcore libraries

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128302

Stephan Bergmann  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED
 CC||sberg...@redhat.com

--- Comment #8 from Stephan Bergmann  ---
 "tdf#128302: Split
SVXCORE_DLLPUBLIC from SVX_DLLPUBLIC"

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


[Libreoffice-bugs] [Bug 130274] TRACK CHANGES: Crash in swlo.dll with track changes enabled

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

Dieter  changed:

   What|Removed |Added

 Blocks||83946
Summary|Crash in: swlo.dll  |TRACK CHANGES: Crash in
   ||swlo.dll with track changes
   ||enabled

--- Comment #10 from Dieter  ---
Dave, I tried again with the steps you provided, but couldnt' reproduce it.
Sorry. I also searched for other bugs with that crash signaure, but couldn't
find anything. I'm afrais I can't do more. I hope somebody else can help.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Tracking changes 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 83946] [META] Tracking changes issues

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

Dieter  changed:

   What|Removed |Added

 Depends on||130274


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130274
[Bug 130274] TRACK CHANGES: Crash in swlo.dll with track changes enabled
-- 
You are receiving this mail because:
You 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/o3tl sc/inc sc/source stoc/source sw/inc sw/source vcl/inc

2020-01-31 Thread Noel Grandin (via logerrit)
 include/o3tl/sorted_vector.hxx  |5 +
 sc/inc/externalrefmgr.hxx   |   11 ++-
 sc/inc/recursionhelper.hxx  |8 
 sc/source/core/data/formulacell.cxx |4 ++--
 sc/source/core/tool/recursionhelper.cxx |2 +-
 sc/source/filter/inc/xetable.hxx|4 ++--
 stoc/source/invocation_adapterfactory/iafactory.cxx |5 +++--
 sw/inc/swwait.hxx   |4 ++--
 sw/source/core/doc/docnew.cxx   |4 ++--
 vcl/inc/graphic/Manager.hxx |4 ++--
 vcl/inc/salusereventlist.hxx|   10 ++
 vcl/inc/win/winlayout.hxx   |3 ++-
 12 files changed, 29 insertions(+), 35 deletions(-)

New commits:
commit 1a12861e01acd7a0c879a1124dd9ed4297a03dca
Author: Noel Grandin 
AuthorDate: Sat Feb 1 08:29:21 2020 +0200
Commit: Noel Grandin 
CommitDate: Sat Feb 1 08:19:54 2020 +0100

std::unordered_set -> o3tl::sorted_vector

which is much better for CPU cache, since the representation is more
compact, and since we almost always do insert() in pointer order,
there is surprisingly little sorting

Also add a count() method for compatibility with std::set and the
proposed std::flat_set

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

diff --git a/include/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx
index 088f5a2aa214..28ef75817fa7 100644
--- a/include/o3tl/sorted_vector.hxx
+++ b/include/o3tl/sorted_vector.hxx
@@ -198,6 +198,11 @@ public:
 return (ret.second) ? ret.first : m_vector.end();
 }
 
+size_type count(const Value& v) const
+{
+return find(v) != end() ? 1 : 0;
+}
+
 bool operator==(const sorted_vector & other) const
 {
 return m_vector == other.m_vector;
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index b95d6d1a0fd1..128feab61894 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -39,6 +39,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 class ScTokenArray;
@@ -381,14 +382,6 @@ public:
 LinkListener();
 virtual ~LinkListener() COVERITY_NOEXCEPT_FALSE = 0;
 virtual void notify(sal_uInt16 nFileId, LinkUpdateType eType) = 0;
-
-struct Hash
-{
-size_t operator() (const LinkListener* p) const
-{
-return reinterpret_cast(p);
-}
-};
 };
 
 /**
@@ -421,7 +414,7 @@ private:
 
 typedef std::unordered_map 
NumFmtMap;
 
-typedef std::unordered_set  
LinkListeners;
+typedef o3tl::sorted_vector 
LinkListeners;
 typedef std::unordered_map  
LinkListenerMap;
 
 public:
diff --git a/sc/inc/recursionhelper.hxx b/sc/inc/recursionhelper.hxx
index 9988a676203b..f741aa8bab67 100644
--- a/sc/inc/recursionhelper.hxx
+++ b/sc/inc/recursionhelper.hxx
@@ -25,7 +25,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 class ScFormulaCell;
 
@@ -65,7 +65,7 @@ class ScRecursionHelper
 boolbConverging;
 boolbGroupsIndependent;
 std::vector< ScFormulaCell* >   aTemporaryGroupCells;
-std::unordered_set< ScFormulaCellGroup* >* pFGSet;
+o3tl::sorted_vector< ScFormulaCellGroup* >* pFGSet;
 
 void Init();
 void ResetIteration();
@@ -120,7 +120,7 @@ public:
 void AddTemporaryGroupCell(ScFormulaCell* cell);
 void CleanTemporaryGroupCells();
 
-void SetFormulaGroupSet(std::unordered_set* pSet) { 
pFGSet = pSet; }
+void SetFormulaGroupSet(o3tl::sorted_vector* pSet) { 
pFGSet = pSet; }
 bool HasFormulaGroupSet() { return pFGSet != nullptr; }
 bool CheckFGIndependence(ScFormulaCellGroup* pFG);
 void SetGroupsIndependent(bool bSet) { bGroupsIndependent = bSet; }
@@ -157,7 +157,7 @@ class ScCheckIndependentFGGuard
 public:
 ScCheckIndependentFGGuard() = delete;
 ScCheckIndependentFGGuard(ScRecursionHelper& rRecursionHelper,
-  std::unordered_set* pSet);
+  o3tl::sorted_vector* pSet);
 ~ScCheckIndependentFGGuard();
 
 bool AreGroupsIndependent();
diff --git a/sc/source/core/data/formulacell.cxx 
b/sc/source/core/data/formulacell.cxx
index c39b21341bd5..e1cb04eb3ad2 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4717,7 +4717,7 @@ bool 
ScFormulaCell::CheckComputeDependencies(sc::FormulaLogger::GroupScope& rSco
 }
 
 static SCCOL lcl_probeLeftOrRightFGs(const ScFormulaCellGroupRef& xGroup, 
const ScDocument& rDoc,
- std::unordered_set& 
rFGSet,
+ 

[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #7 from Michel Thomas  ---
Okay I'm almost done. So basically my solution involves a Win32 Console
application that uses a WMI query to get information regarding the Antivirus
software installed on the system , namely the displayName and productState
fields. So for each active Antivirus on the system a seperate MessageBox is
displayed warning the user. This program is called from the configure.ac file
and its exit code determines the next course of action. Do I have to insert my
code(that calls the Win32 Console App and queries its exit code) at any
specific point in configure.ac? Is it okay if I just append it?

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


[Libreoffice-bugs] [Bug 48741] [META] Writer's page header and footer issues

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48741

Dieter  changed:

   What|Removed |Added

 Depends on||130298


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130298
[Bug 130298] HEADER: Image, frame or shape is still part of a header, if you
move it outside header by drag and drop
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130298] HEADER: Image, frame or shape is still part of a header, if you move it outside header by drag and drop

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130298

Dieter  changed:

   What|Removed |Added

Summary|Frame moved from Header to  |HEADER: Image, frame or
   |Document replicated on all  |shape is still part of a
   |pages   |header, if you move it
   ||outside header by drag and
   ||drop
 Blocks||48741
 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |NEW

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

Version: 7.0.0.0.alpha0+ (x64)
Build ID: eeb2d19e77d6dc47c68e8ba0920a02cf64a1247b
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-GB
Calc: threaded

The problem is, that the frame is still part of the header (if you delete
header), frame is deleted to. It's the same with images and shapes => I changed
bug summary


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=48741
[Bug 48741] [META] Writer's page header and footer 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 130331] LibreOffice works incorrect, when I change registr of the words.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130331

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dieter  ---


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

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


[Libreoffice-bugs] [Bug 49033] Change case -> Sentence case doesn't honor selection; case of entire sentence changes (STR comment 20)

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49033

Dieter  changed:

   What|Removed |Added

 CC||ntar...@gmail.com

--- Comment #66 from Dieter  ---
*** Bug 130331 has been marked as a duplicate of this bug. ***

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


[Libreoffice-commits] core.git: external/skia

2020-01-31 Thread Mike Kaganski (via logerrit)
 external/skia/fix-pch.patch.1 |   13 +
 1 file changed, 13 insertions(+)

New commits:
commit 07b84ff631bd3c8db1188f69804036505753feff
Author: Mike Kaganski 
AuthorDate: Fri Jan 31 19:39:27 2020 +0100
Commit: Mike Kaganski 
CommitDate: Sat Feb 1 07:53:21 2020 +0100

Skia: fix #define MemoryBarrier coming from winnt.h from pch

... resulting in error message

C:/lo/src/build/workdir/UnpackedTarball/skia/src/gpu/gl/GrGLGpu.cpp(3771):
error C2039: 'f__faststorefence': is not a member of 
'GrGLInterface::Functions'

Change-Id: If69c0067abe287dd276c685cde6be3b31a1ce950
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87780
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/external/skia/fix-pch.patch.1 b/external/skia/fix-pch.patch.1
index 11292572c555..1322f6dc24f8 100644
--- a/external/skia/fix-pch.patch.1
+++ b/external/skia/fix-pch.patch.1
@@ -122,3 +122,16 @@ index b8fd426e13..5e6f2a9b28 100755
  auto near = [&](skvm::F32 t) {
  // 1/18 + 9/18t + 27/18t^2 - 21/18t^3 == t ( t ( -21/18t + 27/18) 
+ 9/18) + 1/18
  return p->mad(t,
+diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp
+index 191b6a3ce5..26754acccd 100644
+--- a/src/gpu/gl/GrGLGpu.cpp
 b/src/gpu/gl/GrGLGpu.cpp
+@@ -3766,6 +3766,8 @@
+ }
+ }
+ 
++#undef MemoryBarrier
++
+ void GrGLGpu::insertManualFramebufferBarrier() {
+ 
SkASSERT(this->caps()->requiresManualFBBarrierAfterTessellatedStencilDraw());
+ GL_CALL(MemoryBarrier(GR_GL_FRAMEBUFFER_BARRIER_BIT));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130337] Paragraph Style dialog: solitary tabs cannot be deleted

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130337

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Dieter  ---
Looks like a duplicate of bug 127417, which was fixed recently. So please try
with LO 6.4.0 or master.

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

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


Re: build error : 'f__faststorefence': is not a member of 'GrGLInterface::Functions'

2020-01-31 Thread Kaganski Mike
On 2020-02-01 8:58, himajin10 wrote:
> I'm getting the following error. how should I fix this error?(and why 
> doesn't Jenkis fail?)
> 
> C:/build/workdir/UnpackedTarball/skia/src/gpu/gl/GrGLGpu.cpp(3771): 
> error C2039: 'f__faststorefence': is not a member of 
> 'GrGLInterface::Functions'
> C:\build\workdir\UnpackedTarball\skia\include/gp/gl/GrGLInterface.h(74): 
> note: see declaration of 'GrGLInterface::Functions'

https://gerrit.libreoffice.org/c/core/+/87780

-- 
Best regards,
Mike Kaganski
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 130330] Edit field dialog show different help pages on two clicks of Help button

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130330

Olivier Hallot  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Olivier Hallot  ---
One is the help page opened by the dialog box, the other is the help page
opened by the tab page inside the dialog box. 

Is is an fix around the 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 130311] calc: crash: endless loop 'saving' with 7.0.0.0

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130311

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Kevin Suo  ---
(In reply to b. from comment #0)

@b.: First of all, the daily builds (i.e., 7.0.0.0.alpha0+ at this moment) are
for test purpose only, it is expected that there are many many bugs including
crashes in this version. For daily work, you should use a stable version (i.e.,
LibreOffice 6.3 at this moment).

Second, to help to investigate this crash, would you please:
1. Provide short description of the 1,2,3... steps detailing how we can
reproduce this crash?
2. Provide a minimal test document with which we can use to reproduce this.

With your above description, we are not able to resolve the issue. I mark this
as NEEDINFO. Once you have provided the inforation above, please set the status
back to UNCONFIRMED.

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


[Libreoffice-bugs] [Bug 130315] LibreOfficedev 7.0.0.0alpha0+ Writer Navigator headings do not collapse in content (headings) only view on Linux

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130315

Kevin Suo  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 CC||suokunl...@126.com

--- Comment #2 from Kevin Suo  ---
I tried and confirm that, this behaviour works OK in versions newer than commit
7f59313a1bd88dd142ff0b4c9b8cfc7e4beeabc7 (i.e., the commit which fixed bug
130122), but does not work in versions prior to that commit. As a result, this
was fixed by that commit both on Mac and Linux.

Christopher J Poor: The daily build you used to test this bug on linux was
dated 2020-01-24_21:09:14. However, that commit which fixed this issue was
commited on Tue Jan 28 21:34:35 2020 +0100. It means the version you used to
test on linux did not have this commit. Please test with a daily build newer
than Jan 28 21:34:35.

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


[Libreoffice-bugs] [Bug 72155] Calc no more doesn't update links automaticaly

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72155

--- Comment #15 from David  ---
Hi Rudolf, thanks for reporting.

https://theluxurychairs.com/

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


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

2020-01-31 Thread Noel Grandin (via logerrit)
 lotuswordpro/source/filter/lwpdoc.cxx |   14 +++---
 lotuswordpro/source/filter/lwplayout.cxx  |7 ---
 lotuswordpro/source/filter/lwppara.cxx|4 ++--
 lotuswordpro/source/filter/lwppara1.cxx   |4 ++--
 lotuswordpro/source/filter/lwprowlayout.cxx   |6 +++---
 lotuswordpro/source/filter/lwpstory.cxx   |   10 +-
 lotuswordpro/source/filter/lwptablelayout.cxx |   14 +++---
 7 files changed, 30 insertions(+), 29 deletions(-)

New commits:
commit 3bcef77383d07d86a13bc097894b3044cae4f57f
Author: Noel Grandin 
AuthorDate: Fri Jan 31 20:49:52 2020 +0200
Commit: Noel Grandin 
CommitDate: Sat Feb 1 07:07:48 2020 +0100

std:set->o3tl::sorted_vector

which is always a better choice when dealing with pointers, for
2 reasons: way more cache dense, and we very often iterate pointers
roughly in-order, which means very little sorting needs to be done

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

diff --git a/lotuswordpro/source/filter/lwpdoc.cxx 
b/lotuswordpro/source/filter/lwpdoc.cxx
index a5ef2a7f4203..96f4c2f1bbfd 100644
--- a/lotuswordpro/source/filter/lwpdoc.cxx
+++ b/lotuswordpro/source/filter/lwpdoc.cxx
@@ -68,7 +68,7 @@
 #include "lwpverdocument.hxx"
 #include 
 #include 
-#include 
+#include 
 
 LwpDocument::LwpDocument(LwpObjectHeader const & objHdr, LwpSvStream* pStrm)
 : LwpDLNFPVList(objHdr, pStrm)
@@ -287,7 +287,7 @@ void LwpDocument::RegisterStylesInPara()
 if (xContent.is())
 {
 rtl::Reference 
xStory(dynamic_cast(xContent->GetChildHead().obj(VO_STORY).get()));
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (xStory.is())
 {
 aSeen.insert(xStory.get());
@@ -314,7 +314,7 @@ void LwpDocument::RegisterBulletStyles()
 return;
 LwpSilverBullet* pBullet = dynamic_cast
 (pBulletHead->GetHeadID().obj().get());
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (pBullet)
 {
 aSeen.insert(pBullet);
@@ -562,7 +562,7 @@ LwpDocument* LwpDocument::GetLastDivisionWithContents()
 {
 LwpDocument* pDivision = GetLastDivision();
 
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (pDivision && pDivision != this)
 {
 aSeen.insert(pDivision);
@@ -628,7 +628,7 @@ LwpDocument* LwpDocument::GetLastDivisionWithContents()
  LwpDocument* LwpDocument::GetRootDocument()
 {
 LwpDocument* pRoot = this;
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (pRoot)
 {
 aSeen.insert(pRoot);
@@ -651,7 +651,7 @@ LwpDocument* LwpDocument::GetLastDivisionWithContents()
 return this;
 
 LwpDocument* pDivision = GetFirstDivision();
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (pDivision)
 {
 aSeen.insert(pDivision);
@@ -671,7 +671,7 @@ LwpDocument* LwpDocument::GetLastDivisionWithContents()
 {
 LwpDocument* pRoot = GetRootDocument();
 LwpDocument *pLastDoc = pRoot ? pRoot->GetLastDivisionWithContents() : 
nullptr;
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (pLastDoc)
 {
 aSeen.insert(pLastDoc);
diff --git a/lotuswordpro/source/filter/lwplayout.cxx 
b/lotuswordpro/source/filter/lwplayout.cxx
index a393d50b4535..4c41574180a2 100644
--- a/lotuswordpro/source/filter/lwplayout.cxx
+++ b/lotuswordpro/source/filter/lwplayout.cxx
@@ -73,6 +73,7 @@
 #include "lwpgrfobj.hxx"
 #include 
 #include 
+#include 
 
 LwpVirtualLayout::LwpVirtualLayout(LwpObjectHeader const , LwpSvStream* 
pStrm)
 : LwpDLNFPVList(objHdr, pStrm)
@@ -500,7 +501,7 @@ void LwpHeadLayout::RegisterStyle()
 {
 //Register all children styles
 rtl::Reference 
xLayout(dynamic_cast(GetChildHead().obj().get()));
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (xLayout.is())
 {
 aSeen.insert(xLayout.get());
@@ -522,7 +523,7 @@ void LwpHeadLayout::RegisterStyle()
 rtl::Reference LwpHeadLayout::FindEnSuperTableLayout()
 {
 rtl::Reference 
xLayout(dynamic_cast(GetChildHead().obj().get()));
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (xLayout.get())
 {
 aSeen.insert(xLayout.get());
@@ -1376,7 +1377,7 @@ bool LwpMiddleLayout::IsProtected()
 rtl::Reference LwpMiddleLayout::GetWaterMarkLayout()
 {
 rtl::Reference 
xLay(dynamic_cast(GetChildHead().obj().get()));
-std::set aSeen;
+o3tl::sorted_vector aSeen;
 while (xLay.is())
 {
 aSeen.insert(xLay.get());
diff --git a/lotuswordpro/source/filter/lwppara.cxx 
b/lotuswordpro/source/filter/lwppara.cxx
index 5b92281b0560..b60f34354141 100644
--- a/lotuswordpro/source/filter/lwppara.cxx
+++ b/lotuswordpro/source/filter/lwppara.cxx
@@ -96,7 +96,7 @@
 #include 
 #include "lwptable.hxx"
 #include 
-#include 
+#include 
 
 

build error : 'f__faststorefence': is not a member of 'GrGLInterface::Functions'

2020-01-31 Thread himajin100000

Hi,

I'm getting the following error. how should I fix this error?(and why 
doesn't Jenkis fail?)


C:/build/workdir/UnpackedTarball/skia/src/gpu/gl/GrGLGpu.cpp(3771): 
error C2039: 'f__faststorefence': is not a member of 
'GrGLInterface::Functions'
C:\build\workdir\UnpackedTarball\skia\include/gp/gl/GrGLInterface.h(74): 
note: see declaration of 'GrGLInterface::Functions'

---
himajin10

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


[Libreoffice-bugs] [Bug 130333] LibreOffice Calc: Invalid reference result from INDIRECT() function when trying to reference a cell in another sheet

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130333

Kevin Suo  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||suokunl...@126.com
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Kevin Suo  ---
(In reply to Bret Carver from comment #0)

I can reproduce the "#REF!", but this seems to be not a bug.

Steps:
1. Type "A2" in cell A1, sheet1
2. In another sheet, type in the formula "=indirect()"

Current Result:
0.
(Since sheet1.A1 is blank, the value 0 is expected).

The "#REF!" error only appears when the referenced cell (i.e., sheet1.A2) does
not contain any valid cell reverence.

版本: 7.0.0.0.alpha0+
Build ID: 0a6ec034dc8088d9de399142bb193ae7d338e645
CPU 线程: 4; 操作系统: Linux 5.4; UI 渲染: 默认; VCL: gtk3; 
区域语言: zh-CN (zh_CN.UTF-8); UI 语言: zh-CN
Calc: threaded

Am I doing something wrong?

I mark this as NEEDINFO. @Bret Carver: Would you please explain further.

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


[Libreoffice-bugs] [Bug 124669] Error in the function SUM (LibreOffice Calc)

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124669

--- Comment #9 from b.  ---
@Wilfried

> Could you create two new bug reports for each point, 

done so in #124783, #124784

reg. 

b.

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


[Libreoffice-bugs] [Bug 34355] Option to show track changes in margin is missing

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34355

--- Comment #128 from MostMags  ---
This bug is still unsloved
https://www.mostmags.com/

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


[Libreoffice-ux-advise] [Bug 34355] Option to show track changes in margin is missing

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34355

--- Comment #128 from MostMags  ---
This bug is still unsloved
https://www.mostmags.com/

-- 
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 112969] [META] DOCX (OOXML) field-related issues

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112969
Bug 112969 depends on bug 68140, which changed state.

Bug 68140 Summary: FILESAVE: User fields displayed with "User Field NAME =" 
prefixed on converting to DOCX
https://bugs.documentfoundation.org/show_bug.cgi?id=68140

   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 68140] FILESAVE: User fields displayed with "User Field NAME =" prefixed on converting to DOCX

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68140

Kevin Suo  changed:

   What|Removed |Added

 Whiteboard||target:7.0.0
 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.com
   |desktop.org |
 Resolution|--- |FIXED

--- Comment #14 from Kevin Suo  ---
I confirm that this is fixed by commit
676862bb8aa043f116615e5d0dac59254eaa8138.

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


[Libreoffice-bugs] [Bug 130339] New: Cursor disappears in Writer

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130339

Bug ID: 130339
   Summary: Cursor disappears in Writer
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thru...@gmail.com

Description:
I will be typing along in Writer and the cursor will randomly disappear. I can
still click and set its location, or select text with the mouse. But I cannot
see the cursor. If I restart LO it is fine. This has been a "feature" I have
struggled with since the early days of LO. I cannot reproduce it because I do
not notice anything that causes it. A related error is that sometimes the pink
text selection box will also become invisible. It still works but you cannot
see it. These things do not always happen together, but they both go away with
a restart. I am using and have always used the most current version of Ubuntu.
Now I am on the LO Fresh repo. I believe this has happened for me on x386 and
x64, with or without OpenGL. All I remember for sure is that it's been
happening for years. Thanks for your attention to this.

Steps to Reproduce:
1.Write
2.Click
3.Unknown

Actual Results:
This is a random error and I have no idea how to reproduce it, even after 15
years of dealing with it.

Expected Results:
I expect the cursor to always be an arrow, a line, or a special cursor for a
special use. Not invisible.


Reproducible: Couldn't Reproduce


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes

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


[Libreoffice-bugs] [Bug 130060] Copied cells, Paste on Paint.exe and others with fontname.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130060

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 125705] Impossible to edit any TextField (except URL) inside a spreadsheet cell by user code.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125705

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 130057] Pasting image into .odt file in Collabora Online causes editor to hang/not open

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130057

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 125222] EDITING: Crash in: libc-2.28.so: Base: Deleting table

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125222

--- Comment #4 from QA Administrators  ---
Dear Roger D. Cook,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 124145] Failed table when applying changes

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124145

--- Comment #10 from QA Administrators  ---
Dear Wagner Matos,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 125705] Impossible to edit any TextField (except URL) inside a spreadsheet cell by user code.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125705

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

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


[Libreoffice-bugs] [Bug 108441] [META] Database table bugs and enhancements

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108441
Bug 108441 depends on bug 125222, which changed state.

Bug 125222 Summary: EDITING: Crash in: libc-2.28.so: Base: Deleting table
https://bugs.documentfoundation.org/show_bug.cgi?id=125222

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 125222] EDITING: Crash in: libc-2.28.so: Base: Deleting table

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125222

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 125952] Falha error free office calc insert function "SOMA"

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125952

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 125952] Falha error free office calc insert function "SOMA"

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125952

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 103100] [META] Writer table bugs

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100
Bug 103100 depends on bug 124145, which changed state.

Bug 124145 Summary: Failed table when applying changes
https://bugs.documentfoundation.org/show_bug.cgi?id=124145

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 124145] Failed table when applying changes

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124145

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-commits] core.git: .git-hooks/commit-msg

2020-01-31 Thread Jan-Marek Glogowski (via logerrit)
 .git-hooks/commit-msg |  204 +-
 1 file changed, 39 insertions(+), 165 deletions(-)

New commits:
commit c5eb63edde14a5cbb5101a8552c2559755152c45
Author: Jan-Marek Glogowski 
AuthorDate: Fri Jan 24 17:45:30 2020 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Feb 1 04:14:09 2020 +0100

git hooks: update commit-msg to Gerrit 2.16.15

This mainly replaces the whole AWK code with the git helper
"interpret-trailers", which was added in git v2.2 end of 2014.

It also moves the argument checks from the original Gerrit hook
to the front of our tests to verify the script arguments.

Change-Id: I38c831bf7c9d399419a598d6966e48166d31ea6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87369
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/.git-hooks/commit-msg b/.git-hooks/commit-msg
index 027c37510ff6..eebca62cb6f7 100755
--- a/.git-hooks/commit-msg
+++ b/.git-hooks/commit-msg
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# An example hook script to check the commit log message.
 # Called by git-commit with one argument, the name of the file
 # that has the commit message.  The hook should exit with non-zero
 # status after issuing an appropriate message if it wants to stop the
@@ -8,14 +7,17 @@
 #
 # To enable this hook, make this file executable.
 
-# Uncomment the below to add a Signed-off-by line to the message.
-# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
-# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
+# avoid [[ which is not POSIX sh.
 
-# This example catches duplicate Signed-off-by lines.
+if test "$#" != 1 ; then
+echo "$0 requires an argument."
+exit 1
+fi
 
-base_dir=$(dirname $0)
-MSG="$1"
+if test ! -f "$1" ; then
+echo "file does not exist: $1"
+exit 1
+fi
 
 abort() {
 cp $1 $1.save
@@ -30,7 +32,7 @@ EOF
 
 test "" = "$(grep '^Signed-off-by: ' "$1" |
  sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || {
-abort "$1" "Duplicate Signed-off-by lines."
+abort "$1" "Duplicate Signed-off-by lines."
 }
 
 # Check that the first line exists, and is not an asterisk
@@ -74,11 +76,9 @@ if [ -n "`grep '^#[^[:blank:]]' $1`" ] ; then
 abort "$1" "Possible accidental comment in the commit message (leading # 
without space)."
 fi
 
-
-#-- copied gerrit commit-msg hook to handle ChangeId -->
-# From Gerrit Code Review 2.3
+# From Gerrit Code Review 2.16.15
 #
-# Part of Gerrit Code Review (http://code.google.com/p/gerrit/)
+# Part of Gerrit Code Review (https://www.gerritcodereview.com/)
 #
 # Copyright (C) 2009 The Android Open Source Project
 #
@@ -93,169 +93,43 @@ fi
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
-
-CHANGE_ID_AFTER="Bug|Issue"
-
-# Check for, and add if missing, a unique Change-Id
-#
-add_ChangeId() {
-clean_message=`sed -e '
-/^diff --git .*/{
-s///
-q
-}
-/^Signed-off-by:/d
-/^#/d
-' "$MSG" | git stripspace`
-if test -z "$clean_message"
-then
-return
-fi
-
-if test "false" = "`git config --bool --get gerrit.createChangeId`"
-then
-return
-fi
-
-# Does Change-Id: already exist? if so, exit (no change).
-if grep -i '^Change-Id:' "$MSG" >/dev/null
-then
-return
-fi
-
-id=`_gen_ChangeId`
-T="$MSG.tmp.$$"
-AWK=awk
-if [ -x /usr/xpg4/bin/awk ]; then
-# Solaris AWK is just too broken
-AWK=/usr/xpg4/bin/awk
-fi
-
-# How this works:
-# - parse the commit message as (textLine+ blankLine*)*
-# - assume textLine+ to be a footer until proven otherwise
-# - exception: the first block is not footer (as it is the title)
-# - read textLine+ into a variable
-# - then count blankLines
-# - once the next textLine appears, print textLine+ blankLine* as these
-#   aren't footer
-# - in END, the last textLine+ block is available for footer parsing
-$AWK '
-BEGIN {
-# while we start with the assumption that textLine+
-# is a footer, the first block is not.
-isFooter = 0
-footerComment = 0
-blankLines = 0
-}
-
-# Skip lines starting with "#" without any spaces before it.
-/^#/ { next }
 
-# Skip the line starting with the diff command and everything after it,
-# up to the end of the file, assuming it is only patch data.
-# If more than one line before the diff was empty, strip all but one.
-/^diff --git / {
-

[Libreoffice-bugs] [Bug 126400] LibreOffice math does not get focus back after using the 'elements' panel when floating

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126400

--- Comment #5 from Jim Raykowski  ---
No repro with gtk3 using current master and many versions tested using bibisect
repositories.

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


[Libreoffice-bugs] [Bug 128135] UI GTK3: dialog Pivot Table Layout / properties is too high: section Source and Destination cannot be fully used

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128135

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Status|NEEDINFO|NEW
Summary|UI: dialog Pivot Table  |UI GTK3: dialog Pivot Table
   |Layout / properties is too  |Layout / properties is too
   |high: section Source and|high: section Source and
   |Destination cannot be fully |Destination cannot be fully
   |used|used

--- Comment #4 from Kevin Suo  ---
I reproduce this with:

Version: 7.0.0.0.alpha0+
Build ID: 62640556cca53ffa160456441db38899d6f885d5
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: zh-CN (zh_CN.UTF-8); UI-Language: en-US
Calc: threaded

This is a Linux GTK3 only bug. It worked OK with SAL_USE_VCLPLUGIN=gtk (in
versions before 6.3) and SAL_USE_VCLPLUGIN=GTK"gen".

Steps to reproduce:

1. Create a minimal spreadsheet file with the following contents:
a
1

2. Data > Pivot Table > Insert or Edit > OK, then click the "Source and
Destination".

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


[Libreoffice-bugs] [Bug 130338] Gtk3 Meta: Dialog Window is Too Tall/High - Falls Outside of the Screen and Can not Be Resizable

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130338

Kevin Suo  changed:

   What|Removed |Added

Summary|Gtk3 Meta: Dialog Windows   |Gtk3 Meta: Dialog Window is
   |is Too Tall/High - Falls|Too Tall/High - Falls
   |Outside of the Screen and   |Outside of the Screen and
   |Can not Be Resizable|Can not Be Resizable

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


[Libreoffice-bugs] [Bug 130338] Gtk3 Meta: Dialog Windows is Too Tall/High - Falls Outside of the Screen and Can not Be Resizable

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130338

Kevin Suo  changed:

   What|Removed |Added

 Depends on||130275


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130275
[Bug 130275] Ctrl + F2 (i.e., insert More Fields) dialog:  The confirmation
buttons get hidden behind the bottom panel of 'gnome-panel'
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130275] Ctrl + F2 (i.e., insert More Fields) dialog: The confirmation buttons get hidden behind the bottom panel of 'gnome-panel'

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130275

Kevin Suo  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 OS|All |Linux (All)
 CC||suokunl...@126.com
 Blocks||130338

--- Comment #1 from Kevin Suo  ---
I reproduce this bug with
Version: 7.0.0.0.alpha0+
Build ID: 62640556cca53ffa160456441db38899d6f885d5
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: zh-CN (zh_CN.UTF-8); UI-Language: en-US
Calc: threaded

OS: Fedora 31 X64, GNOME Shell 3.34.3.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130338
[Bug 130338] Gtk3 Meta: Dialog Windows is Too Tall/High - Falls Outside of the
Screen and Can not Be Resizable
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130338] Gtk3 Meta: Dialog Windows is Too Tall/High - Falls Outside of the Screen and Can not Be Resizable

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130338

Kevin Suo  changed:

   What|Removed |Added

 Depends on||128135


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128135
[Bug 128135] UI: dialog Pivot Table Layout / properties is too high: section
Source and Destination cannot be fully used
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 128135] UI: dialog Pivot Table Layout / properties is too high: section Source and Destination cannot be fully used

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128135

Kevin Suo  changed:

   What|Removed |Added

 Blocks||130338


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130338
[Bug 130338] Gtk3 Meta: Dialog Windows is Too Tall/High - Falls Outside of the
Screen and Can not Be Resizable
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130338] Gtk3 Meta: Dialog Windows is Too Tall/High - Falls Outside of the Screen and Can not Be Resizable

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130338

Kevin Suo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Alias||GTK3-Dialog-High
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 130338] New: Gtk3 Meta: Dialog Windows is Too Tall/High - Falls Outside of the Screen and Can not Be Resizable

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130338

Bug ID: 130338
   Summary: Gtk3 Meta: Dialog Windows is Too Tall/High - Falls
Outside of the Screen and Can not Be Resizable
   Product: LibreOffice
   Version: 6.5.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

There are plenty of dialogs under Gtk3 which the OK/Cancle buttons are falling
out of the screen area, due to the dialog too high/tall and can not be
resizable.

This is a meta bug tracking all these dialogs.

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


[Libreoffice-bugs] [Bug 127782] New Print dialog is too high

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127782

--- Comment #39 from Bud  ---
Created attachment 157574
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157574=edit
Print Dialog too large and buttons blocked by Taskbar

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


[Libreoffice-bugs] [Bug 129679] When validating a cell as cell range I click on the source field, it results in only being capable of select cells and nothing more.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129679

--- Comment #2 from Stanislaus J. Pinasthika  ---
Thanks for reporting the problem, I am sorry, I can't reproduce it in Version:
6.3.4.2
Build ID: 60da17e045e08f1793c57c00ba83cdfce946d0aa
CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: kde5; 
Locale: id-ID (id_ID.UTF-8); UI-Language: en-US
Calc: threaded

and

Version: 6.5.0.0.alpha0+
Build ID: 5030be4e85179147476b1e441eb618fb6ed58235
CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: kf5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-11-28_20:14:48
Locale: id-ID (id_ID.UTF-8); UI-Language: en-US
Calc: threaded

I suggest you to update your LibreOffice to newest version, thank you

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


[Libreoffice-bugs] [Bug 119424] Some shapes drift away after consecutive reopening in Draw (X position changes)

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119424

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #5 from Regina Henschel  ---
The error still exists in Version: 6.5.0.0.alpha0+ (x64)
Build ID: 147af9e2cf7f937ed83ab00574b6a418a2cb629e
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: default; VCL: win; 
Locale: de-DE (en_US); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 42695] [UI] When Navigator is docked, new documents show an inactive "List Box". When Navigator is undocked and "List Box" is turned "Off" then no items are shown when Navigato

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42695

Jim Raykowski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rayk...@gmail.com
   |desktop.org |

--- Comment #19 from Jim Raykowski  ---
Two bug fixes in one!

https://gerrit.libreoffice.org/c/core/+/87758

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


[Libreoffice-bugs] [Bug 130074] Many untranslatable line and arrow styles of shapes

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130074

Julien Nabet  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #7 from Julien Nabet  ---
Here's a try for line styles part:
https://gerrit.libreoffice.org/#/c/core/+/87792/

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


[Libreoffice-bugs] [Bug 130201] Calc alignment sidebar remove text orientation option

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130201

andreas_k  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from andreas_k  ---
thanks for feedback

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


[Libreoffice-bugs] [Bug 130334] firebird direct connector fails to display tables with some multi-field primary key in Base.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130334

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #6 from Julien Nabet  ---
Indeed it seems specific to Firebird external to an odb, can't help here=>uncc
myself.
Sorry for the noise.

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


[Libreoffice-bugs] [Bug 130337] Paragraph Style dialog: solitary tabs cannot be deleted

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130337

R. Green  changed:

   What|Removed |Added

Summary|Paragraph Style: Tabs   |Paragraph Style dialog:
   |cannot be deleted   |solitary tabs cannot be
   ||deleted

--- Comment #1 from R. Green  ---
There does appear to be a workaround of sorts. You have to create another tab
first, then you can delete the original tab. The problem is that once the user
has created one or more tabs in the Paragraph Style dialog, s/he is not allowed
to delete the last tab remaining.

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


[Libreoffice-bugs] [Bug 124091] FILEOPEN ODT Table rendered partly outside page

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124091

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #14 from Buovjaga  ---
Ok, great. Changing status to WFM as we don't know the fixing commit

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


[Libreoffice-bugs] [Bug 122218] After Update to 6.1.4 on macOS fonts are blurred on retina display (xcode 10)

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122218

brettjral...@gmail.com changed:

   What|Removed |Added

 CC||brettjral...@gmail.com

--- Comment #152 from brettjral...@gmail.com ---
Created attachment 157572
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157572=edit
Fuzzy display on 2019 iMac 5K (Retina Display), macOS 10.15.3, LO 6.4.0.3

I am suffering from this as well, 2019 5K iMac (Retina Display), fuzzy text
rendering in LibreOffice 6.4.0.3, macOS 10.5.3 Catalina.

I turned on OpenGL rendering "for all rendering" and it made no difference.

What would be helpful to submit in this bug report?

Version: 6.4.0.3
Build ID: b0a288ab3d2d4774cb44b62f04d5d28733ac6df8
CPU threads: 6; OS: Mac OS X 10.15.3; UI render: GL; VCL: osx; 
Locale: en-CA (en_CA.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 130334] firebird direct connector fails to display tables with some multi-field primary key in Base.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130334

--- Comment #5 from Dan Lewis  ---
(In reply to Julien Nabet from comment #3)
> I expected an odb file containing the firebird tables.

My problem is not with an embedded firebird database; it is with using
firebird1.odb which connects to employee.fdb. Because of that, firebird1.odb
contains the location of employee.fdb. The only way for you to change the
address containing employee.fdb.

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


[Libreoffice-bugs] [Bug 130074] Many untranslatable line and arrow styles of shapes

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130074

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||serval2...@yahoo.fr

--- Comment #6 from Julien Nabet  ---
New line styles have been added with:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=b2d8093b19642038631dfb8f1ab6745a380a652c

New arrow styles from:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=b15fef02c9311e0c160906769abbf96a96e56c73

Let's try to find how to make them translatable comparing with the existing.

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


[Libreoffice-bugs] [Bug 130334] firebird direct connector fails to display tables with some multi-field primary key in Base.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130334

--- Comment #4 from Dan Lewis  ---
Created attachment 157571
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157571=edit
This is the database I used to access the employee.fdb 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 125705] Impossible to edit any TextField (except URL) inside a spreadsheet cell by user code.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125705

--- Comment #3 from Wolfgang Jäger  ---
Just tested again with V 6.4.0.3.
Behaviour unchanged. 
I also analysed the issue to more detail modifying the code from the attached
example to exclude probable errors. In specific I successfully made working
copies of the TextField property and of the DateTime structure to which I made
the assignments, and then assigned the changed structur to the TextField. 
In the same way as for the simple properties IsFixed a IsDate the attempted
direct assignment didn't throw an error, but had no effect. 

'setProperty()' methods neither exist for the simple properties nor for the
structured property.

A copy of the TextField object also was successful and offered the respective
services. It accepted the wanted assignments and showed the new values as
expected. The final assignment of this copy to the TextPortion results in the
error messabge "This property is read-only." A method 'setTextField()' does not
exist again.

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


[Libreoffice-bugs] [Bug 130337] New: Paragraph Style: Tabs cannot be deleted

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130337

Bug ID: 130337
   Summary: Paragraph Style: Tabs cannot be deleted
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: greenandpleasant2000-supp...@yahoo.co.uk

Created attachment 157570
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157570=edit
Example Writer file

This is a major bug with no apparent workarounds.

1. Open the attached writer file.
2. Click somewhere in the text and open Paragraph Style "Numbering 1 cont.".
3. In "Tabs", set Position to 5 cm, say, click "New", then OK.
4. Re-open the same Paragraph Style dialog and in Tabs delete the tab that has
just been created. Then OK.
5. Open the Paragraph Style dialog again.

EXPECTED RESULT: There should be no tabs visible.
ACTUAL RESULT: The tab is still there!

There appears to be nothing you can do to delete the tab once created.

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


license statement

2020-01-31 Thread Eda Nur Var
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2020-01-31 Thread Andrea Gelmini (via logerrit)
 include/xmloff/xmlexp.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8ec41e32e6c42fc9ac4b51d5f251d69f915fb45
Author: Andrea Gelmini 
AuthorDate: Fri Jan 31 19:24:51 2020 +0100
Commit: Julien Nabet 
CommitDate: Fri Jan 31 22:39:25 2020 +0100

Fix typo

Change-Id: I7341d932b4d88cfd540056ff292b8ad003af6830
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87779
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index bb4fb6b92ad2..b14f52a97900 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -180,7 +180,7 @@ protected:
 // Get (modifiable) namespace map
 SvXMLNamespaceMap& GetNamespaceMap_() { return *mpNamespaceMap; }
 
-// get a new namespave map (used in starmath to have a default namespace)
+// get a new namespace map (used in starmath to have a default namespace)
 void ResetNamespaceMap();
 
 /// Override this method to export the content of .
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130228] List Styles icon in Formatting Styles toolbar shows Paragraph Styles

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130228

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #5 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today + gtk3 rendering, after
having enabled "List styles", the icon doesn't appear on formatting styles
toolbar.

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


[Libreoffice-bugs] [Bug 130336] New: Use of custom colors is not consistent

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130336

Bug ID: 130336
   Summary: Use of custom colors is not consistent
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tur...@strider21.com

Description:
Since there's no true dark theme that works across all elements of LibreOffice
(dialogue boxes, scroll bars, toolbars, buttons, etc.), I'm attempting to use
Tools --> Options --> LibreOffice --> Application Colors --> Custom Colors,
select a specific Document Background color and Font Color.  In my case, I'm
using:
- Document background = Dark Blue 1
- Font color = Light Blue 4

The problem is that if a cell has a different background color than default,
the font color may not contrast with the background.  The only way for me to
read the contents of some cells is to remove the background color.  

Steps to Reproduce:
1.  Tools --> Options --> LibreOffice --> Application Colors --> Custom Colors,
select a specific Document Background color and Font Color.

Actual Results:
Some font colors are unreadable, regardless of what font color I select from
the toolbar.

Expected Results:
I expect it to create some kind of color contrast.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - svl/qa

2020-01-31 Thread Stephan Bergmann (via logerrit)
 svl/qa/unit/test_INetContentType.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 09b59ba270f2a74a0f6d724454b621f443d829b2
Author: Stephan Bergmann 
AuthorDate: Tue Dec 3 13:58:23 2019 +0100
Commit: Caolán McNamara 
CommitDate: Fri Jan 31 22:17:19 2020 +0100

Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)

 
"char8_t
backward compatibility remediation", as implemented now by 
 
"libstdc++:
P1423R3 char8_t remediation (2/4)" for -std=c++2a, deletes operator << 
overloads
that would print a pointer rather than a (presumably expected) string.

But here it should be fine to print pointers, esp. as there are null 
pointers
involved.

Change-Id: I62fad4cb9eaaa612989f035f686086ef29093d70
Reviewed-on: https://gerrit.libreoffice.org/84351
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit 1f0c54c250c2390962105128dcf871aad0689323)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87775
Reviewed-by: Caolán McNamara 

diff --git a/svl/qa/unit/test_INetContentType.cxx 
b/svl/qa/unit/test_INetContentType.cxx
index e4a464e479f2..b68796726e0e 100644
--- a/svl/qa/unit/test_INetContentType.cxx
+++ b/svl/qa/unit/test_INetContentType.cxx
@@ -39,8 +39,8 @@ public:
 void Test::testBad() {
 OUString in("foo=bar");
 CPPUNIT_ASSERT_EQUAL(
-static_cast(nullptr),
-INetMIME::scanContentType(in));
+static_cast(nullptr),
+static_cast(INetMIME::scanContentType(in)));
 OUString t;
 OUString s;
 INetContentTypeParameterList ps;
@@ -53,8 +53,8 @@ void Test::testBad() {
 void Test::testFull() {
 OUString in("foo/bar;baz=boz");
 CPPUNIT_ASSERT_EQUAL(
-in.getStr() + in.getLength(),
-INetMIME::scanContentType(in));
+static_cast(in.getStr() + in.getLength()),
+static_cast(INetMIME::scanContentType(in)));
 OUString t;
 OUString s;
 INetContentTypeParameterList ps;
@@ -69,8 +69,8 @@ void Test::testFull() {
 void Test::testFollow() {
 OUString in("foo/bar;baz=boz;base64,");
 CPPUNIT_ASSERT_EQUAL(
-in.getStr() + std::strlen("foo/bar;baz=boz"),
-INetMIME::scanContentType(in));
+static_cast(in.getStr() + 
std::strlen("foo/bar;baz=boz")),
+static_cast(INetMIME::scanContentType(in)));
 OUString t;
 OUString s;
 INetContentTypeParameterList ps;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 128026] UX: inserted chart has wrong dimension after insert on iOS

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128026

--- Comment #5 from Nicolas Christener  ---
Testing this again in 4.2 (35) shows that everything is working as expected
now.

The size/dimension is correct and the diagram can now be edited through the
sidebar.

We can close this issue.

Thanks a lot to the Collabora team for taking care of this bug.

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


[Libreoffice-bugs] [Bug 130274] Crash in: swlo.dll

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

--- Comment #8 from Dave Lovelace  ---
OK, I decided to waste some more time on this.

First off:  I verified that the "i" as the character after the blank seems to
be critical.  That is, having "x" instead (or some others--I didn't go for an
exhaustive test of all possibilities) causes the crash not to happen.

Second, I THINK I managed to figure out renaming my profile directory &
restarting in safe mode.  The problem is still there.  The profile directory
was recreated.  (I've now restored the previous one.)

Note that in my original posting (and now as well) the help -> about text says
(in part), "UI render: default".  If I understand the doc Julien sent me to,
that means I don't need to do anything about the "Graphics-related issues"
section.

And as I'm not doing a spreadsheet, I'm ignoring the "Computation-related
issues in Calc" section.

And I don't see anything else I can do; but all the doc is complicated enough
to be confusing.

I reiterate that:
1. Edit -> Track Changes -> Record must be on
2. Edit -> Track Changes -> Show must be on
3. The text involves some letters, one comma, one blank, a lowercase "i",
and at least one more letter.  (But I recommend the text I provided.)
4. With the mouse or cursor keys. I select the comma, the blank, and the "i". 
I then type a period, and it crashes.  Every single time.

In the accounts of not being able to reproduce, I note that the builds are for
German (Dieter) and Linux (Julien).  I can't help wondering whether that might
be relevant; but I have no way of following up.  (I do have a Fedora system
available, but the LO provided for Fedora is many revs out of date.  I'll try
to test this on that system, but it won't be any time soon; I'm not in the
office where it lives very often these days.)

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


[Libreoffice-bugs] [Bug 130310] Sidebar Icon not loaded/Shown from sidebar.xcu "IconURL"

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130310

--- Comment #3 from Julien Nabet  ---
(In reply to Michael Massee from comment #2)
>...
> > Have you tried with a new userprofile ?
> 
> sorry i don't understand.
See https://wiki.documentfoundation.org/UserProfile

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


[Libreoffice-bugs] [Bug 130335] New: Dark theme not working everywhere

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130335

Bug ID: 130335
   Summary: Dark theme not working everywhere
   Product: LibreOffice
   Version: 6.3.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tur...@strider21.com

Description:
I have the dark theme enabled but half the toolbar is light gray, the main left
part is dark (with a gradient).  Also, colors are not universally dark.  All
the dialogues, window elements, and pull down menus are bright white with black
text.  Do you remember some of the Microsoft Home products from the late 1990s
and early 2000s?  They had a universal dark theme before anyone called it dark
theme they perfectly mimic what I would expect in a dark theme.  I'm using
a hi-DPI display on a Microsoft Surface laptop.

Steps to Reproduce:
1. Options --> Personalization --> Preinstalled theme --> "Dark"
2.
3.

Actual Results:
Only the toolbars are dark.  Nothing else is.

Expected Results:
Dark everywhere.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 127875] Some sidebar buttons too big after changing text direction to right-to-left on iOS

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127875

--- Comment #3 from Nicolas Christener  ---
Fixed in 4.2 (35).

Thanks a lot to the Collabora team for fixing this bug!

(Not sure when it was fixed exactly, but it’s gone now).

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


[Libreoffice-bugs] [Bug 130274] Crash in: swlo.dll

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

--- Comment #9 from Dave Lovelace  ---
Sorry.  One more absolutely necessary condition.  The text I'm modifying must
have previously been accepted.  If it's newly added, the crash doesn't occur. 
(That was documented in my original posting.)

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


[Libreoffice-bugs] [Bug 129380] Typing using a hardware keyboard shows a "helper bar" from the OS in the iOS app

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129380

--- Comment #10 from Nicolas Christener  ---
Fixed in 4.2 (35)

Thanks a lot to the Collabora team and especially Tor and Kenny for taking care
of this!

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


[Libreoffice-bugs] [Bug 130320] LibO 6: Windows 10 content indexing does not work

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130320

--- Comment #5 from V Stuart Foote  ---
> (In reply to Michail Pappas from comment #3)
>  
> > I'm not sure of how one finds the GUID of the filter. 

Sorry, should have included that from a 'regedit' session, do  search
against either the Filter's string value (as found from the Advanced Search ->
File Types dialog)  or against a referenced GUID/CLSID.  

Follow the linked names or GUIDs within the registry, to end up with path of
the associated executable or library being called. Then check it for validity.

Incomplete removals on deinstallation, or while upgrading, can leave bogus
paths behind in the Windows registry.

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


[Libreoffice-bugs] [Bug 130334] firebird direct connector fails to display tables with some multi-field primary key in Base.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130334

--- Comment #3 from Julien Nabet  ---
I expected an odb file containing the firebird tables.

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


[Libreoffice-bugs] [Bug 130301] QR Code generator not working

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130301

Julien Nabet  changed:

   What|Removed |Added

 CC||michael.me...@collabora.com

--- Comment #4 from Julien Nabet  ---
Sorry Michael, I had put a comment for you in my previous comment but had
forgotten to put you in cc.
Any thoughts?

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


[Libreoffice-bugs] [Bug 130301] QR Code generator not working

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130301

--- Comment #3 from Julien Nabet  ---
Alfredo: thank you for your feedback.

Michael: taking a look at
https://extensions.libreoffice.org/extensions/barcode, I see compatibily for LO
3.4 and 3.5 but nothing for more recent LO versions. Whom to ping to remove
this extension from tdf website?
Indeed, I would have put NOTOURBUG but the extension is on LO website.

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


[Libreoffice-bugs] [Bug 130320] LibO 6: Windows 10 content indexing does not work

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130320

--- Comment #4 from V Stuart Foote  ---
(In reply to Michail Pappas from comment #3)

> I'm not sure of how one finds the GUID of the filter. Perhaps it's
> 7BC0E710-5703-45BE-A29D-5D46D8B39262 ?
> 

Yes that GUID is the correct CLSID, inherited by the LibreOffice source from
OOo (circa 2004), HKCR\CLSID\{7BC0E710-5703-45BE-A29D-5D46D8B39262} [1]. With a
persistent handler of HKCR\CLSID\{7BC0E713-5703-45BE-A29D-5D46D8B39262}

In a typical install placed at: C:\Program
Files\LibreOffice\program\shlxthdl\ooofilt.dll, though refactored a little
since for WIN32_LEAN_AND_MEAN 32bit/64bit building.

On the other hand, believe the MS Office 2010 filter pack provided filter looks
to be labeled "Open Document Format [ODT|ODS|ODP] Filter" provided by
odffilt.dll installed on this path:
C:\Program Files\Common Files\Microsoft Shared\Filters\odffilt.dll

ODT assigned {9FBC2D8F-6F52-4CFA-A86F-096F3E9EB4B2}
with a Persistent Handler {34CEAC8D-CBC0-4f77-B7B1-8A60CB6DA0F7}

ODS assigned {E2F5480E-ED5A-4DDE-B8A8-F9F297479F62}
with a Persistent Handler {3DDEB7A4-8ABF-4D82-B9EE-E1F4552E95BE}

ODP assigned {4693FF15-B962-420A-9E5D-176F7D4B8321}
with a Persistent Handler {E2F83EED-62DE-4A9F-9CD0-A1D40DCD13B6}


So, should note that the "Windows Explorer Extension" is an optional component
of a LibreOffice installation for Windows builds, and is enabled by default for
interactive install. But possible a scripted or GPO deployment might have it
disabled. And the MS Office filters might get activated.  

So, check the "work" computer(s).

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx?r=3fbfb21e#1139

The filter retains the same GUID/CLSID but were originally named
"OpenOffice.org Filter" and "OpenOffice.org Persistent Handler"

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


[Libreoffice-bugs] [Bug 130314] LibreOffice 6.4.0.3 hang convert-to pdf 6.4.0.3

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130314

Julien Nabet  changed:

   What|Removed |Added

 CC||er...@redhat.com
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Julien Nabet  ---
Eike: it seems there's some loop there:
#0  0x7fffe1239684 in
i18npool::BreakIteratorImpl::getLocaleSpecificBreakIterator(com::sun::star::lang::Locale
const&) (this=0x5837f0f0, rLocale=...)
at
/home/julien/lo/libreoffice/i18npool/source/breakiterator/breakiteratorImpl.cxx:575
#1  0x7fffe123761d in
i18npool::BreakIteratorImpl::nextCharacters(rtl::OUString const&, int,
com::sun::star::lang::Locale const&, short, int, int&)
(this=0x5837f0f0, Text="", nStartPos=4, rLocale=...,
nCharacterIteratorMode=1, nCount=1, nDone=@0x7ffecdd8: 0)
at
/home/julien/lo/libreoffice/i18npool/source/breakiterator/breakiteratorImpl.cxx:58
#2  0x7fffd9eacd30 in SwScriptInfo::CountCJKCharacters(rtl::OUString
const&, o3tl::strong_int, o3tl::strong_int, o3tl::strong_int)
(rText="", nPos=..., nEnd=..., aLang=...) at
/home/julien/lo/libreoffice/sw/source/core/text/porlay.cxx:2604
#3  0x7fffd9edd1d5 in lcl_AddSpace(SwTextSizeInfo const&, rtl::OUString
const*, SwLinePortion const&) (rInf=..., pStr=0x7ffed390, rPor=...)
at /home/julien/lo/libreoffice/sw/source/core/text/portxt.cxx:100
#4  0x7fffd9edf9f9 in SwTextPortion::CalcSpacing(long, SwTextSizeInfo
const&) const (this=0x5f28f5a0, nSpaceAdd=184, rInf=...) at
/home/julien/lo/libreoffice/sw/source/core/text/portxt.cxx:646
#5  0x7fffd9e62602 in SwTextPaintInfo::CalcRect(SwLinePortion const&,
SwRect*, SwRect*, bool) const (this=0x7ffed7d0, rPor=...,
pRect=0x7ffed0b0, pIntersect=0x0, bInsideBox=true)
at /home/julien/lo/libreoffice/sw/source/core/text/inftxt.cxx:796

More precisely:
Thread 1 "soffice.bin" hit Breakpoint 3, SwScriptInfo::CountCJKCharacters
(rText="", nPos=..., nEnd=..., aLang=...) at
/home/julien/lo/libreoffice/sw/source/core/text/porlay.cxx:2604
2604nPos =
TextFrameIndex(g_pBreakIt->GetBreakIter()->nextCharacters(

(gdb) p nCount
$5 = {m_value = -1205828024}

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


[Libreoffice-bugs] [Bug 115538] GnuPG / OpenPGP keys not found on macOS unless from command line

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115538

--- Comment #34 from Luc Lalonde  ---
Two years later, now at version 6.4 of LibreOffice:  Bug still there!

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


[Libreoffice-bugs] [Bug 130301] QR Code generator not working

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130301

--- Comment #2 from Alfredo  ---
aaah, ok.
Well hidden ;-)

I tried the QR-Code function as you described.
It works! :-)

I will uninstall the QR-Extension.
https://extensions.libreoffice.org/extensions/barcode/1.3.5.0

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


[Libreoffice-bugs] [Bug 89797] Copy & Paste from Inkscape: 1st time: Bitmap, 2nd time: vector with errors

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89797

--- Comment #10 from Peter C. S. Scholtens  ---
I did some checks and the bug is present in the following settings:

[1] Ubuntu 18.04LTS with some updates via PPA's.
LibreOffice 6.3.4.2 30(Build:2)
Inkscape 0.92.4 (unknown)

[2] Ubuntu 19.10 (Eoan Ermine)
LibreOffice 6.3.4.2 30(Build:2)
Inkscape 0.92.4 (5da689c313, 2019-01-14)

[3] Ubuntu 19.10 (Eoan Ermine)
LibreOffice commit 04405edc3fac32938b8940bc767656ea6c7820f9
of Fri Jan 31 16:19:21 2020
Inkscape 0.92.4 (5da689c313, 2019-01-14)

The bug is NOT present in an up-to-date Windows environment
LibreOffice 6.x
Inkscape 0.92.x

While using this copy- (from Inkscape) and-paste (to Writer) method frequently
in Windows 7 environment without any problem, I noticed the Linux version of
the paste action behaves a little bit different. If I do:

Paste Special -> More Options 

Then it does NOT show the the GDI metafile option which I had in Windows
environment. Instead I only see these three options:

BitmapImage (BMP)
HyperText (HTML)
Unformatted text

Possible the SVG content in the paste buffer is wrongly detected as a HTML?

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


[Libreoffice-bugs] [Bug 130314] LibreOffice 6.4.0.3 hang convert-to pdf 6.4.0.3

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130314

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Created attachment 157569
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157569=edit
perf flamegraph

Here's a Flamegraph retrieved on pc Debian x86-64 with master sources updated
today.

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


[Libreoffice-bugs] [Bug 130334] firebird direct connector fails to display tables with some multi-field primary key in Base.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130334

--- Comment #2 from Dan Lewis  ---
Created attachment 157568
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157568=edit
this is the requested database.

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


[Libreoffice-bugs] [Bug 40469] Modifed Frame Style Options Not Preserved, "Keep Ratio" Option Unavailable

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40469

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #32 from Julien Nabet  ---
(In reply to hardy from comment #30)
I gave a new try on master sources updated today + kf5 rendering.

>...
> To reproduce
> - Create new writer doc.
OK
> - Insert a small image (e.g. bigapple.gif from the gallary)
OK
> - Check image's "Keep aspect ratio" to ON.
OK
> - Create or edit a frame style to place the object somewhere (e.g. right page
> border) and set:...
I created a frame style just below my image and I see Keep aspect ratio
enabled.
A little rectangle appears inside the top of my image (was it expected).
Frame menu has 3 entries:
- Frame interactively
- Frame (the one I chose, was it the right one?)
- Floating Frame
> - Apply style
Where's the option? Right click on image or on frame, no "Apply".
=> uncc myself cause I can't help here.

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


[Libreoffice-bugs] [Bug 130326] XLSX: Long time for file opens and using 100% of one core of CPU after opening

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130326

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||noelgran...@gmail.com

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
Noel, possibly you will be interested to look at it

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


[Libreoffice-bugs] [Bug 130326] XLSX: Long time for file opens and using 100% of one core of CPU after opening

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130326

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Julien Nabet  ---
After 20/30 secs waiting, I stopped the test (Ryzen 2600, 32Gb)
I'll give another try once this first pb will be 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 130326] XLSX: Long time for file opens and using 100% of one core of CPU after opening

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130326

--- Comment #3 from Julien Nabet  ---
Created attachment 157567
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157567=edit
perf flamegraph

On pc Debian x86-64 with master sources updated today, I got kindda of hanging
at the beginning of loading.

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


[Libreoffice-bugs] [Bug 130334] firebird direct connector fails to display tables with some multi-field primary key in Base.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130334

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Would it be possible to have a file with embedded Firebird (hoping it can be
reproduced too in this case)?
It would avoid to require Firebird server install + config.

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

2020-01-31 Thread Kelemen Gábor (via logerrit)
 i18npool/source/localedata/data/hu_HU.xml |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 16d4d1b8ecd99c68c6e11907f9562803ebe7cd9c
Author: Kelemen Gábor 
AuthorDate: Wed Dec 18 14:18:16 2019 +0100
Commit: László Németh 
CommitDate: Fri Jan 31 19:51:53 2020 +0100

tdf#129240 More date acceptance patterns for Hungarian language

Now cell values matching these patterns are accepted as date:
2019-12-24
2019.12.24
2019.12.24.
2019. 12. 24.
12-24
12.24
12.24.
12. 24.

Change-Id: Ida08deb054fd29aef5d941626c8225732e447662
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85385
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/i18npool/source/localedata/data/hu_HU.xml 
b/i18npool/source/localedata/data/hu_HU.xml
index 269f1fddf0bc..e494c6404566 100644
--- a/i18npool/source/localedata/data/hu_HU.xml
+++ b/i18npool/source/localedata/data/hu_HU.xml
@@ -54,6 +54,11 @@
   
 M-D
 M.D
+M.D.
+M. D.
+Y-M-D
+Y.M.D.
+Y. M. D.
 
   Standard
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: compilerplugins/clang include/svtools slideshow/source svtools/source

2020-01-31 Thread Noel Grandin (via logerrit)
 compilerplugins/clang/test/unusedfields.cxx |   37 +++
 compilerplugins/clang/unusedfields.cxx  |   21 +
 compilerplugins/clang/unusedfields.only-used-in-constructor.results |  106 
--
 compilerplugins/clang/unusedfields.readonly.results |  106 
++
 compilerplugins/clang/unusedfields.untouched.results|   30 +-
 compilerplugins/clang/unusedfields.writeonly.results|   78 
+++
 include/svtools/valueset.hxx|1 
 slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx  |6 
 slideshow/source/engine/animationnodes/sequentialtimecontainer.hxx  |1 
 slideshow/source/engine/usereventqueue.cxx  |5 
 slideshow/source/inc/usereventqueue.hxx |1 
 svtools/source/control/valueset.cxx |1 
 12 files changed, 231 insertions(+), 162 deletions(-)

New commits:
commit de06f883e2ab53e5d74d480da7abb5c7dd33de3e
Author: Noel Grandin 
AuthorDate: Fri Jan 31 12:08:52 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Jan 31 19:37:48 2020 +0100

loplugin:unusedfields improve checking for fields guarded by existence check

which resulted in only a couple of real finds, mostly false+

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

diff --git a/compilerplugins/clang/test/unusedfields.cxx 
b/compilerplugins/clang/test/unusedfields.cxx
index 2ec4ab815414..6efb17334e21 100644
--- a/compilerplugins/clang/test/unusedfields.cxx
+++ b/compilerplugins/clang/test/unusedfields.cxx
@@ -15,6 +15,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 struct Foo
 // expected-error@-1 {{read m_foo1 [loplugin:unusedfields]}}
@@ -258,6 +260,41 @@ namespace WriteOnlyAnalysis3
 };
 };
 
+// Check that writes to fields that are wrapped by conditional checks are 
ignored,
+// where those conditional checks use an 'operator bool'
+namespace ReadOnlyAnalysis5
+{
+struct RefTarget
+{
+void acquire();
+void release();
+};
+struct Foo1
+// expected-error@-1 {{read m_field1 [loplugin:unusedfields]}}
+// expected-error@-2 {{read m_field2 [loplugin:unusedfields]}}
+// expected-error@-3 {{read m_field3xx [loplugin:unusedfields]}}
+{
+std::unique_ptr m_field1;
+rtl::Reference m_field2;
+css::uno::Reference m_field3xx;
+void f1(css::uno::Reference a)
+{
+if (m_field1)
+m_field1.reset(new int);
+if (m_field1.get())
+m_field1.reset(new int);
+if (m_field2)
+m_field2 = new RefTarget;
+if (m_field2.get())
+m_field2 = new RefTarget;
+if (m_field3xx)
+m_field3xx = a;
+if (m_field3xx.get())
+m_field3xx = a;
+}
+};
+};
+
 #endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/compilerplugins/clang/unusedfields.cxx 
b/compilerplugins/clang/unusedfields.cxx
index 471ecee97410..fb1a16a0c13f 100644
--- a/compilerplugins/clang/unusedfields.cxx
+++ b/compilerplugins/clang/unusedfields.cxx
@@ -447,11 +447,30 @@ bool UnusedFields::TraverseIfStmt(IfStmt* ifStmt)
 {
 FieldDecl const * memberFieldDecl = nullptr;
 Expr const * cond = ifStmt->getCond()->IgnoreParenImpCasts();
-if (auto memberExpr = dyn_cast(cond))
+
+if (auto memberCallExpr = dyn_cast(cond))
+{
+if (auto cxxConvert = 
dyn_cast_or_null(memberCallExpr->getMethodDecl()))
+{
+if (cxxConvert->getConversionType()->isBooleanType())
+if (auto memberExpr = 
dyn_cast(memberCallExpr->getImplicitObjectArgument()->IgnoreParenImpCasts()))
+if ((memberFieldDecl = 
dyn_cast(memberExpr->getMemberDecl(
+
insideConditionalCheckOfMemberSet.push_back(memberFieldDecl);
+}
+else if (auto cxxMethod = memberCallExpr->getMethodDecl())
+{
+if (cxxMethod->getIdentifier() && cxxMethod->getName() == "get" && 
memberCallExpr->getNumArgs()==0)
+if (auto memberExpr = 
dyn_cast(memberCallExpr->getImplicitObjectArgument()->IgnoreParenImpCasts()))
+if ((memberFieldDecl = 
dyn_cast(memberExpr->getMemberDecl(
+
insideConditionalCheckOfMemberSet.push_back(memberFieldDecl);
+}
+}
+else if (auto memberExpr = dyn_cast(cond))
 {
 if ((memberFieldDecl = 
dyn_cast(memberExpr->getMemberDecl(
 insideConditionalCheckOfMemberSet.push_back(memberFieldDecl);
 }
+
 bool ret = RecursiveASTVisitor::TraverseIfStmt(ifStmt);
 if (memberFieldDecl)
 

[Libreoffice-commits] core.git: compilerplugins/clang include/svtools include/vcl sc/qa svtools/source svx/source vcl/inc vcl/source

2020-01-31 Thread Noel Grandin (via logerrit)
 compilerplugins/clang/singlevalfields.could-be-bool.results |   41 -
 compilerplugins/clang/singlevalfields.results   |  357 ++--
 include/svtools/valueset.hxx|5 
 include/vcl/toolbox.hxx |1 
 include/vcl/treelistbox.hxx |1 
 sc/qa/extras/check_data_pilot_table.cxx |   12 
 svtools/source/control/valueset.cxx |   86 --
 svx/source/sidebar/text/TextCharacterSpacingControl.cxx |5 
 svx/source/sidebar/text/TextCharacterSpacingControl.hxx |3 
 svx/source/tbxctrls/layctrl.cxx |8 
 vcl/inc/svimpbox.hxx|3 
 vcl/inc/wizdlg.hxx  |1 
 vcl/source/control/imivctl.hxx  |1 
 vcl/source/control/imivctl1.cxx |5 
 vcl/source/control/roadmapwizard.cxx|2 
 vcl/source/control/wizardmachine.cxx|   52 -
 vcl/source/treelist/svimpbox.cxx|   20 
 vcl/source/treelist/svtabbx.cxx |3 
 vcl/source/treelist/treelistbox.cxx |5 
 vcl/source/window/toolbox.cxx   |  161 +
 vcl/source/window/toolbox2.cxx  |6 
 21 files changed, 298 insertions(+), 480 deletions(-)

New commits:
commit c599e23a92310916d4e7f09c5aaf354d63973d0b
Author: Noel Grandin 
AuthorDate: Fri Jan 31 12:31:11 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Jan 31 19:37:29 2020 +0100

loplugin:singlevalfields

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

diff --git a/compilerplugins/clang/singlevalfields.could-be-bool.results 
b/compilerplugins/clang/singlevalfields.could-be-bool.results
index dc2692b082bf..bf3deb0e247a 100644
--- a/compilerplugins/clang/singlevalfields.could-be-bool.results
+++ b/compilerplugins/clang/singlevalfields.could-be-bool.results
@@ -1,7 +1,7 @@
 chart2/source/view/inc/PlottingPositionHelper.hxx:206
 chart::PolarPlottingPositionHelper m_fRadiusOffset
 double
-connectivity/source/inc/dbase/dindexnode.hxx:125
+connectivity/source/inc/dbase/dindexnode.hxx:122
 connectivity::dbase::ONDXPage bNoDelete
 unsigned int
 cui/source/inc/cfg.hxx:232
@@ -11,15 +11,15 @@ dbaccess/source/ui/inc/tabletree.hxx:149
 dbaui::TableTreeListBox m_nTextColumn
 int
 desktop/source/app/main.c:29
-/media/disk2/libo4/desktop/source/app/main.c g_Exiting
+/media/disk2/libo7/desktop/source/app/main.c g_Exiting
 int
-editeng/source/misc/hangulhanja.cxx:79
+editeng/source/misc/hangulhanja.cxx:78
 editeng::HangulHanjaConversion_Impl m_eConvType
 class HangulHanjaConversion::ConversionType
-editeng/source/misc/svxacorr.cxx:239
+editeng/source/misc/svxacorr.cxx:233
 GetIgnoreTranslWrapper bIsInit
 int
-filter/source/graphicfilter/eps/eps.cxx:144
+filter/source/graphicfilter/eps/eps.cxx:140
 (anonymous namespace)::PSWriter nNextChrSetId
 sal_uInt8
 include/opencl/openclwrapper.hxx:46
@@ -37,10 +37,10 @@ include/vbahelper/vbapagesetupbase.hxx:50
 include/vcl/dialog.hxx:48
 Dialog mnMousePositioned
 long
-include/vcl/headbar.hxx:211
+include/vcl/headbar.hxx:208
 HeaderBar mnBorderOff1
 long
-include/vcl/headbar.hxx:212
+include/vcl/headbar.hxx:209
 HeaderBar mnBorderOff2
 long
 jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:191
@@ -49,7 +49,7 @@ jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:191
 libreofficekit/source/gtk/tilebuffer.hxx:229
 LOEvent m_nSetGraphicSelectionType
 int
-sal/rtl/cipher.cxx:112
+sal/rtl/cipher.cxx:113
 (anonymous namespace)::Cipher_Impl m_algorithm
 rtlCipherAlgorithm
 sc/source/filter/inc/stylesbuffer.hxx:290
@@ -58,22 +58,31 @@ sc/source/filter/inc/stylesbuffer.hxx:290
 sc/source/filter/inc/stylesbuffer.hxx:292
 oox::xls::ApiAlignmentData mnVerJustifyMethod
 sal_Int32
-sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx:1067
+sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx:1084
 (anonymous namespace)::ScPagePreviewCountData nHeaders
 long
-sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx:1068
+sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx:1085
 (anonymous namespace)::ScPagePreviewCountData nTables
 long
-sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx:1070
+sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx:1087
 (anonymous namespace)::ScPagePreviewCountData nFooters
 long
 sc/source/ui/vba/vbahyperlink.hxx:83
 ScVbaHyperlink mnType
 long
-sd/qa/unit/tiledrendering/tiledrendering.cxx:958

[Libreoffice-bugs] [Bug 124091] FILEOPEN ODT Table rendered partly outside page

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124091

--- Comment #13 from Irakli Lomidze  ---
I have noted that In 6.4 version it is fixed 
at least for my 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 130334] New: firebird direct connector fails to display tables with some multi-field primary key in Base.

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130334

Bug ID: 130334
   Summary: firebird direct connector fails to display tables with
some multi-field primary key in Base.
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elderdanle...@gmail.com

Description:
The installation file from the computer's O/S distribution repository,
employee.fdb. Connecting to this database using Base using the direct firebird
connector works. Viewing the tables of this database results in all of the
tables except for JOB and PROJ_DEPT_BUDGET being open for viewing fields and
data. The error message is:
 firebird_sdbc error:
*Incorrect values within SQLDA structure
*empty pointer to data
*at SQLVAR index 3
caused by
'isc_dsql_fetch'

Steps to Reproduce:
1.Install firebird using your distributor's repository.
2.For Ubuntu, extract employee.sql from employee.sql.gz. Then using isql-fb to
create employee.fdb from employee.sql.

3.New > Connect to an existing database > Firebird file. Click Next. 
4.Browse to the location of employee.fdb.
5.Click Finish.
6.Browse to where this LO database is to be located and name it.
7.Click Save.
8.Open the LO database and click Tables in the main database window.
9. In the view area, change View to Document to the right of the list of tables
for employee.fdb.
10.Click each table in the table list to view the content of each one.


Actual Results:
I got an error message for the tables JOB and PROJ_DEPT_BUDGET. The other
tables can be opened revealing their fields and data. I had also connected to
this database using isql-fb -user SYSDBA -password 'password' . Then SQL> SHOW TABLES; All of tables of employee.fdb are then
shown including JOB and PROJ_DEPT_BUDGET.

Expected Results:
all of the tables can be opened.


Reproducible: Always


User Profile Reset: No



Additional Info:
I use Ubuntu 18.04 with the latest updates and LibreOffice 6.3.4.1. It seems to
work for Open SuSe according to Robert Großkopf.

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


[Libreoffice-bugs] [Bug 130333] New: LibreOffice Calc: Invalid reference result from INDIRECT() function when trying to reference a cell in another sheet

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130333

Bug ID: 130333
   Summary: LibreOffice Calc: Invalid reference result from
INDIRECT() function when trying to reference a cell in
another sheet
   Product: LibreOffice
   Version: 6.3.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: carv...@stls.org

Description:
If I pass a parameter to indirect() that references a cell that is in a
different sheet the result is an invalid reference [#REF!]

using indirect(B1) works but using indirect('Another Sheet'.B1) does not.

Steps to Reproduce:
1.In a cell enter =indirect(
2.Choose a different sheet and select the target cell
3.close the ) to finish the function and #REF! results

Actual Results:
Received #REF! in the cell instead of expected value

Expected Results:
Value entered into the target cell


Reproducible: Always


User Profile Reset: Yes



Additional Info:

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


[Libreoffice-bugs] [Bug 130282] Calc Chart is not showing correct - Regression in 6.4

2020-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130282

Kevin Suo  changed:

   What|Removed |Added

Summary|Calc is different between   |Calc Chart is not showing
   |V6.3.4.2 and 6.4.0.3|correct - Regression in 6.4

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


  1   2   3   >