[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

2018-08-16 Thread Libreoffice Gerrit user
 loleaflet/dist/toolbar/toolbar.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64f40368457903abc0b1adf0ba92ee8ad744d244
Author: Jan Holesovsky 
AuthorDate: Fri Aug 17 07:33:43 2018 +0200
Commit: Jan Holesovsky 
CommitDate: Fri Aug 17 07:33:43 2018 +0200

Fix jslint error.

Change-Id: I7c02c2cc021bf6c67c2158e324684f3c0c1cecfb

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index c2aa1c137..d9a5e8712 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -998,7 +998,7 @@ map.on('doclayerinit', function () {
{ id: '512', text: _('Sum')},
{ id: '8192', text: _('Selection count')},
{ id: '1', text: _('None')}
-   ]}
+   ]}
]);
 
// Remove irrelevant toolbars
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-08-16 Thread Libreoffice Gerrit user
 loleaflet/src/layer/tile/TileLayer.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7908cb45636ddad5dfe12f37da7f4d433a4b619
Author: Henry Castro 
AuthorDate: Thu Aug 16 16:17:37 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Fri Aug 17 07:30:23 2018 +0200

loleaflet: auto fit width limit 100%

Change-Id: I6dfa345e9faa85a794d2a7f276f134f57511fe63
Reviewed-on: https://gerrit.libreoffice.org/59239
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/src/layer/tile/TileLayer.js 
b/loleaflet/src/layer/tile/TileLayer.js
index 09f3dc93d..a5fa6d400 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -2060,7 +2060,7 @@ L.TileLayer = L.GridLayer.extend({
var widthTwips = newSize.x * this._map.options.tileWidthTwips / 
this._tileSize;
var ratio = widthTwips / this._docWidthTwips;
 
-   maxZoom = maxZoom ? maxZoom : this.options.maxZoom;
+   maxZoom = maxZoom ? maxZoom : this._map.options.zoom;
// 'fit width zoom' has no use in spreadsheets, ignore it there
if (this._docType !== 'spreadsheet') {
var crsScale = this._map.options.crs.scale(1);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sc/source

2018-08-16 Thread Libreoffice Gerrit user
 sc/source/ui/view/viewfunc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 30c178dcb3301527ad92bbd245d1525ab77e314e
Author: Julien Nabet 
AuthorDate: Thu Aug 16 19:57:52 2018 +0200
Commit: Julien Nabet 
CommitDate: Fri Aug 17 07:17:01 2018 +0200

Related tdf#118547: don't change protection symbol if nTab == TABLEID_DOC

See Eike's comment in https://gerrit.libreoffice.org/#/c/59035/

Change-Id: Ic0f6f0a6fc8d08a7c92b2c12bd301f5089843891
Reviewed-on: https://gerrit.libreoffice.org/59219
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index 6533068bcd04..54677815d542 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -2541,7 +2541,7 @@ bool ScViewFunc::Unprotect( SCTAB nTab, const OUString& 
rPassword )
 if ( nTab == TABLEID_DOC || rMark.GetSelectCount() <= 1 )
 {
 bChanged = rFunc.Unprotect( nTab, rPassword, false );
-if (bChanged)
+if (bChanged && nTab != TABLEID_DOC)
 SetTabProtectionSymbol(nTab, false);
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-08-16 Thread Libreoffice Gerrit user
 cui/uiconfig/ui/colorpage.ui |1 +
 1 file changed, 1 insertion(+)

New commits:
commit da7040510d5be27ad7b90ffb0c962535f3375358
Author: Maxim Monastirsky 
AuthorDate: Thu Aug 16 18:24:54 2018 +0300
Commit: Maxim Monastirsky 
CommitDate: Fri Aug 17 07:14:57 2018 +0200

tdf#119299 Start with a never scrollbar policy

Similar to 8161d9cf7649e1183e51aaa2525a9c0374205a3d
("Fix initial width of the color palette in welded picker")

Change-Id: I9d9584c8cc41ac5d3ca886a7541fc7874d1ef933
Reviewed-on: https://gerrit.libreoffice.org/59206
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky 

diff --git a/cui/uiconfig/ui/colorpage.ui b/cui/uiconfig/ui/colorpage.ui
index 411389cd05be..a629ee08c03a 100644
--- a/cui/uiconfig/ui/colorpage.ui
+++ b/cui/uiconfig/ui/colorpage.ui
@@ -244,6 +244,7 @@
 True
 True
 never
+never
 in
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119224] Crash scrolling formatted 2007 DOCX with revision, comments and images (SfxListener::~SfxListener() EXCEPTION_ACCESS_VIOLATION_WRITE) ( steps in comment 8 )

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119224

--- Comment #16 from philchan2008  ---
Problem solved, I installed and tested with both the test case file and
original complex file on Win10-64bit platform, there is NO crash any more.

ref. link:
https://dev-builds.libreoffice.org/daily/master/Win-x86_64@42/2018-08-17_00.41.06/

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


[Libreoffice-bugs] [Bug 119324] New: chdir (cd) fails when starting from certain symbolic links

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119324

Bug ID: 119324
   Summary: chdir (cd) fails when starting from certain symbolic
links
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: billm...@acm.org

When Libreoffice installs, a symbolic link is created from /usr/bin/libreoffice
to /usr/lib/libreoffice/program/soffice. This works fine. However, Debian
stretch and Devuan ASCII both created an additional link,
/usr/bin/X11/libreoffice. This link does not work due to how the back end
script handles the symbolic link that is $0. I simply replaced the funky loop
that resolves the symlink with 
if false
then
original loop
else
   sd_res="$( readlink -e "$sd_res" )"
fi
I could have simplified it even further but a four line change allows me to
quickly alter the script in the future. To make things even more secure, I
mv soffice soffice.def
The modified script was named soffice.mod
ln -s soffice.mod soffice

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


[Libreoffice-bugs] [Bug 119323] New: Windows 7 64 bit installer for 6.1.0.3 crashes unless run with admin privileges

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119323

Bug ID: 119323
   Summary: Windows 7 64 bit installer for 6.1.0.3 crashes unless
run with admin privileges
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: brentbo...@gmail.com

Description:
My home workstation is a Dell Precision T1700 running fully patched Windows 7
64 bit.

I just downloaded the latest installer for LibreOffice for Windows 64 bit,
which is the file LibreOffice_6.1.0_Win_x64.msi.

The first 2 times that I tried to run it, it seemed to almost complete but then
it crashed at the end.

I used all default options, customizing nothing, both times.

The error dialog box had a details button that I clicked on, which gave this
information:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: msiexec.exe
  Application Version:  5.0.7601.24195
  Application Timestamp:5b33ab63
  Fault Module Name:msvcrt.dll
  Fault Module Version: 7.0.7601.17744
  Fault Module Timestamp:   4eeb033f
  Exception Code:   c005
  Exception Offset: 11be
  OS Version:   6.1.7601.2.1.0.256.48
  Locale ID:1033
  Additional Information 1: 1d02
  Additional Information 2: 1d021a3071c4ee9c328df5136bcd4ef7
  Additional Information 3: 971c
  Additional Information 4: 971c55d728cf03714dd8cda8269a092e

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288=0x0409

If the online privacy statement is not available, please read our
privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

I did a web search, and found nothing related to the precise details above.

But I did find this link
   
https://ask.libreoffice.org/en/question/146600/libreoffice-6-installation-error/
where brownbear1947 suggests this Tom's Hardware link
http://www.tomshardware.com/forum/1145-73-internal-error-2503-2502
In that thread, NanaYawIke's reply (which is second to the last one) gives a
technique for executing arbitrary files (like .msi ones like here) with admin
privilege.

I tried that, and lo and behold, the installation worked!

But I do not think that I should need to do this.  I have never in the past had
to use admin privilege to install LibreOffice.

What changed with this version?

Also, it would be better if the installer could detect if there will be a
privilege issue, and give much clearer of an error message instead of the above
very obscure one.



Steps to Reproduce:
1. try to install 6.1.0.3 on a Windows 7 machine like mine
2.
3.

Actual Results:
The installer crashed.

Expected Results:
The installer should work.


Reproducible: Always


User Profile Reset: No



Additional Info:
I did change my antivirus programs since the last time I installed LibreOffice.

I used to use AVG paid for version.  I got tired of AVG's deteriorating
product, and switched to Microsoft's Security Essentials for Windows 7 along
with Malwarebytes paid for version.

My web search found that some installation crashes are related to antivirus
issues:
   
https://ask.libreoffice.org/en/question/136352/error-attempting-to-install-libreoffice-542/

I am not sure, however, if this is relevant in my case.

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


[Libreoffice-bugs] [Bug 111824] Export to xlsx handles "deep" axis wrong in 3D column chart

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111824

--- 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 111820] Axes are not rendered in 3D chart

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111820

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 111726] Slide background: Hatch area fill tap page shows no background color when the slide has one

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111726

--- 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 111816] Cannot find special character if does not know character name but number

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111816

--- 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 111841] Increase / decrease font size buttons create two undo action when clicking on them

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111841

--- 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 58043] truncated files left over?

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58043

--- Comment #7 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 106734] Incorrect colors imported from XLS with conditional formatting (XLSX is okay)

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106734

--- Comment #7 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 104174] Loss of formatting on Pivot Tables after refreshing data

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104174

--- 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 107047] Single merged document wont email

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107047

--- 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 119085] Bundle the new "EB Garamond" font with LibreOffice

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119085

LibreTraining  changed:

   What|Removed |Added

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

--- Comment #11 from LibreTraining  ---
Created attachment 144246
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144246=edit
EB Garamond demo from LO on Windows


Appears to work fine on LO 6.1.0.3 on Windows 7 x64.

Printed to an image at 800 dpi.

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


[Libreoffice-bugs] [Bug 119314] A dot is automatically changed to an apostrophe in formulas in Calc

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119314

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
Have you tested with Menu/Help/Restart on safe mode.

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


[Libreoffice-bugs] [Bug 119319] I have a 5 column, 130 items per column, of which Columns A & C are text and Columns B, D, & E are numbers without decimals. Numbers are 1 & 2 digit only.

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119319

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
The only reason to zero going to the bottom is if it's introduced as text or in
a cell formatted as text.
Please attach a file with only one sheet with your sample.

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


Crash test update

2018-08-16 Thread Crashtest VM
New crashtest update available at 
http://dev-builds.libreoffice.org/crashtest/d4935799284769dd8e5f983fa8f55275391420a3/


exportCrashes.csv
Description: Binary data


importCrash.csv
Description: Binary data


validationErrors.csv
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: helpcontent2

2018-08-16 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 380d0fda99ff664de8443cfc33c7c86bca18134c
Author: Mike Kaganski 
AuthorDate: Tue Jul 24 03:26:09 2018 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Aug 16 23:56:33 2018 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix excel syntax description

Change-Id: Iaaf38a33373eb910785a4a5d1fc45649523726e9
Reviewed-on: https://gerrit.libreoffice.org/57897
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index f0e9b27d338a..f6f00dd19eb2 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit f0e9b27d338a12bb5c7631f3c935ba9969bd7db3
+Subproject commit f6f00dd19eb27c293d147262a18329df60aa6bab
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-08-16 Thread Libreoffice Gerrit user
 source/text/scalc/01/04060109.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f6f00dd19eb27c293d147262a18329df60aa6bab
Author: Mike Kaganski 
AuthorDate: Tue Jul 24 03:26:09 2018 +0200
Commit: Olivier Hallot 
CommitDate: Thu Aug 16 23:56:33 2018 +0200

Fix excel syntax description

Change-Id: Iaaf38a33373eb910785a4a5d1fc45649523726e9
Reviewed-on: https://gerrit.libreoffice.org/57897
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/04060109.xhp 
b/source/text/scalc/01/04060109.xhp
index e5a72c21d..cffee7eb8 100644
--- a/source/text/scalc/01/04060109.xhp
+++ b/source/text/scalc/01/04060109.xhp
@@ -216,7 +216,7 @@
 Ref represents a reference to a cell or an area (in 
text form) for which to return the contents.
  
 A1 (optional) - if set to 0, the R1C1 notation is 
used. If this parameter is absent or set to another value than 0, the A1 
notation is used.
- If you open 
an Excel spreadsheet that uses indirect addresses calculated from string 
functions, the sheet addresses will not be translated automatically. For 
example, the Excel address in INDIRECT("filename!sheetname"B1) is not 
converted into the Calc address in 
INDIRECT("filename.sheetname"B1).UFI: for 
#i34465#
+ If you open 
an Excel spreadsheet that uses indirect addresses calculated from string 
functions, the sheet addresses will not be translated automatically. For 
example, the Excel address in INDIRECT("[filename]sheetname!"B1) is not 
converted into the Calc address in 
INDIRECT("filename#sheetname."B1).UFI: for 
#i34465#
  Example
  
 =INDIRECT(A1) equals 100 if A1 contains 
C108 as a reference and cell C108 contains a value of 100.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 49549] FILESAVE: Overlining lost after saving & reopening file

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49549

Xisco Faulí  changed:

   What|Removed |Added

Version|3.5.2 release   |Inherited From OOo

--- Comment #14 from Xisco Faulí  ---
Still reproducible in

Version: 6.2.0.0.alpha0+
Build ID: b264c9276888bb952deeec31abe3a77e05dac164
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: threaded

and in

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-commits] core.git: connectivity/inc connectivity/source dbaccess/source desktop/source editeng/source filter/source

2018-08-16 Thread Libreoffice Gerrit user
 connectivity/inc/strings.hrc |2 +-
 connectivity/source/drivers/mork/MCatalog.hxx|2 +-
 connectivity/source/inc/hsqldb/HCatalog.hxx  |2 +-
 connectivity/source/inc/mysql/YCatalog.hxx   |2 +-
 dbaccess/source/core/dataaccess/databasedocument.hxx |2 +-
 desktop/source/lib/init.cxx  |2 +-
 editeng/source/editeng/impedit.cxx   |4 ++--
 editeng/source/editeng/impedit.hxx   |2 +-
 editeng/source/editeng/impedit2.cxx  |2 +-
 filter/source/svg/presentation_engine.js |2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 57abecebc1b6c114b93fea34f133ac4eeb157dc3
Author: Andrea Gelmini 
AuthorDate: Thu Aug 16 13:55:31 2018 +0200
Commit: Jens Carl 
CommitDate: Thu Aug 16 23:50:54 2018 +0200

Fix typo: s/an other/another/g

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

diff --git a/connectivity/inc/strings.hrc b/connectivity/inc/strings.hrc
index d2380e45b92f..129a41826b02 100644
--- a/connectivity/inc/strings.hrc
+++ b/connectivity/inc/strings.hrc
@@ -77,7 +77,7 @@
 #define STR_ONL_ONE_COLUMN_PER_INDEX
NC_("STR_ONL_ONE_COLUMN_PER_INDEX", "The index could not be created. Only one 
column per index is allowed.")
 #define STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE   
NC_("STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE", "The index could not be created. 
The values are not unique.")
 #define STR_COULD_NOT_CREATE_INDEX  
NC_("STR_COULD_NOT_CREATE_INDEX", "The index could not be created. An unknown 
error appeared.")
-#define STR_COULD_NOT_CREATE_INDEX_NAME 
NC_("STR_COULD_NOT_CREATE_INDEX_NAME", "The index could not be created. The 
file '$filename$' is used by an other index.")
+#define STR_COULD_NOT_CREATE_INDEX_NAME 
NC_("STR_COULD_NOT_CREATE_INDEX_NAME", "The index could not be created. The 
file '$filename$' is used by another index.")
 #define STR_COULD_NOT_CREATE_INDEX_KEYSIZE  
NC_("STR_COULD_NOT_CREATE_INDEX_KEYSIZE", "The index could not be created. The 
size of the chosen column is too big.")
 #define STR_SQL_NAME_ERROR  NC_("STR_SQL_NAME_ERROR", "The 
name '$name$' doesn't match SQL naming constraints.")
 #define STR_COULD_NOT_DELETE_FILE   
NC_("STR_COULD_NOT_DELETE_FILE", "The file $filename$ could not be deleted.")
diff --git a/connectivity/source/drivers/mork/MCatalog.hxx 
b/connectivity/source/drivers/mork/MCatalog.hxx
index 5f5f817e78c8..1c6f7904f4ef 100644
--- a/connectivity/source/drivers/mork/MCatalog.hxx
+++ b/connectivity/source/drivers/mork/MCatalog.hxx
@@ -25,7 +25,7 @@ namespace connectivity
 {
 namespace mork
 {
-// please don't name the class the same name as in an other namespaces
+// please don't name the class the same name as in another namespaces
 // some compilers have problems with this task as I noticed on windows
 class OConnection;
 class OCatalog : public connectivity::sdbcx::OCatalog
diff --git a/connectivity/source/inc/hsqldb/HCatalog.hxx 
b/connectivity/source/inc/hsqldb/HCatalog.hxx
index f953c9f30ae1..b2aa95c11a2b 100644
--- a/connectivity/source/inc/hsqldb/HCatalog.hxx
+++ b/connectivity/source/inc/hsqldb/HCatalog.hxx
@@ -25,7 +25,7 @@ namespace connectivity
 {
 namespace hsqldb
 {
-// please don't name the class the same name as in an other namespaces
+// please don't name the class the same name as in another namespaces
 // some compilers have problems with this task as I noticed on windows
 class OHCatalog : public connectivity::sdbcx::OCatalog
 {
diff --git a/connectivity/source/inc/mysql/YCatalog.hxx 
b/connectivity/source/inc/mysql/YCatalog.hxx
index d6b465ff8c84..8af6b82c2aa0 100644
--- a/connectivity/source/inc/mysql/YCatalog.hxx
+++ b/connectivity/source/inc/mysql/YCatalog.hxx
@@ -25,7 +25,7 @@ namespace connectivity
 {
 namespace mysql
 {
-// please don't name the class the same name as in an other namespaces
+// please don't name the class the same name as in another namespaces
 // some compilers have problems with this task as I noticed on windows
 class OMySQLCatalog : public connectivity::sdbcx::OCatalog
 {
diff --git a/dbaccess/source/core/dataaccess/databasedocument.hxx 
b/dbaccess/source/core/dataaccess/databasedocument.hxx
index e910bff75d3e..df5765855df7 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.hxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.hxx
@@ -196,7 +196,7 @@ class ODatabaseDocument :public ModelDependentComponent 
// ModelDepe
 bool   
 m_bClosing;
 bool

[Libreoffice-bugs] [Bug 91586] Filesave: Impress does not rotate 90º text in an ODP copy of a PPTX file

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91586

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||szymon.k...@collabora.com

--- Comment #8 from Xisco Faulí  ---
The issue with the first attachment was fixed in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=bb72ef2a15b0a08b07256f1bb3a0c96c413e8da8,
a commit done by Szymon Kłos

@Szymon Kłos, I thought you could be interested in the issue with the minimal
case attached, it might be a corner case...

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


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

2018-08-16 Thread Libreoffice Gerrit user
 include/vcl/outdev.hxx  |8 ++--
 include/vcl/vcllayout.hxx   |2 -
 sw/source/core/txtnode/fntcache.cxx |   40 +++-
 vcl/inc/sallayout.hxx   |2 -
 vcl/source/gdi/CommonSalLayout.cxx  |4 +-
 vcl/source/gdi/sallayout.cxx|4 +-
 vcl/source/outdev/text.cxx  |   72 ++--
 vcl/source/window/status.cxx|   10 +++--
 8 files changed, 75 insertions(+), 67 deletions(-)

New commits:
commit 436b829f5b904d76039db0818cff5dedf1ae89f1
Author: Miklos Vajna 
AuthorDate: Thu Aug 16 17:35:17 2018 +0200
Commit: Miklos Vajna 
CommitDate: Thu Aug 16 23:39:15 2018 +0200

sw: save one vcl layout call in SwFntObj::DrawText()

Pressing a key in Writer used to lay out the relevant string 4 times
(counting GenericSalLayout::LayoutText() invocations), save one of them
by pre-calculating the layout and sharing it between GetTextArray() and
DrawTextArray().

Change-Id: Ic2194bdcbe94a546d57745463ae81e6b0cadcd92
Reviewed-on: https://gerrit.libreoffice.org/59208
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/sw/source/core/txtnode/fntcache.cxx 
b/sw/source/core/txtnode/fntcache.cxx
index 4d0f59fcc56d..985ffab1c87b 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -54,6 +54,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -96,6 +97,36 @@ long EvalGridWidthAdd( const SwTextGridItem *const pGrid, 
const SwDrawTextInfo &
 return nGridWidthAdd;
 }
 
+/**
+ * Pre-calculates glyph items for the rendered subset of rInf's text, assuming
+ * outdev state does not change between the outdev calls.
+ */
+SalLayoutGlyphs* lcl_CreateLayout(SwDrawTextInfo& rInf, const OUString& rText, 
sal_Int32 nIdx,
+  sal_Int32 nLen, SalLayoutGlyphs& rTextGlyphs)
+{
+// Not the string we want to pre-calculate.
+if (rText != rInf.GetText() || nIdx != rInf.GetIdx() || nLen != 
rInf.GetLen())
+return nullptr;
+
+// Use pre-calculated result.
+if (!rTextGlyphs.empty())
+return 
+
+// Calculate glyph items.
+std::unique_ptr pLayout = rInf.GetOut().ImplLayout(
+rText, nIdx, nLen, Point(0, 0), 0, nullptr, 
SalLayoutFlags::GlyphItemsOnly);
+if (!pLayout)
+return nullptr;
+
+const SalLayoutGlyphs* pGlyphs = pLayout->GetGlyphs();
+if (!pGlyphs)
+return nullptr;
+
+// Remember the calculation result.
+rTextGlyphs = *pGlyphs;
+
+return 
+}
 }
 
 void SwFntCache::Flush( )
@@ -779,6 +810,8 @@ void SwFntObj::DrawText( SwDrawTextInfo  )
 
 vcl::Font* pTmpFont = bUseScrFont ? m_pScrFont : m_pPrtFont;
 
+SalLayoutGlyphs aTextGlyphs;
+
 //  bDirectPrint and bUseScrFont should have these values:
 
 //  Outdev / RefDef  | Printer | VirtPrinter | Window
@@ -1393,8 +1426,10 @@ void SwFntObj::DrawText( SwDrawTextInfo  )
 
 // get screen array
 std::unique_ptr pScrArray(new long[sal_Int32(rInf.GetLen())]);
+SalLayoutGlyphs* pGlyphs = lcl_CreateLayout(rInf, rInf.GetText(), 
sal_Int32(rInf.GetIdx()),
+sal_Int32(rInf.GetLen()), 
aTextGlyphs);
 rInf.GetOut().GetTextArray( rInf.GetText(), pScrArray.get(),
-sal_Int32(rInf.GetIdx()), sal_Int32(rInf.GetLen()));
+sal_Int32(rInf.GetIdx()), sal_Int32(rInf.GetLen()), 
nullptr, pGlyphs);
 
 // OLE: no printer available
 // OSL_ENSURE( pPrinter, "DrawText needs pPrinter" )
@@ -1743,8 +1778,9 @@ void SwFntObj::DrawText( SwDrawTextInfo  )
 sal_Int32 nTmpIdx = bBullet
 ? (rInf.GetIdx() ? 1 : 0)
 : sal_Int32(rInf.GetIdx());
+pGlyphs = lcl_CreateLayout(rInf, *pStr, nTmpIdx, nLen, 
aTextGlyphs);
 rInf.GetOut().DrawTextArray( aTextOriginPos, *pStr, 
pKernArray.get(),
- nTmpIdx , nLen );
+ nTmpIdx , nLen, 
SalLayoutFlags::NONE, nullptr, pGlyphs );
 if (bBullet)
 {
 rInf.GetOut().Push();
commit c5dc042219e9872937f9fe1cb68f2f03423f398e
Author: Miklos Vajna 
AuthorDate: Thu Aug 16 17:34:49 2018 +0200
Commit: Miklos Vajna 
CommitDate: Thu Aug 16 23:39:04 2018 +0200

vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layout

This means that the pre-computed glyph ids and positions are usable with
multiple dx array or draw base.

So the amount of cached data is smaller, but it can be used in more
situations, most importantly Writer's SwFntObj::DrawText() use-case
(which does GetTextArray() followed by a DrawTextArray(), with different
dx array arguments).

Change-Id: I3bcd1b7a015c2cf9921efa0f3f355f2c627fb652
Reviewed-on: 

[Libreoffice-bugs] [Bug 55956] FILESAVE: Circular Arrow broken after save as PPT & reopening

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55956

--- Comment #13 from Xisco Faulí  ---
Still reproducible in

Version: 6.2.0.0.alpha0+
Build ID: b264c9276888bb952deeec31abe3a77e05dac164
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.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 92335] FILEOPEN FILESAVE: Character style for bullets added every time docx document is saved

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92335

--- Comment #5 from jl.baldri...@gmail.com ---
Version: 5.4.5.1
Build ID: 79c9829dd5d8054ec39a82dc51cd9eff340dbee8
CPU threads: 8; OS: Windows 6.2; UI render: default; 
Locale: en-US (en_US); Calc: group

(Version is as approved by my corporate overlords; apologies if there is a
newer release.) 

Just removed about 700 styles by hand. A macro probably would have been a good
idea.

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


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

2018-08-16 Thread Libreoffice Gerrit user
 sc/source/ui/view/viewfunc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24a30e5bde07cf168c30adadb417ba002818970b
Author: Julien Nabet 
AuthorDate: Thu Aug 16 19:57:52 2018 +0200
Commit: Julien Nabet 
CommitDate: Thu Aug 16 23:37:07 2018 +0200

Related tdf#118547: don't change protection symbol if nTab == TABLEID_DOC

See Eike's comment in https://gerrit.libreoffice.org/#/c/59035/

Change-Id: Ic0f6f0a6fc8d08a7c92b2c12bd301f5089843891
Reviewed-on: https://gerrit.libreoffice.org/59218
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index 3ac263c0165e..a940afba1bea 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -2551,7 +2551,7 @@ bool ScViewFunc::Unprotect( SCTAB nTab, const OUString& 
rPassword )
 if ( nTab == TABLEID_DOC || rMark.GetSelectCount() <= 1 )
 {
 bChanged = rFunc.Unprotect( nTab, rPassword, false );
-if (bChanged)
+if (bChanged && nTab != TABLEID_DOC)
 SetTabProtectionSymbol(nTab, false);
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100662] FORMATTING FILEOPEN IMPORT PPTX: Opacity, contrast and brightness are lost on PPTX import

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100662

Xisco Faulí  changed:

   What|Removed |Added

 CC||zolnaitamas2...@gmail.com

--- Comment #6 from Xisco Faulí  ---
@Tamás Zolnai, I thought you could be interested in this issue...

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


[Libreoffice-bugs] [Bug 100662] FORMATTING FILEOPEN IMPORT PPTX: Opacity, contrast and brightness are lost on PPTX import

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100662

Xisco Faulí  changed:

   What|Removed |Added

Version|5.1.3.2 release |4.1 all versions

--- Comment #5 from Xisco Faulí  ---
Also reproduced in

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

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


[Libreoffice-bugs] [Bug 100662] FORMATTING FILEOPEN IMPORT PPTX: Opacity, contrast and brightness are lost on PPTX import

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100662

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #4 from Xisco Faulí  ---
Created attachment 144245
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144245=edit
comparison MSO 2010 and LibreOffice 6.2

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


[Libreoffice-bugs] [Bug 119322] PUA file Libre Office file

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119322

--- Comment #1 from Drew Jensen  ---
So what that is about is covered here:
https://askubuntu.com/questions/988729/clamtk-reports-these-libreoffice-files-as-possible-threats-are-they-safe

Removing LibreOffice doesn't if I recall remove the actual user directory, but
I could be wrong on that, either way you want all the tidbits of LibreOffice
removed you would, I suppose, delete the entire /home/lynn/.config/libreoffice
directory tree. On the other hand if you only removed LibreOffice because of a
ClamTK warning, the above reference should help alleviate concerns. 

I hope that helps and I would suggest that this is not a LibreOffice issue per
se.

-- 
You are receiving this mail because:
You 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] dev-tools.git: esc-reporting/esc-collect.py

2018-08-16 Thread Libreoffice Gerrit user
 esc-reporting/esc-collect.py |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 14a923c94f8b669ac9284de768c61692bc3950db
Author: Xisco Fauli 
AuthorDate: Thu Aug 16 22:51:55 2018 +0200
Commit: Xisco Fauli 
CommitDate: Thu Aug 16 22:53:25 2018 +0200

ESC: json doesn't like backslashes

See author in 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=8055f402dbe6783884a51c8a78f4abcf7adda6c4

diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 2216bf8..e4242d6 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -650,7 +650,8 @@ def get_git(cfg):
   os.system('(cd ' + basedir + repo['dir'] + ";git log --pretty=format:'" 
+ useFormat + "') > /tmp/git.log")
   fp = open('/tmp/git.log', encoding='utf-8')
   while True:
-x = fp.readline()
+# Json fails if there's a backslash somewhere in the git log
+x = fp.readline().replace("\\", "/")
 if x is None or x == '':
   break
 row = json.loads(x)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111730] EDITING Reset Filter works not properly

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111730

--- Comment #5 from stefan_lange...@t-online.de  
---
Supplement to Comment 4:
I have tested with 
Version: 6.1.0.3 (x64)
Build-ID: efb621ed25068d70781dc026f7e9c5187a4decd1
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; 
Gebietsschema: de-DE (de_DE); Calc: CL

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


[Libreoffice-bugs] [Bug 111730] EDITING Reset Filter works not properly

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111730

stefan_lange...@t-online.de  changed:

   What|Removed |Added

 CC||stefan_lange...@t-online.de

--- Comment #4 from stefan_lange...@t-online.de  
---
Created attachment 144244
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144244=edit
zip file with 2 new sheet documents to show the actual probems with reset
filter

The behavior of Autofilter and Reset Filter was changed from LO 5.x to LO 6.1
and with my "original" test files I can't reproduce the problems as described.
But there are still problems at Reset Filter when there are completely empty
rows within a sheet.

I could close this bug and report a new, but first I describe the actual
problems. For demonstration I attach a zip file with 2 sheet documents.

Test case 1:
 
- open "Test Reset Filters V0b2.ods" (Autofilter in the first row, 2 empty rows
within the sheet)
- filter out in column B values b4 and b5
- Autofilter lists contain values (empty) + a1..a3 for column A (OK) and
(empty) + b1..b3 (checked) + b4..b5 (unchecked) for column B (OK)
- position cursor in one of cells A1..A4 or B1..A4
- Reset Filter
- Result: only rows 1..4 are displayed, Autofiter lists contain only values
a1..a3 (column A) and b1..b3 (column B)
Variation 1:
- after filter out cells position cursor in cell A5 or B5 before Reset Filter
- Result of Reset Fiter: Rows 1..6 are dieplayed, Autofilter lists contain
values (empty), a1..a4 resp. (empty), b1..b4
Variation 2:
- after filter out cells position cursor in cell B7 before Reset Filter
- Result of Reset Fiter: Rows 1..5 and 7 + 8 are dieplayed (not row 6!),
Autofilter lists contain values (empty), a1..a3 for column A resp. (empty) +
b1..b3 (checked) + b4 and b5 (unchecked) for column B
Test case 2:

- open "Test Reset Filters V0_2ab.ods" (Autofilter in the second row, 1 empty
row within the sheet)
- filter out in column B values b4 and b5
- Autofilter lists contain values (empty) + a1..a3 for column A (OK) and
(empty) + b1..b3 (checked) + b4..b5 (unchecked) for column B (OK)
- position cursor in cells A2..A5 or B2..A5
- Reset Filter
- Result: displayed rows and Autofilter lists are not changed
Variation:
- after filter out cells position cursor in cells A2..A5 or B2..A5 and Select
all before Reset Filter
- Result of Reset Filter: all rows are displayed, but Autofilter lists are not
changed and the Autofilter Array is blue (means cells are filtered)

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


[Libreoffice-bugs] [Bug 119217] UI: Document in use dialog contains unnecessary empty space

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119217

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
Could you please try to reproduce it with a master build from
http://dev-builds.libreoffice.org/daily/master/ ?
You can install it alongside the standard version.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the master build

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


[Libreoffice-bugs] [Bug 119306] Link to External Data doesn't work

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119306

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
Thanks for reporting the issue.
This is a dupe of bug 119141 and it's already fixed in all branches.

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

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


[Libreoffice-bugs] [Bug 116979] [META] Regression introduced by Aw080

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116979
Bug 116979 depends on bug 119308, which changed state.

Bug 119308 Summary: CRASH: EDITING: Fatal Error "HoriOrient" when add Text 
field to copied shape
https://bugs.documentfoundation.org/show_bug.cgi?id=119308

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 119308] CRASH: EDITING: Fatal Error "HoriOrient" when add Text field to copied shape

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119308

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #7 from Xisco Faulí  ---
Sorry, my comment in comment 3 is incorrect. it fails to paste the image to
writer due to bug 118883
This issue is fixed either by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=4b4942224b550235da228655677b5c068a053254
or
https://cgit.freedesktop.org/libreoffice/core/commit/?id=726d7e7b8b50dca9914329dbfd9491f7c8961f68

I don't know how easy/hard it's to backport it to 6-1.

Armin??

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - svx/source

2018-08-16 Thread Libreoffice Gerrit user
 svx/source/unodraw/unoshape.cxx |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 876a433607831f5c82bb952582c151ac653841e7
Author: Caolán McNamara 
AuthorDate: Tue Aug 14 21:05:16 2018 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 16 22:20:25 2018 +0200

Resolves: tdf#114427 crash when basic used to dispose shape

Change-Id: Ia078a0f4262fbe18b6cf463dbff33df1d4fd0a95
Reviewed-on: https://gerrit.libreoffice.org/59037
Tested-by: Xisco Faulí 
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 1ea93dde6d34..c1fc65092c6d 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1339,37 +1339,38 @@ void SAL_CALL SvxShape::dispose()
 
 if ( HasSdrObject() )
 {
-EndListening( GetSdrObject()->getSdrModelFromSdrObject() );
+SdrObject* pObject = GetSdrObject();
+
+EndListening( pObject->getSdrModelFromSdrObject() );
 bool bFreeSdrObject = false;
 
-if ( GetSdrObject()->IsInserted() && GetSdrObject()->GetPage() )
+if ( pObject->IsInserted() && pObject->GetPage() )
 {
 OSL_ENSURE( HasSdrObjectOwnership(), "SvxShape::dispose: is the 
below code correct?" );
 // normally, we are allowed to free the SdrObject only if we 
have its ownership.
 // Why isn't this checked here?
 
-SdrPage* pPage = GetSdrObject()->GetPage();
+SdrPage* pPage = pObject->GetPage();
 // delete the SdrObject from the page
 const size_t nCount = pPage->GetObjCount();
 for ( size_t nNum = 0; nNum < nCount; ++nNum )
 {
-if ( pPage->GetObj( nNum ) == GetSdrObject() )
+if ( pPage->GetObj( nNum ) == pObject )
 {
-OSL_VERIFY( pPage->RemoveObject( nNum ) == GetSdrObject() 
);
+OSL_VERIFY( pPage->RemoveObject( nNum ) == pObject );
 bFreeSdrObject = true;
 break;
 }
 }
 }
 
-GetSdrObject()->setUnoShape(nullptr);
+pObject->setUnoShape(nullptr);
 
 if ( bFreeSdrObject )
 {
 // in case we have the ownership of the SdrObject, a Free
 // would do nothing. So ensure the ownership is reset.
 mpImpl->mbHasSdrObjectOwnership = false;
-SdrObject* pObject = GetSdrObject();
 SdrObject::Free( pObject );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sc/source

2018-08-16 Thread Libreoffice Gerrit user
 sc/source/ui/dbgui/tpsort.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d7997886b834efe50f16700c8e9f2675a8f223c
Author: Caolán McNamara 
AuthorDate: Thu Aug 16 15:23:11 2018 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 16 22:19:44 2018 +0200

data->sort->options->copy sort results to, enter "asd"->ok crashes

Change-Id: If0748d26f8e65b07e98fdda577931348fc479724
Reviewed-on: https://gerrit.libreoffice.org/59187
Tested-by: Xisco Faulí 
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sc/source/ui/dbgui/tpsort.cxx b/sc/source/ui/dbgui/tpsort.cxx
index 6009f8b35b4b..1f7a71c249be 100644
--- a/sc/source/ui/dbgui/tpsort.cxx
+++ b/sc/source/ui/dbgui/tpsort.cxx
@@ -755,7 +755,7 @@ DeactivateRC ScTabPageSortOptions::DeactivatePage( 
SfxItemSet* pSetP )
 
 if ( !bPosInputOk )
 {
-std::unique_ptr 
xBox(Application::CreateMessageDialog(GetTabDialog()->GetFrameWeld(),
+std::unique_ptr 
xBox(Application::CreateMessageDialog(GetDialogController()->getDialog(),
   VclMessageType::Warning, 
VclButtonsType::Ok,
   
ScResId(STR_INVALID_TABREF)));
 xBox->run();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-08-16 Thread Libreoffice Gerrit user
 oox/source/crypto/Standard2007Engine.cxx |   10 ++
 1 file changed, 10 insertions(+)

New commits:
commit 61d0be43aab4191344916c41f9cb1ca62c7d
Author: Caolán McNamara 
AuthorDate: Thu Aug 16 17:29:31 2018 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 16 22:19:13 2018 +0200

ofz: timeout

Change-Id: I98fd5135eb47b518a97238ae981a0083f2e29f67
Reviewed-on: https://gerrit.libreoffice.org/59214
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/oox/source/crypto/Standard2007Engine.cxx 
b/oox/source/crypto/Standard2007Engine.cxx
index 6dd3e758b641..38c4e03baf15 100644
--- a/oox/source/crypto/Standard2007Engine.cxx
+++ b/oox/source/crypto/Standard2007Engine.cxx
@@ -120,6 +120,16 @@ bool Standard2007Engine::calculateEncryptionKey(const 
OUString& rPassword)
 bool Standard2007Engine::generateEncryptionKey(const OUString& password)
 {
 mKey.clear();
+/*
+KeySize (4 bytes): An unsigned integer that specifies the number of 
bits in the encryption key.
+MUST be a multiple of 8. MUST be one of the values in the following 
table:
+Algorithm   Value   Comment
+Any 0x  Determined by Flags
+RC4 0x0028 – 0x0080 (inclusive) 8-bit 
increments.
+AES 0x0080, 0x00C0, 0x0100  128, 192 or 256-bit
+*/
+if (mInfo.header.keyBits > 8192) // should we strictly enforce the above 
256 bit limit ?
+return false;
 mKey.resize(mInfo.header.keyBits / 8, 0);
 if (mKey.empty())
 return false;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119306] Link to External Data doesn't work

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119306

--- Comment #2 from Russe  ---
Same for me, as well with local HTML files.

External data will be imported in LO 6.0.5.2 but not anymore in younger
versions.

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


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

2018-08-16 Thread Libreoffice Gerrit user
 oox/source/ppt/timenode.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 9fe16109167b57ab7e7356f96fcee9ecfeeb1b63
Author: Caolán McNamara 
AuthorDate: Thu Aug 16 15:01:55 2018 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 16 22:18:30 2018 +0200

ofz#9932 Null-deref

Change-Id: I6a917e118fa9263069c13122765fc6c1ace2bddb
Reviewed-on: https://gerrit.libreoffice.org/59183
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index 854797a9649c..9b77001aaff1 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -205,6 +205,8 @@ namespace oox { namespace ppt {
 OUString sServiceName = getServiceName(nNodeType);
 
 Reference< XAnimationNode > xNode = createAndInsert( rFilter, 
sServiceName, rxNode );
+if (!xNode)
+return;
 setNode(rFilter, xNode, pSlide, rxNode);
 }
 catch( const Exception& e )
@@ -236,7 +238,7 @@ namespace oox { namespace ppt {
 if( !maStCondList.empty() )
 {
 Any aAny = AnimationCondition::convertList( pSlide, 
maStCondList );
- if( aAny.hasValue() )
+if( aAny.hasValue() )
 {
 xNode->setBegin( aAny );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-08-16 Thread Libreoffice Gerrit user
 sw/source/filter/inc/fltshell.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8efdce75d96819d42bae2104169b74d67677c32e
Author: Caolán McNamara 
AuthorDate: Thu Aug 16 17:05:16 2018 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 16 22:17:57 2018 +0200

std::deque->std::vector

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

diff --git a/sw/source/filter/inc/fltshell.hxx 
b/sw/source/filter/inc/fltshell.hxx
index 9a84dccaa3f3..3b84675a9a30 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -124,7 +124,7 @@ private:
 SwFltControlStack(SwFltControlStack const&) = delete;
 SwFltControlStack& operator=(SwFltControlStack const&) = delete;
 
-typedef std::deque> Entries;
+typedef std::vector> Entries;
 Entries m_Entries;
 
 sal_uLong nFieldFlags;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 112989] Time required to export a large document has doubled for Latin (text layout issue)

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112989

--- Comment #31 from Telesto  ---
Hoping for some improvement in this area.. seeing:
https://gerrit.libreoffice.org/#/c/59108/
https://gerrit.libreoffice.org/#/c/59159/
https://gerrit.libreoffice.org/#/c/59169/

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


[Libreoffice-bugs] [Bug 119322] New: PUA file Libre Office file

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119322

Bug ID: 119322
   Summary: PUA file Libre Office file
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: welcomenatura...@gmail.com

Description:
This file ClamTK found.  I believe it came from the OSDISC.COM pre installed
with Ubuntu 17.10  because I did not have enought DSL speed to update or
upgrade properly.  And ClamTK found it.  I could not get to the location to
delete the file so I uninstalled Libre Office.

/home/lynn/.config/libreoffice/4/user/basic/Standard/Module1.xba:
PUA.Doc.Tool.LibreOfficeMacro-2 FOUND




Actual Results:
I could not delete file so I uninstalled Libre Office  I still have that file
in the directory indicated.  


Expected Results:
Libre Office was uninstalled from the Ubunto Software Center


Reproducible: Always


User Profile Reset: No



Additional Info:
The bug never became active. Sorry I uninstalled Libre Office suite without
noting the version.  I installed Ubuntu 17.10 in May 2018.  So that should
help.

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


[Libreoffice-bugs] [Bug 118883] Copying shapes between Draw/Writer not working (LibO 6.2)

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118883

Xisco Faulí  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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


[Libreoffice-bugs] [Bug 117797] Crash / assert when resaving a specific PPT

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117797

--- Comment #12 from Commit Notification 
 ---
Tomaž Vajngerl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3cd264bb09c6c14bf9eb769d508d7015c4bdc83b

tdf#117797 guard access to mpSwapFile as it may not be set

It will be available in 6.2.0.

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

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

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


[Libreoffice-bugs] [Bug 117797] Crash / assert when resaving a specific PPT

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117797

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.2.0

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


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

2018-08-16 Thread Libreoffice Gerrit user
 vcl/source/gdi/impgraph.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3cd264bb09c6c14bf9eb769d508d7015c4bdc83b
Author: Tomaž Vajngerl 
AuthorDate: Thu Aug 16 16:46:57 2018 +0200
Commit: Tomaž Vajngerl 
CommitDate: Thu Aug 16 22:08:35 2018 +0200

tdf#117797 guard access to mpSwapFile as it may not be set

Change-Id: If45257293e997bc4540b97fbbe5f1f4b77a48b69
Reviewed-on: https://gerrit.libreoffice.org/59202
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index c0767474a01a..005427b66dce 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1585,7 +1585,8 @@ bool ImpGraphic::ImplSwapIn()
 
 bRet = ImplSwapIn( xIStm.get() );
 xIStm.reset();
-setOriginURL(mpSwapFile->maOriginURL);
+if (mpSwapFile)
+setOriginURL(mpSwapFile->maOriginURL);
 mpSwapFile.reset();
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119216] Bulleted list not removed when selecting the bulleted list & pasting different content without bullets

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119216

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 117569] EDITING Copy-pasting text with different level of indent discards hierarchy

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117569

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 119216] Bulleted list not removed when selecting the bulleted list & pasting different content without bullets

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119216

raal  changed:

   What|Removed |Added

   Keywords||bibisected, regression
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz,
   ||varun.vd1...@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from raal  ---
reprducible Version: 6.2.0.0.alpha0+
Build ID: 53eda574a61396b6765cd1cb0ac9804c754ac4c1
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 119004] EDITING: LibreOffice crashes every 10-60 seconds (perhaps a problem with tables?)

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119004

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #6 from Xisco Faulí  ---
Thanks for retesting with the latest version.
Setting to RESOLVED WORKSFORME as the commit fixing this issue hasn't been
identified.

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


[Libreoffice-bugs] [Bug 119299] UI: Layout shifting a little when opening the Color dialog in Table properties Background

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119299

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |momonas...@gmail.com
   |desktop.org |

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


[Libreoffice-commits] core.git: cui/source editeng/source include/editeng sd/qa sd/source sw/source

2018-08-16 Thread Libreoffice Gerrit user
 cui/source/tabpages/numpages.cxx|4 ++--
 editeng/source/editeng/editdbg.cxx  |2 +-
 editeng/source/items/numitem.cxx|   14 +-
 editeng/source/uno/unonrule.cxx |4 ++--
 include/editeng/numitem.hxx |6 +++---
 sd/qa/unit/export-tests-ooxml1.cxx  |2 +-
 sd/source/core/stlpool.cxx  |2 +-
 sd/source/ui/view/drviews3.cxx  |3 ++-
 sw/source/core/doc/DocumentStylePoolManager.cxx |1 +
 sw/source/core/txtnode/ndtxt.cxx|2 +-
 sw/source/core/unocore/unosett.cxx  |2 +-
 sw/source/filter/html/htmlcss1.cxx  |2 +-
 sw/source/filter/html/htmlnumreader.cxx |2 +-
 sw/source/filter/ww8/rtfattributeoutput.cxx |2 +-
 sw/source/filter/ww8/wrtw8num.cxx   |2 +-
 sw/source/ui/misc/num.cxx   |2 +-
 16 files changed, 29 insertions(+), 23 deletions(-)

New commits:
commit 085933f202cf973782a20a46a60087ff943ad6b9
Author: Stephan Bergmann 
AuthorDate: Thu Aug 16 18:06:22 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Aug 16 21:55:03 2018 +0200

SvxNumberFormat::nFirstLineOffset should have a larger type

...similar to 0d227c96e11d7d03829144183bc66d229e059a4b
"SvxNumberFormat::nAbsLSpace should have a larger type", this time due to:

> Testing 
file:///home/sbergman/lo/core/sd/qa/unit/data/ppt/pass/hang-10.ppt:
[...]
> filter/source/msfilter/svdfppt.cxx:3793:39: runtime error: implicit 
conversion from type 'sal_Int32' (aka 'int') of value -142240 (32-bit, signed) 
to type 'short' changed the value to -11168 (16-bit, signed)
>  #0 in PPTNumberFormatCreator::ImplGetNumberFormat(SdrPowerPointImport 
const&, SvxNumberFormat&) at filter/source/msfilter/svdfppt.cxx:3793:39 
(instdir/program/libmsfilterlo.so +0x79930d)
>  #1 in PPTNumberFormatCreator::GetNumberFormat(SdrPowerPointImport 
const&, SvxNumberFormat&, unsigned int, PPTParaLevel const&, PPTCharLevel 
const&, TSS_Type) at filter/source/msfilter/svdfppt.cxx:3674:5 
(instdir/program/libmsfilterlo.so +0x797bad)
>  #2 in PPTStyleSheet::PPTStyleSheet(DffRecordHeader const&, SvStream&, 
SdrPowerPointImport&, PPTTextParagraphStyleAtomInterpreter const&, 
PPTTextSpecInfo const&) at filter/source/msfilter/svdfppt.cxx:4395:13 
(instdir/program/libmsfilterlo.so +0x7ac27d)
>  #3 in SdrPowerPointImport::SdrPowerPointImport(PowerPointImportParam&, 
rtl::OUString const&) at filter/source/msfilter/svdfppt.cxx:1618:59 
(instdir/program/libmsfilterlo.so +0x74759f)
>  #4 in ImplSdPPTImport::ImplSdPPTImport(SdDrawDocument*, SotStorage&, 
SfxMedium&, PowerPointImportParam&) at sd/source/filter/ppt/pptin.cxx:175:7 
(instdir/program/libsdfiltlo.so +0x5f2be8)
>  #5 in SdPPTImport::SdPPTImport(SdDrawDocument*, SvStream&, SotStorage&, 
SfxMedium&) at sd/source/filter/ppt/pptin.cxx:162:23 
(instdir/program/libsdfiltlo.so +0x5ce2bb)
>  #6 in ImportPPT at sd/source/filter/ppt/pptin.cxx:2760:47 
(instdir/program/libsdfiltlo.so +0x617c79)
>  #7 in SdPPTFilter::Import() at sd/source/filter/sdpptwrp.cxx:106:32 
(instdir/program/libsdlo.so +0x2878233)
>  #8 in sd::DrawDocShell::ConvertFrom(SfxMedium&) at 
sd/source/ui/docshell/docshel4.cxx:474:46 (instdir/program/libsdlo.so 
+0x2e163dc)
>  #9 in SfxObjectShell::DoLoad(SfxMedium*) at 
sfx2/source/doc/objstor.cxx:786:23 (instdir/program/libsfxlo.so +0x2c8c492)
>  #10 in SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, 
rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) at 
sd/qa/unit/filters-test.cxx:75:31 
(workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x19771)
>  #11 in test::FiltersTest::recursiveScan(test::filterStatus, 
rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, 
SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at 
unotest/source/cpp/filters-test.cxx:130:20 
(workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x5724c)
>  #12 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString 
const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned 
int, bool) at unotest/source/cpp/filters-test.cxx:155:5 
(workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x57ec9)
>  #13 in SdFiltersTest::testCVEs() at sd/qa/unit/filters-test.cxx:83:5 
(workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x19d6d)

Change-Id: Icd83120e99ac8e7181d75e2cf9d13f49064e65e1
Reviewed-on: https://gerrit.libreoffice.org/59212
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index 799898390702..0ed2f6b325c9 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -3210,7 +3210,7 @@ IMPL_LINK( SvxNumPositionTabPage, DistanceHdl_Impl, 
SpinField&, rFld, void )
 

[Libreoffice-bugs] [Bug 119217] UI: Document in use dialog contains unnecessary empty space

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119217

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
Created attachment 144243
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144243=edit
printscreen from LO 6.2

printscreen from Version: 6.2.0.0.alpha0+ (x64)
Build ID: 215780a7eca23c1bfcde74958e10ae84ea12d506
CPU threads: 1; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-08-15_22:56:00

new string is added ..

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


[Libreoffice-bugs] [Bug 119300] CRASH in Manage BreakPoints dialog

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119300

Noel Grandin  changed:

   What|Removed |Added

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

--- Comment #3 from Noel Grandin  ---
fixed in commit

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

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


[Libreoffice-bugs] [Bug 119315] FILEOPEN: Flat format (.fodp) looses background image

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119315

MM  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|6.1.0.3 release |6.1.0.0.alpha1+
 Status|UNCONFIRMED |NEW

--- Comment #2 from MM  ---
Confirmed on ubuntu 16.04 x64 with Version: 6.2.0.0.alpha0+
Build ID: 4f50129e54c8b4a78e35dc869fd1f5fbc5aa9a87
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-08-04_22:32:09
Locale: en-US (en_US.UTF-8); Calc: threaded

but

Unconfirmed with Version: 6.0.0.0.alpha1+
Build ID: 637d96a25926e299fff5b4cf5a0055b1d171b23b
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-11-17_23:45:59
Locale: en-US (en_US.UTF-8); Calc: single

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

2018-08-16 Thread Libreoffice Gerrit user
 basctl/source/basicide/brkdlg.cxx |   19 ---
 basctl/source/basicide/brkdlg.hxx |2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit 0bafa88ce38bc9f6735d8118e544aa9232cc840c
Author: Noel Grandin 
AuthorDate: Thu Aug 16 14:02:25 2018 +0200
Commit: Noel Grandin 
CommitDate: Thu Aug 16 21:31:12 2018 +0200

td#f119300 crash in Manage BreakPoints dialog

regression from
commit 4b5699bff586dd923123fbfd949c9bf03e491ed7
loplugin:useuniqueptr in BreakPointList

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

diff --git a/basctl/source/basicide/brkdlg.cxx 
b/basctl/source/basicide/brkdlg.cxx
index 3563e5734118..53be6215bd78 100644
--- a/basctl/source/basicide/brkdlg.cxx
+++ b/basctl/source/basicide/brkdlg.cxx
@@ -24,6 +24,7 @@
 #include 
 
 #include 
+#include 
 
 namespace basctl
 {
@@ -153,8 +154,9 @@ void BreakPointDialog::CheckButtons()
 IMPL_LINK( BreakPointDialog, CheckBoxHdl, Button *, pButton, void )
 {
 ::CheckBox * pChkBx = static_cast<::CheckBox*>(pButton);
-BreakPoint& rBrk = GetSelectedBreakPoint();
-rBrk.bEnabled = pChkBx->IsChecked();
+BreakPoint* pBrk = GetSelectedBreakPoint();
+if (pBrk)
+pBrk->bEnabled = pChkBx->IsChecked();
 }
 
 IMPL_LINK( BreakPointDialog, ComboBoxHighlightHdl, ComboBox&, rBox, void )
@@ -175,8 +177,9 @@ IMPL_LINK( BreakPointDialog, EditModifyHdl, Edit&, rEdit, 
void )
 CheckButtons();
 else if ( == m_pNumericField)
 {
-BreakPoint& rBrk = GetSelectedBreakPoint();
-rBrk.nStopAfter = rEdit.GetText().toInt32();
+BreakPoint* pBrk = GetSelectedBreakPoint();
+if (pBrk)
+pBrk->nStopAfter = rEdit.GetText().toInt32();
 }
 }
 
@@ -234,10 +237,12 @@ void BreakPointDialog::UpdateFields( BreakPoint const & 
rBrk )
 }
 
 
-BreakPoint& BreakPointDialog::GetSelectedBreakPoint()
+BreakPoint* BreakPointDialog::GetSelectedBreakPoint()
 {
-size_t nEntry = m_pComboBox->GetEntryPos( m_pComboBox->GetText() );
-return m_aModifiedBreakPointList.at( nEntry );
+sal_Int32 nEntry = m_pComboBox->GetEntryPos( m_pComboBox->GetText() );
+if (nEntry == LISTBOX_ENTRY_NOTFOUND)
+return nullptr;
+return _aModifiedBreakPointList.at( nEntry );
 }
 
 } // namespace basctl
diff --git a/basctl/source/basicide/brkdlg.hxx 
b/basctl/source/basicide/brkdlg.hxx
index ab797a20699c..f4cd8f684f94 100644
--- a/basctl/source/basicide/brkdlg.hxx
+++ b/basctl/source/basicide/brkdlg.hxx
@@ -46,7 +46,7 @@ class BreakPointDialog final : public ModalDialog
 DECL_LINK( EditModifyHdl, Edit&, void );
 DECL_LINK( ButtonHdl, Button*, void );
 voidUpdateFields( BreakPoint const & rBrk );
-BreakPoint& GetSelectedBreakPoint();
+BreakPoint* GetSelectedBreakPoint();
 
 
 public:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119321] Wrong character "2 %n2" instead of "2/2" in Print dialog

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119321

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||r...@post.cz
   Keywords||regression
 Status|UNCONFIRMED |NEW

--- Comment #1 from raal  ---
Confirm. LO 6.2, 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 119308] CRASH: EDITING: Fatal Error "HoriOrient" when add Text field to copied shape

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119308

--- Comment #6 from Julien Nabet  ---
On pc Debian x86-64 with LO Debian package 6.1.0.3, I could reproduce this.
With master sources updated today (9202597373f745b7b83dde1396636e1e619e4e81), I
don't reproduce the crash.
Following Xisco's comment, it would mean that the fix could be in the very
short range:
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=1af7f19224f18e5025352339648db659575eae33..9202597373f745b7b83dde1396636e1e619e4e81
?

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


[Libreoffice-bugs] [Bug 119048] Associate a character style to cross-reference fields

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119048

--- Comment #3 from RGB  ---
(In reply to Heiko Tietze from comment #1)
> (In reply to RGB from comment #0)
> > Use case: suppose you need to generate a PDF where you want all
> > cross-references in a particular color, for example, green.
> 
> For what purpose do you need to highlight cross-refs?

To make them visible and easier to use. If you cannot distinguish at a glance
which numbers are cross-references to pages and which ones are just numbers,
then you are giving to your reader some extra work. As Dieter Praas indicates,
the use of coloured links is not an exception, but an useful tool. In LaTeX you
can easily set any link colour (or even set a box around them) with the
hyperref package.

-- 
You are receiving this mail because:
You 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 119048] Associate a character style to cross-reference fields

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119048

--- Comment #3 from RGB  ---
(In reply to Heiko Tietze from comment #1)
> (In reply to RGB from comment #0)
> > Use case: suppose you need to generate a PDF where you want all
> > cross-references in a particular color, for example, green.
> 
> For what purpose do you need to highlight cross-refs?

To make them visible and easier to use. If you cannot distinguish at a glance
which numbers are cross-references to pages and which ones are just numbers,
then you are giving to your reader some extra work. As Dieter Praas indicates,
the use of coloured links is not an exception, but an useful tool. In LaTeX you
can easily set any link colour (or even set a box around them) with the
hyperref package.

-- 
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 119321] New: Wrong character "2 %n2" instead of "2/2" in Print dialog

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119321

Bug ID: 119321
   Summary: Wrong character "2 %n2" instead of "2/2" in Print
dialog
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 144242
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144242=edit
Screenshot

The page number field below the preview has a wrong character in Print dialog.
It shows e.g. "1 %n2" but it should be "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 119224] Crash scrolling formatted 2007 DOCX with revision, comments and images (SfxListener::~SfxListener() EXCEPTION_ACCESS_VIOLATION_WRITE) ( steps in comment 8 )

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119224

--- Comment #15 from Caolán McNamara  ---
testing appreciated to see if this helps, it may well be the case that there is
another crash elsewhere with this document.

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


[Libreoffice-bugs] [Bug 119320] New: Simultanous autosave of two documents leads to crash

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119320

Bug ID: 119320
   Summary: Simultanous autosave of two documents leads to crash
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: spacepi...@aol.com

Description:
It happened to me in Writer. I had two documents open and both tried to save
automatically at same time. I lost the changes and the backups. It was a little
bit sad. The documents have about 700-1400 pages.

Steps to Reproduce:
1. open two huge documents about 1000 pages, 400-500k words
2. wait until both try to save at same time.
3. if its not happening, restart at 1.

Actual Results:
Writer crashes

Expected Results:
Each document get saved


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 6.0.5.2 (x64)
Build-ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU-Threads: 8; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 5 commits - automation/source i18npool/source Module_ooo.mk postprocess/packcomponents Repository.mk solenv/ant xmlhelp/Ant_LuceneHelpWrapper.mk xm

2018-08-16 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor:
commit 870f47795d6675d28ea2277e2e7cba64ebcee32b
Author: Matthias Seidel 
AuthorDate: Thu Aug 16 16:08:50 2018 +
Commit: Matthias Seidel 
CommitDate: Thu Aug 16 16:08:50 2018 +

Fixed LongDateDaySeparator

diff --git a/i18npool/source/localedata/data/da_DK.xml 
b/i18npool/source/localedata/data/da_DK.xml
index 9525b3f7a358..2dc62d7c7655 100644
--- a/i18npool/source/localedata/data/da_DK.xml
+++ b/i18npool/source/localedata/data/da_DK.xml
@@ -21,336 +21,336 @@
  *
  ***-->
 
-  
-
-  da
-  Danish
-
-
-  DK
-  Denmark
-
-  
-  
-
-  -
-  .
-  ,
-  :
-  ,
-  ;
-   
-  .
-   
-   
-
-
-  ’
-  ’
-  ”
-  ”
-
-AM
-PM
-metric
-  
-  
-
-  Standard
-
-
-  0
-
-
-  0,00
-
-
-  #.##0
-
-
-  #.##0,00
-
-
-  #.###,00
-
-
-  0,00E+000
-
-
-  0,00E+00
-
-
-  0%
-
-
-  0,00%
-
-
-  [$kr-406] #.##0;[$kr-406] -#.##0
-
-
-  [$kr-406] #.##0,00;[$kr-406] -#.##0,00
-
-
-  [$kr-406] #.##0;[RED][$kr-406] -#.##0
-
-
-  [$kr-406] #.##0,00;[RED][$kr-406] -#.##0,00
-
-
-  #.##0,00 CCC
-
-
-  [$kr-406] #.##0,--;[RED][$kr-406] -#.##0,--
-
-
-  DD-MM-YY
-
-
-  D.  
-
-
-  DD-MM-YY
-
-
-  DD-MM-
-
-
-  D. MMM YY
-
-
-  D. MMM 
-
-
-  D. MMM. 
-
-
-  D.  
-
-
-  D.  
-
-
-  NN D. MMM YY
-
-
-  NN DD-MMM YY
-
-
-  NN D.  
-
-
-  D.  
-
-
-  MM-DD
-
-
-  YY-MM-DD
-  ISO 8601 (EN 28601)
-
-
-  -MM-DD
-  ISO 8601 (EN 28601)
-
-
-  MM-YY
-
-
-  DD-MMM
-
-
-  
-
-
-  QQ YY
-
-
-  WW
-
-
-  TT:MM
-
-
-  TT:MM:SS
-
-
-  TT:MM AM/PM
-
-
-  TT:MM:SS AM/PM
-
-
-  [TT]:MM:SS
-
-
-  MM:SS,00
-
-
-  [TT]:MM:SS,00
-
-
-  DD-MM-YY TT:MM
-
-
-  DD-MM- TT:MM:SS
-
-  
-  
-  
-  
-A-Z Æ Ø 
Å
-0
-1
-2
-f.
-ff.
-  
-  
-
-  
-
-  sun
-  søn
-  søndag
-
-
-  mon
-  man
-  mandag
-
-
-  tue
-  tir
-  tirsdag
-
-
-  wed
-  ons
-  onsdag
-
-
-  thu
-  tor
-  torsdag
-
-
-  fri
-  fre
-  fredag
-
-
-  sat
-  lør
-  lørdag
-
-  
-  
-
-  jan
-  jan
-  januar
-
-
-  feb
-  feb
-  februar
-
-
-  mar
-  mar
-  marts
-
-
-  apr
-  apr
-  april
-
-
-  may
-  maj
-  maj
-
-
-  jun
-  jun
-  juni
-
-
-  jul
-  jul
-  juli
-
-
-  aug
-  aug
-  august
-
-
-  sep
-  sep
-  september
-
-
-  oct
-  okt
-  oktober
-
-
-  nov
-  nov
-  november
-
-
-  dec
-  dec
-  december
-
-  
-  
-
-  bc
-  f.Kr.
-  før Kristus
-
-
-  ad
-  e.Kr.
-  efter Kristus
-
-  
-  
-mon
-  
-  4
-
-  
-  
-
-  DKK
-  kr
-  DKK
-  Dansk krone
-  2
-
-  
-  
-  
-
-  sand
-  falsk
-  1. kvartal
-  2. kvartal
-  3. kvartal
-  4. kvartal
-  over
-  under
-  K1
-  K2
-  K3
-  K4
-
-  
-  
-  
+
+
+da
+Danish
+
+
+DK
+Denmark
+
+
+
+
+-
+.
+,
+:
+,
+;
+ 
+. 
+ 
+ 
+
+
+’
+’
+”
+”
+
+AM
+PM
+metric
+
+
+
+Standard
+
+
+0
+
+
+0,00
+
+
+#.##0
+
+
+#.##0,00
+
+
+#.###,00
+
+
+

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

2018-08-16 Thread Libreoffice Gerrit user
 sc/source/ui/dbgui/tpsort.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b264c9276888bb952deeec31abe3a77e05dac164
Author: Caolán McNamara 
AuthorDate: Thu Aug 16 15:23:11 2018 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 16 21:00:56 2018 +0200

data->sort->options->copy sort results to, enter "asd"->ok crashes

Change-Id: If0748d26f8e65b07e98fdda577931348fc479724
Reviewed-on: https://gerrit.libreoffice.org/59186
Tested-by: Xisco Faulí 
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sc/source/ui/dbgui/tpsort.cxx b/sc/source/ui/dbgui/tpsort.cxx
index 6009f8b35b4b..1f7a71c249be 100644
--- a/sc/source/ui/dbgui/tpsort.cxx
+++ b/sc/source/ui/dbgui/tpsort.cxx
@@ -755,7 +755,7 @@ DeactivateRC ScTabPageSortOptions::DeactivatePage( 
SfxItemSet* pSetP )
 
 if ( !bPosInputOk )
 {
-std::unique_ptr 
xBox(Application::CreateMessageDialog(GetTabDialog()->GetFrameWeld(),
+std::unique_ptr 
xBox(Application::CreateMessageDialog(GetDialogController()->getDialog(),
   VclMessageType::Warning, 
VclButtonsType::Ok,
   
ScResId(STR_INVALID_TABREF)));
 xBox->run();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

2018-08-16 Thread Libreoffice Gerrit user
 loleaflet/dist/toolbar/toolbar.js |   75 --
 1 file changed, 41 insertions(+), 34 deletions(-)

New commits:
commit d03b714b3020d5e4f17e3aab3236575a0d67c7cd
Author: Andras Timar 
AuthorDate: Tue Aug 7 09:48:47 2018 +0200
Commit: Jan Holesovsky 
CommitDate: Thu Aug 16 21:01:02 2018 +0200

loleaflet: Calc: Add handling for multiple selection of status bar functions

Change-Id: I79700615b62dbd44cd06c231466832cf81ac1108
Reviewed-on: https://gerrit.libreoffice.org/58664
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
(cherry picked from commit 494cb023e5bf63d599bbe2059953ca1633f3c85d)
Reviewed-on: https://gerrit.libreoffice.org/58673
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index 2b921bd2d..c2aa1c137 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -194,13 +194,29 @@ function onClick(e, id, item, subItem) {
w2ui['formulabar'].show('sum', 'function');
}
else if (id.startsWith('StateTableCellMenu') && subItem) {
-   var command = {
-   'StatusBarFunc': {
-   type: 'unsigned short',
-   value: subItem.func
+   e.done(function () {
+   var menu = 
w2ui['toolbar-down'].get('StateTableCellMenu');
+   if (subItem.id === '1') { // 'None' was clicked, remove 
all other options
+   menu.selected = ['1'];
}
-   };
-   map.sendUnoCommand('.uno:StatusBarFunc', command);
+   else { // Something else was clicked, remove the 'None' 
option from the array
+   var index = menu.selected.indexOf('1');
+   if (index > -1) {
+   menu.selected.splice(index, 1);
+   }
+   }
+   var value = 0;
+   for (var it = 0; it < menu.selected.length; it++) {
+   value = +value + parseInt(menu.selected[it]);
+   }
+   var command = {
+   'StatusBarFunc': {
+   type: 'unsigned short',
+   value: value
+   }
+   };
+   map.sendUnoCommand('.uno:StatusBarFunc', command);
+   });
}
 }
 
@@ -683,23 +699,6 @@ function unoCmdToToolbarId(commandname)
return id;
 }
 
-function selectItem(item, func)
-{
-   var index = -1;
-   for (var it = 0; it < item.items.length; it++) {
-   if (item.items[it].func === func) {
-   index = it;
-   break;
-   }
-   }
-
-   if (index !== -1) {
-   item.items[item.current].icon = '';
-   item.items[index].icon = 'selected';
-   item.current = index;
-   }
-}
-
 function onSearch(e) {
var toolbar = w2ui['toolbar-down'];
// conditionally disabling until, we find a solution for tdf#108577
@@ -990,15 +989,15 @@ map.on('doclayerinit', function () {
{type: 'break', id:'break8'},
{type: 'html',  id: 'StateTableCell',
html: '' },
-   {type: 'menu', id: 'StateTableCellMenu', caption: '', 
current: 5, items: [
-   { func: '2', text: _('Average'), icon: ''},
-   { func: '8', text: _('CountA'), icon: ''},
-   { func: '4', text: _('Count'), icon: ''},
-   { func: '16', text: _('Maximum'), icon: ''},
-   { func: '32', text: _('Minimum'), icon: ''},
-   { func: '512', text: _('Sum'), icon: 
'selected'},
-   { func: '8192', text: _('Selection count'), 
icon: ''},
-   { func: '1', text: _('None'), icon: ''}
+   {type: 'menu-check', id: 'StateTableCellMenu', caption: 
'', selected: ['2', '512'], items: [
+   { id: '2', text: _('Average')},
+   { id: '8', text: _('CountA')},
+   { id: '4', text: _('Count')},
+   { id: '16', text: _('Maximum')},
+   { id: '32', text: _('Minimum')},
+   { id: '512', text: _('Sum')},
+   { id: '8192', text: _('Selection count')},
+   { id: '1', text: _('None')}
]}

[Libreoffice-bugs] [Bug 119199] Selected choice of available fonts

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119199

Dieter Praas  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com
 OS|Linux (All) |All

--- Comment #2 from Dieter Praas  ---
Heiko, I assume, that you can assess this proposal

Cc: Heiko Tietze

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


[Libreoffice-bugs] [Bug 119319] I have a 5 column, 130 items per column, of which Columns A & C are text and Columns B, D, & E are numbers without decimals. Numbers are 1 & 2 digit only.

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119319

Mike Renner  changed:

   What|Removed |Added

 CC||mrenne...@cox.net

--- Comment #1 from Mike Renner  ---
Created attachment 144241
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144241=edit
5 columns mentioned in bug

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

2018-08-16 Thread Libreoffice Gerrit user
 loleaflet/dist/toolbar/toolbar.js |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

New commits:
commit 289a490300145156ffb9e152c158f2d2ce7736dd
Author: Andras Timar 
AuthorDate: Mon Aug 6 17:43:59 2018 +0200
Commit: Jan Holesovsky 
CommitDate: Thu Aug 16 20:59:20 2018 +0200

loleaflet: fix Calc status bar functions

Change-Id: I11eced357e000bafa6f49f605d0766cc4df49720
Reviewed-on: https://gerrit.libreoffice.org/58653
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index c6925cfe3..2b921bd2d 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -70,16 +70,6 @@ function onClick(e, id, item, subItem) {
toolbar = w2ui['presentation-toolbar'];
item = toolbar.get(id);
}
-   else if (item && subItem)
-   {
-   var command = {
-   'StatusBarFunc': {
-   type: 'unsigned short',
-   value: subItem.func
-   }
-   };
-   map.sendUnoCommand('.uno:StatusBarFunc', command);
-   }
else {
throw new Error('unknown id: ' + id);
}
@@ -203,6 +193,15 @@ function onClick(e, id, item, subItem) {
w2ui['formulabar'].hide('acceptformula', 'cancelformula');
w2ui['formulabar'].show('sum', 'function');
}
+   else if (id.startsWith('StateTableCellMenu') && subItem) {
+   var command = {
+   'StatusBarFunc': {
+   type: 'unsigned short',
+   value: subItem.func
+   }
+   };
+   map.sendUnoCommand('.uno:StatusBarFunc', command);
+   }
 }
 
 function setBorders(left, right, bottom, top, horiz, vert) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119319] New: I have a 5 column, 130 items per column, of which Columns A & C are text and Columns B, D, & E are numbers without decimals. Numbers are 1 & 2 digit only.

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119319

Bug ID: 119319
   Summary: I have a 5 column, 130 items per column, of which
Columns A & C are text and Columns B, D, & E are
numbers without decimals. Numbers are 1 & 2 digit
only.
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mrenne...@cox.net

Description:
If I highlight all 5 complete columns, col B will not put item 0 (zero) at the
end of that column instead of at the top. I have tried reformatting the column.
Calc never has crashed nor have I lost any data.

Steps to Reproduce:
1. I can provide a screen shot.
2. Create a spreadsheet with columns listed above.
3.  Put one single zero as if listing race car numbers, such as 0, 1, 02, 2, 3,
4, 04, 5, 7, 9, & 10.

Actual Results:
zero goes to the bottom.

Expected Results:
Put the zero should be at the top.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Team#   Driver  Reg Playoff
SHR 00  Cole Custer 752 1
JMS 1   Elliott Sadler  754 4
JDM 01  Vinnie MillerR  186 
RCR 2   Matt Tift   548 
RCR 3   Ty Dillon I 0   
GKR 4   Ross Chastain   454 
JRM 5   Michael Annette 405 
JRM 7   Justin Algaier  751 14
RWR 8   Ray Black II67  
HMS 9   Tyler Reddick R 606 6
MKR 11  Ryan Truex  596 
RFR 12  Austin CindricR 559 1
CLR 13  Timmy Hill  85  
MHM 15  B. J. McLeod170 
RFR 16  Ryan Reed   514 
JGR 18  Kyle Busch I0   
JGR 19  Brandon Jones   623 1
JGR 20  Christopher Bell   R771 24
RCR 21  Daniel Hemric   754 2
JMR 23  Chase Elliott   0   
BDR 35  Joey Gase   296 
MGR 36  Alex Labbe R327 
SRM 38  Jeff Green  84  
RSS 39  Ryan Seig   354 
CLM 40  Chad FinchumR   127 
CGR 42  Kyle Larson I   0   
JHR 45  Josh Bilicki R  127 
TCR 51  Jeremy Clements 350 
JMR 52  David Starr 218 
BJM 55  Bayley Currey I 0   
RFR 60  Chase Briscoe   203 
CLM 66  Carl Long   2   
JPM 74  Stephen Leicht  63  
BDR 76  Spencer Boyd  R 224 
RWR 78  JA Junior Avila 0   
SRV 89  Morgan Shepherd 13  
DGM 90  Josh Williams   156 
SBR 93  J.J. Yeley  177 
GCR 0   Garrett Smithley298 
Sort list is column with # symbol.

-- 
You are receiving this mail because:
You 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] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-08-16 Thread Libreoffice Gerrit user
 loleaflet/src/control/Control.ContextMenu.js |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 735a1d177aba8d5cb311c2715cd966f1ad46a3e6
Author: Andras Timar 
AuthorDate: Fri Aug 3 13:09:16 2018 +0200
Commit: Jan Holesovsky 
CommitDate: Thu Aug 16 20:57:20 2018 +0200

loleaflet: fix l10n of context menus

Change-Id: I96ea9d572288796587bc2be194c94c83a9b53f8d
Reviewed-on: https://gerrit.libreoffice.org/58559
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/src/control/Control.ContextMenu.js 
b/loleaflet/src/control/Control.ContextMenu.js
index f49e924e4..f0633bdf7 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -152,8 +152,8 @@ L.Control.ContextMenu = L.Control.extend({
 
isLastItemText = true;
} else if (item.type === 'menu') {
-   itemName = item.text.replace('~', '');
-   if (itemName === 'Paste Special') {
+   itemName = item.text;
+   if (itemName.replace('~', '') === 'Paste 
Special') {
itemName = _('Internal Paste Special');
}
var submenu = 
this._createContextMenuStructure(item);
@@ -163,7 +163,7 @@ L.Control.ContextMenu = L.Control.extend({
}
 
contextMenu[item.command] = {
-   name: _(itemName),
+   name: 
_(itemName).replace(/\(~[A-Za-z]\)/, '').replace('~', ''),
items: submenu
};
isLastItemText = true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - 15 commits - loleaflet/dist loleaflet/src

2018-08-16 Thread Libreoffice Gerrit user
 loleaflet/dist/toolbar/toolbar.js|   63 
 loleaflet/src/control/Control.DocumentRepair.js  |2 
 loleaflet/src/control/Control.Layers.js  |2 
 loleaflet/src/control/Control.PartsPreview.js|2 
 loleaflet/src/control/Control.Permission.js  |2 
 loleaflet/src/control/Control.Selection.js   |2 
 loleaflet/src/control/Control.Tabs.js|2 
 loleaflet/src/control/Control.js |4 
 loleaflet/src/layer/marker/ClipboardContainer.js |   26 -
 loleaflet/src/layer/tile/TileLayer.js|   56 ++-
 loleaflet/src/map/Map.js |   62 +---
 loleaflet/src/map/handler/Map.Drag.js|   40 +---
 loleaflet/src/map/handler/Map.Keyboard.js|  112 ++-
 loleaflet/src/map/handler/Map.Mouse.js   |2 
 loleaflet/src/map/handler/Map.Tap.js |   70 ++
 15 files changed, 173 insertions(+), 274 deletions(-)

New commits:
commit 4b148695a7ece17875142e1f406edacc79752ac6
Author: Henry Castro 
AuthorDate: Sun Aug 12 21:06:10 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Thu Aug 16 20:28:22 2018 +0200

loleaflet: fix the number of users label from the status bar

Change-Id: I0b7e66c73a335295e5e61510bc0b68fc5c08ca58

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index 512057c79..c6925cfe3 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -28,13 +28,6 @@ function _mobilify() {
statusbar.hide(item.id);
}
});
-
-   nUsers = '%n';
-   oneUser = '1';
-   noUser = '0';
-   updateUserListCount();
-
-   $('#document-name-input').hide();
 }
 
 function resizeToolbar() {
@@ -1070,10 +1063,18 @@ map.on('doclayerinit', function () {
 
break;
}
-   toolbarUp.refresh();
-   statusbar.refresh();
+
if (L.Browser.mobile) {
_mobilify();
+   nUsers = '%n';
+   oneUser = '1';
+   noUser = '0';
+   $('#document-name-input').hide();
+   } else {
+   nUsers = _('%n users');
+   oneUser = _('1 user');
+   noUser = _('0 users');
+   $('#document-name-input').show();
}
 
updateUserListCount();
commit 77160ebcb4af447476b053a62bb0870eb5fb5a71
Author: Henry Castro 
AuthorDate: Wed Aug 8 15:08:09 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Thu Aug 16 20:28:22 2018 +0200

loleaflet: mobile: remove invalid input focus

Change-Id: Ieb29394daac95a7a0666a852e7e375ab6d665429

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 5e8783205..d04c2e817 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -829,7 +829,6 @@ L.Map = L.Evented.extend({
 
vex.dialogID = -1;
this._startInactiveTimer();
-   this.focus();
return vex.close(id);
}
} else {
@@ -838,7 +837,6 @@ L.Map = L.Evented.extend({
}
 
this._startInactiveTimer();
-   this.focus();
return false;
},
 
commit 895390438449837533d0ab1439c7918fb8928751
Author: Henry Castro 
AuthorDate: Wed Aug 8 09:05:50 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Thu Aug 16 20:28:22 2018 +0200

loleaflet: mobile: fix the status bar that loses the input focus

Change-Id: Ia39a33295e3a1c153636e2dd33a232cbe2b399b7

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index 6185cc213..512057c79 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -37,42 +37,13 @@ function _mobilify() {
$('#document-name-input').hide();
 }
 
-function _unmobilify() {
-   var toolbarUp = w2ui['toolbar-up'];
-   var statusbar = w2ui['toolbar-down'];
-
-   toolbarUp.items.forEach(function(item) {
-   if (item.mobile === false && item.hidden) {
-   toolbarUp.show(item.id);
-   }
-   });
-
-   statusbar.items.forEach(function(item) {
-   if (item.mobile === false && item.hidden) {
-   statusbar.show(item.id);
-   }
-   });
-
-   nUsers = _('%n users');
-   oneUser = _('1 user');
-   noUser = _('0 users');
-   updateUserListCount();
-
-   $('#document-name-input').show();
-}
-
 function resizeToolbar() {
-   var toolbarUp = w2ui['toolbar-up'];
-   var statusbar = w2ui['toolbar-down'];
-
-   if ($(window).width() < mobileWidth) {
-   _mobilify();
-   } else {
-   _unmobilify();
+   if ($(window).width() !== 

[Libreoffice-bugs] [Bug 107879] Draw should not prepend a decimal , xx value with zero without leaving the input field

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107879

--- Comment #6 from Buovjaga  ---
(In reply to Rodolfo from comment #5)
> @Buovjaga , so the current behavior is: when numeric input field begins with
> ","  and it looses focus, preppend it with '0'.
> 
> What should be the correct behavior?

I cannot repro the behaviour I reported in comment 3 anymore, so the current
behaviour is the same as reported by Roland and Eike.

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


[Libreoffice-bugs] [Bug 119307] CONFIGURATION: CRASH when try to change UI language

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119307

--- Comment #4 from Rainer Bielefeld Retired  
---
(In reply to Julien Nabet from comment #3)
> ... last graphic card drivers ...

That might be a reason, I will to some tests next week.

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


[Libreoffice-bugs] [Bug 119299] UI: Layout shifting a little when opening the Color dialog in Table properties Background

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119299

--- Comment #7 from Jim Raykowski  ---
(In reply to Maxim Monastirsky from comment #6)
> https://gerrit.libreoffice.org/59206/
> 
> I think this should stop the layout shifting. Testing is much appreciated.

Tested with:

Version: 6.2.0.0.alpha0+
Build ID: d0425778eef7ea20ccc19834c07d0b265f58baf0
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group threaded

Doesn't shift when patch is applied.

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


[Libreoffice-bugs] [Bug 79458] FILEOPEN DOC Frame in Header gets misplaced

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79458

Maarten de Bruijn  changed:

   What|Removed |Added

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

--- Comment #6 from Maarten de Bruijn  ---
Not able to test whether is still exists.

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


[Libreoffice-bugs] [Bug 119232] FILEOPEN: Left page header and right page header reversed for specific .DOC that has 1st page even and 2nd odd

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119232

Justin L  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #11 from Justin L  ---
proposed fix: https://gerrit.libreoffice.org/59221

DOCX doesn't have this problem at all, and I didn't find any code trying to
massage this. In fact, it looks like PROP_PAGE_NUMBER_OFFSET isn't being set at
all, so basically that suggests that complete default values are being done
"properly" by sw. But the same was true in the ww8 side - SetNumOffset wasn't
being called at all in this case, but sw wasn't handling it properly this time.

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


[Libreoffice-bugs] [Bug 118476] Korean Hanja to Hangul Conversion can't show multiple Korean Hangul Characters

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118476

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
Version|unspecified |6.0.6.2 release

--- Comment #9 from Buovjaga  ---
NEW per last comment.

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


[Libreoffice-bugs] [Bug 119204] Some doc files can not be opened, writer freezes, soffice.bin freezes

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119204

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEEDINFO|RESOLVED

--- Comment #2 from Buovjaga  ---
Yes, expected result.

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


[Libreoffice-bugs] [Bug 119004] EDITING: LibreOffice crashes every 10-60 seconds (perhaps a problem with tables?)

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119004

dr01  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #5 from dr01  ---
I'm happy to report that Writer v6.1 RC2 hasn't crashed once.
Closing the bug as RESOLVED/FIXED.

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


[Libreoffice-bugs] [Bug 97161] Draw: Size of "dimension line"-ojects in small sizes are buggy

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97161

Buovjaga  changed:

   What|Removed |Added

 CC||garypitt...@gmail.com

--- Comment #6 from Buovjaga  ---
*** Bug 98916 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 98916] Entering a new length for a short dimension line in the Position and size dialog does not result in the correct length

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98916

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #6 from Buovjaga  ---
Closing as dupe per Regina's suggestion in the older report.

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

-- 
You are receiving this mail because:
You 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' - 5 commits - automation/source i18npool/source Module_ooo.mk postprocess/packcomponents Repository.mk solenv/ant xmlhelp/Ant_LuceneHelpWrapper.mk xm

2018-08-16 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor:
commit b725796b8c288eff563d9e18f8172f422567e3f6
Author: Matthias Seidel 
AuthorDate: Thu Aug 16 16:08:50 2018 +
Commit: Matthias Seidel 
CommitDate: Thu Aug 16 16:08:50 2018 +

Fixed LongDateDaySeparator

diff --git a/i18npool/source/localedata/data/da_DK.xml 
b/i18npool/source/localedata/data/da_DK.xml
index 9525b3f7a358..2dc62d7c7655 100644
--- a/i18npool/source/localedata/data/da_DK.xml
+++ b/i18npool/source/localedata/data/da_DK.xml
@@ -21,336 +21,336 @@
  *
  ***-->
 
-  
-
-  da
-  Danish
-
-
-  DK
-  Denmark
-
-  
-  
-
-  -
-  .
-  ,
-  :
-  ,
-  ;
-   
-  .
-   
-   
-
-
-  ’
-  ’
-  ”
-  ”
-
-AM
-PM
-metric
-  
-  
-
-  Standard
-
-
-  0
-
-
-  0,00
-
-
-  #.##0
-
-
-  #.##0,00
-
-
-  #.###,00
-
-
-  0,00E+000
-
-
-  0,00E+00
-
-
-  0%
-
-
-  0,00%
-
-
-  [$kr-406] #.##0;[$kr-406] -#.##0
-
-
-  [$kr-406] #.##0,00;[$kr-406] -#.##0,00
-
-
-  [$kr-406] #.##0;[RED][$kr-406] -#.##0
-
-
-  [$kr-406] #.##0,00;[RED][$kr-406] -#.##0,00
-
-
-  #.##0,00 CCC
-
-
-  [$kr-406] #.##0,--;[RED][$kr-406] -#.##0,--
-
-
-  DD-MM-YY
-
-
-  D.  
-
-
-  DD-MM-YY
-
-
-  DD-MM-
-
-
-  D. MMM YY
-
-
-  D. MMM 
-
-
-  D. MMM. 
-
-
-  D.  
-
-
-  D.  
-
-
-  NN D. MMM YY
-
-
-  NN DD-MMM YY
-
-
-  NN D.  
-
-
-  D.  
-
-
-  MM-DD
-
-
-  YY-MM-DD
-  ISO 8601 (EN 28601)
-
-
-  -MM-DD
-  ISO 8601 (EN 28601)
-
-
-  MM-YY
-
-
-  DD-MMM
-
-
-  
-
-
-  QQ YY
-
-
-  WW
-
-
-  TT:MM
-
-
-  TT:MM:SS
-
-
-  TT:MM AM/PM
-
-
-  TT:MM:SS AM/PM
-
-
-  [TT]:MM:SS
-
-
-  MM:SS,00
-
-
-  [TT]:MM:SS,00
-
-
-  DD-MM-YY TT:MM
-
-
-  DD-MM- TT:MM:SS
-
-  
-  
-  
-  
-A-Z Æ Ø 
Å
-0
-1
-2
-f.
-ff.
-  
-  
-
-  
-
-  sun
-  søn
-  søndag
-
-
-  mon
-  man
-  mandag
-
-
-  tue
-  tir
-  tirsdag
-
-
-  wed
-  ons
-  onsdag
-
-
-  thu
-  tor
-  torsdag
-
-
-  fri
-  fre
-  fredag
-
-
-  sat
-  lør
-  lørdag
-
-  
-  
-
-  jan
-  jan
-  januar
-
-
-  feb
-  feb
-  februar
-
-
-  mar
-  mar
-  marts
-
-
-  apr
-  apr
-  april
-
-
-  may
-  maj
-  maj
-
-
-  jun
-  jun
-  juni
-
-
-  jul
-  jul
-  juli
-
-
-  aug
-  aug
-  august
-
-
-  sep
-  sep
-  september
-
-
-  oct
-  okt
-  oktober
-
-
-  nov
-  nov
-  november
-
-
-  dec
-  dec
-  december
-
-  
-  
-
-  bc
-  f.Kr.
-  før Kristus
-
-
-  ad
-  e.Kr.
-  efter Kristus
-
-  
-  
-mon
-  
-  4
-
-  
-  
-
-  DKK
-  kr
-  DKK
-  Dansk krone
-  2
-
-  
-  
-  
-
-  sand
-  falsk
-  1. kvartal
-  2. kvartal
-  3. kvartal
-  4. kvartal
-  over
-  under
-  K1
-  K2
-  K3
-  K4
-
-  
-  
-  
+
+
+da
+Danish
+
+
+DK
+Denmark
+
+
+
+
+-
+.
+,
+:
+,
+;
+ 
+. 
+ 
+ 
+
+
+’
+’
+”
+”
+
+AM
+PM
+metric
+
+
+
+Standard
+
+
+0
+
+
+0,00
+
+
+#.##0
+
+
+#.##0,00
+
+
+#.###,00
+
+
+

[Libreoffice-commits] core.git: compilerplugins/clang

2018-08-16 Thread Libreoffice Gerrit user
 compilerplugins/clang/ptrvector.cxx |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit f260284c3915fbd84430833f19ad8c053205ebce
Author: Stephan Bergmann 
AuthorDate: Thu Aug 16 15:46:21 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Aug 16 20:22:17 2018 +0200

Adapt loplugin:ptrvector to libc++ (on macOS)

...where it produced false positive

> 
/Users/stephan/Software/lo2/core/UnoControls/source/controls/progressmonitor.cxx:245:21:
 error: do not call operator== on a std container containing a unique_ptr const 
class std::__1::__wrap_iter > *> [loplugin:ptrvector]
> if (itr != maTextlist_Top.end())
> ^

Change-Id: I8a8b6f30145e6aff2caa03c03f0fd20af0ba42b5
Reviewed-on: https://gerrit.libreoffice.org/59181
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/compilerplugins/clang/ptrvector.cxx 
b/compilerplugins/clang/ptrvector.cxx
index 40e37e5937c9..ed0893e3558f 100644
--- a/compilerplugins/clang/ptrvector.cxx
+++ b/compilerplugins/clang/ptrvector.cxx
@@ -13,6 +13,8 @@
 #include 
 #include 
 #include 
+
+#include "check.hxx"
 #include "plugin.hxx"
 
 /**
@@ -54,7 +56,10 @@ bool PtrVector::VisitCXXOperatorCallExpr(const 
CXXOperatorCallExpr* expr)
 }
 const Expr* argExpr = expr->getArg(0);
 std::string s = 
argExpr->getType().getDesugaredType(compiler.getASTContext()).getAsString();
-if (s.find("iterator") != std::string::npos) {
+if (s.find("iterator") != std::string::npos
+|| 
(loplugin::TypeCheck(argExpr->getType()).Class("__wrap_iter").Namespace("__1")
+.StdNamespace()))
+{
 return true;
 }
 if (s.find("array") == std::string::npos && s.find("deque") == 
std::string::npos
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||38631


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=38631
[Bug 38631] Writer IMPORT/EXPORT to doc: extra spacing gets added to an
embedded table
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 38631] Writer IMPORT/EXPORT to doc: extra spacing gets added to an embedded table

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38631

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112702


Referenced Bugs:

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 112681] [META] DOC (binary) character-related issues

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112681

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||106705


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 106705] FILEOPEN: DOC: Bullets incorrectly highlighted

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106705

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||112681


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112681
[Bug 112681] [META] DOC (binary) character-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 119309] AdES Digital Signatures

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119309

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #7 from Miklos Vajna  ---
Oh, I'm just stupid. We already do what you say for OOXML signatures, we should
do the same for ODF. I'll take care of this.

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


[Libreoffice-bugs] [Bug 119318] PRINTING Impress handouts ignores selected slide order if "According to layout"

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119318

--- Comment #1 from Daniel Collins  ---
Created attachment 144240
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144240=edit
Impress document with twelve slides

Print this document as handouts: File > Print > Document (Handouts). Note that
by default Slides per page is "According to layout", Order is "Left to right,
then down", but print preview pane shows slides top-bottom-then-right. If we
switch Slides per page to any fixed number, then ordering is shown correctly.

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


[Libreoffice-bugs] [Bug 66989] VIEWING: Writer not displaying/printing full page range of Word DOC

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66989

--- Comment #7 from Buovjaga  ---
(In reply to Timur from comment #6)
> - *Donated* opens black from DOC while it's red and opens red from DOCX

I bisected this and found out many reports blame the same commit. I commented
in bug 106705.

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


[Libreoffice-bugs] [Bug 119318] New: PRINTING Impress handouts ignores selected slide order if "According to layout"

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119318

Bug ID: 119318
   Summary: PRINTING Impress handouts ignores selected slide order
if "According to layout"
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dcoll...@superdan.net

Description:
Re: Printing Impress handouts slide ordering. Some time in 2018, a prior bug
was (mostly) fixed in which the order setting was always ignored (cannot find
that bug at this time to link). Now, if "slides per page" is selected to some
number, that feature works. But if "Slides per page" is set to the default
"According to layout" setting, then the Order setting is still ignored. 

Steps to Reproduce:
1. Create an Impress document with multiple slides.
2. Select File > Print > Document (Handouts). 


Actual Results:
Slides per page is by default set to "According to layout", and Order is set to
"Left to right, then down". However, the preview pane shows the slides ordered
top-to-bottom-then-right. 

Expected Results:
Slide order should be Left-to-right-then-down, as selected in the "Order"
drop-down. 


Reproducible: Always


User Profile Reset: No



Additional Info:
Note that if the user hand-selects any fixed number in the "Slides per page"
drop-down, then the selected Order is honored (e.g., Left-to-right-then-down in
the preview pane).

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


[Libreoffice-bugs] [Bug 106705] FILEOPEN: DOC: Bullets incorrectly highlighted

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106705

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Buovjaga  ---
(In reply to Xisco Faulí from comment #3)
> Attachment 48695 [details] from bug 38631 is affected by the same commit and
> the words 'Control' and 'Approval' are back instead of blue

attachment 82529 from Bug 66989 is also affected (I bisected). The word
*Donated* is shown in black colour even though it should be red.

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


[Libreoffice-bugs] [Bug 111306] EDITING: The master slide loses the background when changing page format of orientation using the sidebar

2018-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111306

--- Comment #20 from BogdanB  ---
It works.
Tested with Version: 6.1.1.0.0+
Build ID: 5a56b72413d5f555c854e36d3bd2fd50ec21644c
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-6-1, Time:
2018-08-15_02:45:13
Locale: ro-RO (ro_RO.UTF-8); Calc: group threaded

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


  1   2   3   4   >