[Libreoffice-bugs] [Bug 83532] EDITING: Right (after) indent of paragraph does not work in lists

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83532

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107831  |113546


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107831
[Bug 107831] [META] Paragraph-level bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113546
[Bug 113546] [META] Paragraph indent 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 107831] [META] Paragraph-level bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107831

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|83532   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83532
[Bug 83532] EDITING: Right (after) indent of paragraph does not work in lists
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113546] [META] Paragraph indent bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113546

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||83532


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83532
[Bug 83532] EDITING: Right (after) indent of paragraph does not work in lists
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116738] New: XLSX import: Different column widths on Linux vs Windows

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116738

Bug ID: 116738
   Summary: XLSX import: Different column widths on Linux vs
Windows
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Keywords: filter:xlsx
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

Created attachment 141017
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141017=edit
XLSX which has different column widths when imported on Windows vs Linux

Original report: https://ask.libreoffice.org/en/question/151109

The attachment shows the problem: when imported on Linux (without installed
Calibri font), column A has width of 0.81 cm, while on Windows (with Calibri
font installed), the column width is 0.65 cm.

The suspicion is that the difference is related to the fact that XLSX stores
column width in character width units, and the used font is absent on system
(so some other font is possibly used for width calculations). But even if this
is the case, this is the bug, since in specific case of Calibri font, we bundle
Carlito, which is expected to be metrically compatible, and is used for Calibri
substitution; so it should be used for width calculations. Either it is not
used here, or the font still has some metrical incompatibility.

Tested on Version: 6.0.3.2 (x64)
Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: ru-RU (ru_RU); Calc: CL

vs

Version: 6.0.2.1
Build ID: 1:6.0.2~rc1-0ubuntu0.16.04.1~lo1
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group

(the original report was against 5.4.6.2 on Linux Mint v.18)

I mark it as a Linux problem, but actually it looks more like a general problem
which happens to manifest itself on Linux for this specific font (I guess it
would be the the problem also on Windows if required font was missing).

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


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

2018-04-01 Thread Andrea Gelmini
 source/text/scalc/guide/formulas.xhp   |2 +-
 source/text/shared/guide/redlining.xhp |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 03f934e2c836af98bb8d7722b4a4ecec9c741910
Author: Andrea Gelmini 
Date:   Sun Apr 1 17:54:36 2018 +0200

Removed comments

Change-Id: I5917f9c4b49a06937f5d7ab5ecf1551953dc7875
Reviewed-on: https://gerrit.libreoffice.org/52229
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/scalc/guide/formulas.xhp 
b/source/text/scalc/guide/formulas.xhp
index ee71644ac..acc8ae6b0 100644
--- a/source/text/scalc/guide/formulas.xhp
+++ b/source/text/scalc/guide/formulas.xhp
@@ -32,7 +32,7 @@
 formulas;calculating with
 calculating; with formulas
 examples;formula calculation
-mw changed "formulas;..." entry and addes "examples;..." 
entryCalculating With Formulas
+Calculating With Formulas
 
 All formulas 
begin with an equals sign. The formulas can contain numbers, text, arithmetic 
operators, logic operators, or functions.
 Remember that the 
basic arithmetic operators (+, -, *, /) can be used in formulas using the 
"Multiplication and Division before Addition and Subtraction" rule. Instead of 
writing =SUM(A1:B1) you can write =A1+B1.
diff --git a/source/text/shared/guide/redlining.xhp 
b/source/text/shared/guide/redlining.xhp
index 5427a0f2f..1878c3454 100644
--- a/source/text/shared/guide/redlining.xhp
+++ b/source/text/shared/guide/redlining.xhp
@@ -32,7 +32,7 @@
   changes; review function
   review function; recording changes 
example
   Track Changes, see review function
-MW addes a cross-referenceMW added 
"highlighting changes"
+
 Recording and Displaying Changes
 
   The review 
function is available in %PRODUCTNAME for text documents and spreadsheet 
documents.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2018-04-01 Thread Andrea Gelmini
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3939e10c515364cb9ef0a089d3db667aed0aa5ea
Author: Andrea Gelmini 
Date:   Sun Apr 1 17:54:36 2018 +0200

Updated core
Project: help  03f934e2c836af98bb8d7722b4a4ecec9c741910

Removed comments

Change-Id: I5917f9c4b49a06937f5d7ab5ecf1551953dc7875
Reviewed-on: https://gerrit.libreoffice.org/52229
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 29f6ad0004e6..03f934e2c836 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 29f6ad0004e6f49481ae32c577b394ec709b43f0
+Subproject commit 03f934e2c836af98bb8d7722b4a4ecec9c741910
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116737] INSERT TABLE: Can't select table style

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116737

--- Comment #1 from Dieter Praas  ---
Additional information:

Version: 6.1.0.0.alpha0+ (x64)
Build ID: 34568738bbaf1e82dbb53fdf516f4d57416bb5b0
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-04-01_23:50:19
Locale: de-DE (de_DE); Calc: CL

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


[Libreoffice-bugs] [Bug 116737] INSERT TABLE: Can't select table style

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116737

Dieter Praas  changed:

   What|Removed |Added

 Blocks||113557


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113557
[Bug 113557] [META] Writer insert table dialog 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 113557] [META] Writer insert table dialog bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113557

Dieter Praas  changed:

   What|Removed |Added

 Depends on||116737


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116737
[Bug 116737] INSERT TABLE: Can't select table style
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116737] New: INSERT TABLE: Can't select table style

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116737

Bug ID: 116737
   Summary: INSERT TABLE: Can't select table style
   Product: LibreOffice
   Version: 6.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dgp-m...@gmx.de

Created attachment 141016
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141016=edit
Screenshot of Insert table dialog

Steps to reprocuce

1. Open writer
2. Insert => Insert Table

It's not possible to select a table style (see attachment)

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

2018-04-01 Thread andreas kainz
 icon-themes/colibre/links.txt |   69 --
 1 file changed, 67 insertions(+), 2 deletions(-)

New commits:
commit b8dbb7332c617731bcab8e67ca9f2a16cf39ff5b
Author: andreas kainz 
Date:   Sun Apr 1 22:41:20 2018 +0200

Colibre icons: update links.txt file

Change-Id: I2e21271302075281acc4b5feaa00adf51bf831d9
Reviewed-on: https://gerrit.libreoffice.org/52237
Tested-by: Jenkins 
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index 77acaac4de9e..b259a5d5757e 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -999,6 +999,72 @@ res/lc10715.png cmd/lc_datafilterstandardfilter.png
 res/lc10716.png cmd/lc_datafilterautofilter.png
 res/lc10853.png cmd/lc_recsearch.png
 
+res/lx03127.png res/lx03126.png
+res/lx03130.png res/lx03123.png
+res/lx03137.png res/lx03125.png
+res/lx03140.png res/lx03125.png
+res/lx03145.png res/lx03144.png
+res/lx03152.png res/lx03125.png
+res/lx03153.png res/lx03125.png
+res/lx03154.png res/lx03125.png
+res/lx03155.png res/lx03125.png
+res/lx03158.png res/lx03125.png
+res/lx03160.png res/lx03125.png
+res/lx03219.png res/lx03125.png
+res/lx03162.png res/lx03156.png
+res/lx03163.png res/lx03156.png
+res/lx03188.png res/lx03126.png
+res/lx03218.png res/lx03217.png
+res/lx03220.png res/lx03217.png
+res/lx03221.png res/lx03217.png
+res/lx03222.png res/lx03217.png
+res/lx03227.png res/lx03217.png
+res/lx03228.png res/lx03217.png
+
+res/sx03127.png res/sx03126.png
+res/sx03130.png res/sx03123.png
+res/sx03137.png res/sx03125.png
+res/sx03140.png res/sx03125.png
+res/sx03145.png res/sx03144.png
+res/sx03152.png res/sx03125.png
+res/sx03153.png res/sx03125.png
+res/sx03154.png res/sx03125.png
+res/sx03155.png res/sx03125.png
+res/sx03158.png res/sx03125.png
+res/sx03160.png res/sx03125.png
+res/sx03219.png res/sx03125.png
+res/sx03162.png res/sx03156.png
+res/sx03163.png res/sx03156.png
+res/sx03188.png res/sx03126.png
+res/sx03218.png res/sx03217.png
+res/sx03220.png res/sx03217.png
+res/sx03221.png res/sx03217.png
+res/sx03222.png res/sx03217.png
+res/sx03227.png res/sx03217.png
+res/sx03228.png res/sx03217.png
+
+res/harddisk_16.png cmd/sc_open.png
+res/lx03164.png cmd/lc_open.png
+res/lx03167.png cmd/lc_openremote.png
+res/newdoc.png cmd/lc_open.png
+res/oleobj.png cmd/lc_insertobject.png
+res/lx03256.png cmd/lc_insertplugin.png
+res/plugin.png cmd/lc_insertplugin.png
+res/sx10144.png cmd/sc_checkbox.png
+res/sx10593.png cmd/sc_switchxformsdesignmode.png
+res/sx10597.png cmd/sc_color.png
+res/sx10598.png cmd/sc_group.png
+
+res/sc05500.png cmd/sc_adddirect.png
+res/sc05678.png cmd/sc_inserthyperlink.png
+res/sc10851.png cmd/sc_inserthyperlink.png
+res/sx03164.png cmd/sc_open.png
+res/sx03187.png cmd/sc_inserttable.png
+res/sx03201.png cmd/sc_copy.png
+res/sx03202.png cmd/sc_copy.png
+res/sx03256.png cmd/sc_insertplugin.png
+
+
 res/lx03165.png cmd/lc_save.png
 res/lx03189.png cmd/lc_open.png
 res/sc05501.png cmd/sc_open.png
@@ -1009,8 +1075,7 @@ res/mainapp_16.png cmd/sc_showsinglepage.png
 res/mainapp_16.png cmd/sc_showsinglepage.png
 res/mainapp_16_8.png cmd/sc_showsinglepage.png
 
-res/mainapp.png res/newdoc.png
-res/mainapp_32.png res/newdoc.png
+res/mainapp_32.png res/mainapp_32_8.png
 res/printeradmin_16_8.png res/printeradmin_16.png
 res/printeradmin_32_8.png res/printeradmin_32.png
 res/reload.png cmd/sc_reload.png
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - icon-themes/colibre icon-themes/colibre_svg officecfg/registry

2018-04-01 Thread andreas kainz
 icon-themes/colibre/cmd/32/save.png  |binary
 icon-themes/colibre/res/grafikde.png |binary
 icon-themes/colibre/res/grafikei.png |binary
 icon-themes/colibre/res/lx03123.png  |binary
 icon-themes/colibre/res/lx03125.png  |binary
 icon-themes/colibre/res/lx03126.png  |binary
 icon-themes/colibre/res/lx03129.png  |binary
 icon-themes/colibre/res/lx03144.png  |binary
 icon-themes/colibre/res/lx03150.png  |binary
 icon-themes/colibre/res/lx03156.png  |binary
 icon-themes/colibre/res/lx03217.png  |binary
 icon-themes/colibre/res/lx03226.png  |binary
 icon-themes/colibre/res/savemodified_extralarge.png  |binary
 icon-themes/colibre/res/sx03123.png  |binary
 icon-themes/colibre/res/sx03125.png  |binary
 icon-themes/colibre/res/sx03126.png  |binary
 icon-themes/colibre/res/sx03129.png  |binary
 icon-themes/colibre/res/sx03144.png  |binary
 icon-themes/colibre/res/sx03150.png  |binary
 icon-themes/colibre/res/sx03156.png  |binary
 icon-themes/colibre/res/sx03217.png  |binary
 icon-themes/colibre/res/sx03226.png  |binary
 icon-themes/colibre/res/tb01.png |binary
 icon-themes/colibre/res/tb02.png |binary
 icon-themes/colibre/res/tb03.png |binary
 icon-themes/colibre/res/tb04.png |binary
 icon-themes/colibre/res/tb05.png |binary
 icon-themes/colibre_svg/cmd/32/save.svg  |1 +
 icon-themes/colibre_svg/res/grafikde.svg |1 +
 icon-themes/colibre_svg/res/grafikei.svg |1 +
 icon-themes/colibre_svg/res/lx03123.svg  |1 +
 icon-themes/colibre_svg/res/lx03125.svg  |1 +
 icon-themes/colibre_svg/res/lx03126.svg  |1 +
 icon-themes/colibre_svg/res/lx03129.svg  |1 +
 icon-themes/colibre_svg/res/lx03144.svg  |1 +
 icon-themes/colibre_svg/res/lx03150.svg  |1 +
 icon-themes/colibre_svg/res/lx03156.svg  |1 +
 icon-themes/colibre_svg/res/lx03217.svg  |1 +
 icon-themes/colibre_svg/res/lx03226.svg  |1 +
 icon-themes/colibre_svg/res/savemodified_extralarge.svg  |1 +
 icon-themes/colibre_svg/res/sx03123.svg  |1 +
 icon-themes/colibre_svg/res/sx03125.svg  |1 +
 icon-themes/colibre_svg/res/sx03126.svg  |1 +
 icon-themes/colibre_svg/res/sx03129.svg  |1 +
 icon-themes/colibre_svg/res/sx03144.svg  |1 +
 icon-themes/colibre_svg/res/sx03150.svg  |1 +
 icon-themes/colibre_svg/res/sx03156.svg  |1 +
 icon-themes/colibre_svg/res/sx03217.svg  |1 +
 icon-themes/colibre_svg/res/sx03226.svg  |1 +
 icon-themes/colibre_svg/res/tb01.svg |5 
+
 icon-themes/colibre_svg/res/tb02.svg |5 
+
 icon-themes/colibre_svg/res/tb03.svg |5 
+
 icon-themes/colibre_svg/res/tb04.svg |6 
++
 icon-themes/colibre_svg/res/tb05.svg |6 
++
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |3 +++
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |3 +++
 56 files changed, 55 insertions(+)

New commits:
commit b543039da340d92d8f762119d378fa1fa97a54e3
Author: andreas kainz 
Date:   Sun Apr 1 22:36:39 2018 +0200

Colibre icons: update res folder

Change-Id: Ie3564c56a75c86fe07c7028b4fc540a6857ac0e4
Reviewed-on: https://gerrit.libreoffice.org/52236
Tested-by: Jenkins 
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/colibre/cmd/32/save.png 
b/icon-themes/colibre/cmd/32/save.png
new file mode 100644
index 

[Libreoffice-bugs] [Bug 116735] PDF bookmark jumps to table Repeat heading

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116735

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #3 from Dieter Praas  ---
Can't reproduce it when I export the file to PDF with

Version: 6.1.0.0.alpha0+ (x64)
Build ID: 9d75bfcfaef97b247b3b6cd346eb27e02ae7b010
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-03-19_06:25:17
Locale: de-DE (de_DE); Calc: CL

and

Version: 5.4.6.2 (x64)
Build-ID: 4014ce260a04f1026ba855d3b8d91541c224eab8
CPU-Threads: 4; BS: Windows 6.19; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

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


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

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

Bug 96653 Summary: PNG graphics are corrupted when exported to PDF
https://bugs.documentfoundation.org/show_bug.cgi?id=96653

   What|Removed |Added

 Status|VERIFIED|REOPENED
 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 116731] Unicode pictographs are no longer shown

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116731

--- Comment #2 from Alberto Salvia Novella  ---
My operating system is Manjaro Deepin, which is a Linux rolling distribution
with the most updated non beta software:

https://manjaro.org/community-editions/

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


[Libreoffice-bugs] [Bug 116716] Grouped images with "in line with text" wrap in docx file not displayed/rendered in LibreWriter

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116716

--- Comment #4 from dxt@gmail.com ---
As you can see in the sample file, the group with wrap set to "in front of
text" in Microsoft Word is rendered normally. 

With the wrap set to "in line with text", the group is actually rendered but
resized to small dots. And when I right click on the group in LibreWriter, I
could not change the wrap or ungroup it. Then I found out that if I change the
anchor to Page (it was initially set to "As character" by LibreWriter), the
Wrap and Ungroup menu are shown again.

I also tried to change the width of the group in Word first, and it was as you
said, the group was rendered correctly. Nevertheless, I think this is still an
annoying bug as I don't really want to change the width of the group.

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


[Libreoffice-ux-advise] [Bug 116695] Default icon theme for Gnome based desktop environments

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116695

--- Comment #4 from Adolfo Jayme  ---
While I agree with Jay that Tango is the best fit for GNOME, we should take
into account that the elementary theme was started back in 2007 (at
DeviantArt!) as a variation on GNOME, heavily inspired by the Tango guidelines
— so it’s also fitting for GNOME, IMHO. Funnily enough, some members of the
upstream elementary icon team have contributed to Adwaita, so both themes are
more similar than dissimilar.

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


[Libreoffice-commits] core.git: cui/uiconfig

2018-04-01 Thread Adolfo Jayme Barrientos
 cui/uiconfig/ui/optappearancepage.ui |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit cb5a55adbb67d9515f0048d1b2b595c04f2e2736
Author: Adolfo Jayme Barrientos 
Date:   Sun Apr 1 22:06:58 2018 -0500

Make color scheme dropdown in Options span the window’s width

It was minuscule before.
Props to Andreas for reporting the issue.

Change-Id: If8ecbe39321c56018e2366147481dcefab4326dc

diff --git a/cui/uiconfig/ui/optappearancepage.ui 
b/cui/uiconfig/ui/optappearancepage.ui
index bc44f72eea60..60f3b90344de 100644
--- a/cui/uiconfig/ui/optappearancepage.ui
+++ b/cui/uiconfig/ui/optappearancepage.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -71,6 +71,7 @@
   
 True
 False
+True
   
   
 1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


make fails on MacOS 10.13.4 with c++11 related issues

2018-04-01 Thread Ch g
Hello Tietze,

I update Macbook to latest 10.13.4 and also xcode tools.

I unset CCACHE_CPP2, removed gcc installed from brew.

still get make error saying:

...
checking whether C++11 use of const_iterator in standard containers is 
broken... yes
checking whether /Users/almas/lode/opt/bin/ccache 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
 has broken static initializer_list support... yes
configure: error: working support for static initializer_list needed
Error running configure at /Users/almas/lode/dev/core/autogen.sh line 289.
Makefile:55: recipe for target '/Users/almas/lode/dev/core/config_host.mk' 
failed
make: *** [/Users/almas/lode/dev/core/config_host.mk] Error 2
#EOF


Regarding your reply:To purge all modifications do "git fetch --all && git 
reset --hard origin/master".


will "git reset --hard origin/master" undo changes already made in custom 
branches?

I was cherry-picking from branch A to branch B, 3 week ago.

After the first cherry-pick, I "make && make install" successfully in branch B.

But make failed with errors on locally unmodified files, I thought updating the 
local master branch will help resolve those issues.

So I did "./g pull -r" mistakenly on then-current branch B, which got error 
because of unstaged modification that are cherry-picks.

Then, I switched to branch master, and did "./g pull -r", after update, I still 
get  "C++11 use of const_iterator in standard containers is broken" and similar 
errors.


gcc -v:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

make -v
GNU Make 4.1
Built for x86_64-apple-darwin17.3.0
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Will I better off "reset hard", then "make && make install", and only after 
make succeeded, start over(do from the beginning?) cherry-pick?


From: Heiko Tietze 
Sent: Thursday, March 29, 2018 10:33 PM
To: Ch g; libreoffice@lists.freedesktop.org
Subject: Re: autogen.sh fails on MacOS 10.13.3

To purge all modifications do "git fetch --all && git reset --hard 
origin/master". There are no reasons AFAIK to rerun autogen.sh.

On 29.03.2018 12:12, Ch g wrote:
> Hello all, I first built LO official source successfully with "build-nocheck" 
> option in this January, and could start that built
>
> app. But last week, I cherry-picked 3 commits from a forked repo which 
> enabled vertical Mongolian editing, then make failed with errors occurred in 
> unedited files. So, I thought maybe "./g pull r" could resolve those issues, 
> but not.
>
>
> My settings are following:
>
>
>
> autogen.input:
>
> --enable-dbgutil
> --enable-symbols
> --disable-cve-tests
> #EOF
>
>
> last few lines of
>
> ./autogen.sh:
>
> checking for Google Drive client id and secret... set
> checking for Alfresco Cloud client id and secret... set
> checking for OneDrive client id and secret... set
> checking whether to enable dependency tracking... yes
> checking for number of processors to use... 4
> checking whether C++11 use of const_iterator in standard containers is 
> broken... yes
> checking whether /Users/almas/lode/opt/bin/ccache 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
>  -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot 
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
>  has broken static initializer_list support... yes
> configure: error: working support for static initializer_list needed
> Error running configure at ./autogen.sh line 293.
> #EOF
>
>
> CFLAGS, CXXFLAGS and CPPFLAGS are unset.
>
>
> which g++: /usr/local/opt/ccache/libexec/g++
>
>
> gcc 7.3 was installed via homebrew and
>
> cd /usr/local/Cellar/gcc/7.3.0_1/bin && ln -s gcc-7 gcc && ln -s g++-7 g++
>
> g++ --version
> g++ (Homebrew GCC 7.3.0_1) 7.3.0
>
> gcc --version
> gcc (Homebrew GCC 7.3.0_1) 7.3.0
>
> I'm stuck now, I have many more commits for vertical Mongolian editing to 
> cherry-pick to continue my work.
>
> I hope anyone could give solutions to me.
>
> Thank you.
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>

--
Dr. Heiko Tietze
UX designer
Tel. +49 (0)179/1268509


[Libreoffice-bugs] [Bug 83540] EDITING: Create formula, extract formula text by macro breaks formula object after delete and UNDO

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83540

--- 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 104111] FILEOPEN RTF: Three red dots appear if a textbox is placed in a drawing canvas

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104111

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104666] Error: no export filter for docx found, aborting.

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104666

--- 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 116736] New: Add morph transition like Microsoft has to impress.

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116736

Bug ID: 116736
   Summary: Add morph transition like Microsoft has to impress.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: graymatte...@hotmail.com

Description:
The morph transition in Microsoft Powerpoint is very powerful. It would allow
us to somewhat mimic the transitions found in Prezi presentations.

Actual Results:  
No awesome morph transitions.

Expected Results:
Awesome morph transitions.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101
Firefox/59.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


Re: Build aborting

2018-04-01 Thread Chris Sherlock
Sure, but I’m build this on a Linux system here and mine completes successfully.

Not sure why this is occurring!

Sent from my iPhone

> On 2 Apr 2018, at 7:52 am, Markus Mohrhard  
> wrote:
> 
> Hey,
> 
>> On Sun, Apr 1, 2018 at 11:44 PM, Chris Sherlock  
>> wrote:
>> Hi all, 
>> 
>> Does anyone know why the following patch’s build is aborting?
>> 
>> https://gerrit.libreoffice.org/#/c/51808/9
>> 
>> 
> 
> 
> "Build timed out (after 45 minutes). Marking the build as aborted." (see 
> https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/2493/console and 
> https://ci.libreoffice.org/job/gerrit_linux_gcc_release/2443/console)
> 
> Regards,
> Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 116735] PDF bookmark jumps to table Repeat heading

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116735

--- Comment #2 from odinatlas  ---
Created attachment 141015
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141015=edit
Table Repeat heading test.pdf

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


[Libreoffice-bugs] [Bug 116735] PDF bookmark jumps to table Repeat heading

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116735

--- Comment #1 from odinatlas  ---
Created attachment 141014
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141014=edit
Table Repeat heading test.odt

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


[Libreoffice-bugs] [Bug 116735] New: PDF bookmark jumps to table Repeat heading

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116735

Bug ID: 116735
   Summary: PDF bookmark jumps to table Repeat heading
   Product: LibreOffice
   Version: 5.4.6.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: odinat...@gmail.com

Description:
When Writer export PDF that odt include Table Repeat heading,
PDF bookmark will jump to Table Repeat heading, not first heading.
for example:
1.The table from page 1 to page 2
2.Set the table first row text as heading 1 and repeat tje first 1 rows.
3.Export PDF and open PDF
4.Click heading 1 bookmark will jump to page 2 that table Repeat heading.


Steps to Reproduce:
1.The table from page 1 to page 2
2.Set the table first row text as heading 1 and repeat tje first 1 rows.
3.Export PDF and open PDF
4.Click heading 1 bookmark will jump to page 2 that table Repeat heading.

Actual Results:  
Click heading 1 bookmark will jump to page 2 that table Repeat heading

Expected Results:
It should jump to page 1 original heading 1.


Reproducible: Always


User Profile Reset: No



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


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101
Firefox/54.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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|112872  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112872
[Bug 112872] Amend Clone formatting help with details regarding direct
formatting
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112872] Amend Clone formatting help with details regarding direct formatting

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112872

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||112872


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112872
[Bug 112872] Amend Clone formatting help with details regarding direct
formatting
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107321] Weird behaviour after clone formatting of image

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107321

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||107321


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107321
[Bug 107321] Weird behaviour after clone formatting of image
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|107321  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107321
[Bug 107321] Weird behaviour after clone formatting of image
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116731] Unicode pictographs are no longer shown

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116731

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
Can not confirm on Windows builds of current master.

Special character dialog, set a font with SMP coverage (e.g. Emoji One color,
Symbola) pick place glyphs onto document canvas. Still no color glyph support
or the experimental Emoji toolbar (but 105689) on Windows--but any SMP outline
glyphs are fine.




Version: 6.1.0.0.alpha0+ (x64)
Build ID: 655b9054bc265de377c3dc411e2ef40cdfd16dce
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-03-27_03:21:52
Locale: en-US (en_US); Calc: CL

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


[Libreoffice-bugs] [Bug 113510] [META] Bugs that cause CPU to run at 100%

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113510

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||107168


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107168
[Bug 107168] High use of CPU when clone formatting more than once
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||107168


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107168
[Bug 107168] High use of CPU when clone formatting more than once
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107168] High use of CPU when clone formatting more than once

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107168

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912, 113510


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=113510
[Bug 113510] [META] Bugs that cause CPU to run at 100%
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|107168  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107168
[Bug 107168] High use of CPU when clone formatting more than once
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 103706] Alternate Clone Formatting scope

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103706

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and
enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||103706


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|103706  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 103706] Alternate Clone Formatting scope

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103706

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||103312


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103312
[Bug 103312] Using format brush to copy conditional formats to some rows
generates thousands (?) additional conditional formats making the spreadsheet
unusable slow
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103312] Using format brush to copy conditional formats to some rows generates thousands (?) additional conditional formats making the spreadsheet unusable slow

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103312

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|103312  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103312
[Bug 103312] Using format brush to copy conditional formats to some rows
generates thousands (?) additional conditional formats making the spreadsheet
unusable slow
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99608] Using clone formatting enables scrolling with the mouse -- but it shouldn 't

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99608

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |106773, 114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106773
[Bug 106773] [META] Writer document canvas view jump issues
https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|99608   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99608
[Bug 99608] Using clone formatting enables scrolling with the mouse -- but it
shouldn't
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||99608


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99608
[Bug 99608] Using clone formatting enables scrolling with the mouse -- but it
shouldn't
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106773] [META] Writer document canvas view jump issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106773

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||99608


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99608
[Bug 99608] Using clone formatting enables scrolling with the mouse -- but it
shouldn't
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||79467


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79467
[Bug 79467] EDITING: allow format paintbrush (format painter tool) to work by
clicking on target column head
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 79467] EDITING: allow format paintbrush (format painter tool) to work by clicking on target column head

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79467

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|79467   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79467
[Bug 79467] EDITING: allow format paintbrush (format painter tool) to work by
clicking on target column head
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|78732   |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||78732


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 78732] Add keyboard shortcuts for Clone formatting

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78732

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912, 98259


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||78732


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|71481   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71481
[Bug 71481] Clone formatting appends copied formatting rather than overwriting
applied formatting
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||71481


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71481
[Bug 71481] Clone formatting appends copied formatting rather than overwriting
applied formatting
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 71481] Clone formatting appends copied formatting rather than overwriting applied formatting

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71481

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|65152   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65152
[Bug 65152] CALC: Superscript and Spacing character formats not copied by Clone
Formatting - clarify Help per Comment 7
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||65152


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65152
[Bug 65152] CALC: Superscript and Spacing character formats not copied by Clone
Formatting - clarify Help per Comment 7
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 65152] CALC: Superscript and Spacing character formats not copied by Clone Formatting - clarify Help per Comment 7

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65152

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||51966


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=51966
[Bug 51966] Format brush tool moves selection anchor to a random(?) cell
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57818] EDITING: when using paintbrush tool with rectangle box selected, every time you try to scroll you'll jump back up

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57818

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|51966   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=51966
[Bug 51966] Format brush tool moves selection anchor to a random(?) cell
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||57818


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=57818
[Bug 57818] EDITING: when using paintbrush tool with rectangle box selected,
every time you try to scroll you'll jump back up
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|57818   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=57818
[Bug 57818] EDITING: when using paintbrush tool with rectangle box selected,
every time you try to scroll you'll jump back up
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51966] Format brush tool moves selection anchor to a random(?) cell

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51966

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||53056


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=53056
[Bug 53056] Format paintbrush cannot be used between documents
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53056] Format paintbrush cannot be used between documents

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53056

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|53056   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=53056
[Bug 53056] Format paintbrush cannot be used between documents
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||45647


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=45647
[Bug 45647] FORMATTING Format Paintbrush Cannot Be Used Across Multiple
Documents
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34444] feature request FORMATTING ability to change image params using FormatPaintbrush

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=3

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 45647] FORMATTING Format Paintbrush Cannot Be Used Across Multiple Documents

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45647

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|107318  |114912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107318
[Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct
formatting issues
https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) 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 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|45647   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=45647
[Bug 45647] FORMATTING Format Paintbrush Cannot Be Used Across Multiple
Documents
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107318] [META] Clone formatting (aka Format Paintbrush) and Clear direct formatting issues

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107318

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|3   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=3
[Bug 3] feature request FORMATTING ability to change image params using
FormatPaintbrush
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||3


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=3
[Bug 3] feature request FORMATTING ability to change image params using
FormatPaintbrush
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116734] Delete icon Presentation Styles from section Styles in Sidebar in Draw

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116734

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
Confirming the visual noise, but if the shared draw/impress framework does not
facilitate removal--no concern with a WONTFIX.

Through recent builds of master
Version: 6.1.0.0.alpha0+ (x64)
Build ID: 655b9054bc265de377c3dc411e2ef40cdfd16dce
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-03-27_03:21:52
Locale: en-US (en_US); Calc: CL

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


[Libreoffice-bugs] [Bug 116733] UI: The settings in the expert configuration won't expanded

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116733

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
Confirmed. The hide/expose triangles (icons changed?) of the Expert
configuration tree list does not close or expand the list elements.

Version: 6.1.0.0.alpha0+ (x64)
Build ID: 655b9054bc265de377c3dc411e2ef40cdfd16dce
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-03-27_03:21:52
Locale: en-US (en_US); Calc: CL

The +/- icons of 6.0 release build expose/hide stanzas...
Version: 6.0.3.1 (x64)
Build ID: 62abb169b0efa1520d7bee1f586865354060b989
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

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


[Libreoffice-commits] core.git: include/test qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests sc/qa test/Library_subsequenttest.mk test/source

2018-04-01 Thread Jens Carl
 include/test/sheet/xactivationbroadcaster.hxx|   36 
 qadevOOo/Jar_OOoRunner.mk|1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv |2 
 qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java   |   97 ---
 sc/qa/extras/sctabviewobj.cxx|   34 +++
 test/Library_subsequenttest.mk   |1 
 test/source/sheet/xactivationbroadcaster.cxx |   69 +++
 7 files changed, 134 insertions(+), 106 deletions(-)

New commits:
commit 34568738bbaf1e82dbb53fdf516f4d57416bb5b0
Author: Jens Carl 
Date:   Sun Apr 1 07:20:34 2018 +

tdf#45904 Move _XActivationBroadcaster Java tests to C++

Change-Id: If8f44b24e58663bacb1cf6b2a1ec533e87fb8a38
Reviewed-on: https://gerrit.libreoffice.org/52216
Tested-by: Jenkins 
Reviewed-by: Jens Carl 

diff --git a/include/test/sheet/xactivationbroadcaster.hxx 
b/include/test/sheet/xactivationbroadcaster.hxx
new file mode 100644
index ..5dc21edc0195
--- /dev/null
+++ b/include/test/sheet/xactivationbroadcaster.hxx
@@ -0,0 +1,36 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_TEST_SHEET_XACTIVATIONBROADCASTER_HXX
+#define INCLUDED_TEST_SHEET_XACTIVATIONBROADCASTER_HXX
+
+#include 
+#include 
+
+#include 
+
+namespace apitest
+{
+class OOO_DLLPUBLIC_TEST XActivationBroadcaster
+{
+public:
+virtual css::uno::Reference init() = 0;
+virtual css::uno::Reference getXSpreadsheet(const 
sal_Int16 nNumber = 0)
+= 0;
+
+void testAddRemoveActivationEventListener();
+
+protected:
+~XActivationBroadcaster() {}
+};
+} // namespace apitest
+
+#endif // INCLUDED_TEST_SHEET_XACTIVATIONBROADCASTER_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index bf742f150711..ca3665894180 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -566,7 +566,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor \
 qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocument \
 qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField \
-qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster \
 qadevOOo/tests/java/ifc/sheet/_XArrayFormulaRange \
 qadevOOo/tests/java/ifc/sheet/_XCellRangeData \
 qadevOOo/tests/java/ifc/sheet/_XCellRangeFormula \
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
index e13c05bfda4e..35e1186c0e10 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
@@ -15,8 +15,6 @@
 "ScTabViewObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()"
 "ScTabViewObj";"com::sun::star::container::XElementAccess";"getElementType()"
 "ScTabViewObj";"com::sun::star::container::XElementAccess";"hasElements()"
-"ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"addActivationEventListener()"
-"ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"removeActivationEventListener()"
 "ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"startRangeSelection()"
 "ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"abortRangeSelection()"
 
"ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"addRangeSelectionListener()"
diff --git a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java 
b/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java
deleted file mode 100644
index 5d2d15dc6628..
--- a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #117 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=34568738bbaf1e82dbb53fdf516f4d57416bb5b0

tdf#45904 Move _XActivationBroadcaster Java tests to C++

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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


Re: Build aborting

2018-04-01 Thread Markus Mohrhard
Hey,

On Sun, Apr 1, 2018 at 11:44 PM, Chris Sherlock 
wrote:

> Hi all,
>
> Does anyone know why the following patch’s build is aborting?
>
> https://gerrit.libreoffice.org/#/c/51808/9
>
>
>
"Build timed out (after 45 minutes). Marking the build as aborted." (see
https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/2493/console and
https://ci.libreoffice.org/job/gerrit_linux_gcc_release/2443/console)

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


Build aborting

2018-04-01 Thread Chris Sherlock
Hi all, 

Does anyone know why the following patch’s build is aborting?

https://gerrit.libreoffice.org/#/c/51808/9 


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


[Libreoffice-bugs] [Bug 101824] Rasterizing vector images in compress dialog dont take resized size into account

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101824

--- Comment #4 from MM  ---
Confirmed on windows 7 x64 with Version: 6.0.3.2 (x64)
Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
CPU threads: 3; OS: Windows 6.1; UI render: default

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


[Libreoffice-bugs] [Bug 116722] Selecting Insert>Field> More Fields in Footer causes crash. OK if in body of text.

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116722

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Jean-Baptiste Faure  ---
(In reply to Dean from comment #4)
> Thank you.  Resetting the profile solved the problem ... and explained why
> it was present on only one of three local PCs.  Resolved, I belieed.

Thank you for the test and your answer. So closing as WorksForMe.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116706


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 116706] AGGREGATE COUNTA with hidden rows

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116706

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108827


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108827
[Bug 108827] [META] Calc functions 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 105948] [META] Undo/Redo bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||114045


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114045
[Bug 114045] Undo after Clone Formatting changes formatting of entire table
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 114045] Undo after Clone Formatting changes formatting of entire table

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114045

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||105948


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo 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 91729] Can't modify the legend of a chart series

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91729

--- Comment #8 from Francisco  ---
Created attachment 141013
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141013=edit
product ODT 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 91729] Can't modify the legend of a chart series

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91729

--- Comment #9 from Francisco  ---
(In reply to Regina Henschel from comment #6)
> The reason is indeed the list in the local table cell. How was this created?
> I cannot produce such file.

Hi Regina, I created that file in Calc, selecting to adjacent cells to create
the legend. I don't have the original Calc file so I created a new one, from a
similar work, which I'm attaching, together with a new ODT file.

Within the ODS file, there is a scatter chart with 3 series. The first is named
"Gui et al. (2006) CO2+Et2Scc285.19 K" and it's referenced to cell A9. The 2nd
and 3rd series are called "TEMPERATURE= 285.19 K" and they are referenced to
cell range $J$3:$L$3.

The ODT file has the very same chart pasted from Calc. If you activate the
chart mode, and open the data table you should be able to modify without a
problem the name of the first series, but not the other two. For these, the
string "285.19 K" remains appended at the end of the name.

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


[Libreoffice-bugs] [Bug 91729] Can't modify the legend of a chart series

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91729

--- Comment #7 from Francisco  ---
Created attachment 141012
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141012=edit
source ODS 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 116722] Selecting Insert>Field> More Fields in Footer causes crash. OK if in body of text.

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116722

--- Comment #4 from Dean  ---
Thank you.  Resetting the profile solved the problem ... and explained why it
was present on only one of three local PCs.  Resolved, I belieed.

-- 
You are receiving this mail because:
You 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: chart2/source connectivity/source dbaccess/source forms/qa fpicker/source i18npool/source scaddins/source sfx2/qa svx/source sw/source

2018-04-01 Thread dennisroczek
 chart2/source/tools/ThreeDHelper.cxx |8 ++---
 connectivity/source/parse/sqlnode.cxx|2 -
 dbaccess/source/core/dataaccess/documentevents.cxx   |4 +-
 dbaccess/source/ui/app/AppController.cxx |2 -
 dbaccess/source/ui/querydesign/QueryDesignView.cxx   |2 -
 forms/qa/integration/forms/MasterDetailForms.java|2 -
 fpicker/source/aqua/SalAquaFilePicker.mm |2 -
 i18npool/source/inputchecker/inputsequencechecker_th.cxx |2 -
 scaddins/source/analysis/bessel.cxx  |4 +-
 sfx2/qa/complex/sfx2/UndoManager.java|2 -
 svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx |   18 ++--
 svx/source/unodraw/unoshape.cxx  |2 -
 sw/source/filter/inc/msfilter.hxx|2 -
 sw/source/filter/ww8/README-rtf.txt  |   22 +++
 sw/source/filter/ww8/fields.hxx  |2 -
 15 files changed, 38 insertions(+), 38 deletions(-)

New commits:
commit 783bc62734534b3f01339c9922ff354adec05165
Author: dennisroczek 
Date:   Sun Apr 1 14:32:19 2018 +0100

fix some openoffice bugzilla links

* remove redirects
* use https links
* replace old attchment links with working ones

Change-Id: Ic9a154f46e142138f0adea7d7b8be3b6cfe8af18
Reviewed-on: https://gerrit.libreoffice.org/52224
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/chart2/source/tools/ThreeDHelper.cxx 
b/chart2/source/tools/ThreeDHelper.cxx
index facec9710c8e..764598c66de3 100644
--- a/chart2/source/tools/ThreeDHelper.cxx
+++ b/chart2/source/tools/ThreeDHelper.cxx
@@ -408,8 +408,8 @@ void ThreeDHelper::convertElevationRotationDegToXYZAngleRad(
 double& rfXAngleRad, double& rfYAngleRad, double& rfZAngleRad)
 {
 // for a description of the algorithm see issue 72994
-//http://www.openoffice.org/issues/show_bug.cgi?id=72994
-
//http://www.openoffice.org/nonav/issues/showattachment.cgi/50608/DescriptionCorrected.odt
+//https://bz.apache.org/ooo/show_bug.cgi?id=72994
+//https://bz.apache.org/ooo/attachment.cgi?id=50608
 
 lcl_shiftAngleToIntervalZeroTo360( nElevationDeg );
 lcl_shiftAngleToIntervalZeroTo360( nRotationDeg );
@@ -590,8 +590,8 @@ void ThreeDHelper::convertXYZAngleRadToElevationRotationDeg(
 double fXRad, double fYRad, double fZRad)
 {
 // for a description of the algorithm see issue 72994
-//http://www.openoffice.org/issues/show_bug.cgi?id=72994
-
//http://www.openoffice.org/nonav/issues/showattachment.cgi/50608/DescriptionCorrected.odt
+//https://bz.apache.org/ooo/show_bug.cgi?id=72994
+//https://bz.apache.org/ooo/attachment.cgi?id=50608
 
 double R = 0.0; //Rotation in Rad
 double E = 0.0; //Elevation in Rad
diff --git a/connectivity/source/parse/sqlnode.cxx 
b/connectivity/source/parse/sqlnode.cxx
index cdd78496ad6c..e5349c7feded 100644
--- a/connectivity/source/parse/sqlnode.cxx
+++ b/connectivity/source/parse/sqlnode.cxx
@@ -725,7 +725,7 @@ void OSQLParseNode::impl_parseLikeNodeToString_throw( 
OUStringBuffer& rString, c
 const OSQLParseNode* pParaNode = nullptr;
 
 SQLParseNodeParameter aNewParam(rParam);
-//aNewParam.bQuote = sal_True; // why setting this to true? @see 
http://www.openoffice.org/issues/show_bug.cgi?id=75557
+//aNewParam.bQuote = sal_True; // why setting this to true? @see 
https://bz.apache.org/ooo/show_bug.cgi?id=75557
 
 if ( !(bSimple && rParam.bPredicate && rParam.xField.is() && 
SQL_ISRULE(m_aChildren[0],column_ref) && columnMatchP(m_aChildren[0].get(), 
rParam)) )
 m_aChildren[0]->impl_parseNodeToString_throw( rString, aNewParam, 
bSimple );
diff --git a/dbaccess/source/core/dataaccess/documentevents.cxx 
b/dbaccess/source/core/dataaccess/documentevents.cxx
index 2c1a161a5f4c..95c6c42634bd 100644
--- a/dbaccess/source/core/dataaccess/documentevents.cxx
+++ b/dbaccess/source/core/dataaccess/documentevents.cxx
@@ -72,8 +72,8 @@ namespace dbaccess
 static const DocumentEventData s_aData[] = {
 { "OnCreate",   true  },
 { "OnLoadFinished", true  },
-{ "OnNew",  false },// compatibility, see 
http://www.openoffice.org/issues/show_bug.cgi?id=46484
-{ "OnLoad", false },// compatibility, see 
http://www.openoffice.org/issues/show_bug.cgi?id=46484
+{ "OnNew",  false },// compatibility, see 
https://bz.apache.org/ooo/show_bug.cgi?id=46484
+{ "OnLoad", false },// compatibility, see 
https://bz.apache.org/ooo/show_bug.cgi?id=46484
 { "OnSaveAs",   true  },
 { "OnSaveAsDone",   false },
 { 

[Libreoffice-bugs] [Bug 116734] New: Delete icon Presentation Styles from section Styles in Sidebar in Draw

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116734

Bug ID: 116734
   Summary: Delete icon Presentation Styles from section Styles in
Sidebar in Draw
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Delete icon Presentation Styles from section Styles in Sidebar in Draw, because
in Draw there isn't presentation styles. It there is only in Impress.

Steps to Reproduce:
1. Open Draw
2. Open Sidebar
3. Open section Styles
4. On top section there are two icons: Drawing styles and Presentation Styles.
Second icon always non active in Draw

Actual Results:  
On top section Styles in Sidebar there are two icons: Drawing styles and
Presentation Styles.

Expected Results:
On top section Styles in Sidebar there is only one icon: Drawing styles


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101
Firefox/59.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 116734] Delete icon Presentation Styles from section Styles in Sidebar in Draw

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116734

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

   What|Removed |Added

   Keywords||needsUXEval

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


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

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||77275


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=77275
[Bug 77275] SLIDESHOW: Cannot go to previous page with left arrow or PageUp
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 77275] SLIDESHOW: Cannot go to previous page with left arrow or PageUp

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77275

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103610
[Bug 103610] [META] Slide show (presentation mode) 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 108539] [META] Chart data table bugs and enhancements

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108539

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||91729


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91729
[Bug 91729] Can't modify the legend of a chart series
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91729] Can't modify the legend of a chart series

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91729

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108539


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108539
[Bug 108539] [META] Chart data table 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


  1   2   >