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

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

--- Comment #16 from Buovjaga  ---
(In reply to BogdanB from comment #12)
> Created attachment 153184 [details]
> settings
> 
> I don't know how to activate OPEN GL
> 
> https://wiki.documentfoundation.org/OpenGL
> 
> How to enable/disable OpenGL
> Go to Tools ▸ Options ▸ LibreOffice ▸ View (LibreOffice ▸ Preferences ▸
> LibreOffice ▸ View on macOS) and check/uncheck Use OpenGL for all rendering
> 
> But in my window I dont have such a settings.

Ok, probably the setting is hidden, if you graphics hardware is blacklisted
(perhaps only blacklisted on Linux)

In any case, the result seems to answer Xisco's question in comment 8. Would be
good to get a reply from Thomas as well.

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

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

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

--- Comment #15 from BogdanB  ---
Created attachment 153186
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153186=edit
screenshot

In this screenshot you can see I am in safe mode after Disable OPENGL  and OPEN
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 120659] UI: Comment line too thin and not good recognizable

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

--- Comment #14 from BogdanB  ---
Created attachment 153185
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153185=edit
i have done this

I have done this,
but after that I have the same GTK.

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

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

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

--- Comment #13 from BogdanB  ---
bogdan@bogdan-H110M-S2H:~$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.0.8
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 19.0.8
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.0.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
bogdan@bogdan-H110M-S2H:~$

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

2019-08-06 Thread Julien Nabet (via logerrit)
 cui/source/options/optinet2.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c6d27e91d93463a533c24dae14edf97e9e0206b6
Author: Julien Nabet 
AuthorDate: Tue Aug 6 23:48:50 2019 +0200
Commit: Julien Nabet 
CommitDate: Wed Aug 7 07:18:51 2019 +0200

Fix wrong method in SAL_WARN (cui/optinet2.cxx)

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

diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index ce76fc2521b5..bbcb56607ed8 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -332,14 +332,14 @@ void SvxProxyTabPage::ReadConfigDefaults_Impl()
 }
 catch (const beans::UnknownPropertyException &)
 {
-SAL_WARN("cui.options", "SvxProxyTabPage::RestoreConfigDefaults_Impl: 
UnknownPropertyException caught" );
+SAL_WARN("cui.options", "SvxProxyTabPage::ReadConfigDefaults_Impl: 
UnknownPropertyException caught" );
 }
 catch (const css::lang::WrappedTargetException &) {
-SAL_WARN("cui.options", "SvxProxyTabPage::RestoreConfigDefaults_Impl: 
WrappedTargetException caught" );
+SAL_WARN("cui.options", "SvxProxyTabPage::ReadConfigDefaults_Impl: 
WrappedTargetException caught" );
 }
 catch (const RuntimeException &)
 {
-SAL_WARN("cui.options", "SvxProxyTabPage::RestoreConfigDefaults_Impl: 
RuntimeException caught" );
+SAL_WARN("cui.options", "SvxProxyTabPage::ReadConfigDefaults_Impl: 
RuntimeException caught" );
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

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

--- Comment #12 from BogdanB  ---
Created attachment 153184
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153184=edit
settings

I don't know how to activate OPEN GL

https://wiki.documentfoundation.org/OpenGL

How to enable/disable OpenGL
Go to Tools ▸ Options ▸ LibreOffice ▸ View (LibreOffice ▸ Preferences ▸
LibreOffice ▸ View on macOS) and check/uncheck Use OpenGL for all rendering

But in my window I dont have such a settings.

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

[Libreoffice-bugs] [Bug 126711] Adding Rows to Tables

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126711

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #4 from BogdanB  ---
Created attachment 153183
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153183=edit
working by menus

It's very easy to insert rows.
You have contextual right click and also in the bottom is a toolbar for table.

See the video.

I am using
Version: 6.3.0.3
Build ID: c75130c129d9c5e43b76e4f26881b3db8bdb5c91
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
Calc: threaded

Please tell us the location of the information where ALT+INS is using in adding
rows. 

This is the actual LibreOffice HELP
https://help.libreoffice.org/latest/ro/text/shared/05/new_help.html?=WRITER=UNIX

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

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

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

--- Comment #11 from Buovjaga  ---
(In reply to BogdanB from comment #10)
> It's ok in Version: 6.3.0.3. It is easy to be seen.
> Build ID: c75130c129d9c5e43b76e4f26881b3db8bdb5c91
> CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
> Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
> Calc: threaded

In comment 3 you were using OpenGL. Now you have switched it off. Can you try
with OpenGL once more?

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

[Libreoffice-bugs] [Bug 117100] Request for reinstall after successful installation of an extension started by double-clicking an .OXT file in file manager

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117100

--- Comment #10 from shantanu  ---
*** Bug 123222 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 123222] LibreOffice extension window unresponsive after installing any extension

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123222

shantanu  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from shantanu  ---


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

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

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

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

--- Comment #10 from BogdanB  ---
It's ok in Version: 6.3.0.3. It is easy to be seen.
Build ID: c75130c129d9c5e43b76e4f26881b3db8bdb5c91
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 126725] Data Provider window in Calc truncated

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126725

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 126725] Data Provider window in Calc truncated

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126725

--- Comment #7 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 126711] Adding Rows to Tables

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126711

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 126711] Adding Rows to Tables

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126711

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 122519] Unable to print from Calc or Writer

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122519

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 122519] Unable to print from Calc or Writer

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122519

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 117798] ODBC TDS driver library exists but is reported to be missing

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117798

--- Comment #6 from QA Administrators  ---
Dear Tobiasz Karoń,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 117798] ODBC TDS driver library exists but is reported to be missing

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117798

QA Administrators  changed:

   What|Removed |Added

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

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

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

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

--- Comment #9 from QA Administrators  ---
Dear Thomas Lendo,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 120696] Alert page shown on different calc open document page when open a file with too much column

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120696

--- Comment #7 from QA Administrators  ---
Dear Pap Alagi,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 122554] Calc prevents entry of certain valid text in formula

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122554

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 122365] Calc: Cannot change font of a note for Korean letters if memo begins with a number

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122365

--- Comment #2 from QA Administrators  ---
Dear nomad.nowhere,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 123217] Tabulation added in the first line of a document converted from odt to docx

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123217

--- Comment #2 from QA Administrators  ---
Dear Felix,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 63551] FORMATTING: Format cell dialogue in Calc wait very long (8 second) to pop up

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63551

--- Comment #26 from QA Administrators  ---
Dear Samson Yeung,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 118397] MacOS: LibreOffice won't terminate after crash. It keeps showing the crash dialog in certain cases

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118397

--- Comment #6 from QA Administrators  ---
Dear Telesto,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 122440] "Snap to grid" or "Snap to lines" do not work

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122440

--- Comment #2 from QA Administrators  ---
Dear Weiwu,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 118459] Cross references to footnotes are not updated when inserting a new footnote with a lower number

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118459

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

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 122554] Calc prevents entry of certain valid text in formula

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122554

--- Comment #4 from QA Administrators  ---
Dear aplatypus,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 123222] LibreOffice extension window unresponsive after installing any extension

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123222

--- Comment #4 from QA Administrators  ---
Dear shantanu,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 122291] Issue with files with Persian name

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122291

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

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 51373] Allow restart numbering in paragraph styles

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51373

--- Comment #18 from QA Administrators  ---
Dear Angelo Borsotti,

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 100414] incorrect usage of "maj" instead of "shift" on Locale: nl-BE (nl_BE).

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100414

--- Comment #9 from QA Administrators  ---
Dear Roeland,

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 122313] Export PDF file can not open

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122313

--- Comment #9 from QA Administrators  ---
Dear Xuyugen,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 108074] Merged cells can overlap page break, and are displayed incorrectly

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108074

--- Comment #7 from QA Administrators  ---
Dear Aron Budea,

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 82248] Other: Changing or resetting shortcuts doesn't work

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82248

--- Comment #7 from QA Administrators  ---
Dear Dakov,

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 121505] dpkg: fails when processing lodevbasis6.3-en-gb-help_6.3.0.0.alpha0-1_amd64.deb

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121505

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

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 123236] inserted images not displayed

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

--- Comment #2 from QA Administrators  ---
Dear André MALLET,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 122343] CPU usage goes up after waking up from sleepmode

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122343

--- Comment #2 from QA Administrators  ---
Dear Pascal Van Puymbroeck,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 122501] save and other buttons not present in some dialogs

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122501

--- Comment #7 from QA Administrators  ---
Dear Elmar,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 119022] Image missing with special paste RTF for Image with caption

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119022

--- Comment #4 from QA Administrators  ---
Dear Telesto,

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 126680] Two Finger Horizontal Scroll is Reversed with libinput Driver on Linux

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126680

trainma...@gmail.com changed:

   What|Removed |Added

 CC||glo...@fbihome.de,
   ||trainma...@gmail.com
   Keywords||bibisected, bisected

--- Comment #3 from trainma...@gmail.com ---
For MacOS, this only (re)appeared in a recent 6.3 beta. Scrolling is fine on
Mac touchpads in 6.2, but that's not to say it is any better on other hardware.

Bibisected using bibisect-mac64-6.3
Commit: 845743131b733b52eb913048f55f5efdd013b24f
Adding Cc: to Jan-Marek Glogowski

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

[Libreoffice-bugs] [Bug 126740] New: Not possible to select images + other items

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126740

Bug ID: 126740
   Summary: Not possible to select images + other items
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mattreecebent...@gmail.com

Process to replicate:

Create a document
Insert a shape
insert a text box
insert an image

Try selecting the image and the shape via SHIFT + left-clicking

Does not want to work


Try selecting the shape and the text box via SHIFT + left-clicking

Works

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

[Libreoffice-bugs] [Bug 126739] New: Click-and-move textbox with image underneath, after moving image, is broken

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126739

Bug ID: 126739
   Summary: Click-and-move textbox with image underneath, after
moving image, is broken
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mattreecebent...@gmail.com

Process to replicate:

Insert image
Insert text box on top of image
Put text in text box
Select image
Use alt + arrow keys to move
Select text box
Use alt + arrow keys to move

Expected behaviour:
text box moves

Actual behaviour:
image moves

Workaround:
Deselect image before selecting text box. 

Notes:
Please note that this behaviour doesn't result from both text box and image
being selected. Text box is clearly selected, image is clearly not selected.

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

[Libreoffice-bugs] [Bug 126738] "Replace image" doesn't replace image

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126738

--- Comment #1 from mattreecebent...@gmail.com ---
Update-
figured out what was going on - it's even worse.

The 'replace image' isn't replacing the image that is selected - it's replacing
the image behind that image.

My guess is that right-click bypasses the selected image and always selects the
back image.


So new process to replicate:

1. Create document with one large image in back, one smaller image in front.
2. Select front image, make sure back image isn't selected, right-click front
image, make sure back image isn't being selected.
3. Replace image.
4. Back image will be replaced, front image will not!

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

[Libreoffice-bugs] [Bug 126738] New: "Replace image" doesn't replace image

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126738

Bug ID: 126738
   Summary: "Replace image" doesn't replace image
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mattreecebent...@gmail.com

... just creates a new one.

Steps to confirm:
1. insert image and resize
2. right-click and Replace
3. select replacement image (try different size)

Old image will still be there, new image will be there too, but a different
size (in my case, stretched).

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

[Libreoffice-bugs] [Bug 126737] Multiple copy-paste issues

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126737

--- Comment #1 from mattreecebent...@gmail.com ---
Side note: these changes are generally on a single line toward the end of the
copied text, rather than throughout the text.

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

[Libreoffice-bugs] [Bug 126737] New: Multiple copy-paste issues

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126737

Bug ID: 126737
   Summary: Multiple copy-paste issues
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mattreecebent...@gmail.com

Copying and pasting text from one document to another or within the same
document can result in:
normal font changed to bold
extra line breaks
alignment changes

I'd list more but it appears to be fundamentally broken.

Predominantly I am working with multi-column documents, if that helps in
reproducing errors. But I can't give explicit directions. Someone just needs to
look at where the code is going wrong.

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

[Libreoffice-bugs] [Bug 126575] Sound in a slide transition not saved when file saved as pptx

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126575

--- Comment #4 from IM  ---
Thank you for reporting the bug. I can not reproduce it in the:

Version: 6.4.0.0.alpha0+ (x86)
Build ID: 5c30c20101f72d973ff28c228f755e635cad14d5
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: pl-PL (pl_PL); UI-Language: en-US
Calc: threaded


However I can confirm that the bug is present in stable version:

Version: 6.2.5.2 (x86)
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: pl-PL (pl_PL); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 126671] remove images_helpimg.zip from build

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126671

Olivier Hallot  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@libreoffice.
   |desktop.org |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-bugs] [Bug 124288] files of images_helpimg.zip are already in the localized help package

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124288

Olivier Hallot  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #4 from Olivier Hallot  ---


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

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

[Libreoffice-bugs] [Bug 126671] remove images_helpimg.zip from build

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126671

Olivier Hallot  changed:

   What|Removed |Added

 CC||jerome.bo...@wanadoo.fr

--- Comment #4 from Olivier Hallot  ---
*** Bug 124288 has been marked as a duplicate of this bug. ***

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sfx2/inc sfx2/source

2019-08-06 Thread Muhammet Kara (via logerrit)
 sfx2/inc/SfxRedactionHelper.hxx|   20 
 sfx2/source/doc/SfxRedactionHelper.cxx |  148 +
 2 files changed, 168 insertions(+)

New commits:
commit a8c06f3e6498da3e16bdcbf6f7d505a2019a8514
Author: Muhammet Kara 
AuthorDate: Fri Mar 1 21:56:31 2019 +0300
Commit: Muhammet Kara 
CommitDate: Wed Aug 7 00:23:18 2019 +0200

Auto-redact - First stab

Add a SfxRedactionHelper::autoRedactPage method which searches for the 
given term
through the gdimetafile which has the whole content of an xPage (a Draw 
page),
and draws redaction rectangles at proper positions with proper sizes.

The search is case sensitive, and finds only the first occurences on a line.
Will switch to a proper search provider via a follow-up patch.

Change-Id: If3db62e50994670143785b6727fdcf1ccd4c6f8e
Reviewed-on: https://gerrit.libreoffice.org/68597
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 
Reviewed-on: https://gerrit.libreoffice.org/77015
Tested-by: Jenkins CollaboraOffice 

diff --git a/sfx2/inc/SfxRedactionHelper.hxx b/sfx2/inc/SfxRedactionHelper.hxx
index ac15bb790fe9..44a78ab9b877 100644
--- a/sfx2/inc/SfxRedactionHelper.hxx
+++ b/sfx2/inc/SfxRedactionHelper.hxx
@@ -14,6 +14,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -87,6 +88,25 @@ public:
  * pages inserted into Draw for redaction.
  * */
 static PageMargins 
getPageMarginsForCalc(css::uno::Reference& xModel);
+
+static void searchInMetaFile(const OUString& sSearchTerm, const 
GDIMetaFile& rMtf,
+ std::vector& 
aRedactionRectangles,
+ uno::Reference& xComponent);
+
+/*
+ * Draws a redaction rectangle on the draw page referenced with its page 
number (0-based)
+ * */
+static void addRedactionRectToPage(uno::Reference& xComponent,
+   uno::Reference& 
xPage,
+   const std::vector& 
aNewRectangles);
+
+/*
+ * Search for the given term through the gdimetafile, which has the whole 
content of a draw page,
+ * and draw redaction rectangles to the appropriate positions with 
suitable sizes.
+ * */
+static void autoRedactPage(const OUString& sRedactionTerm, const 
GDIMetaFile& rGDIMetaFile,
+   uno::Reference& xPage,
+   uno::Reference& xComponent);
 };
 
 #endif // INCLUDED_CUI_SOURCE_INC_SFXREDACTIONHELPER_HXX
diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx 
b/sfx2/source/doc/SfxRedactionHelper.cxx
index 3680323a7cf0..a5ee9ae588d9 100644
--- a/sfx2/source/doc/SfxRedactionHelper.cxx
+++ b/sfx2/source/doc/SfxRedactionHelper.cxx
@@ -10,6 +10,7 @@
 #include 
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -31,11 +32,16 @@
 
 #include 
 
+#include 
+
 #include 
 #include 
 
 #include 
 #include 
+#include 
+#include 
+#include 
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::lang;
@@ -104,8 +110,66 @@ void setPageMargins(uno::Reference& 
xPageProperySet,
 xPageProperySet->setPropertyValue("BorderLeft", 
css::uno::makeAny(aPageMargins.nLeft));
 xPageProperySet->setPropertyValue("BorderRight", 
css::uno::makeAny(aPageMargins.nRight));
 }
+
+// #i10613# Extracted from ImplCheckRect::ImplCreate
+tools::Rectangle ImplCalcActionBounds(const MetaAction& rAct, const 
OutputDevice& rOut,
+  const OUString& sSubString, const 
sal_Int32& nStrPos)
+{
+tools::Rectangle aActionBounds;
+
+switch (rAct.GetType())
+{
+case MetaActionType::TEXTARRAY:
+{
+const MetaTextArrayAction& rTextAct = static_cast(rAct);
+const OUString 
aString(rTextAct.GetText().copy(rTextAct.GetIndex(), rTextAct.GetLen()));
+
+if (!aString.isEmpty())
+{
+// #105987# ImplLayout takes everything in logical coordinates
+std::unique_ptr pSalLayout1 = rOut.ImplLayout(
+aString, 0, nStrPos, rTextAct.GetPoint(), 0, 
rTextAct.GetDXArray());
+std::unique_ptr pSalLayout2
+= rOut.ImplLayout(aString, 0, nStrPos + 
sSubString.getLength(),
+  rTextAct.GetPoint(), 0, 
rTextAct.GetDXArray());
+if (pSalLayout2)
+{
+tools::Rectangle aBoundRect2(
+
const_cast(rOut).ImplGetTextBoundRect(*pSalLayout2));
+aActionBounds = rOut.PixelToLogic(aBoundRect2);
+}
+if (pSalLayout1 && nStrPos > 0)
+{
+tools::Rectangle aBoundRect1(
+
const_cast(rOut).ImplGetTextBoundRect(*pSalLayout1));
+aActionBounds.SetLeft(rOut.PixelToLogic(aBoundRect1).getX()
+  + 

[Libreoffice-bugs] [Bug 123305] Libreoffice rendering on HDPI displays blurred

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123305

Aaron Gray  changed:

   What|Removed |Added

 CC||gray...@auburn.edu

--- Comment #8 from Aaron Gray  ---
I have confirmed that this issue is still happening on LibreOffice 6.2.5.2. I
am running Ubuntu 18.04.3 LTS. Here is a screenshot of the bug:

http://i.imgur.com/QbZ5P42.png

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - include/tools

2019-08-06 Thread Muhammet Kara (via logerrit)
 include/tools/gen.hxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit e9b1c790155aa6eaf4ae45c890521dd23092b25e
Author: Muhammet Kara 
AuthorDate: Tue Aug 6 22:37:07 2019 +0300
Commit: Muhammet Kara 
CommitDate: Wed Aug 7 00:22:42 2019 +0200

Add some set methods to tools::Rectangle

Used in the redaction search method

Change-Id: I16913c5e935f5611a23290afa45232f1d44ae8e9
Reviewed-on: https://gerrit.libreoffice.org/77072
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Muhammet Kara 

diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx
index c733c40e6e49..776f5e9b90a4 100644
--- a/include/tools/gen.hxx
+++ b/include/tools/gen.hxx
@@ -391,6 +391,11 @@ public:
 voidSetSize( const Size& rSize );
 inline Size GetSize() const;
 
+voidSetLeft(long v){ nLeft = v;   }
+voidSetRight(long v)   { nRight = v;  }
+voidSetTop(long v) { nTop = v;}
+voidSetBottom(long v)  { nBottom = v; }
+
 /// Returns the difference between right and left, assuming the range is 
inclusive.
 inline long GetWidth() const;
 /// Returns the difference between bottom and top, assuming the range is 
inclusive.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123305] Libreoffice rendering on HDPI displays blurred

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123305

Aaron Gray  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

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

2019-08-06 Thread Andrea Gelmini (via logerrit)
 sw/source/core/bastyp/calc.cxx|2 +-
 sw/source/core/crsr/trvltbl.cxx   |2 +-
 sw/source/core/doc/DocumentRedlineManager.cxx |2 +-
 sw/source/core/doc/doclay.cxx |2 +-
 sw/source/core/doc/fmtcol.cxx |2 +-
 sw/source/core/doc/tblrwcl.cxx|2 +-
 sw/source/core/docnode/ndsect.cxx |2 +-
 sw/source/core/edit/acorrect.cxx  |2 +-
 sw/source/core/undo/unins.cxx |2 +-
 sw/source/core/view/vdraw.cxx |2 +-
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 189b3070ebead358aea9bf6bf1cd87d89618e408
Author: Andrea Gelmini 
AuthorDate: Tue Aug 6 18:40:53 2019 +0200
Commit: Andrea Gelmini 
CommitDate: Wed Aug 7 00:12:09 2019 +0200

Fix typos

Change-Id: Ib3ada3eb5b7d2699a86f05bb646b71f30d8a7003
Reviewed-on: https://gerrit.libreoffice.org/77041
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini 

diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx
index 0ba681813caa..123b02b1ff1e 100644
--- a/sw/source/core/bastyp/calc.cxx
+++ b/sw/source/core/bastyp/calc.cxx
@@ -503,7 +503,7 @@ SwCalcExp* SwCalc::VarLook( const OUString& rStr, bool bIns 
)
 
 // Initialize again because this doesn't happen in docfld anymore 
for
 // elements != SwFieldIds::Database. E.g. if there is an 
expression field before
-// an DB_Field in a document.
+// a DB_Field in a document.
 const sal_uInt32 nTmpRec = pMgr->GetSelectedRecordId(sSourceName, 
sTableName);
 VarChange(sDBNum, nTmpRec);
 
diff --git a/sw/source/core/crsr/trvltbl.cxx b/sw/source/core/crsr/trvltbl.cxx
index 1f08b3237e66..a517f79e85e0 100644
--- a/sw/source/core/crsr/trvltbl.cxx
+++ b/sw/source/core/crsr/trvltbl.cxx
@@ -381,7 +381,7 @@ static bool lcl_FindNextCell( SwNodeIndex& rIdx, bool 
bInReadOnly )
 // we are not located inside a 'valid' cell. We have to continue 
searching...
 
 // skip behind current section. This might be the end of the table cell
-// or behind a inner section or...
+// or behind an inner section or...
 aTmp.Assign( *pCNd->EndOfSectionNode(), 1 );
 
 // loop to find a suitable cell...
diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx 
b/sw/source/core/doc/DocumentRedlineManager.cxx
index 6d491b98c578..cee1fe0e29ea 100644
--- a/sw/source/core/doc/DocumentRedlineManager.cxx
+++ b/sw/source/core/doc/DocumentRedlineManager.cxx
@@ -2302,7 +2302,7 @@ bool DocumentRedlineManager::DeleteRedline( const SwPaM& 
rRange, bool bSaveInUnd
 
 case SwComparePosition::Inside:
 {
-// this one needs to be splitted
+// this one needs to be split
 pRedl->InvalidateRange(SwRangeRedline::Invalidation::Remove);
 if( *pRStt == *pStt )
 {
diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index 4d8775fa3514..c5f10bdee692 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -1302,7 +1302,7 @@ static void lcl_SetNumUsedBit(std::vector& 
rSetFlags, size_t nFormatS
 {
 OUString sName = rObj.GetName();
 lcl_SetNumUsedBit(rSetFlags, nFormatSize, nNmLen, sName, rCmpName);
-// tdf#122487 take groups into account, interate and recurse through their
+// tdf#122487 take groups into account, iterate and recurse through their
 // contents for name collision check
 if (rObj.IsGroupObject())
 {
diff --git a/sw/source/core/doc/fmtcol.cxx b/sw/source/core/doc/fmtcol.cxx
index 78e1952a3f98..679e9ff2c768 100644
--- a/sw/source/core/doc/fmtcol.cxx
+++ b/sw/source/core/doc/fmtcol.cxx
@@ -387,7 +387,7 @@ sal_uInt16 SwTextFormatColl::ResetAllFormatAttr()
 const bool bOldState( mbStayAssignedToListLevelOfOutlineStyle );
 mbStayAssignedToListLevelOfOutlineStyle = true;
 // #i70748#
-// Outline level is no longer a member, it is a attribute now.
+// Outline level is no longer a member, it is an attribute now.
 // Thus, it needs to be restored, if the paragraph style is assigned
 // to the outline style
 const int nAssignedOutlineStyleLevel = 
IsAssignedToListLevelOfOutlineStyle()
diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx
index b7b28213e2ca..36c2324708ef 100644
--- a/sw/source/core/doc/tblrwcl.cxx
+++ b/sw/source/core/doc/tblrwcl.cxx
@@ -2086,7 +2086,7 @@ bool SwTable::MakeCopy( SwDoc* pInsDoc, const SwPosition& 
rPos,
 pTableNd->DelFrames();
 
 {
-// Conver the Table formulas to their relative representation
+// Convert the Table formulas to their relative representation
 SwTableFormulaUpdate aMsgHint( this );
 aMsgHint.m_eFlags = TBL_RELBOXNAME;
 

Re: We'd like to continue the production of the 32-bit deb packages

2019-08-06 Thread dreamn...@gmail.com
Well, I did a third compile try, but it failed again.

This time first I did a clean up:

---
make clean
--

Then I did a ./configure, passing CFLAGS and CFLAGSXX as:

---
./configure CFLAGS='-mfpmath=sse -msse2' CFLAGSCXX='-mfpmath=sse -msse2'
--with-jdk-home=/usr/lib/jvm/default-java
---

./configure is in fact reading those flags, as can be seen on the relevant
part of its output:

---
checking whether to use link-time optimization... no
checking for explicit AFLAGS... no
checking for explicit CFLAGS... -mfpmath=sse -msse2
checking for explicit CXXFLAGS... -mfpmath=sse -msse2
checking for explicit OBJCFLAGS... no
checking for explicit OBJCXXFLAGS... no
checking for explicit LDFLAGS... no
-

Then I did a make, again passing the CFLAGS(XX) as parameters:


make CLAGS='-mfpmath=sse -msse2' CFLAGSCXX='-mfpmath=sse -msse2'


But it failed again at the CpuunitTest stuff, although the error message is
a bit different from the previous ones:

-
Failures !!!
Run: 52   Failure total: 1   Failures: 1   Errors: 0

Error: a unit test failed, please do one of:

make CppunitTest_sw_layoutwriter CPPUNITTRACE="gdb --args"
# for interactive debugging on Linux
make CppunitTest_sw_layoutwriter VALGRIND=memcheck
# for memory checking
make CppunitTest_sw_layoutwriter DEBUGCPPUNIT=TRUE
# for exception catching

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

make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...

/home/linux/libreoffice/libreoffice/solenv/gbuild/CppunitTest.mk:113:
recipe for target
'/home/linux/libreoffice/libreoffice/workdir/CppunitTest/sw_layoutwriter.test'
failed
make[1]: ***
[/home/linux/libreoffice/libreoffice/workdir/CppunitTest/sw_layoutwriter.test]
Error 1
make[1]: *** Waiting for unfinished jobs
Makefile:282: recipe for target 'build' failed
make: *** [build] Error 2
-

So... what else could be done to reach the goal of building LIbreOffice
32-bit?

Thanks again in advance.

El lun., 5 ago. 2019 a las 16:40, dreamn...@gmail.com ()
escribió:

>
> Well, based on the info that Stephan kindly passed, I tried 'make' with
> the following parameters:
>
> make ENVCFLAGS="-mfpmath=sse -msse2" ENVCFLAGSCXX="-mfpmath=sse -msse2"
>
> However, it threw the same error as before.
>
> I intentionally did not type 'make clean' beforehand because:
>
> 1) I'm assumming that those additional flags would be applied in the code
> that fails to compile. I *think* that if it didn't not work again, that
> would mean that the issue is something else?
> 2) I'm willing to do a 'make clean' if my above assumption is incorrect,
> even if that means another 7 hours of hard work for my poor computer.
> However, as I stated before, for this scenario I'm following the
> instructions from
>
>
> https://blog.documentfoundation.org/blog/2019/06/12/start-developing-libreoffice-download-the-source-code-and-build-on-linux/
>
> But I have no idea which version of LibreOffice I'm compiling. To be worth
> all the extra efforts that a 'make clean' represents, I'd like to be sure
> that I'm trying to compile LibreOffice 6.3.
>
> Is there a way to prove or instruct that LibreOffice 6.3 is the selected
> one to compile?
>
> Best Regards and Thanks in advance.
>
> El lun., 5 ago. 2019 a las 9:53, dreamn...@gmail.com ()
> escribió:
>
>> Well, my first compile attempts had not been very good.
>>
>> I followed the instructions kindly provided by Michael Weghorn, and
>> downloaded and uncompress the source packages libreoffice-6.3.0.3.tar.xz,
>> libreoffice-dictionaries-6.3.0.3.tar.xz, libreoffice-help-6.3.0.3.tar.xz
>> and libreoffice-translations-6.3.0.3.tar.xz
>>
>> The first issue was that autogen requires the presence of gstreamer1.0
>> AND of gstreamer0.10. gstreamer0.10 is deprecated, but anyway I found and
>> installed the required gstreamer0.10 deb packages from elsewhere, but it
>> still complained that they were missing, so I added a
>> --disable-gstreamer-0-10 parameter.
>>
>> Then a new error appeared:
>>
>> "configure: error: Wrong qmake for Qt5 found. Please specify the root of
>> your Qt5 installation by exporting QT5DIR before running "configure".
>> Error running configure at ./autogen.sh line 302."
>>
>> However, the qt5-qmake and qt5-qmake-bin packages are installed in my
>> system!
>>
>> Since I was not able to stat compiling using Michael instructions, I
>> wondered what would happen if I followed instead the steps recently
>> published on the LibreOffice blog (
>> https://blog.documentfoundation.org/blog/2019/06/12/start-developing-libreoffice-download-the-source-code-and-build-on-linux/
>> )
>> It was a blind choice, since I have no idea what LibreOffice version
>> would I get if compiled (is there a way to get an specific version?), or
>> how easy would be to generate deb packages afterwards.
>>
>> In that set of instructions I changed:
>>
>> 

[Libreoffice-bugs] [Bug 126736] In line dialog, tab "Line Styles", dash length and spacing cannot be larger than 5%

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126736

--- Comment #1 from Durgapriyanka  ---
Thank you for reporting the bug. I can reproduce the bug in 

Version: 6.3.0.0.alpha0+
Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87
CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

The value in the field cannot be larger than 2%

In version LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

Spacing and dash length cannot be larger than 200%

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

[Libreoffice-bugs] [Bug 126663] XLSX: LibreOffice is freezed when I try open Style list in Sidebar

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126663

--- Comment #19 from Julien Nabet  ---
Created attachment 153182
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153182=edit
perf flamegraph

Here's a new Flamegraph perf with the quoted commit included.

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

[Libreoffice-bugs] [Bug 126663] XLSX: LibreOffice is freezed when I try open Style list in Sidebar

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126663

Julien Nabet  changed:

   What|Removed |Added

 Attachment #153129|0   |1
is obsolete||

-- 
You are receiving this mail because:
You 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 'feature/chart-style-experiment-markus' - 2 commits - chart2/source

2019-08-06 Thread Markus Mohrhard (via logerrit)
 chart2/source/inc/ChartStyle.hxx|   43 +++
 chart2/source/inc/Legend.hxx|  134 
 chart2/source/model/main/Legend.cxx |  116 +--
 chart2/source/model/main/Legend.hxx |  107 
 chart2/source/tools/ChartStyle.cxx  |  111 +
 5 files changed, 277 insertions(+), 234 deletions(-)

New commits:
commit d63f1346a6c5767d995c787fe2bb36b023a64788
Author: Markus Mohrhard 
AuthorDate: Wed Aug 7 05:10:41 2019 +0800
Commit: Markus Mohrhard 
CommitDate: Wed Aug 7 05:10:41 2019 +0800

store the first style in ChartStyle

Change-Id: Ib72b2c9aeb3ba2c09e8be6edbbd713cb2512b3e7

diff --git a/chart2/source/inc/ChartStyle.hxx b/chart2/source/inc/ChartStyle.hxx
index f01fa6769524..2c1fb3d9e7f8 100644
--- a/chart2/source/inc/ChartStyle.hxx
+++ b/chart2/source/inc/ChartStyle.hxx
@@ -33,13 +33,24 @@
 
 namespace chart2
 {
+namespace impl
+{
+typedef ::cppu::WeakImplHelper ChartObjectStyle_Base;
+}
 
-class ChartObjectStyle : public chart::MutexContainer, public 
property::OPropertySet, public css::style::XStyle
+class ChartObjectStyle : public chart::MutexContainer,
+ public impl::ChartObjectStyle_Base,
+ public property::OPropertySet
 {
 public:
-ChartObjectStyle(::cppu::IPropertyArrayHelper& rArrayHelper, const 
chart::tPropertyValueMap& rPropertyMap);
+ChartObjectStyle(css::uno::Reference 
xPropertySetInfo,
+ ::cppu::IPropertyArrayHelper& rArrayHelper,
+ const chart::tPropertyValueMap& rPropertyMap);
 virtual ~ChartObjectStyle();
 
+/// merge XInterface implementations
+DECLARE_XINTERFACE()
+
 virtual sal_Bool SAL_CALL isUserDefined() override;
 virtual sal_Bool SAL_CALL isInUse() override;
 
@@ -47,32 +58,34 @@ public:
 virtual void SAL_CALL setParentStyle(const OUString&) override;
 
 //  OPropertySet 
-virtual css::uno::Any GetDefaultValue( sal_Int32 nHandle ) const override;
+virtual css::uno::Any GetDefaultValue(sal_Int32 nHandle) const override;
 
 //  OPropertySet 
-virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override;
+virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
 
 //  XPropertySet 
-virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
-getPropertySetInfo() override;
+virtual css::uno::Reference
+SAL_CALL getPropertySetInfo() override;
 
-private:
+virtual OUString SAL_CALL getName();
 
+virtual void SAL_CALL setName(const OUString&);
+
+private:
 ::cppu::IPropertyArrayHelper& mrArrayHelper;
 const chart::tPropertyValueMap& mrPropertyMap;
+css::uno::Reference mxPropSetInfo;
 };
 
-class ChartStyle : public cppu::WeakImplHelper<
-  css::chart2::XChartStyle
-, css::lang::XServiceInfo >
+class ChartStyle : public cppu::WeakImplHelper
 {
 public:
 explicit ChartStyle();
 virtual ~ChartStyle();
 /// XServiceInfo declarations
 virtual OUString SAL_CALL getImplementationName() override;
-virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) 
override;
-virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() 
override;
+virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) 
override;
+virtual css::uno::Sequence SAL_CALL getSupportedServiceNames() 
override;
 
 // _ XChartStyle _
 virtual css::uno::Reference
@@ -82,6 +95,8 @@ private:
 sal_Int16 m_nNumObjects;
 
 std::map> 
m_xChartStyle;
+
+void register_styles();
 };
 
 } // namespace chart2
diff --git a/chart2/source/inc/Legend.hxx b/chart2/source/inc/Legend.hxx
new file mode 100644
index ..b3685eb5862a
--- /dev/null
+++ b/chart2/source/inc/Legend.hxx
@@ -0,0 +1,134 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+#ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX
+#define INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX
+
+#include 

[Libreoffice-ux-advise] [Bug 126649] Line style presets arrangement and additional one.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126649

--- Comment #6 from andreas_k  ---
thanks for the feedback as always very usefull for me.

I will have a look at border line style to and have a look if it's really
needed to change the line style.

yes the var styles are good but at least this information should be visible
somewhere in the name to see that this styles depend on the line width.

do you know what Line Style 9 is, regina?

-- 
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 126649] Line style presets arrangement and additional one.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126649

--- Comment #6 from andreas_k  ---
thanks for the feedback as always very usefull for me.

I will have a look at border line style to and have a look if it's really
needed to change the line style.

yes the var styles are good but at least this information should be visible
somewhere in the name to see that this styles depend on the line width.

do you know what Line Style 9 is, regina?

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

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

2019-08-06 Thread Ashod Nakashian (via logerrit)
 sd/qa/unit/tiledrendering/tiledrendering.cxx |   35 ---
 sfx2/source/sidebar/SidebarDockingWindow.cxx |3 ++
 2 files changed, 35 insertions(+), 3 deletions(-)

New commits:
commit fe839562e65a5c921dc4f239e931d1a863d1d76d
Author: Ashod Nakashian 
AuthorDate: Mon Jun 10 17:10:18 2019 -0400
Commit: Michael Meeks 
CommitDate: Tue Aug 6 23:00:51 2019 +0200

LOK: sd: fix unit-tests and add a couple simple ones

Change-Id: I6b8f13bf9cb609a86b85135ceb96f865451b59ac
Reviewed-on: https://gerrit.libreoffice.org/77071
Tested-by: Jenkins
Reviewed-by: Michael Meeks 

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx 
b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index f629d29ab8e4..e9a6a49ddceb 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -77,6 +77,8 @@ public:
 virtual void setUp() override;
 virtual void tearDown() override;
 
+void testCreateDestroy();
+void testCreateView();
 void testRegisterCallback();
 void testPostKeyEvent();
 void testPostMouseEvent();
@@ -125,6 +127,8 @@ public:
 void testLanguageAllText();
 
 CPPUNIT_TEST_SUITE(SdTiledRenderingTest);
+CPPUNIT_TEST(testCreateDestroy);
+CPPUNIT_TEST(testCreateView);
 CPPUNIT_TEST(testRegisterCallback);
 CPPUNIT_TEST(testPostKeyEvent);
 CPPUNIT_TEST(testPostMouseEvent);
@@ -351,6 +355,19 @@ xmlDocPtr SdTiledRenderingTest::parseXmlDump()
 return xmlParseMemory(reinterpret_cast(xmlBufferContent(m_pXmlBuffer)), xmlBufferLength(m_pXmlBuffer));
 }
 
+void SdTiledRenderingTest::testCreateDestroy()
+{
+createDoc("dummy.odp");
+// Nothing to do, the tearDown call should cleanup.
+}
+
+void SdTiledRenderingTest::testCreateView()
+{
+createDoc("dummy.odp");
+
+SfxLokHelper::createView();
+}
+
 void SdTiledRenderingTest::testRegisterCallback()
 {
 comphelper::LibreOfficeKit::setActive();
@@ -2095,9 +2112,21 @@ void SdTiledRenderingTest::testPasteTextOnSlide()
 SdrTextObj* pTextObj = dynamic_cast(pObject);
 CPPUNIT_ASSERT(pTextObj);
 CPPUNIT_ASSERT_EQUAL(static_cast(OBJ_TEXT), 
pTextObj->GetObjIdentifier());
-Point aPos = pTextObj->GetLastBoundRect().TopLeft();
-CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast(12990), aPos.getX(), 100);
-CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast(7393), aPos.getY(), 100);
+// This test is unreliable: it gives alternating results for the following 
coordinates.
+// As a compromise, instead of disabling it altogether, we allow for both 
sets of values.
+const Point aPos = pTextObj->GetLastBoundRect().TopLeft();
+if (aPos.getX() < 1)
+{
+// We get this with 'make CppunitTest_sd_tiledrendering'
+CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast(6739), aPos.getX(), 
100);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast(6822), aPos.getY(), 
100);
+}
+else
+{
+// We get this with 'make check'
+CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast(12990), aPos.getX(), 
100);
+CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast(7393), aPos.getY(), 
100);
+}
 }
 
 void SdTiledRenderingTest::testTdf115873()
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx 
b/sfx2/source/sidebar/SidebarDockingWindow.cxx
index dc558046cd05..c354da362d74 100644
--- a/sfx2/source/sidebar/SidebarDockingWindow.cxx
+++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx
@@ -73,7 +73,10 @@ void SidebarDockingWindow::DoDispose()
 if (comphelper::LibreOfficeKit::isActive())
 {
 if (const vcl::ILibreOfficeKitNotifier* pNotifier = GetLOKNotifier())
+{
 pNotifier->notifyWindow(GetLOKWindowId(), "close");
+ReleaseLOKNotifier();
+}
 }
 
 Reference xComponent 
(static_cast(mpSidebarController.get()), UNO_QUERY);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 126649] Line style presets arrangement and additional one.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126649

--- Comment #5 from Regina Henschel  ---
You are aware, that the names will be localized? Does sorting makes sense?

You are aware, that there exists draw:name and draw:display-name attributes?

In case you decide to alter the names, then please add the information, whether
dash length and spacing will adapt to the line width. The suffix (var) for
those styles still exists for some names in the source, but is somewhere
stripped (yet another bug). Using [var] would work. 

And please make names, that really describe the content, because dots and
dashes are hard to distinguish in the preview.

Remove duplicate styles in the palette.

Just created bug 126736. Before that is not fixed, new line styles cannot be
made in the UI, but you need to edit the palette. Fortunately it is plain XML
and you likely want to work on the source anyway.

(In reply to andreas_k from comment #4)
> in standard.sod where the line styles were defined, there is
> draw:style="rect" are there other options possible like, circle, diamond, ...
> 
> I already test circle, diamond but didn't work.

No, already attribute values "rect" and "round" are allowed. But I do not find
an implementation for draw:style="round", although the enum DashStyle with
values ROUND and ROUNDRELATIVE is published API.

-- 
You are receiving this mail because:
You 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 126649] Line style presets arrangement and additional one.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126649

--- Comment #5 from Regina Henschel  ---
You are aware, that the names will be localized? Does sorting makes sense?

You are aware, that there exists draw:name and draw:display-name attributes?

In case you decide to alter the names, then please add the information, whether
dash length and spacing will adapt to the line width. The suffix (var) for
those styles still exists for some names in the source, but is somewhere
stripped (yet another bug). Using [var] would work. 

And please make names, that really describe the content, because dots and
dashes are hard to distinguish in the preview.

Remove duplicate styles in the palette.

Just created bug 126736. Before that is not fixed, new line styles cannot be
made in the UI, but you need to edit the palette. Fortunately it is plain XML
and you likely want to work on the source anyway.

(In reply to andreas_k from comment #4)
> in standard.sod where the line styles were defined, there is
> draw:style="rect" are there other options possible like, circle, diamond, ...
> 
> I already test circle, diamond but didn't work.

No, already attribute values "rect" and "round" are allowed. But I do not find
an implementation for draw:style="round", although the enum DashStyle with
values ROUND and ROUNDRELATIVE is published API.

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - include/vcl solenv/clang-format vcl/inc

2019-08-06 Thread Miklos Vajna (via logerrit)
 include/vcl/outdev.hxx|2 
 include/vcl/vcllayout.hxx |  132 ++
 solenv/clang-format/blacklist |1 
 vcl/inc/sallayout.hxx |   92 -
 4 files changed, 135 insertions(+), 92 deletions(-)

New commits:
commit af95ed72a4e3bfa5ab08da02a59e84a2bf0c4728
Author: Miklos Vajna 
AuthorDate: Fri Aug 10 18:09:47 2018 +0200
Commit: Muhammet Kara 
CommitDate: Tue Aug 6 22:52:15 2019 +0200

vcl: separate SalLayout from the rest of sallayout.hxx

This way SalLayout can be created separately (and potentially reused)
outside vcl as well. Don't reformat the moved code, so git blame keeps
working.

This is a first step towards the goal of

,
in the context of code outside vcl.

Change-Id: I8b40313b5fa531d3b56c153cbc4b5ca3cec8f8df
Reviewed-on: https://gerrit.libreoffice.org/58851
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins
Reviewed-on: https://gerrit.libreoffice.org/77064
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Muhammet Kara 

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index e5d496a29e97..9d866708129c 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1315,7 +1315,7 @@ public:
 SAL_DLLPRIVATE void ReMirror( vcl::Region  ) const;
 SAL_DLLPRIVATE bool ImplIsRecordLayout() const;
 virtual boolHasMirroredGraphics() const;
-SAL_DLLPRIVATE std::unique_ptr
+std::unique_ptr
 ImplLayout( const OUString&, sal_Int32 nIndex, 
sal_Int32 nLen,
 const Point& rLogicPos = 
Point(0,0), long nLogicWidth=0,
 const long* pLogicDXArray=nullptr, 
SalLayoutFlags flags = SalLayoutFlags::NONE,
diff --git a/include/vcl/vcllayout.hxx b/include/vcl/vcllayout.hxx
new file mode 100644
index ..0089bc69f693
--- /dev/null
+++ b/include/vcl/vcllayout.hxx
@@ -0,0 +1,132 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#ifndef INCLUDED_VCL_VCLLAYOUT_HXX
+#define INCLUDED_VCL_VCLLAYOUT_HXX
+
+#include 
+
+#include 
+#include 
+#include 
+#include 
+
+class ImplLayoutArgs;
+class PhysicalFontFace;
+class SalGraphics;
+struct GlyphItem;
+namespace vcl
+{
+class TextLayoutCache;
+}
+
+// all positions/widths are in font units
+// one exception: drawposition is in pixel units
+
+// Unfortunately there is little documentation to help implementors of
+// new classes derived from SalLayout ("layout engines"), and the code
+// and data structures are far from obvious.
+
+// For instance, I *think* the important virtual functions in the
+// layout engines are called in this order:
+
+// * InitFont()
+// * LayoutText()
+// * AdjustLayout(), any number of times (but presumably
+// usually not at all or just once)
+// * Optionally, DrawText()
+
+// Functions that just return information like GetTexWidth() and
+// FillDXArray() are called after LayoutText() and before DrawText().
+
+// Another important questions is which parts of an ImplLayoutArgs can
+// be changed by callers between LayoutText() and AdjustLayout()
+// calls. It probably makes sense only if one assumes that the "string
+// related inputs" part are not changed after LayoutText().
+
+// But why use the same ImplLayoutArgs structure as parameter for both
+// LayoutText() and AdjustLayout() in the first place? And why
+// duplicate some of the fields in both SalLayout and ImplLayoutArgs
+// (mnMinCharPos, mnEndCharPos, mnLayoutFlags==mnFlags,
+// mnOrientation)? Lost in history...
+
+class VCL_PLUGIN_PUBLIC SalLayout
+{
+public:
+virtual ~SalLayout();
+// used by upper layers
+Point&  DrawBase()  { return 
maDrawBase; }
+const Point&DrawBase() const{ return 
maDrawBase; }
+Point&  DrawOffset(){ return 
maDrawOffset; }
+const Point&DrawOffset() 

[Libreoffice-bugs] [Bug 126725] Data Provider window in Calc truncated

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126725

--- Comment #6 from mil...@sorbzilla.de ---
@BogdanB: Yes, I have a small resolution, 1024x768 only. But I mounted the
dialog window to maximum width and the window is still truncated then.

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

[Libreoffice-bugs] [Bug 126725] Data Provider window in Calc truncated

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126725

--- Comment #5 from mil...@sorbzilla.de ---
Created attachment 153181
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153181=edit
Screenshot Help --> About Libreoffice

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

[Libreoffice-bugs] [Bug 126734] Function atan2 has its arguments reversed.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126734

--- Comment #1 from photius...@yahoo.com ---
Microsoft Excel does the same as Calc for atan2. 

The definition seems to be atan2(x,y) instead of atan2(y,x).

Therefore this is not a 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-ux-advise] [Bug 126649] Line style presets arrangement and additional one.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126649

--- Comment #4 from andreas_k  ---
in standard.sod where the line styles were defined, there is draw:style="rect"
are there other options possible like, circle, diamond, ...

I already test circle, diamond but didn't work.

-- 
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 126649] Line style presets arrangement and additional one.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126649

--- Comment #4 from andreas_k  ---
in standard.sod where the line styles were defined, there is draw:style="rect"
are there other options possible like, circle, diamond, ...

I already test circle, diamond but didn't work.

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

[Libreoffice-bugs] [Bug 126736] New: In line dialog, tab "Line Styles", dash length and spacing cannot be larger than 5%

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126736

Bug ID: 126736
   Summary: In line dialog, tab "Line Styles", dash length and
spacing cannot be larger than 5%
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 153180
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153180=edit
Example to test line style defining

Open attached document. Try to modify the line style, so that its spacing and
dash length is 500%. It is not possible. The value in the field cannot be
larger than 5%. That makes is impossible to define usable line styles. Former
versions allow values up to 500%.

It is a regression. It was OK in 6.1.4 and broken at least since 6.2.5. (I
haven't yet tested more 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-bugs] [Bug 126735] Change behavior of Previous/Next Change commands

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126735

Gabor Kelemen  changed:

   What|Removed |Added

 Blocks||83946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Tracking changes 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 83946] [META] Tracking changes issues

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

Gabor Kelemen  changed:

   What|Removed |Added

 Depends on||126735


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126735
[Bug 126735] Change behavior of Previous/Next Change commands
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126735] New: Change behavior of Previous/Next Change commands

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126735

Bug ID: 126735
   Summary: Change behavior of Previous/Next Change commands
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kelem...@ubuntu.com
CC: heiko.tie...@documentfoundation.org,
libreoff...@nisz.hu, nem...@numbertext.org

Currently the Previous Change and Next Change commands in the Edit - Track
Changes menu / Track Changes toolbar don't wrap around the list of tracked
changes. 
Instead they do nothing when the cursor is at the first/last tracked change.

As it came up in bug #101977 it would be nice to change this behavior to wrap
around the list of changes and start over at the first / last item.
This would be similar to what Word does and would make it harder to "forget"
about changes in documents.

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

[Libreoffice-ux-advise] [Bug 101977] TRACK CHANGES: More uno commands for accepting/rejecting changes

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101977

Gabor Kelemen  changed:

   What|Removed |Added

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

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

[Libreoffice-commits] online.git: 108 commits - bundled/include common/Clipboard.hpp common/Unit.hpp common/Util.cpp common/Util.hpp kit/ChildSession.cpp kit/ChildSession.hpp kit/Kit.cpp loleaflet/bui

2019-08-06 Thread Michael Meeks (via logerrit)
 Makefile.am   |1 
 bundled/include/LibreOfficeKit/LibreOfficeKit.hxx |   50 +
 common/Clipboard.hpp  |  147 +++
 common/Unit.hpp   |   12 
 common/Util.cpp   |   21 
 common/Util.hpp   |   32 
 kit/ChildSession.cpp  |  151 
 kit/ChildSession.hpp  |3 
 kit/Kit.cpp   |6 
 loleaflet/Makefile.am |2 
 loleaflet/build/deps.js   |8 
 loleaflet/css/leaflet.css |   35 
 loleaflet/css/toolbar.css |5 
 loleaflet/html/clipboard.html |  236 ++
 loleaflet/src/control/Control.ColumnHeader.js |2 
 loleaflet/src/control/Control.ContextMenu.js  |   39 -
 loleaflet/src/control/Control.DownloadProgress.js |  413 +++
 loleaflet/src/control/Control.LokDialog.js|2 
 loleaflet/src/control/Control.Menubar.js  |   14 
 loleaflet/src/control/Control.MobileInput.js  |   14 
 loleaflet/src/control/Control.RowHeader.js|2 
 loleaflet/src/control/Control.Tabs.js |2 
 loleaflet/src/core/Socket.js  |4 
 loleaflet/src/layer/marker/ClipboardContainer.js  |   76 +-
 loleaflet/src/layer/tile/TileLayer.js |  259 +--
 loleaflet/src/main.js |4 
 loleaflet/src/map/Clipboard.js|  810 ++
 loleaflet/src/map/Map.js  |   12 
 loleaflet/src/map/handler/Map.TouchGesture.js |2 
 loleaflet/test/copy-test.html |  146 +++
 net/Socket.hpp|9 
 test/Makefile.am  |9 
 test/UnitConvert.cpp  |1 
 test/UnitCopyPaste.cpp|  326 
 wsd/ClientSession.cpp |  328 ++--
 wsd/ClientSession.hpp |   58 +
 wsd/DocumentBroker.cpp|  183 
 wsd/DocumentBroker.hpp|   21 
 wsd/Exceptions.hpp|8 
 wsd/FileServer.cpp|   29 
 wsd/FileServer.hpp|3 
 wsd/LOOLWSD.cpp   |  140 +++
 wsd/LOOLWSD.hpp   |5 
 wsd/protocol.txt  |   44 +
 44 files changed, 3292 insertions(+), 382 deletions(-)

New commits:
commit 617a5d69b0365afe02e6a880e519b93f5629a2d3
Author: Michael Meeks 
AuthorDate: Tue Aug 6 14:49:22 2019 -0400
Commit: Michael Meeks 
CommitDate: Tue Aug 6 14:50:52 2019 -0400

Account for a state change race.

We can have un-processed incoming mesages in transit after a local
transition to WAIT_DISCONNECT including some that change state.

Change-Id: I577aebbc0a6ecca695f4bc35b4d226e1a465817d

diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp
index e4a34ba64..4cdc3fea2 100644
--- a/wsd/ClientSession.cpp
+++ b/wsd/ClientSession.cpp
@@ -104,6 +104,17 @@ void ClientSession::setState(SessionState newState)
 {
 LOG_TRC("ClientSession: transition from " << stateToString(_state) <<
 " to " << stateToString(newState));
+
+// we can get incoming messages while our disconnection is in transit.
+if (_state == SessionState::WAIT_DISCONNECT)
+{
+if (newState != SessionState::WAIT_DISCONNECT)
+LOG_WRN("Unusual race - attempts to transition from " <<
+stateToString(_state) << " to " <<
+stateToString(newState));
+return;
+}
+
 switch (newState)
 {
 case SessionState::DETACHED:
commit 80fb9ac96f72db2daf69e9308ca76a96e087dfd2
Author: Michael Meeks 
AuthorDate: Tue Aug 6 11:26:07 2019 -0400
Commit: Michael Meeks 
CommitDate: Tue Aug 6 14:50:52 2019 -0400

clipboard: unit tests need clipboard tags during init.

Ensure we always have a valid clipboard key at start.

Change-Id: Ia2d37e038d8baa877d147f507a5ff4c867f55813

diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp
index b832a7d60..e4a34ba64 100644
--- a/wsd/ClientSession.cpp
+++ b/wsd/ClientSession.cpp
@@ -159,8 +159,7 @@ void ClientSession::rotateClipboardKey(bool notifyClient)
 if (_wopiFileInfo && _wopiFileInfo->getDisableCopy())
 return;
 
-if (_state != SessionState::LIVE &&   // editing
-_state != SessionState::LOADING) // handshake with client
+if (_state == SessionState::WAIT_DISCONNECT)
 return;
 
 _clipboardKeys[1] = _clipboardKeys[0];
@@ -201,6 +200,12 @@ std::string ClientSession::getClipboardURI(bool encode)
 
 bool 

[Libreoffice-commits] core.git: sfx2/source xmlsecurity/CppunitTest_xmlsecurity_signing.mk xmlsecurity/qa

2019-08-06 Thread Jan-Marek Glogowski (via logerrit)
 sfx2/source/doc/objstor.cxx |   30 +-
 xmlsecurity/CppunitTest_xmlsecurity_signing.mk  |4 
 xmlsecurity/qa/unit/signing/data/tdf42316.ott   |binary
 xmlsecurity/qa/unit/signing/data/tdf42316_odt12.ott |binary
 xmlsecurity/qa/unit/signing/signing.cxx |  245 +++-
 5 files changed, 271 insertions(+), 8 deletions(-)

New commits:
commit c3a1c83ff5af05d34f433ac808adbe85f47e8c18
Author: Jan-Marek Glogowski 
AuthorDate: Fri Jul 19 15:28:45 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Tue Aug 6 20:55:36 2019 +0200

tdf#42316 preserve macro signature of templates

When comparing the filter of the current and the target document
we have to strip the '_template' from the filter name.

Still this won't preserve the signature of the document attached
to tdf#42316, as this is a ODF 1.0 OTT, which doesn't have a
valid signature in ODF 1.2, as the signature doesn't match the ODF
1.2 namespace for signatures and the default LO ODF version is ODF
1.2 extended.

In theory the signature itself could even be converted most times,
but that can be done in an additional patch, if needed.

Since the code literally saves a template to an internal document,
SfxObjectShell::DoSaveCompleted must keep the signature of the
template. Eventually it'll be dropped on save of the template as
a document later.

The signing tests check "OTT 1.0 => ODT 1.0: preserve", "OTT 1.2
=> ODT 1.2: preserve" and "OTT 1.0 => ODT 1.2: drop".

Change-Id: I2263093687f5a0568ea781ce3ac9b114c9599add
Reviewed-on: https://gerrit.libreoffice.org/75958
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
Reviewed-by: Thorsten Behrens 

diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 9375989e35e3..f3ef1c2992a3 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -1167,10 +1167,18 @@ bool SfxObjectShell::SaveTo_Impl
 {}
 
 // preserve only if the same filter has been used
-bTryToPreserveScriptSignature = pMedium->GetFilter() && pFilter && 
pMedium->GetFilter()->GetFilterName() == pFilter->GetFilterName();
-
+// for templates, strip the _template from the filter name for 
comparison
+OUString aMediumFilter = pMedium->GetFilter()->GetFilterName();
+if (aMediumFilter.endsWith("_template"))
+aMediumFilter = aMediumFilter.copy(0, 
aMediumFilter.getLength() - 9);
+bTryToPreserveScriptSignature = pMedium->GetFilter() && pFilter && 
aMediumFilter == pFilter->GetFilterName();
+
+// signatures were specified in ODF 1.2 but were used since much 
longer.
+// LO will still correctly validate an old style signature on an 
ODF 1.2
+// document, but technically this is not correct, so this prevents 
old
+// signatures to be copied over to a version 1.2 document
 bNoPreserveForOasis = (
-   (aODFVersion == ODFVER_012_TEXT && nVersion 
== SvtSaveOptions::ODFVER_011) ||
+   (aODFVersion == ODFVER_012_TEXT && nVersion 
< SvtSaveOptions::ODFVER_012) ||
(aODFVersion.isEmpty() && nVersion >= 
SvtSaveOptions::ODFVER_012)
   );
 }
@@ -2017,13 +2025,21 @@ bool SfxObjectShell::DoSaveCompleted( SfxMedium* 
pNewMed, bool bRegisterRecent )
 {}
 }
 
+const SfxBoolItem* pTemplateItem = 
SfxItemSet::GetItem(pMedium->GetItemSet(), SID_TEMPLATE, false);
+bool bTemplate = pTemplateItem && pTemplateItem->GetValue();
+
 // before the title regenerated the document must lose the 
signatures
 pImpl->nDocumentSignatureState = SignatureState::NOSIGNATURES;
-pImpl->nScriptingSignatureState = 
pNewMed->GetCachedSignatureState_Impl();
-OSL_ENSURE( pImpl->nScriptingSignatureState != 
SignatureState::BROKEN, "The signature must not be broken at this place" );
+if (!bTemplate)
+{
+pImpl->nScriptingSignatureState = 
pNewMed->GetCachedSignatureState_Impl();
+OSL_ENSURE( pImpl->nScriptingSignatureState != 
SignatureState::BROKEN, "The signature must not be broken at this place" );
 
-// TODO/LATER: in future the medium must control own signature 
state, not the document
-pNewMed->SetCachedSignatureState_Impl( 
SignatureState::NOSIGNATURES ); // set the default value back
+// TODO/LATER: in future the medium must control own signature 
state, not the document
+pNewMed->SetCachedSignatureState_Impl( 
SignatureState::NOSIGNATURES ); // set the default value back
+}
+else
+pNewMed->SetCachedSignatureState_Impl( 
pImpl->nScriptingSignatureState );
 
  

[Libreoffice-bugs] [Bug 107222] FILEOPEN FORMATTING DOCX Wrong page number position

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107222

--- Comment #8 from doriano@gmail.com ---
Still present in 6.2:
version 6.2.5.2 (x64)
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
SO: Windows 10.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: sw/source

2019-08-06 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/app/docst.cxx |   59 -
 1 file changed, 58 insertions(+), 1 deletion(-)

New commits:
commit c4d82fc21c5e155472f6a30244b3fce806ada85c
Author: Jim Raykowski 
AuthorDate: Wed Jul 24 14:14:12 2019 -0800
Commit: Jim Raykowski 
CommitDate: Tue Aug 6 20:43:46 2019 +0200

tdf#118384 Fix paragraph, character, and frame style undo redo

In order for the inherited (parent) style to be restored after create
style undo redo it must be included in the create style undo append.
This patch prevents create style undo append during style make and
provides for it after style dialog return ok when the parent of the new
style is known.

Change-Id: Ie9d7fb7989a5e669db18a1f263632ff208b0e718
Reviewed-on: https://gerrit.libreoffice.org/76279
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx
index 292095ae2544..dbf79bc31180 100644
--- a/sw/source/uibase/app/docst.cxx
+++ b/sw/source/uibase/app/docst.cxx
@@ -88,6 +88,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 
@@ -678,7 +679,19 @@ void SwDocShell::Edit(
 else
 nMask = SfxStyleSearchBits::UserDefined;
 
-pStyle = _xBasePool->Make( rName, nFamily, nMask );
+if ( nFamily == SfxStyleFamily::Para || nFamily == 
SfxStyleFamily::Char || nFamily == SfxStyleFamily::Frame )
+{
+// Prevent undo append from being done during paragraph, 
character, and frame style Make
+// Do it after ok return from style dialog when derived from style 
is known
+const bool bDoesUndo = GetDoc()->GetIDocumentUndoRedo().DoesUndo();
+GetDoc()->GetIDocumentUndoRedo().DoUndo( false );
+pStyle = _xBasePool->Make( rName, nFamily, nMask );
+GetDoc()->GetIDocumentUndoRedo().DoUndo( bDoesUndo );
+}
+else
+{
+pStyle = _xBasePool->Make( rName, nFamily, nMask );
+}
 
 // set the current one as Parent
 SwDocStyleSheet* pDStyle = static_cast(pStyle);
@@ -840,6 +853,50 @@ void SwDocShell::Edit(
 
 if (bNew)
 {
+switch( nFamily )
+{
+case SfxStyleFamily::Para:
+{
+if(!xTmp->GetParent().isEmpty())
+{
+SwTextFormatColl* pColl = 
m_pWrtShell->FindTextFormatCollByName(xTmp->GetParent());
+if (GetDoc()->GetIDocumentUndoRedo().DoesUndo())
+{
+GetDoc()->GetIDocumentUndoRedo().AppendUndo(
+
std::make_unique(xTmp->GetCollection(), pColl, 
GetDoc()));
+}
+}
+}
+break;
+case SfxStyleFamily::Char:
+{
+if(!xTmp->GetParent().isEmpty())
+{
+SwCharFormat* pCFormat = 
m_pWrtShell->FindCharFormatByName(xTmp->GetParent());
+if (GetDoc()->GetIDocumentUndoRedo().DoesUndo())
+{
+GetDoc()->GetIDocumentUndoRedo().AppendUndo(
+
std::make_unique(xTmp->GetCharFormat(), pCFormat, 
GetDoc()));
+}
+}
+}
+break;
+case SfxStyleFamily::Frame:
+{
+if(!xTmp->GetParent().isEmpty())
+{
+SwFrameFormat* pFFormat = 
m_pWrtShell->GetDoc()->FindFrameFormatByName(xTmp->GetParent());
+if (GetDoc()->GetIDocumentUndoRedo().DoesUndo())
+{
+GetDoc()->GetIDocumentUndoRedo().AppendUndo(
+
std::make_unique(xTmp->GetFrameFormat(), pFFormat, 
GetDoc()));
+}
+}
+}
+break;
+default: break;
+}
+
 SwRewriter aRewriter;
 aRewriter.AddRule(UndoArg1, xTmp->GetName());
 //Group the create style and change style operations together 
under the
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 126734] New: Function atan2 has its arguments reversed.

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126734

Bug ID: 126734
   Summary: Function atan2 has its arguments reversed.
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: photius...@yahoo.com

Description:
atan2(y,x) should return the same as atan(y/x) for x > 0.
Instead, it returns atan(x/y).
See https://en.wikipedia.org/wiki/Atan2 under "Definition and computation."

Steps to Reproduce:
1. Enter =atan2(1,2) in a cell.
2. Enter =atan(0.5) in another cell.
3. Enter =atan(2) in another cell.


Actual Results:
atan2(1,2) returns 1.10714871779409.
atan(0.5) returns 0.463647609000806.
atan(2) returns 1.10714871779409.




Expected Results:
atan2(1,2) returns 0.463647609000806.
atan(0.5) returns 0.463647609000806.
atan(2) returns 1.10714871779409.



Reproducible: Always


User Profile Reset: No



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

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

[Libreoffice-ux-advise] [Bug 126634] Toolbar Form Controls: Missing Table Control

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126634

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
https://gerrit.libreoffice.org/#/c/77065/

-- 
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 126634] Toolbar Form Controls: Missing Table Control

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126634

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |79045_79...@mail.ru
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Heiko Tietze from comment #3)
> (In reply to Xisco Faulí from comment #2)
> > UX Team, Heiko, Should the controls be restored for all modules ?
> 
> Don't see any reason why not. Roman, do you want to take a look?

Don't see any reason why not ;-)

-- 
You are receiving this mail because:
You 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 126634] Toolbar Form Controls: Missing Table Control

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126634

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |79045_79...@mail.ru
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Heiko Tietze from comment #3)
> (In reply to Xisco Faulí from comment #2)
> > UX Team, Heiko, Should the controls be restored for all modules ?
> 
> Don't see any reason why not. Roman, do you want to take a look?

Don't see any reason why not ;-)

-- 
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 126725] Data Provider window in Calc truncated

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126725

--- Comment #4 from BogdanB  ---
Created attachment 153179
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153179=edit
Screenshoot

Could this be a cause?

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

[Libreoffice-bugs] [Bug 126732] FILEOPEN: Writer crashes on opening Docx file

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126732

MM  changed:

   What|Removed |Added

 OS|Linux (All) |All

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

[Libreoffice-bugs] [Bug 126732] FILEOPEN: Writer crashes on opening Docx file

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126732

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from MM  ---
Confirmed on windows 7 x64 with Version: 6.2.5.2 (x64)
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 3; OS: Windows 6.1; UI render: default; VCL: win

It immediately crashes, LO doesn't even get the chance to open/show the
crashinfo window.

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

[Libreoffice-bugs] [Bug 126725] Data Provider window in Calc truncated

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126725

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #3 from BogdanB  ---
I can't reproduce either in
Version: 6.2.5.2
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
Calc: threaded

NOT in
Version: 6.3.0.3
Build ID: c75130c129d9c5e43b76e4f26881b3db8bdb5c91
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
Calc: threaded

Maybe has to do something with resolution of the screen.
If the window of LO is half of the screen in my case, the Data Provider is
outside LO.

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

[Libreoffice-bugs] [Bug 126728] LibreOffice slow start due to FTP access failure (kde5 only)

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126728

--- Comment #14 from Luiz Silva  ---
> For the test, could you give a try to prerelease 6.3.0 with a brand new 
> profile?

Just did, problem remains, although on 6.3 only two name lookups are done
[which is a performance improvement, but not a fix]:

T430# rm -rf ~/.config/libreoffice
T430# strace -t -f /opt/libreoffice6.3/program/soffice.bin 2>&1 | grep ftp
[pid  5792] 14:44:24 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\16\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0;, iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
[pid  5792] 14:44:29 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\23\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0;, iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
T430#

What also remains the same is that when started Proxy settings are set to
"System", after changed to "None" the name lookups still happen:

T430# grep Proxy ~/.config/libreoffice/4/user/registrymodifications.xcu 
0
T430# strace -t -f /opt/libreoffice6.3/program/soffice.bin 2>&1 | grep ftp
[pid  8949] 14:48:56 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\16\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0;, iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
[pid  8949] 14:48:58 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\23\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0;, iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
T430#

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

[Libreoffice-bugs] [Bug 126733] Inverted emoticons sets for the conditional formatting

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126733

--- Comment #1 from britfo...@hotmail.com ---
Created attachment 153178
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153178=edit
Actual emoticons sets

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

[Libreoffice-bugs] [Bug 126733] New: Inverted emoticons sets for the conditional formatting

2019-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126733

Bug ID: 126733
   Summary: Inverted emoticons sets for the conditional formatting
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: britfo...@hotmail.com

Description:
The happy and sad faces are inverted for both the normal and colored sets of
emoticons (look at the screenshot)

Actual Results:
The happy and sad faces are inverted.

Expected Results:
The opposite of the actual result...


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-6.3.0.4'

2019-08-06 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.3.0.4' created by Christian Lohmaier 
 at 2019-08-06 17:27 +

Tag libreoffice-6.3.0.4
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl1JuHAACgkQ9DSh76/u
rqMLyQ/5AWHo4xuHBAh+dP+nryvd1OyDRcJlkFG90VGQsdTN7Gyuilw9BqtGb68a
aWyZwzoDjNOUYf9hjBARCY3mlkVy6PsNBysaqxkJlDBaK7ylOYgsr+mZILprNmgg
qMgFov+fM9HqWWjdehlZvXyjUO9H3VQTLGiGxjF8pmg8lNaGe5xW3t+h/f/oe4LT
kpchNCIs54Qw/tmmX6o/B/6nsuTCwZKz63uFaSWerDFIB66WnN2jidgk3BNV3whf
g42aJX4t8pFXCLF+zzVdu6Z1TovxPs0hz/URHfBDrG7FFISL4YPVYvsFzlBg9nlt
SmjEFhkQLmTGQhBjwd1MBWZZjycGwR+1LqsS8dzNLHDtP/J8H8oMky6fGOIpulyJ
hD+3FSn4/ORKLaXIBm3ym8e+0YnsWlKfy1D+vs4fYQ6N1qbjxmy3NpL2/QhfBycH
TQ/QXBPulfOHColOXwB/mhbF5WRDnAQ3pVwXUmGB3PxKGsyhM1N/DVv+Nfd+5Jyj
4azo6A0zYBpsfe1HLSwtuYEY7c1TnOZB/e+3Id6oWnav2zLAGG3pNVH8VB5oex4B
dUFXno/4MXBY/qnfpM0udSDFrWh9zax4FvrHBBdlAgz3lcnUCU+bhrACGe32xVyd
7aJeDrnydsCxx7u1gaomkCSw+XZLLyynPRHD+yNdNb7zpnoF+5g=
=4gww
-END PGP SIGNATURE-

Changes since libreoffice-6-3-branch-point-14:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-6.3.0.4'

2019-08-06 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.3.0.4' created by Christian Lohmaier 
 at 2019-08-06 17:27 +

Tag libreoffice-6.3.0.4
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl1JuHAACgkQ9DSh76/u
rqMW8Q//Qcu8uRjVzWlWx/g2K9UZKrxQaN8CC3UuaD7ahaptBaLXmtHKIML3qBFh
TPURVS/ksW4vKRdgovZsSglf5FmAXNZ8H6ASSjjdCn6n5J4xbP+EZK+JVb1ThcX4
HpD2CZm/PoHTE7GuhOxW8iAf1b39KURKvXUit9UQ1StSHbICv5qH2CQ1LpyGURgm
6LJswLy4XDwp1r2atGZAIQY+rDu9NSHahkPYSk0JHlMs2lZPT+W/YkupuelGlIMJ
sloOYHO4nZTa3MgvVndQl3d89+h3CYRW1T5FMDgH/4w6b76v0W/MMl39BqeRlxrk
tTZSj0f/pVCyFa+zkPRm5FddPENxD8Cm6eKLhoN43T35l1frpIrnGjpcFUgz/JrK
VcZDgDGKdqiS7fyD8BG9/ns7teyLp02gJakTIXU0mxTPnfzasxGE3yrd24YvwCl1
wOfVn5Gm3gl98xKj3cSbCKYHiC9Lwhpa29b6ODNkPpjuNCrxSNlN4r04TAQTi8y1
0SkjlUXmnMMsO2I2LOe+5+zz95yr5l9pvvf/YpQf3tWhpJY8IL2jtDLu/5Apm+v+
4a3DDHMPcJkSbMihsVa/b9kJPy7UvlANCYh7EbtfzBD5O1zDwnag5eqz0eW+pXH6
ybyaq42DnyBJoLgnaOAfqVutKL5iF2ZmyKO30gQsklQpPJ8Nnvs=
=SqVN
-END PGP SIGNATURE-

Changes since libreoffice-6-3-branch-point-6:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3-0' - configure.ac

2019-08-06 Thread Christian Lohmaier (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6c492feba44375c66c193f7713ce39d820c16e1
Author: Christian Lohmaier 
AuthorDate: Tue Aug 6 19:27:39 2019 +0200
Commit: Christian Lohmaier 
CommitDate: Tue Aug 6 19:27:39 2019 +0200

bump product version to 6.3.0.4.0+

Change-Id: I02a27a1d9135cb685fb57b10d1c8c3b8bfe8e3db

diff --git a/configure.ac b/configure.ac
index f034f656e211..40a0e383d6a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[6.3.0.3.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.3.0.4.0+],[],[],[http://documentfoundation.org/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-6.3.0.4'

2019-08-06 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.3.0.4' created by Christian Lohmaier 
 at 2019-08-06 17:27 +

Tag libreoffice-6.3.0.4
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl1JuG0ACgkQ9DSh76/u
rqO9EA/+ItyD81dhwWwRr1cGYPZQa2ca9Xnpm8HXK+KOFthzMHLokRTutpodOIiE
+18tP7JQ0QrlPqicUZiv7aN/ZYl3zKwF3oEfu5iNTGoqWznxf5zwN9Pm0MAI7z/j
cB4be9qmF6NMUomCFFQam5a9HzXaMjwfVQJ5A4JvFxFe3AxMv2bB8Dg6smZr201K
9J78XAFZauYo55dFjxzKLDnRp6XpWOMSig1PA8jw97Fa0ANKmRtoB8zMqaZv2Ovf
vnesCoLysXMujE064VoZ+82U8l6eTedJPz5/MSBFMNFJa5pS3aMwuL6u9nUFkYsG
n4N3rlFLykiybsN42hPQt7i4OVO6MIa05GAmgZiCTyDhuVANroZh1bIZVD6h4cx8
/F0v8utVanFQJ58kJwByKkY/moqwog2QGlffjlAaSKGKJiqmEjr9LVu+ZxiMud4n
w72SeqqhT0lawsMwanpW4i9Viz2lsDYZFiVZSLNOqIHRNBQwZfoQj+fMytVvnTeC
9J0rDO9lgq9WZk1eoinZ8r8VDDYf6tF67XD7avPzuvZylK+y7V37weM7F1Ae+Y3f
gCrNzIOi7WIIFM+LONA8VFqjgIE0jwetxo3L3cbR9FH2H2p69J4x+5lIwI+alv0y
Xul0ymvmeNZeobglqkbQuI85uwwRAscQagUMkqN+rxcHezEedCQ=
=RiUE
-END PGP SIGNATURE-

Changes since libreoffice-6-3-branch-point-4:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-6.3.0.4'

2019-08-06 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-6.3.0.4' created by Christian Lohmaier 
 at 2019-08-06 17:27 +

Tag libreoffice-6.3.0.4
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAl1JuHAACgkQ9DSh76/u
rqMsOg/9GikgC4Qiomnkd/UIp8yxTgKPAB4fudUPt42VBcTTdxi1i247UzO8vEfH
pA6Q+s0YXRyJr55sO1OAgUhk6r5Jmq/HFYh24CaqzJuYLJLJwiSodnzvuVYlciYn
dNVrQflJjX8XE22v8vUe1Gilqz8jrM2hGXvNjQjVo0QGJmR1b8UlVuoFaFWoMS3E
IQuBPPy7FxlSI7N8JPfb6xivK46/Oj94lqk8gD6GT6K6MEQbRY2i7ZCMOFbLKCPM
GJ8EJl5SXkqbx/Hzx9yrtIcUP1qpyAY5/76Ke4xLLhLRxf3qNm7qRjhsjP/jH+fX
bETCMf7Uxj6gUb4m/n+BiwlNzl04Y1JcylS0v5LC3sjGeVMzQwEfGUb2BFauT0y+
muoMwPCgNQAtGPmZvfEYEwjgUkbuZF9B0MrLVk/ZMXSERdDqW2DZ3RR+wfxe/2d9
vU3PIYDvp54un2OLjmJOxnL8supoKc3bb+fLOHSqcEAFzkXikoEy4MQJUk4Q2Ajv
Yot+NxEIIylR+jQOIf9k53DA637xvMxBkmNyq6y/HWxWBfxw3lCkKp8twVNCjzi0
71o9AdLNSF9T+2uddEYBkZtVQnoiKgYNLhQwgRHKJuoJWy8vpt/4AkY9BvyF6hk0
8OWgitUdWBeuhLukBxPp0MwdIXj7kW//DwUwCh+Pc4yaK88fgRk=
=7i3u
-END PGP SIGNATURE-

Changes since libreoffice-6-3-branch-point-437:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: translations

2019-08-06 Thread Christian Lohmaier (via logerrit)
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d67c223cc3ab83438adb5f6bab0f424212abbdb4
Author: Christian Lohmaier 
AuthorDate: Tue Aug 6 19:06:53 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Aug 6 19:20:31 2019 +0200

Update git submodules

* Update translations from branch 'master'
  - update translations for 6.3.0 rc4

and force-fix errors using pocheck

Change-Id: Ib01a5677637ce7361de502d17b42bf1caca8c57a
(cherry picked from commit 855e27af7b0e1b5f9a12f936b3dc953f01d4b822)

  - update translations for 6.3.0 rc3

and force-fix errors using pocheck

Change-Id: I19893b4702ce96c8850c43ee4aa0c2665a971e9f
(cherry picked from commit f7fd1330c8cfdefab2a8a61f0a53f171f7f2f130)

diff --git a/translations b/translations
index a6f6a9d0e6a9..1416d2d6d498 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit a6f6a9d0e6a98029f2cadfc5278d2b304e3028c6
+Subproject commit 1416d2d6d49848a8b34927ad0b90217e1822c59e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - translations

2019-08-06 Thread Christian Lohmaier (via logerrit)
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7dc24c32409f3b90f1bb144e0b8053459ca7b042
Author: Christian Lohmaier 
AuthorDate: Tue Aug 6 19:06:53 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Aug 6 19:18:17 2019 +0200

Update git submodules

* Update translations from branch 'libreoffice-6-3'
  - update translations for 6.3.0 rc4

and force-fix errors using pocheck

Change-Id: Ib01a5677637ce7361de502d17b42bf1caca8c57a

diff --git a/translations b/translations
index fb3c00ffcfbf..855e27af7b0e 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit fb3c00ffcfbf0108893095fcbbf9d81216c421f1
+Subproject commit 855e27af7b0e1b5f9a12f936b3dc953f01d4b822
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   3   4   >