[Libreoffice-bugs] [Bug 140284] New: Collabora Office - no new embedded database can be created with database wizard

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140284

Bug ID: 140284
   Summary: Collabora Office - no new embedded database can be
created with database wizard
   Product: LibreOffice
   Version: 6.4.2.2 release
  Hardware: ARM
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ipla...@tuta.io

Description:
1) Start Collabora Office
2) Start the Base wizard to try and create a new embedded database
3) The first step of the wizard shows an error message:

It is not possible to create a new database, because neither HSQLDB, nor
Firebird, is available in this setup.

Steps to Reproduce:
See description above.

Actual Results:
No new embedded database can be created.

Expected Results:
Should be able to create either an embedded HSQLDB database, or an embedded
Firebird database.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version : 6.4-20
Build ID : 8f9231b97d06858b598c6fa819546ca3391d11c7
Threads CPU : 8; OS : Mac OS X 11.2; UI Render : par défaut; VCL: osx; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
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 140196] There is a bullet size difference between ODT <-> DOCX

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140196

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |filter:docx
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

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


[Libreoffice-bugs] [Bug 140268] Adding jar for HSQLDB JDBC driver breaks embedded HSQLDB

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140268

Lionel Elie Mamane  changed:

   What|Removed |Added

 CC||lio...@mamane.lu

--- Comment #3 from Alex Thurgood  ---
See also bug 139538 for a suggested workaround on Linux.

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


[Libreoffice-bugs] [Bug 139538] Cannot load HsqlDB other than 1.8.0

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139538

Alex Thurgood  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 140268] Adding jar for HSQLDB JDBC driver breaks embedded HSQLDB

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140268

Alex Thurgood  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
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: RFC: merge Sdr* and their UNO sibling objects

2021-02-08 Thread Tomaž Vajngerl
Hi,

On Mon, Feb 8, 2021 at 6:22 PM Noel Grandin  wrote:

>
> TLDR; I intend to merge the Sdr/Svx objects and their UNO siblings
>
> I was motivated by this by a combination of seeing
> (a)
> https://wiki.documentfoundation.org/Development/Budget2021#UNO_API_at_SdrObjects
> and
> (b) trying to optimise a chart issue where I realised I would need some
> way to tunnel through the UNO objects to get to the underlying Sdr objects,
> which are quite capable of performing the required operation efficiently.
>
> ...
>
Anyway, just checking that no-one has fundamental objects to this idea.
>

Well, to me it doesn't seem to be a good idea to merge UNO with document
model objects. UNO to me has always been a separate thing - a separate,
"nicer" view of the document model that is mostly intended for external use
(Macros, Extensions) and thus has strong API guarantees. This is the main
reason why I think the UNO API should be implemented separately - something
that wraps an internal model and it presents it with a nicer and cleaner
API, where the API provided should be something that is actually needed for
Macro, Extension development and not because it is needed somewhere
internally.
Most of the API is implemented like that, but the places that don't have
proved itself to just be a PITA to deal with - like chart2, framework,
slideshow.

With this merging I think we are just going in that direction again -
instead of separating and providing a sane UNO API and a separate internal
object model that can be refactored and freely changed, the main driver for
the new API will be out of implementation necessity (not what is actually
needed by external users) and the internal object model will inherit the
stronger API guarantees making changes harder.

So as of (a) - if there is a life cycle problem in the Sdr objects, then we
need to solve that, where merging the internal with UNO objects is just one
of the possible solutions.
And (b) -- if you need to access the internal Sdr object then you can make
the UNO implementation object public, cast to it and get the SdrObject from
that. You should be able to do that if the module depends on svx, which I
don't see why it should not.

Anyway, just my 2 cents...

Regards, Noel.
>

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


[Libreoffice-ux-advise] [Bug 140196] There is a bullet size difference between ODT <-> DOCX

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140196

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |filter:docx
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

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


[Libreoffice-bugs] [Bug 139892] lowriter does not handle emoji's properly

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139892

--- Comment #2 from Noloader  ---
(In reply to Dieter from comment #1)
> Sounds like a duplicate of bug 129523 to me.
> 
> *** This bug has been marked as a duplicate of bug 129523 ***

Thanks Dieter.

Sorry about the duplicate. I'm not sure why the search for the Emoji issue
turned up no hits.

(I am not too impressed with Bugzilla's search feature. It seems to be stuck in
the 1990s).

Jeff

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


[Libreoffice-bugs] [Bug 139804] Button inside document can't be triggered with Alt-

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139804

Dieter  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||dgp-m...@gmx.de

--- Comment #2 from Dieter  ---
Couldn't open the file. LO always crashed

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 396c2ad2daad6fe6a11703d0ae1593929834afe2
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
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 139913] Calc selects multiple cells on click instead of just one

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139913

Michael Weghorn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #11 from Michael Weghorn  ---
The only idea I can come up with right now is this remaining question:

(In reply to Michael Weghorn from comment #4)
> Also, can you try whether this still happens with just 1 monitor connected?

and explicitly setting QT_SCALE_FACTOR=1 in addition (in order to disable
scaling) to see whether any of those aspects are related. Does the issue still
happen then?

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


[Libreoffice-bugs] [Bug 139628] Image not included in redo

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139628

Aleksandar Kondic  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Aleksandar Kondic  ---
Was able to confirm in 

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: a0c689e1ad98bf3c47d189b8cc99c9f4bcc41a12
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-02-06_03:44:29
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-commits] core.git: compilerplugins/clang connectivity/source editeng/source forms/source svx/source ucb/source xmloff/source

2021-02-08 Thread Noel (via logerrit)
 compilerplugins/clang/referencecasting.cxx |   98 +
 compilerplugins/clang/test/referencecasting.cxx|2 
 connectivity/source/drivers/file/FDriver.cxx   |2 
 editeng/source/uno/unotext2.cxx|2 
 forms/source/helper/controlfeatureinterception.cxx |2 
 svx/source/fmcomp/fmgridif.cxx |2 
 ucb/source/cacher/dynamicresultsetwrapper.cxx  |4 
 ucb/source/sorter/sortdynres.cxx   |2 
 xmloff/source/draw/ximpstyl.cxx|2 
 9 files changed, 108 insertions(+), 8 deletions(-)

New commits:
commit 066799b4a162aa0a4bc6aa28339f1f943a13971e
Author: Noel 
AuthorDate: Mon Feb 8 15:50:13 2021 +0200
Commit: Noel Grandin 
CommitDate: Tue Feb 9 07:42:11 2021 +0100

loplugin:referencecasting check for Reference::query

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

diff --git a/compilerplugins/clang/referencecasting.cxx 
b/compilerplugins/clang/referencecasting.cxx
index f23e2f6811cd..aa11bc0738d7 100644
--- a/compilerplugins/clang/referencecasting.cxx
+++ b/compilerplugins/clang/referencecasting.cxx
@@ -60,6 +60,7 @@ public:
 
 bool VisitCXXConstructExpr(const CXXConstructExpr* cce);
 bool VisitCXXMemberCallExpr(const CXXMemberCallExpr* mce);
+bool VisitCallExpr(const CallExpr*);
 
 private:
 bool CheckForUnnecessaryGet(const Expr*);
@@ -290,6 +291,103 @@ bool ReferenceCasting::VisitCXXMemberCallExpr(const 
CXXMemberCallExpr* mce)
 return true;
 }
 
+bool ReferenceCasting::VisitCallExpr(const CallExpr* ce)
+{
+// don't bother processing anything in the Reference.h file. Makes my life 
easier when debugging this.
+StringRef aFileName = getFilenameOfLocation(
+compiler.getSourceManager().getSpellingLoc(compat::getBeginLoc(ce)));
+if (loplugin::isSamePathname(aFileName, SRCDIR 
"/include/com/sun/star/uno/Reference.h"))
+return true;
+if (loplugin::isSamePathname(aFileName, SRCDIR 
"/include/com/sun/star/uno/Reference.hxx"))
+return true;
+
+// look for calls to Reference::query(x)
+auto method = dyn_cast_or_null(ce->getDirectCallee());
+if (!method || !method->getIdentifier() || method->getName() != "query")
+return true;
+if (ce->getNumArgs() != 1)
+return true;
+
+auto methodRecordDecl = 
dyn_cast(method->getParent());
+if (!methodRecordDecl || !methodRecordDecl->getIdentifier()
+|| methodRecordDecl->getName() != "Reference")
+return true;
+
+if (CheckForUnnecessaryGet(ce->getArg(0)))
+report(DiagnosticsEngine::Warning, "unnecessary get() call", 
compat::getBeginLoc(ce))
+<< ce->getSourceRange();
+
+// extract the type parameter passed to the template
+const RecordType* templateParamType
+= 
dyn_cast(methodRecordDecl->getTemplateArgs()[0].getAsType());
+if (!templateParamType)
+return true;
+
+// extract the type of the first parameter passed to the method
+const Expr* arg0 = ce->getArg(0);
+if (!arg0)
+return true;
+
+// drill down the expression tree till we hit the bottom, because at the 
top, the type is BaseReference
+const clang::Type* argType;
+for (;;)
+{
+if (auto castExpr = dyn_cast(arg0))
+{
+arg0 = castExpr->getSubExpr();
+continue;
+}
+if (auto matTempExpr = dyn_cast(arg0))
+{
+arg0 = compat::getSubExpr(matTempExpr);
+continue;
+}
+if (auto bindTempExpr = dyn_cast(arg0))
+{
+arg0 = bindTempExpr->getSubExpr();
+continue;
+}
+if (auto tempObjExpr = dyn_cast(arg0))
+{
+arg0 = tempObjExpr->getArg(0);
+continue;
+}
+if (auto parenExpr = dyn_cast(arg0))
+{
+arg0 = parenExpr->getSubExpr();
+continue;
+}
+argType = arg0->getType().getTypePtr();
+break;
+}
+
+const RecordType* argTemplateType = extractTemplateType(argType);
+if (!argTemplateType)
+return true;
+
+CXXRecordDecl* templateParamRD = 
dyn_cast(templateParamType->getDecl());
+CXXRecordDecl* methodArgRD = 
dyn_cast(argTemplateType->getDecl());
+
+// querying for XInterface (instead of doing an upcast) has special 
semantics,
+// to check for UNO object equivalence.
+if (templateParamRD->getName() == "XInterface")
+return true;
+
+// XShape is used in UNO aggregates in very "entertaining" ways, which 
means an UNO_QUERY
+// can return a completely different object, e.g. see 
SwXShape::queryInterface
+if (templateParamRD->getName() == "XShape")
+return true;
+
+if (methodArgRD->Equals(templateParamRD) || isDerivedFrom(methodArgRD, 
templateParamRD))
+{
+

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

2021-02-08 Thread Noel Grandin (via logerrit)
 include/svx/obj3d.hxx|2 +-
 include/svx/scene3d.hxx  |2 +-
 include/svx/svdoashp.hxx |2 +-
 include/svx/svdobj.hxx   |7 +++
 include/svx/svdocapt.hxx |2 +-
 include/svx/svdocirc.hxx |2 +-
 include/svx/svdoedge.hxx |2 +-
 include/svx/svdograf.hxx |2 +-
 include/svx/svdomeas.hxx |2 +-
 include/svx/svdopath.hxx |2 +-
 include/svx/svdotable.hxx|2 +-
 include/svx/svdotext.hxx |2 +-
 include/svx/svdovirt.hxx |4 ++--
 sc/source/filter/html/htmlexp2.cxx   |2 +-
 sc/source/filter/xml/xmlexprt.cxx|2 +-
 svx/source/engine3d/obj3d.cxx|4 ++--
 svx/source/engine3d/scene3d.cxx  |4 ++--
 svx/source/sdr/misc/ImageMapInfo.cxx |2 +-
 svx/source/svdraw/svdoashp.cxx   |4 ++--
 svx/source/svdraw/svdobj.cxx |8 
 svx/source/svdraw/svdocapt.cxx   |4 ++--
 svx/source/svdraw/svdocirc.cxx   |4 ++--
 svx/source/svdraw/svdoedge.cxx   |4 ++--
 svx/source/svdraw/svdograf.cxx   |4 ++--
 svx/source/svdraw/svdomeas.cxx   |4 ++--
 svx/source/svdraw/svdopath.cxx   |4 ++--
 svx/source/svdraw/svdotext.cxx   |4 ++--
 svx/source/svdraw/svdovirt.cxx   |4 ++--
 svx/source/svdraw/svdundo.cxx|6 +++---
 svx/source/table/svdotable.cxx   |4 ++--
 30 files changed, 50 insertions(+), 51 deletions(-)

New commits:
commit 80ad69dc67fa0bfaf6f99cd0b5a458dcaaee6e33
Author: Noel Grandin 
AuthorDate: Mon Feb 8 14:54:50 2021 +0200
Commit: Noel Grandin 
CommitDate: Tue Feb 9 07:41:46 2021 +0100

return by unique_ptr from NewGeoData

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

diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx
index e786cbbfbcbd..4455711779af 100644
--- a/include/svx/obj3d.hxx
+++ b/include/svx/obj3d.hxx
@@ -127,7 +127,7 @@ public:
 virtual E3dObject* CloneSdrObject(SdrModel& rTargetModel) const override;
 E3dObject& operator=( const E3dObject& rObj );
 
-virtual SdrObjGeoData *NewGeoData() const override;
+virtual std::unique_ptr NewGeoData() const override;
 virtual void  SaveGeoData(SdrObjGeoData& rGeo) const override;
 virtual void  RestGeoData(const SdrObjGeoData& rGeo) override;
 
diff --git a/include/svx/scene3d.hxx b/include/svx/scene3d.hxx
index 13d4157d3449..680cd0717d84 100644
--- a/include/svx/scene3d.hxx
+++ b/include/svx/scene3d.hxx
@@ -130,7 +130,7 @@ public:
 virtual E3dScene* CloneSdrObject(SdrModel& rTargetModel) const override;
 E3dScene& operator=(const E3dScene&);
 
-virtual SdrObjGeoData *NewGeoData() const override;
+virtual std::unique_ptr NewGeoData() const override;
 virtual void  SaveGeoData(SdrObjGeoData& rGeo) const override;
 virtual void  RestGeoData(const SdrObjGeoData& rGeo) override;
 
diff --git a/include/svx/svdoashp.hxx b/include/svx/svdoashp.hxx
index 070cb2111dfd..e73ecf58ac97 100644
--- a/include/svx/svdoashp.hxx
+++ b/include/svx/svdoashp.hxx
@@ -228,7 +228,7 @@ public:
 // react on model/page change
 virtual void handlePageChange(SdrPage* pOldPage, SdrPage* pNewPage) 
override;
 
-virtual SdrObjGeoData *NewGeoData() const override;
+virtual std::unique_ptr NewGeoData() const override;
 virtual void SaveGeoData(SdrObjGeoData ) const override;
 virtual void RestGeoData(const SdrObjGeoData ) override;
 
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index a944345eac99..bf70559ebdf4 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -1,4 +1,3 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /*
  * This file is part of the LibreOffice project.
  *
@@ -172,7 +171,7 @@ public:
 /**
  * All geometrical data of an arbitrary object for use in undo/redo
  */
-class SAL_DLLPUBLIC_RTTI SdrObjGeoData
+class SVXCORE_DLLPUBLIC SdrObjGeoData
 {
 public:
 tools::Rectangle   aBoundRect;
@@ -600,7 +599,7 @@ public:
 virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
 
 // get all geometrical data for undo/redo
-virtual SdrObjGeoData* GetGeoData() const;
+virtual std::unique_ptr GetGeoData() const;
 virtual void SetGeoData(const SdrObjGeoData& rGeo);
 
 // ItemSet access
@@ -920,7 +919,7 @@ protected:
 /// data that must be saved for Undo.
 /// NewGeoData() creates an empty instance of a class derived from
 /// SdrObjGeoData.
-virtual SdrObjGeoData* NewGeoData() const;
+virtual std::unique_ptr NewGeoData() const;
 virtual void SaveGeoData(SdrObjGeoData& rGeo) const;
 virtual void RestGeoData(const SdrObjGeoData& rGeo);
 
diff --git a/include/svx/svdocapt.hxx 

[Libreoffice-bugs] [Bug 33688] WINDOW / FREEZE option doesn't change SAVE icon status

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33688

--- Comment #18 from John  ---
I wanted to thank you for this very good read!! I loved every little bit of it.
If you want to wants to get Free V-Bucks in Fortnite especially, once you have
found a new skin you love. Then you can visit our blog Free Fortnite V-Bucks
generators which are easy to access for a non-technical person also. Go through
the below link
http://fortnite-how-to-get-vbucks-for-free.splashthat.com

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


[Libreoffice-bugs] [Bug 106179] [META] Writer comment bugs and enhancements

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179
Bug 106179 depends on bug 97341, which changed state.

Bug 97341 Summary: Width for document comments cannot be changed manually
https://bugs.documentfoundation.org/show_bug.cgi?id=97341

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 73953] UI Writer, enhancement request: Allow adjustment of comment bar width

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73953

Lars Jødal  changed:

   What|Removed |Added

 CC||uuu8bwjnlabp...@jetable.org

--- Comment #13 from Lars Jødal  ---
*** Bug 97341 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 97341] Width for document comments cannot be changed manually

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97341

Lars Jødal  changed:

   What|Removed |Added

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

--- Comment #24 from Lars Jødal  ---


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

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


Quan Nguyen license statement

2021-02-08 Thread Quan Nguyen

   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-bugs] [Bug 139511] Impress: Shrinking table by dragging bottom border up or top down not working anymore

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139511

Gülşah Köse  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |gulsah.k...@collabora.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 140229] Link to External Data - Calc not responding/very slow

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140229

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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


[Libreoffice-bugs] [Bug 139241] Column headers become misaligned with columns on resize

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139241

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 139916] Calc In New Window rows do NOT fit side by side as in OpenOffice

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139916

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 139911] dragging rows / columns in Linux DEs

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139911

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 139892] lowriter does not handle emoji's properly

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139892

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 139891] Create a (XSLT) script to clean up the locale info from the templates.

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139891

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 139804] Button inside document can't be triggered with Alt-

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139804

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 138711] Frame disconnect after dragging down (comment 4)

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138711

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 138711] Frame disconnect after dragging down (comment 4)

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138711

--- Comment #11 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 134717] coloring buttons are too small in alternative user interfaces

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134717

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 134717] coloring buttons are too small in alternative user interfaces

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134717

--- Comment #7 from QA Administrators  ---
Dear Ralph Böhlke,

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 133212] Printing portrait

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133212

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 133212] Printing portrait

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133212

--- Comment #5 from QA Administrators  ---
Dear 410jkg,

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 134368] Dialog to edit Conditional Formatting does not preset current conditions

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134368

--- Comment #2 from QA Administrators  ---
Dear Bernhard Döbler,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 88649] Heading numbering in conditional / hidden sections is still counted

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88649

--- Comment #6 from QA Administrators  ---
Dear Len Trigg,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 121245] Some untranslated sentences when LibreOffice started on the command line with --language=option

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121245

--- Comment #7 from QA Administrators  ---
Dear Sabri Unal,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 84535] EDITING: in Portable Writer the AutoCorrect includes Local Options with some documents, but not others

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84535

--- Comment #16 from QA Administrators  ---
Dear John van Someren,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 115550] Wrong place for border of images, should rotate at image, but is at edge of bounding box

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115550

--- Comment #5 from QA Administrators  ---
Dear Regina Henschel,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 112595] FILEOPEN: DOC(M) - Rotation of Image differs by 2 degrees/by 220 degrees

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112595

--- Comment #9 from QA Administrators  ---
Dear Mike,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 111319] defining a picture as background makes extremely difficult to select a table, text or object and to change its properties

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111319

--- Comment #6 from QA Administrators  ---
Dear Cristiano Duarte,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 110753] LibO hangs when selecting an autocorrect replacement table twice (with an autocorrect file installed)

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=110753

--- Comment #5 from QA Administrators  ---
Dear Telesto,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 101217] Setting the column width and height should not round the values causing compounding errors

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101217

--- Comment #11 from QA Administrators  ---
Dear Nathan Shearer,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 105537] [META] Assertion failed crashes

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537

Aron Budea  changed:

   What|Removed |Added

 Depends on||120265


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120265
[Bug 120265] Assert when moving an item at customization
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140283] VISUALIZACIÓN: En versión 7.1.0.3 el texto de los campos BASE solo pueden leerse en una sola línea y no se desplaza ésta para su lectura, Ej. un varchar de 400 caracter

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140283

ramon6419  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 140283] New: VISUALIZACIÓN: En versión 7.1.0.3 el texto de los campos BASE solo pueden leerse en una sola línea y no se desplaza ésta para su lectura, Ej. un varchar de 400 car

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140283

Bug ID: 140283
   Summary: VISUALIZACIÓN: En versión 7.1.0.3 el texto de los
campos BASE solo pueden leerse en una sola línea y no
se desplaza ésta para su lectura, Ej. un varchar de
400 caracteres para un campo "Observaciones".
   Product: LibreOffice
   Version: 7.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ramon6...@gmail.com

Description:
Por favor crear barra formato para campos BASE :
-Alineación vertical: Arriba Medio Abajo.
-Alineación Horizontal: Izquierda Centro Derecha.
-Texto justificado adaptado según el ancho de columna.




Steps to Reproduce:
1.BASE Crear campo (Ejem. Observaciones) varchar 400 caracteres
2.Introducir texto con 400 caracteres en dicho campo
3.Para su lectura la línea no se desplaza.
Hay que ampliar la columna a 400 caracteres, una solución poco funcional.

Actual Results:
1.BASE Crear campo (Ejem. Observaciones) varchar 400 caracteres
2.Introducir texto con 400 caracteres en dicho campo
3.Para su lectura la línea no se desplaza.
Hay que ampliar la columna a 400 caracteres, una solución poco funcional.

Expected Results:
Crear barra formato


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Sin más información

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


[Libreoffice-bugs] [Bug 73953] UI Writer, enhancement request: Allow adjustment of comment bar width

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73953

--- Comment #12 from DarkTrick  ---
dww: Thank you for your work!

For this change we essentially need 3 things:
1) Find location of code for comment bar width
2) Make the width value a user setting
3) Provide UI to change bar width (I guess mouse-dragging is a good option
here)

Now we got (1) done. ️

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


[Libreoffice-bugs] [Bug 139241] Column headers become misaligned with columns on resize

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139241

Regina Henschel  changed:

   What|Removed |Added

 CC||m.mordec...@gmail.com

--- Comment #2 from Regina Henschel  ---
*** Bug 140277 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 140277] LibreOffice versions 7.x.x, Calc resizing columns.

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140277

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||rb.hensc...@t-online.de

--- Comment #3 from Regina Henschel  ---
The column headers do not refresh. Same problem is, when inserting columns.

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

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


[Libreoffice-bugs] [Bug 139241] Column headers become misaligned with columns on resize

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139241

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #1 from Regina Henschel  ---
Same happens with insert columns. See it on Windows.

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


[Libreoffice-bugs] [Bug 140282] Bug in Filling Form in a docx file - read only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140282

paulo g.  changed:

   What|Removed |Added

URL||https://youtu.be/m5YpxMvOJT
   ||k
   Keywords||filter:docx

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


[Libreoffice-bugs] [Bug 140282] Bug in Filling Form in a docx file - read only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140282

paulo g.  changed:

   What|Removed |Added

 CC||paulo...@hotmail.com

--- Comment #1 from paulo g.  ---
Created attachment 169602
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169602=edit
docx file with fields that writer cannot edit, read-only error

View error in action:
https://youtu.be/m5YpxMvOJTk

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


[Libreoffice-bugs] [Bug 140282] New: Bug in Filling Form in a docx file - read only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140282

Bug ID: 140282
   Summary: Bug in Filling Form in a docx file - read only
   Product: LibreOffice
   Version: 7.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: paulo...@hotmail.com

Description:
Writer cannot write text in some fields that are not protected. Even if i save
the file in format odt the bug does not disappear.

Steps to Reproduce:
1. Open Docx file
2. Try to write in unprotected fields
3. Appears text box with a warning read-only

Actual Results:
It is impossible to edit that docx file

Expected Results:
You should be able to edit in unprotected fiedls like in M$Word.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
It happens in all versions of libreoffice

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


[Libreoffice-bugs] [Bug 73953] UI Writer, enhancement request: Allow adjustment of comment bar width

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73953

--- Comment #11 from dww  ---
In sw/source/uibase/docvw/PostItMgr.cxx, function
SwPostItMgr::GetSidebarWidth()

I edited the line

tools::ULong aWidth = static_cast(nZoom * 1.8);

and changed it to 

tools::ULong aWidth = static_cast(nZoom * 4.0);


This works nicely on my local build, giving me wider comments.  Seems that it
should be easy enough to provide this value as a user preference rather than
hard-compiled in.

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


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

2021-02-08 Thread Bjoern Michaelsen (via logerrit)
 sw/inc/calbck.hxx |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit dae4b159f628915e1ab8841e6bb66961ce4ea800
Author: Bjoern Michaelsen 
AuthorDate: Mon Feb 8 20:46:01 2021 +0100
Commit: Bjoern Michaelsen 
CommitDate: Tue Feb 9 00:41:07 2021 +0100

Remove deadcode SwModify::CheckCaching()

Change-Id: I0048b211fa9b458456fbb408bcc82dbbe81a9504
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110595
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen 

diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 0cd8efbee0ed..11a62033c5cc 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -195,6 +195,7 @@ public:
 void Add(SwClient *pDepend);
 SwClient* Remove(SwClient *pDepend);
 bool HasWriterListeners() const { return m_pWriterListeners; }
+bool HasOnlyOneListener() const { return m_pWriterListeners && 
m_pWriterListeners->IsLast(); }
 
 // get information about attribute
 virtual bool GetInfo( SfxPoolItem& ) const override;
@@ -202,9 +203,6 @@ public:
 void LockModify()   { m_bModifyLocked = true;  }
 void UnlockModify() { m_bModifyLocked = false; }
 bool IsModifyLocked() const { return m_bModifyLocked;  }
-
-void CheckCaching( const sal_uInt16 nWhich );
-bool HasOnlyOneListener() const { return m_pWriterListeners && 
m_pWriterListeners->IsLast(); }
 };
 
 template 
class SwIterator;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 140237] Rendering bug on macOS 5K secondary monitor, M1 GPU

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140237

--- Comment #7 from Thorsten Wagner  ---
Patch to fix this issue is available, but it seems to break some unit tests
during building, so patch has been reverted (see tdf#138122). Patch seems to
work, but investigation why several unit tests are broken is still ongoing.

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


[Libreoffice-bugs] [Bug 140281] Add colored rectangular for Calc formulas in real time

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140281

laur_flori...@yahoo.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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


[Libreoffice-bugs] [Bug 140281] New: Add colored rectangular for Calc formulas in real time

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140281

Bug ID: 140281
   Summary: Add colored rectangular for Calc formulas in real time
   Product: LibreOffice
   Version: 7.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: laur_flori...@yahoo.com

Description:
Hi. I hope this is a good place to post this.

I would like to ask you if it's possible to make the colored rectangles in Calc
appear in realtime as the user inputs a formula. The current state is that the
cells are color highlighted only after the formula is finished and user double
clicks on the cell with the formula again.

Steps to Reproduce:
1.Open Calc
2. Put some values in the cells e.g. 3 in A1, 5 in A2 and 7 in A3
3. in a separate cell input a formula taking the previous cells as arguments
e.g. =AVERAGE(A1:A3)
4. Double click the separate cell created in step 3. The cells taken as
arguments will be color highlighted. > If possible at this step for the
cells to be colored in real time as the formula is being entered in step 3 ?

Thank you!

Actual Results:
Cell is colored only after formula is finished and user double clicks on the
formula cell again

Expected Results:
I would like to see the argument cells color highlighted in real time.


Reproducible: Always


User Profile Reset: No



Additional Info:
Any questions, please hit me up at laur_flori...@yahoo.com
Thank you!

About LibreOffice:
Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 140280] Crash in: KERNELBASE.dll when double click a slide content box and file is opened read-only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140280

--- Comment #4 from Xisco Faulí  ---
Created attachment 169601
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169601=edit
sample 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 140280] Crash in: KERNELBASE.dll when double click a slide content box and file is opened read-only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140280

Xisco Faulí  changed:

   What|Removed |Added

Version|unspecified |7.1.0.0.alpha0+
   Severity|normal  |critical
   Priority|medium  |highest
   Keywords||bibisected, bisected,
   ||regression
 CC||vmik...@collabora.com

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

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

author  Miklos Vajna 2020-06-26 16:35:34 +0200
committer   Miklos Vajna 2020-06-26 17:55:31
+0200
commit  5d296183072dc7cfe7a9985c38388b56f37d873c (patch)
tree558cd1a97c213bf60370960e75655c7e91bab9d6
parent  3d37d591377fe532fc0d32e9fbc8e57b8ded6768 (diff)
sd signature line: allow move / resize of shape before signing

Bisected with: bibisect-linux64-7.1

Adding Cc: to Miklos Vajna

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


[Libreoffice-bugs] [Bug 140280] Crash in: KERNELBASE.dll when double click a slide content box and file is opened read-only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140280

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #2 from Xisco Faulí  ---
I can reproduce it in

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 40b56cd8da8c38582dc4660b486993d1b4711535
CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: 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 140280] Crash in: KERNELBASE.dll when double click a slide content box and file is opened read-only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140280

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

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


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

2021-02-08 Thread Bjoern Michaelsen (via logerrit)
 sw/inc/calbck.hxx  |1 -
 sw/inc/hints.hxx   |4 
 sw/inc/tox.hxx |   23 +++
 sw/source/core/attr/calbck.cxx |   11 ---
 sw/source/core/doc/docnew.cxx  |   13 +++--
 5 files changed, 22 insertions(+), 30 deletions(-)

New commits:
commit dc1b416c684c4e2525978e48252d55d78adcfca8
Author: Bjoern Michaelsen 
AuthorDate: Mon Feb 8 20:21:12 2021 +0100
Commit: Bjoern Michaelsen 
CommitDate: Mon Feb 8 23:05:39 2021 +0100

Remove SwModify::SetInDocDTOR ...

... its only used once in SwTOXType and has no place in SwModify, which
is the base of ~everything in Writer still.

Change-Id: I07007f08723f8db2dd09bb7c07cb0ebfc2a6506a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110594
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen 

diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 32b0d35b4c1d..0cd8efbee0ed 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -201,7 +201,6 @@ public:
 
 void LockModify()   { m_bModifyLocked = true;  }
 void UnlockModify() { m_bModifyLocked = false; }
-void SetInDocDTOR();
 bool IsModifyLocked() const { return m_bModifyLocked;  }
 
 void CheckCaching( const sal_uInt16 nWhich );
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 25fed4c87783..e83d42251882 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -166,6 +166,10 @@ public:
 const SwTableBox& m_rTableBox;
 MoveTableBoxHint(const SwFrameFormat& rNewFormat, const SwTableBox& 
rTableBox): m_rNewFormat(rNewFormat), m_rTableBox(rTableBox) {};
 };
+
+class DocumentDyingHint final : public SfxHint
+{
+};
 }
 
 class SwUpdateAttr final : public SwMsgPoolItem
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index c7bcaacf036a..f1b496091246 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -19,20 +19,20 @@
 #ifndef INCLUDED_SW_INC_TOX_HXX
 #define INCLUDED_SW_INC_TOX_HXX
 
-#include 
-#include 
+#include 
 
+#include 
+#include 
 #include 
-#include 
+#include 
+#include 
 #include 
+#include 
 
-#include 
+#include "calbck.hxx"
+#include "hints.hxx"
 #include "swtypes.hxx"
 #include "toxe.hxx"
-#include "calbck.hxx"
-#include 
-
-#include 
 
 namespace com::sun::star {
 namespace text { class XDocumentIndexMark; }
@@ -467,6 +467,13 @@ public:
 SwTOXBase( const SwTOXBase& rCopy, SwDoc* pDoc = nullptr );
 virtual ~SwTOXBase() override;
 
+virtual void SwClientNotify(const SwModify& rMod, const SfxHint& rHint) 
override
+{
+if(dynamic_cast())
+GetRegisteredIn()->Remove(this);
+else
+SwClient::SwClientNotify(rMod, rHint);
+}
 // a kind of CopyCtor - check if the TOXBase is at TOXType of the doc.
 // If not, so create it and copy all other used things.
 voidCopyTOXBase( SwDoc*, const SwTOXBase& );
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index 0efc4ada197e..ae840edff48e 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.cxx
@@ -138,17 +138,6 @@ void SwClient::EndListeningAll()
 m_pRegisteredIn->Remove(this);
 }
 
-void SwModify::SetInDocDTOR()
-{
-// If the document gets destroyed anyway, just tell clients to
-// forget me so that they don't try to get removed from my list
-// later when they also get destroyed
-SwIterator aIter(*this);
-for(SwClient* pClient = aIter.First(); pClient; pClient = aIter.Next())
-pClient->m_pRegisteredIn = nullptr;
-m_pWriterListeners = nullptr;
-}
-
 SwModify::~SwModify()
 {
 DBG_TESTSOLARMUTEX();
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 575980cac40c..9c789deb66b7 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -466,16 +466,9 @@ SwDoc::~SwDoc()
 delete pTmp;
 }
 
-// Old - deletion without a Flag is expensive, because we send a Modify
-// aTOXTypes.DeleteAndDestroy( 0, aTOXTypes.Count() );
-{
-for( auto n = mpTOXTypes->size(); n; )
-{
-(*mpTOXTypes)[ --n ]->SetInDocDTOR();
-(*mpTOXTypes)[ n ].reset();
-}
-mpTOXTypes->clear();
-}
+for(auto& pType : *mpTOXTypes)
+pType->CallSwClientNotify(sw::DocumentDyingHint());
+mpTOXTypes->clear();
 mpDefTOXBases.reset();
 
 // Any of the FrameFormats can still have indices registered.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 140278] Embedded Python install missing 6 Windows DLL files (LO 7.1.0.3, Python 3.8.4)

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140278

gaxonegax...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||gaxonegax...@hotmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from gaxonegax...@hotmail.com ---
Sorry, opened in error.  Please delete this bug (140278) and see 140279
instead.
Thanks.

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

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


[Libreoffice-bugs] [Bug 140279] Embedded Python install missing 6 Windows DLL files (LO 7.1.0.3, Python 3.8.4)

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140279

--- Comment #1 from gaxonegax...@hotmail.com ---
*** Bug 140278 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 140280] New: Crash in: KERNELBASE.dll when double click a slide content box and file is opened read-only

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140280

Bug ID: 140280
   Summary: Crash in: KERNELBASE.dll when double click a slide
content box and file is opened read-only
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sebastiaan.v...@gmail.com

This bug was filed from the crash reporting server and is
br-b51ac1ef-b67a-4ae6-b9fa-5d40b121e906.
=
Problem: 
I clicked an ODP file from a website which was downloaded in TEMP and then
read-only opened in LO (7.1.0.3). I was clicking in the presentation to try to
copy some content but LO crashed as I double clicked a content box on the
slide. I found that this can be duplicated setting the read-only flag on any
odp file and then open it in LO.

Steps to duplicate:
* Mark an odp file ready-only
* Open the file in LO, it will be openend read-only
* On any slide, double click on a content box and LO will crash.

I think this is due to the content box looks movable as when you hoover over it
with the mouse the pointer changes to a move-arrow. Guess that is not working
well with RO files.

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


[Libreoffice-bugs] [Bug 140279] New: Embedded Python install missing 6 Windows DLL files (LO 7.1.0.3, Python 3.8.4)

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140279

Bug ID: 140279
   Summary: Embedded Python install missing 6 Windows DLL files
(LO 7.1.0.3, Python 3.8.4)
   Product: LibreOffice
   Version: 7.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gaxonegax...@hotmail.com

Description:
After upgrading from LO 7.0 to 7.1.0.3, I am unable to install "pip" using
"get-pip.py" on a Windows 10 PC. Traceback from get-pip shows error
  FileNotFoundError: [WinError 2] The system cannot find the file specified 
However, as explained below, the error / traceback are a bit of a red herring.
I think the real issue is that 6 DLL files are missing from the embedded python
installation delivered with LO 7.1.0.3.

There is a workaround, but it would not be easy for non-technical users.

Steps to Reproduce:
1. Perform standard upgrade installation of LO 7.1.0.3 on Windows 10 PC
2. Open administrator powershell
2a. cd 'C:\Program Files\LibreOffice\program\'
2b. curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2c. .\python.exe .\get-pip.p

Actual Results:
PS C:\Program Files\LibreOffice\program> .\python  .\get-pip.py

Traceback (most recent call last):
  File "C:\Program Files\LibreOffice\program\get-pip.py", line 24244, in

main()
  File "C:\Program Files\LibreOffice\program\get-pip.py", line 199, in main
bootstrap(tmpdir=tmpdir)
  File "C:\Program Files\LibreOffice\program\get-pip.py", line 177, in
bootstrap
sys.exit(pip_entry_point(args))
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\cli\main.py",
line 58, in main
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\cli\main_parser.py",
line 67, in parse_command
  File "C:\Program
Files\LibreOffice\program\python-core-3.8.4\lib\optparse.py", line 1371, in
parse_args
values = self.get_default_values()
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\cli\parser.py",
line 267, in get_default_values
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 137, in load
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 259, in _load_config_files
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 362, in iter_config_files
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 78, in get_configuration_files
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\utils\appdirs.py",
line 38, in site_config_dirs
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_vendor\appdirs.py",
line 243, in site_config_dir
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_vendor\appdirs.py",
line 138, in site_data_dir
  File
"C:\Users\xxx\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_vendor\appdirs.py",
line 486, in _get_win_folder_from_registry
FileNotFoundError: [WinError 2] The system cannot find the file specified

Expected Results:
PS C:\Program Files\LibreOffice\program> .\python  .\get-pip.py
Collecting pip
  Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
Collecting setuptools
  Downloading setuptools-53.0.0-py3-none-any.whl (784 kB)
 || 784 kB 85 kB/s
Collecting wheel
  Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel, setuptools, pip
  WARNING: The script wheel.exe is installed in 'C:\Program
Files\LibreOffice\program\python-core-3.8.4\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
  WARNING: The scripts pip.exe, pip3.8.exe and pip3.exe are installed in
'C:\Program Files\LibreOffice\program\python-core-3.8.4\Scripts' which is not
on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
Successfully installed pip-21.0.1 setuptools-53.0.0 wheel-0.36.2
PS C:\Program Files\LibreOffice\program>


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Possible workaround:
I suspected that some Windows-specific files might be missing from the embedded
python distribution included with LO 7.1.0.3. Using source from
https://www.python.org/ftp/python/3.8.4, I first checked *.pyd files, but they
all seemed to be present (though I only spot-checked, did not exhaustively
compare).  Next I checked *.DLL files and found only 2 on the target PC, but 8
in the master ZIP file.  See list below:


 Status Name
 -- 
 presentlibcrypto-1_1.dll
 present

[Libreoffice-bugs] [Bug 140237] Rendering bug on macOS 5K secondary monitor, M1 GPU

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140237

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
Summary|Rendering bug on macOS 5K   |Rendering bug on macOS 5K
   |secondary monitor   |secondary monitor, M1 GPU
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||8122
 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 140258] Spell-check used to spot two blank spaces where I intended one, but it no longer spots them.

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140258

--- Comment #1 from Telesto  ---
Specific language? And any change to install 7.1.0.3 aside for testing? 6.0.7.3
bit old

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


[Libreoffice-bugs] [Bug 113286] Crash report url/link should be clickable in Crash Report dialog

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113286

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|sdc.bla...@youmail.dk   |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #7 from sdc.bla...@youmail.dk ---
(In reply to Heiko Tietze from comment #5)
> Seth, what's the status here? Perhaps we can update the summary.
The commit in comment 1 adds the http:// to the dialog box for crash report,
but does not make it clickable.

Comment 2 is still accurate, and gives a link to an untested patch that could
potentially be developed into a solution.  Summary is still accurate.

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


[Libreoffice-bugs] [Bug 103369] [META] Bullet, numbered, and outline list bugs and enhancements

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103369
Bug 103369 depends on bug 139724, which changed state.

Bug 139724 Summary: Tooltip for .uno:SetOutline should not be "Set Outline List 
Style" and name of "Outline" for .uno:OutlineFont should be differentiated
https://bugs.documentfoundation.org/show_bug.cgi?id=139724

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-commits] core.git: officecfg/registry

2021-02-08 Thread Seth Chaiklin (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |   15 
++
 1 file changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 07d166a81c4287862180bba33cd6259262260ef1
Author: Seth Chaiklin 
AuthorDate: Fri Feb 5 11:58:52 2021 +0100
Commit: Seth Chaiklin 
CommitDate: Mon Feb 8 22:19:19 2021 +0100

tdf#139724 differentiate / improve labels on two "Outline" .unos

.uno:SetOutline and .uno:OutlineFont refer respectively to selection
of an Outline format and application of the font outline attribute.
The patch adjusts, elaborates or expands their labels and tooltips
to make them more comprehensible in the UI.

Plus a small followup to clean-up adjustment of labels for
.uno:DefaultBullets and .uno:DefaultNumbering. (tdf#139667)

Change-Id: Ic8951bf338fd699ae57ca52374aaa03fe4c797db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110436
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 624dbf9818c8..ee5c3fd9e81d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1565,7 +1565,10 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
   
   
 
-  Outline
+  Outline Font Effect
+
+
+  Apply outline attribute to font. Not all 
fonts implement this attribute.
 
 
   9
@@ -2617,7 +2620,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
   
   
 
-  Unordered Lists
+  Unordered List
 
 
   ~Unordered List
@@ -2631,7 +2634,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
   
   
 
-  Numbered Lists
+  Ordered List
 
 
   ~Ordered List
@@ -2645,13 +2648,13 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
   
   
 
-  Outline
+  Outline Format
 
 
-  ~Outline List
+  ~Outline Format
 
 
-  Set Outline List Style
+  Select Outline Format
 
 
   15
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - formula/source include/formula sc/inc sc/qa sc/source

2021-02-08 Thread Dennis Francis (via logerrit)
 formula/source/core/api/FormulaCompiler.cxx |7 +
 include/formula/FormulaCompiler.hxx |2 
 sc/inc/compiler.hxx |2 
 sc/inc/refdata.hxx  |8 ++
 sc/qa/unit/helper/qahelper.cxx  |4 -
 sc/qa/unit/helper/qahelper.hxx  |2 
 sc/qa/unit/ucalc.hxx|2 
 sc/qa/unit/ucalc_formula.cxx|  109 
 sc/source/core/tool/compiler.cxx|   98 +
 sc/source/core/tool/interpr5.cxx|   17 
 10 files changed, 247 insertions(+), 4 deletions(-)

New commits:
commit d57b2ea6d43e6b421e48c58183eabaa92afd79ef
Author: Dennis Francis 
AuthorDate: Wed Jan 6 17:44:00 2021 +0530
Commit: Andras Timar 
CommitDate: Mon Feb 8 22:02:21 2021 +0100

tdf#133858 reduce the double-ref range to data content

in certain matrix formulas like SUM(IF(A1=G:G, H:H)*B1/B2) where whole
columns are used for comparison in the condition of IF ultimately
followed by a reducer like SUM. In such cases we can safely reduce the
double-refs involved in the comparison to the sheet area where there is
data before converting the data to ScMatrix.

This is a more restricted version of Noel's fix in
37ffe509ef011357123642577c04ff296d59ce68

Change-Id: I1c2e8985adedb3f4c4648f541fb0e8e7d0fae033
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109050
Reviewed-by: Luboš Luňák 
Tested-by: Jenkins CollaboraOffice 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110580
Reviewed-by: Andras Timar 

diff --git a/formula/source/core/api/FormulaCompiler.cxx 
b/formula/source/core/api/FormulaCompiler.cxx
index 51849f8caeb0..03af9a280942 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -1671,18 +1671,25 @@ void FormulaCompiler::Factor()
 HandleIIOpCode(pFacToken, pArgArray,
std::min(nSepCount, 
static_cast(FORMULA_MAXPARAMSII)));
 }
+bool bDone = false;
 if (bBadName)
 ;   // nothing, keep current token for return
 else if (eOp != ocClose)
 SetError( FormulaError::PairExpected);
 else
+{
 NextToken();
+bDone = true;
+}
 // Jumps are just normal functions for the FunctionAutoPilot tree 
view
 if (!mbJumpCommandReorder && pFacToken->GetType() == svJump)
 pFacToken = new FormulaFAPToken( pFacToken->GetOpCode(), 
nSepCount, pFacToken );
 else
 pFacToken->SetByte( nSepCount );
 PutCode( pFacToken );
+
+if (bDone)
+AnnotateOperands();
 }
 else if (IsOpCodeJumpCommand(eOp))
 {
diff --git a/include/formula/FormulaCompiler.hxx 
b/include/formula/FormulaCompiler.hxx
index fef6e82e39e1..65765b84d104 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -337,6 +337,8 @@ protected:
 // Called from CompileTokenArray() after RPN code generation is done.
 virtual void PostProcessCode() {}
 
+virtual void AnnotateOperands() {}
+
 OUStringaCorrectedFormula;  // autocorrected Formula
 OUStringaCorrectedSymbol;   // autocorrected Symbol
 
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 5bd9068da8d2..1faac8362638 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -508,10 +508,12 @@ private:
 bool HandleIIOpCodeInternal(formula::FormulaToken* token, 
formula::FormulaToken*** pppToken, sal_uInt8 nNumParams);
 bool SkipImplicitIntersectionOptimization(const formula::FormulaToken* 
token) const;
 virtual void PostProcessCode() override;
+virtual void AnnotateOperands() override;
 static bool ParameterMayBeImplicitIntersection(const 
formula::FormulaToken* token, int parameter);
 void ReplaceDoubleRefII(formula::FormulaToken** ppDoubleRefTok);
 bool AdjustSumRangeShape(const ScComplexRefData& rBaseRange, 
ScComplexRefData& rSumRange);
 void CorrectSumRange(const ScComplexRefData& rBaseRange, ScComplexRefData& 
rSumRange, formula::FormulaToken** ppSumRangeToken);
+void AnnotateTrimOnDoubleRefs();
 };
 
 #endif
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index 7edac9f4bb01..4b23bb23b843 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -119,6 +119,11 @@ struct ScComplexRefData
 {
 ScSingleRefData Ref1;
 ScSingleRefData Ref2;
+bool bTrimToData;
+
+ScComplexRefData() :
+bTrimToData(false)
+{}
 
 void InitFlags()
 { Ref1.InitFlags(); Ref2.InitFlags(); }
@@ -191,6 +196,9 @@ struct ScComplexRefData
 
 bool IsDeleted() const;
 
+bool IsTrimToData() const { return bTrimToData; }
+void SetTrimToData(bool bSet) { 

[Libreoffice-bugs] [Bug 140278] New: Embedded Python install missing 6 Windows DLL files (LO 7.1.0.3, Python 3.8.4)

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140278

Bug ID: 140278
   Summary: Embedded Python install missing 6 Windows DLL files
(LO 7.1.0.3, Python 3.8.4)
   Product: LibreOffice
   Version: 7.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gaxonegax...@hotmail.com

Description:
After upgrading from LO 7.0 to 7.1.0.3, I am unable to install "pip" using
"get-pip.py" on a Windows 10 PC. Traceback from get-pip shows error
  FileNotFoundError: [WinError 2] The system cannot find the file specified 
However, as explained below, the error / traceback are a bit of a red herring.
I think the real issue is that 6 DLL files are missing from the embedded python
installation delivered with LO 7.1.0.3.

There is a workaround, but it would not be easy for non-technical users.

Steps to Reproduce:
1. Perform standard upgrade installation of LO 7.1.0.3 on Windows 10 PC
2. Open administrator powershell
2a. cd 'C:\Program Files\LibreOffice\program\'
2b. curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2c. .\python.exe .\get-pip.p

Actual Results:
PS C:\Program Files\LibreOffice\program> .\python  .\get-pip.py

Traceback (most recent call last):
  File "C:\Program Files\LibreOffice\program\get-pip.py", line 24244, in

main()
  File "C:\Program Files\LibreOffice\program\get-pip.py", line 199, in main
bootstrap(tmpdir=tmpdir)
  File "C:\Program Files\LibreOffice\program\get-pip.py", line 177, in
bootstrap
sys.exit(pip_entry_point(args))
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\cli\main.py",
line 58, in main
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\cli\main_parser.py",
line 67, in parse_command
  File "C:\Program
Files\LibreOffice\program\python-core-3.8.4\lib\optparse.py", line 1371, in
parse_args
values = self.get_default_values()
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\cli\parser.py",
line 267, in get_default_values
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 137, in load
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 259, in _load_config_files
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 362, in iter_config_files
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\configuration.py",
line 78, in get_configuration_files
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_internal\utils\appdirs.py",
line 38, in site_config_dirs
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_vendor\appdirs.py",
line 243, in site_config_dir
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_vendor\appdirs.py",
line 138, in site_data_dir
  File
"C:\Users\gax\AppData\Local\Temp\tmp7utwaimk\pip.zip\pip\_vendor\appdirs.py",
line 486, in _get_win_folder_from_registry
FileNotFoundError: [WinError 2] The system cannot find the file specified

Expected Results:
PS C:\Program Files\LibreOffice\program> .\python  .\get-pip.py
Collecting pip
  Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
Collecting setuptools
  Downloading setuptools-53.0.0-py3-none-any.whl (784 kB)
 || 784 kB 85 kB/s
Collecting wheel
  Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel, setuptools, pip
  WARNING: The script wheel.exe is installed in 'C:\Program
Files\LibreOffice\program\python-core-3.8.4\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
  WARNING: The scripts pip.exe, pip3.8.exe and pip3.exe are installed in
'C:\Program Files\LibreOffice\program\python-core-3.8.4\Scripts' which is not
on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
Successfully installed pip-21.0.1 setuptools-53.0.0 wheel-0.36.2
PS C:\Program Files\LibreOffice\program>


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Possible workaround:
I suspected that some Windows-specific files might be missing from the embedded
python distribution included with LO 7.1.0.3. Using source from
https://www.python.org/ftp/python/3.8.4, I first checked *.pyd files, but they
all seemed to be present (though I only spot-checked, did not exhaustively
compare).  Next I checked *.DLL files and found only 2 on the target PC, but 8
in the master ZIP file.  See list below:


 Status Name
 -- 
 presentlibcrypto-1_1.dll
 present

[Libreoffice-bugs] [Bug 140245] Missing symbols in toolbar formatting

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140245

--- Comment #3 from peter.gee...@gmx.net ---
Find the problem:

It's VCL: gtk3

It's all Ok with VCL: kf5

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


[Libreoffice-bugs] [Bug 140277] LibreOffice versions 7.x.x, Calc resizing columns.

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140277

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEW |UNCONFIRMED

--- Comment #2 from m.a.riosv  ---
Please don't set up yourself as new, someone must do 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 126886] Calc window contents are not visible when opening a CSV in Compiz from Calc 6.3

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126886

--- Comment #17 from Jarosław Rafa  ---
But the "invisible" window, when unmaximized, turns into zero-size window
mentioned in bug 125543. So they may be somehow related. It may be that during
opening a CSV file while Calc window is maximized it's size is internally
changed to 0 and this causes both the "invisible" window (it somehow still
remembers the maximized state, but due to zero size nothing is shown) and the
zero size window after unmaximizing.

-- 
You are receiving this mail because:
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: There is a problem with Gerrit WIP.

2021-02-08 Thread Eike Rathke
Hi,

On Wednesday, 2021-02-03 18:39:02 +0100, Eike Rathke wrote:

> Unfortunately git-review (which I prefer due to its check for multiple
> outstanding commits and easy topic handling) seems to not have a similar
> switch for that.

I stand corrected..

As of v1.27 git-review has the -w or --work-in-progress option that does
exactly that. It's not documented in the man page but with git-review
--help.

Thanks to David Ostrovsky for pointing out.

  Eike

-- 
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 140229] Link to External Data - Calc not responding/very slow

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140229

--- Comment #6 from m.a.riosv  ---
Please take a look in https://www.libreoffice.org/community/get-involved/

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


[Libreoffice-bugs] [Bug 139491] FILEOPEN: Systematic very slow file loading on Calc

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139491

--- Comment #4 from Neela  ---
Thank you for reporting the bug. I can not reproduce the bug in 7.1.0.3

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


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

2021-02-08 Thread Andrea Gelmini (via logerrit)
 sc/source/core/tool/interpr2.cxx |1 -
 sc/source/core/tool/scmatrix.cxx |4 
 sc/source/filter/excel/xestyle.cxx   |1 -
 sc/source/filter/oox/extlstcontext.cxx   |1 -
 sc/source/filter/orcus/interface.cxx |8 
 sc/source/filter/xcl97/XclExpChangeTrack.cxx |1 -
 shell/source/win32/shlxthandler/ooofilt/propspec.cxx |3 ---
 starmath/source/ElementsDockingWindow.cxx|1 -
 8 files changed, 20 deletions(-)

New commits:
commit 60b4c9f1921ec4f7086d71ba8b41749d432a0961
Author: Andrea Gelmini 
AuthorDate: Sun Feb 7 20:56:18 2021 +0100
Commit: Julien Nabet 
CommitDate: Mon Feb 8 21:18:21 2021 +0100

Remove unneeded breaks

Extending this:
https://gerrit.libreoffice.org/c/core/+/110512

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

diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index 2effe4baee9a..6bfd1884dbd0 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -408,7 +408,6 @@ FormulaError ScInterpreter::GetWeekendAndHolidayMasks_MS(
 case svDoubleRef :
 case svExternalDoubleRef :
 return FormulaError::NoValue;
-break;
 
 default :
 {
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index a8874824da2f..0201c70b5f8b 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -1686,16 +1686,12 @@ double evaluate( double fVal, ScQueryOp eOp )
 return fVal < 0.0 ? 1.0 : 0.0;
 case SC_GREATER:
 return fVal > 0.0 ? 1.0 : 0.0;
-break;
 case SC_LESS_EQUAL:
 return fVal <= 0.0 ? 1.0 : 0.0;
-break;
 case SC_GREATER_EQUAL:
 return fVal >= 0.0 ? 1.0 : 0.0;
-break;
 case SC_NOT_EQUAL:
 return fVal != 0.0 ? 1.0 : 0.0;
-break;
 default:
 ;
 }
diff --git a/sc/source/filter/excel/xestyle.cxx 
b/sc/source/filter/excel/xestyle.cxx
index 642d1214ff36..6376371fb1da 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -1043,7 +1043,6 @@ const char* getFontFamilyOOXValue(FontFamily eValue)
 {
 case FAMILY_DONTKNOW:
 return "0";
-break;
 case FAMILY_SWISS:
 case FAMILY_SYSTEM:
 return "2";
diff --git a/sc/source/filter/oox/extlstcontext.cxx 
b/sc/source/filter/oox/extlstcontext.cxx
index fda1a0449e5e..e0c41c25dc8d 100644
--- a/sc/source/filter/oox/extlstcontext.cxx
+++ b/sc/source/filter/oox/extlstcontext.cxx
@@ -297,7 +297,6 @@ ContextHandlerRef ExtLstLocalContext::onCreateContext( 
sal_Int32 nElement, const
 return this;
 else
 return nullptr;
-break;
 case XLS_TOKEN( ext ):
 if (nElement == XLS14_TOKEN( id ))
 return this;
diff --git a/sc/source/filter/orcus/interface.cxx 
b/sc/source/filter/orcus/interface.cxx
index 49ea4d07a2b3..35fb72548a4c 100644
--- a/sc/source/filter/orcus/interface.cxx
+++ b/sc/source/filter/orcus/interface.cxx
@@ -703,16 +703,12 @@ double translateToInternal(double nVal, 
orcus::length_unit_t unit)
 {
 case orcus::length_unit_t::inch:
 return nVal * 72.0 * 20.0;
-break;
 case orcus::length_unit_t::twip:
 return nVal;
-break;
 case orcus::length_unit_t::point:
 return nVal * 20.0;
-break;
 case orcus::length_unit_t::centimeter:
 return nVal * 20.0 * 72.0 / 2.54;
-break;
 case orcus::length_unit_t::unknown:
 if (nVal != 0)
 SAL_WARN("sc.orcus", "unknown unit");
@@ -1434,16 +1430,12 @@ SvxBoxItemLine getDirection(os::border_direction_t dir)
 {
 case os::border_direction_t::right:
 return SvxBoxItemLine::RIGHT;
-break;
 case os::border_direction_t::left:
 return SvxBoxItemLine::LEFT;
-break;
 case os::border_direction_t::top:
 return SvxBoxItemLine::TOP;
-break;
 case os::border_direction_t::bottom:
 return SvxBoxItemLine::BOTTOM;
-break;
 default:
 break;
 }
diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx 
b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
index bfb16a9d14c3..1efcd8b4f0e9 100644
--- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
@@ -968,7 +968,6 @@ static const char* lcl_GetType( XclExpChTrData* pData )
 case EXC_CHTR_TYPE_RK:
 case EXC_CHTR_TYPE_DOUBLE:
 return 

[Libreoffice-bugs] [Bug 140245] Missing symbols in toolbar formatting

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140245

--- Comment #2 from peter.gee...@gmx.net ---
Created attachment 169600
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169600=edit
debian 10 libo 7.1

Same behavior on Debian 10

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


[Libreoffice-bugs] [Bug 138725] Duplicate function "Borders (Shift to overwrite)" in Writer's customization dialog

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138725

--- Comment #11 from Maxim Monastirsky  ---
(In reply to Rafael Lima from comment #10)
> Any idea where this duplicate might be coming from?
I think the problem here is that this command present it 2 categories at the
same time (table and frame), and the "All commands" entry just combines the
contents of all categories into a single list. We should either teach this list
to filter duplicates, or decide on a single category for this command.

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


[Libreoffice-bugs] [Bug 122043] [META] generic bugs more common under gtk3

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122043
Bug 122043 depends on bug 117608, which changed state.

Bug 117608 Summary: Specific vector graphic causes slowness in Writer
https://bugs.documentfoundation.org/show_bug.cgi?id=117608

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103152] [META] Writer image bugs and enhancements

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103152
Bug 103152 depends on bug 117608, which changed state.

Bug 117608 Summary: Specific vector graphic causes slowness in Writer
https://bugs.documentfoundation.org/show_bug.cgi?id=117608

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 117608] Specific vector graphic causes slowness in Writer

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117608

Kochise  changed:

   What|Removed |Added

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

--- Comment #13 from Kochise  ---
LibreOffice 7.1.0.3 (x64) : seems to work (scrolling, editing)

Other bugs has appeared apparently (characters are changed on load) but will
open another bug for that one.

-- 
You are receiving this mail because:
You 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: oox/source reportdesign/source sal/rtl sc/source

2021-02-08 Thread Andrea Gelmini (via logerrit)
 oox/source/drawingml/graphicshapecontext.cxx|1 -
 oox/source/drawingml/linepropertiescontext.cxx  |1 -
 oox/source/drawingml/shapecontext.cxx   |1 -
 oox/source/drawingml/shapepropertiescontext.cxx |2 --
 oox/source/drawingml/textbodycontext.cxx|2 --
 oox/source/vml/vmltextboxcontext.cxx|2 --
 reportdesign/source/filter/xml/xmlfilter.cxx|7 ---
 sal/rtl/ustring.cxx |1 -
 sc/source/core/data/attrib.cxx  |3 ---
 sc/source/core/data/column2.cxx |3 ---
 sc/source/core/data/column3.cxx |1 -
 sc/source/core/data/dpcache.cxx |3 ---
 sc/source/core/data/formulacell.cxx |1 -
 sc/source/core/data/global.cxx  |1 -
 sc/source/core/data/mtvelements.cxx |1 -
 15 files changed, 30 deletions(-)

New commits:
commit 0b1b167c3f7fa802532373699589104fe4b391c7
Author: Andrea Gelmini 
AuthorDate: Sun Feb 7 20:59:14 2021 +0100
Commit: Julien Nabet 
CommitDate: Mon Feb 8 21:05:05 2021 +0100

Remove unneeded breaks

Extending this:
https://gerrit.libreoffice.org/c/core/+/110512

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

diff --git a/oox/source/drawingml/graphicshapecontext.cxx 
b/oox/source/drawingml/graphicshapecontext.cxx
index eaf650c051ba..113e5490c51d 100644
--- a/oox/source/drawingml/graphicshapecontext.cxx
+++ b/oox/source/drawingml/graphicshapecontext.cxx
@@ -228,7 +228,6 @@ ContextHandlerRef 
OleObjectGraphicDataContext::onCreateContext( sal_Int32 nEleme
 break;
 case PPT_TOKEN( pic ):
 return new GraphicShapeContext( *this, mpMasterShapePtr, 
mpShapePtr );
-break;
 }
 SAL_WARN("oox", "OleObjectGraphicDataContext::onCreateContext: unhandled 
element: "
 << getBaseToken(nElement));
diff --git a/oox/source/drawingml/linepropertiescontext.cxx 
b/oox/source/drawingml/linepropertiescontext.cxx
index dd9af49bf2db..322f98aad609 100644
--- a/oox/source/drawingml/linepropertiescontext.cxx
+++ b/oox/source/drawingml/linepropertiescontext.cxx
@@ -64,7 +64,6 @@ ContextHandlerRef LinePropertiesContext::onCreateContext( 
sal_Int32 nElement, co
 break;
 case A_TOKEN( custDash ):  // CT_DashStopList
 return this;
-break;
 case A_TOKEN( ds ):
 {
 // 'a:ds' has 2 attributes : 'd' and 'sp'
diff --git a/oox/source/drawingml/shapecontext.cxx 
b/oox/source/drawingml/shapecontext.cxx
index 8d76755855c9..e0cbf9343c1d 100644
--- a/oox/source/drawingml/shapecontext.cxx
+++ b/oox/source/drawingml/shapecontext.cxx
@@ -110,7 +110,6 @@ ContextHandlerRef ShapeContext::onCreateContext( sal_Int32 
aElementToken, const
 if (!mpShapePtr->getTextBody())
 mpShapePtr->setTextBody( std::make_shared() );
 return new TextBodyPropertiesContext( *this, rAttribs, mpShapePtr );
-break;
 case XML_txbx:
 break;
 case XML_cNvPicPr:
diff --git a/oox/source/drawingml/shapepropertiescontext.cxx 
b/oox/source/drawingml/shapepropertiescontext.cxx
index 574e0793c89a..e0fc3274c731 100644
--- a/oox/source/drawingml/shapepropertiescontext.cxx
+++ b/oox/source/drawingml/shapepropertiescontext.cxx
@@ -95,12 +95,10 @@ ContextHandlerRef ShapePropertiesContext::onCreateContext( 
sal_Int32 aElementTok
 // todo not supported by core, only for preservation via grab bags
 case A_TOKEN( scene3d ):// CT_Scene3D
 return new Scene3DPropertiesContext( *this, mrShape.get3DProperties() 
);
-break;
 
 // todo not supported by core, only for preservation via grab bags
 case A_TOKEN( sp3d ):   // CT_Shape3D
 return new Shape3DPropertiesContext( *this, rAttribs, 
mrShape.get3DProperties() );
-break;
 }
 
 return FillPropertiesContext::createFillContext( *this, aElementToken, 
rAttribs, mrShape.getFillProperties() );
diff --git a/oox/source/drawingml/textbodycontext.cxx 
b/oox/source/drawingml/textbodycontext.cxx
index f4c33f7253e0..49b50309f597 100644
--- a/oox/source/drawingml/textbodycontext.cxx
+++ b/oox/source/drawingml/textbodycontext.cxx
@@ -99,10 +99,8 @@ ContextHandlerRef TextParagraphContext::onCreateContext( 
sal_Int32 aElementToken
 break;
 case W_TOKEN( ins ):
 return this;
-break;
 case OOX_TOKEN(a14, m):
 return CreateLazyMathBufferingContext(*this, mrParagraph);
-break;
 default:
 SAL_WARN("oox", "TextParagraphContext::onCreateContext: unhandled 
element: " << getBaseToken(aElementToken));
 }
diff --git a/oox/source/vml/vmltextboxcontext.cxx 
b/oox/source/vml/vmltextboxcontext.cxx
index d878c6dcdf3d..2cf5ebfaf40d 100644
--- a/oox/source/vml/vmltextboxcontext.cxx
+++ 

[Libreoffice-bugs] [Bug 135479] LO Complains about missing JDK when accessing any Java functionality, despite recognizing JDK on macOS under Preferences

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135479

Marc Grober  changed:

   What|Removed |Added

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

--- Comment #45 from Marc Grober  ---
Just installed LO 7.1.0.3
(https://git.libreoffice.org/core/+log/f6099ecf3d29644b5008cc8f48f42f4a40986e4c)
on OSX 10.15.7

LO opens without complaint using Oracle Java 14.0.2

I am going to mark it RESOLVED as the resolution seems to address the origianl
descriptions of the bug. If others disagree, how do we differentiate between
the resolution of at least one issue, but the continued existence of possibly
some other issue?

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


[Libreoffice-bugs] [Bug 140277] LibreOffice versions 7.x.x, Calc resizing columns.

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140277

Motim  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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


[Libreoffice-bugs] [Bug 140277] LibreOffice versions 7.x.x, Calc resizing columns.

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140277

--- Comment #1 from Motim  ---
Created attachment 169599
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169599=edit
Screenshot from calc page

Some answers will do.
Thanks.

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


[Libreoffice-bugs] [Bug 140277] New: LibreOffice versions 7.x.x, Calc resizing columns.

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140277

Bug ID: 140277
   Summary: LibreOffice versions 7.x.x, Calc resizing columns.
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m.mordec...@gmail.com

Description:
Hello,
Since LibreOffice version 7, resizing columns in "Calc" while in "Right to
Left" mode, not normal. When in "Left to Right" mode, it acts normally.
Will try to attach small screenshot if possible.
Note: In LibreOffice 6 it is OK.

Steps to Reproduce:
1.Open LibreOffice 7.1.0.
2.Open new "Calc" page.
3.Select the page to "Right to Left" mode (Hebrew).
4.Select any column and try to resize it. It does not resize normally.
5.Try the same when in "Left to Right" mode. (English) It acts fine

Actual Results:
Went back using LibreOffice version 6.

Expected Results:
Fixing the bug.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version 7.1.0.3 (x86)
Build f6099ecf3d29644b5008cc8f4a40986e4c
CPU threads 4: OS: windows 10.0 183663
Local: he-IL (en_US); UI: en-US
Misc: Calc:CL

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


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

2021-02-08 Thread Stephan Bergmann (via logerrit)
 jurt/source/pipe/staticsalhack.cxx |8 
 1 file changed, 8 insertions(+)

New commits:
commit 57cc7797dd95ff34e84b8f91d5102116abe9d0b3
Author: Stephan Bergmann 
AuthorDate: Mon Feb 8 16:10:19 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Feb 8 20:57:10 2021 +0100

Avoid macro redefinition warnings in sanitizer builds

...when configure.ac happens to detect USE_SDT_PROBES, after
c5c0f8df855dfd4478c57170e251e4a9bcff1c10 "Replace strtmpl.cxx with actual 
C++
templates in strtmpl.hxx":

> In file included from jurt/source/pipe/staticsalhack.cxx:20:
> sal/rtl/ustring.cxx:48:9: error: 'RTL_LOG_STRING_BITS' macro redefined 
[-Werror,-Wmacro-redefined]
> #define RTL_LOG_STRING_BITS 16
> ^
> sal/rtl/string.cxx:39:9: note: previous definition is here
> #define RTL_LOG_STRING_BITS 8
> ^
> In file included from jurt/source/pipe/staticsalhack.cxx:20:
> sal/rtl/ustring.cxx:48:9: error: duplicate defines 
[loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS 16
> ^
> sal/rtl/string.cxx:39:9: note: previous define [loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS 8
> ^
> In file included from jurt/source/pipe/staticsalhack.cxx:55:
> sal/rtl/ustrbuf.cxx:29:9: error: duplicate defines 
[loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS 16
> ^
> sal/rtl/string.cxx:39:9: note: previous define [loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS 8
> ^

Change-Id: I23a1e058cf0d9ab7821dd9b1a2cba22fc69263c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110584
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/jurt/source/pipe/staticsalhack.cxx 
b/jurt/source/pipe/staticsalhack.cxx
index b901a494812e..4bba0c53ef33 100644
--- a/jurt/source/pipe/staticsalhack.cxx
+++ b/jurt/source/pipe/staticsalhack.cxx
@@ -16,8 +16,16 @@
 
 #include 
 
+#include 
+
 #include 
+#if USE_SDT_PROBES
+#undef RTL_LOG_STRING_BITS
+#endif
 #include 
+#if USE_SDT_PROBES
+#undef RTL_LOG_STRING_BITS
+#endif
 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 135508] Relative linked text sections should automatically read on document opening

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135508

--- Comment #13 from S.Zosgornik  ---
Option in the settings.

-- 
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 135508] Relative linked text sections should automatically read on document opening

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135508

--- Comment #13 from S.Zosgornik  ---
Option in the settings.

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


[Libreoffice-bugs] [Bug 140276] Crash in: win32u.dll

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140276

markjoann...@yahoo.com changed:

   What|Removed |Added

URL||https://crashreport.libreof
   ||fice.org/stats/crash_detail
   ||s/454856ee-1374-4b49-a4ca-1
   ||399c20f4717

--- Comment #1 from markjoann...@yahoo.com ---
https://crashreport.libreoffice.org/stats/crash_details/454856ee-1374-4b49-a4ca-1399c20f4717

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


[Libreoffice-bugs] [Bug 140276] New: Crash in: win32u.dll

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140276

Bug ID: 140276
   Summary: Crash in: win32u.dll
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: markjoann...@yahoo.com

This bug was filed from the crash reporting server and is
br-454856ee-1374-4b49-a4ca-1399c20f4717.
=
https://crashreport.libreoffice.org/stats/crash_details/454856ee-1374-4b49-a4ca-1399c20f4717

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


[Libreoffice-bugs] [Bug 116154] [META] Cursor bugs and enhancements

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116154

pavlog  changed:

   What|Removed |Added

 Depends on||140269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=140269
[Bug 140269] cursor is painted in wrong position inside text with shadow
applied
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140269] cursor is painted in wrong position inside text with shadow applied

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140269

pavlog  changed:

   What|Removed |Added

 CC||pavlograd...@gmail.com
 Blocks||116154

--- Comment #1 from pavlog  ---
Thanks for reporting, I confirm it in 

Version: 7.2.0.0.alpha0+ (x64)
Build ID: ecb916667b633f8647790e040226b093760e6cfe
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Did you mean "cursor is placed.." instead of "..painted.."?


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 140275] New: character shadow implementation issues vs. Word

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140275

Bug ID: 140275
   Summary: character shadow implementation issues vs. Word
   Product: LibreOffice
   Version: 4.2 all versions
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.st...@allotropia.de
CC: rb.hensc...@t-online.de, svante.schub...@gmail.com

Created attachment 169598
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169598=edit
Regina's Word document

Regina found this:

Word character shadow adds margin on all 4 sides - the bottom/right margins get
the shadow, the top/left margins are transparent, but they're still there.

Writer character shadow only adds margin on the sides where the shadow is
(configurable).

also if there's a highlight color Word will paint that into the top margin, but
that looks rather like a bug, probably we don't want to do that (it doesn't
matter for the text formatting whether we do it or not, so we can get away with
not doing 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-commits] core.git: sc/qa

2021-02-08 Thread Xisco Fauli (via logerrit)
 sc/qa/uitest/chart/tdf134059.py |   68 
 sc/qa/uitest/data/tdf134059.ods |binary
 2 files changed, 68 insertions(+)

New commits:
commit 1bda6965c905924e8f315063973772585ca87402
Author: Xisco Fauli 
AuthorDate: Mon Feb 8 15:56:51 2021 +0100
Commit: Xisco Fauli 
CommitDate: Mon Feb 8 20:31:47 2021 +0100

tdf#134059: sc: Add UItest

Change-Id: I81d0afa56eee32f87f64b8d0461c95552e34525f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110582
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sc/qa/uitest/chart/tdf134059.py b/sc/qa/uitest/chart/tdf134059.py
new file mode 100644
index ..b6aaf3ffd2d5
--- /dev/null
+++ b/sc/qa/uitest/chart/tdf134059.py
@@ -0,0 +1,68 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import select_pos
+from libreoffice.uno.propertyvalue import mkPropertyValues
+from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file
+from libreoffice.calc.document import get_row
+
+class Tdf134059(UITestCase):
+
+  def assertSeriesNames(self, gridwin):
+
+gridwin.executeAction("SELECT", mkPropertyValues({"OBJECT": "Object 1"}))
+gridwin.executeAction("ACTIVATE", tuple())
+xChartMainTop = self.xUITest.getTopFocusWindow()
+xChartMain = xChartMainTop.getChild("chart_window")
+
+xPage = xChartMain.getChild("CID/Page=")
+
+self.ui_test.execute_dialog_through_action(xPage, "COMMAND", 
mkPropertyValues({"COMMAND": "DataRanges"}))
+xDialog = self.xUITest.getTopFocusWindow()
+
+xTabs = xDialog.getChild("tabcontrol")
+select_pos(xTabs, "1")
+
+xSeries = xDialog.getChild("LB_SERIES")
+self.assertEqual(3, len(xSeries.getChildren()))
+self.assertEqual("Col. 1", 
get_state_as_dict(xSeries.getChild('0'))['Text'])
+self.assertEqual("Col. 2", 
get_state_as_dict(xSeries.getChild('1'))['Text'])
+self.assertEqual("Col. 3", 
get_state_as_dict(xSeries.getChild('2'))['Text'])
+
+xOKBtn = xDialog.getChild("ok")
+self.ui_test.close_dialog_through_button(xOKBtn)
+
+gridwin.executeAction("DESELECT", mkPropertyValues({"OBJECT": "Object 1"}))
+
+  def test_tdf134059(self):
+calc_doc = self.ui_test.load_file(get_url_for_data_file("tdf134059.ods"))
+xCalcDoc = self.xUITest.getTopFocusWindow()
+gridwin = xCalcDoc.getChild("grid_window")
+document = self.ui_test.get_component()
+
+self.assertSeriesNames(gridwin)
+
+# Hidde row 10
+gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "A10"}))
+self.ui_test._xUITest.executeCommand(".uno:HideRow")
+
+row = get_row(calc_doc, 9)
+self.assertFalse(row.getPropertyValue("IsVisible"))
+
+# Without the fix in place, this test would have failed with
+# AssertionError: 'Col. 1' != 'Column C'
+self.assertSeriesNames(gridwin)
+
+self.xUITest.executeCommand(".uno:Undo")
+
+self.assertTrue(row.getPropertyValue("IsVisible"))
+
+self.assertSeriesNames(gridwin)
+
+self.ui_test.close_doc()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sc/qa/uitest/data/tdf134059.ods b/sc/qa/uitest/data/tdf134059.ods
new file mode 100644
index ..59be547d9f67
Binary files /dev/null and b/sc/qa/uitest/data/tdf134059.ods differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 140274] Incorrect size of form navigator window

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140274

Xisco Faulí  changed:

   What|Removed |Added

Version|7.2.0.0.alpha0+ Master  |7.1.0.0.alpha0+
 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org
   Keywords||bibisected, bisected,
   ||regression
 Ever confirmed|0   |1

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

author  Caolán McNamara 2020-06-23 11:51:32 +0100
committer   Caolán McNamara 2020-06-25 20:26:38
+0200
commit  82cb3eb7389b4ff9b3254f8370379cf6fd81322f (patch)
tree46be9261bcd7a23bb24f85daecfddaf04b2f9881
parent  8f2e93183b22f44a9682ac6644d1626bfb89b516 (diff)
weld NavigatorTree

Bisected with: bibisect-linux64-7.1

Adding Cc: to Caolán McNamara

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


[Libreoffice-bugs] [Bug 140274] New: Incorrect size of form navigator window

2021-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140274

Bug ID: 140274
   Summary: Incorrect size of form navigator window
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Steps to reproduce:
1. Clean the user profile
2. Open writer
3. View - Toolbars - Form Design
4. Form Navigator

-> A really small window is open on the left top corner, hard to see it

Reproduced in

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 40b56cd8da8c38582dc4660b486993d1b4711535
CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11
Locale: en-US (en_US.UTF-8); UI: 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


  1   2   3   4   >