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

2019-02-07 Thread Libreoffice Gerrit user
 source/text/scalc/00/0406.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc0a383f138d4f872fe9b3457391ff8ff3cf11b5
Author: Stephan Bergmann 
AuthorDate: Fri Feb 8 08:55:57 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Fri Feb 8 08:58:10 2019 +0100

Fix "Error: Duplicated entry. ID = par_id3146919"

...after 00c5a418955574905aed5137c43ce2219b50e6f9 "Minor color and padding
tweaks; some styling for TOC"

Change-Id: I4340e2e52a5cbd7627364157aeb9eec17bc96cb4

diff --git a/source/text/scalc/00/0406.xhp 
b/source/text/scalc/00/0406.xhp
index 9800a5977..3d52e1719 100644
--- a/source/text/scalc/00/0406.xhp
+++ b/source/text/scalc/00/0406.xhp
@@ -58,7 +58,7 @@
 F9
 
 
-Choose 
%PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME Calc - 
Formula.
+Choose 
%PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME Calc - 
Formula.
 
 Choose Data - Calculate - 
AutoCalculate.
 Choose Tools - AutoInput.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2019-02-07 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7115b60eb509e9e2040a24cc71b4d8d49a2fde2
Author: Stephan Bergmann 
AuthorDate: Fri Feb 8 08:55:57 2019 +0100
Commit: Gerrit Code Review 
CommitDate: Fri Feb 8 08:58:16 2019 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix "Error: Duplicated entry. ID = par_id3146919"

...after 00c5a418955574905aed5137c43ce2219b50e6f9 "Minor color and 
padding
tweaks; some styling for TOC"

Change-Id: I4340e2e52a5cbd7627364157aeb9eec17bc96cb4

diff --git a/helpcontent2 b/helpcontent2
index 00c5a4189555..cc0a383f138d 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 00c5a418955574905aed5137c43ce2219b50e6f9
+Subproject commit cc0a383f138d4f872fe9b3457391ff8ff3cf11b5
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 122437] MySQL native connector: Creating foreign key creates a relationship to the foreign key itself

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122437

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.3.0|target:6.3.0 target:6.2.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 122437] MySQL native connector: Creating foreign key creates a relationship to the foreign key itself

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122437

--- Comment #12 from Commit Notification 
 ---
Tamas Bunth committed a patch related to this issue.
It has been pushed to "libreoffice-6-2":

https://git.libreoffice.org/core/+/06d9cd41276dc127ddccc151d620e0b34e4f57b7%5E%21

tdf#122437: Combine commits for libreoffice-6-2

It will be available in 6.2.1.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - connectivity/source

2019-02-07 Thread Libreoffice Gerrit user
 connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx |   76 
++
 1 file changed, 52 insertions(+), 24 deletions(-)

New commits:
commit 06d9cd41276dc127ddccc151d620e0b34e4f57b7
Author: Tamas Bunth 
AuthorDate: Fri Jan 4 19:28:53 2019 +0100
Commit: Julien Nabet 
CommitDate: Fri Feb 8 08:53:41 2019 +0100

tdf#122437: Combine commits for libreoffice-6-2

tdf#122437 mysqlc: fix foreign key name query

Correct query of the foreign key constraint name is required for
dropping foreign keys.

Reviewed-on: https://gerrit.libreoffice.org/65861
Tested-by: Jenkins
Reviewed-by: Tamás Bunth 

tdf#122437 mysqlc: consider "types" parameter in..

..method XDatabaseMetadata::getTables() so it will return only those types
which are needed. This solves the problem that no tables appear in
"Relations.." window.

Reviewed-on: https://gerrit.libreoffice.org/66212
Tested-by: Jenkins
Reviewed-by: Tamás Bunth 

tdf#122437 mysqlc: Fix foreign key references

Comparing mysqlc terminology (INFORMATION_SCHEMA) with the description
of the XDatabaseMetadata interface:
- columns with name "REFERENCED_*" (INF_SCHEMA) should be used for primary 
key
attributes (sdbc terminology).
- columns without any prefix (INF_SCHEMA) should be used for primary key
attributes (sdbc)

Change-Id: Id98b0672ec5a8a06039667a06cb0afd97b3ee205
a02537c78917583f574ad788098c65a9acd43078
d9780fd86834441485da927f85b9446c40951fcf
Reviewed-on: https://gerrit.libreoffice.org/66213
Tested-by: Jenkins
Reviewed-by: Tamás Bunth 
Reviewed-on: https://gerrit.libreoffice.org/67416
Reviewed-by: Julien Nabet 

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx 
b/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx
index 9acdbc952696..890f31de666a 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx
@@ -829,14 +829,37 @@ Reference SAL_CALL 
ODatabaseMetaData::getColumns(const Any& /*catalo
 Reference SAL_CALL ODatabaseMetaData::getTables(const Any& 
/*catalog*/,
 const OUString& 
schemaPattern,
 const OUString& 
tableNamePattern,
-const 
Sequence& /*types */)
+const 
Sequence& types)
 {
-OUString query(
+OUStringBuffer buffer{
 "SELECT TABLE_CATALOG AS TABLE_CAT, TABLE_SCHEMA AS TABLE_SCHEM, 
TABLE_NAME,"
 "IF(STRCMP(TABLE_TYPE,'BASE TABLE'), TABLE_TYPE, 'TABLE') AS 
TABLE_TYPE, TABLE_COMMENT AS "
 "REMARKS "
 "FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA  LIKE '?' AND 
TABLE_NAME LIKE '?' "
-"ORDER BY TABLE_TYPE, TABLE_SCHEMA, TABLE_NAME");
+};
+
+if (types.getLength() == 1)
+{
+buffer.append("AND TABLE_TYPE LIKE '");
+buffer.append(types[0]);
+buffer.append("'");
+}
+else if (types.getLength() > 1)
+{
+buffer.append("AND (TABLE_TYPE LIKE '");
+buffer.append(types[0]);
+buffer.append("'");
+for (sal_Int32 i = 1; i < types.getLength(); ++i)
+{
+buffer.append(" OR TABLE_TYPE LIKE '");
+buffer.append(types[i]);
+buffer.append("'");
+}
+buffer.append(")");
+}
+
+buffer.append(" ORDER BY TABLE_TYPE, TABLE_SCHEMA, TABLE_NAME");
+OUString query = buffer.makeStringAndClear();
 
 // TODO use prepared stmt instead
 // TODO escape schema, table name ?
@@ -905,18 +928,23 @@ Reference SAL_CALL 
ODatabaseMetaData::getImportedKeys(const Any& /*c
  
"org.openoffice.comp.helper.DatabaseMetaDataResultSet"),
  UNO_QUERY);
 
-OUString query(
-"SELECT refi.CONSTRAINT_CATALOG, k.COLUMN_NAME, "
-" refi.UNIQUE_CONSTRAINT_CATALOG, "
-" refi.UNIQUE_CONSTRAINT_SCHEMA, refi.REFERENCED_TABLE_NAME, 
k.REFERENCED_COLUMN_NAME, "
-" refi.UPDATE_RULE, refi.DELETE_RULE, refi.CONSTRAINT_NAME "
-" FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS as refi"
-" INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE as k ON 
k.CONSTRAINT_NAME = "
-"refi.CONSTRAINT_NAME "
-" and k.TABLE_NAME = refi.TABLE_NAME "
-" WHERE refi.CONSTRAINT_SCHEMA LIKE "
-"'?' AND refi.TABLE_NAME='?'"); // TODO
-query = query.replaceFirst("?", schema);
+OUString query("SELECT refi.CONSTRAINT_CATALOG," // 1: foreign catalog
+   " k.COLUMN_NAME," // 2: foreign column name
+   " refi.UNIQUE_CONSTRAINT_CATALOG," // 3: primary catalog 
FIXME
+   " k.REFERENCED_TABLE_SCHEMA," // 4: primary schema
+  

[Libreoffice-bugs] [Bug 123228] selection from Firefox themes (own theme) no longer works ( Firefox changed the API )

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123228

Julien Nabet  changed:

   What|Removed |Added

 CC||davidarchive...@gmail.com

--- Comment #4 from Julien Nabet  ---
*** Bug 123249 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 123249] Can't select custom FireFox themes in LibreOffice 6.1.4 or 6.2; dialog box returns "no results found".

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123249

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #2 from Julien Nabet  ---


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

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


[Libreoffice-commits] core.git: icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg

2019-02-07 Thread Libreoffice Gerrit user
 dev/null  |binary
 icon-themes/sifr/cmd/sc_acceptchanges.png |binary
 icon-themes/sifr/cmd/sc_autofilter.png|binary
 icon-themes/sifr/cmd/sc_avmediaplayer.png |binary
 icon-themes/sifr/cmd/sc_backgroundcolor.png   |binary
 icon-themes/sifr/cmd/sc_commentchange.png |binary
 icon-themes/sifr/cmd/sc_conditionalformatdialog.png   |binary
 icon-themes/sifr/cmd/sc_conditionalformatmenu.png |binary
 icon-themes/sifr/cmd/sc_currencyfield.png |binary
 icon-themes/sifr/cmd/sc_datafilterstandardfilter.png  |binary
 icon-themes/sifr/cmd/sc_defineprintarea.png   |binary
 icon-themes/sifr/cmd/sc_editheaderandfooter.png   |binary
 icon-themes/sifr/cmd/sc_entirecell.png|binary
 icon-themes/sifr/cmd/sc_entirecolumn.png  |binary
 icon-themes/sifr/cmd/sc_entirerow.png |binary
 icon-themes/sifr/cmd/sc_framelinecolor.png|binary
 icon-themes/sifr/cmd/sc_freezepanes.png   |binary
 icon-themes/sifr/cmd/sc_freezepanesfirstcolumn.png|binary
 icon-themes/sifr/cmd/sc_freezepanesfirstrow.png   |binary
 icon-themes/sifr/cmd/sc_functionbox.png   |binary
 icon-themes/sifr/cmd/sc_gridvisible.png   |binary
 icon-themes/sifr/cmd/sc_helplinesmove.png |binary
 icon-themes/sifr/cmd/sc_insertcurrencyfield.png   |binary
 icon-themes/sifr/cmd/sc_mergecells.png|binary
 icon-themes/sifr/cmd/sc_normalviewmode.png|binary
 icon-themes/sifr/cmd/sc_numberformatdecdecimals.png   |binary
 icon-themes/sifr/cmd/sc_numberformatincdecimals.png   |binary
 icon-themes/sifr/cmd/sc_open.png  |binary
 icon-themes/sifr/cmd/sc_pagebreakmode.png |binary
 icon-themes/sifr/cmd/sc_pasteonlyformula.png  |binary
 icon-themes/sifr/cmd/sc_pasteonlytext.png |binary
 icon-themes/sifr/cmd/sc_pasteonlyvalue.png|binary
 icon-themes/sifr/cmd/sc_setborderstyle.png|binary
 icon-themes/sifr/cmd/sc_showchanges.png   |binary
 icon-themes/sifr/cmd/sc_splitwindow.png   |binary
 icon-themes/sifr/cmd/sc_togglemergecells.png  |binary
 icon-themes/sifr/cmd/sc_toolbarmode.png   |binary
 icon-themes/sifr/cmd/sc_tracechangemode.png   |binary
 icon-themes/sifr/cmd/sc_zoom.png  |binary
 icon-themes/sifr/cmd/sc_zoomtoolbox.png   |binary
 icon-themes/sifr/links.txt|   15 ++
 icon-themes/sifr_dark/cmd/sc_acceptchanges.png|binary
 icon-themes/sifr_dark/cmd/sc_autofilter.png   |binary
 icon-themes/sifr_dark/cmd/sc_avmediaplayer.png|binary
 icon-themes/sifr_dark/cmd/sc_backgroundcolor.png  |binary
 icon-themes/sifr_dark/cmd/sc_commentchange.png|binary
 icon-themes/sifr_dark/cmd/sc_conditionalformatdialog.png  |binary
 icon-themes/sifr_dark/cmd/sc_conditionalformatmenu.png|binary
 icon-themes/sifr_dark/cmd/sc_currencyfield.png|binary
 icon-themes/sifr_dark/cmd/sc_datafilterstandardfilter.png |binary
 icon-themes/sifr_dark/cmd/sc_defineprintarea.png  |binary
 icon-themes/sifr_dark/cmd/sc_editheaderandfooter.png  |binary
 icon-themes/sifr_dark/cmd/sc_entirecolumn.png |binary
 icon-themes/sifr_dark/cmd/sc_entirerow.png|binary
 icon-themes/sifr_dark/cmd/sc_framelinecolor.png   |binary
 icon-themes/sifr_dark/cmd/sc_freezepanes.png  |binary
 icon-themes/sifr_dark/cmd/sc_freezepanesfirstcolumn.png   |binary
 icon-themes/sifr_dark/cmd/sc_freezepanesfirstrow.png  |binary
 icon-themes/sifr_dark/cmd/sc_functionbox.png  |binary
 icon-themes/sifr_dark/cmd/sc_gridvisible.png  |binary
 icon-themes/sifr_dark/cmd/sc_helplinesmove.png|binary
 icon-themes/sifr_dark/cmd/sc_insertcurrencyfield.png  |binary
 icon-themes/sifr_dark/cmd/sc_mergecells.png   |binary
 icon-themes/sifr_dark/cmd/sc_normalviewmode.png   |binary
 icon-themes/sifr_dark/cmd/sc_numberformatdecdecimals.png  |binary
 icon-themes/sifr_dark/cmd/sc_numberformatincdecimals.png  |binary
 icon-themes/sifr_dark/cmd/sc_open.png |binary
 icon-themes/sifr_dark/cmd/sc_pagebreakmode.png|binary
 icon-themes/sifr_dark/cmd/sc_pasteonlyformula.png |binary
 icon-themes/sifr_dark/cmd/sc_pasteonlytext.png|binary
 icon-themes/sifr_dark/cmd/sc_pasteonlyvalue.png   |binary
 icon-themes/sifr_dark/cmd/sc_setborderstyle.png   |binary
 icon-themes/sifr_dark/cmd/sc_showchanges.png  |binary
 icon-themes/sifr_dark/cmd/sc_splitwindow.png  |binary
 

[Libreoffice-bugs] [Bug 123219] Provide font support of Unicode "Old Hungarian" block (10c80-10cff)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123219

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #8 from V Stuart Foote  ---
*** Bug 113017 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 123219] Provide font support of Unicode "Old Hungarian" block (10c80-10cff)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123219

--- Comment #9 from V Stuart Foote  ---
*** Bug 123203 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 123203] Suitable Old Hungarian font offers

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123203

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|WONTFIX |DUPLICATE

--- Comment #7 from V Stuart Foote  ---


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

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


[Libreoffice-bugs] [Bug 113017] Font support for Old Hungarian missing, can it be added

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113017

V Stuart Foote  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=12 |
   |3219|
Summary|Old Hungarian fonts |Font support for Old
   |missing. Can I grant one?   |Hungarian missing, can it
   ||be added
URL|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=105147|
 Resolution|MOVED   |DUPLICATE

--- Comment #14 from V Stuart Foote  ---


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

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


[Libreoffice-bugs] [Bug 113017] Old Hungarian fonts missing. Can I grant one?

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113017

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 123219] Provide font support of Unicode "Old Hungarian" block (10c80-10cff)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123219

V Stuart Foote  changed:

   What|Removed |Added

Summary|There arn't a font for Old  |Provide font support of
   |Hungarian area  |Unicode "Old Hungarian"
   ||block (10c80-10cff)
Version|6.2.0.3 release |5.3.0.3 release
URL||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=107496
 Status|UNCONFIRMED |NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||3017,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||406
 Ever confirmed|0   |1
 Blocks||102854, 103405
 CC||johann.alfred.seemann@outlo
   ||ok.com, ovari...@zoho.com,
   ||rovasi...@gmail.com

--- Comment #7 from V Stuart Foote  ---
Sorry Viktor, but completing the integration into DejaVu remains the most
feasible way for LibreOffice to provide coverage of rovás in the "Old
Hungarian" UCS block.

Bundling specialized fonts to support the User Interface for a single Unicode
block is not an effective way to do things.

IMHO that specialized effort belongs bundled as an Extension that would include
any hu-Hung (SH) rovás transliteration tools (bug 97406 c#28) along with any
grammar & dictionary/spelling data. And likewise the same for hu-hung (CB)
should that gain usage.

Meaning--for its broader distribution, and its deployment by
LibreOffice--DejaVu is a better choice. Your Kende, Maros, and Attila fonts
with specialized coverage of the UCS block are not going to be helpful--they
would not be built/bundled by any Linux distro, and would likely not be built
into the projects official builds. 

Despite its limitations, absent the work needed to implement a User Interface
in Hungarian rovás (bug 103405), the CTL handling of the script does detect the
UCS block and correctly applies the ICU bidi filters to text runs for the
range. It will also assign a "Hungarian Rovas" language tag if that is set as
the default CTL.

Also regards a supporting font Tamas needs to clarify the additional glyphs
necessary to provide as PUA and where in the 20 remaining reserved spots of the
"Old Hungarian" block they could be mapped and manipulated. We understand the
argument that Unicode TC may have gotten it wrong during voting to release at
UCS version 8.0--but working within the defined block is the only effective way
to implement and then to make the case for expansion or relocation of the
block.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102854
[Bug 102854] [META] i18n: language “Székely-magyar rovás” Hungarian (Hungarian
Rovas) [hu-Hung-HU]
https://bugs.documentfoundation.org/show_bug.cgi?id=103405
[Bug 103405] L10n: Add additional user interface language Hungarian Rovas
[hu-Hung-HU]
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103405] L10n: Add additional user interface language Hungarian Rovas [hu-Hung-HU]

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103405

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||123219


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123219
[Bug 123219] Provide font support of Unicode "Old Hungarian" block
(10c80-10cff)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102854] [META] i18n: language “Székely-magyar rovás” Hungarian (Hungarian Rovas) [hu-Hung-HU]

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102854

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||123219


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123219
[Bug 123219] Provide font support of Unicode "Old Hungarian" block
(10c80-10cff)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122236] KDE5: too large gaps between radiobutton and text (if there is no icon for the item)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122236

--- Comment #7 from Vera Blagoveschenskaya  ---
Created attachment 149008
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149008=edit
122236-6.1.5.2-view.png

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


[Libreoffice-bugs] [Bug 122236] KDE5: too large gaps between radiobutton and text (if there is no icon for the item)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122236

--- Comment #8 from Vera Blagoveschenskaya  ---
Created attachment 149009
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149009=edit
122236-6.3.0.0-view.png

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


[Libreoffice-bugs] [Bug 122236] KDE5: too large gaps between radiobutton and text (if there is no icon for the item)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122236

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #6 from Vera Blagoveschenskaya  ---
Hello Xisco,

view of the menu is better in

Version: 6.1.5.2
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde4; 
Locale: ru-RU (ru_RU.UTF-8); Calc: group threaded

large gaps are still presented in

Version: 6.3.0.0.alpha0+
Build ID: 51af3179cf972809d6495c7d58033e069f647bbf
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-02-01_00:15:00
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

Please look at the screenshots below.

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


[Libreoffice-bugs] [Bug 121194] The last path to export is not remembered

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121194

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Vera Blagoveschenskaya  ---
Hello Xisco,

bug is still reproduced for

Version: 6.1.5.2
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde4; 
Locale: ru-RU (ru_RU.UTF-8); Calc: group threaded

and for

Version: 6.3.0.0.alpha0+
Build ID: 51af3179cf972809d6495c7d58033e069f647bbf
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-02-01_00:15:00
Locale: ru-RU (ru_RU.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 121368] Brochure printing error

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121368

--- Comment #10 from trevor p  ---
Have you tried it for yourself yet. The problem is always reproduceable with
whichever printer or pc/mac/os you choose, other contributors have submitted
very detailed reports which coincide exactly with my experience.

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


[Libreoffice-bugs] [Bug 122263] Bad resolution for icons in LO Draw

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122263

--- Comment #8 from Vera Blagoveschenskaya  ---
Created attachment 149007
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149007=edit
122263-breeze

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


[Libreoffice-bugs] [Bug 122263] Bad resolution for icons in LO Draw

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122263

--- Comment #7 from Vera Blagoveschenskaya  ---
Created attachment 149006
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149006=edit
122263-elementary

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


[Libreoffice-bugs] [Bug 122263] Bad resolution for icons in LO Draw

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122263

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Vera Blagoveschenskaya  ---
Hello Xisco,
yes, bug is still reproduced,
please look at the screenshots below.

I use 
$ xdpyinfo | grep -iE '(resol|dimen)' 
  dimensions:3840x1080 pixels (688x193 millimeters)
  resolution:142x142 dots per inch

Version: 6.1.5.2
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde4; 
Locale: ru-RU (ru_RU.UTF-8); Calc: group 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 123251] New: Wrong translation in the tabs of the Notebook Bar (Omnibarra) of LO 6.2, Spanish version.

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123251

Bug ID: 123251
   Summary: Wrong translation in the tabs of the Notebook Bar
(Omnibarra) of LO 6.2, Spanish version.
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: albac...@gmail.com

Description:
When I activate the new experimental graphic interface with tabs (Notebook Bar)
of LibreOffice 6.2, Spanish version, I find errors in the translation of the
names of those tabs. This error is replicated in all applications of LO 6.2,
Spanish version (Writer, Calc, Impress, Draw). This anomaly does not happen in
LibreOffice 6.1.5 applications in which the translation of the tabs into the
Spanish language is perfect.

Steps to Reproduce:
1. Open any application of Libreoffice 6.2, Spanish version (Writer, Calc, 
Impress or Draw).
2. Activate the new experimental User Interface by Tabs like this: "View">
"User Interface"> "In Tabs".


Actual Results:
1. Open any application of Libreoffice 6.2, Spanish version (Writer, Calc, 
Impress or Draw).
2. Activate the new experimental User Interface by Tabs like this: "View">
"User Interface"> "In Tabs".
3. Observe the names of the tabs. They appear in English and not in Spanish as
they should be.

Expected Results:
The names of the tabs should appear in Spanish as they are in all applications
of LO 6.1.5, Spanish version, where the translation is perfect.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
[Information automatically included from LibreOffice]
Locale: es
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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


Subscription

2019-02-07 Thread Cihan Mete Bahadır


iPhone’umdan gönderildi
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2019-02-07 Thread Libreoffice Gerrit user
 sfx2/source/bastyp/fltfnc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7f4600f6da54daaeb0d566c978a7ec60a50c9fbd
Author: Andrea Gelmini 
AuthorDate: Thu Feb 7 18:42:30 2019 +
Commit: Julien Nabet 
CommitDate: Fri Feb 8 07:07:08 2019 +0100

Fix typo

Change-Id: I58c8a755584c41f070a04fafe38720286b726d63
Reviewed-on: https://gerrit.libreoffice.org/67523
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index a17f43929ab5..f3ad18b29c09 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -1147,7 +1147,7 @@ void SfxFilterContainer::ReadFilters_Impl( bool bUpdate )
 
 if ( bUpdate )
 {
-// global filter arry was modified, factory specific ones might need an
+// global filter array was modified, factory specific ones might need 
an
 // update too
 for (auto& aImpl : aImplArr)
 aImpl->Update();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 123249] Can't select custom FireFox themes in LibreOffice 6.1.4 or 6.2; dialog box returns "no results found".

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123249

David  changed:

   What|Removed |Added

Version|6.1.5.2 release |6.1.4.2 release
   Keywords||accessibility

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


[Libreoffice-bugs] [Bug 123249] Can't select custom FireFox themes in LibreOffice 6.1.4 or 6.2; dialog box returns "no results found".

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123249

David  changed:

   What|Removed |Added

 CC||davidarchive...@gmail.com

--- Comment #1 from David  ---
Created attachment 149005
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149005=edit
Screenshot of the error I received in LO 6.1.4.2

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


[Libreoffice-bugs] [Bug 123250] New: Transparent icons in OpenSUSE Tumbleweed

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123250

Bug ID: 123250
   Summary: Transparent icons in OpenSUSE Tumbleweed
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: d...@sibmail.com

Description:
Invisible icons in OpenSUSE Tumbleweed
https://i.imgur.com/p5YydU8.png

Steps to Reproduce:
Install OpenSUSE Tumbleweed 


Install LibreOffice
Version: 6.2.0.3
Build ID: 20(Build:3)
CPU threads: 4; OS: Linux 4.20; UI render: default; VCL: gtk3_kde5; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

Actual Results:
Invisible icons

Expected Results:
Visible icons


Reproducible: Always


User Profile Reset: Yes



Additional Info:
(Linux host 4.20.6-1-default #1 SMP PREEMPT Thu Jan 31 07:37:50 UTC 2019
(463cfd2) x86_64 x86_64 x86_64 GNU/Linux)

LibreOffice
Version: 6.2.0.3
Build ID: 20(Build:3)
CPU threads: 4; OS: Linux 4.20; UI render: default; VCL: gtk3_kde5; 
Locale: en-US (en_US.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 123249] New: Can't select custom FireFox themes in LibreOffice 6.1.4 or 6.2; dialog box returns "no results found".

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123249

Bug ID: 123249
   Summary: Can't select custom FireFox themes in LibreOffice
6.1.4 or 6.2; dialog box returns "no results found".
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: davidarchive...@gmail.com

Description:
* **Operating System:** Windows 10, 64-bit build 1607. 
* **LibreOffice version:** 6.1.4.2 (current install); 6.2.0.3 (removed) 
* **[Screenshot of Problem on 6.1.4](https://i.imgur.com/VdlXRA1.png)** 

I installed LibreOffice 6.2. However, I noticed it removed my solid gray theme,
which is easy on my eyes. It was replaced with the ugly, pasty white default
gradient. "OK", I thought. "The theme was probably removed because the whole
themes engine was reworked." I look for the solid gray theme to re-install it,
and ALL searches through ALL categories return "no results". I tried other
search terms, generic search terms -- no results. I think the new Theme menu is
broken.

I decided to re-install the old version I had before. But now, my new
(previous) install of 6.1.4 won't even fetch the themes, returning the same "no
results" error. Now my LO is stuck with this ugly pasty gradient that clashes
with my light gray background scheme. It's awful, I want my solid gray theme
back.

I've installed 6.1.5 and have the same "no results" error too. 


Steps to Reproduce:
1. Search for any custom theme in 6.1.5+ or 6.2+ in the "Personalization"
dialog box. (Options ---> LibreOffice ---> Personalization ---> Own Theme --->
Select Theme) 
2. The dialog box will return "no results found". 
3. The default theme is LibreOffice. 

Actual Results:
No results were found, despite using both generic and specific search terms,
wild cards, and else. 

Expected Results:
The dialog box should've returned results for "classic gray" or "classic grey"
and other themes, depending on the exact search string. 


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Windows 10, 64-bit, build 1607 (All)
OS is 64bit: Yes 

Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: en-CA (en_CA); Calc: group 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 123025] ReDim Preserve fails if array is filled by Split

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123025

--- Comment #3 from himajin100...@gmail.com ---
Investigating...

==
REM  *  BASIC  *
Option Explicit
sub test

dim s as string 
dim arr(1) as Integer

s = "a/b"
arr = Split(s, "/")
Msgbox(arr(0))
ReDim Preserve arr(1)
Msgbox(arr(0))

end sub

Showing "a" in Msgbox Functions(though arr is declared as an array of Integer)

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


[Libreoffice-bugs] [Bug 123243] Spacing difference between Word & LibreOffice from an OOXML file.

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123243

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||104520


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||123243


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123243
[Bug 123243] Spacing difference between Word & LibreOffice from an OOXML 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 123243] Spacing difference between Word & LibreOffice from an OOXML file.

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123243

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

--- Comment #2 from V Stuart Foote  ---
Happens on file import to 6.1.4.2 or current master/6.3 with file saved from
Word 2016 as OOXML Strict, or with save from Word 2016 as ODT.

Word 2016 opens all 3 formats, appearing the same--LibreOffice chokes on the
ODT and the gap is apparent in OOXML strict and Word 2007-2019 .docx

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


[Libreoffice-bugs] [Bug 123025] ReDim Preserve fails if array is filled by Split

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123025

--- Comment #2 from himajin100...@gmail.com ---
https://opengrok.libreoffice.org/xref/core/basic/source/runtime/methods1.cxx?r=48314f25#1638
https://opengrok.libreoffice.org/xref/core/basic/source/runtime/methods1.cxx?r=48314f25#1644

Changing these SbxVARIANT to SbxSTRING seems to do the trick, but I'm not sure
I'm doing things correctly.

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


[Libreoffice-bugs] [Bug 123239] Libreoffice icons inverted colors

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123239

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
Patched in 6.2.0b1, 6.1.4 but you will need to clear your user profile cache as
found in %appdata%\LibreOffice\4\cache\

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

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


[Libreoffice-bugs] [Bug 119020] Icons are corrupted on Windows when scaling UI 150% and higher, with some OpenGL dependency

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119020

V Stuart Foote  changed:

   What|Removed |Added

 CC||spe...@gmail.com

--- Comment #59 from V Stuart Foote  ---
*** Bug 123239 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 123248] Gridlines do not show in Calc Charts

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123248

--- Comment #2 from Corey Bodendein  ---
Created attachment 149004
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149004=edit
Screenshot of bug with horizontal gridlines enabled, but not visible

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


[Libreoffice-bugs] [Bug 123248] Gridlines do not show in Calc Charts

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123248

--- Comment #1 from Corey Bodendein  ---
Created attachment 149003
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149003=edit
Basic example spreadsheet showing 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 123248] New: Gridlines do not show in Calc Charts

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123248

Bug ID: 123248
   Summary: Gridlines do not show in Calc Charts
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cbodend...@live.com

Description:
When horizontal or vertical gridlines are chosen to be shown on a Calc chart,
they are not visible. Basic example spreadsheet attached.

Steps to Reproduce:
1. Create a new Calc spreadsheet
2. Enter some basic data to use in a chart
3. Add a chart, select the data
4. Try to show horizontal or vertical gridlines

Actual Results:
Horizontal/vertical gridlines are not visible

Expected Results:
Horizontal/vertical gridlines should be visible


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 123155] Spelling is Broken

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123155

--- Comment #4 from Regis Perdreau  ---
May be some difficulties to have the wanted contextual menu.

With Version: 6.3.0.0.alpha0+, 

i have to put the cursor in the middle of the word, double click to have the
word selected and right click to have the word spelling contextual menu.

If i select the word with the mouse cursor and left click down, next when i
press right click, i have the ordinary contextual menu (with paste option)

May be a misunderstood how it exactly works ?

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


[Libreoffice-bugs] [Bug 123247] Sum of cells containing time values incorrect

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123247

em...@testgallery.comyr.com changed:

   What|Removed |Added

 CC||em...@testgallery.comyr.com

--- Comment #1 from em...@testgallery.comyr.com ---
Created attachment 149002
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149002=edit
Sample Calc spreadsheet to demonstrate bug.

Open sample Calc spreadsheet.
Use Ctrl+Shift+F9 (I use this to update input fields but there are none in this
sample).
Sum of time values is incorrect (off by 1 minute).

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


[Libreoffice-bugs] [Bug 123247] New: Sum of cells containing time values incorrect

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123247

Bug ID: 123247
   Summary: Sum of cells containing time values incorrect
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: em...@testgallery.comyr.com

Description:
Using Time format [HH]:SS the sum of several cells containing time values is
incorrect (one minute below correct value).


Steps to Reproduce:
1. Create a few cells with Time format code [HH]:MM
2. In one cell, enter 0:35 (for 35 minutes), in another enter 1:05 (for 1 hour,
5 minutes) and in another enter 0:10 (for 10 minutes).
3. Sum total of cells above in a new cell and result is 1:49 (should be 1:50).

If sum looks OK (1:50), try Ctrl+Shift+F9 (which I do occasionally to update
input fields). Sum will then change to 1:49.

Actual Results:
Sum total of cells in example above gives 1:49 (for 1 hour, 49 minutes).


Expected Results:
Sum total of cells in example above should be 1:50 (for 1 hour, 50 minutes).


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:

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


[Libreoffice-bugs] [Bug 106063] Incorrect paragraph numbers in imported Word document

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106063

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 100362] Libreoffice freeze when launching or closing IBM iSeries Client Access session

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100362

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


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

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 65944] punctuation after inline formula may go to the next line

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65944

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 115509] pdf export of calc charts as image: LO 5.2 – 6.0

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115509

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 76131] Existing pinned icon on Win7/8 is taskbar invalid after re-installation/update

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76131

--- Comment #32 from Kumāra  ---
As mentioned at bug 117492, Mike Kaganski has given up on the more elaborate
fix:
> The technical problem here is clear, and it is solvable, but it needs more
> work than I'm able to invest ATM; so leaving this here in case someone wants
> to jump-in.

So, I think for our benefit, better to just work on the original idea, that is
simply to have the MSI installer *not* remove LibreOffice shortcuts (while
uninstalling the old version).

Can someone try this? I'm happy to test.

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


[Libreoffice-bugs] [Bug 122188] Disappear table lines with a dark theme

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122188

Dead Mozay  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #7 from Dead Mozay  ---
(In reply to Xisco Faulí from comment #6)
> Could you please try to reproduce it with the latest version of LibreOffice
> from https://www.libreoffice.org/download/libreoffice-fresh/ ?
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the latest version.

On version 6.1.5.2, the problem is still present.

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


[Libreoffice-bugs] [Bug 123246] New: Help -> LibreOffice Help (F1) and (all) Help buttons --> Empty white browser page

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123246

Bug ID: 123246
   Summary: Help -> LibreOffice Help (F1) and (all) Help buttons
--> Empty white browser page
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: menno.cornels...@mailbox.org

Description:
I am unable to invoke the LibreOffice Help - not via Help -> LibreOffice Help
(F1) and also not via any Help button I have tested. The browser is started but
showes only an empty white page.

My workaround: Within browser 
-->
file:///Applications/LibreOffice.app/Contents/Resources/help/en-US/text/shared/05/new_help.html?=WRITER=MAC=6.2

Disadvantage: No context sensitivity

Steps to Reproduce:
Help -> LibreOffice Help (F1)

Actual Results:
Empty white browser page

Expected Results:

LibreOffice 6.2 Help




Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.2.0.3
Build ID: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62
CPU threads: 2; OS: Mac OS X 10.11.6; UI render: default; VCL: osx; 
Locale: de-DE (de.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 123245] New: Image Anchor does not hold as set

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123245

Bug ID: 123245
   Summary: Image Anchor does not hold as set
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kalenburntst...@gmail.com

Description:
Image anchor set to hold image 'to page'. Save document. Close document. Reopen
document. Anchor /always/ resets 'to character'. Many previous versions of
LibreOffice have had this happen.

Steps to Reproduce:
1. Insert image into document
2. Set image Anchor 'to Page'
3. Save and close document
4. reopen document and check anchor setting.

Actual Results:
Image anchor reset 'to character' and reset other formatting and line breaks in
top two or three lines.

Expected Results:
Maintained the 'to page' anchor and not modified any other formatting on the
page.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 123244] New: Switched language in presentation not effective in newly added slides

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123244

Bug ID: 123244
   Summary: Switched language in presentation not effective in
newly added slides
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 96000

- Switch to a non-English locale that has dictionary, eg. German (Germany).
- Start a new presentation, make sure automatic spell-checking is on.
- Enter a valid English word that's invalid in the language, eg. "this ". (with
the space, note how it's flagged by the spell-checker)
- Click on language on status bar, and select English (USA), or do the same via
Tools -> Language -> For All Text -> English (USA). (note how language becomes
English (USA), and the word isn't flagged anymore)
- Add a new slide.
- Enter the same English word ("this ").

=> The word is flagged as incorrect.
Running Tools -> Spelling... shows that the language used for the text is the
the original language (German (Germany)), not English (USA), even though the
status bar shows English (USA).

Observed using LO 6.2.0.3 & 4.4.0.3 / Windows 7.
In 4.4.0.3 language can only be switched using the menu, and the squiggly line
doesn't disappear right away, without editing the text, but the bug is there
nevertheless.
In 4.0.0.3 language menu doesn't contain English, not sure if the same results
can be achieved, likely not worth it.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 96000] [META] Spelling and grammar checking bugs and enhancements

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000

Aron Budea  changed:

   What|Removed |Added

 Depends on||123244


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123244
[Bug 123244] Switched language in presentation not effective in newly added
slides
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-qa] Minutes of the ESC call 2019-02-07

2019-02-07 Thread Thorsten Behrens
* Present:
+ Caolán, Eike, Kendy, Miklos, Cloph, Xisco, Sberg, Olivier,
  Michael W, Heiko, Thorsten, Michael S

* Completed Action Items:
+ mail BoD wrt. MS store update (Cloph) → now with the board

* Pending Action Items:
+ disable popups for release-build only in 6.2/.3 (Justin L)
  [ sent some code pointers ]
+ send code pointers to Olivier on UNO commands ↔ UI XML mapping (Kendy)
+ work with Mert to build an android l10n plan (Cloph)
  [ didn’t connect with him yet ]
+ add screenshot builder to basic build stats (Cloph)
  [ it fails with Japanese locale – but it’s not in the translation
can build with all of these – and build runs fine, but with just
ja it fails – needs further research  ]

* Release Engineering update (Christian)
+ 6.1.5 & 6.2.0
  announced earlier today! 
+ 6.2.1 rc1: this week
rc2: Feb 19
+ 6.1.6 rc1: April 9
+ 6.3 release schedule updated in the wiki
+ Remotes – no updates thus far
+ Android viewer
  + new builds planned for the stores this week.
+ Online

* Documentation (Olivier)
 + FOSDEM
 + Some Help pages on python usage with LO (LibreOfficiant)
 + Typos in Help pages (fitoshido)


* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
251(251) (topicUI) bugs open, 265(265) (needsUXEval)
+ Updates:
BZ changes   1 week1 month   3 months   12 months
 added  5(-3) 11(-1)43(-6)  94(-3)
 commented 51(-20)   181(23)   421(-16)   1439(-12)
   removed  0(-1)  2(0) 11(0)   15(0)
  resolved  8(0)  28(5) 41(3)  122(3)
+ top 10 contributors:
  Tietze, Heiko made 86 changes in 1 month, and 564 changes in 1 year
  kompilainenn made 43 changes in 1 month, and 102 changes in 1 year
  Xisco Faulí made 35 changes in 1 month, and 283 changes in 1 year
  Kainz, Andreas made 29 changes in 1 month, and 170 changes in 1 year
  Foote, V Stuart made 28 changes in 1 month, and 219 changes in 1 year
  Cor Nouws made 20 changes in 1 month, and 75 changes in 1 year
  BogdanB made 18 changes in 1 month, and 33 changes in 1 year
  Aditya Sahu made 16 changes in 1 month, and 16 changes in 1 year
  Adolfo Jayme Barrientos made 15 changes in 1 month, and 29 changes in 
1 year
  Buovjaga made 15 changes in 1 month, and 122 changes in 1 year
New needsUXEval between Jan/24-Feb/06

   * Move above checkboxes in Autofilter window
 + https://bugs.documentfoundation.org/show_bug.cgi?id=122998
   * Corrupt PDF output when exporting from LibreOffice Math
 + https://bugs.documentfoundation.org/show_bug.cgi?id=123117
   * Image WrapOff default setting
 + https://bugs.documentfoundation.org/show_bug.cgi?id=123169
   * notebookbar additional settings for label arrangement
 + https://bugs.documentfoundation.org/show_bug.cgi?id=123171
   => NEW/in discussion

   * Shortcuts for shapes in Draw/Impress
 + https://bugs.documentfoundation.org/show_bug.cgi?id=122928
   * Confusing behavior with Direct Formatting with copy/paste
 + https://bugs.documentfoundation.org/show_bug.cgi?id=90568
   => NAB/WF

   * UI - Insert mode status activation and display
 + https://bugs.documentfoundation.org/show_bug.cgi?id=107918
 + https://design.blog.documentfoundation.org/2019/01/31/overwrite-on- 
macos/
 + show Insert on macOS at the statusbar
   * Image -> Add Caption -> No description => Can't change caption
 instantly afterwards
 + https://bugs.documentfoundation.org/show_bug.cgi?id=122950
   * EDITING: No INSERT ROWS ... (dialog box that allows adding a set number
 of rows)
 + https://bugs.documentfoundation.org/show_bug.cgi?id=80390
   => easyhack, needsdeveval

* Crash Testing (Caolan)
+ 1 (-2) import failures, 4(-18) export failures
  + all look like new redline related issues
+ ?? was 8(+0) coverity issues
  + coverity was not working with C++17
  + https://community.synopsys.com/s/article/Coverity-Scan-Update actually
now coverity is completely down for everybody with no ETA for
restoration, so lets wait until it comes back up to see what version it
will use if it comes back
  + read-only access restored, not possible to submit new builds yet
+ 4 (-8) Google / ossfuzz: 4 timeouts.
+ 0 serious
+ looking good.
+ ?? ForcePoint, round 9
+ two asserts/crashes on using crashtester over round 9
+ CVE issues in progress for Jan 2019
+ CVE-2018-16858 is announced as fixed in 6.0.7 and 6.1.3
+ CNA process fun
+ responded to mitre, awaiting reply

* Crash Reporting (Xisco)
+ http://crashreport.libreoffice.org/stats/version/6.1.3.2
 + 1399 (last 7 days) (-342)
+ http://crashreport.libreoffice.org/stats/version/6.1.4.2
 + 2054 (last 7 days) (+144)
+ 

Minutes of the ESC call 2019-02-07

2019-02-07 Thread Thorsten Behrens
* Present:
+ Caolán, Eike, Kendy, Miklos, Cloph, Xisco, Sberg, Olivier,
  Michael W, Heiko, Thorsten, Michael S

* Completed Action Items:
+ mail BoD wrt. MS store update (Cloph) → now with the board

* Pending Action Items:
+ disable popups for release-build only in 6.2/.3 (Justin L)
  [ sent some code pointers ]
+ send code pointers to Olivier on UNO commands ↔ UI XML mapping (Kendy)
+ work with Mert to build an android l10n plan (Cloph)
  [ didn’t connect with him yet ]
+ add screenshot builder to basic build stats (Cloph)
  [ it fails with Japanese locale – but it’s not in the translation
can build with all of these – and build runs fine, but with just
ja it fails – needs further research  ]

* Release Engineering update (Christian)
+ 6.1.5 & 6.2.0
  announced earlier today! 
+ 6.2.1 rc1: this week
rc2: Feb 19
+ 6.1.6 rc1: April 9
+ 6.3 release schedule updated in the wiki
+ Remotes – no updates thus far
+ Android viewer
  + new builds planned for the stores this week.
+ Online

* Documentation (Olivier)
 + FOSDEM
 + Some Help pages on python usage with LO (LibreOfficiant)
 + Typos in Help pages (fitoshido)


* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
251(251) (topicUI) bugs open, 265(265) (needsUXEval)
+ Updates:
BZ changes   1 week1 month   3 months   12 months
 added  5(-3) 11(-1)43(-6)  94(-3)
 commented 51(-20)   181(23)   421(-16)   1439(-12)
   removed  0(-1)  2(0) 11(0)   15(0)
  resolved  8(0)  28(5) 41(3)  122(3)
+ top 10 contributors:
  Tietze, Heiko made 86 changes in 1 month, and 564 changes in 1 year
  kompilainenn made 43 changes in 1 month, and 102 changes in 1 year
  Xisco Faulí made 35 changes in 1 month, and 283 changes in 1 year
  Kainz, Andreas made 29 changes in 1 month, and 170 changes in 1 year
  Foote, V Stuart made 28 changes in 1 month, and 219 changes in 1 year
  Cor Nouws made 20 changes in 1 month, and 75 changes in 1 year
  BogdanB made 18 changes in 1 month, and 33 changes in 1 year
  Aditya Sahu made 16 changes in 1 month, and 16 changes in 1 year
  Adolfo Jayme Barrientos made 15 changes in 1 month, and 29 changes in 
1 year
  Buovjaga made 15 changes in 1 month, and 122 changes in 1 year
New needsUXEval between Jan/24-Feb/06

   * Move above checkboxes in Autofilter window
 + https://bugs.documentfoundation.org/show_bug.cgi?id=122998
   * Corrupt PDF output when exporting from LibreOffice Math
 + https://bugs.documentfoundation.org/show_bug.cgi?id=123117
   * Image WrapOff default setting
 + https://bugs.documentfoundation.org/show_bug.cgi?id=123169
   * notebookbar additional settings for label arrangement
 + https://bugs.documentfoundation.org/show_bug.cgi?id=123171
   => NEW/in discussion

   * Shortcuts for shapes in Draw/Impress
 + https://bugs.documentfoundation.org/show_bug.cgi?id=122928
   * Confusing behavior with Direct Formatting with copy/paste
 + https://bugs.documentfoundation.org/show_bug.cgi?id=90568
   => NAB/WF

   * UI - Insert mode status activation and display
 + https://bugs.documentfoundation.org/show_bug.cgi?id=107918
 + https://design.blog.documentfoundation.org/2019/01/31/overwrite-on- 
macos/
 + show Insert on macOS at the statusbar
   * Image -> Add Caption -> No description => Can't change caption
 instantly afterwards
 + https://bugs.documentfoundation.org/show_bug.cgi?id=122950
   * EDITING: No INSERT ROWS ... (dialog box that allows adding a set number
 of rows)
 + https://bugs.documentfoundation.org/show_bug.cgi?id=80390
   => easyhack, needsdeveval

* Crash Testing (Caolan)
+ 1 (-2) import failures, 4(-18) export failures
  + all look like new redline related issues
+ ?? was 8(+0) coverity issues
  + coverity was not working with C++17
  + https://community.synopsys.com/s/article/Coverity-Scan-Update actually
now coverity is completely down for everybody with no ETA for
restoration, so lets wait until it comes back up to see what version it
will use if it comes back
  + read-only access restored, not possible to submit new builds yet
+ 4 (-8) Google / ossfuzz: 4 timeouts.
+ 0 serious
+ looking good.
+ ?? ForcePoint, round 9
+ two asserts/crashes on using crashtester over round 9
+ CVE issues in progress for Jan 2019
+ CVE-2018-16858 is announced as fixed in 6.0.7 and 6.1.3
+ CNA process fun
+ responded to mitre, awaiting reply

* Crash Reporting (Xisco)
+ http://crashreport.libreoffice.org/stats/version/6.1.3.2
 + 1399 (last 7 days) (-342)
+ http://crashreport.libreoffice.org/stats/version/6.1.4.2
 + 2054 (last 7 days) (+144)
+ 

Re: Principle of least surprise

2019-02-07 Thread Wol

On 06/02/2019 22:33, Piet van Oostrum wrote:

Wols Lists wrote:

  > On 06/02/19 16:08, Piet van Oostrum wrote:
  > > Wol's lists  writes:
  > >
  > >> Dunno whether this is a bug or a design decision or what, but it's a
  > >> pretty nasty breach of the principle ...
  > >>
  > >> Why, when I click on a cell, does calc NOT select the clicked cell?
  > >>
  > >> Okay, I know the answer - it's a hyperlink. BUT.
  > >>
  > >> I was editing a csv, I've got a column of email addresses, and some of
  > >> them have been hyperlinked, some of them haven't. I don't want
  > >> hyperlinks, I didn't ask for hyperlinks, and I can't see any way of
  > >> easily removing them!
  > >>
  > > Format > Clear Direct Formatting (Ctrl-M on my Mac).
  > >
  > But clicking on the cell doesn't select it so M doesn't work!:-)
  >

You could click in a nearby cell and move to it with the arrows.


Sorry, I don't know whether it's my poor English or that you aren't a 
native speaker, but you seem to be completely missing my main point.


THE NEED FOR A WORK-AROUND INDICATES THE EXISTENCE OF A MAJOR UI FUCK-UP!

Clicking in a cell to select it is such a basic piece of spreadsheet 
functionality, that for it to not work is a major problem. Things like 
that should work ONE HUNDRED percent of the time, not ninety-nine 
percent. Any safety guy will tell you that something that nearly always 
works is actually far more dangerous than something that keeps going wrong.


Oh - and I've just played with the same spreadsheet in Excel. That fucks 
it up too, just not quite so dangerously. It selects the cell, which is 
good, but launches the link at the same time. So at least you get a 
clear visual surprise, unlike Calc which just silently fails to work as 
expected ...


Cheers,

Wol

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


[Libreoffice-commits] help.git: help3xsl/default.css

2019-02-07 Thread Libreoffice Gerrit user
 help3xsl/default.css |   35 +--
 1 file changed, 17 insertions(+), 18 deletions(-)

New commits:
commit 00c5a418955574905aed5137c43ce2219b50e6f9
Author: Adolfo Jayme Barrientos 
AuthorDate: Thu Feb 7 18:00:41 2019 -0600
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Feb 7 18:03:45 2019 -0600

Minor color and padding tweaks; some styling for TOC

Just to fix the most egregious issues in content paragraphs.
Some day I will actually have the energy to systematize
everything into a cohesive set of spacing and padding values.

Change-Id: I6d5d36e96d9c9a133d61b233413ebd17d8189d33

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 2594c5de6..53e8af107 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -226,12 +226,13 @@ p,
 ol,
 td {
 font-size: 1.17rem;
-margin: 2px 2px 2px 2px;
+margin: 2px 0 2px 0;
 }
 h1 {
 font-size: 1.83rem;
 font-weight: 300;
 border-bottom: 2px solid #148603;
+margin-bottom: 20px;
 padding-bottom: 6px;
 }
 h1 a {
@@ -248,9 +249,6 @@ h5,
 h6 {
 font-size: 1.17rem;
 }
-.avis {
-/*background-color: #EE;*/
-}
 .relatedtopics {
 font-weight: normal;
 }
@@ -274,9 +272,10 @@ h6 {
 box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2);
 display: inline-block;
 font-weight: bold;
-padding: 0.3em;
+padding: 0.1em 0.3em;
 }
 .howtogetbody {
+padding: 0 0.3em;
 }
 .samplefilesection{
 }
@@ -459,7 +458,6 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
 }
 .index a {
 font-size: 16px;
-margin-bottom: 5px;
 }
 #Bookmarks {
 padding: 0 20px;
@@ -533,11 +531,12 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
 color: #148603;
 }
 .pagination {
-padding: 0;
+border-bottom: 1px dashed rgba(0,0,0,0.1);
+padding-bottom: 1em;
 }
 .pagination li {
 display: inline-block;
-padding: 4px;
+padding: 0 5px;
 }
 .pagination a {
 text-decoration: none;
@@ -639,9 +638,12 @@ li.disabled a {
 }
 .contents-treeview a, .index a {
 text-decoration: none;
+line-height: 1.4;
 }
 .contents-treeview a:hover, .index a:hover {
-text-decoration: underline;
+border-left: 2px solid rgba(0,0,0,0.05);
+margin-left: -12px;
+padding-left: 10px;
 }
 .contents-treeview input + label + ul {
 margin: 0 0 0 22px;
@@ -664,8 +666,7 @@ li.disabled a {
 .contents-treeview label,
 .contents-treeview a,
 .contents-treeview label::before {
-height: 16px;
-line-height: 16px;
+display: block;
 vertical-align: middle;
 }
 .contents-treeview label:before {
@@ -679,12 +680,11 @@ li.disabled a {
 content: "⊟";
 }
 .contents-current {
-background-color: #0369A3;
-color: #FFF;
-padding-right: 1px;
-}
-.contents-current:hover {
-color: #FFF;
+background: rgba(0,0,0,0.05);
+border-left: 2px solid #0369a3;
+font-weight: 600;
+margin-left: -12px;
+padding-left: 10px;
 }
 /* webkit adjacent element selector bugfix */
 
@@ -743,7 +743,6 @@ li.disabled a {
 font-size: 19px;
 }
 aside {
-background-color: #F4F7F7;
 float: left;
 width: 320px;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2019-02-07 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ee3cf6c82747385a1466cde66598d8e92859c904
Author: Adolfo Jayme Barrientos 
AuthorDate: Thu Feb 7 18:00:41 2019 -0600
Commit: Gerrit Code Review 
CommitDate: Fri Feb 8 01:04:22 2019 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  - Minor color and padding tweaks; some styling for TOC

Just to fix the most egregious issues in content paragraphs.
Some day I will actually have the energy to systematize
everything into a cohesive set of spacing and padding values.

Change-Id: I6d5d36e96d9c9a133d61b233413ebd17d8189d33

diff --git a/helpcontent2 b/helpcontent2
index 328abcbac6eb..00c5a4189555 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 328abcbac6eba3c0bcfcd9fc82c5afd79d6e8d05
+Subproject commit 00c5a418955574905aed5137c43ce2219b50e6f9
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91107] Cut/Copy/Paste/"Select All" are active while they shouldn't

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91107

--- Comment #9 from Gabriele Ponzo  ---
I can confirm same behavior in 6.2.0.3 x64 Elementary Linux Freya 0.3 (Ubuntu
14.04)

I've also given xsel -bc but paste in Writer is still active (only in Edit
Menu, NOT on std toolbar).

>From the same menu, Select All is active even in a new blank document. Doing it
doesn't activate paste on std toolbar (in menu it's always on).

Versione: 6.2.0.3
Build ID: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62
Thread CPU: 4; SO: Linux 4.15; Resa interfaccia: predefinito; VCL: gtk2; 
Versione locale: it-IT (it_IT.UTF-8); Lingua interfaccia: it-IT
Calc: threaded

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - extensions.lst

2019-02-07 Thread Libreoffice Gerrit user
 extensions.lst |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 02ca0f891a2f968bb8742ab7d98224ac6332a99d
Author: Matthias Seidel 
AuthorDate: Thu Feb 7 22:37:39 2019 +
Commit: Matthias Seidel 
CommitDate: Thu Feb 7 22:37:39 2019 +

Added Estonian dictionary

diff --git a/extensions.lst b/extensions.lst
index 05a97f1b20cf..fe1b43c12d5b 100644
--- a/extensions.lst
+++ b/extensions.lst
@@ -1,5 +1,5 @@
 #**
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**
 
 # This file defines the list of extensions that are preregistered or bundled 
with the pack sets.
@@ -79,6 +79,10 @@
 [ language==nl || language==ru ]
 e2eab80772ab1aa09716954219351a80 
https://sourceforge.net/projects/aoo-extensions/files/1470/1/en_US.oxt/download 
"dict-en_us.oxt"
 
+# Estonian dictionary
+[ language==et ]
+142568797ae1490a4477f4ab5fdc200a 
https://sourceforge.net/projects/aoo-extensions/files/1328/0/dict-et.oxt/download
 "dict-et.oxt"
+
 # Spanish dictionary
 [ language=es || language=ca || language=ca_XV ]
 1b999fcef948148e269161a08e7acf20 
https://sourceforge.net/projects/aoo-extensions/files/1657/4/es_es.oxt/download 
"dict-es_es.oxt"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 123240] Firefox Personas feature dont' find Personas theme

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123240

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||xiscofa...@libreoffice.org

--- Comment #2 from Xisco Faulí  ---
Yep. Firefox changed their API before we could even blink.

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

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


[Libreoffice-bugs] [Bug 123228] selection from Firefox themes (own theme) no longer works ( Firefox changed the API )

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123228

Xisco Faulí  changed:

   What|Removed |Added

 CC||sanipache...@outlook.com.ar

--- Comment #3 from Xisco Faulí  ---
*** Bug 123240 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 123236] inserted images not displayed

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123236

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Regina Henschel  ---
Please look into menu View. There is an item "Images and Charts". Have you
accidentally disabled it?

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


[Libreoffice-commits] core.git: helpcontent2

2019-02-07 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c12cdfed9c63cdf257ac6afb6f391731a240029e
Author: Mark 
AuthorDate: Thu Feb 7 11:21:57 2019 -0800
Commit: Gerrit Code Review 
CommitDate: Thu Feb 7 23:41:49 2019 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#107930 - Help needs to be corrected and amended for Recalculation

changed test in 0608.xhp

Change-Id: I4cc8a0a04517306e5196aa79c607e624b488a56f
Reviewed-on: https://gerrit.libreoffice.org/67518
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index e3a09f8bc5c2..328abcbac6eb 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit e3a09f8bc5c2276f3484a891b18b7da615160acb
+Subproject commit 328abcbac6eba3c0bcfcd9fc82c5afd79d6e8d05
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2019-02-07 Thread Libreoffice Gerrit user
 source/text/scalc/00/0406.xhp |2 +-
 source/text/scalc/01/0608.xhp |   17 +++--
 2 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit 328abcbac6eba3c0bcfcd9fc82c5afd79d6e8d05
Author: Mark 
AuthorDate: Thu Feb 7 11:21:57 2019 -0800
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Feb 7 23:41:49 2019 +0100

tdf#107930 - Help needs to be corrected and amended for Recalculation

changed test in 0608.xhp

Change-Id: I4cc8a0a04517306e5196aa79c607e624b488a56f
Reviewed-on: https://gerrit.libreoffice.org/67518
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/scalc/00/0406.xhp 
b/source/text/scalc/00/0406.xhp
index 40b1a51fe..9800a5977 100644
--- a/source/text/scalc/00/0406.xhp
+++ b/source/text/scalc/00/0406.xhp
@@ -58,7 +58,7 @@
 F9
 
 
-Choose 
Tools - Options - %PRODUCTNAME Calc - Formula.
+Choose 
%PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME Calc - 
Formula.
 
 Choose Data - Calculate - 
AutoCalculate.
 Choose Tools - AutoInput.
diff --git a/source/text/scalc/01/0608.xhp 
b/source/text/scalc/01/0608.xhp
index b704a3c29..456aadf32 100644
--- a/source/text/scalc/01/0608.xhp
+++ b/source/text/scalc/01/0608.xhp
@@ -36,16 +36,21 @@
 
 
 Recalculate
-Recalculates all changed formulas. If AutoCalculate is 
enabled, the Recalculate command applies only to formulas like RAND or 
NOW.
-
 
 
 
+If AutoCalculate is disabled, the Recalculate command 
recalculates all (so-called dirty) formula cells that depend on changed cell 
content and their dependents, and formula cells containing volatile functions 
such as RAND() or NOW() and formula cells that depend on 
them.
+If AutoCalculate is enabled, the Recalculate command 
applies only to formula cells containing volatile functions like RAND() or 
NOW() and formula cells that depend on them.
+In either mode, with formula cell(s) selected pressing F9 
recalculates the currently selected cells and formula cells that depend on 
them. This can be useful after reading documents with recalculation disabled 
and individual cells need recalculation.
 Press F9 to 
recalculate. Press Shift+CommandCtrl+F9
 to recalculate all formulas in the document.
+
+
+
+
+Recalculation 
options are, Recalculation on File Load, with values:
+Always 
recalculate, Never recalculate (default option), Prompt user.
 
-After the 
document has been recalculated, the display is refreshed. All charts are also 
refreshed.
-
-Volatile 
(delivering different results on each call) Add-In functions currently cannot 
respond to the Recalculate command or F9. Press Shift+CommandCtrl+F9
 to recalculate all formulas, including the Add-In functions.
-
+Press 
Shift+CommandCtrl+F9
 to recalculate all formulas in the document, including Add-In functions. The 
hard recalculation correctly recalculates all formula cells.
+After the 
document has been recalculated, the display is refreshed. All charts are also 
refreshed.
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - dbaccess/source

2019-02-07 Thread Libreoffice Gerrit user
 dbaccess/source/core/misc/dsntypes.cxx |8 +---
 dbaccess/source/ui/dlg/generalpage.cxx |7 +--
 2 files changed, 2 insertions(+), 13 deletions(-)

New commits:
commit 7ed1e978965c6da94c409631e36b7447835d44bf
Author: Stephan Bergmann 
AuthorDate: Wed Feb 6 12:59:07 2019 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Feb 7 23:39:04 2019 +0100

Make Firebird the (unconditional) default for new databases

60db3d2cc3bc4f124bd4d819fbd0285e7f19c8c4 "dbu: Set Firebird to default in
wizard.." had done so only "..in case experimental feature is checked in", 
but
Firebird has been made non-experimental meanwhile as documented at .

 "Creating new
'HSQLDB Embedded' database immediately brings up migration-to-Firebird 
dialog"
discusses that changing the default to Firebird may be beneficial, so lets 
do
that unconditionally now.

But 60db3d2cc3bc4f124bd4d819fbd0285e7f19c8c4 had apparently made a mistake,
setting the value returned from OGeneralPageWizard::getDatasourceName to
"sdbc:embedded:firebird" even though the corresponding "Connect to an 
exisiting
database" list in the new database wizard doesn't even support that 
(instead of
"sdbc:firebird:", which matches "Firebird File" in that list).  Fixed that 
now.

(Curiously, ODsnTypeCollection::getEmbeddedDatabase would read a
DefaultEmbeddedDatabase value from the configuration before resorting to the
hardcoded default, but `git log -SDefaultEmbeddedDatabase` makes it look 
like
there has never been any code to actually write that setting.)

Change-Id: I49b7430f5f8288a6a166ed9184cb438208d56ca1
Reviewed-on: https://gerrit.libreoffice.org/67449
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit 98c0b20864af965c3bb99a32f8ea57be7402e534)
Reviewed-on: https://gerrit.libreoffice.org/67460
Reviewed-by: Tamás Bunth 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/dbaccess/source/core/misc/dsntypes.cxx 
b/dbaccess/source/core/misc/dsntypes.cxx
index 644aa6e526cd..aeca5a029655 100644
--- a/dbaccess/source/core/misc/dsntypes.cxx
+++ b/dbaccess/source/core/misc/dsntypes.cxx
@@ -25,7 +25,6 @@
 #include 
 #include 
 #include 
-#include 
 
 namespace dbaccess
 {
@@ -300,12 +299,7 @@ OUString ODsnTypeCollection::getEmbeddedDatabase() const
 }
 if ( sEmbeddedDatabaseURL.isEmpty() )
 {
-SvtMiscOptions aMiscOptions;
-if( aMiscOptions.IsExperimentalMode() )
-sEmbeddedDatabaseURL = "sdbc:embedded:firebird";
-else
-sEmbeddedDatabaseURL = "sdbc:embedded:hsqldb";
-
+sEmbeddedDatabaseURL = "sdbc:embedded:firebird";
 }
 
 return sEmbeddedDatabaseURL;
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx 
b/dbaccess/source/ui/dlg/generalpage.cxx
index e324ed3859e4..9f1c2c6f58a6 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -41,7 +41,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 namespace dbaui
@@ -597,11 +596,7 @@ namespace dbaui
 // Sets the default selected database on startup.
 if (m_pRB_CreateDatabase->IsChecked() )
 {
-SvtMiscOptions aMiscOptions;
-if( aMiscOptions.IsExperimentalMode() )
-return m_pCollection->getTypeDisplayName( 
"sdbc:embedded:firebird" );
-else
-return m_pCollection->getTypeDisplayName( "jdbc:" );
+return m_pCollection->getTypeDisplayName( "sdbc:firebird:" );
 }
 
 return OGeneralPage::getDatasourceName( _rSet );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 123243] New: Spacing difference between Word & LibreOffice from an OOXML file.

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123243

Bug ID: 123243
   Summary: Spacing difference between Word & LibreOffice from an
OOXML file.
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rw92672685+documentfoundat...@hotmail.com

Description:
When opening a document created by Microsoft Word 2016 (although likely
initially created in Word 2003), there's a large additional space when opened
in LibreOffice Writer.

Steps to Reproduce:
1. Open the attached file.

Actual Results:
Between the Quotation header and the table with the Attention cell, there's a
large empty gap.

Expected Results:
The gap should be much smaller. In Word 2016, it's the same size as a single
line of text in the initial font style.


Reproducible: Always


User Profile Reset: No



Additional Info:
Found an Undo bug with the spacing in the same document although it was able to
repeated when converted to an ODT file. As they weren't exactly the same, filed
another bug for it; #123242.

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


[Libreoffice-bugs] [Bug 123243] Spacing difference between Word & LibreOffice from an OOXML file.

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123243

--- Comment #1 from Richard  ---
Created attachment 149001
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149001=edit
File described.

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


[Libreoffice-bugs] [Bug 122768] When selecting a certain printer Writer crashes

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122768

Michael Weghorn  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #10 from Michael Weghorn  ---
Thanks for the info! I can't reproduce here with a current development version.

The backtrace gives an indication about the location, which actually suggests
it depends on the PPD file, and this commit *might* already have fixed it:

commit 3288d88e0c0842a44aa959e41cc665b9cf3804b9
Author: Caolán McNamara 
Date:   Wed Nov 28 12:23:38 2018 +

Resolves: tdf#112215 null deref on missing optional ppd value

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

Can you do a retest with a more recent LibreOffice version, e.g. 6.2?

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


[Libreoffice-bugs] [Bug 123242] Reverting changes made with Undo is leading to inconsistent results.

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123242

--- Comment #1 from Richard  ---
Created attachment 149000
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149000=edit
Described 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 123242] New: Reverting changes made with Undo is leading to inconsistent results.

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123242

Bug ID: 123242
   Summary: Reverting changes made with Undo is leading to
inconsistent results.
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rw92672685+documentfoundat...@hotmail.com

Description:
When opening the attached file and deleting the first two paragraphs, at the
the initial cursor location, it will move the rest of the document upwards as
expected.

However, when reverting these deletions with Undo, the rest of the document
will end up on the next page, rather than in the middle of the first one, where
it was initially.

Steps to Reproduce:
1.
Open attached document.
2.
At the initial cursor position, hit delete twice, removing the paragraphs.
I suggest enabling formatting marks for this.
3.
Revert those two deletions with Undo.

Actual Results:
The rest of the document below the cursor position will end up on the second
page.

Expected Results:
Returned to the same state as when the document was opened. Leaving the rest of
the document back on the first page.


Reproducible: Always


User Profile Reset: No



Additional Info:
This document was initially a Microsoft Word OOXML document, saved with Word
2016, likely initially created in Word 2003.

When using the original OOXML file in Word, there isn't as much white space
between the Quotation header and the table that starts with Attention. I'll
file another bug for this 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 122970] Direct cursor leaves screen trail with mouse pointer movement and no text

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122970

--- Comment #5 from John  ---
Created attachment 148999
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148999=edit
OpenGL info

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


[Libreoffice-bugs] [Bug 123179] Filesave: Saving document with images linkend to file increased from 3 sec to 8 sec

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123179

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|NEW |NEEDINFO

--- Comment #3 from Xisco Faulí  ---
Seems to be win only... I can't reproduce it in

Version: 6.3.0.0.alpha0+
Build ID: 31d3369803ce4eceab5ef708f2cd33748b6d10ea
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

BTW, would you mind retesting it in master after my commit ->
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a7da594593eb2d63004a91dc471683713ce9742a
?

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


[Libreoffice-bugs] [Bug 122768] When selecting a certain printer Writer crashes

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122768

--- Comment #9 from Michael Kiermaier  ---
I don't know the copyright restrictions so I don't want to attach a copy of the
ppd.
The used PPD file within the archive is
GlobalPPD_1.4/Lexmark_MX520_Series.ppd

I did soffice --backtrace. The relevant part of the trace seems to be

Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
0x7fcab7091b7c in psp::PPDParser::PPDParser(rtl::OUString const&) () from
/usr/lib/libreoffice/program/libmergedlo.so
#0  0x7fcab7091b7c in psp::PPDParser::PPDParser(rtl::OUString const&) () at
/usr/lib/libreoffice/program/libmergedlo.so
#1  0x7fcab709e369 in  () at /usr/lib/libreoffice/program/libmergedlo.so
#2  0x7fcab70927db in psp::PPDParser::getParser(rtl::OUString const&) () at
/usr/lib/libreoffice/program/libmergedlo.so
#3  0x7fcab709f93c in  () at /usr/lib/libreoffice/program/libmergedlo.so
#4  0x7fcab7088164 in psp::JobData::operator=(psp::JobData const&) () at
/usr/lib/libreoffice/program/libmergedlo.so
#5  0x7fcab70d7430 in
SalGenericInstance::configurePspInfoPrinter(PspSalInfoPrinter*,
SalPrinterQueueInfo const*, ImplJobSetup*) () at
/usr/lib/libreoffice/program/libmergedlo.so
#6  0x7fca9e91863b in  () at
/usr/lib/libreoffice/program/libvclplug_gtk3lo.so
#7  0x7fcab6fb9b38 in  () at /usr/lib/libreoffice/program/libmergedlo.so
#8  0x7fcab6fbde4f in Printer::Printer(rtl::OUString const&) () at
/usr/lib/libreoffice/program/libmergedlo.so
#9  0x7fcab6dc7463 in  () at /usr/lib/libreoffice/program/libmergedlo.so
#10 0x7fcab6e31730 in Control::ImplCallEventListenersAndHandler(VclEventId,
std::function const&) () at
/usr/lib/libreoffice/program/libmergedlo.so
#11 0x7fcab6e67372 in ListBox::Select() () at
/usr/lib/libreoffice/program/libmergedlo.so
#12 0x7fcab6e69e00 in  () at /usr/lib/libreoffice/program/libmergedlo.so
#13 0x7fcab6e614f5 in  () at /usr/lib/libreoffice/program/libmergedlo.so
#14 0x7fcab6e61fa7 in  () at /usr/lib/libreoffice/program/libmergedlo.so
#15 0x7fcab6dfff3c in vcl::Window::EndTracking(TrackingEventFlags) () at
/usr/lib/libreoffice/program/libmergedlo.so
[...]

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


[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
Bug 102495 depends on bug 122752, which changed state.

Bug 122752 Summary: gtk3_kde5/kde5: save file dialog doesn't add file extension 
and misses custom controls when using LXQt
https://bugs.documentfoundation.org/show_bug.cgi?id=122752

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 122919] EDITING The LibreOffice crashes when we insert a picture from the gallery

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122919

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard||target:6.3.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 122768] When selecting a certain printer Writer crashes

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122768

--- Comment #8 from Michael Weghorn  ---
(In reply to Michael Kiermaier from comment #7)
> PPD driver has been downloaded from:
> http://support.lexmark.com/
> index?page=content=DR24522=en_US=recommendedSegmentOS

That archive contains several PPD files. Can you attach the one that is
actually used? (Your issue may or may not be the same as that of the original
reporter, so it might make sense to create a separate bug report at some point
in time, but let's leave it for now...)

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


[Libreoffice-bugs] [Bug 122609] Send as PDF creates distorted or missing graphics

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122609

--- Comment #7 from Data Pro  ---
Created attachment 148998
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148998=edit
Picture used in doc

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

2019-02-07 Thread Libreoffice Gerrit user
 svx/source/form/datanavi.cxx   |  151 ++---
 svx/source/inc/datanavi.hxx|   24 ++---
 svx/uiconfig/ui/namespacedialog.ui |   94 ---
 3 files changed, 119 insertions(+), 150 deletions(-)

New commits:
commit 950bdd703bb4430526598a132897a6b77cb21005
Author: Caolán McNamara 
AuthorDate: Thu Feb 7 17:15:52 2019 +
Commit: Caolán McNamara 
CommitDate: Thu Feb 7 21:59:13 2019 +0100

weld NamespaceItemDialog

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

diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index 85a4a70eb0cf..6b241324b353 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -2812,8 +2812,8 @@ namespace svxform
 {
 SAL_WARN( "svx.form", "AddDataItemDialog::EditHdl(): exception 
caught" );
 }
-ScopedVclPtrInstance< NamespaceItemDialog > aDlg( this, xNameContnr );
-aDlg->Execute();
+NamespaceItemDialog aDlg(this, xNameContnr);
+aDlg.run();
 try
 {
 m_xBinding->setPropertyValue( PN_BINDING_NAMESPACES, makeAny( 
xNameContnr ) );
@@ -2866,123 +2866,91 @@ namespace svxform
 m_pResultWin->SetText( sResult );
 }
 
-NamespaceItemDialog::NamespaceItemDialog(
-AddConditionDialog* _pCondDlg,
-Reference< XNameContainer >& _rContainer )
-: ModalDialog( _pCondDlg, "NamespaceDialog",
-"svx/ui/namespacedialog.ui" )
-, m_pConditionDlg(_pCondDlg)
-, m_rNamespaces(_rContainer)
+NamespaceItemDialog::NamespaceItemDialog(AddConditionDialog* pCondDlg, 
Reference& rContainer)
+: GenericDialogController(pCondDlg->GetFrameWeld(), 
"svx/ui/namespacedialog.ui", "NamespaceDialog")
+, m_pConditionDlg(pCondDlg)
+, m_rNamespaces(rContainer)
+, m_xNamespacesList(m_xBuilder->weld_tree_view("namespaces"))
+, m_xAddNamespaceBtn(m_xBuilder->weld_button("add"))
+, m_xEditNamespaceBtn(m_xBuilder->weld_button("edit"))
+, m_xDeleteNamespaceBtn(m_xBuilder->weld_button("delete"))
+, m_xOKBtn(m_xBuilder->weld_button("ok"))
 {
-get(m_pAddNamespaceBtn, "add");
-get(m_pEditNamespaceBtn, "edit");
-get(m_pDeleteNamespaceBtn, "delete");
-get(m_pOKBtn, "ok");
+
m_xNamespacesList->set_size_request(m_xNamespacesList->get_approximate_digit_width()
 * 80,
+
m_xNamespacesList->get_height_rows(8));
+
+std::vector aWidths;
+aWidths.push_back(m_xNamespacesList->get_approximate_digit_width() * 
20);
+m_xNamespacesList->set_column_fixed_widths(aWidths);
 
-SvSimpleTableContainer* pNamespacesListContainer =
-get("namespaces");
-Size aControlSize(175, 72);
-aControlSize = LogicToPixel(aControlSize, 
MapMode(MapUnit::MapAppFont));
-pNamespacesListContainer->set_width_request(aControlSize.Width());
-pNamespacesListContainer->set_height_request(aControlSize.Height());
-m_pNamespacesList = 
VclPtr::Create(*pNamespacesListContainer, 0);
-
-static long aTabPositions[]= { 0, 35, 200 };
-m_pNamespacesList->SvSimpleTable::SetTabs( 
SAL_N_ELEMENTS(aTabPositions), aTabPositions );
-OUString sHeader = get("prefix")->GetText();
-sHeader += "\t";
-sHeader += get("url")->GetText();
-m_pNamespacesList->InsertHeaderEntry(
-sHeader, HEADERBAR_APPEND, HeaderBarItemBits::LEFT /*| 
HeaderBarItemBits::FIXEDPOS | HeaderBarItemBits::FIXED*/ );
-
-m_pNamespacesList->SetSelectHdl( LINK( this, NamespaceItemDialog, 
SelectHdl ) );
-Link aLink = LINK( this, NamespaceItemDialog, ClickHdl );
-m_pAddNamespaceBtn->SetClickHdl( aLink );
-m_pEditNamespaceBtn->SetClickHdl( aLink );
-m_pDeleteNamespaceBtn->SetClickHdl( aLink );
-m_pOKBtn->SetClickHdl( LINK( this, NamespaceItemDialog, OKHdl ) );
+m_xNamespacesList->connect_changed( LINK( this, NamespaceItemDialog, 
SelectHdl ) );
+Link aLink = LINK( this, NamespaceItemDialog, 
ClickHdl );
+m_xAddNamespaceBtn->connect_clicked( aLink );
+m_xEditNamespaceBtn->connect_clicked( aLink );
+m_xDeleteNamespaceBtn->connect_clicked( aLink );
+m_xOKBtn->connect_clicked( LINK( this, NamespaceItemDialog, OKHdl ) );
 
 LoadNamespaces();
-SelectHdl( m_pNamespacesList );
+SelectHdl(*m_xNamespacesList);
 }
 
-
 NamespaceItemDialog::~NamespaceItemDialog()
 {
-disposeOnce();
-}
-
-void NamespaceItemDialog::dispose()
-{
-m_pNamespacesList.disposeAndClear();
-m_pAddNamespaceBtn.clear();
-m_pEditNamespaceBtn.clear();
-m_pDeleteNamespaceBtn.clear();
-

[Libreoffice-commits] core.git: basctl/source basctl/uiconfig

2019-02-07 Thread Libreoffice Gerrit user
 basctl/source/basicide/basides1.cxx|4 
 basctl/source/dlged/managelang.cxx |  107 +++--
 basctl/source/inc/managelang.hxx   |   23 ++---
 basctl/uiconfig/basicide/ui/managelanguages.ui |   52 ++--
 4 files changed, 106 insertions(+), 80 deletions(-)

New commits:
commit 9170c8eeb6f47772f0c3e91f0cfb47b5bd2fd3ed
Author: Caolán McNamara 
AuthorDate: Thu Feb 7 16:17:30 2019 +
Commit: Caolán McNamara 
CommitDate: Thu Feb 7 21:58:59 2019 +0100

weld ManageLanguageDialog

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

diff --git a/basctl/source/basicide/basides1.cxx 
b/basctl/source/basicide/basides1.cxx
index d9a9adecaa3a..25dc3e5a4e17 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -742,8 +742,8 @@ void Shell::ExecuteGlobal( SfxRequest& rReq )
 {
 std::shared_ptr pRequest(new SfxRequest(rReq));
 rReq.Ignore(); // the 'old' request is not relevant any more
-auto pDlg = VclPtr::Create(pCurWin, 
m_pCurLocalizationMgr);
-pDlg->StartExecuteAsync([=](sal_Int32 /*nResult*/){
+std::shared_ptr xDlg(new 
ManageLanguageDialog(pCurWin ? pCurWin->GetFrameWeld() : nullptr, 
m_pCurLocalizationMgr));
+weld::DialogController::runAsync(xDlg, [=](sal_Int32 /*nResult*/){
 pRequest->Done();
 });
 }
diff --git a/basctl/source/dlged/managelang.cxx 
b/basctl/source/dlged/managelang.cxx
index 81a74b030f71..d6ab5d30e4ac 100644
--- a/basctl/source/dlged/managelang.cxx
+++ b/basctl/source/dlged/managelang.cxx
@@ -56,37 +56,27 @@ bool localesAreEqual( const Locale& rLocaleLeft, const 
Locale& rLocaleRight )
 return bRet;
 }
 
-ManageLanguageDialog::ManageLanguageDialog(vcl::Window* pParent, 
std::shared_ptr const & xLMgr)
-: ModalDialog(pParent, "ManageLanguagesDialog", 
"modules/BasicIDE/ui/managelanguages.ui")
+ManageLanguageDialog::ManageLanguageDialog(weld::Window* pParent, 
std::shared_ptr const & xLMgr)
+: GenericDialogController(pParent, 
"modules/BasicIDE/ui/managelanguages.ui", "ManageLanguagesDialog")
 , m_xLocalizationMgr(xLMgr)
 , m_sDefLangStr(IDEResId(RID_STR_DEF_LANG))
 , m_sCreateLangStr(IDEResId(RID_STR_CREATE_LANG))
+, m_xLanguageLB(m_xBuilder->weld_tree_view("treeview"))
+, m_xAddPB(m_xBuilder->weld_button("add"))
+, m_xDeletePB(m_xBuilder->weld_button("delete"))
+, m_xMakeDefPB(m_xBuilder->weld_button("default"))
 {
-get(m_pLanguageLB, "treeview");
-m_pLanguageLB->set_height_request(m_pLanguageLB->GetTextHeight() * 10);
-m_pLanguageLB->set_width_request(m_pLanguageLB->approximate_char_width() * 
50);
-get(m_pAddPB, "add");
-get(m_pDeletePB, "delete");
-get(m_pMakeDefPB, "default");
+
m_xLanguageLB->set_size_request(m_xLanguageLB->get_approximate_digit_width() * 
42,
+m_xLanguageLB->get_height_rows(10));
 
 Init();
 FillLanguageBox();
-SelectHdl( *m_pLanguageLB );
+SelectHdl( *m_xLanguageLB );
 }
 
 ManageLanguageDialog::~ManageLanguageDialog()
 {
-disposeOnce();
-}
-
-void ManageLanguageDialog::dispose()
-{
 ClearLanguageBox();
-m_pLanguageLB.clear();
-m_pAddPB.clear();
-m_pDeletePB.clear();
-m_pMakeDefPB.clear();
-ModalDialog::dispose();
 }
 
 void ManageLanguageDialog::Init()
@@ -95,16 +85,16 @@ void ManageLanguageDialog::Init()
 Shell* pShell = GetShell();
 const OUString& sLibName = pShell->GetCurLibName();
 // set dialog title with library name
-OUString sText = GetText();
+OUString sText = m_xDialog->get_title();
 sText = sText.replaceAll("$1", sLibName);
-SetText( sText );
+m_xDialog->set_title(sText);
 // set handler
-m_pAddPB->SetClickHdl( LINK( this, ManageLanguageDialog, AddHdl ) );
-m_pDeletePB->SetClickHdl( LINK( this, ManageLanguageDialog, DeleteHdl ) );
-m_pMakeDefPB->SetClickHdl( LINK( this, ManageLanguageDialog, MakeDefHdl ) 
);
-m_pLanguageLB->SetSelectHdl( LINK( this, ManageLanguageDialog, SelectHdl ) 
);
+m_xAddPB->connect_clicked( LINK( this, ManageLanguageDialog, AddHdl ) );
+m_xDeletePB->connect_clicked( LINK( this, ManageLanguageDialog, DeleteHdl 
) );
+m_xMakeDefPB->connect_clicked( LINK( this, ManageLanguageDialog, 
MakeDefHdl ) );
+m_xLanguageLB->connect_changed( LINK( this, ManageLanguageDialog, 
SelectHdl ) );
 
-m_pLanguageLB->EnableMultiSelection( true );
+m_xLanguageLB->set_selection_mode(SelectionMode::Multiple);
 }
 
 void ManageLanguageDialog::FillLanguageBox()
@@ -126,28 +116,28 @@ void ManageLanguageDialog::FillLanguageBox()
 {
 sLanguage += " " + m_sDefLangStr;
 }
-const sal_Int32 nPos = 

[Libreoffice-bugs] [Bug 120639] I have to copy twice if i do it with mice context menu

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120639

--- Comment #11 from Michael Weghorn  ---
That's strange. I just tried
https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF-dbg/current/master_dbg~2019-02-07_10.11.14_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_archive.tar.gz
and this one works fine and was using the gtk3 and kde5 VCL plugins when I set
the SAL_USE_VCLPLUGIN environment variable accordingly...

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


[Libreoffice-bugs] [Bug 123241] Cannot to save huge ODS to XLSX (32bit only)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123241

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

   What|Removed |Added

   Keywords||filter:xlsx

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


[Libreoffice-bugs] [Bug 122652] [META] Memory problems in LibreOffice

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122652

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

   What|Removed |Added

 Depends on||123241


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123241
[Bug 123241] Cannot to save huge ODS to XLSX (32bit only)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123241] Cannot to save huge ODS to XLSX (32bit only)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123241

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

   What|Removed |Added

 Blocks||122652


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 123241] Cannot to save huge ODS to XLSX (32bit only)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123241

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 148997
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148997=edit
Example (from 123225) but as ODS

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


[Libreoffice-bugs] [Bug 123241] New: Cannot to save huge ODS to XLSX (32bit only)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123241

Bug ID: 123241
   Summary: Cannot to save huge ODS to XLSX (32bit only)
   Product: LibreOffice
   Version: 6.1.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Cannot to save huge ODS to XLSX (32bit only), show error window.

It's memory problem. I saw over 1,3Gb of memory in use on 32 bit OS
And I tried export from 64 LibreOffice - I got 2,6 Gb of memory i use but
export was ended correct

Steps to Reproduce:
1. Open file from attach
2. Try save it to XLSX (only from 32 bit LibreOffice)
3. LO is freezed and crashed (without crash report)

Actual Results:
LO is freezed and crashed (without crash report)

Expected Results:
LO exports file to XLSX fine


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 122323] FILEOPEN PPTX large swing angles in arcTo command are not clipped to 360deg

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122323

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|6.3.0.0.alpha0+ Master  |4.1 all versions
 Status|UNCONFIRMED |NEW

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

Version: 6.3.0.0.alpha0+
Build ID: 31d3369803ce4eceab5ef708f2cd33748b6d10ea
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

Version: 5.2.0.0.alpha0+
Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53
Threads 4; Ver: 4.15; Render: default; 

Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

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


[Libreoffice-bugs] [Bug 123240] Firefox Personas feature dont' find Personas theme

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123240

--- Comment #1 from Leandro Martín Drudi  ---
Created attachment 148996
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148996=edit
No themes found

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


[Libreoffice-bugs] [Bug 123240] New: Firefox Personas feature dont' find Personas theme

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123240

Bug ID: 123240
   Summary: Firefox Personas feature dont' find Personas theme
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sanipache...@outlook.com.ar

Description:
The new feature to apply a Firefox theme does not find any Theme

Steps to Reproduce:
1. Tools -> Opcions -> Personalization
2. Own theme
3. Write a name in field.
4. Clic Finde button.
5. No Results

Actual Results:
No results

Expected Results:
A) Firefox themes that match what was searched.
B) Firefox themes in the selecten category.


Reproducible: Always


User Profile Reset: Yes



Additional Info:

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


[Libreoffice-bugs] [Bug 122323] FILEOPEN PPTX large swing angles in arcTo command are not clipped to 360deg

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122323

Xisco Faulí  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 123040] LibreOffice 6.1.4.2 (Mac) Crashes on opening document

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123040

wa4...@yahoo.com changed:

   What|Removed |Added

 Attachment #148756|0   |1
is obsolete||

--- Comment #9 from wa4...@yahoo.com ---
Created attachment 148995
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148995=edit
Data from the crash of 6.1.5.002

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


[Libreoffice-bugs] [Bug 122323] FILEOPEN PPTX large swing angles in arcTo command are not clipped to 360deg

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122323

--- Comment #4 from Xisco Faulí  ---
Created attachment 148994
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148994=edit
Comparison LibreOffice 6.3 Master and MSO 2010

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


[Libreoffice-bugs] [Bug 123040] LibreOffice 6.1.4.2 (Mac) Crashes on opening document

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123040

--- Comment #8 from wa4...@yahoo.com ---
Okay, did so, re-enabled the spell-checking, etc and opened the same document.
Immediately I received the spinning beach ball, and Mac reported the app as
unresponsive.

I only waited a couple of minutes, but it seems obvious it won't recover. I
will attach the crash 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 123059] The problem of drawing the window, determining the position of the cursor (OpenGL)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123059

E4D  changed:

   What|Removed |Added

Version|6.2.0.2 rc  |6.2.0.3 release

--- Comment #4 from E4D  ---
I have a notebook i5-7300HQ(HD630)+1050Ti. I thought it being because I turned
off second 1050Ti videocard in devices. "SketchUp" has some problem if it is.
But no. LO continues work incorrect in a standart mode. 
Of Course, I can use it in the safe mode.

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


[Libreoffice-bugs] [Bug 120659] UI: Comment line too thin and not good recognizable

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120659

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #8 from Xisco Faulí  ---
Hi Thomas,
Does it work if you disable OpenGl ? ->
https://wiki.documentfoundation.org/OpenGL

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

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


[Libreoffice-bugs] [Bug 121908] Maximized windows on huge (4K) screens change contents on "File Open" dialog (OpenGL)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121908

Xisco Faulí  changed:

   What|Removed |Added

Summary|Maximized windows on huge   |Maximized windows on huge
   |(4K) screens change |(4K) screens change
   |contents on "File Open" |contents on "File Open"
   |dialog  |dialog (OpenGL)

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


[Libreoffice-bugs] [Bug 122236] KDE5: too large gaps between radiobutton and text (if there is no icon for the item)

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122236

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #5 from Xisco Faulí  ---
Hi Vera,
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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


[Libreoffice-bugs] [Bug 121383] Filesave ODS: First save after opening quit slow

2019-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121383

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #6 from Xisco Faulí  ---
15 seconds in

Version: 6.3.0.0.alpha0+
Build ID: 31d3369803ce4eceab5ef708f2cd33748b6d10ea
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

@Telesto, what are your measurements in master ?

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