Difference in a test behavior on Windows and Linux

2019-03-13 Thread Kaganski Mike
In commit b37b299d5228beeecb913980780f463756c5a878 [1] I have tested a 
hung sc_stylefamilyobj problem on Windows, that was caused by a bug in 
IndexedStyleSheets::FindPositionsByNameAndPredicate fixed later in 
commit 362082b57b2d6e9119acb3fb033aefcbce8cf8bb [2]. It was introduced 
in 2014 [3], and apparently is not platform-specific.

Since gerrit_linux_clang_dbgutil builds the subsequentcheck tests, the 
problem should have been caught there, when 
https://gerrit.libreoffice.org/69029 was tested, and later, after its 
merge. However, it was passing fine, which shows some serious difference 
in obviously *platform-independent* behavior on Linux and Windows. 
Identically initialized document with identical stylesheet list, iiuc, 
should fail identically when executing the same faulty code, shouldn't 
it? What am I missing?

[1] 
https://git.libreoffice.org/core/+/b37b299d5228beeecb913980780f463756c5a878
[2] 
https://git.libreoffice.org/core/+/362082b57b2d6e9119acb3fb033aefcbce8cf8bb
[3] 
https://git.libreoffice.org/core/+/0c17ccc493d0c7a80f37600dae76a09a119bef78
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2019-03-13 Thread Libreoffice Gerrit user
 svl/source/items/IndexedStyleSheets.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 362082b57b2d6e9119acb3fb033aefcbce8cf8bb
Author: Mike Kaganski 
AuthorDate: Wed Mar 13 22:44:44 2019 +0100
Commit: Mike Kaganski 
CommitDate: Thu Mar 14 06:16:23 2019 +0100

Only return elements with both name and predicate matching arguments

... otherwise, after first stylesheet with matching name but failing
predicate, next stylesheet that matches predicate is returned, regardless
what is its name.

See commit b37b299d5228beeecb913980780f463756c5a878.

Change-Id: I965ddcd0f8f578b60a46b3c7412d33973aa7a2aa
Reviewed-on: https://gerrit.libreoffice.org/69228
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/svl/source/items/IndexedStyleSheets.cxx 
b/svl/source/items/IndexedStyleSheets.cxx
index c3b8ad6706c2..233c10e56093 100644
--- a/svl/source/items/IndexedStyleSheets.cxx
+++ b/svl/source/items/IndexedStyleSheets.cxx
@@ -127,8 +127,8 @@ IndexedStyleSheets::FindPositionsByNameAndPredicate(const 
OUString& name,
 StyleSheetPredicate& predicate, SearchBehavior behavior) const
 {
 std::vector r;
-MapType::const_iterator it = mPositionsByName.find(name);
-for (/**/; it != mPositionsByName.end(); ++it) {
+auto range = mPositionsByName.equal_range(name);
+for (auto it = range.first; it != range.second; ++it) {
 unsigned pos = it->second;
 SfxStyleSheetBase *ssheet = mStyleSheets.at(pos).get();
 if (predicate.Check(*ssheet)) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 105633] Increased CPU usage while hovering over a drop-down menu with OpenGL enabled

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105633

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 108391] Editing: The text color of multiple cells can't be changed under specific conditions

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108391

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 39969] Applying formatting doesnt work correctly if cell contains multiple direct formatting sequences

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39969

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 112633] FILESAVE PPTX: Presentation has some invalid content after RT

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112633

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 116321] Wrong attribute value page-start-margin in case anchor-type frame

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116321

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 120780] Language of User interface Korean - Calc Function: isna - (duplicated) and ifna - (Error: Invalid name)

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120780

DaeHyun Sung  changed:

   What|Removed |Added

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

--- Comment #7 from DaeHyun Sung  ---

Now, I check the "ISNA " message on Pootle, and I changed and submitted.

Plz, Check it.

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

[Libreoffice-bugs] [Bug 123517] Zoom or scrolling will slow down in multipage mode with a large table in view

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123517

--- Comment #5 from mulla.tasa...@gmail.com ---
Hello Telesto

Thank you for reporting the bug.I can not reproduce the bug in


Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL




Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

LibreOffice Online

2019-03-13 Thread ahmed elshreif
I have this error
ERROR: The following commands are not covered in unocommands.js, run
scripts/unocommands.py --update:

.uno:ConditionalFormatDialog
.uno:IconSetFormatDialog
.uno:CondDateFormatDialog
.uno:ColorScaleFormatDialog
.uno:DataBarFormatDialog

make[2]: *** [Makefile:615: all-local] Error 1
make[2]: Leaving directory '/home/el-shreif/Libre/online/loleaflet'
make[1]: *** [Makefile:2030: all-recursive] Error 1
make[1]: Leaving directory '/home/el-shreif/Libre/online'
make: *** [Makefile:921: all] Error 2

>
this occurs when i try to revert this patch
https://gerrit.libreoffice.org/#/c/67480/

I know that I have to add this command to
online/loleaflet/src/unocommands.js
but I don't know the way to add them what is the attributes written with
them


how to solve it ???
>>

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

[Libreoffice-bugs] [Bug 123635] Changing the default font size only affects certain symbols/expressions

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123635

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug. I can confirm that the bug is present in


Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL




Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 123771] Weird behaviour in "line" properties panel in Draw

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123771

--- Comment #4 from mulla.tasa...@gmail.com ---
Hello Oscar

I have tried to reproduce the bug you have reported
Its not reproducible 

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 124049] Enhancement request: please provide "autofit" also for regular text boxes

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124049

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
Search for 'Autofit Text' in the 'Customize' dialog. You can add it to menu,
toolbar, context menu or make a short cut for it. It works for graphic text
boxes the same as for presentation objects.

So this request would be, to include it in the 'Text'-properties 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 123880] Opening xls file in previous versions of libre vs 6.2.0.3

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123880

--- Comment #5 from Kohei Yoshida  ---
This is fixed on the orcus side at least.

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

[Libreoffice-bugs] [Bug 124064] colors are not detected in an image included in a word document

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124064

--- Comment #5 from V Stuart Foote  ---
Created attachment 149952
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149952=edit
sample DOC open in LO 6.2.1.0

Clip of test document open in 6.2.1

Looks to be a different image in the test DOC, but it opens showing similar
color scheme as your "correct colors".

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

[Libreoffice-bugs] [Bug 123795] save as, button frozen until reopen

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123795

--- Comment #2 from Todd  ---
Actually, it is difficult to get time on the customer's machine.  And the
document is full of private information.

Also, this is a Drop Box directory they are having the issue with.  I have not
been able to recreate it anywhere else.  Do you have Drop Box directory on
Windows you can try it with a test spread sheet?

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

[Libreoffice-bugs] [Bug 46429] scrolling switches to zooming

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46429

--- Comment #18 from Nikolai Grigoriev  ---
I agree that this behaviour is extremely annoying in Calc. Please make that
configurable.

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

[Libreoffice-bugs] [Bug 124066] : Basic: missing Help for functions Replace and StrConv

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124066

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Assignee|libreoffice-b...@lists.free |olivier.hallot@documentfoun
   |desktop.org |dation.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||4263

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

[Libreoffice-bugs] [Bug 114263] [LOCALHELP] More BASIC functions to document in Help pages

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114263

Olivier Hallot  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 124059] FILEOPEN DOCX: Position of text changes when exporting to DOCX and reopen in LO

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124059

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
I think it has to do with the wrap mode.

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

[Libreoffice-bugs] [Bug 122202] CALC - WINDOWS - Modifying Y font characters in Diagram Column produce a bad formated record ods

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122202

--- Comment #3 from MARMONT Fabrice  ---
Sorry, i dont find this version for windows. I dont know if this behavior exist
on linux.

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

[Libreoffice-bugs] [Bug 124041] Maybe place focus on header/footer frame menu button when header/footer is empty

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124041

--- Comment #2 from Jim Raykowski  ---
Created attachment 149951
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149951=edit
change positon of header/footer frame menu button when empty

(In reply to Dieter Praas from comment #1)
> One solution could also be to place the frame menu button above the line, if
> the header is empty.

Hi Dieter, 
Attached is a screen recorded implementation of the solution you have
suggested. Perhaps this could be opened in a separate bug report and made into
an easy hack. I think we should check with the UX team before moving anymore on
this.

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

[Libreoffice-bugs] [Bug 124004] Editing a style with bullets, font list too long for screen, no scroll bars

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124004

Peter Freeth  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from Peter Freeth  ---
That information is in my original report.

System details: Version: 6.1.4.2 Build ID: 1:6.1.4-0ubuntu0.18.10.1

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

[Libreoffice-bugs] [Bug 124067] New: Crash at Search for Headings

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124067

Bug ID: 124067
   Summary: Crash at Search for Headings
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: harald.koes...@mail.de

In order to reproduce the bug:

[1] Open new text document.
[2] Insert a heading by using paragraph style “Heading 1”.
[3] Display toolbar “Find”.
[4] In drop-down menu “Navigate by” in the find toolbar select “Headings”.
[5] Click the down arrow in order to find the next heading. LibreOffice
crashes. Expecting: No crash.

Bug exists in versions 6.2.0 and 6.2.1 but not in version 6.1.4. Hence this bug
is a regression.

Crash Report: 
crashreport.libreoffice.org/stats/crash_details/48ca4b96-0c92-42ef-b3d8-97eee5f4b200

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

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - ios/Mobile.xcodeproj

2019-03-13 Thread Libreoffice Gerrit user
 ios/Mobile.xcodeproj/project.pbxproj |  232 +++
 1 file changed, 232 insertions(+)

New commits:
commit ea0bfeeaaa382b940229693f159d6dccdd395a97
Author: Tor Lillqvist 
AuthorDate: Thu Mar 14 00:44:58 2019 +0200
Commit: Tor Lillqvist 
CommitDate: Thu Mar 14 00:45:06 2019 +0200

Add more source file references for breakpointing goodness

diff --git a/ios/Mobile.xcodeproj/project.pbxproj 
b/ios/Mobile.xcodeproj/project.pbxproj
index eada2b66d..5dada06a9 100644
--- a/ios/Mobile.xcodeproj/project.pbxproj
+++ b/ios/Mobile.xcodeproj/project.pbxproj
@@ -342,6 +342,40 @@
BE5EB5DB2140480B00E0826C /* ICU.dat */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = ICU.dat; path = 
../../../ICU.dat; sourceTree = ""; };
BE636210215101D000F4237E /* WebSocketHandler.hpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path 
= WebSocketHandler.hpp; sourceTree = ""; };
BE6362C12153B5B500F4237E /* MobileCoreServices.framework */ = 
{isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = 
MobileCoreServices.framework; path = 
System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
+   BE7AECDD22393D3D00B117D2 /* watermarkdialog.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = 
watermarkdialog.cxx; path = 
"../../ios-device/sw/source/uibase/dialog/watermarkdialog.cxx"; sourceTree = 
""; };
+   BE7AECDE22393D3D00B117D2 /* wordcountwrapper.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = 
wordcountwrapper.cxx; path = 
"../../ios-device/sw/source/uibase/dialog/wordcountwrapper.cxx"; sourceTree = 
""; };
+   BE7AECDF22393D3D00B117D2 /* SwSpellDialogChildWindow.cxx */ = 
{isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = 
SwSpellDialogChildWindow.cxx; path = 
"../../ios-device/sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx"; 
sourceTree = ""; };
+   BE7AECE022393D3D00B117D2 /* regionsw.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = regionsw.cxx; 
path = "../../ios-device/sw/source/uibase/dialog/regionsw.cxx"; sourceTree = 
""; };
+   BE7AECE122393D3D00B117D2 /* swwrtshitem.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = 
swwrtshitem.cxx; path = 
"../../ios-device/sw/source/uibase/dialog/swwrtshitem.cxx"; sourceTree = 
""; };
+   BE7AECE222393D3D00B117D2 /* swabstdlg.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swabstdlg.cxx; 
path = "../../ios-device/sw/source/uibase/dialog/swabstdlg.cxx"; sourceTree = 
""; };
+   BE7AECE42239694700B117D2 /* thumbpos.hxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = thumbpos.hxx; 
path = "../../ios-device/vcl/source/control/thumbpos.hxx"; sourceTree = 
""; };
+   BE7AECE52239694700B117D2 /* longcurr.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = longcurr.cxx; 
path = "../../ios-device/vcl/source/control/longcurr.cxx"; sourceTree = 
""; };
+   BE7AECE62239694700B117D2 /* fixedhyper.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = 
fixedhyper.cxx; path = "../../ios-device/vcl/source/control/fixedhyper.cxx"; 
sourceTree = ""; };
+   BE7AECE72239694700B117D2 /* prgsbar.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = prgsbar.cxx; 
path = "../../ios-device/vcl/source/control/prgsbar.cxx"; sourceTree = 
""; };
+   BE7AECE82239694700B117D2 /* edit.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = edit.cxx; path 
= "../../ios-device/vcl/source/control/edit.cxx"; sourceTree = ""; };
+   BE7AECE92239694700B117D2 /* morebtn.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = morebtn.cxx; 
path = "../../ios-device/vcl/source/control/morebtn.cxx"; sourceTree = 
""; };
+   BE7AECEA2239694700B117D2 /* listbox.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = listbox.cxx; 
path = "../../ios-device/vcl/source/control/listbox.cxx"; sourceTree = 
""; };
+   BE7AECEB2239694700B117D2 /* spinfld.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = spinfld.cxx; 
path = "../../ios-device/vcl/source/control/spinfld.cxx"; sourceTree = 
""; };
+   BE7AECEC2239694700B117D2 /* notebookbar.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = 
notebookbar.cxx; path = "../../ios-device/vcl/source/control/notebookbar.cxx"; 
sourceTree = ""; };
+   BE7AECED2239694700B117D2 /* fixed.cxx */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = fixed.cxx; 
path = 

[Libreoffice-bugs] [Bug 124064] colors are not detected in an image included in a word document

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124064

--- Comment #4 from antonio  ---
Created attachment 149950
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149950=edit
correct colors

colors are correct as expected. Please note that if I upload test document to
Soogle documents and I export as odt file, everything is  correct

-- 
You are receiving this mail because:
You 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' - 2 commits - cui/source vcl/ios

2019-03-13 Thread Libreoffice Gerrit user
 cui/source/tabpages/chardlg.cxx |   12 
 vcl/ios/iosinst.cxx |2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 96dce784c7971f22dcf44b66a242c22b455e32a3
Author: Tor Lillqvist 
AuthorDate: Thu Mar 14 00:31:33 2019 +0200
Commit: Tor Lillqvist 
CommitDate: Thu Mar 14 00:32:10 2019 +0200

Use smaller default font on iOS (in practice used for dialogs in the iOS 
app)

I suspected all the time that just one single-line change will be what
is needed to make the dialogs look mostly sane. (Especially Format >
Character... and Format > Paragraph...) No exotic hacks were needed
after all, even though I experimented with more or less crazy ones for
several days before I thought of changing this font size 14 to
something smaller.

The problem was apparently simply that with the larger default font,
the dialog controls didn't fit properly in the space provided.
Especially the four combo boxes on one line in the Font page were
problematic. (It has three such lines of combo boxes.)

Apparently the dialog machinery isn't especially good at reducing
width of controls. The Size control shrunk to (almost?) zero width and
was not visible, the Style control was too narrow to be usable, but
the Language control was left as unnecessarily wide.

Change-Id: If5675856345be2ae502346e8c097ef04216e2986

diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx
index 749541bf964a..8f58c239a677 100644
--- a/vcl/ios/iosinst.cxx
+++ b/vcl/ios/iosinst.cxx
@@ -107,7 +107,7 @@ public:
 virtual void UpdateSettings( AllSettings  ) override
 {
 // Clobber the UI fonts
-vcl::Font aFont( OUString( "Helvetica" ), Size( 0, 14 ) );
+vcl::Font aFont( OUString::fromUtf8( [[[UIFont systemFontOfSize:7] 
familyName] UTF8String] ), Size( 0, 7 ) );
 
 StyleSettings aStyleSet = rSettings.GetStyleSettings();
 aStyleSet.SetAppFont( aFont );
commit 70dba37ef6c7a329d6009ae6de70fbf061e7d46e
Author: Tor Lillqvist 
AuthorDate: Wed Mar 13 23:23:31 2019 +0200
Commit: Tor Lillqvist 
CommitDate: Wed Mar 13 23:23:40 2019 +0200

Hide the font preview on iOS

There are enough problems making the dialogs look and work sanely in
the iOS app without the preview being placed completely wrongly and
covering other controls.

Change-Id: If6018f41ba0c250a630e3a917f69174eb0782620

diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 75dab248267c..86dda316d5d1 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -341,6 +341,9 @@ SvxCharNamePage::SvxCharNamePage( vcl::Window* pParent, 
const SfxItemSet& rInSet
 m_pCTLFrame->Show(bShowCTL);
 
 get(m_pPreviewWin, "preview");
+#ifdef IOS
+m_pPreviewWin->Hide();
+#endif
 
 m_pWestFontLanguageLB->SetLanguageList(SvxLanguageListFlags::WESTERN, 
true, false, true);
 m_pEastFontLanguageLB->SetLanguageList(SvxLanguageListFlags::CJK, true, 
false, true);
@@ -1360,6 +1363,9 @@ SvxCharEffectsPage::SvxCharEffectsPage( vcl::Window* 
pParent, const SfxItemSet&
 get(m_pA11yWarningFT, "a11ywarning");
 
 get(m_pPreviewWin, "preview");
+#ifdef IOS
+m_pPreviewWin->Hide();
+#endif
 Initialize();
 }
 
@@ -2532,6 +2538,9 @@ SvxCharPositionPage::SvxCharPositionPage( vcl::Window* 
pParent, const SfxItemSet
 get(m_pPairKerningBtn, "pairkerning");
 
 get(m_pPreviewWin, "preview");
+#ifdef IOS
+m_pPreviewWin->Hide();
+#endif
 
 Initialize();
 }
@@ -3166,6 +3175,9 @@ SvxCharTwoLinesPage::SvxCharTwoLinesPage(vcl::Window* 
pParent, const SfxItemSet&
 get(m_pEndBracketLB, "endbracket");
 
 get(m_pPreviewWin, "preview");
+#ifdef IOS
+m_pPreviewWin->Hide();
+#endif
 
 Initialize();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124064] colors are not detected in an image included in a word document

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124064

--- Comment #3 from antonio  ---
Created attachment 149949
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149949=edit
uncorrect colors

uncorrect colors, orange is missing and other errors

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

[Libreoffice-bugs] [Bug 124066] New: : Basic: missing Help for functions Replace and StrConv

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124066

Bug ID: 124066
   Summary: : Basic: missing Help for functions Replace and
StrConv
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerhard.we...@t-online.de
CC: olivier.hal...@documentfoundation.org

For two functions available in Basic, namely Replace and StrConv, there is no
help. These functions (as far as I understand, they were modelled upon
eponymous functions in VBA) were introduced into OpenOffice.org and obviously
also into LibreOffice (see https://bz.apache.org/ooo/show_bug.cgi?id=100953) as
tentative, but they are still active, and at least the first one seems to be
working completely. So, as some people already suggested, there should be a
description in the help files, for they supply helpful functionality which
would otherwise have to be programmed.
I supply descriptions that I hope can be used for the help files. In the first
case I think it is complete, in the second case I provide a text which only
covers the cases I could test, and a separate description of the rest where I
am not sure what is happening.
For the second case, the function StrConv, there are could not get a convincing
result regarding conversion from/to Unicode; hence I propose a text which may
well be adjusted .
Especially, I am not sure whether a help text for StrConv should be published,
as some functionality could not be verified by me, and the third parameter
seems to be still irrelevant. Andrew Pitonyak provided some information in his
OOME book, which could not be confirmed in the case of Unicode conversion, a
situation which may well be outdated.


Replace Function
Replaces some string by another.

Syntax:
Replace (Text As String, SearchStr As String, ReplStr As String [, Start As
Long [, Count as long [, Compare As Boolean]]]

Return Value:
String

Parameters:
Text: Any string expression that you want to modify.
SearchStr: Any string expression that shall be searched for.
ReplStr: Any string expression that shall replace the found search string.
Start: Numeric expression that indicates the character position within the
string where the search shall begin. The maximum allowed value is 65535.
Count: The maximal number of times the replace shall be performed.
Compare: Optional numeric expression that defines the type of comparison. The
value of this parameter can be 0 or 1. The default value of 1 specifies a text
comparison that is not case-sensitive. The value of 0 specifies a binary
comparison that is case-sensitive. You can as well use FALSE instead of 0 or
TRUE instead of 1.

Error codes:
5 Invalid procedure call

Example:

msgbox replace ("aBbcnnbnn", "b", "$", 1, 1, FALSE) 'returns "aB$cnnbnn"
meaning: "b" should be replaced, but
• only when lowercase (parameter 6), hence second occurrence of "b"
• only first (respecting case) occurrence (parameter 5)


StrConvFunction
Converts a string according to the parameters supplied.

Syntax:
StrConv (Text As String, Mode As Long[, locale_id As Long ])

Return Value:
String

Parameters:
Text: Any string expression that you want to modify.
Mode: An integer (Long) value describing the type of conversion you want to be
done:
0   No change.
1   Convert all characters to uppercase.
2   Convert all characters to lowercase.
3   Convert first characters of each word to uppercase.
4   Convert narrow (half-width) characters in the string to wide
(full-width) characters.
8   Convert wide (full-width) characters in the string to narrow
(half-width) characters.
16  Convert Hiragana characters in the string to Katakana characters.
32  Convert Katakana characters in the string to Hiragana characters.
Modes 4 and 8 are mainly applicable to Far East character sets; Modes 16 and 32
are used for Japanese character sets

Error codes:
5 Invalid procedure call

Example:

msgbox StrConv("abb jkk",3) 'returns "Abb Jkk"


Additional information for StrConv, to be added in some form to the above help
only if found to be correct:
The description for the following values of parameter “mode” as found in Andrew
Pitonyak’s OOME is not very clear: 
64  Convert all characters to Unicode.
128 Convert all characters from Unicode.
The following explanation is derived from Microsoft’s function:
64  Converts the string to Unicode using the default code page of the
system.
128 Converts the string from Unicode to the default code page of the
system.
The output of a call with mode 128 is for my system an array of bytes, and
according to information found somewhere in the Microsoft files, it should be
an array of multiple bytes for other codepages, e.g. asian ones. Such an 

[Libreoffice-bugs] [Bug 124064] colors are not detected in an image included in a word document

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124064

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
Can not confirm on Windows 10 Ent 64-bit en-US (1803) with
Version: 6.2.1.0.0+ (x64)
Build ID: dfa1f1f872c418e89757a3985979b79e94c12fcc
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

nor current master/6.3.0alpha0+

The table row colors on page 4 match appearance of .DOC file as opened in Word
2016 (need to insert a page break to move the table fully onto page 4 in Word).

Please provide screen clips of the "wrong colors".

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

[Libreoffice-bugs] [Bug 96038] Shell function does not work whith .bat files and paths containing spaces

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96038

--- Comment #13 from Buovjaga  ---
(In reply to Roland Baudin from comment #12)
> (In reply to Buovjaga from comment #11)
> > Great, can you submit your patch to gerrit for review?
> > https://wiki.documentfoundation.org/Development/gerrit
> > 
> > Please use the master branch for your submission.
> 
> I submitted the patch (in master branch) using gerrit. I hope I did it well
> because it was much more complicated than fixing the bug!

Yeah, it is a bit of a hurdle :)

About your patch, I hope you won't get frustrated, but it would be best, if you
changed the first line of the commit message to:

tdf#96038 Make shell function work with paths containing spaces

You can do it by giving the command

git commit --amend

and then editing the old message and saving.

Then you can just submit the patch again and it will become a new version of
the same patch. It matches it up with the help of the "Change-Id" line.

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

[Libreoffice-bugs] [Bug 96038] Shell function does not work whith .bat files and paths containing spaces

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96038

--- Comment #12 from Roland Baudin  ---
(In reply to Buovjaga from comment #11)
> Great, can you submit your patch to gerrit for review?
> https://wiki.documentfoundation.org/Development/gerrit
> 
> Please use the master branch for your submission.

I submitted the patch (in master branch) using gerrit. I hope I did it well
because it was much more complicated than fixing the 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 124065] New: Comment Background Color & Label Customization

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124065

Bug ID: 124065
   Summary: Comment Background Color & Label Customization
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rkruege...@gmail.com

I would like to have the ability to modify the background color and label of
individual comments.  It would probably be easiest to make the properties of
the comment editable like other objects.

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

[Libreoffice-bugs] [Bug 124064] colors are not detected in an image included in a word document

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124064

--- Comment #1 from antonio  ---
Created attachment 149948
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149948=edit
test document

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

[Libreoffice-bugs] [Bug 124064] New: colors are not detected in an image included in a word document

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124064

Bug ID: 124064
   Summary: colors are not detected in an image included in a word
document
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: antonio.montagn...@gmail.com

Description:
some lines in last page (calendar) are in wrong colors (please check same
document when opened by word or Google documents)

Steps to Reproduce:
1.open attached document
2.go to page 4
3.see last rows and compare with same document in word or Google documents

Actual Results:
incorrect colors

Expected Results:
right colors


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] core.git: include/vcl officecfg/registry sfx2/source vcl/source

2019-03-13 Thread Libreoffice Gerrit user
 include/vcl/button.hxx |2 ++
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |7 +++
 sfx2/source/appl/sfxhelp.cxx   |6 +++---
 vcl/source/control/button.cxx  |   12 
 4 files changed, 24 insertions(+), 3 deletions(-)

New commits:
commit ed901c336ff0b99291ffe53be6bd762abcccf55c
Author: Ashod Nakashian 
AuthorDate: Mon Mar 11 22:40:32 2019 -0400
Commit: Andras Timar 
CommitDate: Wed Mar 13 22:49:17 2019 +0100

Make the Help URL configurable

When the Help URL is blank, the Help
buttons are hidden LOK (but not desktop).

Change-Id: Ibd76452108d1e3a92fb43f2c0af0586b0cbed073
Reviewed-on: https://gerrit.libreoffice.org/69071
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/69142
Tested-by: Jenkins

diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 3aca65e5f039..4e420a02cde9 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -266,6 +266,8 @@ private:
 HelpButton( const HelpButton & ) = delete;
 HelpButton & operator= ( const HelpButton & ) = delete;
 
+virtual voidStateChanged( StateChangedType nStateChange ) override;
+
 public:
 explicitHelpButton( vcl::Window* pParent, WinBits nStyle = 0 );
 
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index b36f0bddb972..4b1958bf9357 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3592,6 +3592,13 @@
 
 Default
   
+  
+
+  Specifies the root URL to the Office help pages. Blank disables
+  Help buttons on dialogs in LibreOffice Online.
+
+https://help.libreoffice.com/help.html?
+  
   
 
   Contains settings for the start center.
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index f305c3a04ee6..ab7ca70a950b 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -71,6 +71,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "newhelp.hxx"
 #include 
@@ -691,12 +692,11 @@ bool SfxHelp::Start(const OUString& rURL, weld::Widget* 
pWidget)
 /// Redirect the vnd.sun.star.help:// urls to http://help.libreoffice.org
 static bool impl_showOnlineHelp( const OUString& rURL )
 {
-OUString aInternal( "vnd.sun.star.help://"  );
+static const OUString aInternal("vnd.sun.star.help://");
 if ( rURL.getLength() <= aInternal.getLength() || 
!rURL.startsWith(aInternal) )
 return false;
 
-OUString aHelpLink( "https://help.libreoffice.org/help.html?;  );
-
+OUString aHelpLink = officecfg::Office::Common::Help::HelpRootURL::get();
 OUString aTarget = "Target=" + rURL.copy(aInternal.getLength());
 aTarget = aTarget.replaceAll("%2F", "/").replaceAll("?", "&");
 aHelpLink += aTarget;
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 4749d68bca05..f2b7849b30cc 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -46,6 +46,8 @@
 #include 
 
 #include 
+#include 
+#include 
 
 
 using namespace css;
@@ -1811,6 +1813,16 @@ void HelpButton::Click()
 PushButton::Click();
 }
 
+void HelpButton::StateChanged( StateChangedType nStateChange )
+{
+// Hide when we have no help URL.
+if (comphelper::LibreOfficeKit::isActive() &&
+officecfg::Office::Common::Help::HelpRootURL::get().isEmpty())
+Hide();
+else
+PushButton::StateChanged(nStateChange);
+}
+
 void RadioButton::ImplInitRadioButtonData()
 {
 mbChecked   = false;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123773] LibreOffice website link errors

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123773

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Hi Bob,
The tar file contain all the debs inside. You have to uncompress it and then
install the debs files.

Regarding the logging problem, it's not possible to log in in
https://www.libreoffice.org/
Which website you are talking about ?

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

[Libreoffice-bugs] [Bug 39750] [META] General Math formula editor improvements

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39750
Bug 39750 depends on bug 124028, which changed state.

Bug 124028 Summary: Dialog to choose a font does not work anymore
https://bugs.documentfoundation.org/show_bug.cgi?id=124028

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 123775] Unable to disable extended tips after updating to 6.2.0.3

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123775

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
I can't reproduce it in

Versión: 6.2.2.1
Id. de compilación: fcd633fb1bf21b0a99c9acb3ad6e526437947b01
Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; VCL: win; 
Configuración regional: es-ES (es_ES); Idioma de IU: es-ES
Calc: threaded

Could you please paste the info from Help - about LibreOffice ?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the information has been provided

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

[Libreoffice-bugs] [Bug 123795] save as, button frozen until reopen

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123795

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

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

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

2019-03-13 Thread Libreoffice Gerrit user
 sc/inc/column.hxx |   17 +++
 sc/source/core/data/column3.cxx   |  151 +++---
 sc/source/core/tool/sharedformula.cxx |2 
 3 files changed, 139 insertions(+), 31 deletions(-)

New commits:
commit 1634a6d926c6cfd8fe92be1f3ae6083d2fb80f5e
Author: Eike Rathke 
AuthorDate: Wed Mar 13 18:49:13 2019 +0100
Commit: Eike Rathke 
CommitDate: Wed Mar 13 22:40:10 2019 +0100

Resolves: tdf#123736 re-establish listeners for unshared formula groups

... when replacing one of their formula cells, with another
formula cell or any other cell, passing through
DetachFormulaCell()

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

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index a885d0240a2c..8664c81c0c20 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -636,8 +636,16 @@ public:
 /**
  * Detach a formula cell that's about to be deleted, or removed from
  * document storage (if that ever happens).
+ *
+ * @param rNewSharedRows collects possible new shared row ranges (top and
+ *bottom of shared or remaining single twice) resulting from
+ *unsharing to reestablish listeners on.
  */
-void DetachFormulaCell( const sc::CellStoreType::position_type& aPos, 
ScFormulaCell& rCell );
+void DetachFormulaCell( const sc::CellStoreType::position_type& aPos, 
ScFormulaCell& rCell,
+std::vector& rNewSharedRows );
+
+/** Re-establish listeners on unshared formula groups */
+void StartListeningUnshared( const std::vector& rNewSharedRows );
 
 void DetachFormulaCells( const sc::CellStoreType::position_type& aPos, 
size_t nLength );
 
@@ -692,15 +700,18 @@ public:
 boolReservePatternCount( SCSIZE nReserve );
 private:
 
-sc::CellStoreType::iterator GetPositionToInsert( SCROW nRow );
-sc::CellStoreType::iterator GetPositionToInsert( const 
sc::CellStoreType::iterator& it, SCROW nRow );
+sc::CellStoreType::iterator GetPositionToInsert( SCROW nRow, 
std::vector& rNewSharedRows );
+sc::CellStoreType::iterator GetPositionToInsert( const 
sc::CellStoreType::iterator& it, SCROW nRow,
+ std::vector& 
rNewSharedRows );
 
 void AttachNewFormulaCell(
 const sc::CellStoreType::iterator& itPos, SCROW nRow, ScFormulaCell& 
rCell,
+const std::vector& rNewSharedRows,
 bool bJoin = true, sc::StartListeningType eListenType = 
sc::SingleCellListening );
 
 void AttachNewFormulaCell(
 const sc::CellStoreType::position_type& aPos, ScFormulaCell& rCell,
+const std::vector& rNewSharedRows,
 bool bJoin = true, sc::StartListeningType eListenType = 
sc::SingleCellListening );
 
 void AttachNewFormulaCells( const sc::CellStoreType::position_type& aPos, 
size_t nLength );
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index db46b236b853..2607ea4b74a8 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -256,9 +256,9 @@ void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize, 
std::vector*
 CellStorageModified();
 }
 
-sc::CellStoreType::iterator ScColumn::GetPositionToInsert( SCROW nRow )
+sc::CellStoreType::iterator ScColumn::GetPositionToInsert( SCROW nRow, 
std::vector& rNewSharedRows )
 {
-return GetPositionToInsert(maCells.begin(), nRow);
+return GetPositionToInsert(maCells.begin(), nRow, rNewSharedRows);
 }
 
 void ScColumn::JoinNewFormulaCell(
@@ -282,15 +282,74 @@ void ScColumn::JoinNewFormulaCell(
 }
 
 void ScColumn::DetachFormulaCell(
-const sc::CellStoreType::position_type& aPos, ScFormulaCell& rCell )
+const sc::CellStoreType::position_type& aPos, ScFormulaCell& rCell, 
std::vector& rNewSharedRows )
 {
 if (!GetDoc()->IsClipOrUndo())
+{
+#if USE_FORMULA_GROUP_LISTENER
+if (rCell.IsShared() && rCell.GetSharedLength() > 1)
+{
+// Record new spans (shared or remaining single) that will result
+// from unsharing to reestablish listeners.
+// Same cases as in unshareFormulaCell().
+// XXX NOTE: this is not part of unshareFormulaCell() because that
+// is called in other contexts as well, for which passing and
+// determining the rows vector would be superfluous. If that was
+// needed, move it there.
+const SCROW nSharedTopRow = rCell.GetSharedTopRow();
+const SCROW nSharedLength = rCell.GetSharedLength();
+if (rCell.aPos.Row() == nSharedTopRow)
+{
+// Top cell.
+// Next row will be new shared top or single cell.
+rNewSharedRows.push_back( nSharedTopRow + 1);
+rNewSharedRows.push_back( nSharedTopRow + nSharedLength - 

[Libreoffice-bugs] [Bug 123549] the "close document" button is missing to return to welcome start window

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123549

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #5 from Xisco Faulí  ---
I can't reproduce it in

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

Could you please paste the info from Help - about LibreOffice ?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the information has been provided

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

[Libreoffice-bugs] [Bug 115709] [META] DOCX (OOXML) Tracking changes-related issues

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115709
Bug 115709 depends on bug 119824, which changed state.

Bug 119824 Summary: EDITING DOCX Changes to numbering paragraphs incorrectly 
listed in Manage Changes, with reappearing deleted content using Redo
https://bugs.documentfoundation.org/show_bug.cgi?id=119824

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 123835] Release problems with Impress

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123835

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

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

[Libreoffice-bugs] [Bug 123847] chart not rendered

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123847

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 123847] chart not rendered

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123847

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #12 from Xisco Faulí  ---
(In reply to Miklos Vajna from comment #10)
> Makes sense, I'll update pdfium to latest in 1-2 weeks and then let's see if
> an update solves the problems.

Pdfium was updated today in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=8743247493ba90098e3e32cf30de0e8995569852.

@Raal, could you please recheck ?

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

LibreOffice ESC call, Thur - 16:00 central European (local) time

2019-03-13 Thread Michael Meeks
Hi everyone,

Prototype agenda below, bug metrics also at the link below;
extra items appreciated as last-week:

https://demo.collaboracloudsuite.com/tdf/

Lets use the new TDF jitsi goodness this week at:

http://jitsi.documentfoundation.org/esc

ATB,

Michael.

* Completed Action Items:

* Pending Action Items:
+ add monitoring for build bot daily failure rates (Christian)
+ review/update GSOC ideas page! (Mentors)
  + https://wiki.documentfoundation.org/Development/GSoC/Ideas

* Release Engineering update (Christian)
+ 6.2.2 rc2
   + next week – will tag towards end of the week.
+ 6.1.6 rc1: April 9
+ 6.3 alpha1: early May
+ Remotes
+ Android viewer
   + Mavern repo is not up-to-date will fix this week.
+ Online

* Documentation (Olivier)

* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
251(251) (topicUI) bugs open, 236(236) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week   1 month   3 months   12 months  
 added  4(2) 13(1) 27(-2)  85(-2) 
 commented 45(22)   155(28)   415(14)1407(-1) 
   removed  2(2)  5(2)  9(2)   19(2)  
  resolved  4(-2)16(0) 49(2)  128(1)  
+ top 10 contributors:
  Tietze, Heiko made 103 changes in 1 month, and 602 changes in 1 year
  Mehrbrodt, Samuel made 42 changes in 1 month, and 81 changes in 1 year
  dieterp made 36 changes in 1 month, and 153 changes in 1 year
  Foote, V Stuart made 26 changes in 1 month, and 202 changes in 1 year
  Thomas Lendo made 17 changes in 1 month, and 299 changes in 1 year
  Xisco Faulí made 15 changes in 1 month, and 250 changes in 1 year
  kompilainenn made 12 changes in 1 month, and 119 changes in 1 year
  Brinzing, Oliver made 9 changes in 1 month, and 15 changes in 1 year
  Buovjaga made 9 changes in 1 month, and 87 changes in 1 year
  Kainz, Andreas made 7 changes in 1 month, and 155 changes in 1 year
* Crash Testing (Caolan)
+ 1(-6) import failure, 1(-1) export failures
+ coverity issues
  - coverity is back up
  - but we now need c++17, which isn’t working yet
  - asked coverity, and “new version will be deployed in the coming few
months”
+ Google / ossfuzz:
  - ?? 11 (+3) issues, 9 timeouts, 1 OOM
  + found other one – but not really serious.
+ ForcePoint, round 9
+ ?? still some issues outstanding
– layout issues with additional asserts in ordinary docs.
- unclear if this is the original reason, or something new.
+ CNA process
+ positive progress.

* Crash Reporting (Heiko)
  + http://crashreport.libreoffice.org/stats/version/6.1.3.2
+ 905 (-134)
  + http://crashreport.libreoffice.org/stats/version/6.1.4.2
+ 1195 (-65)
  + http://crashreport.libreoffice.org/stats/version/6.1.5.2
+ 719 (+275)
  + http://crashreport.libreoffice.org/stats/version/6.2.0.3
+ 2532 (+718)

* Hackfests & Events (Thorsten)
   + this year hackfests coming up:
+ Tirana perhaps
  + April 25th April 28th → Easter variously.
  + May 4th / 5th  → conflict with German meetings
  + https://forum.openlabs.cc/t/libreoffice-hackfest-tirana-2019/1658
  + poke Bjoern / Eike / Xisco to chase / decide…
+ Paris in Summer
  + first week of July Fri/Sat 5th / 6th
+ near Gare de Nord, La Mouette working on communication
  + designing a flier – avoids stomping on exams at end of June
+ tentative Dresden: late autumn (past mid-October, for having students)
   + hope to have one each quarter.

* GSOC 2019 (Thorsten)
   + further ideas list cleanups ongoing
   + list of un-mentored ideas – please consider signing up ...
   + looking at the ideas list: we can do better …
   + getting more interesting bits there would be helpful
  + need more ideas from UX (Heiko)
   + a few weeks to go though.
   + next deadline: March 25 student application period starts  
   + please also have a look on the (updated) list of unmentored ideas
 
https://wiki.documentfoundation.org/WikiAction/edit/Development/GSoC/Ideas_without_a_mentor

* C++ lectures (Eike)
+ https://wiki.documentfoundation.org/Events/C%2B%2BLectures
+ NEXT SESSION: next week perhaps.

* mentoring/easyhack update
  committer...   1 week   1 month 3 months  12 months   
  open   36(-21)  79(-42)  85(-49)  101(-48)
   reviews 1281(-127)   4768(134)   13059(-219)   43944(807)
merged  342(3)  1264(84) 3458(-8) 14777(58) 
 abandoned   17(11)   45(-5)  142(5)814(-5) 
   own commits  308(51) 1162(86) 2963(-155)   14635(-29)
review commits 

[Libreoffice-bugs] [Bug 123925] LibreOffice 6.2 version converting chinese characters to square box

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123925

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #6 from Xisco Faulí  ---
Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

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

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

[Libreoffice-bugs] [Bug 124004] Editing a style with bullets, font list too long for screen, no scroll bars

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124004

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Could you please paste the info from Help - about LibreOffice ?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the information has been provided

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

[Libreoffice-bugs] [Bug 123998] hyperlinks to target sheets stopped working in Calc 6.2.0.3

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123998

raal  changed:

   What|Removed |Added

 Status|NEW |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 124047] Calc: Wrong calculation of time differences

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124047

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
This is a duplicate of bug 122991. Please update to LibreOffice 6.2.1.2

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

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

[Libreoffice-bugs] [Bug 124061] Impossible to use last version of Libreoffice

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124061

--- Comment #2 from i...@topx.it ---
I tried also with the Microsoft application, the problem remains the same. I
can't install 6.2.1 and 6.1.5 and don't even update, the installation stops. It
is only possible with 6.0.6

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

[Libreoffice-bugs] [Bug 123988] "Strange" interface in recent versions (6.2+)

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123988

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

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

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

[Libreoffice-bugs] [Bug 109085] LO exits abruptly when logging off in Windows while LO is running

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109085

--- Comment #20 from Aron Budea  ---
Yes, tested again with LO 6.3.0.0.alpha0+ (x64)
(4f810905fa74128871f2fe924a3d28a79f4e4261) / Windows 7.
I had to repeat it 3-4 times, but got a .lock file remaining, indicating LO
didn't shut down cleanly.

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

[Libreoffice-bugs] [Bug 122129] Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122129

--- Comment #8 from Xisco Faulí  ---
Done -> https://gerrit.libreoffice.org/#/c/69227/

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

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

2019-03-13 Thread Libreoffice Gerrit user
 basctl/uiconfig/basicide/ui/managebreakpoints.ui |1 -
 cui/uiconfig/ui/charnamepage.ui  |3 ---
 cui/uiconfig/ui/paratabspage.ui  |1 -
 sfx2/uiconfig/ui/newstyle.ui |1 -
 starmath/uiconfig/smath/ui/fontdialog.ui |1 -
 5 files changed, 7 deletions(-)

New commits:
commit 68bae22d127986875fab6e715b0fe53280a499ec
Author: Caolán McNamara 
AuthorDate: Wed Mar 13 16:34:02 2019 +
Commit: Caolán McNamara 
CommitDate: Wed Mar 13 22:17:48 2019 +0100

Resolves: tdf#124028 dangling "completion" entries block responses

so e.g. math font dialog doesn't react to button clicks.

since...

commit ab8e0f5832fa910f8b1abd36d7cb3929cbac2395
Author: Caolán McNamara 
Date:   Fri Jan 18 17:08:58 2019 +

Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselect

remove the entrycompletions but left the reference to them

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

diff --git a/basctl/uiconfig/basicide/ui/managebreakpoints.ui 
b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
index d02926ecb825..6041267dd235 100644
--- a/basctl/uiconfig/basicide/ui/managebreakpoints.ui
+++ b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
@@ -202,7 +202,6 @@
 True
 True
 True
-entrycompletion1
   
   
 0
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui
index f96bfb050c9c..42f2b8da9b3b 100644
--- a/cui/uiconfig/ui/charnamepage.ui
+++ b/cui/uiconfig/ui/charnamepage.ui
@@ -162,7 +162,6 @@
 True
 True
 True
-entrycompletion1
   
   
 0
@@ -247,7 +246,6 @@
 True
 True
 True
-entrycompletion2
   
   
 0
@@ -333,7 +331,6 @@
 True
 True
 True
-entrycompletion3
   
   
 0
diff --git a/cui/uiconfig/ui/paratabspage.ui b/cui/uiconfig/ui/paratabspage.ui
index 08125e6ad959..a459ea5c01a1 100644
--- a/cui/uiconfig/ui/paratabspage.ui
+++ b/cui/uiconfig/ui/paratabspage.ui
@@ -89,7 +89,6 @@
 True
 True
 True
-entrycompletion1
 True
   
   
diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui
index af9b7e14716f..7e9ebae6ca60 100644
--- a/sfx2/uiconfig/ui/newstyle.ui
+++ b/sfx2/uiconfig/ui/newstyle.ui
@@ -153,7 +153,6 @@
 True
 True
 True
-entrycompletion1
 True
 
   
diff --git a/starmath/uiconfig/smath/ui/fontdialog.ui 
b/starmath/uiconfig/smath/ui/fontdialog.ui
index b9530b00c728..cef7a4f54d6e 100644
--- a/starmath/uiconfig/smath/ui/fontdialog.ui
+++ b/starmath/uiconfig/smath/ui/fontdialog.ui
@@ -152,7 +152,6 @@
 True
 True
 True
-entrycompletion1
   
   
 0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-13 Thread Libreoffice Gerrit user
 chart2/source/controller/dialogs/res_ErrorBar.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d02381a70184f13031e5f2e19a837f5821e4a49c
Author: Caolán McNamara 
AuthorDate: Wed Mar 13 16:24:07 2019 +
Commit: Caolán McNamara 
CommitDate: Wed Mar 13 22:17:19 2019 +0100

Resolves: tdf#123694 we need the controller, not the tabpage parent

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

diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx 
b/chart2/source/controller/dialogs/res_ErrorBar.cxx
index 8d0517ce1970..3de82496c6fe 100644
--- a/chart2/source/controller/dialogs/res_ErrorBar.cxx
+++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx
@@ -41,8 +41,9 @@ namespace
 {
 void lcl_enableRangeChoosing(bool bEnable, TabPageParent pParent)
 {
-if (weld::Window* pWeldDialog = dynamic_cast(pParent.pPage))
+if (weld::DialogController* pController = pParent.pController)
 {
+weld::Window* pWeldDialog = pController->getDialog();
 pWeldDialog->set_modal(!bEnable);
 pWeldDialog->show(!bEnable);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-13 Thread Libreoffice Gerrit user
 sc/qa/extras/scstylefamilyobj.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b37b299d5228beeecb913980780f463756c5a878
Author: Mike Kaganski 
AuthorDate: Wed Mar 13 19:27:10 2019 +0100
Commit: Mike Kaganski 
CommitDate: Wed Mar 13 22:10:57 2019 +0100

Fix CppunitTest_sc_stylefamilyobj

It is "ScStyleFamilyObj" element that is inserted in the 
ScStyleFamilyTestObj::init()
which is intended to be tormented in all thinkable ways in the tests; and 
its name
must be passed to all the different interface ctors here. Trying to remove 
"Default"
style is not something really expected to work.

In my testing on Windows, I experienced hung 
XNameContainer::testRemoveByName with
endless loop in SfxStyleSheetBase::SetParent, where it tried to set parent 
of Para
style "Status" to "Heading"; while iterating over "Heading" parents to 
check for
recursive linkages, it searched for its parent "Default", already removed 
at that
stage; that search gave another "Default" style of Page type; that makes
DoesStyleMatchStyleSheetPredicate from DoesStyleMatchStyleSheetPredicate to 
fail in
IndexedStyleSheets::FindPositionsByNameAndPredicate, which for some reason 
returns
the next stylesheet matching the predicate *with any name* - and that 
happens to be
"Footnote". When returned to SfxStyleSheetBase::SetParent, it then tried to 
test
its parent, which is "Text"; then tests its parent "Default" => endless 
loop.

Whether this is a problem in 
IndexedStyleSheets::FindPositionsByNameAndPredicate
that needs fixing or not, setting the test object name here to the object 
intended
for that fixes the never-finishing subsequenttests problem.

Change-Id: I9a36f5c8f399d5c9b863bf33426b15a4388747dc
Reviewed-on: https://gerrit.libreoffice.org/69225
Reviewed-by: Mike Kaganski 
Tested-by: Mike Kaganski 

diff --git a/sc/qa/extras/scstylefamilyobj.cxx 
b/sc/qa/extras/scstylefamilyobj.cxx
index c2dfffd81491..aa49cb34580a 100644
--- a/sc/qa/extras/scstylefamilyobj.cxx
+++ b/sc/qa/extras/scstylefamilyobj.cxx
@@ -87,9 +87,9 @@ ScStyleFamilyObj::ScStyleFamilyObj()
 : CalcUnoApiTest("/sc/qa/extras/testdocuments")
 , XElementAccess(cppu::UnoType::get())
 , XIndexAccess(19)
-, XNameAccess("Default")
-, XNameContainer("Default")
-, XNameReplace("Default")
+, XNameAccess("ScStyleFamilyObj")
+, XNameContainer("ScStyleFamilyObj")
+, XNameReplace("ScStyleFamilyObj")
 , XServiceInfo("ScStyleFamilyObj", "com.sun.star.style.StyleFamily")
 {
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123583] Processing loop for SfxEnumItem

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123583

--- Comment #5 from Telesto  ---
(In reply to Dieter Praas from comment #4)
> I repeated step 3 ten times but couldn't reproduce the bug
> 
> Version: 6.3.0.0.alpha0+ (x64)
> Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
> CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
> TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
> Locale: en-US (de_DE); UI-Language: en-US
> Calc: threaded

Argh, should have been more precise.. LibO is behaving normally, only noticing
a heavy - never ending - load in the background (task manager).

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

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/css loleaflet/images

2019-03-13 Thread Libreoffice Gerrit user
 loleaflet/css/toolbar.css|2 
 loleaflet/images/fr010.svg   |2 
 loleaflet/images/fr011.svg   |2 
 loleaflet/images/fr012.svg   |2 
 loleaflet/images/fr02.svg|2 
 loleaflet/images/fr03.svg|2 
 loleaflet/images/fr04.svg|2 
 loleaflet/images/fr05.svg|2 
 loleaflet/images/fr06.svg|2 
 loleaflet/images/fr07.svg|2 
 loleaflet/images/fr08.svg|2 
 loleaflet/images/fr09.svg|2 
 loleaflet/images/icon-set-bars-half.svg  |3 
 loleaflet/images/icon-set-bars-one-quarter.svg   |3 
 loleaflet/images/lc_calloutshapes.line-callout-1.svg |7 
 loleaflet/images/lc_calloutshapes.line-callout-2.svg |7 
 loleaflet/images/lc_calloutshapes.line-callout-3.svg |7 
 loleaflet/images/lc_checkbox.svg |2 
 loleaflet/images/lc_conditionalformatdialog.svg  |   11 
 loleaflet/images/lc_copy.svg |7 
 loleaflet/images/lc_cut.svg  |7 
 loleaflet/images/lc_flowchartshapes.svg  |   11 
 loleaflet/images/lc_formattedfield.svg   |   15 -
 loleaflet/images/lc_fullscreen.svg   |2 
 loleaflet/images/lc_paste.svg|7 
 loleaflet/images/lc_radiobutton.svg  |2 
 loleaflet/images/lc_rejecttrackedchange.svg  |  273 +--
 loleaflet/images/lc_starshapes.signet.svg|7 
 loleaflet/images/lc_starshapes.svg   |7 
 loleaflet/images/lc_symbolshapes.quad-bevel.svg  |   11 
 loleaflet/images/savemodified_large.svg  |   16 +
 31 files changed, 79 insertions(+), 350 deletions(-)

New commits:
commit aa1ec21ab681ca113f4e4abcd5e22fb687613172
Author: Jan Holesovsky 
AuthorDate: Wed Mar 13 11:52:22 2019 +0100
Commit: Andras Timar 
CommitDate: Wed Mar 13 21:53:42 2019 +0100

colibre: Update to the latest versions from master.

Change-Id: I4358a89b48bd4165bdc059a09e7e794599a9d842

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 3c2534b17..b60a95806 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -146,7 +146,7 @@ w2ui-toolbar {
 
 .closebuttonimage {
 display: none;
-background: url('images/lc_closedoc.svg') no-repeat center !important;
+background: url('images/closedoc.svg') no-repeat center !important;
 }
 
 #tb_actionbar_item_left {
diff --git a/loleaflet/images/lc_closedoc.svg b/loleaflet/images/closedoc.svg
similarity index 100%
rename from loleaflet/images/lc_closedoc.svg
rename to loleaflet/images/closedoc.svg
diff --git a/loleaflet/images/fr010.svg b/loleaflet/images/fr010.svg
index 2abd79823..7536661e2 100644
--- a/loleaflet/images/fr010.svg
+++ b/loleaflet/images/fr010.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git a/loleaflet/images/fr011.svg b/loleaflet/images/fr011.svg
index 4bae209d4..34dc994ac 100644
--- a/loleaflet/images/fr011.svg
+++ b/loleaflet/images/fr011.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git a/loleaflet/images/fr012.svg b/loleaflet/images/fr012.svg
index 5bfdbf1d8..af5629880 100644
--- a/loleaflet/images/fr012.svg
+++ b/loleaflet/images/fr012.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git a/loleaflet/images/fr02.svg b/loleaflet/images/fr02.svg
index 3056082d3..f4fd6aae0 100644
--- a/loleaflet/images/fr02.svg
+++ b/loleaflet/images/fr02.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git a/loleaflet/images/fr03.svg b/loleaflet/images/fr03.svg
index 099540ed0..001e5f1d7 100644
--- a/loleaflet/images/fr03.svg
+++ b/loleaflet/images/fr03.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git a/loleaflet/images/fr04.svg b/loleaflet/images/fr04.svg
index 1502e4659..471fe585f 100644
--- a/loleaflet/images/fr04.svg
+++ b/loleaflet/images/fr04.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git a/loleaflet/images/fr05.svg b/loleaflet/images/fr05.svg
index 90387ad39..c2440ad29 100644
--- a/loleaflet/images/fr05.svg
+++ b/loleaflet/images/fr05.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg;>
diff --git a/loleaflet/images/fr06.svg b/loleaflet/images/fr06.svg
index 02a35eb80..3385e4330 100644
--- a/loleaflet/images/fr06.svg
+++ b/loleaflet/images/fr06.svg
@@ -1 +1 @@

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

2019-03-13 Thread Libreoffice Gerrit user
 sw/qa/extras/uiwriter/uiwriter.cxx|   10 +-
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |1 +
 writerfilter/source/dmapper/DomainMapper_Impl.hxx |4 
 writerfilter/source/dmapper/PropertyMap.cxx   |   11 +++
 4 files changed, 21 insertions(+), 5 deletions(-)

New commits:
commit adcf656bb56e09fbb638a44b096f8cfced7f
Author: Miklos Vajna 
AuthorDate: Wed Mar 13 17:51:07 2019 +0100
Commit: Miklos Vajna 
CommitDate: Wed Mar 13 21:52:37 2019 +0100

DOCX import: fix unexpected page break on autotext insert at end of doc

The problem was that the page style was set on the first paragraph,
which means a page break on the UI. So if you used a multi-paragraph
autotext twice (insert autotext, press enter, insert autotext again)
then you ended up with 2 pages instead of just 1.

Fix the problem by tracking when we are in autotext import mode, and
similar to pasting, don't set the page style in autotext import mode.

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

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index 0ba342215005..92cc2394bd83 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1024,7 +1024,15 @@ void SwUiWriterTest::testDOCXAutoTextMultiple()
 
 // first line
 SwNode& rNode = aStart.GetNode();
-CPPUNIT_ASSERT_EQUAL(OUString("Another "), rNode.GetTextNode()->GetText());
+CPPUNIT_ASSERT(rNode.IsTextNode());
+SwTextNode& rTextNode = *rNode.GetTextNode();
+CPPUNIT_ASSERT_EQUAL(OUString("Another "), rTextNode.GetText());
+
+// Make sure that autotext does not set a custom page style, leading to an 
unexpected page break
+// on insertion.
+// Without the accompanying fix in place, this test would have failed: the 
text node had an
+// attribute set containing a page style item.
+CPPUNIT_ASSERT(!rTextNode.HasSwAttrSet() || 
!rTextNode.GetSwAttrSet().HasItem(RES_PAGEDESC));
 
 // last line
 SwNodeIndex aLast(*aDocEnd.GetNode().EndOfSectionNode(), -1);
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index f0e13f5c54d8..57ff25205490 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -239,6 +239,7 @@ DomainMapper_Impl::DomainMapper_Impl(
 m_aSmartTagHandler(m_xComponentContext, m_xTextDocument),
 
m_xInsertTextRange(rMediaDesc.getUnpackedValueOrDefault("TextInsertModeRange", 
uno::Reference())),
 m_bIsNewDoc(!rMediaDesc.getUnpackedValueOrDefault("InsertMode", 
false)),
+
m_bIsReadGlossaries(rMediaDesc.getUnpackedValueOrDefault("ReadGlossaries", 
false)),
 m_bInTableStyleRunProps(false),
 m_nTableDepth(0),
 m_nTableCellDepth(0),
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.hxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
index 1bcde463a34c..aabc939cbcff 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.hxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
@@ -548,6 +548,7 @@ public:
 css::uno::Reference m_xInsertTextRange;
 private:
 bool const m_bIsNewDoc;
+bool const m_bIsReadGlossaries;
 public:
 DomainMapper_Impl(
 DomainMapper& rDMapper,
@@ -916,6 +917,9 @@ public:
 /// If we're importing into a new document, or just pasting to an existing 
one.
 bool IsNewDoc() { return m_bIsNewDoc;}
 
+/// If we're importing autotext.
+bool IsReadGlossaries() { return m_bIsReadGlossaries;}
+
 /// If we're inside , inside 
 bool m_bInTableStyleRunProps;
 
diff --git a/writerfilter/source/dmapper/PropertyMap.cxx 
b/writerfilter/source/dmapper/PropertyMap.cxx
index cd74eee85cd3..09e82725fd98 100644
--- a/writerfilter/source/dmapper/PropertyMap.cxx
+++ b/writerfilter/source/dmapper/PropertyMap.cxx
@@ -1642,10 +1642,13 @@ void SectionPropertyMap::CloseSectionGroup( 
DomainMapper_Impl& rDM_Impl )
 
 if ( xRangeProperties.is() && rDM_Impl.IsNewDoc() )
 {
-xRangeProperties->setPropertyValue(
-getPropertyName( PROP_PAGE_DESC_NAME ),
-uno::makeAny( m_bTitlePage ? m_sFirstPageStyleName
-: m_sFollowPageStyleName ) );
+// Avoid setting page style in case of autotext: so inserting 
the autotext at the
+// end of the document does not introduce an unwanted page 
break.
+if (!rDM_Impl.IsReadGlossaries())
+xRangeProperties->setPropertyValue(
+getPropertyName( PROP_PAGE_DESC_NAME ),
+uno::makeAny( m_bTitlePage ? m_sFirstPageStyleName
+: m_sFollowPageStyleName ) );
 

[Libreoffice-bugs] [Bug 123583] Processing loop for SfxEnumItem

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123583

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #4 from Dieter Praas  ---
I repeated step 3 ten times but couldn't reproduce the bug

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (de_DE); 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 124059] FILEOPEN DOCX: Position of text changes when exporting to DOCX and reopen in LO

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124059

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
Summary|Cover page of ODT loses |FILEOPEN DOCX: Position of
   |formatting when exported as |text changes when exporting
   |DOCX and then reopened  |to DOCX and reopen in LO
 Ever confirmed|0   |1
 Blocks||107830
 Status|UNCONFIRMED |NEW

--- Comment #2 from Dieter Praas  ---
I confirm it with

Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: de-DE (de_DE); Calc: group threaded

I also noticed, that images in odt-file are anchored to paragraph, while images
in docx are anchored to character, but I don't now if this has an influence to
the position of the text.


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107830] [META] DOCX (OOXML) paragraph-related issues

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107830

Dieter Praas  changed:

   What|Removed |Added

 Depends on||124059


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124059
[Bug 124059] FILEOPEN DOCX: Position of text changes when exporting to DOCX and
reopen in 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 113088] [META] Writer table properties dialog bugs and enhancements

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113088

Dieter Praas  changed:

   What|Removed |Added

 Depends on||124058


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124058
[Bug 124058] Bitmap dialog in table proper slightly cramped
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124034] Editing Size of image miss behaves wile change it.

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124034

--- Comment #1 from aaron.b.tanenb...@gmail.com ---
Correction:
The Expected Result is the image maintains the same dimension ratio.

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

[Libreoffice-bugs] [Bug 124058] Bitmap dialog in table proper slightly cramped

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124058

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
   Severity|normal  |minor
 Blocks||113088
 Ever confirmed|0   |1
   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW

--- Comment #2 from Dieter Praas  ---
I confirm it with

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

but not with

Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: de-DE (de_DE); Calc: group threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 124063] Feature Request: Per-document dictionary

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124063

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Blocks||96000
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dieter Praas  ---
You can create a new dictionary for a docment: Tools => Spelling => Options =>
New. You can add a word to that dictionary when you put cursor in the word and
open context menu.

What remains is to associate that dictionry with a document. That's bug 90007.

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


Referenced Bugs:

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

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

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000
Bug 96000 depends on bug 124063, which changed state.

Bug 124063 Summary: Feature Request: Per-document dictionary
https://bugs.documentfoundation.org/show_bug.cgi?id=124063

   What|Removed |Added

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

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

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

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

Dieter Praas  changed:

   What|Removed |Added

 Depends on||124063


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124063
[Bug 124063] Feature Request: Per-document dictionary
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 90007] associate a custom spell-check dictionary with some documents and not other docs

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90007

Dieter Praas  changed:

   What|Removed |Added

 CC||huynhdequa...@gmail.com

--- Comment #2 from Dieter Praas  ---
*** Bug 124063 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 124033] Cannot paste into Calc from system clipboard

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124033

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|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-commits] help.git: help3xsl/help2.js help3xsl/online_transform.xsl

2019-03-13 Thread Libreoffice Gerrit user
 help3xsl/help2.js |   16 
 help3xsl/online_transform.xsl |  145 +++---
 2 files changed, 82 insertions(+), 79 deletions(-)

New commits:
commit 3d0fcf7a37859e0e8b61d4a560042dfef6b3c99b
Author: Ilmari Lauhakangas 
AuthorDate: Tue Mar 12 23:36:46 2019 +0200
Commit: Olivier Hallot 
CommitDate: Wed Mar 13 20:11:32 2019 +0100

New approach to switch cases

My previous JS patch broke the sys and appl switch behaviour.

This patch removes the inline function calls from
online_transform.xsl. Instead, help2.js now finds the relevant spans
and calls the functions for them.

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

diff --git a/help3xsl/help2.js b/help3xsl/help2.js
index 5a48c394f..0003b72d8 100644
--- a/help3xsl/help2.js
+++ b/help3xsl/help2.js
@@ -65,6 +65,20 @@ function setSystemSpan(spanID) {
 }
 }
 }
+// Find spans that need the switch treatment and give it to them
+var spans = document.querySelectorAll("[class^=switch]");
+var n = spans.length;
+for (z = 0; z < n; z++) {
+var id = spans[z].getAttribute("id");
+if (id === null) {
+continue;
+}
+else if (id.startsWith("swlnsys")) {
+setSystemSpan(id);
+} else {
+setApplSpan(id);
+}
+}
 /* add = and = to the links in DisplayArea div */
 /* skip for object files */
 function fixURL(module, system) {
@@ -168,7 +182,7 @@ function setupLanguages(target, page) {
 }
 
 // Test, if we are online
-if (document.body.getElementsByTagName('meta')[0].getAttribute('itemprop') === 
'version') {
+if (document.body.getElementsByTagName('meta')) {
 var _paq = _paq || [];
 /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
 _paq.push(['disableCookies']);
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 33a9537d3..f3b71bac9 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -162,7 +162,8 @@
 
 http://schema.org/TechArticle;>
 
-
+
+
 
 
 
@@ -615,94 +616,82 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
+
+
+
+
 
-
-
-
-
-
+
+
+
+
+
 
-
-
-
+
+
+
+Unsupported switch condition.
+
+
 
 
-
-
-
-
+
+
+
+
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+Unsupported switch condition.
+
+
 
 
 
 
-
-
-
-
+
+
+
+
 
-
-
-
-
-
+
+
+
+
+
 
-
-
-
-
-
-   
-
-
-
+
+
+
+Unsupported switch condition.
+
+
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Unsupported switch condition.
+
+
 
 
 
@@ -1017,10 +1006,10 @@
 
 
 
-
+
 
 
-
+ 

[Libreoffice-commits] core.git: helpcontent2

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

New commits:
commit 17b25fd3df237a64d6a28fbc57b869e080963193
Author: Ilmari Lauhakangas 
AuthorDate: Tue Mar 12 23:36:46 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Mar 13 20:11:32 2019 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  - New approach to switch cases

My previous JS patch broke the sys and appl switch behaviour.

This patch removes the inline function calls from
online_transform.xsl. Instead, help2.js now finds the relevant spans
and calls the functions for them.

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

diff --git a/helpcontent2 b/helpcontent2
index 669ede5358fc..3d0fcf7a3785 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 669ede5358fc7aa63420bd61b62548f2d0b54519
+Subproject commit 3d0fcf7a37859e0e8b61d4a560042dfef6b3c99b
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 121040] Different row height calculation in Linux and Windows in specific ODS

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121040

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.3.0 target:6.2.2   |target:6.3.0 target:6.2.2
   ||target:6.2.3

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

[Libreoffice-bugs] [Bug 121040] Different row height calculation in Linux and Windows in specific ODS

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121040

--- Comment #21 from Commit Notification 
 ---
Serge Krot committed a patch related to this issue.
It has been pushed to "libreoffice-6-2":

https://git.libreoffice.org/core/+/90752744ec69241c41140db9f21bb0c9aabea957%5E%21

tdf#121040 sc: use pixel-per-twips in X for horizontal value conversion

It will be available in 6.2.3.

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

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

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

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

2019-03-13 Thread Libreoffice Gerrit user
 sc/source/core/data/column2.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90752744ec69241c41140db9f21bb0c9aabea957
Author: Serge Krot 
AuthorDate: Thu Feb 28 10:41:40 2019 +0100
Commit: Xisco Faulí 
CommitDate: Wed Mar 13 20:08:39 2019 +0100

tdf#121040 sc: use pixel-per-twips in X for horizontal value conversion

Change-Id: I25bc3b3ec42ef5b026c2cd9572e8ff1863ed8c2d
Reviewed-on: https://gerrit.libreoffice.org/68492
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 
(cherry picked from commit 1b4cfd79240f153703a02d63639b3895ab7c1d1b)
Reviewed-on: https://gerrit.libreoffice.org/69206
Tested-by: Jenkins
Reviewed-by: Xisco Faulí 

diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx
index 1590ab55380b..2a8a135f3f88 100644
--- a/sc/source/core/data/column2.cxx
+++ b/sc/source/core/data/column2.cxx
@@ -347,7 +347,7 @@ long ScColumn::GetNeededSize(
 long nDocPixel = static_cast( ( pDocument->GetColWidth( 
nCol,nTab ) -
 pMargin->GetLeftMargin() - 
pMargin->GetRightMargin() -
 nIndent )
-* nPPT );
+* nPPTX );
 nDocPixel = (nDocPixel * 9) / 10;   // for safety
 if ( aSize.Width() > nDocPixel )
 bEditEngine = true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 103309] [META] Print dialog bugs and enhancements

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103309
Bug 103309 depends on bug 123076, which changed state.

Bug 123076 Summary: New print dialog: Page Format is always A4
https://bugs.documentfoundation.org/show_bug.cgi?id=123076

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 123076] New print dialog: Page Format is always A4

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123076

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #2 from Xisco Faulí  ---
ok, let's close it as RESOLVED NOTABUG

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

[Libreoffice-bugs] [Bug 120694] Save Google Drive credentials

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120694

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Summary|Google Drive login  |Save Google Drive
   ||credentials

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

[Libreoffice-bugs] [Bug 121338] Most transitions don't work.

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121338

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #7 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 123116] Always allow table row to break across pages when longer than a page

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123116

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Moving to NEW based on comment 1

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

[Libreoffice-bugs] [Bug 103427] [META] Styles and Formatting sidebar deck and floating window

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103427
Bug 103427 depends on bug 123060, which changed state.

Bug 123060 Summary: UI, FORMATTING: Numbering Styles not listed in Styles 
Manager (under "All Styles")
https://bugs.documentfoundation.org/show_bug.cgi?id=123060

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 123060] UI, FORMATTING: Numbering Styles not listed in Styles Manager (under "All Styles")

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123060

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
(In reply to Dieter Praas from comment #2)
> Jason, you propose to mix paragraph styles and list styles (as far as I
> understand your report). I don't think, that this would be a good idea. If
> you open styles (F 11) you have access to the different types of styles:
> paragraph, list, page, character, table. So list styles are listed in the
> syle manager. For me NOTABUG.

I agree. Closing as RESOLVED NOTABUG

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

[Libreoffice-bugs] [Bug 123149] Broken Link in CALC Help PDF

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123149

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Please attach a sample document, as this makes it easier for us to verify the
bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

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

[Libreoffice-bugs] [Bug 120765] Importing .csv file ignores some new-line chars

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120765

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from Xisco Faulí  ---
Hello Oliver,
Thanks for the tip.
Closing as RESOLVED NOTABUG

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

[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109236
Bug 109236 depends on bug 120765, which changed state.

Bug 120765 Summary: Importing .csv file ignores some new-line chars
https://bugs.documentfoundation.org/show_bug.cgi?id=120765

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 121177] Please change the "paragraph symbol" of "Traditional Chinese version" to "↵"

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121177

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.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-ux-advise] [Bug 121177] Please change the "paragraph symbol" of "Traditional Chinese version" to "↵"

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121177

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

-- 
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 122685] 『Expansion Kit』 toolbar

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122685

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #7 from Xisco Faulí  ---
Hi 和尚蟹, himajin10,
could you please clarify what this enhancement is about? It is really difficult
to understand what its purpose. Thanks

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

[Libreoffice-bugs] [Bug 112610] System crashes + slow GUI, on KDE linux + intel graphics

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112610

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #14 from Xisco Faulí  ---
(In reply to dgal...@telefonica.net from comment #13)
> Sincere thanks. I will try this as soon as I will have some time. This
> morning I have experienced already one catastrophic system crash due to this
> bug.

any update ?

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

[Libreoffice-bugs] [Bug 123295] Server Installation will not launch when use existing User Profile

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123295

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #5 from Xisco Faulí  ---
Hi Rainer,
Is this problem still happening with a more recent master build of 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 114235] Check box blurry on HiDPI/4K display

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114235

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 109003] Feature request: Auto filling cells by example / context of neighbouring cells, aka "Flash Fill"

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109003

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #5 from Xisco Faulí  ---
moving to new

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

[Libreoffice-bugs] [Bug 122129] Firebird: app must be forced to end after any use relation designer window - add table function causes immediate hang

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122129

--- Comment #7 from Robert Großkopf  ---
Relationships could be added here with LO 6.1.5.2 to the example database. But
couldn't be added with LO 6.2.1.2. LO hangs when opening the window for
creating relationships. The dialogue for choosing a table will never appear.

Tested with OpenSUSE 15 64bit rpm Linux

With 
Version: 6.3.0.0.alpha0+
Build ID: bbc5347be70d11d187cd537dd73cdab584def719
CPU threads: 6; OS: Linux 4.12; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-03-03_20:19:18
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded
it will work.

So this patch should be backported to 6.2

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

[Libreoffice-bugs] [Bug 119120] uno.util.Bootstrap.bootstrap() Exception

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119120

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 119105] Crash in: libc-2.17.so with a VNC session

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119105

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #6 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 119406] Templates for autoformat tables in draw and impress

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119406

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from Xisco Faulí  ---
Andreas/Heiko, any update here? should it considered a duplicate of bug 101802
?

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

[Libreoffice-bugs] [Bug 115481] Letter paper size is not what it should be.

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115481

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #4 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 119503] Use of mouse scroll wheel then graphics work with Writer and Calc open then more scroll action causes Crash

2019-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119503

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #9 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

  1   2   3   4   5   >