[Libreoffice-bugs] [Bug 138177] Inconsistent backward forward keys behaviour in presentation mode

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138177

Pierre C  changed:

   What|Removed |Added

Version|6.4.6.2 release |6.3.6.2 release

--- Comment #4 from Pierre C  ---
It may be related to bug "The left arrow key causes objects to disappear."
https://bugs.documentfoundation.org/show_bug.cgi?id=136278
But not sure as this other bug is said to appear with Lo version 6.4 and this
one is present with LO 6.3.6.2
It works fine with OOo 3.3

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


[Libreoffice-bugs] [Bug 32018] Base crashes opening a second database FILEOPEN

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32018

--- Comment #8 from Anthony Loring  ---
After opening Base Data it crashes when I try to use any function. I am using a
Mac Pro 2008 8 core runing High Sierra. Whatever function I try to use after
opening gives the same result - crash.

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


[Libreoffice-bugs] [Bug 138192] Provide arm64 or x86-64/arm64 Universal Binary builds for macOS on Apple Silicon

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138192

--- Comment #4 from Buovjaga  ---
(In reply to Tor Lillqvist from comment #3)
> Ugh, what does programming languages have to do with this? LibreOffice is
> written in the language(s) it is written in. That there is a new exciting
> platform is nothing to do with programming languages.

Sorry, my reply was a bit far fetched, theoretical and generalising, but I
didn't know what else to say as I was being addressed directly about something
there is no answer for.

Anyway, just to put this theoretical note in more concrete terms, Apple is
funding the work to support their arch natively in LLVM, while it is not
funding, say, Rust support: https://github.com/rust-lang/rust/issues/73908

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


[Libreoffice-commits] core.git: 2 commits - helpcontent2 sc/inc

2020-11-13 Thread Seth Chaiklin (via logerrit)
 helpcontent2   |2 +-
 sc/inc/scfuncs.hrc |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4200a025df1cadecf03904e54f7cfe6aa1a249ef
Author: Seth Chaiklin 
AuthorDate: Sat Nov 14 09:03:12 2020 +0200
Commit: Gerrit Code Review 
CommitDate: Sat Nov 14 08:03:12 2020 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to b63c7644809e62a5f179ccd62b9975695e8f1d2b
  - tdf#103419  add missing functions to "Logical" category help page in 
Calc

  ( scalc/01/04060105.xhp )
  embed headers and link to SWITCH and IFS
  embed full sections for IFERROR and IFNA
  update select ID to "logical"
  rename variable ID "logischtext" --> "logicaltext"
(only embedded in scalc/01/04060100.xhp )

  ( scalc/00/0404.xhp )
  rename variable ID "eikalo" --> "logical"
  only embedded in scalc/01/04060105.xhp )

  ( scalc/01/04060100.xhp )
   update select ID to "logicaltext"
   update to ,some 

Change-Id: I1764301fa43bd564831b7de613a3c8acbcf0c3dc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105364
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/helpcontent2 b/helpcontent2
index 56bbf73adfd3..b63c7644809e 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 56bbf73adfd3c4258db6822dad27d4b5ca7b9beb
+Subproject commit b63c7644809e62a5f179ccd62b9975695e8f1d2b
commit b8480abd38016378e92e2e3f6690f1c219dbadd2
Author: Seth Chaiklin 
AuthorDate: Tue Nov 10 01:38:08 2020 +0200
Commit: Seth Chaiklin 
CommitDate: Sat Nov 14 08:00:13 2020 +0100

Resolves: tdf#103419 - update tooltip for SWITCH in Calc

Change-Id: I931ae2d4b2a26f5369c78b4f91ecd53a1b1fd4bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105464
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 9a96b3d9975c..a5a5e2449fc6 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -3603,11 +3603,11 @@ const char* SC_OPCODE_IFS_MS_ARY[] =
 // -=*# Resource for function SWITCH #*=-
 const char* SC_OPCODE_SWITCH_MS_ARY[] =
 {
-NC_("SC_OPCODE_SWITCH_MS", "Checks 1 or more values and returns a result 
corresponding to the first value equal to the given expression."),
+NC_("SC_OPCODE_SWITCH_MS", "Compares expression against list of 
value/result pairs, and returns result for first value that matches the 
expression.  If expression does not match any value, a default result is 
returned, if it is placed as final item in parameter list without a value."),
 NC_("SC_OPCODE_SWITCH_MS", "Expression"),
-NC_("SC_OPCODE_SWITCH_MS", "Value that will be compared against 
value1-valueN."),
+NC_("SC_OPCODE_SWITCH_MS", "Value to be compared against value1…valueN (N 
≤ 127)"),
 NC_("SC_OPCODE_SWITCH_MS", "Value"),
-NC_("SC_OPCODE_SWITCH_MS", "Value that will be compared against 
expression."),
+NC_("SC_OPCODE_SWITCH_MS", "Value to compare against expression. If no 
result is given, then value is returned as default result."),
 NC_("SC_OPCODE_SWITCH_MS", "Result"),
 NC_("SC_OPCODE_SWITCH_MS", "Value to return when corresponding value 
argument matches expression.")
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2020-11-13 Thread Seth Chaiklin (via logerrit)
 source/text/scalc/00/0404.xhp |2 +-
 source/text/scalc/01/04060100.xhp |   12 +---
 source/text/scalc/01/04060105.xhp |   24 +++-
 3 files changed, 25 insertions(+), 13 deletions(-)

New commits:
commit b63c7644809e62a5f179ccd62b9975695e8f1d2b
Author: Seth Chaiklin 
AuthorDate: Sun Nov 8 16:15:14 2020 +0200
Commit: Seth Chaiklin 
CommitDate: Sat Nov 14 08:03:12 2020 +0100

tdf#103419  add missing functions to "Logical" category help page in Calc

  ( scalc/01/04060105.xhp )
  embed headers and link to SWITCH and IFS
  embed full sections for IFERROR and IFNA
  update select ID to "logical"
  rename variable ID "logischtext" --> "logicaltext"
(only embedded in scalc/01/04060100.xhp )

  ( scalc/00/0404.xhp )
  rename variable ID "eikalo" --> "logical"
  only embedded in scalc/01/04060105.xhp )

  ( scalc/01/04060100.xhp )
   update select ID to "logicaltext"
   update to ,some 

Change-Id: I1764301fa43bd564831b7de613a3c8acbcf0c3dc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105364
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/scalc/00/0404.xhp 
b/source/text/scalc/00/0404.xhp
index 495c4cffe..270b85347 100644
--- a/source/text/scalc/00/0404.xhp
+++ b/source/text/scalc/00/0404.xhp
@@ -132,7 +132,7 @@
 
 Insert - Function - Category Information
 
-Insert - Function - Category Logical
+Insert - Function - Category Logical
 
 Insert - Function - Category Mathematical
 
diff --git a/source/text/scalc/01/04060100.xhp 
b/source/text/scalc/01/04060100.xhp
index aa8b5b207..d5aa76ba5 100644
--- a/source/text/scalc/01/04060100.xhp
+++ b/source/text/scalc/01/04060100.xhp
@@ -1,6 +1,5 @@
 
 
-   
 
- 
-   
+
 
   
  Functions by Category
@@ -31,9 +29,9 @@
   categories of functions
   list of functions
 MW deleted "Calc functions"
-Functions by Category
+Functions by 
Category
   This 
section describes the functions of $[officename] Calc. The various functions 
are divided into categories in the Function Wizard.
-  Database
+  Database
   
   Date 
 Time
   
@@ -41,8 +39,8 @@
   
   Information
   
-  Logical
-  
+  Logical
+  
   Mathematical
   
   Array
diff --git a/source/text/scalc/01/04060105.xhp 
b/source/text/scalc/01/04060105.xhp
index 8957265b2..3dbcab1a4 100644
--- a/source/text/scalc/01/04060105.xhp
+++ b/source/text/scalc/01/04060105.xhp
@@ -1,6 +1,5 @@
 
 
-
 
-
-
 
   
  Logical Functions
@@ -32,7 +29,7 @@
   functions; logical functions
 
 Logical Functions
-  This category contains the 
Logical functions.
+  This category contains the 
Logical functions.
 
 Handling non-logical arguments in logical 
functions
 
@@ -53,9 +50,26 @@
 
 
   
- 
+ 
   
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 AND function
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 51338] : Make Base the front end for HSQLDB

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51338

Lionel Elie Mamane  changed:

   What|Removed |Added

 Resolution|FIXED   |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 138208] New: autosave and recovery loss of function

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138208

Bug ID: 138208
   Summary: autosave and recovery loss of function
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@iafrica.com

Description:
Judging from comments in Internet autosave copies were retained in
.config...backup. Why was this removed? It would be a major advantage / feature
https://hetmanrecovery.com/recovery_news/how-to-recover-a-document-libreoffice.htm
 

Actual Results:
does not appear in the backup directory

Expected Results:
should be there


Reproducible: Always


User Profile Reset: No



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

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


[Libreoffice-bugs] [Bug 108687] Form option buttons not reachable with tab key

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108687

--- Comment #33 from Justin L  ---
repro 7.1+

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


[Libreoffice-bugs] [Bug 138192] Provide arm64 or x86-64/arm64 Universal Binary builds for macOS on Apple Silicon

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138192

--- Comment #3 from Tor Lillqvist  ---
Ugh, what does programming languages have to do with this? LibreOffice is
written in the language(s) it is written in. That there is a new exciting
platform is nothing to do with programming languages.

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


[Libreoffice-bugs] [Bug 137803] EDITING “Resize shape to fit text” setting has no effect in Writer textframes

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137803

Dieter  changed:

   What|Removed |Added

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

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

Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
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 137868] Unwanted scroll opening properties dialog for frame

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137868

Dieter  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 137868] Unwanted scroll opening properties dialog for frame

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137868

Dieter  changed:

   What|Removed |Added

Version|7.1.0.0.alpha0+ Master  |7.0.3.1 release
 CC||dgp-m...@gmx.de

--- Comment #2 from Dieter  ---
What I can see, that - after selecting properties - there is a scroll so that
the top of the frame is at the top of the top of the desktop

Telesto, is this the bug, you describe? If this is the case, can you confirm
the additional observations , too?

Additional observation:
It's the same, if you choose an option from one of the submenus (anchor, wrap,
...) of the context menu and also settings frome main menu, for example Format
=> Frame and Object => Properties

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


[Libreoffice-bugs] [Bug 138192] Provide arm64 or x86-64/arm64 Universal Binary builds for macOS on Apple Silicon

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138192

Buovjaga  changed:

   What|Removed |Added

 CC|ilmari.lauhakangas@libreoff |
   |ice.org |

--- Comment #2 from Buovjaga  ---
(In reply to Telesto from comment #1)
> @Buovjaga
> Who is ultimately 'responsible' which eco-systems being supported by TDF. In
> this case they arm architecture/Apple Silicon. See also comments by Tor: bug
> 138191.

Much of it is dictated by the programming languages used and compiler support.
For this reason, it would be dangerous to start using exotic-but-shiny
languages like Rust, which have poor platform support. As C++ has such broad
support, there has not really been a need to give much thought to who is
'responsible' for which platform in the LibreOffice ecosystem. In the case we
decided to use an exotic language while wanting to maintain the same level of
support, suddenly an order of magnitude more investment would have to appear
for upstream platform support of said language.

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


[Libreoffice-bugs] [Bug 86630] MENU: Easily insert page number into header/footer with extended menu Insert

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86630

--- Comment #22 from Albert Acer  ---
Created attachment 167296
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167296=edit
Inserting Header or Footer - WPS Office Writer - with Page Number (Spanish
Version)

Inserting Header/Footer in WPS Office Free (Writer) - Spanish Version on
Windows 10 Pro. O.S.

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


[Libreoffice-bugs] [Bug 86630] MENU: Easily insert page number into header/footer with extended menu Insert

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86630

--- Comment #21 from Albert Acer  ---
Created attachment 167295
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167295=edit
Inserting Page number in WPS Office Free (Writer) - Spanish Version on Windows
10 Pro. O.S.

Here's another image showing how to insert page numbering, with all positioning
and alignment options, into a text document, using WPS Office Free (Writer),
Spanish Version, on Windows 10 Professional.

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


[Libreoffice-bugs] [Bug 51338] : Make Base the front end for HSQLDB

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51338

emmapk1  changed:

   What|Removed |Added

 Resolution|INVALID |FIXED

--- Comment #10 from emmapk1  ---
You have shared insightful statistics about the health care industry. It's good
to read that they are growing exponentially. Most health products have diverse
effects so It's better to use herbal products. You can buy spice online and
other Potent
THC Oil Cartridges. Potent THC Oil Cartridges products to gain potency
and physical fitness. They are legal and updated according to the regulations
of 50 states.

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


[Libreoffice-bugs] [Bug 138207] Crash in: sclo.dll

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138207

--- Comment #1 from jnifon...@gmail.com ---
Oh, this might be related too, all of the dashed/dotted copy-selection lines
persisted in the 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 138207] New: Crash in: sclo.dll

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138207

Bug ID: 138207
   Summary: Crash in: sclo.dll
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jnifon...@gmail.com

Created attachment 167294
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167294=edit
This is the file that crashed if it will help the awesome debugging people.

This bug was filed from the crash reporting server and is
br-7414e964-7dc5-49a3-bffe-d16542619881.
=
I was using a spreadsheet to combine theoretical engine stats, produced by
Rocket Propulsion Analysis Lite in sections. Once completely done with
importing all of the sections and providing labeling, I began having issues
such as needing to restart LibreCalc occasionally, because all new cells would
simply calculate "0", which may be connected to allowing iterations to solve
circular reference (I was lazy and did not want to solve the large system of
equations). Although I am unsure of my version, I installed fresh 7 August
2020. Upon one of the restarts, libre crashed immediately, so I recovered the
file on the third attempt (the file works, although is a little bit buggy
still). The size of the used cells is about 5360 rows and 26 columns. I also
made backups saved as excel files throughout, and can upload those as well if
they will be useful.

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


[Libreoffice-bugs] [Bug 137887] wrong help page linked to Help button in Position and Size dialog for Textbox and Shape

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137887

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 137882] Redo steps cut off when pressing Undo to often inside an Autolayout box, causing an exit of the edit box (which previously blocked)

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137882

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 137879] LO should know not to try and recover temporary files

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137879

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 137877] Changing some line feature of a group object including lines where another feature is different across them, causes this second feature to change

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137877

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 136661] AutoCorrect does not respect repeated corrections of non-standard capitalization

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136661

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 137320] Open image in external tool from Libreoffice Calc results in high CPU usage

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137320

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 137164] CALC: upgrades destroy graph color schemes

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137164

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 136343] Shape moves of page after change of anchor position (DOCX)

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136343

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 136378] LibreOfiice Freeze + RTL layout problem

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136378

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 135821] copying secondary sheets gives blank/broken graphs

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135821

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 136733] Edit Links always showing Manual on the Update area

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136733

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 100739] Auto-increment statement label is truncated in Table Wizard

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100739

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 100739] Auto-increment statement label is truncated in Table Wizard

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100739

--- Comment #7 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 132101] Table in libre writer

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132101

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 137868] Unwanted scroll opening properties dialog for frame

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137868

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 127774] TABLE COLUMN: Formated table after opening not correct in writer.

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127774

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 132101] Table in libre writer

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132101

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

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 113662] Duplicate does not continuously combine grow/shrink with rotation

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113662

--- Comment #3 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 91976] table control: insert fails because of database error, macro refreshes query, repeat -> crash

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91976

--- Comment #8 from QA Administrators  ---
Dear Paulo Martins,

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 125926] KDE5 VCL uses unnecessarily bold fonts

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125926

--- Comment #18 from QA Administrators  ---
Dear Ongun Kanat,

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 133090] Saving a file document

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133090

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

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 42550] Image loss when Impress handling *similar* file copies.

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42550

--- Comment #12 from QA Administrators  ---
Dear Yifan Jiang,

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 108364] [META] Table/Row/Column/Cell management function bugs and enhancements

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108364
Bug 108364 depends on bug 127774, which changed state.

Bug 127774 Summary: TABLE COLUMN: Formated table after opening not correct in 
writer.
https://bugs.documentfoundation.org/show_bug.cgi?id=127774

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 127774] TABLE COLUMN: Formated table after opening not correct in writer.

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127774

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

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 130374] In CALC, References to data with autofilter get wrong after the filter is used.

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130374

--- Comment #4 from QA Administrators  ---
Dear Luis Marcone,

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-commits] core.git: Branch 'distro/collabora/cp-6.2' - external/libmspub

2020-11-13 Thread Stephan Bergmann (via logerrit)
 external/libmspub/UnpackedTarball_libmspub.mk |1 +
 external/libmspub/stdint.patch|   10 ++
 2 files changed, 11 insertions(+)

New commits:
commit 7fb8e6748a5dd8df11f50f6d846af4315a2c3831
Author: Stephan Bergmann 
AuthorDate: Tue Jun 11 11:56:33 2019 +0200
Commit: Aron Budea 
CommitDate: Sat Nov 14 03:45:00 2020 +0100

external/libmspub: missing include

Change-Id: I446b26b3c0ffd0d62178f374b570c9fbd1885dd4
Reviewed-on: https://gerrit.libreoffice.org/73813
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit d0e38b8f1efc6a0b2b519ce1f82a83c5766f5633)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105795
Tested-by: Aron Budea 
Reviewed-by: Aron Budea 

diff --git a/external/libmspub/UnpackedTarball_libmspub.mk 
b/external/libmspub/UnpackedTarball_libmspub.mk
index 5e5bedb27d83..89b06437a399 100644
--- a/external/libmspub/UnpackedTarball_libmspub.mk
+++ b/external/libmspub/UnpackedTarball_libmspub.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libmspub,0))
 
 $(eval $(call gb_UnpackedTarball_add_patches,libmspub,\
 external/libmspub/ubsan.patch \
+external/libmspub/stdint.patch \
 ))
 
 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,libmspub))
diff --git a/external/libmspub/stdint.patch b/external/libmspub/stdint.patch
new file mode 100644
index ..61f1dd122904
--- /dev/null
+++ b/external/libmspub/stdint.patch
@@ -0,0 +1,10 @@
+--- src/lib/MSPUBMetaData.h
 src/lib/MSPUBMetaData.h
+@@ -13,6 +13,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138122] LibreOffice font blurry on MacBook Pro's Internal HiDPI Retina Display running macOS Big Sur 11.0.1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138122

Carsten  changed:

   What|Removed |Added

 CC||b...@cawe.de

--- Comment #7 from Carsten  ---
Created attachment 167293
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167293=edit
7.0.3.1 Calc macOS Big Sur Blurry Text

I see the blurry text in 7.0.3.1 after updating to Big Sur as well.

MacBook Pro, 15.4", 2880x1800 resolution. Doesn't go away with changing the
resolution.

Text that has been entered into a cell is shown blurry ("Test 1" in the
attachment)
While editing a cell, the text is shown crisp ("Test 2" in the attachment)
The status line at the bottom is also blurry.

Same symptom when shifting the LibreOffice window to the sidecar display on the
iPad.

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - chart2/source chart2/uiconfig

2020-11-13 Thread Jan Holesovsky (via logerrit)
 chart2/source/controller/sidebar/ChartElementsPanel.cxx |   39 
 chart2/source/controller/sidebar/ChartElementsPanel.hxx |4 +
 chart2/uiconfig/ui/sidebarelements.ui   |   49 +---
 3 files changed, 83 insertions(+), 9 deletions(-)

New commits:
commit b831f4e0ffb45b7e0fbe3ce034302a75162e3297
Author: Jan Holesovsky 
AuthorDate: Wed Oct 14 16:18:17 2020 +0200
Commit: Muhammet Kara 
CommitDate: Sat Nov 14 02:12:40 2020 +0100

chart2: Add the possibility to edit title & subtitle from the sidebar.

Change-Id: I4be15acbc2127ebb6eca8864a0209ba57b488100
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104313
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105614
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Muhammet Kara 

diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.cxx 
b/chart2/source/controller/sidebar/ChartElementsPanel.cxx
index 14fd14dad5d5..68175acd46d2 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.cxx
@@ -277,7 +277,9 @@ ChartElementsPanel::ChartElementsPanel(
 mbModelValid(true)
 {
 get(mpCBTitle,  "checkbutton_title");
+get(mpEditTitle, "edit_title");
 get(mpCBSubtitle,  "checkbutton_subtitle");
+get(mpEditSubtitle, "edit_subtitle");
 get(mpCBXAxis,  "checkbutton_x_axis");
 get(mpCBXAxisTitle,  "checkbutton_x_axis_title");
 get(mpCBYAxis,  "checkbutton_y_axis");
@@ -319,7 +321,9 @@ void ChartElementsPanel::dispose()
 css::uno::Reference xBroadcaster(mxModel, 
css::uno::UNO_QUERY_THROW);
 xBroadcaster->removeModifyListener(mxListener);
 mpCBTitle.clear();
+mpEditTitle.clear();
 mpCBSubtitle.clear();
+mpEditSubtitle.clear();
 mpCBXAxis.clear();
 mpCBXAxisTitle.clear();
 mpCBYAxis.clear();
@@ -374,6 +378,10 @@ void ChartElementsPanel::Initialize()
 mpCBGridHorizontalMinor->SetClickHdl(aLink);
 
 mpLBLegendPosition->SetSelectHdl(LINK(this, ChartElementsPanel, 
LegendPosHdl));
+
+Link aEditLink = LINK(this, ChartElementsPanel, EditHdl);
+mpEditTitle->SetModifyHdl(aEditLink);
+mpEditSubtitle->SetModifyHdl(aEditLink);
 }
 
 namespace {
@@ -416,8 +424,23 @@ void ChartElementsPanel::updateData()
 
 mpCBLegend->Check(isLegendVisible(mxModel));
 mpBoxLegend->Enable( isLegendVisible(mxModel) );
-mpCBTitle->Check(isTitleVisisble(mxModel, TitleHelper::MAIN_TITLE));
-mpCBSubtitle->Check(isTitleVisisble(mxModel, TitleHelper::SUB_TITLE));
+
+bool hasTitle = isTitleVisisble(mxModel, TitleHelper::MAIN_TITLE);
+mpCBTitle->Check(hasTitle);
+if (!mpEditTitle->HasFocus())
+{
+
mpEditTitle->SetText(TitleHelper::getCompleteString(TitleHelper::getTitle(TitleHelper::MAIN_TITLE,
 mxModel)));
+mpEditTitle->Enable(hasTitle);
+}
+
+bool hasSubtitle = isTitleVisisble(mxModel, TitleHelper::SUB_TITLE);
+mpCBSubtitle->Check(hasSubtitle);
+if (!mpEditSubtitle->HasFocus())
+{
+
mpEditSubtitle->SetText(TitleHelper::getCompleteString(TitleHelper::getTitle(TitleHelper::SUB_TITLE,
 mxModel)));
+mpEditSubtitle->Enable(hasSubtitle);
+}
+
 mpCBXAxisTitle->Check(isTitleVisisble(mxModel, TitleHelper::X_AXIS_TITLE));
 mpCBYAxisTitle->Check(isTitleVisisble(mxModel, TitleHelper::Y_AXIS_TITLE));
 mpCBZAxisTitle->Check(isTitleVisisble(mxModel, TitleHelper::Z_AXIS_TITLE));
@@ -577,6 +600,18 @@ IMPL_LINK(ChartElementsPanel, CheckBoxHdl, Button*, 
pButton, void)
 setGridVisible(mxModel, GridType::HOR_MINOR, bChecked);
 }
 
+IMPL_LINK(ChartElementsPanel, EditHdl, Edit&, rEdit, void)
+{
+// title or subtitle?
+TitleHelper::eTitleType aTitleType = TitleHelper::MAIN_TITLE;
+if ( == mpEditSubtitle.get())
+aTitleType = TitleHelper::SUB_TITLE;
+
+// set it
+OUString aText(rEdit.GetText());
+TitleHelper::setCompleteString(aText, TitleHelper::getTitle(aTitleType, 
mxModel), comphelper::getProcessComponentContext());
+}
+
 IMPL_LINK_NOARG(ChartElementsPanel, LegendPosHdl, ListBox&, void)
 {
 sal_Int32 nPos = mpLBLegendPosition->GetSelectedEntryPos();
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx 
b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
index eca293645cc4..dfb624b48362 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
@@ -22,6 +22,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include "ChartSidebarModifyListener.hxx"
 #include 
@@ -71,7 +72,9 @@ public:
 private:
 //ui controls
 VclPtr mpCBTitle;
+VclPtr mpEditTitle;
 VclPtr mpCBSubtitle;
+VclPtr mpEditSubtitle;
 VclPtr mpCBXAxis;
 VclPtr mpCBXAxisTitle;
 VclPtr mpCBYAxis;
@@ -110,6 +113,7 @@ private:
 void setTitleVisible(TitleHelper::eTitleType eTitle, bool 

[Libreoffice-bugs] [Bug 138206] New: windows are unfocused when they open

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138206

Bug ID: 138206
   Summary: windows are unfocused when they open
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sc...@fastmail.us

Description:
When I click to open a document in the file manager (Nautilus), usually the
window that opens for the file is unfocused, even though it is on top of all
other windows. So after it opens, if I use keyboard shortcuts such as Ctrl-F or
Ctrl-V, these actions will happen in Nautilus, not in the LibreOffice document. 

Steps to Reproduce:
1. Click on a file icon in Nautilus.
2. Look at the window that opens for the file.
3. Try using a keyboard shortcut to work on the file.

Actual Results:
The newly opened window is unfocused.

Expected Results:
All other programs focus the window when opening a file.


Reproducible: Always


User Profile Reset: No



Additional Info:
The program/file window should be focused.

Version: 7.0.3.1
Build ID: 00(Build:1)
CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.0.3-0ubuntu0.20.04.1
Calc: threaded
(This is the current installed version, but I have seen this behavior for about
three years, on four different computers and several versions of LibreOffice
and Ubuntu.)
Reproducibility: It almost always happens when I open a file, so about 85% of
the time (I mostly use Calc and Writer).

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


[Libreoffice-bugs] [Bug 138192] Provide arm64 or x86-64/arm64 Universal Binary builds for macOS on Apple Silicon

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138192

Telesto  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #1 from Telesto  ---
@Buovjaga
Who is ultimately 'responsible' which eco-systems being supported by TDF. In
this case they arm architecture/Apple Silicon. See also comments by Tor: bug
138191.

As this is again a lovely topic being able to get/make returns on investments.
I'm already happy with build bot releasing masters. So use master or pay
principle, but there likely some more views on the matter. But not quite sure
where this belongs. BoD/MC/ESC?

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


[Libreoffice-bugs] [Bug 138205] New: "Version incompatibility. Incorrect file version" when trying to open PDF

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138205

Bug ID: 138205
   Summary: "Version incompatibility. Incorrect file version" when
trying to open PDF
   Product: LibreOffice
   Version: 7.0.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ddascalescu+freedesk...@gmail.com

Created attachment 167292
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167292=edit
Header of the PDF

I have a PDF that LibreDraw (or Writer) can't open, with the error message

Version incompatibility. Incorrect file version.

Unfortunately the PDF has sensitive data and I can't share it publicly. Is
there an alternative way to upload 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 138022] LibreOffice exits when minimizing start center after closing a presentation

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138022

Telesto  changed:

   What|Removed |Added

 Blocks||133092


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092

Telesto  changed:

   What|Removed |Added

 Depends on||138022


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138022
[Bug 138022] LibreOffice exits when minimizing start center after closing a
presentation
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138022] LibreOffice exits when minimizing start center after closing a presentation

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138022

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Blocks||129062


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 129062] [META] Skia library bugs

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062

Telesto  changed:

   What|Removed |Added

 Depends on||138022


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138022
[Bug 138022] LibreOffice exits when minimizing start center after closing a
presentation
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135821] copying secondary sheets gives blank/broken graphs

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135821

--- Comment #5 from Graham Horner  ---
Created attachment 167291
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167291=edit
Result of copying sheets in a certain order

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


[Libreoffice-bugs] [Bug 135821] copying secondary sheets gives blank/broken graphs

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135821

--- Comment #4 from Graham Horner  ---
I can confirm this puzzling behaviour in 6.4.6.2(x64) Win10 2004. It is very
difficult to nail down but I can reproduce one of the observed issues as
follows:

1. create a single sheet with a chart in it
2. copy the sheet to the end position
3. copy the sheet in the end position to the position before it
4. repeat step 3 a number of times, checking the sheet you just copied.
Eventually, double clicking the chart shows the ranges are not in the same
sheet as the chart.
5. What's more, some of the other sheets will now no longer have their charts
referencing the data in them

In the attached file, everything was sensible until I copied Sheet1_2 to
Sheet1_2_6 then:

- Chart in Sheet1_2 is showing data from Sheet1
- Chart in Sheet1_2_6 is showing data from Sheet1
- Chart in Sheet1_2_5 is showing its own data
- Chart in Sheet1_2_4 is showing data from Sheet1_2
- Chart in Sheet1_2_3 is showing data from Sheet1_2
- Chart in Sheet1_2_2 is showing data from Sheet1_2
- Chart in Sheet1 is showing its own data

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


[Libreoffice-bugs] [Bug 138204] FILEOPEN: numeric values in bar chart shown as constant string "[cellrange]" instead

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138204

--- Comment #1 from Gerald Pfeifer  ---
Created attachment 167290
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167290=edit
Screenshot comparing Office 365 (left) and LO 7.1 (right)

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


[Libreoffice-bugs] [Bug 138204] New: FILEOPEN: numeric values in bar chart shown as constant string "[cellrange]" instead

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138204

Bug ID: 138204
   Summary: FILEOPEN: numeric values in bar chart shown as
constant string "[cellrange]" instead
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ger...@pfeifer.com

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

Looking at the chart in this document, instead of showing number values
in the bar chart are shown as the constant string "[cellrange]" instead.

Expected result: see percentages for every chart segment.

Actual result: see the string "[cellrange]" in every chart segment.

This is with Version: 7.1.0.0.alpha1+
  Build ID: 72056f39e01e36afac36c62988331b6813c8214f
  CPU threads: 8; OS: Linux 5.9; 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:
2020-11-13_00:15:11

Version 6.4.8.0.0+ 
  Build ID: 99b065ec31d032fc08ab14f66430dac4fef904a5
  CPU threads: 8; OS: Linux 5.9; UI render: default; VCL: gtk3; 
  TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-6-4, Time:
2020-10-08_08:57:08

and Version: 7.0.4.0.0+
  Build ID: 23839d6ba4b221e7438a98a20dd2023ac0c786e5
  CPU threads: 8; OS: Linux 5.9; UI render: default; VCL: gtk3
  Locale: en-US (en_US.UTF-8); UI: en-US
  TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-7-0, Time:
2020-11-12_08:42:50

do not show that text nor numbers ... just nothing. 

So in a way this is a regression with 7.1 (since showing the constant
text is worse than showing nothing).  Worth a bi-section?

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


[Libreoffice-bugs] [Bug 138022] LibreOffice exits when minimizing start center after closing a presentation

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138022

neuf...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from neuf...@gmail.com ---
Couldn't reproduce in:
Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Could reproduce in:
Version: 7.1.0.0.alpha1+ (x64)
Build ID: 00e5c63c35307faacf76a5e2ca7953c4208244ed
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; 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


getting started with libreoffice online

2020-11-13 Thread Marc Roos


I tried in October to get the docker image running, but cannot find 
anything usefull in the documentation to get started with libreoffice 
online, there is more written there about other products. 

Eg docs on api calls I can not find. How to create a new empty file? How 
to view this empty file? Basically I just want to mount a docker volume 
and be able to open these files. Authentication is for now not an issue. 
I just want to see how this works.

I tried copying a file to the docker image. But still this url won't 
open it.
https://localhost:9980/loleaflet/dist/loleaflet.html?file_path=file:///test.odt=wss://localhost:9980

I am getting these errors in the docker image:

[1]
pkill: killing pid 6844 failed: Operation not permitted
sh: 1: /usr/bin/loolmount: Operation not permitted

[2]
wsd-07060-07091 2020-10-22 21:59:46.631783 [ websrv_poll ] ERR  Socket 
#24 SSL BIO error: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 
alert unknown ca (0: Success)| ./net/SslSocket.hpp:291
wsd-07060-07091 2020-10-22 21:59:46.633129 [ websrv_poll ] ERR  Error 
while handling poll for socket #24 in websrv_poll: error:14094418:SSL 
routines:ssl3_read_bytes:tlsv1 alert unknown ca| net/Socket.cp
p:314
kit-07089-07087 2020-10-22 21:59:55.689551 [ kit_spare_001 ] SIG   Fatal 
signal received: SIGABRT
Backtrace 7089:
/usr/bin/loolforkit(_ZN7SigUtil13dumpBacktraceEv+0x5e)[0x55e9fa3206ae]
/usr/bin/loolforkit(+0xd5ea5)[0x55e9fa320ea5]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x128a0)[0x7fb24ea5c8a0]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7fb24e697f47]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x141)[0x7fb24e6998b1]
/opt/libreoffice/program/libuno_sal.so.3(+0x3416a)[0x7fb24437416a]
/opt/libreoffice/program/libuno_sal.so.3(+0x2e576)[0x7fb24436e576]
/opt/libreoffice/program/libmergedlo.so(+0xfeb883)[0x7fb249111883]
/opt/libreoffice/program/libmergedlo.so(_ZN3psp16PrintFontManager15conve
rtSfntNameEPv+0x53f)[0x7fb24b3f8f9f]
/opt/libreoffice/program/libmergedlo.so(_ZN3psp16PrintFontManager21analy
zeSfntFamilyNameEPKvRSt6vectorIN3rtl8OUStringESaIS5_EE+0x1c3)[0x7fb24b3f
9923]
/opt/libreoffice/program/libmergedlo.so(_ZNK3psp16PrintFontManager15anal
yzeSfntFileEPNS0_9PrintFontE+0xa2)[0x7fb24b3f9dc2]
/opt/libreoffice/program/libmergedlo.so(_ZNK3psp16PrintFontManager15anal
yzeFontFileEiRKN3rtl7OStringEPKc+0x294)[0x7fb24b3fa6f4]
/opt/libreoffice/program/libmergedlo.so(_ZN3psp16PrintFontManager20count
FontconfigFontsERSt13unordered_mapIN3rtl7OStringEiSt4hashIS3_ESt8equal_t
oIS3_ESaISt4pairIKS3_iEEE+0x4ca)[0x7fb24b3f60aa]
/opt/libreoffice/program/libmergedlo.so(_ZN3psp16PrintFontManager10initi
alizeEv+0x11f)[0x7fb24b3f969f]
/opt/libreoffice/program/libmergedlo.so(_ZN3psp16PrintFontManager3getEv+
0x20)[0x7fb24b3f89c0]
/opt/libreoffice/program/libmergedlo.so(_ZN22FreeTypeTextRenderImpl14Get
DevFontListEP22PhysicalFontCollection+0x40)[0x7fb24b3edd60]
/opt/libreoffice/program/libmergedlo.so(+0x3009f19)[0x7fb24b12ff19]
/opt/libreoffice/program/libmergedlo.so(+0x300a42c)[0x7fb24b13042c]
/opt/libreoffice/program/libmergedlo.so(+0x300ab8e)[0x7fb24b130b8e]
/opt/libreoffice/program/libmergedlo.so(_ZNK12OutputDevice13GetTextHeigh
tEv+0x9)[0x7fb24b1343a9]
/opt/libreoffice/program/libmergedlo.so(+0x2f2d787)[0x7fb24b053787]
/opt/libreoffice/program/libmergedlo.so(_ZN11Application11SetSettingsERK
11AllSettings+0x1c8)[0x7fb24b3345f8]
/opt/libreoffice/program/libmergedlo.so(+0x224d0c7)[0x7fb24a3730c7]
/opt/libreoffice/program/libmergedlo.so(+0x224d930)[0x7fb24a373930]
/opt/libreoffice/program/libmergedlo.so(+0x224dcb1)[0x7fb24a373cb1]
/opt/libreoffice/program/libmergedlo.so(_ZN14SvtMiscOptionsC1Ev+0x11d)[0
x7fb24a374cad]
/opt/libreoffice/program/libmergedlo.so(+0x209b987)[0x7fb24a1c1987]
/opt/libreoffice/program/libmergedlo.so(_Z10ImplSVMainv+0x46)[0x7fb24b33
ad86]
/opt/libreoffice/program/libmergedlo.so(soffice_main+0x11d)[0x7fb24a1e26
cd]
/opt/libreoffice/program/libmergedlo.so(+0x20cc151)[0x7fb24a1f2151]
/usr/bin/loolforkit(_Z10lokit_mainRKNSt7__cxx1112basic_stringIcSt11char_
traitsIcESaIcEEES6_S6_S6_S6_m+0x2562)[0x55e9fa2c6142]
/usr/bin/loolforkit(+0x64677)[0x55e9fa2af677]
/usr/bin/loolforkit(main+0x1693)[0x55e9fa280853]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7fb24e67ab97]
/usr/bin/loolforkit(_start+0x2a)[0x55e9fa28221a]
frk-07087-07087 2020-10-22 21:59:56.214826 [ forkit ] WRN  No live Kits 
exist, and we are not terminating yet.| kit/ForKit.cpp:271

[3]
wsd-07135-07855 2020-10-22 22:09:46.058033 [ docbroker_00a ] WRN  
link("/tmp/test.txt", 
"/opt/lool/child-roots/m4jCsG5GwcSzlEgS/tmp/user/docs/m4jCsG5GwcSzlEgS/t
est.txt") failed. Will copy. Linking error: EPERM Operation not 
permitted| wsd/Storage.cpp:335

[4]
/loleaflet/dist/admin/adminAnalytics.html#memview

wsd-07982-08021 2020-10-23 07:50:44.865044 [ websrv_poll ] WRN  client - 
server version mismatch, disabling browser cache. Expected: 215a76e21| 
wsd/FileServer.cpp:287
wsd-07982-08021 2020-10-23 07:50:44.994165 [ websrv_poll ] WRN  
FileServerRequestHandler: 

[Libreoffice-bugs] [Bug 138122] LibreOffice font blurry on MacBook Pro's Internal HiDPI Retina Display running macOS Big Sur 11.0.1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138122

Ming Hua  changed:

   What|Removed |Added

 CC||ph...@hotmail.com

--- Comment #6 from Ming Hua  ---
*** Bug 138202 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 138202] LibreOffice font blurry since MaOS 11.0.1 BigSur update

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138202

Ming Hua  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||ming.v@qq.com

--- Comment #1 from Ming Hua  ---


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

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


[Libreoffice-bugs] [Bug 138203] Menu items with identical (or very similar) labels but different actions in Draw and Impress

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138203

Ming Hua  changed:

   What|Removed |Added

Summary|Menu items with identical   |Menu items with identical
   |(or very similar) labels in |(or very similar) labels
   |Draw and Impress|but different actions in
   ||Draw and Impress

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


[Libreoffice-ux-advise] [Bug 138203] Menu items with identical (or very similar) labels but different actions in Draw and Impress

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138203

Ming Hua  changed:

   What|Removed |Added

Summary|Menu items with identical   |Menu items with identical
   |(or very similar) labels in |(or very similar) labels
   |Draw and Impress|but different actions in
   ||Draw and Impress

-- 
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 138203] New: Menu items with identical (or very similar) labels in Draw and Impress

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138203

Bug ID: 138203
   Summary: Menu items with identical (or very similar) labels in
Draw and Impress
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needsUXEval
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ming.v@qq.com
CC: libreoffice-ux-adv...@lists.freedesktop.org

While working on bug 138172 I noticed that both Draw's and Impress's Format
menu have a pair (but different pair) of submenu items with the same text.

For Impress, we have:
Format > Align corresponding to uno:TextAlign in GenericCommands
Format > Align corresponding to uno:ObjectAlign in GenericCommands
For Draw, we have:
Format > Text corresponding to uno:FormatTextMenu in GenericCommands
Format > Text... corresponding to uno:TextAttributes in DrawImpressCommands

This is less than ideal.  Can we change their labels to diffrentiate them
better?  Are these labels used in other places than the main menus?  I
understand that different modules already share the same label in their main
menus, e.g. the Format > Align for uno:TextAlign mentioned above appear in all
of Writer, Calc, Impress, and Draw (but Draw doesn't have Format > Align for
uno:ObjectAlign, and therefore doesn't have the same problem as Impress does --
it puts that command in Shape > Align instead), but don't know if they are used
in context menus, or sidebars, etc.

This happens in both 6.4.7 and master (daily build of Nov. 12th).

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


[Libreoffice-ux-advise] [Bug 138203] New: Menu items with identical (or very similar) labels in Draw and Impress

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138203

Bug ID: 138203
   Summary: Menu items with identical (or very similar) labels in
Draw and Impress
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needsUXEval
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-b...@lists.freedesktop.org
  Reporter: ming.v@qq.com
CC: libreoffice-ux-advise@lists.freedesktop.org

While working on bug 138172 I noticed that both Draw's and Impress's Format
menu have a pair (but different pair) of submenu items with the same text.

For Impress, we have:
Format > Align corresponding to uno:TextAlign in GenericCommands
Format > Align corresponding to uno:ObjectAlign in GenericCommands
For Draw, we have:
Format > Text corresponding to uno:FormatTextMenu in GenericCommands
Format > Text... corresponding to uno:TextAttributes in DrawImpressCommands

This is less than ideal.  Can we change their labels to diffrentiate them
better?  Are these labels used in other places than the main menus?  I
understand that different modules already share the same label in their main
menus, e.g. the Format > Align for uno:TextAlign mentioned above appear in all
of Writer, Calc, Impress, and Draw (but Draw doesn't have Format > Align for
uno:ObjectAlign, and therefore doesn't have the same problem as Impress does --
it puts that command in Shape > Align instead), but don't know if they are used
in context menus, or sidebars, etc.

This happens in both 6.4.7 and master (daily build of Nov. 12th).

-- 
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 122710] PRINT DIALOG: For "Pages to print" field interpret space as separator for a list of distinct pages to print

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122710

--- Comment #9 from Ulf Zibis  ---
I'm not a friend of error messages about strict syntax faults. If the intention
of the user is clear, even if syntactically not typed strictly correct, just do
the print without interruption.

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


[Libreoffice-bugs] [Bug 122710] PRINT DIALOG: For "Pages to print" field interpret space as separator for a list of distinct pages to print

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122710

--- Comment #8 from Ulf Zibis  ---
(In reply to Michael Weghorn from comment #7)
> In general, I'd suggest to be consistent with what other print dialog
> implementations (like Gtk or Qt or native Win/Mac print dialogs) do, which
> IMHO will help to avoid confusion for users.
As far as I remember, Windows dialogues accept space as separator, so as common
usage IMHO it will confuse people, when space is no more accepted.

> (In reply to Ulf Zibis from comment #6)
> I wouldn't introduce ":" as additional range specifier, it wouldn't be clear
> to me. Gtk handles it as a separator...
To me it is not important, but maybe others could miss it, so we could allow it
undocumented.

> > 3. Allow half defined ranges
> That's an interesting thought.
Thanks.

> I tend to not allow space as separator (e.g. Gtk and Qt don't handle it that
> way)
How do they handle it?

> I have a strong preference to reject ambiguous/invalid page specifications
> (e.g. by showing a dialog) and allow the user to correct that BEFORE
> printing anything that the user might not expect, which would IMHO be the
> most effective and least confusing way to avoid printing unwanted pages.
As far as I can think, there is no ambiguity left with rule 4. I just meant the
human interpretation could seem ambiguous, but at least the user can see the
effective result with the preview.
Main rule: Never print more pages than user could imagine.

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


[Libreoffice-bugs] [Bug 138202] New: LibreOffice font blurry since MaOS 11.0.1 BigSur update

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138202

Bug ID: 138202
   Summary: LibreOffice font blurry since MaOS 11.0.1 BigSur
update
   Product: LibreOffice
   Version: 7.0.2.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ph...@hotmail.com

Description:
Hi, all typed fonts are blurry in LibreOffice after new BigSur MacOS update. 

Actual Results:
Type on the page

Expected Results:
Blurriness 


Reproducible: Always


User Profile Reset: No



Additional Info:
Clearness

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


[Libreoffice-bugs] [Bug 103322] Use floating point for glyph positioning in VCL

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103322

--- Comment #31 from R  ---
Hey it took me a while but I finally found this bug.

I experience this too, on Linux, and it's really debilitating - it's why I
still run MS Office through Wine.

Is using floating point numbers going to be much of an 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 138176] dpkg-maintscript-helper: error: file '/usr/lib/libreoffice/share/registry' not owned by package 'libreoffice-common:all'

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138176

--- Comment #4 from Ming Hua  ---
(In reply to Doug from comment #3)
> Sorry about that. I am using the official LibreOffice fresh ppa. I guess
> LibreOffice doesn't take care of it's own ppa, again I am sorry.
What makes you think it's the *official* LibreOffice PPA?

Assuming my guess in comment #2 is correct, their webpage
https://launchpad.net/~libreoffice clearly states:

This is the Ubuntu packaging team, this is _not_ the LibreOffice project.

This is The Document Foundation's (i.e. the LibreOffice project) bugzilla.  You
are filing bugs at the wrong place.  If you use their packages, go to their bug
tracker to file bugs.  Or look up that package's maintainer email address (from
your package manager, or just "dpkg -i" the broken package) and send an email. 
There is nobody here that can help you (at least, I'm not aware of any Ubuntu
packagers that frequent this bugzilla).

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


[Libreoffice-bugs] [Bug 137999] Changing motion path's proportion doesn't change file's "modified" status

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137999

neuf...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Severity|normal  |minor

--- Comment #1 from neuf...@gmail.com ---
Got bug to reproduce in: 
Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Also in:
Version: 7.1.0.0.alpha1+ (x64)
Build ID: 00e5c63c35307faacf76a5e2ca7953c4208244ed
CPU threads: 4; OS: Windows 10.0 Build 19041; 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 138198] Font turns fuzzy after update to macOS Big Sur 11.0.1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138198

V Stuart Foote  changed:

   What|Removed |Added

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

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


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

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


[Libreoffice-bugs] [Bug 138122] LibreOffice font blurry on MacBook Pro's Internal HiDPI Retina Display running macOS Big Sur 11.0.1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138122

V Stuart Foote  changed:

   What|Removed |Added

 CC||vinc...@vangervenoei.com

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

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


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

2020-11-13 Thread Julien Nabet (via logerrit)
 sc/source/ui/view/tabvwsh3.cxx |8 
 sc/source/ui/view/tabvwsha.cxx |8 
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit bbbcd382af9e60bd1c23205804740b8dae9272c3
Author: Julien Nabet 
AuthorDate: Fri Nov 13 19:49:04 2020 +0100
Commit: Caolán McNamara 
CommitDate: Fri Nov 13 22:18:26 2020 +0100

loplugin:toolslong

following:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=95b27dd2e5b5bdcb39962f72882dcdf406bcb393
author  Jim Raykowski2020-10-11 16:15:47 -0800
committer   Jim Raykowski2020-11-13 17:53:20 
+0100
commit  95b27dd2e5b5bdcb39962f72882dcdf406bcb393 (patch)
tree84c49a7daadf1ce908a9f5608d40494af164917d
parent  d40f2d02df26e216f367b5da3f9546b73f250469 (diff)
tdf#45705 rework zoom in and zoom out UI commands in Calc
Similar to commit 2cddaa6e199ed8bb6185b7825791199f9da4a670 done for
Writer view shell, this patch makes zoom in and zoom out commands
functional for Calc view shell in addition to the preview shell.

Change-Id: I1128d0990829015e21e352c2084a44849a37a7f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105806
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index c2f496b3e2cd..72e6a72707ab 100644
--- a/sc/source/ui/view/tabvwsh3.cxx
+++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -706,12 +706,12 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
 //  and can't be changed directly
 
 const Fraction& rOldY = GetViewData().GetZoomY();
-long nOld = static_cast(rOldY * 100);
-long nNew;
+tools::Long nOld = tools::Long(rOldY * 100);
+tools::Long nNew;
 if (SID_ZOOM_OUT == nSlot)
-nNew = std::max(long(MINZOOM), 
basegfx::zoomtools::zoomOut(nOld));
+nNew = std::max(tools::Long(MINZOOM), 
basegfx::zoomtools::zoomOut(nOld));
 else
-nNew = std::min(long(MAXZOOM), 
basegfx::zoomtools::zoomIn(nOld));
+nNew = std::min(tools::Long(MAXZOOM), 
basegfx::zoomtools::zoomIn(nOld));
 if ( nNew != nOld)
 {
 bool bSyncZoom = 
SC_MOD()->GetAppOptions().GetSynchronizeZoom();
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index 8b6674dca3c9..4a6062fddff5 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -294,16 +294,16 @@ void ScTabViewShell::GetState( SfxItemSet& rSet )
 case SID_ZOOM_IN:
 {
 const Fraction& rZoomY = GetViewData().GetZoomY();
-long nZoom = static_cast(rZoomY * 100);
-if (nZoom >= long(MAXZOOM))
+tools::Long nZoom = tools::Long(rZoomY * 100);
+if (nZoom >= tools::Long(MAXZOOM))
 rSet.DisableItem(nWhich);
 }
 break;
 case SID_ZOOM_OUT:
 {
 const Fraction& rZoomY = GetViewData().GetZoomY();
-long nZoom = static_cast(rZoomY * 100);
-if (nZoom <= long(MINZOOM))
+tools::Long nZoom = tools::Long(rZoomY * 100);
+if (nZoom <= tools::Long(MINZOOM))
 rSet.DisableItem(nWhich);
 }
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Rafael Lima License Statement

2020-11-13 Thread Rafael Lima
Hi!

All of my past & future contributions to LibreOffice may be licensed under
the MPLv2/LGPLv3+ dual license.

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


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

2020-11-13 Thread Caolán McNamara (via logerrit)
 include/vcl/weld.hxx  |1 +
 vcl/inc/salvtables.hxx|2 ++
 vcl/source/app/salvtables.cxx |5 +
 vcl/unx/gtk3/gtk3gtkinst.cxx  |8 
 4 files changed, 16 insertions(+)

New commits:
commit 64c93c950e191d8c6ee7cf138ff60d085c9486de
Author: Caolán McNamara 
AuthorDate: Fri Nov 13 09:24:19 2020 +
Commit: Caolán McNamara 
CommitDate: Fri Nov 13 22:08:04 2020 +0100

add set_accessible_description

Change-Id: I18aebc4a127ff92f5d2606490e4f120d4b98b4ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105796
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 51f2f9d44506..7387db806350 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -165,6 +165,7 @@ public:
  int& height) const = 0;
 
 virtual void set_accessible_name(const OUString& rName) = 0;
+virtual void set_accessible_description(const OUString& rDescription) = 0;
 virtual OUString get_accessible_name() const = 0;
 
 virtual OUString get_accessible_description() const = 0;
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx
index 7717502833e8..7eff04d56c7e 100644
--- a/vcl/inc/salvtables.hxx
+++ b/vcl/inc/salvtables.hxx
@@ -275,6 +275,8 @@ public:
 
 virtual void set_accessible_name(const OUString& rName) override;
 
+virtual void set_accessible_description(const OUString& rDescription) 
override;
+
 virtual OUString get_accessible_name() const override;
 
 virtual OUString get_accessible_description() const override;
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 1327e9d6e4f3..585dd36325a3 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -362,6 +362,11 @@ void SalInstanceWidget::set_accessible_name(const 
OUString& rName)
 m_xWidget->SetAccessibleName(rName);
 }
 
+void SalInstanceWidget::set_accessible_description(const OUString& 
rDescription)
+{
+m_xWidget->SetAccessibleDescription(rDescription);
+}
+
 OUString SalInstanceWidget::get_accessible_name() const { return 
m_xWidget->GetAccessibleName(); }
 
 OUString SalInstanceWidget::get_accessible_description() const
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 3105a4e3056b..a74533faa787 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -2731,6 +2731,14 @@ public:
 atk_object_set_name(pAtkObject, OUStringToOString(rName, 
RTL_TEXTENCODING_UTF8).getStr());
 }
 
+virtual void set_accessible_description(const OUString& rDescription) 
override
+{
+AtkObject* pAtkObject = gtk_widget_get_accessible(m_pWidget);
+if (!pAtkObject)
+return;
+atk_object_set_description(pAtkObject, OUStringToOString(rDescription, 
RTL_TEXTENCODING_UTF8).getStr());
+}
+
 virtual OUString get_accessible_name() const override
 {
 AtkObject* pAtkObject = gtk_widget_get_accessible(m_pWidget);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-11-13 Thread Ayhan Yalçınsoy (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 471f2bf1ee9256f5b8196b6cc713666729654e59
Author: Ayhan Yalçınsoy 
AuthorDate: Fri Nov 13 15:52:36 2020 +0300
Commit: Heiko Tietze 
CommitDate: Fri Nov 13 21:56:04 2020 +0100

tdf#137808: Renamed Track Changes as Show Tracked Changes

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

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index d4f3f0c70b4b..c420fc2f2359 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -367,7 +367,7 @@
   
   
 
-  ~Track Changes
+  Show ~Tracked Changes
 
 
   .uno:ShowTrackedChanges
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - cui/source include/svx sc/qa svx/source

2020-11-13 Thread Serge Krot (via logerrit)
 cui/source/tabpages/border.cxx |  120 +
 include/svx/frmsel.hxx |2 
 sc/qa/uitest/calc_tests/formatCells.py |   53 ++
 svx/source/dialog/frmsel.cxx   |5 +
 4 files changed, 151 insertions(+), 29 deletions(-)

New commits:
commit 63540cbef6484fa9dc017c93676d0b5e85075303
Author: Serge Krot 
AuthorDate: Tue Oct 27 11:26:55 2020 +0100
Commit: Thorsten Behrens 
CommitDate: Fri Nov 13 21:29:45 2020 +0100

tdf#137790 calc: Minimal line width for different line styles

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

tdf#137790 calc: set minimal line width: unit test

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

diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 84bdcd8f92c1..5ded87ea6659 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -81,6 +81,43 @@ static void lcl_SetDecimalDigitsTo1(weld::MetricSpinButton& 
rField)
 rField.set_min(rField.normalize(nMin), FieldUnit::TWIP);
 }
 
+// returns in pt
+static sal_Int64 lcl_GetMinLineWidth(SvxBorderLineStyle aStyle)
+{
+switch (aStyle)
+{
+case SvxBorderLineStyle::NONE:
+return 0;
+
+case SvxBorderLineStyle::SOLID:
+case SvxBorderLineStyle::DOTTED:
+case SvxBorderLineStyle::DASHED:
+case SvxBorderLineStyle::FINE_DASHED:
+case SvxBorderLineStyle::DASH_DOT:
+case SvxBorderLineStyle::DASH_DOT_DOT:
+return 15;
+
+// Double lines
+case SvxBorderLineStyle::DOUBLE: return 22;
+case SvxBorderLineStyle::DOUBLE_THIN: return 22;
+case SvxBorderLineStyle::THINTHICK_SMALLGAP: return 20;
+case SvxBorderLineStyle::THINTHICK_MEDIUMGAP: return 15;
+case SvxBorderLineStyle::THINTHICK_LARGEGAP: return 15;
+case SvxBorderLineStyle::THICKTHIN_SMALLGAP: return 20;
+case SvxBorderLineStyle::THICKTHIN_MEDIUMGAP: return 15;
+case SvxBorderLineStyle::THICKTHIN_LARGEGAP: return 15;
+
+case SvxBorderLineStyle::EMBOSSED: return 15;
+case SvxBorderLineStyle::ENGRAVED: return 15;
+
+case SvxBorderLineStyle::OUTSET: return 10;
+case SvxBorderLineStyle::INSET: return 10;
+
+default:
+return 15;
+}
+}
+
 // number of preset images to show
 const sal_uInt16 SVX_BORDER_PRESET_COUNT = 5;
 
@@ -1170,15 +1207,37 @@ IMPL_LINK_NOARG(SvxBorderTabPage, ModifyWidthHdl_Impl, 
weld::MetricSpinButton&,
 
 IMPL_LINK_NOARG(SvxBorderTabPage, SelStyleHdl_Impl, SvtLineListBox&, void)
 {
-sal_Int64 nVal = m_xLineWidthMF->get_value(FieldUnit::NONE);
-nVal = static_cast(MetricField::ConvertDoubleValue(
-nVal,
-m_xLineWidthMF->get_digits(),
-FieldUnit::POINT, MapUnit::MapTwip ));
-m_aFrameSel.SetStyleToSelection ( nVal,
+sal_Int64 nOldWidth = m_xLineWidthMF->get_value(FieldUnit::NONE);
+nOldWidth = static_cast(MetricField::ConvertDoubleValue(
+nOldWidth,
+m_xLineWidthMF->get_digits(),
+FieldUnit::POINT,
+MapUnit::MapTwip));
+
+const sal_Int64 nOldMinWidth = 
lcl_GetMinLineWidth(m_aFrameSel.getCurrentStyleLineStyle());
+const sal_Int64 nNewMinWidth = 
lcl_GetMinLineWidth(m_xLbLineStyle->GetSelectEntryStyle());
+
+// auto change line-width if it doesn't correspond to minimal value
+// let's change only in case when user has not changed the line-width into 
some custom value
+const sal_Int64 nNewWidth = (nOldMinWidth == nOldWidth)? nNewMinWidth : 
nOldWidth;
+
+// set value inside edit box
+if (nOldWidth != nNewWidth)
+{
+const sal_Int64 nNewWidthPt = 
static_cast(MetricField::ConvertDoubleValue(
+nNewWidth,
+m_xLineWidthMF->get_digits(),
+MapUnit::MapTwip,
+FieldUnit::POINT));
+m_xLineWidthMF->set_value(nNewWidthPt, FieldUnit::POINT);
+}
+
+// set value inside style box
+m_aFrameSel.SetStyleToSelection( nNewWidth,
 m_xLbLineStyle->GetSelectEntryStyle() );
 }
 
+
 // ValueSet handling
 sal_uInt16 SvxBorderTabPage::GetPresetImageId( sal_uInt16 nValueSetIdx ) const
 {
@@ -1309,34 +1368,33 @@ void SvxBorderTabPage::FillLineListBox_Impl()
 
 static struct {
 SvxBorderLineStyle mnStyle;
-long mnMinWidth;
 SvtLineListBox::ColorFunc mpColor1Fn;
 SvtLineListBox::ColorFunc mpColor2Fn;
 SvtLineListBox::ColorDistFunc mpColorDistFn;
 } const aLines[] = {
 // Simple lines
-{ SvxBorderLineStyle::SOLID,0, , , 
 },
-{ SvxBorderLineStyle::DOTTED,   0, , , 
 },
-{ 

[Libreoffice-bugs] [Bug 138174] Trouble reading preferences menu on Mac

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138174

--- Comment #8 from MarjaE  ---
Created attachment 167288
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167288=edit
Screen Shot of LibreOffice 7.0.3.1 Preferences

If anything, even harder to read.

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


[Libreoffice-bugs] [Bug 131077] Can't search documentation for bugs and workarounds involving =

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131077

--- Comment #8 from MarjaE  ---
Created attachment 167287
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167287=edit
Screen shot of something that pops up after trying to enter =

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


[Libreoffice-bugs] [Bug 131077] Can't search documentation for bugs and workarounds involving =

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131077

--- Comment #7 from MarjaE  ---
That's what I wanted to do. Instead, if I type = in a table cell in a Writer
document, the page flashes, and something pops up at the top of the screen. If
I try to click another cell, the page flashes again, and something gets added.

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


[Libreoffice-bugs] [Bug 138201] New: impossible to delete table after opening the report

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138201

Bug ID: 138201
   Summary: impossible to delete table after opening the report
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ablo...@wanadoo.fr

Description:
After opening the report the table stay in use and it is impossible to delete
without reopening the odb file.
Error mesage:
firebird_sdbc error:
*unsuccessful metadata update
*object TABLE "test2" is in use
caused by
'DROP TABLE"test2"'

Steps to Reproduce:
1.create an odb file with firebird embedded
2.create a table
3.create a report based on the table
4.open the report
5.close the report
6.try to delete the table of the report

Actual Results:
Deleting the table of the report is impossible
Error mesage:
firebird_sdbc error:
*unsuccessful metadata update
*object TABLE "table" is in use
caused by
'DROP TABLE"table"'

Expected Results:
table deleted


Reproducible: Always


User Profile Reset: No



Additional Info:
Error mesage:
firebird_sdbc error:
*unsuccessful metadata update
*object TABLE "table" is in use
caused by
'DROP TABLE"table"'

-- 
You are receiving this mail because:
You 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 sc/qa sd/qa sw/qa vcl/qa

2020-11-13 Thread Noel Grandin (via logerrit)
 compilerplugins/clang/toolslong.cxx|2 ++
 sc/qa/unit/subsequent_filters-test.cxx |2 +-
 sd/qa/unit/export-tests-ooxml2.cxx |4 ++--
 sd/qa/unit/export-tests.cxx|8 
 sd/qa/unit/import-tests.cxx|   12 ++--
 sw/qa/extras/ooxmlexport/ooxmlexport10.cxx |8 
 sw/qa/extras/ooxmlexport/ooxmlexport4.cxx  |4 ++--
 vcl/qa/cppunit/pdfexport/pdfexport.cxx |4 ++--
 8 files changed, 23 insertions(+), 21 deletions(-)

New commits:
commit 8182a3e03cf9eb50e43347a288bacefbed98c497
Author: Noel Grandin 
AuthorDate: Fri Nov 13 15:15:47 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Nov 13 21:01:27 2020 +0100

fix some tools::Long fallout

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

diff --git a/compilerplugins/clang/toolslong.cxx 
b/compilerplugins/clang/toolslong.cxx
index 96c2716bd827..26105a2697d8 100644
--- a/compilerplugins/clang/toolslong.cxx
+++ b/compilerplugins/clang/toolslong.cxx
@@ -155,6 +155,8 @@ void ToolsLong::run()
 if (loplugin::isSamePathname(fn,
  SRCDIR 
"/writerperfect/source/calc/MSWorksCalcImportFilter.cxx"))
 return;
+if (loplugin::isSamePathname(fn, SRCDIR 
"/writerperfect/qa/unit/WPXSvStreamTest.cxx"))
+return;
 if (loplugin::isSamePathname(fn, SRCDIR "/desktop/source/lib/init.cxx"))
 return;
 
diff --git a/sc/qa/unit/subsequent_filters-test.cxx 
b/sc/qa/unit/subsequent_filters-test.cxx
index 229d0b3df8fa..74a06737a0c8 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1875,7 +1875,7 @@ void ScFiltersTest::testChartImportXLS()
 const SdrOle2Obj* pOleObj = getSingleChartObject(rDoc, 0);
 CPPUNIT_ASSERT_MESSAGE("Failed to retrieve a chart object from the 2nd 
sheet.", pOleObj);
 
-CPPUNIT_ASSERT_EQUAL(11137L, pOleObj->GetLogicRect().getWidth());
+CPPUNIT_ASSERT_EQUAL(tools::Long(11137), 
pOleObj->GetLogicRect().getWidth());
 CPPUNIT_ASSERT(8640L > pOleObj->GetLogicRect().getHeight());
 
 xDocSh->DoClose();
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx 
b/sd/qa/unit/export-tests-ooxml2.cxx
index 71f44a0776b6..fba5f93f5499 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -2695,14 +2695,14 @@ void SdOOXMLExportTest2::testTdf1225573_FontWorkScaleX()
 awt::Rectangle aBoundRectArch;
 xShapeArchProps->getPropertyValue(UNO_NAME_MISC_OBJ_BOUNDRECT) >>= 
aBoundRectArch;
 // difference should be zero, but allow some range for stroke thickness
-CPPUNIT_ASSERT_LESS(static_cast(50), 
labs(aBoundRectArch.Width - 13081));
+CPPUNIT_ASSERT_LESS(50L, labs(aBoundRectArch.Width - 13081));
 
 // Error was, that text in shapes of category "Warp" was not scaled to the 
path.
 uno::Reference xShapeWaveProps(getShapeFromPage(0, 1, 
xDocShRef));
 awt::Rectangle aBoundRectWave;
 xShapeWaveProps->getPropertyValue(UNO_NAME_MISC_OBJ_BOUNDRECT) >>= 
aBoundRectWave;
 // difference should be zero, but allow some range for stroke thickness
-CPPUNIT_ASSERT_LESS(static_cast(50), 
labs(aBoundRectWave.Width - 11514));
+CPPUNIT_ASSERT_LESS(50L, labs(aBoundRectWave.Width - 11514));
 
 xDocShRef->DoClose();
 }
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index 2a0603456bee..e54e02ddecd5 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -1112,13 +1112,13 @@ void SdExportTest::testBulletsAsImage()
 
 if (nExportFormat == ODP || nExportFormat == PPT)
 {
-CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 16L, 
aGraphic.GetSizePixel().Width());
-CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 16L, 
aGraphic.GetSizePixel().Height());
+CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 
tools::Long(16), aGraphic.GetSizePixel().Width());
+CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 
tools::Long(16), aGraphic.GetSizePixel().Height());
 }
 else // FIXME: what happened here
 {
-CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 64L, 
aGraphic.GetSizePixel().Width());
-CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 64L, 
aGraphic.GetSizePixel().Height());
+CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 
tools::Long(64), aGraphic.GetSizePixel().Width());
+CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessageBase.getStr(), 
tools::Long(64), aGraphic.GetSizePixel().Height());
 }
 
 // Graphic Size
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 6e6b08d2bad2..acac88729506 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1795,10 +1795,10 @@ void 

[Libreoffice-bugs] [Bug 138200] New: Please remove deleted printers

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138200

Bug ID: 138200
   Summary: Please remove deleted printers
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: toddandma...@zoho.com

Created attachment 167286
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167286=edit
Deleted printer still showing.  Red arrow pointing to them

Fedora 33
LibreOffice-7.0.3-Linux_x86-64_rpm.tar.gz

I cleaned out a bunch of unused printers.  Libreoffice still see them

$ lpstat -a

B4350 accepting requests since Thu 29 Oct 2020 01:36:30 PM PDT
Cups-PDF accepting requests since Tue 30 Apr 2019 04:05:39 PM PDT
Virtual_PDF_Printer accepting requests since Tue 29 Sep 2020 03:13:17 AM PDT

Same as show in Printer Admin and CUPS.

All the deleted printer still show in LibreOffice Writer and Calc

looks like https://ibb.co/3R4BM5F  (also attached here)

Red arrows on the deleted printers

:'(

Please fix.

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


[Libreoffice-bugs] [Bug 138176] dpkg-maintscript-helper: error: file '/usr/lib/libreoffice/share/registry' not owned by package 'libreoffice-common:all'

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138176

Doug  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|NOTOURBUG   |---

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


[Libreoffice-bugs] [Bug 138176] dpkg-maintscript-helper: error: file '/usr/lib/libreoffice/share/registry' not owned by package 'libreoffice-common:all'

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138176

--- Comment #3 from Doug  ---
Hi,

Sorry about that. I am using the official LibreOffice fresh ppa. I guess
LibreOffice doesn't take care of it's own ppa, again I am sorry.

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


[Libreoffice-bugs] [Bug 124701] EDITING existing spreadsheet: counting the number of autofiltered records doesn't work

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124701

--- Comment #10 from Leroy  ---
Confirmed at LibreOffice 6.4.7.2 (x86); OS: Windows 6.1.

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


[Libreoffice-bugs] [Bug 138174] Trouble reading preferences menu on Mac

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138174

--- Comment #7 from V Stuart Foote  ---
Sorry my typo, but was on the see also list.

bug 122218

and from there bug 138122

But then, distorted font rendering when down scaling by the Apple Quartz
compositor onto a 1920x1080 display could be an entirely different issue.
Different than these issues with Xcode 9 -> Xcode 10 SDKs (or for emerging
Xcode 11--not yet in use for LO builds).

May be, but might not be related.

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


[Libreoffice-bugs] [Bug 138087] EMF+: EMF appears incorrectly. Workaround: export EMF_PLUS_DISABLE=1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138087

--- Comment #12 from Bartosz  ---
After disable EMF+ with terminal command:
export EMF_PLUS_DISABLE=1

the image is partially fixed.

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


[Libreoffice-bugs] [Bug 138087] EMF+: EMF appears incorrectly. Workaround: export EMF_PLUS_DISABLE=1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138087

Bartosz  changed:

   What|Removed |Added

Summary|EMF+: EMF appears   |EMF+: EMF appears
   |incorrectly in file or when |incorrectly. Workaround:
   |inserted|export EMF_PLUS_DISABLE=1

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


[Libreoffice-bugs] [Bug 138199] CTL text (with Persian alphabet) with footnote is incorrectly justified when a document is freshly opened

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138199

--- Comment #2 from Farid  ---
Created attachment 167284
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167284=edit
screenshot showing the problem

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


[Libreoffice-bugs] [Bug 138199] CTL text (with Persian alphabet) with footnote is incorrectly justified when a document is freshly opened

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138199

Farid  changed:

   What|Removed |Added

 CC||faridc...@gmail.com

--- Comment #1 from Farid  ---
Created attachment 167283
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167283=edit
a writer document to show the 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 138199] New: CTL text (with Persian alphabet) with footnote is incorrectly justified when a document is freshly opened

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138199

Bug ID: 138199
   Summary: CTL  text (with Persian alphabet) with footnote is
incorrectly justified when a document is freshly
opened
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: faridc...@gmail.com

Description:
In the attached document, the first right-to-left paragraph with Persian
alphabet and footnotes is fully justified. When the document is opened freshly,
the justification is messed up and the lines of text undershoot or overshoot
the content area boundary (see the screenshot). The paragraph renders
flawlessly when we start editing e.g. insert a new paragraph with Enter.

The second paragraph with the same content but without the footnotes is just
fine.


Steps to Reproduce:
Open the attached document. Press enter to insert a new paragraph so to fix the
justification

Actual Results:
Open the attached document.

Expected Results:
The first paragraph should be fully justified like the second one.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
justify the first paragraph properly

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


[Libreoffice-bugs] [Bug 138198] Font turns fuzzy after update to macOS Big Sur 11.0.1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138198

--- Comment #1 from vinc...@vangervenoei.com ---
Created attachment 167282
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167282=edit
Screenshot of a document with the fuzzy font

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


[Libreoffice-bugs] [Bug 138198] New: Font turns fuzzy after update to macOS Big Sur 11.0.1

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138198

Bug ID: 138198
   Summary: Font turns fuzzy after update to macOS Big Sur 11.0.1
   Product: LibreOffice
   Version: 6.4.6.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vinc...@vangervenoei.com

Description:
Running LibreOffice 6.4.6.2

After upgrading to macOS Big Sur 11.0.1 the document font in Writer has turned
fuzzy, while the font in the menus stays sharp. 

Steps to Reproduce:
1. Upgrade to macOS Big Sur 11.0.1
2. Open any document in Writer
3.

Actual Results:
Fuzzy font

Expected Results:
Crisp font


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.4.6.2
Build ID: 0ce51a4fd21bff07a5c061082cc82c5ed232f115
CPU threads: 4; OS: Mac OS X 10.16; UI render: default; VCL: osx; 
Locale: en-US (en_NL.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 138177] Inconsistent backward forward keys behaviour in presentation mode

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138177

--- Comment #3 from Pierre C  ---
@Timur sorry for the test file,it should be good now

Many bugs are now with navigating within a presentation, some are quit old now,
some are new.
recently different bugs are linked to the backward key or left arrow key.
are they the same bugs ? I don't know

I see a bug with wrong order in the same slide with animations

Here it happens on different slides, so i wrote this bug.

Should I have wait the other bugs to be solved to see if this one is solved at
the same time ? Surely a good idea to avoid a waste of time for everybody. I
take it in my mind.

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


[Libreoffice-bugs] [Bug 138192] Provide arm64 or x86-64/arm64 Universal Binary builds for macOS on Apple Silicon

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138192

Julien Nabet  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 138182] Localized version doesn't show en_US in the list of available languages

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138182

Julien Nabet  changed:

   What|Removed |Added

Summary|Localized version doesn't   |Localized version doesn't
   |show en_US in the list of   |show en_US in the list of
   |available lanuages  |available languages

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


[Libreoffice-bugs] [Bug 137717] QR Code Generation in a new blank calc sheet doesn't force sheet save on exit

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137717

srd...@email.cz changed:

   What|Removed |Added

   Severity|normal  |trivial
 CC||srd...@email.cz
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from srd...@email.cz ---
Hello Colin,

Thank you for reporting the bug. I can confirm that the bug is present in
master.

Version: 7.1.0.0.alpha1+ (x64)
Build ID: 00e5c63c35307faacf76a5e2ca7953c4208244ed
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: cs-CZ (cs_CZ); 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 138177] Inconsistent backward forward keys behaviour in presentation mode

2020-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138177

--- Comment #2 from Pierre C  ---
Created attachment 167281
  --> https://bugs.documentfoundation.org/attachment.cgi?id=167281=edit
Good test file

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


  1   2   3   4   5   >