[Libreoffice-bugs] [Bug 105375] The download as function doesn't work on iPad

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105375

--- Comment #4 from olivialee  ---
My iPad download seems to slow every time even after using the wifi signal, I
visited https://www.ipadsupportnumber.com/ hope this may work for you.

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


[Libreoffice-bugs] [Bug 120147] Media Tab didn't popup when select media file

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120147

--- Comment #1 from Tomas  ---
Created attachment 145204
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145204=edit
Version: 6.1.1.2 Linux test for media box

Hi Andreas

Could you specify the version that you are using?
I am using the below version to test and am receiving a box, is it the media
playback you were reffering to you?

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


[Libreoffice-bugs] [Bug 102196] EDITING Animating multi-line text misbehaves in sidebar

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102196

BogdanB  changed:

   What|Removed |Added

 CC||bogdan...@gmail.com

--- Comment #5 from BogdanB  ---
Confirm on:
Version: 6.2.0.0.alpha0+
Build ID: 67c8049a3abcaf9aa692fc9ba768b5db9fbb2f05
CPU threads: 4; OS: Linux 4.15; UI render: GL; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-09-25_20:09:22
Locale: ro-RO (ro_RO.UTF-8); Calc: threaded

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


[Libreoffice-bugs] [Bug 112417] UI - Insert Sheet called when clicking anywhere on the footer

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112417

BogdanB  changed:

   What|Removed |Added

 CC||bogdan...@gmail.com

--- Comment #5 from BogdanB  ---
This bug should be simple to solve:
- if the bottom bar it is suposed to be used to add sheets, this is not a bug,
and the person who want to focus on another window should click on sheets not
at bottom, as he did in the video at first.
- if the bottom bar it is NOT suposed to be used to add sheets that function
should be removed from the bar and let only to the plus sign.

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


[Libreoffice-bugs] [Bug 120085] LibreOffice remember whether Media Player window was opened or not

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120085

BogdanB  changed:

   What|Removed |Added

 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 120085] LibreOffice remember whether Media Player window was opened or not

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120085

BogdanB  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||bogdan...@gmail.com

--- Comment #1 from BogdanB  ---
confirm on
Version: 6.2.0.0.alpha0+
Build ID: 67c8049a3abcaf9aa692fc9ba768b5db9fbb2f05
CPU threads: 4; OS: Linux 4.15; UI render: GL; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-09-25_20:09:22
Locale: ro-RO (ro_RO.UTF-8); Calc: threaded

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


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

2018-09-26 Thread Libreoffice Gerrit user
 editeng/source/items/borderline.cxx |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

New commits:
commit 850c575d67162a97c1b7acd4fb75c32d0884e7b9
Author: Justin Luth 
AuthorDate: Wed Sep 26 17:46:33 2018 +0300
Commit: Justin Luth 
CommitDate: Thu Sep 27 06:37:14 2018 +0200

editeng ConvertBorderWidthToWord ensure minimum width

If the border in LO has a width, then make sure that the
converted width is non-zero.

The specific fix intended is for the "Horizontal Line"
paragraph style (double, width =1) to export to .doc
format and retain the bottom border.

Change-Id: I65392b2312360d51c290030ceb415155e6139302
Reviewed-on: https://gerrit.libreoffice.org/61006
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/editeng/source/items/borderline.cxx 
b/editeng/source/items/borderline.cxx
index 5c9042f307fe..33cd0ca6de31 100644
--- a/editeng/source/items/borderline.cxx
+++ b/editeng/source/items/borderline.cxx
@@ -250,6 +250,9 @@ ConvertBorderWidthFromWord(SvxBorderLineStyle const eStyle, 
double const i_fWidt
 double
 ConvertBorderWidthToWord(SvxBorderLineStyle const eStyle, double const fWidth)
 {
+if ( !fWidth )
+return 0;
+
 switch (eStyle)
 {
 // Single lines
@@ -264,31 +267,31 @@ ConvertBorderWidthToWord(SvxBorderLineStyle const eStyle, 
double const fWidth)
 // Double lines
 case SvxBorderLineStyle::DOUBLE:
 case SvxBorderLineStyle::DOUBLE_THIN:
-return fWidth / 3.0;
+return std::max(1.0, fWidth / 3.0);
 
 case SvxBorderLineStyle::THINTHICK_MEDIUMGAP:
 case SvxBorderLineStyle::THICKTHIN_MEDIUMGAP:
 case SvxBorderLineStyle::EMBOSSED:
 case SvxBorderLineStyle::ENGRAVED:
-return fWidth / 2.0;
+return std::max(1.0, fWidth / 2.0);
 
 case SvxBorderLineStyle::THINTHICK_SMALLGAP:
-return fWidth - THINTHICK_SMALLGAP_line2 - THINTHICK_SMALLGAP_gap;
+return std::max(1.0, fWidth - THINTHICK_SMALLGAP_line2 - 
THINTHICK_SMALLGAP_gap);
 
 case SvxBorderLineStyle::THINTHICK_LARGEGAP:
-return fWidth - THINTHICK_LARGEGAP_line1 - 
THINTHICK_LARGEGAP_line2;
+return std::max(1.0, fWidth - THINTHICK_LARGEGAP_line1 - 
THINTHICK_LARGEGAP_line2);
 
 case SvxBorderLineStyle::THICKTHIN_SMALLGAP:
-return fWidth - THICKTHIN_SMALLGAP_line1 - THICKTHIN_SMALLGAP_gap;
+return std::max(1.0, fWidth - THICKTHIN_SMALLGAP_line1 - 
THICKTHIN_SMALLGAP_gap);
 
 case SvxBorderLineStyle::THICKTHIN_LARGEGAP:
-return fWidth - THICKTHIN_LARGEGAP_line1 - 
THICKTHIN_LARGEGAP_line2;
+return std::max(1.0, fWidth - THICKTHIN_LARGEGAP_line1 - 
THICKTHIN_LARGEGAP_line2);
 
 case SvxBorderLineStyle::OUTSET:
-return (fWidth - OUTSET_line1) / 2.0;
+return std::max(1.0, (fWidth - OUTSET_line1) / 2.0);
 
 case SvxBorderLineStyle::INSET:
-return (fWidth - INSET_line2) / 2.0;
+return std::max(1.0, (fWidth - INSET_line2) / 2.0);
 
 case SvxBorderLineStyle::NONE:
 return 0;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 115573] EDITING: Table loses formatting when inserting a new row in a table

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115573

--- Comment #92 from BogdanB  ---
Created attachment 145202
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145202=edit
not solved. Video

See the video. This bug it is not yet solved.

Tested on:
Version: 6.2.0.0.alpha0+
Build ID: 66232248ff55639052ddb76918d555e21dc9c46b
CPU threads: 4; OS: Linux 4.15; UI render: GL; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-09-20_19:40:04
Locale: ro-RO (ro_RO.UTF-8); Calc: threaded

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


[Libreoffice-bugs] [Bug 120147] New: Media Tab didn't popup when select media file

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120147

Bug ID: 120147
   Summary: Media Tab didn't popup when select media file
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

When I insert an media file the media playback toolbar didn't pop up like in
writer, calc, ...

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


[Libreoffice-bugs] [Bug 90376] Dragging toolbar doesn't clean up after itself

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90376

BogdanB  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||bogdan...@gmail.com

--- Comment #17 from BogdanB  ---
Fixed in 6.2

Version: 6.2.0.0.alpha0+
Build ID: 66232248ff55639052ddb76918d555e21dc9c46b
CPU threads: 4; OS: Linux 4.15; UI render: GL; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-09-20_19:40:04
Locale: ro-RO (ro_RO.UTF-8); Calc: threaded

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


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

2018-09-26 Thread Libreoffice Gerrit user
 sw/source/filter/ww8/rtfattributeoutput.cxx|   10 ++
 writerfilter/source/rtftok/rtfcontrolwords.cxx |4 +---
 writerfilter/source/rtftok/rtfcontrolwords.hxx |2 --
 writerfilter/source/rtftok/rtfdispatchflag.cxx |9 +
 4 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 32ffb7b875ee229744f0b880a32817e948ff10a4
Author: Justin Luth 
AuthorDate: Wed Sep 26 15:08:33 2018 +0300
Commit: Justin Luth 
CommitDate: Thu Sep 27 06:21:53 2018 +0200

tdf#119037 rtf (im/ex)port: new borderlines

"new" borderlines (from 2012, 2014) defined in
offapi/com/sun/star/table/BorderLineStyle.idl
where no supported in export yet!!! Sad.
const short FINE_DASHED = 14; (rtf)
const short DOUBLE_THIN = 15; (rtf/doc/docx)
const short DASH_DOT = 16; (rtf/docx)
const short DASH_DOT_DOT = 17; (rtf/docx)

Change-Id: I07fee08e17171db4baec489864fc47da107cee75
Reviewed-on: https://gerrit.libreoffice.org/60992
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx 
b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 49482a7a8c1f..c4e5e4f28498 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -120,6 +120,7 @@ static OString OutTBLBorderLine(RtfExport const& rExport, 
const editeng::SvxBord
 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRDASH);
 break;
 case SvxBorderLineStyle::DOUBLE:
+case SvxBorderLineStyle::DOUBLE_THIN:
 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRDB);
 break;
 case SvxBorderLineStyle::THINTHICK_SMALLGAP:
@@ -152,6 +153,15 @@ static OString OutTBLBorderLine(RtfExport const& rExport, 
const editeng::SvxBord
 case SvxBorderLineStyle::INSET:
 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRINSET);
 break;
+case SvxBorderLineStyle::FINE_DASHED:
+aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRDASHSM);
+break;
+case SvxBorderLineStyle::DASH_DOT:
+aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRDASHD);
+break;
+case SvxBorderLineStyle::DASH_DOT_DOT:
+aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRDASHDD);
+break;
 case SvxBorderLineStyle::NONE:
 default:
 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRNONE);
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.cxx 
b/writerfilter/source/rtftok/rtfcontrolwords.cxx
index f1c39391fc6e..b49f356d4b0f 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.cxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.cxx
@@ -158,8 +158,6 @@ RTFSymbol aRTFControlWords[] = {
 { "brdrdash", CONTROL_FLAG, RTF_BRDRDASH, 0 },
 { "brdrdashd", CONTROL_FLAG, RTF_BRDRDASHD, 0 },
 { "brdrdashdd", CONTROL_FLAG, RTF_BRDRDASHDD, 0 },
-{ "brdrdashdot", CONTROL_FLAG, RTF_BRDRDASHDOT, 0 },
-{ "brdrdashdotdot", CONTROL_FLAG, RTF_BRDRDASHDOTDOT, 0 },
 { "brdrdashdotstr", CONTROL_FLAG, RTF_BRDRDASHDOTSTR, 0 },
 { "brdrdashsm", CONTROL_FLAG, RTF_BRDRDASHSM, 0 },
 { "brdrdb", CONTROL_FLAG, RTF_BRDRDB, 0 },
@@ -1908,4 +1906,4 @@ bool RTFMathSymbol::operator<(const RTFMathSymbol& 
rOther) const
 } // namespace rtftok
 } // namespace writerfilter
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.hxx 
b/writerfilter/source/rtftok/rtfcontrolwords.hxx
index 849750888d1d..ddaf123b4a77 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.hxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.hxx
@@ -301,8 +301,6 @@ enum RTFKeyword
 RTF_BRDRDASH,
 RTF_BRDRDASHD,
 RTF_BRDRDASHDD,
-RTF_BRDRDASHDOT,
-RTF_BRDRDASHDOTDOT,
 RTF_BRDRDASHDOTSTR,
 RTF_BRDRDASHSM,
 RTF_BRDRDB,
diff --git a/writerfilter/source/rtftok/rtfdispatchflag.cxx 
b/writerfilter/source/rtftok/rtfdispatchflag.cxx
index d48893f38d4d..001e22bad455 100644
--- a/writerfilter/source/rtftok/rtfdispatchflag.cxx
+++ b/writerfilter/source/rtftok/rtfdispatchflag.cxx
@@ -217,6 +217,15 @@ RTFError RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
 case RTF_BRDRINSET:
 nParam = NS_ooxml::LN_Value_ST_Border_inset;
 break;
+case RTF_BRDRDASHSM:
+nParam = NS_ooxml::LN_Value_ST_Border_dashSmallGap;
+break;
+case RTF_BRDRDASHD:
+nParam = NS_ooxml::LN_Value_ST_Border_dotDash;
+break;
+case RTF_BRDRDASHDD:
+nParam = NS_ooxml::LN_Value_ST_Border_dotDotDash;
+break;
 case RTF_BRDRNONE:
 nParam = NS_ooxml::LN_Value_ST_Border_none;
 break;

[Libreoffice-bugs] [Bug 120146] Toolbar: Graphic toolbare is different in each app

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120146

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com
   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 120146] New: Toolbar: Graphic toolbare is different in each app

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120146

Bug ID: 120146
   Summary: Toolbar: Graphic toolbare is different in each app
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Created attachment 145201
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145201=edit
graphic toolbar in different apps

in MSO the graphic toolbar is in each app the same, in LibO the layout is in
every app different. Not only the layout, also the arrangement.

eg. the standard toolbar layout is similar in all LibO apps.

I can fix this, but first I need an go before I start the work. For the
different Notebookbar implementations I will do an standardisation.

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


[Libreoffice-bugs] [Bug 120145] FILEOPEN Multiple sections with different margins change 2-column layout to 4 in DOC

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120145

--- Comment #3 from Aron Budea  ---
Forgot the commit link.

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

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


[Libreoffice-bugs] [Bug 120145] FILEOPEN Multiple sections with different margins change 2-column layout to 4 in DOC

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120145

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected

--- Comment #2 from Aron Budea  ---
Bibisected to the following commit using repo bibisect-44max. Might be
difficult to fix.

author  Luboš Luňák  2014-07-21 10:56:52
+0200
committer   Luboš Luňák  2014-07-21 11:02:04
+0200

ww8import create a pagedesc if continuous section changes margins (bnc#875383)

This is similar to what writerfilter does. MSWord can have one page with
several different margins, which are saved using continuous sections, which
causes all kinds of trouble, because either we treat them as Writer sections,
which means we lose some of the data, or we treat them as Writer page styles,
which causes spurious page breaks if in the wrong place. Either option has its
problems, but here it seems slightly better to go for keeping the data and
hoping the page break will be in a place where a break will be anyway.

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


[Libreoffice-bugs] [Bug 120145] FILEOPEN Multiple sections with different margins change 2-column layout to 4 in DOC

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120145

Aron Budea  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

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


[Libreoffice-bugs] [Bug 120145] FILEOPEN Multiple sections with different margins change 2-column layout to 4 in DOC

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120145

--- Comment #1 from Aron Budea  ---
Created attachment 145200
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145200=edit
PDF exported in Word

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


[Libreoffice-bugs] [Bug 112762] [META] DOC (binary) page-related issues

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112762

Aron Budea  changed:

   What|Removed |Added

 Depends on||120145


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120145
[Bug 120145] FILEOPEN Multiple sections with different margins change 2-column
layout to 4 in DOC
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107836] [META] Page and section column bugs and enhancements

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107836

Aron Budea  changed:

   What|Removed |Added

 Depends on||120145


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120145
[Bug 120145] FILEOPEN Multiple sections with different margins change 2-column
layout to 4 in DOC
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 120145] New: FILEOPEN Multiple sections with different margins change 2-column layout to 4 in DOC

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120145

Bug ID: 120145
   Summary: FILEOPEN Multiple sections with different margins
change 2-column layout to 4 in DOC
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:doc
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 107836, 112762

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

The attached DOC was created in Word, and contains a continuous section break.
The second section has 2-column layout, and slightly different margins than the
first.

In Writer the new section starts on a new page, and becomes a 4-column layout.
If the margins are the same, no such issue occurs. No issue with the same file
in DOCX format, either.

Observed using LO 6.2 daily build (2018-09-22,
8b1501d80dc9d3f42c351c6e026fa737e116cae5), 4.4.0.3 / Windows 7.
Document looks fine in LO 4.0.0.3.
=> regression


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107836
[Bug 107836] [META] Page and section column bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=112762
[Bug 112762] [META] DOC (binary) page-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100666] Freeze First Row/Column commands only works if the first row/column is visible on the screen

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100666

--- Comment #8 from Tim Richardson  ---
Confirm: this bug is still present in 6.1.1.2 (linux)

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


[Libreoffice-bugs] [Bug 100666] Freeze First Row/Column commands only works if the first row/column is visible on the screen

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100666

--- Comment #7 from Aron Budea  ---
Still buggy in 6.1.1.2.

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


[Libreoffice-bugs] [Bug 112649] EDITING Canceling Add rows in Chart does not cancel the action

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112649

--- Comment #2 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 97589] New selection border style for Slide Layout selection

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

--- Comment #8 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 85127] FILEOPEN: DOCX - Image border not imported when found in

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85127

--- Comment #19 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 57716] No support for Word FORMTEXT field in RTF file

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57716

--- Comment #5 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 104557] FILEOPEN: DOCX - One triangle doesn't get rendered

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104557

--- Comment #10 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 111737] Not possible to add a new master slide/page when pressing Enter in slides/pages pane

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111737

--- Comment #5 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 80281] FORMATTING: "Keep aspect ratio" checkbox of images or photos not always honoured

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80281

--- 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 100666] Freeze First Row/Column commands only works if the first row/column is visible on the screen

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100666

--- 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 112417] UI - Insert Sheet called when clicking anywhere on the footer

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112417

--- 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 107333] 'Apply Style' drop down only lists the 'Default' cell style

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107333

--- Comment #2 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 112489] Writer: In track changes, redline in left margin prints too thin to see.

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112489

--- 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-ux-advise] [Bug 97589] New selection border style for Slide Layout selection

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

--- Comment #8 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 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 119790] When printing to PDF, existing file with different file name in the target folder gets overwritten (GTK3-only)

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119790

--- Comment #4 from Octavio Alvarez  ---
OMG! Repro!

Version: 6.1.1.2
Build ID: 1:6.1.1-1
CPU threads: 4; OS: Linux 4.2; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.utf8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 120043] Dragging a column results in selection being increased rather than column moving

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120043

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #1 from Aron Budea  ---
The column can be dragged by clicking into and dragging the column content, not
the header.

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


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

2018-09-26 Thread Libreoffice Gerrit user
 external_deps.lst |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

New commits:
commit f52278136a8c5d11a925f4a7f52b04d3e4df06a0
Author: Matthias Seidel 
AuthorDate: Wed Sep 26 22:20:04 2018 +
Commit: Matthias Seidel 
CommitDate: Wed Sep 26 22:20:04 2018 +

Deleted whitespace, added https for some URLs

diff --git a/external_deps.lst b/external_deps.lst
index c5b434e59383..69fdbc0b2e62 100644
--- a/external_deps.lst
+++ b/external_deps.lst
@@ -1,22 +1,22 @@
 # Format of this file:
 #
-# Comments start with '#' and are ignored.  Empty lines (only whitespace) are 
ignored.
+# Comments start with '#' and are ignored. Empty lines (only whitespace) are 
ignored.
 #
 # All other lines have one of two different formats:
-# 
-# if ()  
-# starts a block that specifies the download site(s) of an external 
library.
-# 
+#
+# if ()
+#starts a block that specifies the download site(s) of an external library.
+#
 # =
-#defines a variable.  A definition after an "if" statement is only valid 
up to the next
-#"if" statement.  Previous definitions are replaced.
+#defines a variable. A definition after an "if" statement is only valid up 
to the next
+#"if" statement. Previous definitions are replaced.
 # can contain references to other variables in the form 
$()
 #
 # Some variables have special names:
 #MD5 defines the MD5 check-sum of a library
-#URL1 to URL9 define alternative download sites.  The first one that 
provides the library
+#URL1 to URL9 define alternative download sites. The first one that 
provides the library
 #with matching MD5 wins.
-#name is the name under which the library tar-ball is stored.  It 
overrides the name of the
+#name is the name under which the library tar-ball is stored. It overrides 
the name of the
 #downloaded file.
 
 # Wherever possible the external tar-balls are loaded from their original 
distribution sites.
@@ -35,7 +35,7 @@ 
OOO_EXTRAS=https://sourceforge.net/projects/oooextras.mirror/files/
 if ( true )
 MD5 = 0168229624cfac409e766913506961a8
 name = ucpp-1.3.2.tar.gz
-URL1 =  
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ucpp/ucpp-1.3.2.tar.gz
+URL1 = 
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ucpp/ucpp-1.3.2.tar.gz
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (ENABLE_UNIT_TESTS == YES)
@@ -55,7 +55,7 @@ if (SYSTEM_MDDS != YES)
 name = mdds_0.3.1.tar.bz2
 URL1 = 
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/multidimalgorithm/mdds_0.3.1.tar.bz2
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
- 
+
 if (SYSTEM_LIBTEXTCAT != YES)
 MD5 = 128cfc86ed5953e57fe0f5ae98b62c2e
 name = libtextcat-2.2.tar.gz
@@ -76,7 +76,7 @@ if ( true )
 if (SOLAR_JAVA==TRUE && SYSTEM_LUCENE!=YES)
 MD5 = 17960f35b2239654ba608cf1f3e256b3
 name = lucene-2.9.4-src.tar.gz
-URL1 = 
http://archive.apache.org/dist/lucene/java/2.9.4/lucene-2.9.4-src.tar.gz
+URL1 = 
https://archive.apache.org/dist/lucene/java/2.9.4/lucene-2.9.4-src.tar.gz
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (ENABLE_NSS_MODULE!=NO && SYSTEM_NSS!=YES)
@@ -112,13 +112,13 @@ if (GUI!=UNX || SYSTEM_ZLIB!=YES)
 if (SOLAR_JAVA==TRUE && ENABLE_MEDIAWIKI==YES)
 MD5 = 2c9b0f83ed5890af02c0df1c1776f39b
 name = commons-httpclient-3.1-src.tar.gz
-URL1 = 
http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/$(name)
+URL1 = 
https://archive.apache.org/dist/httpcomponents/commons-httpclient/source/$(name)
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (SOLAR_JAVA==TRUE && ENABLE_MEDIAWIKI==YES)
 MD5 = db87f7004cefc9d17f7ac841f86122bd
 name = commons-codec-1.9-src.tar.gz
-URL1 = http://archive.apache.org/dist/commons/codec/source/$(name)
+URL1 = https://archive.apache.org/dist/commons/codec/source/$(name)
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if ( true )
@@ -136,7 +136,7 @@ if ( true )
 if (SOLAR_JAVA==TRUE && (ENABLE_MEDIAWIKI==YES || ENABLE_REPORTBUILDER==YES))
 MD5 = e8e197d628436490886d17cffa108fe3
 name = commons-logging-1.1.3-src.tar.gz
-URL1 = http://archive.apache.org/dist/commons/logging/source/$(name)
+URL1 = https://archive.apache.org/dist/commons/logging/source/$(name)
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (SYSTEM_JPEG != YES)
@@ -148,7 +148,7 @@ if (SYSTEM_JPEG != YES)
 if (SOLAR_JAVA==TRUE)
 MD5 = 4c8c505cc3cba4c467c479e3e0f09ba4
 name = commons-lang3-3.3-src.tar.gz
-URL1 = http://archive.apache.org/dist/commons/lang/source/$(name)
+URL1 = https://archive.apache.org/dist/commons/lang/source/$(name)
 URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (SYSTEM_OPENSSL!=YES && DISABLE_OPENSSL!=TRUE)
@@ -160,13 +160,13 @@ if (SYSTEM_OPENSSL!=YES && DISABLE_OPENSSL!=TRUE)
 if ( true )
 MD5 = 98492e965963f852ab29f9e61b2ad700
 name = apr-1.5.2.tar.gz
-URL1 = 

[Libreoffice-bugs] [Bug 90023] UI: Navigator item tooltip displays over two monitors

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90023

Aron Budea  changed:

   What|Removed |Added

 CC||erichda...@gmail.com

--- Comment #8 from Aron Budea  ---
*** Bug 120021 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 120021] 2 screen bleedover on popups

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120021

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@caesar.elte.hu
 Resolution|--- |DUPLICATE

--- Comment #1 from Aron Budea  ---
Seems like the same issue as bug 90023.

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

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


[Libreoffice-bugs] [Bug 119976] Allow scrolling with mouse wheel while LibreOffice doesn't have focus

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119976

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #4 from Aron Budea  ---
In Windows this also seems to depend on the application in front, which might
not let the event get to the unfocused LibreOffice window.

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


[Libreoffice-bugs] [Bug 120137] Document won't print if it uses Roboto Slab font

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120137

--- Comment #5 from LibreTraining  ---
Created attachment 145198
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145198=edit
PDF showing Roboto Slab font family tests on Windows

Attached is a PDF showing Roboto Slab font family tests on Windows.
It shows the original fonts (and the problems) and the modified fonts.

.

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


[Libreoffice-bugs] [Bug 120137] Document won't print if it uses Roboto Slab font

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120137

--- Comment #4 from LibreTraining  ---
Created attachment 145197
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145197=edit
Roboto Slab fonts fixed to work in LO on Windows

Attached are the Roboto Slab fonts fixed to work in LO on Windows.
Please test these to see if they work properly for you.

You can install these along with the other version at the same time because the
name has been changed.

All appears to be working properly for me on Windows 7.
See PDF attachment in next post.

.

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


[Libreoffice-bugs] [Bug 104160] [META] Bugs and features related to multiple monitor setups

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104160

Aron Budea  changed:

   What|Removed |Added

 Depends on||120075


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120075
[Bug 120075] Menu items invisible on 2nd screen of 2 screen workstation
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99521] UI Menu problems on multi-monitor system

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99521

Aron Budea  changed:

   What|Removed |Added

 CC||aksrmar...@hotmail.com

--- Comment #12 from Aron Budea  ---
*** Bug 120075 has been marked as a duplicate of this bug. ***

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


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

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Aron Budea  changed:

   What|Removed |Added

 Depends on||120075


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120075
[Bug 120075] Menu items invisible on 2nd screen of 2 screen workstation
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104160] [META] Bugs and features related to multiple monitor setups

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104160
Bug 104160 depends on bug 120075, which changed state.

Bug 120075 Summary: Menu items invisible on 2nd screen of 2 screen workstation
https://bugs.documentfoundation.org/show_bug.cgi?id=120075

   What|Removed |Added

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

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


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

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

Bug 120075 Summary: Menu items invisible on 2nd screen of 2 screen workstation
https://bugs.documentfoundation.org/show_bug.cgi?id=120075

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 120075] Menu items invisible on 2nd screen of 2 screen workstation

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120075

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 Blocks||93529, 104160
 CC||ba...@caesar.elte.hu

--- Comment #1 from Aron Budea  ---
Seems the same as 99521 (the description is slightly ambiguous), thus I'm
closing as duplicate. If you think it's a different issue, please reset status
to UNCONFIRMED.

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93529
[Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+
https://bugs.documentfoundation.org/show_bug.cgi?id=104160
[Bug 104160] [META] Bugs and features related to multiple monitor setups
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63743] JRE Selection box radio button confusing with only one entry

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63743

Sandy Scott  changed:

   What|Removed |Added

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

--- Comment #10 from Sandy Scott  ---
Appears to be fixed

Just tried on a clean install of windows 10.

Java 8 Update 181 (64 bit) installed first.

Then installed LO Version: 6.1.1.2 (x64)
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b

When opening Tools->Options->Advanced, the JRE was already selected, so the DB
worked straight away.

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


[Libreoffice-bugs] [Bug 120137] Document won't print if it uses Roboto Slab font

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120137

LibreTraining  changed:

   What|Removed |Added

 CC||libretraining.tutorials@gma
   ||il.com

--- Comment #3 from LibreTraining  ---
Created attachment 145196
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145196=edit
Roboto Slab fonts v1.100263 from Google Fonts

The Roboto Slab fonts from Google Fonts have an Apache license.
No problem with attaching them here or anywhere else.

I tested your doc with Writer and printed to multiple printers without issues.
LibreOffice v6.1.2.1 x64 on Windows 7 x64.

Previously while testing this font family on LO v6.1.1.2 ...  
There are some problems with these fonts on Windows due to how they are named.
I doubt they will work properly on Windows without being fixed.

>From my testing notes:
Windows: Font Family is Roboto Slab for all fonts. 
Weights are all in Font Subfamily, not separate families. 
Thin font is not available anywhere. 
Light font only appears in the Character Style list.
Typographic Family and Subfamily are filled-in.
Export to PDF - fonts are correct (but obviously missing Thin).

I doubt these fonts will work properly on Windows without modification.

I will make a new font family package for you to test which should work
properly on Windows.

.

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


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

--- Comment #11 from Tim  ---
If I make a new Query exactly with the same fields, conditions..., it works ok!

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


[Libreoffice-bugs] [Bug 120144] FILEOPEN Footer in attached DOC(X) doesn't fit in Writer

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120144

--- Comment #2 from Aron Budea  ---
Created attachment 145195
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145195=edit
PDF exported from DOCX in Word

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


[Libreoffice-bugs] [Bug 120144] FILEOPEN Footer in attached DOC(X) doesn't fit in Writer

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120144

--- Comment #1 from Aron Budea  ---
Created attachment 145194
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145194=edit
Sample DOC

Same file saved as DOC.

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


[Libreoffice-bugs] [Bug 120144] New: FILEOPEN Footer in attached DOC(X) doesn't fit in Writer

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120144

Bug ID: 120144
   Summary: FILEOPEN Footer in attached DOC(X) doesn't fit in
Writer
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:doc, filter:docx
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 104522, 112702

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

The attached DOCX was created in Word, and contains a footer with a table and
two lines of text.
In Writer, the last line of text doesn't fit on page.

Observed using LO 6.2 daily build (2018-09-22,
8b1501d80dc9d3f42c351c6e026fa737e116cae5), 4.0.0.3 / Windows 7.
In 3.5.0 the table isn't imported in the footer.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104522
[Bug 104522] [META] DOCX (OOXML) header & footer-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=112702
[Bug 112702] [META] DOC (binary) header and footer-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112702] [META] DOC (binary) header and footer-related issues

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112702

Aron Budea  changed:

   What|Removed |Added

 Depends on||120144


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120144
[Bug 120144] FILEOPEN Footer in attached DOC(X) doesn't fit in Writer
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104522] [META] DOCX (OOXML) header & footer-related issues

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104522

Aron Budea  changed:

   What|Removed |Added

 Depends on||120144


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120144
[Bug 120144] FILEOPEN Footer in attached DOC(X) doesn't fit in Writer
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: Intermittent Unit Test Failure: VclComplexTextTest::testArabic

2018-09-26 Thread Jan-Marek Glogowski
Hi Luke,

failures for CppunitTest_vcl_complextext have been around for a few months. 
Nobody is able to reproduce them. IMHO they fail most time with loading of the 
wrong font.

Looking at the current state of 
https://tinderbox.libreoffice.org/MASTER/status.html, the master Jenkins 
Windows builds generally fail a lot.

For me it looks like a multi-threaded problem, where something isn't correct 
processed in order. I can reproduce crashes when I run a very parallel make 
check often, but never was able to get something in a debugger...

Not that any of this information will help solving the problem.

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


[Libreoffice-bugs] [Bug 120139] The page layout (and page count) is immensely unstable with lots of footnotes

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

--- Comment #4 from David  ---
My guess is that it has to do with footnotes being in the last row of tables
that are needing to split across pages.  I've noticed problems with tables
splitting consistently.

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


[Libreoffice-bugs] [Bug 120122] Sidebar: Key input in floating sidebar tab bar affects document view

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120122

Jim Raykowski  changed:

   What|Removed |Added

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

--- Comment #2 from Jim Raykowski  ---
Here is a patch: 
https://gerrit.libreoffice.org/#/c/61020/

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


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

--- Comment #10 from Tim  ---
And again! If a change the Field name without accent, the Query works. Then I
go back and put the Field with accent and the Query works!

It looks likes there is something behind...? It's not enough to delete the
Column in the Query and pin up again the Field in a new column.

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

2018-09-26 Thread Libreoffice Gerrit user
 sd/source/ui/dlg/headerfooterdlg.cxx |   26 ++
 1 file changed, 26 insertions(+)

New commits:
commit d077b30dba618daace0373e9b7e7fe84f982c6aa
Author: Markus Mohrhard 
AuthorDate: Wed Sep 26 12:37:11 2018 +0200
Commit: Markus Mohrhard 
CommitDate: Wed Sep 26 23:27:44 2018 +0200

make the UI element IDs locally unique in impress header footer dlg

Change-Id: I368405acc7dfbd210cfc0115e58e993846ab9497
Reviewed-on: https://gerrit.libreoffice.org/60985
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx 
b/sd/source/ui/dlg/headerfooterdlg.cxx
index f876f3d54221..318688a8aec6 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -385,6 +385,27 @@ void HeaderFooterDialog::change( SdUndoGroup* pUndoGroup, 
SdPage* pPage, const H
 pPage->setHeaderFooterSettings( rNewSettings );
 }
 
+namespace {
+
+void recursive_rename_ui_element(vcl::Window& rWindow, const OUString& rPrefix)
+{
+OUString aID = rWindow.get_id();
+if (aID.isEmpty())
+{
+rWindow.set_id(rPrefix +  aID);
+}
+
+size_t nChildCount = rWindow.GetChildCount();
+for (size_t i = 0; i < nChildCount; ++i)
+{
+vcl::Window* pChild = rWindow.GetChild(i);
+if (pChild)
+recursive_rename_ui_element(*pChild, rPrefix);
+}
+}
+
+}
+
 HeaderFooterTabPage::HeaderFooterTabPage( vcl::Window* pWindow, 
SdDrawDocument* pDoc, SdPage* pActualPage, bool bHandoutMode ) :
 TabPage( pWindow, "HeaderFooterTab", 
"modules/simpress/ui/headerfootertab.ui" ),
 mpDoc(pDoc),
@@ -443,6 +464,11 @@ HeaderFooterTabPage::HeaderFooterTabPage( vcl::Window* 
pWindow, SdDrawDocument*
 mpCBDateTimeLanguage->SelectLanguage( meOldLanguage );
 
 FillFormatList(0);
+
+if (mbHandoutMode)
+recursive_rename_ui_element(*this, "handout");
+else
+recursive_rename_ui_element(*this, "slide");
 }
 
 HeaderFooterTabPage::~HeaderFooterTabPage()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

--- Comment #9 from Tim  ---
Thanks!

Now in another Query with the same error, even if I delete and afterwards add
again the field, keeps on giving the error!

It looks like as if something remains somewhere?

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

2018-09-26 Thread Libreoffice Gerrit user
 vcl/source/uitest/logger.cxx |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 4e02fee0022e2f05927eec69773ecb8ce519c19e
Author: Markus Mohrhard 
AuthorDate: Wed Sep 26 17:31:31 2018 +0200
Commit: Markus Mohrhard 
CommitDate: Wed Sep 26 23:27:08 2018 +0200

uitest: checking whether we have focus needs to be recursive

Change-Id: Id18a56cdf5b23433178882a953fd85954c0ccc1c
Reviewed-on: https://gerrit.libreoffice.org/61008
Reviewed-by: Markus Mohrhard 
Tested-by: Jenkins

diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx
index 82da48256cc4..432a6af86b18 100644
--- a/vcl/source/uitest/logger.cxx
+++ b/vcl/source/uitest/logger.cxx
@@ -88,15 +88,18 @@ void UITestLogger::logCommand(const OUString& rAction, 
const css::uno::Sequence<
 namespace {
 
 // most likely this should be recursive
-bool child_windows_have_focus(VclPtr const & xUIElement)
+bool child_windows_have_focus(VclPtr const & xUIElement)
 {
 sal_Int32 nCount = xUIElement->GetChildCount();
 for (sal_Int32 i = 0; i < nCount; ++i)
 {
-if (xUIElement->GetChild(i)->HasFocus())
+vcl::Window* pChild = xUIElement->GetChild(i);
+if (pChild->HasFocus())
 {
 return true;
 }
+if (child_windows_have_focus(VclPtr(pChild)))
+return true;
 }
 return false;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

Julien Nabet  changed:

   What|Removed |Added

 CC||btom...@gmail.com

--- Comment #8 from Julien Nabet  ---
(In reply to Tim from comment #7)
> And now I've changed the field back to "Población", with accent, and the
> Query works!

It shows thqt the only pb is migration part which doesn’t take account encoding
here.
Tamas: thought you might be interested in this one

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


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

--- Comment #7 from Tim  ---
And now I've changed the field back to "Población", with accent, and the Query
works!

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


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

--- Comment #6 from Tim  ---
AND YES! If I change "Población" field to "Poblacion", without accent, the one
that didn't run works...!!!

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


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

--- Comment #5 from Tim  ---
Created attachment 145192
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145192=edit
This one very similar to the previous doesn't work

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


[Libreoffice-bugs] [Bug 120126] Base error after migrating to Firebird

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120126

--- Comment #4 from Tim  ---
Created attachment 145191
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145191=edit
This Query works ok with "Población" field.

After this I'll send a similar Query where "Población" gives error.

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


[Libreoffice-bugs] [Bug 120090] UI Menu pulldown strip doesn't change with windows theme

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120090

Chris  changed:

   What|Removed |Added

 CC||cdq2r...@yahoo.com

--- Comment #6 from Chris  ---
Created attachment 145190
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145190=edit
Can see menu text using Win High contrast if use persona

Once I add an offline persona, that is blue with white text #f, I can now
read the menu text. 
I still cannot see the sidebar icons. 
Both shown in the attachment.

LO 6.0.6.2. Win10
I followed directions from these posts (I can provide more details if
requested)
https://bugs.documentfoundation.org/show_bug.cgi?id=59611 (2 attachments: 
http://bugs.documentfoundation.org/attachment.cgi?id=127480 - unix, i believe
http://bugs.documentfoundation.org/attachment.cgi?id=134200 - windows
this one looks helpful as well.
https://ask.libreoffice.org/en/question/16718/i-am-unable-to-install-personas/

My new coolblue persona is listed in the Personalization options.

Regards, Chris

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


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

2018-09-26 Thread Libreoffice Gerrit user
 sc/uiconfig/scalc/ui/cellprotectionpage.ui |   24 +---
 1 file changed, 5 insertions(+), 19 deletions(-)

New commits:
commit b877f78f30400c6861f1fb371c827ae42c2a7484
Author: Caolán McNamara 
AuthorDate: Tue Sep 25 13:06:43 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 26 22:42:04 2018 +0200

fix positioning within cellprotectpage

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

diff --git a/sc/uiconfig/scalc/ui/cellprotectionpage.ui 
b/sc/uiconfig/scalc/ui/cellprotectionpage.ui
index eb7e117a944d..19f51e143b81 100644
--- a/sc/uiconfig/scalc/ui/cellprotectionpage.ui
+++ b/sc/uiconfig/scalc/ui/cellprotectionpage.ui
@@ -1,6 +1,7 @@
 
+
 
-  
+  
   
 True
 False
@@ -20,7 +21,6 @@
 True
 False
 True
-True
 6
 12
 
@@ -46,8 +46,6 @@
   
 0
 1
-1
-1
   
 
 
@@ -65,8 +63,6 @@
   
 0
 2
-1
-1
   
 
 
@@ -85,8 +81,6 @@
   
 0
 0
-1
-1
   
 
 
@@ -95,17 +89,16 @@
 False
 end
 True
-0
 Cell protection is only effective after the 
current sheet has been protected.
 
 Select 'Protect Sheet' from the 'Tools' menu.
 True
 52
+0
   
   
 1
 0
-1
 3
   
 
@@ -127,14 +120,13 @@ Select 'Protect Sheet' from the 'Tools' menu.
   
 0
 0
-1
-1
   
 
 
   
 True
 False
+start
 True
 0
 none
@@ -163,8 +155,6 @@ Select 'Protect Sheet' from the 'Tools' menu.
   
 0
 0
-1
-1
   
 
 
@@ -173,16 +163,14 @@ Select 'Protect Sheet' from the 'Tools' menu.
 False
 end
 True
-0
 The cells selected will be omitted when 
printing.
 True
 52
+0
   
   
 1
 0
-1
-1
   
 
   
@@ -203,8 +191,6 @@ Select 'Protect Sheet' from the 'Tools' menu.
   
 0
 1
-1
-1
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 120139] The page layout (and page count) is immensely unstable with lots of footnotes

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 86126] ODT pagination issues and blank pages appearing, possibly related to images

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86126

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107936] [META] Page-level bugs and enhancements

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107936

Telesto  changed:

   What|Removed |Added

 Depends on||120139


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120139
[Bug 120139] The page layout (and page count) is immensely unstable with lots
of footnotes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 120139] The page layout (and page count) is immensely unstable with lots of footnotes

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

Telesto  changed:

   What|Removed |Added

 Blocks||107936


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107936
[Bug 107936] [META] Page-level 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 120139] The page layout (and page count) is immensely unstable with lots of footnotes

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

Telesto  changed:

   What|Removed |Added

Summary|The number of pages (and|The page layout (and page
   |the layout) is immensely|count) is immensely
   |unstable between versions   |unstable with lots of
   |and between reloads of the  |footnotes
   |same 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 120139] The number of pages (and the layout) is immensely unstable between versions and between reloads of the same file

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

Telesto  changed:

   What|Removed |Added

Version|4.4.7.2 release |Inherited From OOo
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||0001

--- Comment #3 from Telesto  ---
> in 6.0.6.2: constant 118 pages
> 
Are you sure about the 'constant' effect. Scroll down to the last page to
check..

Weirdness also happening with:
LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

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


[Libreoffice-bugs] [Bug 120001] Page counter isn't always updated automatically (needs user interaction)

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120001

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 120143] New: LibreOffice-fresh.full-x86_64.AppImage and LO homebuild give me LLVM error aborting compilation

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120143

Bug ID: 120143
   Summary: LibreOffice-fresh.full-x86_64.AppImage and LO
homebuild give me LLVM error aborting compilation
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xv3...@gmail.com

Description:
Testing this AppImage LibreOffice-fresh.full-x86_64.AppImage
I am i bit confused by the message
Is it a problem from LO or LLVM/CLang 7.0.0??
Logo starts and then this

Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.implicitarg.ptr
LLVM ERROR: Broken function found, compilation aborted!

Have this message to when building LO from scratch

[CUT] chart2_trendcalculators
[CUT] chart2_dump
[CUT] chart2_pivot_chart_test
ScFiltersTest::testTdf64229 finished in: 5584ms
ScFiltersTest::testTdf36933 finished in: 722ms
ScFiltersTest::testTdf43700 finished in: 65ms
ScFiltersTest::testTdf43534 finished in: 90ms
ScFiltersTest::testTdf91979 finished in: 79ms
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.implicitarg.ptr
LLVM ERROR: Broken function found, compilation aborted!

make CppunitTest_sc_bugfix_test CPPUNITTRACE="gdb --args"

no problem with LibreOffice 6.1.0.2 pre full.AppImage
and with
Version: 6.2.0.0.alpha0+
Build ID: a39166b98580c0b0f7af6830745962d17adef578
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-09-26_06:35:54
Locale: nl-BE (en_US.UTF-8); Calc: threaded

Regards


Actual Results:
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.dispatch.ptr
Intrinsic has incorrect return type!
i8 addrspace(2)* ()* @llvm.amdgcn.implicitarg.ptr
LLVM ERROR: Broken function found, compilation aborted!

Expected Results:
AppImage should start without errors



Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 120142] New: "slide name" field inserted in master slde does not print real slide name (same name printed on ll of them)

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120142

Bug ID: 120142
   Summary: "slide name" field inserted in master slde does not
print real slide name (same name printed on ll of
them)
   Product: LibreOffice
   Version: 6.1.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s...@way2sv.com

Description:
in Impress 6.1.1.2, "slide name" field inserted in master slde does not print
real slide name on every slide (same name printed on all of them)  

Steps to Reproduce:
1.create master slide
2.insert slide name field on it
3.creat several lides which use this master
4. give name to every slide
4. verify  every slide to compare  which slide name is displayed


Actual Results:
the same name (field value) is displayed ok all slides

Expected Results:
on every slide would be display its own name (different for evry one)


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 115636] Libreoffice 6.0 freezes if copy and past with CTRL+SHIFT+V with unformatted text selected

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115636

--- Comment #25 from Pap Alagi  ---
Here is the gdbtrace.log

warning: Currently logging to gdbtrace.log.  Turn the logging off and on to
make the new setting effective.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffdf409700 (LWP 2942)]
[New Thread 0x7fffda4f9700 (LWP 2943)]
[New Thread 0x7fffd9cf8700 (LWP 2944)]
[New Thread 0x7fffd9086700 (LWP 2945)]
[New Thread 0x7fffd8885700 (LWP 2946)]
[New Thread 0x7fffca481700 (LWP 2947)]
[New Thread 0x7fffc9c80700 (LWP 2948)]
[New Thread 0x7fffb700 (LWP 2949)]
[Thread 0x7fffb700 (LWP 2949) exited]
[New Thread 0x7fffb700 (LWP 2952)]
[Thread 0x7fffb700 (LWP 2952) exited]
[Thread 0x7fffca481700 (LWP 2947) exited]
[Thread 0x7fffda4f9700 (LWP 2943) exited]
[New Thread 0x7fffda4f9700 (LWP 2953)]
[Thread 0x7fffda4f9700 (LWP 2953) exited]
[New Thread 0x7fffda4f9700 (LWP 2954)]
[Thread 0x7fffda4f9700 (LWP 2954) exited]
[New Thread 0x7fffda4f9700 (LWP 2956)]
[New Thread 0x7fffca481700 (LWP 2957)]
[New Thread 0x7fffca481700 (LWP 2958)]
[Thread 0x7fffca481700 (LWP 2957) exited]
[New Thread 0x7fffb700 (LWP 2959)]
[Thread 0x7fffb700 (LWP 2959) exited]
[New Thread 0x7fffb700 (LWP 2960)]
[Thread 0x7fffb700 (LWP 2960) exited]
[New Thread 0x7fffb700 (LWP 2961)]
[Thread 0x7fffb700 (LWP 2961) exited]
[New Thread 0x7fffb700 (LWP 2962)]
[Thread 0x7fffb700 (LWP 2962) exited]
[Thread 0x7fffca481700 (LWP 2958) exited]
[New Thread 0x7fffca481700 (LWP 2963)]
[New Thread 0x7fffb700 (LWP 2964)]
[Thread 0x7fffb700 (LWP 2964) exited]
[New Thread 0x7fffb700 (LWP 2965)]
[Thread 0x7fffb700 (LWP 2965) exited]
[New Thread 0x7fffb700 (LWP 2966)]
[Thread 0x7fffb700 (LWP 2966) exited]
[New Thread 0x7fffb700 (LWP 2967)]
[Thread 0x7fffb700 (LWP 2967) exited]
[New Thread 0x7fffb700 (LWP 2968)]
[Thread 0x7fffb700 (LWP 2968) exited]
[New Thread 0x7fffb700 (LWP 2969)]
[Thread 0x7fffb700 (LWP 2969) exited]
[New Thread 0x7fffb700 (LWP 2970)]
[Thread 0x7fffb700 (LWP 2970) exited]
[New Thread 0x7fffb700 (LWP 2971)]
[Thread 0x7fffb700 (LWP 2971) exited]
[New Thread 0x7fffb700 (LWP 2972)]
[Thread 0x7fffb700 (LWP 2972) exited]
[New Thread 0x7fffb700 (LWP 2973)]
[Thread 0x7fffb700 (LWP 2973) exited]
[New Thread 0x7fffb700 (LWP 2974)]
[Thread 0x7fffb700 (LWP 2974) exited]
[New Thread 0x7fffb700 (LWP 2975)]
[Thread 0x7fffb700 (LWP 2975) exited]
[New Thread 0x7fffb700 (LWP 2976)]
[Thread 0x7fffb700 (LWP 2976) exited]
[New Thread 0x7fffb700 (LWP 2977)]
[Thread 0x7fffb700 (LWP 2977) exited]
[New Thread 0x7fffb700 (LWP 2978)]
[Thread 0x7fffb700 (LWP 2978) exited]
[New Thread 0x7fffb700 (LWP 2979)]
[Thread 0x7fffb700 (LWP 2979) exited]
[New Thread 0x7fffb700 (LWP 2980)]
[Thread 0x7fffb700 (LWP 2980) exited]
[New Thread 0x7fffb700 (LWP 2981)]
[Thread 0x7fffb700 (LWP 2981) exited]
[New Thread 0x7fffb700 (LWP 2982)]
[Thread 0x7fffb700 (LWP 2982) exited]
[New Thread 0x7fffb700 (LWP 2983)]
[Thread 0x7fffb700 (LWP 2983) exited]
[New Thread 0x7fffb700 (LWP 2984)]
[Thread 0x7fffb700 (LWP 2984) exited]
[New Thread 0x7fffb700 (LWP 2985)]
[Thread 0x7fffb700 (LWP 2985) exited]
[New Thread 0x7fffb700 (LWP 2986)]
[Thread 0x7fffb700 (LWP 2986) exited]
[New Thread 0x7fffb700 (LWP 2987)]
[Thread 0x7fffb700 (LWP 2987) exited]
[New Thread 0x7fffb700 (LWP 2988)]
[Thread 0x7fffb700 (LWP 2988) exited]
[New Thread 0x7fffb700 (LWP 2989)]
[Thread 0x7fffb700 (LWP 2989) exited]
[New Thread 0x7fffb700 (LWP 2990)]
[Thread 0x7fffb700 (LWP 2990) exited]
[New Thread 0x7fffb700 (LWP 2991)]
[Thread 0x7fffb700 (LWP 2991) exited]
[New Thread 0x7fffb700 (LWP 2992)]
[Thread 0x7fffb700 (LWP 2992) exited]
[New Thread 0x7fffb700 (LWP 2993)]
[Thread 0x7fffb700 (LWP 2993) exited]
[New Thread 0x7fffb700 (LWP 2994)]
[Thread 0x7fffb700 (LWP 2994) exited]
[New Thread 0x7fffb700 (LWP 2995)]
[Thread 0x7fffb700 (LWP 2995) exited]
[Thread 0x7fffca481700 (LWP 2963) exited]
[Thread 0x7fffda4f9700 (LWP 2956) exited]
[New Thread 0x7fffda4f9700 (LWP 3006)]
[New Thread 0x7fffca481700 (LWP 3007)]
[New Thread 0x7fffb700 (LWP 3008)]
[New Thread 0x7fffae584700 (LWP 3009)]
[Thread 0x7fffae584700 (LWP 3009) exited]
[Thread 0x7fffb700 (LWP 3008) exited]
[Thread 0x7fffca481700 (LWP 3007) exited]
[New Thread 0x7fffb700 (LWP 3010)]
[New Thread 0x7fffca481700 (LWP 3011)]
[New Thread 0x7fffae584700 (LWP 3012)]
[Thread 0x7fffb700 (LWP 3010) exited]
[Thread 0x7fffae584700 (LWP 3012) exited]
[Thread 0x7fffca481700 (LWP 3011) exited]
[New Thread 0x7fffae584700 (LWP 3013)]
[New Thread 0x7fffca481700 (LWP 3014)]
[New Thread 0x7fffb700 (LWP 3015)]
[Thread 0x7fffb700 (LWP 3015) exited]
[Thread 0x7fffca481700 (LWP 3014) exited]

[Libreoffice-bugs] [Bug 72776] FILEOPEN: Writer doesn't show embedded chart text boxes in .docx files

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72776

--- Comment #20 from tommy27  ---
bug unchanged in LibO 6.2.0.0.alpha0+ (x64)
Build ID: 3017396a26f22ea193b4fd74bc485bc31cd547fe
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-04_01:08:03
Locale: it-IT (it_IT); Calc: threaded

same look as in screenshot depicted in attachment 107365

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


[Libreoffice-bugs] [Bug 120139] The number of pages (and the layout) is immensely unstable between versions and between reloads of the same file

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #2 from Dieter Praas  ---
Observation in Lo 6.2: Immediately after opening and after reload it has 118
pages but every time and after a few seconds it reduces to a different number
of pages (111 / 108 / 107 / 105)

in 6.0.6.2: constant 118 pages

So I would say, it is a bug => NEW

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


[Libreoffice-bugs] [Bug 115636] Libreoffice 6.0 freezes if copy and past with CTRL+SHIFT+V with unformatted text selected

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115636

--- Comment #24 from Pap Alagi  ---
Same problem also with 6.0.6.2 version on Ubuntu 18.04.

Other Details
Version: 6.0.6.2
Build ID: 1:6.0.6-0ubuntu0.18.04.1
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: tr-TR (tr_TR.UTF-8); 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-commits] core.git: sw/source

2018-09-26 Thread Libreoffice Gerrit user
 sw/source/filter/ww8/docxattributeoutput.cxx |7 +++
 sw/source/filter/ww8/ww8atr.cxx  |1 +
 2 files changed, 8 insertions(+)

New commits:
commit d55615f6c5f8adcb7157358a95329ceb1f9f7685
Author: Justin Luth 
AuthorDate: Wed Sep 26 14:54:14 2018 +0300
Commit: Justin Luth 
CommitDate: Wed Sep 26 21:19:48 2018 +0200

tdf#119037 doc/x export: new borderlines

"new" borderlines (from 2012, 2014) defined in
offapi/com/sun/star/table/BorderLineStyle.idl
were not supported in export yet!!! Sad.
const short FINE_DASHED = 14; (rtf)
const short DOUBLE_THIN = 15; (rtf/doc/docx)
const short DASH_DOT = 16; (rtf/docx)
const short DASH_DOT_DOT = 17; (rtf/docx)

Change-Id: I085bb4c70e53241fb59a4a3c97d7741cef841412
Reviewed-on: https://gerrit.libreoffice.org/60991
Reviewed-by: Justin Luth 
Tested-by: Justin Luth 

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 37d8e972a42c..b3e4df7a5f1a 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -2932,6 +2932,7 @@ static void impl_borderLine( FSHelperPtr const & 
pSerializer, sal_Int32 elementT
 pVal = "dashed";
 break;
 case SvxBorderLineStyle::DOUBLE:
+case SvxBorderLineStyle::DOUBLE_THIN:
 pVal = "double";
 break;
 case SvxBorderLineStyle::THINTHICK_SMALLGAP:
@@ -2967,6 +2968,12 @@ static void impl_borderLine( FSHelperPtr const & 
pSerializer, sal_Int32 elementT
 case SvxBorderLineStyle::FINE_DASHED:
 pVal = "dashSmallGap";
 break;
+case SvxBorderLineStyle::DASH_DOT:
+pVal = "dotDash";
+break;
+case SvxBorderLineStyle::DASH_DOT_DOT:
+pVal = "dotDotDash";
+break;
 case SvxBorderLineStyle::NONE:
 default:
 break;
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index c331ab261f9d..393bae52f49f 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -4250,6 +4250,7 @@ WW8_BRCVer9 WW8Export::TranslateBorderLine(const 
SvxBorderLine& rLine,
 brcType = 7;
 break;
 case SvxBorderLineStyle::DOUBLE:
+case SvxBorderLineStyle::DOUBLE_THIN:
 brcType = 3;
 break;
 case SvxBorderLineStyle::THINTHICK_SMALLGAP:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 120138] Compare document paragraph

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120138

Drew Jensen  changed:

   What|Removed |Added

Version|6.1.2.1 release |4.4 all versions
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Drew Jensen  ---
Verified with Ubuntu 18.04 and LibreOffice 4.4

The behavior here changed with the 4.4 release and stays consistent right up
through 6.2Alpha.

Reading over the release notes for 4.4 (4.3 and 5.0 also) I can find no mention
of an intentional change.

Setting to new.

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


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

2018-09-26 Thread Libreoffice Gerrit user
 sw/inc/bitmaps.hlst|2 +-
 sw/source/uibase/misc/redlndlg.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9a639b7130e98fb24d492ed03770bbe0a48cb3e6
Author: Andrea Gelmini 
AuthorDate: Fri Sep 21 11:41:13 2018 +0200
Commit: Julien Nabet 
CommitDate: Wed Sep 26 21:17:40 2018 +0200

Fix BMP_REDLINE_FORMATED -> BMP_REDLINE_FORMATTED

It passed "make check" on Linux.

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

diff --git a/sw/inc/bitmaps.hlst b/sw/inc/bitmaps.hlst
index 0b1b8c20d0c4..1a68eee6c1e2 100644
--- a/sw/inc/bitmaps.hlst
+++ b/sw/inc/bitmaps.hlst
@@ -23,7 +23,7 @@
 
 #define BMP_REDLINE_INSERTED"sw/res/redline_inserted.png"
 #define BMP_REDLINE_DELETED "sw/res/redline_deleted.png"
-#define BMP_REDLINE_FORMATED"sw/res/redline_inserted.png"
+#define BMP_REDLINE_FORMATTED   "sw/res/redline_inserted.png"
 #define BMP_REDLINE_TABLECHG"sw/res/redline_inserted.png"
 #define BMP_REDLINE_FMTCOLLSET  "sw/res/redline_inserted.png"
 
diff --git a/sw/source/uibase/misc/redlndlg.cxx 
b/sw/source/uibase/misc/redlndlg.cxx
index 90a96f5ed56d..cd1579496ef2 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -162,7 +162,7 @@ SwRedlineAcceptDlg::SwRedlineAcceptDlg(vcl::Window 
*pParent, VclBuilderContainer
 , m_bInhibitActivate(false)
 , m_aInserted(BitmapEx(BMP_REDLINE_INSERTED))
 , m_aDeleted(BitmapEx(BMP_REDLINE_DELETED))
-, m_aFormated(BitmapEx(BMP_REDLINE_FORMATED))
+, m_aFormated(BitmapEx(BMP_REDLINE_FORMATTED))
 , m_aTableChgd(BitmapEx(BMP_REDLINE_TABLECHG))
 , m_aFormatCollSet(BitmapEx(BMP_REDLINE_FMTCOLLSET))
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-09-26 Thread Libreoffice Gerrit user
 lotuswordpro/inc/xfilter/xfindex.hxx   |2 +-
 lotuswordpro/source/filter/xfilter/xfindex.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 60296b288961e154c0828f61be23ab7f9c294e49
Author: Andrea Gelmini 
AuthorDate: Wed Sep 26 16:40:34 2018 +0200
Commit: Julien Nabet 
CommitDate: Wed Sep 26 21:16:42 2018 +0200

Fix typo

Not so sure, but anyway, let's see what the gods say.

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

diff --git a/lotuswordpro/inc/xfilter/xfindex.hxx 
b/lotuswordpro/inc/xfilter/xfindex.hxx
index ace8353be3f6..9cd469662916 100644
--- a/lotuswordpro/inc/xfilter/xfindex.hxx
+++ b/lotuswordpro/inc/xfilter/xfindex.hxx
@@ -55,7 +55,7 @@
  /
 /*
  * @file
- * Represente index source,index body and index index entry.
+ * Represents index source, index body and index entry.
  /
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFINDEX_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFINDEX_HXX
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.cxx 
b/lotuswordpro/source/filter/xfilter/xfindex.cxx
index 8ef69ef6b70f..f141a0e46b10 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.cxx
@@ -55,7 +55,7 @@
  /
 /*
  * @file
- * Represente index source,index body and index index entry.
+ * Represents index source, index body and index entry.
  /
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-09-26 Thread Libreoffice Gerrit user
 sfx2/qa/cppunit/test_misc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 619cda0fce93dde1dcda9353270c1a001bf339a8
Author: Andrea Gelmini 
AuthorDate: Wed Sep 26 16:52:41 2018 +0200
Commit: Julien Nabet 
CommitDate: Wed Sep 26 21:16:29 2018 +0200

Fix typo

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

diff --git a/sfx2/qa/cppunit/test_misc.cxx b/sfx2/qa/cppunit/test_misc.cxx
index cf9fcdb3e0be..2f419103cbd8 100644
--- a/sfx2/qa/cppunit/test_misc.cxx
+++ b/sfx2/qa/cppunit/test_misc.cxx
@@ -187,7 +187,7 @@ void MiscTest::testHardLinks()
 // This failed: hard link count was 1, the hard link broke on store.
 CPPUNIT_ASSERT(buf.st_nlink > 1);
 
-// Test that symlinks are presreved as well.
+// Test that symlinks are preserved as well.
 nRet = remove(aNew.getStr());
 CPPUNIT_ASSERT_EQUAL(0, nRet);
 symlink(aOld.getStr(), aNew.getStr());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119067] REPORTBUILDER: Report label display string lost when saved and the actual string 'LABEL' used when the report is run next.

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119067

Drew Jensen  changed:

   What|Removed |Added

 CC||zoom...@gmx.com

--- Comment #9 from Drew Jensen  ---
*** Bug 120140 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 120140] Labels only show the word "Label" instead of label name in ReportBuilder in Base when activated.

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120140

Drew Jensen  changed:

   What|Removed |Added

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

--- Comment #1 from Drew Jensen  ---


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

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


[Libreoffice-bugs] [Bug 120141] New: Templates in shellnew directory not fitting to global settings

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120141

Bug ID: 120141
   Summary: Templates in shellnew directory not fitting to global
settings
   Product: LibreOffice
   Version: 6.1.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bernhard2...@budnik.de

I did the following:
1. Change of the global settings "standard document language" and "standard
template".
2. Creating a new document by using the context menu of the windows explorer.

Expected behaviour:
New file is according to the global lo-settings as mentioned above.

Current behaviour:
The new file is a standard file created once in the installation process.

Workaround: I replaced the files in the folder share\template\shellnew
according to my presonal preferences.

Comment: The solution of this might also resolve Bug 94857.

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


[Libreoffice-bugs] [Bug 120107] Compatibility problem between LibreOffice and MS Office on tables

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120107

--- Comment #9 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Bruno de Moraes from comment #8)
> Created attachment 145170 [details]
> Another crash
> 
> Here's another example of table not being compatible between the softwares...
> 
> This file came to me as Word 97 - 03. I opened it with LibreOffice and saved
> it as .docx
> 
> Now, if you open this .docx file in the LibreOffice itself, you will find
> the table crashed. If you open it in MS Office, it's ok...
> 
> But, for work, I can't just trust it's going to be ok when my boss open it
> with his MSOffice, when I see the table crashed in my own LibreOffice...

please fill different bugs for different problem

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


[Libreoffice-bugs] [Bug 120140] New: Labels only show the word "Label" instead of label name in ReportBuilder in Base when activated.

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120140

Bug ID: 120140
   Summary: Labels only show the word "Label" instead of label
name in ReportBuilder in Base when activated.
   Product: LibreOffice
   Version: 6.1.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zoom...@gmx.com

Description:
I tried with both the Wizard and Design Mode and get the same result in Windows
8.1.  Same result in Ubuntu 18.04. Using LibreOffice 6.1.1.2.
Other problems with this version as well.

Steps to Reproduce:
1.I use design mode to set up a report from a query.
2.I include the pertinent information for labels when requested.
3.I run the report.
4.I also do the same thing with the wizard.

Actual Results:
Instead of label names, the word "Label" is repeated in all instances.

Expected Results:
I expected to see the label names I entered.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
It should have done as expected

Version: 6.1.1.2 (x64)
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
CPU threads: 8; OS: Windows 6.3; UI render: default; 
Locale: en-CA (en_CA); 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 120132] Make menus extensionizable

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120132

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Do we want to have all user's customization (menu, toolbars, keyboard, macros)
in outside file?
And I'll can use it for fast customization all my LO installations in different
places?

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


[Libreoffice-bugs] [Bug 119992] Lots of CPU time needed reducing for reducing the column width

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119992

Buovjaga  changed:

   What|Removed |Added

 CC||vmik...@collabora.co.uk
 Status|UNCONFIRMED |NEW
   Keywords||bibisected, bisected, perf,
   ||regression
 Ever confirmed|0   |1

--- Comment #5 from Buovjaga  ---
(In reply to Telesto from comment #4)
> A conformation would be nice :-)

I believe I can confirm.

Adding Cc: to Miklos Vajna

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: 88e26267844ac96f39d341ef05bd1536f210af74
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
Built on 25 September 2018

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


[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Buovjaga  changed:

   What|Removed |Added

 Depends on||119790


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119790
[Bug 119790] When printing to PDF, existing file with different file name in
the target folder gets overwritten (GTK3-only)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 119790] When printing to PDF, existing file with different file name in the target folder gets overwritten (GTK3-only)

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119790

Buovjaga  changed:

   What|Removed |Added

Summary|Libreoffice overwrites file |When printing to PDF,
   |when changing   |existing file with
   |file-extension after|different file name in the
   |selecting file  |target folder gets
   ||overwritten (GTK3-only)
   Keywords||dataLoss
 Blocks||103182
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
   Severity|normal  |major
  Component|Localization|Printing and PDF export
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
Holy wow, this is nasty.

The .odt does not need to be a serial letter.

I reproduced by having two files in a folder and doing the steps. Before step
7, one has to change the format to "Any type" in order to be able to select the
.odt.

GTK3 is the only VCL backend with this problem.

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: 88e26267844ac96f39d341ef05bd1536f210af74
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3; 
Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
Built on 25 September 2018


Referenced Bugs:

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


Intermittent Unit Test Failure: VclComplexTextTest::testArabic

2018-09-26 Thread Luke Benes
Over the years, I've probably done several hundred windows builds. Until now I 
have never been bitten an intermittent Unit Test failures. This month, I have 
started to see fairly regular failure of VclComplexTextTest::testArabic 3 out 
of ~15 builds.

Here are 2 separate examples of the Jenkins_Windows Tinderbox seeing the same 
failure in the past 2 days:

https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER=1537871271.4910

https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER=1537949563.7757

Has anyone investigated this? Is there any way to search Jenkins logs to see 
when this failure first occurred? 

-Luke


[build CUT] drawinglayer_border
`anonymous namespace'::CanvasBitmapTest::runTest finished in: 841ms
C:/core/vcl/qa/cppunit/complextext.cxx:98:VclComplexTextTest::testArabic
equality assertion failed
- Expected: 72
- Actual  : 75

VclComplexTextTest::testArabic finished in: 971ms
VclComplexTextTest::testTdf95650 finished in: 527ms
C:/core/vcl/qa/cppunit/complextext.cxx(98) : error : Assertion
Test name: VclComplexTextTest::testArabic
equality assertion failed
- Expected: 72
- Actual  : 75

Failures !!!
Run: 3   Failure total: 1   Failures: 1   Errors: 0

Error: a unit test failed, please do one of:
make CppunitTest_vcl_complextext CPPUNITTRACE=TRUE # which is a shortcut for 
the following line
make CppunitTest_vcl_complextext CPPUNITTRACE="'C:/Program Files 
(x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/devenv.exe' /debugexe" 
# for interactive debugging in Visual Studio
make CppunitTest_vcl_complextext CPPUNITTRACE="drmemory -free_max_frames 20" # 
for memory checking (install Dr.Memory first, and put it to your PATH)

You can limit the execution to just one particular test by:

[build DEP] LNK:CppunitTest/test_writerperfect_calc.dll
make CppunitTest_vcl_complextext CPPUNIT_TEST_NAME="testXYZ" ...above mentioned 
params...

[build LNK] CppunitTest/test_writerperfect_calc.dll
make[1]: *** [C:/core/solenv/gbuild/CppunitTest.mk:120: 
C:/core/workdir/CppunitTest/vcl_complextext.test] Error 1
make[1]: *** Waiting for unfinished jobs
   Creating library 
C:/core/workdir/LinkTarget/CppunitTest/itest_xmloff_uxmloff.lib and object 
C:/core/workdir/LinkTarget/CppunitTest/itest_xmloff_uxmloff.exp
make: *** [Makefile:286: build] Error 2

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


[Libreoffice-bugs] [Bug 120139] New: The number of pages (and the layout) is immensely unstable between versions and between reloads of the same file

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

Bug ID: 120139
   Summary: The number of pages (and the layout) is immensely
unstable between versions and between reloads of the
same file
   Product: LibreOffice
   Version: 4.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
The number of pages (and the layout) is immensely unstable between versions and
between reloads of the same file

Steps to Reproduce:
1. Open the attached file 
2. Reload the file multiple times
2. Compare page count 
Libo 6.2 (Starts with 118 ends with: 113/105/106/111)
LibO 6.0 (102)
LibO 5.4 (103)
Libo 4.4.7.2 (123)
Libo 3.5.7.2 (118 at first after a while 117)


Actual Results:
Layout is different for every version

Expected Results:
A stable number of pages/ layout. At least when reloading the file.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.2.0.0.alpha0+
Build ID: 1aa37aa6bee19099b57555a6d839992b054aa405
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-09-23_10:17:54
Locale: nl-NL (nl_NL); 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 120139] The number of pages (and the layout) is immensely unstable between versions and between reloads of the same file

2018-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120139

--- Comment #1 from Telesto  ---
Created attachment 145189
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145189=edit
Example file

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


  1   2   3   >