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

2018-08-03 Thread Libreoffice Gerrit user
 chart2/source/view/charttypes/PieChart.cxx |   24 ++--
 1 file changed, 6 insertions(+), 18 deletions(-)

New commits:
commit 5d516b4cd60dc8a1749f4cba1b6ab2f5ef995fc9
Author: Mike Kaganski 
AuthorDate: Sat Aug 4 00:04:52 2018 +0300
Commit: Mike Kaganski 
CommitDate: Sat Aug 4 07:34:22 2018 +0200

Remove local deg<->rad functions: use what we already have in basegfx

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

diff --git a/chart2/source/view/charttypes/PieChart.cxx 
b/chart2/source/view/charttypes/PieChart.cxx
index 19f978ee8301..06e70c59180f 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -748,18 +748,6 @@ bool lcl_isInsidePage( const awt::Point& rPos, const 
awt::Size& rSize, const awt
 return true;
 }
 
-inline
-double lcl_radToDeg(double fAngleRad)
-{
-return (fAngleRad / M_PI) * 180.0;
-}
-
-inline
-double lcl_degToRad(double fAngleDeg)
-{
-return (fAngleDeg / 180) * M_PI;
-}
-
 }//end anonymous namespace
 
 PieChart::PieLabelInfo::PieLabelInfo()
@@ -1326,7 +1314,7 @@ bool 
PieChart::performLabelBestFitInnerPlacement(ShapeParam& rShapeParam, PieLab
 
 // -45 <= fAlphaDeg < 315
 double fAlphaDeg = NormAngle360(fBisectingRayAngleDeg + 45) - 45;
-double fAlphaRad = lcl_degToRad(fAlphaDeg);
+double fAlphaRad = basegfx::deg2rad(fAlphaDeg);
 
 // compute nearest edge index
 // 0 left
@@ -1470,9 +1458,9 @@ bool 
PieChart::performLabelBestFitInnerPlacement(ShapeParam& rShapeParam, PieLab
 aVertexG[nOrthogonalAxisIndex] += aDirection[nOrthogonalAxisIndex] * 
fOrthogonalEdgeLength;
 
 SAL_INFO( "chart2.pie.label.bestfit.inside",
-  "  beta = " << lcl_radToDeg(fBetaRad) );
+  "  beta = " << basegfx::rad2deg(fBetaRad) );
 SAL_INFO( "chart2.pie.label.bestfit.inside",
-  "  theta = " << lcl_radToDeg(fThetaRad) );
+  "  theta = " << basegfx::rad2deg(fThetaRad) );
 SAL_INFO( "chart2.pie.label.bestfit.inside",
   "fAlphaMod90 = " << fAlphaMod90 );
 SAL_INFO( "chart2.pie.label.bestfit.inside",
@@ -1498,7 +1486,7 @@ bool 
PieChart::performLabelBestFitInnerPlacement(ShapeParam& rShapeParam, PieLab
 
 // check the angle between CP and CM
 double fAngleRad = aPositionalVector.angle(aVertexM);
-double fAngleDeg = NormAngle360(lcl_radToDeg(fAngleRad));
+double fAngleDeg = NormAngle360(basegfx::rad2deg(fAngleRad));
 if( fAngleDeg > 180 )  // in case the wrong angle has been computed
 fAngleDeg = 360 - fAngleDeg;
 SAL_INFO( "chart2.pie.label.bestfit.inside",
@@ -1513,7 +1501,7 @@ bool 
PieChart::performLabelBestFitInnerPlacement(ShapeParam& rShapeParam, PieLab
 {
 // check the angle between CP and CN
 fAngleRad = aPositionalVector.angle(aNearestVertex);
-fAngleDeg = NormAngle360(lcl_radToDeg(fAngleRad));
+fAngleDeg = NormAngle360(basegfx::rad2deg(fAngleRad));
 if( fAngleDeg > 180 )  // in case the wrong angle has been computed
 fAngleDeg = 360 - fAngleDeg;
 SAL_INFO( "chart2.pie.label.bestfit.inside",
@@ -1527,7 +1515,7 @@ bool 
PieChart::performLabelBestFitInnerPlacement(ShapeParam& rShapeParam, PieLab
 {
 // check the angle between CP and CG
 fAngleRad = aPositionalVector.angle(aVertexG);
-fAngleDeg = NormAngle360(lcl_radToDeg(fAngleRad));
+fAngleDeg = NormAngle360(basegfx::rad2deg(fAngleRad));
 if( fAngleDeg > 180 )  // in case the wrong angle has been computed
 fAngleDeg = 360 - fAngleDeg;
 SAL_INFO( "chart2.pie.label.bestfit.inside",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - i18npool/source

2018-08-03 Thread Libreoffice Gerrit user
 i18npool/source/localedata/data/kab_DZ.xml |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 132f1cb8837a2eb94204e714e62cc6337e51d6c1
Author: Matthias Seidel 
AuthorDate: Sat Aug 4 02:06:36 2018 +
Commit: Matthias Seidel 
CommitDate: Sat Aug 4 02:06:36 2018 +

i118025 - Fixed quotation markers

diff --git a/i18npool/source/localedata/data/kab_DZ.xml 
b/i18npool/source/localedata/data/kab_DZ.xml
index 05b2a81ad69f..4424d454fb10 100644
--- a/i18npool/source/localedata/data/kab_DZ.xml
+++ b/i18npool/source/localedata/data/kab_DZ.xml
@@ -45,8 +45,8 @@
  
 
 
-»
-«
+«
+»
 “
 ”
 
@@ -55,7 +55,6 @@
 metric
 
 
-D/M
 
 General
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 110443] View settings not preserved saving a calc file loaded in hidden mode.

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

--- 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 111070] Saving file with a different LO-recognized file extension does not add correct extension

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 109320] FILEOPEN: DOCX - Libreoffice doesnt support the w:dropCap="margin" feature

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

--- 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 119089] New: LibreOffice Calc Fix need-> Show Overwrite Warning

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

Bug ID: 119089
   Summary: LibreOffice Calc Fix need-> Show Overwrite Warning
   Product: LibreOffice
   Version: 6.0.6.1 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ole...@gmail.com

Description:
Hello all,
Please fix this error in LibreOffice Calc Fix need-> Show Overwrite Warning.
(for cells that already have some data)

This Warning is NOT Shown when I made OverWrite or Paste From Clipboard..
Please this this.

Best regards,

Oleg

Steps to Reproduce:
1.write some data for cells
2.made overwrire or paste in these cells another data
3.after that the Warning Overwrite is NOT Shown..

Actual Results:
the Warning Overwrite is NOT Shown..

Expected Results:
the Warning Overwrite Should be Shown..


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 6.1.0.3 (x64)
Build ID: efb621ed25068d70781dc026f7e9c5187a4decd1
CPU threads: 2; OS: Windows 6.1; UI render: default; 
Locale: ru-RU (ru_RU); Calc: group threaded

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


[Libreoffice-bugs] [Bug 119088] LibreOffice Calc Fix need-> Show Overwrite Warning

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

--- Comment #1 from Oleg  ---
Version: 6.1.0.3 (x64)
Build ID: efb621ed25068d70781dc026f7e9c5187a4decd1
CPU threads: 2; OS: Windows 6.1; UI render: default; 
Locale: ru-RU (ru_RU); Calc: group threaded

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


[Libreoffice-bugs] [Bug 119088] New: LibreOffice Calc Fix need-> Show Overwrite Warning

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

Bug ID: 119088
   Summary: LibreOffice Calc Fix need-> Show Overwrite Warning
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ole...@gmail.com

Description:
Hello all,
Please fix this error in LibreOffice Calc Fix need-> Show Overwrite Warning.
(for cells that already have some data)

This Warning is NOT Shown when I made OverWrite or Paste From Clipboard..
Please this this.

Best regards,

Oleg

Steps to Reproduce:
1.write some data for cells
2.made overwrire or paste in these cells another data
3.after that the Warning Overwrite is NOT Shown..

Actual Results:
the Warning Overwrite is NOT Shown..

Expected Results:
the Warning Overwrite Should be Shown..


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

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: Branch 'aoo/trunk' - i18npool/source

2018-08-03 Thread Libreoffice Gerrit user
 i18npool/source/localedata/data/kab_DZ.xml|  380 ++
 i18npool/source/localedata/data/localedata_others.map |   17 
 i18npool/source/localedata/data/makefile.mk   |1 
 i18npool/source/localedata/localedata.cxx |5 
 4 files changed, 401 insertions(+), 2 deletions(-)

New commits:
commit 81d6ce7b52b73c0dcff3aeb4223d536c0c9e7874
Author: Matthias Seidel 
AuthorDate: Fri Aug 3 22:34:09 2018 +
Commit: Matthias Seidel 
CommitDate: Fri Aug 3 22:34:09 2018 +

i118025 - Add locale data for Kabyle (kab-DZ)

diff --git a/i18npool/source/localedata/data/kab_DZ.xml 
b/i18npool/source/localedata/data/kab_DZ.xml
new file mode 100644
index ..05b2a81ad69f
--- /dev/null
+++ b/i18npool/source/localedata/data/kab_DZ.xml
@@ -0,0 +1,380 @@
+
+
+
+
+
+
+kab
+Kabyle
+
+
+DZ
+Algeria
+
+
+
+
+/
+.
+,
+:
+,
+;
+, 
+, 
+ 
+ 
+
+
+»
+«
+“
+”
+
+n tufat
+n tmeddit
+metric
+
+
+D/M
+
+General
+
+
+0
+
+
+0,00
+
+
+#.##0
+
+
+#.##0,00
+
+
+#.###,00
+
+
+0,00E+000
+
+
+0,00E+00
+
+
+##0,00E+00
+
+
+0%
+
+
+0,00%
+
+
+[CURRENCY]#.##0;-[CURRENCY]#.##0
+
+
+[CURRENCY]#.##0,00;-[CURRENCY]#.##0,00
+
+
+[CURRENCY]#.##0;[RED]-[CURRENCY]#.##0
+
+
+
[CURRENCY]#.##0,00;[RED]-[CURRENCY]#.##0,00
+
+
+CCC#.##0,00
+
+
+
[CURRENCY]#.##0,--;[RED]-[CURRENCY]#.##0,--
+
+
+D/MM/YY
+
+
+DD,  
+
+
+DD/MM/YY
+
+
+DD/MM/
+
+
+D, MMM YY
+
+
+D, MMM 
+
+
+D, MMM 
+
+
+D,  
+
+
+D,  YY
+
+
+NN, DD/MMM/YY
+
+
+NN, D, MMM YY
+
+
+NN, D,  
+
+
+D,  
+
+
+MM/DD
+
+
+YY-MM-DD
+
+
+-MM-DD
+ISO 8601
+
+
+MM/YY
+
+
+MMM/DD
+
+
+
+
+
+QQ YY
+
+
+WW
+
+
+HH:MM
+
+
+HH:MM:SS
+
+
+HH:MM AM/PM
+
+
+HH:MM:SS AM/PM
+
+
+[HH]:MM:SS
+
+
+MM:SS,00
+
+
+[HH]:MM:SS,00
+
+
+DD/MM/YY HH:MM
+
+
+DD/MM/ HH:MM:SS AM/PM
+
+
+
+
+
+IGNORE_CASE
+
+
+
+
+IGNORE_CASE
+
+
+
+[A B C 
Č D Ḍ E Ɛ F G Ǧ Ɣ H Ḥ I J K L M N P Q R Ṛ S Ṣ T Ṭ U W X Y Z Ẓ]
+0
+1
+sb.dw
+ib.dw
+
+
+
+
+
+sun
+Ace
+Acer
+
+
+mon
+Ari
+Arim
+
+
+tue
+Ara
+Aram
+
+
+wed
+Aha
+Ahad
+
+
+thu
+Amh
+Amhad
+
+
+fri
+Sem
+Sem
+
+
+sat
+Sed
+Sed
+
+
+
+
+jan
+Yen
+Yennayer
+
+
+feb
+Fur
+Fuṛar
+
+
+mar
+Meɣ
+Meɣres
+
+
+apr
+  

[Libreoffice-bugs] [Bug 119065] Formatting: Last bullet of the bullet list is disappearing after removing a item from the bulleted list using backspace

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

Mark Hung  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #5 from Mark Hung  ---

You need two backspace to delete a empty item, the first to make it disappear
and the second make that disappear. That's by design.

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


[Libreoffice-bugs] [Bug 119085] Bundle the new "EB Garamond" font with LibreOffice

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

--- Comment #2 from xan...@mailbox.org ---
Such a reason might be that Garamond is considered as the most used printing
font ever. It's now about 500 years old but still used for printing a plethora
of books. The implementation named "EB Garamond" includes Latin, Greek
(+polytonic), Cyrillic and IPA in five different weights. No other libre open
source implementation has reached such a level of perfection and even
commercial implementations can't compete with that anymore. For all these
reasons, bundling EB Garamond with LibreOffice should be considered.

-- 
You are receiving this mail because:
You 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 119085] Bundle the new "EB Garamond" font with LibreOffice

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

--- Comment #2 from xan...@mailbox.org ---
Such a reason might be that Garamond is considered as the most used printing
font ever. It's now about 500 years old but still used for printing a plethora
of books. The implementation named "EB Garamond" includes Latin, Greek
(+polytonic), Cyrillic and IPA in five different weights. No other libre open
source implementation has reached such a level of perfection and even
commercial implementations can't compete with that anymore. For all these
reasons, bundling EB Garamond with LibreOffice should be considered.

-- 
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 119087] FILESAVE PPTX: PowerPoint wants to repair the file after roundtrip and cannot open it

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

--- Comment #3 from Regina Henschel  ---
If you unpack the corrupted file and open the part presentation.xml, you will
see an end-tag  with content after it. At the end of the part
presentation.xml you see an end-tag  which has no
start-tag. The file is indeed corrupt.

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


[Libreoffice-bugs] [Bug 113285] [META] Crash report system bugs and enhancements

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

Bug 118283 Summary: Crash reports lack information since 6.1 beta1
https://bugs.documentfoundation.org/show_bug.cgi?id=118283

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 118283] Crash reports lack information since 6.1 beta1

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

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #8 from Aron Budea  ---
Good in 6.1.0.3 as well. Closing as WFM.

https://crashreport.libreoffice.org/stats/crash_details/8af025ce-12f3-4b52-b664-fc4c4c7379b3

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


Re: Converting java unit test to cppunit

2018-08-03 Thread Markus Mohrhard
Hello Rahul,


On Fri, Aug 3, 2018 at 7:27 PM, Rahul Gurung  wrote:

> Hi,
>
> I am trying to convert java unit tests to cppunit test and I am currently
> studying old commits, and came across this line,
>
>
> "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);"
>
> I checked the documentation but couldn't find what this
> XArrayFormulaRange.class means, can anyone explain? I am new to Open Source.
>
>
>
UNO (our extension framework) works through interfaces. Usually names
starting with X like XArrayFormulaRange are an interface (
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XArrayFormulaRange.html
).

To access the corresponding methods of an interface that an object
implements we need to cast between the different interfaces. This is done
in Java through UnoRuntime.queryInterface and in C++ through
uno::Reference(new_range, UNO_QUERY);

Jens Carl is currently working on the same task and has many existing
patches that you can use to understand how to convert existing code. A
recent example is
https://cgit.freedesktop.org/libreoffice/core/commit/?id=8164399df0df976784ddc1a76b46939c53ae51ee
but you can find many more through
https://cgit.freedesktop.org/libreoffice/core/log/?qt=grep=45904

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


[Libreoffice-bugs] [Bug 88108] Feature request - Option to lock formatting on cells and/or entire sheet, while allowing editing

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

--- Comment #6 from Gerhard Weydt  ---
(In reply to C from comment #5)
...
> I suggest this to be implemented as a modifier of moving. It is as when one
> presses:
>   Ctrl+(mouse_move) to copy a cell
> 
> In a similar case, this could be done by
>   Shift+(mouse_move) to move cell without format

This means narrowing down the initial proposal. Locking formatting is a general
device which applies to copying, moving _and_ data entry via typing (which is,
as far as I see, not concerned) or the clipboard, where the format is for
example supplied and used when the clipboard content was copied from Writer. Oc
course you can avoid this by inserting text only, but the idea of the proposal
is to block a format change by a cell property and not by an explicit effort of
the user.

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


Re: New Windows Tinderbox Needed

2018-08-03 Thread Markus Mohrhard
Hey Luke,

On Fri, Aug 3, 2018 at 9:05 PM, Luke Benes  wrote:

> Currently all Windows tinderboxes that generated the daily builds are
> down: @39, @42, and @62
>
> Fortunately, I had the time this week to roll my own builds and in the
> process discovered 2 build breaking commits [1] [2], while another user
> found a 3rd one [3].  If the 3 win tinderboxes were up, the cause of these
> build breaking commits would be obvious to anyone monitoring the tinderbox
> status page.
>

Note that we still have Windows Tinderbox builds.
https://ci.libreoffice.org/ lists the Windows tinderbox builds done by tb72
and tb73. We will always have some platform related problems (e.g. compiler
or some specific system conditions) that will slip through our normal
tinderbox builds.



>
> Besides QA needing daily builds,  another advantage to having working
> tinderboxes is that developers don't need to rely on reports to verify that
> their fixes. For example Caolan was in the dark after his tried this 2nd
> attempt at a blind fix[4].
>

Developers don't need tinderboxes for getting feedback about their fixes.
Everything that will usually be discovered by one of the tinderbox will
also be covered by our gerrit buildbots and the Windows tinderboxes
configured in jenkins. The tinderbox page that you use is our old CI page
with the non-TDF infra managed builds.


> I have neither the computing resources nor time to constantly run builds
> to find breaking commits. Can TDF please put some resources towards this
> problem?  As you can see from the status page [5] the Linux tinderboxes are
> in great shape, but the Windows boxes need some attention.
>


As can be seen by our jenkins instance this is already handled. Of course
the availability of daily windows builds is another point.

Regards,
Markus


> -Luke
>
>
>
> [1] http://document-foundation-mail-archive.969070.n3.nabble.
> com/64-bit-Windows-build-failure-this-pointer-for-
> member-may-not-be-aligned-8-as-expected-by-the-construr-td4244874.html
>
> [2] http://document-foundation-mail-archive.969070.n3.nabble.
> com/Windows-Debug-builds-failure-DbgGUIInitSolarMutexCheck-
> identifier-not-found-td4245003.html
>
> [3] http://document-foundation-mail-archive.969070.n3.nabble.
> com/Segmentation-fault-when-compiling-td4245102.html
>
> [4] http://document-foundation-mail-archive.969070.n3.nabble.
> com/64-bit-Windows-build-failure-this-pointer-for-
> member-may-not-be-aligned-8-as-expected-by-the-construr-
> td4244874.html#a4245284
>
> [5] https://tinderbox.libreoffice.org/MASTER/status.html
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 119087] FILESAVE PPTX: PowerPoint wants to repair the file after roundtrip and cannot open it

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

--- Comment #2 from Regina Henschel  ---
Created attachment 143962
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143962=edit
File saved by LibreOffice 6042

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


[Libreoffice-bugs] [Bug 119087] FILESAVE PPTX: PowerPoint wants to repair the file after roundtrip and cannot open it

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

--- Comment #1 from Regina Henschel  ---
Created attachment 143961
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143961=edit
File saved by LibreOffice 6102

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


[Libreoffice-bugs] [Bug 119087] New: FILESAVE PPTX: PowerPoint wants to repair the file after roundtrip and cannot open it

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

Bug ID: 119087
   Summary: FILESAVE PPTX: PowerPoint wants to repair the file
after roundtrip and cannot open it
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 143960
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143960=edit
File produced by PowerPoint

The attached document contains a simple WordArt without transformation or
special effects like glow or shadow.
Open the file and save it with new name.
Open the saved file in PowerPoint. It wants to repair it, but "repair" does not
work and PowerPoint cannot open the file.

The file was produced be PowerPoint 365, Version 1807.

There was no problem with open and save with Version: 6.0.4.2 (x64)
Build ID: 9b0d9b32d5dcda91d2f1a96dc04c645c450872bf
CPU threads: 8; OS: Windows 10.0; UI render: default; 
Locale: de-DE (en_US); Calc: CL

It fails with Version: 6.1.0.2 (x64)
Build ID: b3972dcf1284967612d5ee04fea9d15bcf0cc106
CPU threads: 8; OS: Windows 10.0; UI render: default; 
Locale: de-DE (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 119085] Bundle the new "EB Garamond" font with LibreOffice

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #1 from Heiko Tietze  ---
It was not easy to get the prior changes through all committees as users and
developers typically stick to what they have. We need good reasons to exchange
a font.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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-ux-advise] [Bug 119085] Bundle the new "EB Garamond" font with LibreOffice

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #1 from Heiko Tietze  ---
It was not easy to get the prior changes through all committees as users and
developers typically stick to what they have. We need good reasons to exchange
a font.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 113305] [META] Bundled fonts bugs and enhancements

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

Heiko Tietze  changed:

   What|Removed |Added

 Depends on||119085


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119085
[Bug 119085] Bundle the new "EB Garamond" font with 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 119083] [FEATURE] LibreOffice is slow for big files

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
There are 9 VLOOKUP in the file looking in a range of 1 rows and 2
COUNTIF. So when you insert a column all need to be evaluated.

Repro with
Version: 6.0.6.2 (x64)
Build ID: 0c292870b25a325b5ed35f6b45599d2ea4458e77
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: es-ES (es_ES); Calc: CL
Version: 6.2.0.0.alpha0+ (x64)
Build ID: 715fcaff01ed048c52c69264a7a0fb773dd57b32
CPU threads: 4; OS: Windows 10.0; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-07-21_02:21:27
Locale: es-ES (es_ES); 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 39674] find / fix all German spellings in internal APIs

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

--- Comment #38 from Johnny_M  ---
"frei" in:
https://opengrok.libreoffice.org/xref/core/connectivity/source/inc/dbase/DTable.hxx#89
https://opengrok.libreoffice.org/xref/core/connectivity/source/inc/dbase/DIndex.hxx#57
https://opengrok.libreoffice.org/xref/core/connectivity/source/inc/dbase/DIndex.hxx#65
(and the same in corresponding .cxx files)


https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/labdlg.cxx#40
(and later - see entire file)
https://opengrok.libreoffice.org/xref/core/cui/source/inc/labdlg.hxx#43 (and
later)
https://opengrok.libreoffice.org/xref/core/cui/source/inc/labdlg.hxx#67 (and
later)

https://opengrok.libreoffice.org/xref/core/svx/source/svdraw/svdopath.cxx:
ActPoint -> CurrentPoint

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


Re: 64-bit Windows build failure: 'this' pointer for member, may not be aligned 8 as expected by the constructor

2018-08-03 Thread Luke Benes
I confirmed your 2nd attempt was the fix. After reverting:

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

the error came back.


The workaround code is ugly. If you're certain the logic is the same, you want 
to revert it and disable the warning TODO to enable them with future compiler? 

Here is an example:

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


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


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

2018-08-03 Thread Libreoffice Gerrit user
 sw/source/core/layout/pagechg.cxx |   31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

New commits:
commit 554e090538bd8aa0948b010d2d80dc54b8e1d3bd
Author: Stephan Bergmann 
AuthorDate: Fri Aug 3 10:25:12 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Aug 3 22:57:05 2018 +0200

Fix use-after-free in SwLayAction::IsShortCut

...as seen with valgrind during CppunitTest_sw_odfexport (see below).

It looks like the

  if ( !IsEmptyPage() ) //#59184# unnecessary for empty pages

optimization in SwPageFrame::DestroyImpl (which was there ever since at 
least
84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import") was wrong, 
preventing
the call to

  pImp->GetLayAction().SetAgain();

that would cause SwLayAction::IsShortCut (sw/source/core/layout/layact.cxx) 
to
quit early from an IsAgain() call, before accessing prPage again that has
meanwhile been destroyed from within its

  pContent->Calc(pRenderContext);

call.

The same failure started to show in ASan+UBSan builds only now after
integration of  "the custom SAL
allocator is no longer used", for reasons I explained in a comment there:  
"For
FORCE_SYSALLOC (which was esp. set for ASan/UBSan builds), alloc_mode was 
always
left at AllocMode::UNSET (as determine_alloc_mode was never called in
FORCE_SYSALLOC blocks), so rtl_cache_alloc (which only checked alloc_mode 
for
AllocMode::SYSTEM, but never called determine_alloc, and wasn't entirely 
short-
circuited under FORCE_SYSALLOC) actually called into the legacy, 
supposed-dead
slab allocator code.  That's apparently how some use-after-free bug in sw 
got
hidden from ASan+UBSan builds in the past, and only now starts to show up
()."

The valgrind failure log:
[...]
> testFdo58949::Import_Export_Import finished in: 191975ms
> File tested,Execution Time (ms)
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> warn:sw:12555:12555:sw/inc/swrect.hxx:283: SVRect() without Width or 
Height
> ==12555== Invalid read of size 8
> ==12555==at 0x2AFDAA7C: SwFrame::GetPrev() 
(/sw/source/core/inc/frame.hxx:649)
> ==12555==by 0x2B6A4F7A: SwLayAction::IsShortCut(SwPageFrame*&) 
(/sw/source/core/layout/layact.cxx:1071)
> ==12555==by 0x2B6A342D: SwLayAction::InternalAction(OutputDevice*) 
(/sw/source/core/layout/layact.cxx:473)
> ==12555==by 0x2B6A2E46: SwLayAction::Action(OutputDevice*) 
(/sw/source/core/layout/layact.cxx:340)
> ==12555==by 0x2BE0F8A2: SwViewShell::ImplEndAction(bool) 
(/sw/source/core/view/viewsh.cxx:281)
> ==12555==by 0x2AF7A6C0: SwViewShell::EndAction(bool) 
(/sw/inc/viewsh.hxx:595)
> ==12555==by 0x2AF68B50: SwCursorShell::EndAction(bool, bool) 
(/sw/source/core/crsr/crsrsh.cxx:258)
> ==12555==by 0x2C464281: SwView::OuterResizePixel(Point const&, Size 
const&) (/sw/source/uibase/uiview/viewport.cxx:1124)
> ==12555==by 0x2A29D78F: 
SfxViewFrame::DoAdjustPosSizePixel(SfxViewShell*, Point const&, Size const&, 
bool) (/sfx2/source/view/viewfrm.cxx:1604)
> ==12555==by 0x2A2A390E: SfxViewFrame::Resize(bool) 
(/sfx2/source/view/viewfrm.cxx:2395)
> ==12555==by 0x2A2AF1A7: SfxFrameViewWindow_Impl::Resize() 
(/sfx2/source/view/viewfrm2.cxx:73)
> ==12555==by 0x1A8C2A64: vcl::Window::ImplCallResize() 
(/vcl/source/window/event.cxx:523)
> ==12555==by 0x1AA2AF8D: vcl::Window::Show(bool, ShowFlags) 
(/vcl/source/window/window.cxx:2277)
> ==12555==by 0x2A282069: 
SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) 
(/sfx2/source/view/sfxbasecontroller.cxx:1250)
> ==12555==by 0x2A2815BA: 
SfxBaseController::attachFrame(com::sun::star::uno::Reference
 const&) (/sfx2/source/view/sfxbasecontroller.cxx:550)
> ==12555==by 0x2A265C78: (anonymous 
namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference
 const&, com::sun::star::uno::Reference const&, 
comphelper::NamedValueCollection const&, rtl::OUString const&) 
(/sfx2/source/view/frmload.cxx:594)
> ==12555==

Converting java unit test to cppunit

2018-08-03 Thread Rahul Gurung
Hi,

I am trying to convert java unit tests to cppunit test and I am currently
studying old commits, and came across this line,


"UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);"

I checked the documentation but couldn't find what this
XArrayFormulaRange.class means, can anyone explain? I am new to Open Source.

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


[Libreoffice-bugs] [Bug 119074] Writer 6.1.0.2 is unable to open a text file .odt

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

Rahman  changed:

   What|Removed |Added

 CC||nouda.abderrah...@gmail.com

--- Comment #2 from Rahman  ---
Created attachment 143959
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143959=edit
The attachment is my book project in arabic.

EXPLANATION OF MY PROBLEM:
Hello. Thank you for your interest in my problem.
It was difficult for me to send Bugzilla my LibreOffice ".odt"
document. Because this document blocks the software "OpenOffice 4.1.5", or
"LibreOffice 6.0.1".
BEFORE, I had written my document (which is a book project) under
"Microsoft Office Word 2013", under Windows Vista, on an old Dell PC. Then, I
had to work my document under "Microsoft Office Word 365", under Windows 10, on
my new Asus PC. This book project consisted of more than 200 pages. Until then,
everything worked very well.
 AFTER, has arrived the expiration of the 30-day trial period of
"Microsoft Office 365". So I tried to work under "OpenOffice Writer 4.1.5". I
transformed my document from "docx" format to "odt". But when I try to open my
document, the program "OpenOffice Writer 4.1.5" hangs, and I can not do
anything. I also tried "LibreOffice 6.0.5", then "LIbreOffice 6.1", then "WPS".
But all these programs can not even open my document, and they lock up quickly,
and then they close abruptly.
 To open my paper when, I click on the "name" of my document, and then
on the "OPEN" icon.  The "OpenOffice 4.1.5" program, or "LibreOffice 6.1",
crashes, and does not respond to any command. And I can not do anything. It
takes 7 minutes for my document to open. Or this program closes completely and
brutally.
  My document, on which I work, is a bit special. It's a draft book
written in Arabic. (Almost all words are Arabic fonts, such as "XB Roya", and a
few words are in Latin fonts, such as "Times New Roman").
  This document includes: margins, a binder, titles (4 levels), with
frames, and background, sub-titles, formatted styles, paragraph styles, a
foot-of-page, notes-of-down-of-page, page numbers, table of contents (hypertext
links), etc.
  IMPORTANT NOTE: My document, the same document "odt", on my old Dell
PC, and under Windows Vista, and under "OpenOffice 4.1.5", it works
excellently. But this same document "odt", on my new PC Asus, under Windows 10,
under "OpenOffice 4.1.5", hangs, and closes abruptly.
  Assumption : The problem probably comes from the Windows system. Or
more exactly, the problem comes from the relationship between the Windows
system and the "OpenOffice" program.
  NOTE: The document I am sending you (as an attachment) is not the
complete document, but only part (about 40 pages on 250 pages, without the
table of contents). I have also replaced some characters by others (to avoid
the dissemination of personal information). Unfortunately, this partial
document can probably contain fewer problems (bugs) than the original document.
  With the expression of my feelings of greetings, and gratitude,
respect, and consideration, for all those who contribute to the development of
Open Source products.

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


[Libreoffice-bugs] [Bug 70977] Saving with Chart active is confusing and can lead to data loss in an unsaved spreadsheet, because flag Modified is set to false

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

--- Comment #16 from Hernan  ---
Bug still present in latest version of LibreOffice.

Same behaviour as in description (also comments #13 #14).

Version: 6.0.5.2 (x64)
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Windows 6.1; UI render: default; 
Locale: es-AR (en_US); Calc: group

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


[Libreoffice-commits] core.git: chart2/source filter/source include/svx include/tools oox/source sc/source sd/source svx/source sw/source writerfilter/source

2018-08-03 Thread Libreoffice Gerrit user
 chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx |   23 +++---
 chart2/source/tools/ThreeDHelper.cxx |   27 ++-
 chart2/source/view/charttypes/PieChart.cxx   |   23 +++---
 chart2/source/view/main/AbstractShapeFactory.cxx |6 --
 chart2/source/view/main/PlottingPositionHelper.cxx   |7 ---
 chart2/source/view/main/PolarLabelPositionHelper.cxx |7 +--
 chart2/source/view/main/ShapeFactory.cxx |6 --
 filter/source/graphicfilter/icgm/actimpr.cxx |9 +--
 filter/source/graphicfilter/idxf/dxf2mtf.cxx |2 
 filter/source/msfilter/escherex.cxx  |5 --
 filter/source/msfilter/msdffimp.cxx  |8 +--
 include/svx/svdtrans.hxx |4 -
 include/tools/helpers.hxx|   20 
 oox/source/drawingml/chart/plotareaconverter.cxx |4 -
 oox/source/drawingml/shape.cxx   |4 -
 oox/source/shape/WpsContext.cxx  |2 
 oox/source/vml/vmlformatting.cxx |2 
 sc/source/filter/excel/xichart.cxx   |4 -
 sd/source/ui/func/fusel.cxx  |4 -
 svx/source/dialog/dlgctl3d.cxx   |   11 
 svx/source/engine3d/dragmt3d.cxx |2 
 svx/source/svdraw/svddrgmt.cxx   |   34 +++
 svx/source/svdraw/svdglue.cxx|4 -
 svx/source/svdraw/svdhdl.cxx |5 --
 svx/source/svdraw/svdoashp.cxx   |2 
 svx/source/svdraw/svdocirc.cxx   |   24 +-
 svx/source/svdraw/svdomeas.cxx   |6 +-
 svx/source/svdraw/svdopath.cxx   |   18 +++
 svx/source/svdraw/svdotext.cxx   |2 
 svx/source/svdraw/svdotxtr.cxx   |8 +--
 svx/source/svdraw/svdtrans.cxx   |   10 ++--
 sw/source/core/graphic/grfatr.cxx|2 
 sw/source/filter/ww8/wrtw8esh.cxx|2 
 writerfilter/source/rtftok/rtfsdrimport.cxx  |2 
 34 files changed, 131 insertions(+), 168 deletions(-)

New commits:
commit 81302f33073e7629d724ed269f1fa21dad29e141
Author: Mike Kaganski 
AuthorDate: Fri Aug 3 13:05:24 2018 +0300
Commit: Mike Kaganski 
CommitDate: Fri Aug 3 21:57:23 2018 +0200

Move angle normalization code from various places to tools

Also rename svx angle normalization functions in include/svx/svdtrans.hxx, 
that
deal with 100ths of degree, to avoid confusion: NormAngle180 -> 
NormAngle18000;
NormAngle360 -> NormAngle36000.

Some places were fixed that previously returned inclusive ranges (i.e., 
both 0
and 360), see changes in these files:

chart2/source/view/main/PlottingPositionHelper.cxx
chart2/source/view/main/PolarLabelPositionHelper.cxx
chart2/source/view/main/ShapeFactory.cxx
filter/source/graphicfilter/idxf/dxf2mtf.cxx
sw/source/core/graphic/grfatr.cxx

(the latter now matches the comment in the function).

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

diff --git a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx 
b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx
index ae8449dcf257..acc07bc386d9 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 
 namespace chart
 {
@@ -36,15 +37,6 @@ using namespace ::com::sun::star;
 namespace
 {
 
-void lcl_shiftAngleToValidRange( sal_Int64& rnAngleDegree )
-{
-//valid range:  ]-180,180]
-while( rnAngleDegree<=-180 )
-rnAngleDegree+=360;
-while( rnAngleDegree>180 )
-rnAngleDegree-=360;
-}
-
 void lcl_SetMetricFieldLimits( MetricField& rField, sal_Int64 nLimit )
 {
 rField.SetMin(-1*nLimit);
@@ -87,13 +79,12 @@ ThreeD_SceneGeometry_TabPage::ThreeD_SceneGeometry_TabPage( 
vcl::Window* pWindow
 
 lcl_SetMetricFieldLimits( *m_pMFZRotation, 90 );
 
-m_nXRotation = 
::basegfx::fround(fXAngle*pow(10.0,m_pMFXRotation->GetDecimalDigits()));
-m_nYRotation = 
::basegfx::fround(-1.0*fYAngle*pow(10.0,m_pMFYRotation->GetDecimalDigits()));
-m_nZRotation = 
::basegfx::fround(-1.0*fZAngle*pow(10.0,m_pMFZRotation->GetDecimalDigits()));
-
-lcl_shiftAngleToValidRange( m_nXRotation );
-lcl_shiftAngleToValidRange( m_nYRotation );
-lcl_shiftAngleToValidRange( m_nZRotation );
+m_nXRotation = NormAngle180(
+::basegfx::fround(fXAngle * pow(10.0, 

[Libreoffice-commits] online.git: loleaflet/src

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

New commits:
commit d2610ce1a4a69dfac7e59645a7dd8386c7799903
Author: Andras Timar 
AuthorDate: Fri Aug 3 13:09:16 2018 +0200
Commit: Andras Timar 
CommitDate: Fri Aug 3 21:16:05 2018 +0200

loleaflet: fix l10n of context menus

Change-Id: I96ea9d572288796587bc2be194c94c83a9b53f8d
Reviewed-on: https://gerrit.libreoffice.org/58558
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

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


[Libreoffice-bugs] [Bug 60014] Add Courier Prime font

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

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||113305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113305
[Bug 113305] [META] Bundled fonts 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 113305] [META] Bundled fonts bugs and enhancements

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

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||60014


Referenced Bugs:

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


Re: New Windows Tinderbox Needed

2018-08-03 Thread Luke Benes
Currently all Windows tinderboxes that generated the daily builds are down: 
@39, @42, and @62

Fortunately, I had the time this week to roll my own builds and in the process 
discovered 2 build breaking commits [1] [2], while another user found a 3rd one 
[3].  If the 3 win tinderboxes were up, the cause of these build breaking 
commits would be obvious to anyone monitoring the tinderbox status page.

Besides QA needing daily builds,  another advantage to having working 
tinderboxes is that developers don't need to rely on reports to verify that 
their fixes. For example Caolan was in the dark after his tried this 2nd 
attempt at a blind fix[4]. 

I have neither the computing resources nor time to constantly run builds to 
find breaking commits. Can TDF please put some resources towards this problem?  
As you can see from the status page [5] the Linux tinderboxes are in great 
shape, but the Windows boxes need some attention. 

-Luke



[1] 
http://document-foundation-mail-archive.969070.n3.nabble.com/64-bit-Windows-build-failure-this-pointer-for-member-may-not-be-aligned-8-as-expected-by-the-construr-td4244874.html

[2] 
http://document-foundation-mail-archive.969070.n3.nabble.com/Windows-Debug-builds-failure-DbgGUIInitSolarMutexCheck-identifier-not-found-td4245003.html

[3] 
http://document-foundation-mail-archive.969070.n3.nabble.com/Segmentation-fault-when-compiling-td4245102.html

[4] 
http://document-foundation-mail-archive.969070.n3.nabble.com/64-bit-Windows-build-failure-this-pointer-for-member-may-not-be-aligned-8-as-expected-by-the-construr-td4244874.html#a4245284

[5] https://tinderbox.libreoffice.org/MASTER/status.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 119086] New: Arrow keys ignored when typing in cell just after launching

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

Bug ID: 119086
   Summary: Arrow keys ignored when typing in cell just after
launching
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: david.cortes.riv...@gmail.com

When just launching LO Calc and starting to write something in a cell, the
software at first freezes for a moment, then fills the cells with whatever was
being input.

During the moment in which it is frozen, any keyboard input involving the arrow
keys is ignored, e.g. if I type "1" - "down arrow" - "2" - "down arrow" - "3",
it will write "123" in one cell instead of "1", "2", "3" in 3 cells.

Steps to reproduce:
* Launch LO Calc from anew with an empty workbook (close other LO Calc
processes or workbooks if any were open).
* Select some random cell.
* Quickly type, in sequence, "1" - "down arrow" - "2" - "down arrow" - "3"
(don't put quotes on the numbers).
* Wait until Calc unfreezes and updates the cells with the inut.

Expected behavior:
* Should write "1" in the cell that was selected, "2" one cell below, "3" two
cells bellow.

Actual behavior:
* Fills the selected cell with "123".

Reproducible: always

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


[Libreoffice-bugs] [Bug 103080] A new default set of bundled fonts

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

--- Comment #47 from xan...@mailbox.org ---
(In reply to Heiko Tietze from comment #46)
> (In reply to xanadu from comment #45)
> > There is a new high-quality unicode font on the scene: EB Garamond ...
> 
> Please open a new ticket. Otherwise we never get rid of this issue :-)
> 
> (Seriously, having a target at whiteboard and 45 comments are not
> encouraging for people who implement stuff.)

As long as https://wiki.documentfoundation.org/Fonts link here, it wont die. ;)

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


[Libreoffice-bugs] [Bug 119085] New: Bundle the new "EB Garamond" font with LibreOffice

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

Bug ID: 119085
   Summary: Bundle the new "EB Garamond" font with LibreOffice
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xan...@mailbox.org

Description:
There is a new high-quality libre unicode font on the scene: EB Garamond

It was first released in 2011 and became an open source community project.
Since 2017 the font has reached a level of quality that is higher than the
quality level of commercial implementations of the Garamond.

"Released in 2011 by Georg Duffner, EB Garamond is a free software version of
Garamond released under the Open Font License and available through Google
Fonts. Duffner based the design on a specimen printed by Egelnoff-Berner in
1592, with italic and Greek characters based on Robert Granjon's work, as well
as the addition of Cyrillic characters and OpenType features such as swash
italic capitals and schoolbook alternates. It is intended to include multiple
optical sizes, as of 2014 including fonts based on the 8 and 12 point forms on
the 1592 specimen. It has been described as "one of the best open source fonts"
by prominent typeface designer Erik Spiekermann. As Georg Duffner couldn't
complete the bold weights for personal reasons, the project was continued by
Octavio Pardo. As of 2018 this implementation has 5 weights (Regular, Medium,
Semi-Bold, Bold and Extra-Bold), both in regular and italic style."
(https://en.wikipedia.org/wiki/Garamond#EB_Garamond)

Download: https://github.com/octaviopardo/EBGaramond12/tree/master/fonts/otf

I tested it and it is great, thus I will use it for my PhD in Linguistics. I
think it is really worth to be included in LibreOffice.

Steps to Reproduce:
0


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: vcl/qa vcl/source

2018-08-03 Thread Libreoffice Gerrit user
 vcl/qa/cppunit/pdfexport/data/forcepoint71.key |binary
 vcl/qa/cppunit/pdfexport/pdfexport.cxx |   16 +++-
 vcl/source/gdi/pdfwriter_impl.cxx  |   12 ++--
 3 files changed, 25 insertions(+), 3 deletions(-)

New commits:
commit 83b25e4b9fa8f95c24759a64f8cb9716ee34a4a3
Author: Caolán McNamara 
AuthorDate: Fri Aug 3 10:57:42 2018 +0100
Commit: Caolán McNamara 
CommitDate: Fri Aug 3 20:41:27 2018 +0200

forcepoint#71 sanity check when copying pieces of imported pdf

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

diff --git a/vcl/qa/cppunit/pdfexport/data/forcepoint71.key 
b/vcl/qa/cppunit/pdfexport/data/forcepoint71.key
new file mode 100644
index ..716fe58480a0
Binary files /dev/null and b/vcl/qa/cppunit/pdfexport/data/forcepoint71.key 
differ
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx 
b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index 53135e61b2f6..edcd95af9281 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -47,6 +47,7 @@ public:
 PdfExportTest();
 virtual void setUp() override;
 virtual void tearDown() override;
+void topdf(const OUString& rFile);
 void load(const OUString& rFile, vcl::filter::PDFDocument& rDocument);
 /// Tests that a pdf image is roundtripped back to PDF as a vector format.
 void testTdf106059();
@@ -59,6 +60,7 @@ public:
 void testTdf106206();
 /// Tests export of PDF images without reference XObjects.
 void testTdf106693();
+void testForcePoint71();
 void testTdf106972();
 void testTdf106972Pdf17();
 void testTdf107013();
@@ -95,6 +97,7 @@ public:
 CPPUNIT_TEST(testTdf105093);
 CPPUNIT_TEST(testTdf106206);
 CPPUNIT_TEST(testTdf106693);
+CPPUNIT_TEST(testForcePoint71);
 CPPUNIT_TEST(testTdf106972);
 CPPUNIT_TEST(testTdf106972Pdf17);
 CPPUNIT_TEST(testTdf107013);
@@ -170,7 +173,7 @@ void PdfExportTest::tearDown()
 
 char const DATA_DIRECTORY[] = "/vcl/qa/cppunit/pdfexport/data/";
 
-void PdfExportTest::load(const OUString& rFile, vcl::filter::PDFDocument& 
rDocument)
+void PdfExportTest::topdf(const OUString& rFile)
 {
 // Import the bugdoc and export as PDF.
 OUString aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + rFile;
@@ -181,6 +184,11 @@ void PdfExportTest::load(const OUString& rFile, 
vcl::filter::PDFDocument& rDocum
 utl::MediaDescriptor aMediaDescriptor;
 aMediaDescriptor["FilterName"] <<= OUString("writer_pdf_Export");
 xStorable->storeToURL(maTempFile.GetURL(), 
aMediaDescriptor.getAsConstPropertyValueList());
+}
+
+void PdfExportTest::load(const OUString& rFile, vcl::filter::PDFDocument& 
rDocument)
+{
+topdf(rFile);
 
 // Parse the export result.
 SvFileStream aStream(maTempFile.GetURL(), StreamMode::READ);
@@ -1450,6 +1458,12 @@ void PdfExportTest::testTdf113143()
 CPPUNIT_ASSERT_LESS(nLarger, nSmaller);
 }
 
+void PdfExportTest::testForcePoint71()
+{
+// I just care it doesn't crash
+topdf("forcepoint71.key");
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(PdfExportTest);
 
 }
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx 
b/vcl/source/gdi/pdfwriter_impl.cxx
index 7fd72ab9a671..91dcd3515e37 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -9023,7 +9023,11 @@ sal_Int32 
PDFWriterImpl::copyExternalResource(SvMemoryStream& rDocBuffer, filter
 {
 // Copy the last part here, in the complex case.
 sal_uInt64 nDictEnd = rObject.GetDictionaryOffset() + 
rObject.GetDictionaryLength();
-aLine.append(static_cast(rDocBuffer.GetData()) + 
nCopyStart, nDictEnd - nCopyStart);
+const sal_Int32 nLen = nDictEnd - nCopyStart;
+if (nLen < 0)
+SAL_WARN("vcl.pdfwriter", "copyExternalResource() failed");
+else
+aLine.append(static_cast(rDocBuffer.GetData()) + nCopyStart, nLen);
 }
 else
 // Can copy it as-is.
@@ -9086,7 +9090,11 @@ sal_Int32 
PDFWriterImpl::copyExternalResource(SvMemoryStream& rDocBuffer, filter
 {
 // Copy the last part here, in the complex case.
 sal_uInt64 nArrEnd = rObject.GetArrayOffset() + 
rObject.GetArrayLength();
-aLine.append(static_cast(rDocBuffer.GetData()) + 
nCopyStart, nArrEnd - nCopyStart);
+const sal_Int32 nLen = nArrEnd - nCopyStart;
+if (nLen < 0)
+SAL_WARN("vcl.pdfwriter", "copyExternalResource() failed");
+else
+aLine.append(static_cast(rDocBuffer.GetData()) + nCopyStart, nLen);
 }
 else
 // Can copy it as-is.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-bugs] [Bug 119084] New: കണ്ടിട്ടുണ്ട് this word are spliting in libreoffice 5.4.7

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

Bug ID: 119084
   Summary: കണ്ടിട്ടുണ്ട് this word are spliting in libreoffice 5.4.7
   Product: LibreOffice
   Version: 5.4.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer Web
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rintot...@gmail.com

Description:
കണ്ടിട്ടുണ്ട് this word are spliting in libreoffice 5.4.7 all the words like 
this are
spliting while using libre office conversion.

OS:: Rhel 7


Steps to Reproduce:
1.kindly check കണ്ടിട്ടുണ്ട് this word in the production
2.
3.

Actual Results:
കണ്ടട്ടുണ്ട

Expected Results:
കണ്ടിട്ടുണ്ട്


Reproducible: Always


User Profile Reset: No



Additional Info:
only in malayalam fonts

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source sw/source

2018-08-03 Thread Libreoffice Gerrit user
 cui/source/options/optgdlg.src |  506 -
 cui/source/options/optmemory.src   |  117 +++
 sw/source/ui/config/mailconfigpage.src |  383 
 sw/source/ui/frmdlg/wrap.src   |  163 +-
 4 files changed, 583 insertions(+), 586 deletions(-)

New commits:
commit eddf59961747429b8f8a26256c5a1925e574e712
Author: Matthias Seidel 
AuthorDate: Fri Aug 3 16:10:50 2018 +
Commit: Matthias Seidel 
CommitDate: Fri Aug 3 16:10:50 2018 +

Cleaned up resource files.

diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src
index 49ece8cf94d0..fdd84ee8bed4 100644
--- a/cui/source/options/optgdlg.src
+++ b/cui/source/options/optgdlg.src
@@ -20,131 +20,132 @@
  */
 
 
- // include ---
+
+// include ---
 
 #include 
 #include "optgdlg.hrc"
 #include "helpid.hrc"
 
- //
- //
- // TabPage Sonstiges
- //
- //
+//
+//
+// TabPage General
+//
+//
 
 TabPage OFA_TP_MISC
 {
 HelpID = HID_OFA_TP_MISC ;
 SVLook = TRUE ;
-Size = MAP_APPFONT ( 260 , 185 ) ;
+Size = MAP_APPFONT ( 260, 185 ) ;
 Hide = TRUE ;
 FixedLine FL_HELP
 {
-Pos = MAP_APPFONT( COL0, ROW0 );
-Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
-Text [ en-US ] = "Help";
+Pos = MAP_APPFONT ( COL0, ROW0 ) ;
+Size = MAP_APPFONT ( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
+Text [ en-US ] = "Help" ;
 };
 CheckBox CB_TOOLTIP
 {
-HelpID = "cui:CheckBox:OFA_TP_MISC:CB_TOOLTIP";
-Pos = MAP_APPFONT( COL1, ROW1 );
-Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT );
-Text [ en-US ] = "~Tips";
+HelpID = "cui:CheckBox:OFA_TP_MISC:CB_TOOLTIP" ;
+Pos = MAP_APPFONT ( COL1, ROW1 ) ;
+Size = MAP_APPFONT ( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ) ;
+Text [ en-US ] = "~Tips" ;
 };
 CheckBox CB_EXTHELP
 {
-HelpID = "cui:CheckBox:OFA_TP_MISC:CB_EXTHELP";
-Pos = MAP_APPFONT( COL2, ROW2 );
-Size = MAP_APPFONT( WHOLE_WIDTH - COL2, RSC_CD_CHECKBOX_HEIGHT );
-Text [ en-US ] = "~Extended tips";
+HelpID = "cui:CheckBox:OFA_TP_MISC:CB_EXTHELP" ;
+Pos = MAP_APPFONT ( COL2, ROW2 ) ;
+Size = MAP_APPFONT ( WHOLE_WIDTH - COL2, RSC_CD_CHECKBOX_HEIGHT ) ;
+Text [ en-US ] = "~Extended tips" ;
 };
 CheckBox CB_HELPAGENT
 {
-HelpID = "cui:CheckBox:OFA_TP_MISC:CB_HELPAGENT";
-Pos = MAP_APPFONT( COL1, ROW3 );
-Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT );
-Text [ en-US ] = "~Help Agent";
+HelpID = "cui:CheckBox:OFA_TP_MISC:CB_HELPAGENT" ;
+Pos = MAP_APPFONT ( COL1, ROW3 ) ;
+Size = MAP_APPFONT ( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT ) ;
+Text [ en-US ] = "~Help Agent" ;
 };
 PushButton PB_HELPAGENT_RESET
 {
-HelpID = "cui:PushButton:OFA_TP_MISC:PB_HELPAGENT_RESET";
-Pos = MAP_APPFONT( COL2, ROW4 );
-Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT 
);
-Text [ en-US ] = "~Reset Help Agent";
+HelpID = "cui:PushButton:OFA_TP_MISC:PB_HELPAGENT_RESET" ;
+Pos = MAP_APPFONT ( COL2, ROW4 ) ;
+Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT 
) ;
+Text [ en-US ] = "~Reset Help Agent" ;
 };
 FixedText FT_HELPFORMAT
 {
-Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT(ROW5) );
-Size = MAP_APPFONT( DIFF( COL1, COL3 ), RSC_CD_FIXEDTEXT_HEIGHT );
-Text [ en-US ] = "Help ~formatting";
+Pos = MAP_APPFONT ( COL1, OFFS_TEXTBOX_FIXEDTEXT(ROW5) ) ;
+Size = MAP_APPFONT ( DIFF( COL1, COL3 ), RSC_CD_FIXEDTEXT_HEIGHT ) ;
+Text [ en-US ] = "Help ~formatting" ;
 };
 ListBox LB_HELPFORMAT
 {
-HelpID = "cui:ListBox:OFA_TP_MISC:LB_HELPFORMAT";
-Pos = MAP_APPFONT( COL4, ROW5 );
-Size = MAP_APPFONT( WHOLE_WIDTH - COL4, 50 );
+HelpID = "cui:ListBox:OFA_TP_MISC:LB_HELPFORMAT" ;
+Pos = MAP_APPFONT ( COL4, ROW5 ) ;
+Size = MAP_APPFONT ( WHOLE_WIDTH - COL4, 50 ) ;
 DropDown = TRUE ;
 Border = TRUE ;
 TabStop = TRUE ;
 StringList [ en-US ] =
 {
-< "Default" ; > ;
-< "High Contrast #1" ; > ;
-< "High Contrast #2" ; > ;
+< "Default" ; > ;
+< "High Contrast #1"; > ;
+ 

[Libreoffice-bugs] [Bug 85764] Calc: Feature request following closure of bug 43008 (Pasting into column causes hang)

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

Timur  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #12 from Timur  ---
This bug starts wrong with title "Feature request following closure of bug
43008" and a lot of talk. 
There were a number of similar bugs and duplicates, but they are closed. 
It's next to impossible some dev will take this one with discussion that went
astray and make a large Cal redesign. 
I'll close this bug. 
Whoever still finds and tests reasoning as valid, can open a new clean one, but
please after reading all others. With succinct explanation, arguments and
results.

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


[Libreoffice-bugs] [Bug 102593] [META] Paste bugs and enhancements

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

Bug 85764 Summary: Calc: Feature request following closure of bug 43008 
(Pasting into column causes hang)
https://bugs.documentfoundation.org/show_bug.cgi?id=85764

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

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


[Libreoffice-bugs] [Bug 54342] My formulae were converted to "Object X" and I cannot convert them back

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

--- Comment #38 from Timur  ---
This bug is about "Object X". Does it still happen with new versions?
"Formulas disappear" is another issue, maybe Bug 99225.

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


[Libreoffice-bugs] [Bug 62163] Fileopen 2007 DOCX: OLE objects formulas incorrectly displayed in Writer (from WMF?)

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

Timur  changed:

   What|Removed |Added

   Severity|minor   |normal
Summary|Formulas incorrectly|Fileopen 2007 DOCX: OLE
   |displayed   |objects formulas
   ||incorrectly displayed in
   ||Writer (from WMF?)
   Priority|medium  |low

--- Comment #5 from Timur  ---
Formulas in Attachment 76333 are binary OLE objects that can not be edited in
Word.
Reporter was supposed to say how document was created, what is formulas source.
I guess for LO they are not "formulas" but WMF images. 
If we open those images in image viewer, they are also not correct.
So I guess we have 2 issues here:
- LO doesn't read binary embeddings
- cached images are not proper

-- 
You are receiving this mail because:
You 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 'private/mst/sw_redlinehide_2' - 2 commits - sw/source

2018-08-03 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor:
commit cf39722ea5f8fbd58e4fad1999a1bc5724911120
Author: Michael Stahl 
AuthorDate: Fri Aug 3 18:48:10 2018 +0200
Commit: Michael Stahl 
CommitDate: Fri Aug 3 18:48:10 2018 +0200

sw_redlinehide_2: try to minimise invalidation on show/hide

InvalidateAllContent(Size) will basically format every paragraph
in the document from scratch; let's try to optimise this a bit
by invalidating only the SwTextFrames that actually contain redlines
and the SwPageFrames they're on, and also invalidate the position
of all flys anchored at these frames as a precautionary measure.

Change-Id: I22ed683dc2225992ee48faa6084f277ef8733e8b

diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 239da7288749..e3684accaeae 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -4207,6 +4207,20 @@ static void UnHideRedlines(SwRootFrame & rLayout,
 pFrame->SetMergedPara(std::move(pMerged));
 }
 auto const pMerged(pFrame->GetMergedPara());
+if (pMerged)
+{
+// invalidate SwInvalidateFlags::Size
+pFrame->Prepare(PREP_CLEAR, nullptr, false);
+pFrame->InvalidatePage();
+if (auto const pObjs = pFrame->GetDrawObjs())
+{   // also invalidate position of existing flys
+// because they may need to be moved
+for (auto const pObject : *pObjs)
+{
+pObject->InvalidateObjPos();
+}
+}
+}
 if (pMerged
 // do this only *once*, for the *last* frame
 // otherwise AppendObj would create multiple 
frames for fly-frames!
@@ -4252,6 +4266,16 @@ static void UnHideRedlines(SwRootFrame & rLayout,
 {
 if (auto const& pMergedPara = pFrame->GetMergedPara())
 {
+// invalidate SwInvalidateFlags::Size
+pFrame->Prepare(PREP_CLEAR, nullptr, false);
+pFrame->InvalidatePage();
+if (auto const pObjs = pFrame->GetDrawObjs())
+{   // also invalidate position of existing flys
+for (auto const pObject : *pObjs)
+{
+pObject->InvalidateObjPos();
+}
+}
 // SwFlyAtContentFrame::Modify() always appends to
 // the master frame, so do the same here.
 // (RemoveFootnotesForNode must be called at least 
once)
@@ -4434,7 +4458,7 @@ void SwRootFrame::SetHideRedlines(bool const 
bHideRedlines)
 UnHideRedlinesExtras(*this, rNodes, rNodes.GetEndOfAutotext());
 UnHideRedlines(*this, rNodes, rNodes.GetEndOfContent());
 
-InvalidateAllContent(SwInvalidateFlags::Size); // ??? TODO what to 
invalidate?
+//InvalidateAllContent(SwInvalidateFlags::Size); // ??? TODO what to 
invalidate?  this is the big hammer
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit fc346b71c215587069156a1f49d0d2b11935d5e2
Author: Michael Stahl 
AuthorDate: Thu Aug 2 17:09:53 2018 +0200
Commit: Michael Stahl 
CommitDate: Fri Aug 3 18:47:19 2018 +0200

sw_redlinehide_2: show/hide flys in redlines

The old implementation would not actually hide at-char flys but move
the anchor, which is clearly not ideal; better to hide them.

Change-Id: If21d0360e04857752a2c84f5329eadfad7818ac8

diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx
index 0ffe4a75c0f6..e692bb900ef6 100644
--- a/sw/source/core/inc/frmtool.hxx
+++ b/sw/source/core/inc/frmtool.hxx
@@ -45,6 +45,8 @@ class GraphicAttr;
 class SwPageDesc;
 class SwFrameFormats;
 class SwRegionRects;
+class SwTextNode;
+namespace sw { struct Extent; }
 
 #define FAR_AWAY (SAL_MAX_INT32 - 2)  // initial position of a Fly
 #define BROWSE_HEIGHT (56700L * 10L) // 10 Meters
@@ -55,6 +57,15 @@ class SwRegionRects;
 void AppendObjs( const SwFrameFormats *pTable, sal_uLong nIndex,
SwFrame *pFrame, SwPageFrame *pPage, SwDoc* doc );
 
+void AppendObjsOfNode(SwFrameFormats const* pTable, sal_uLong nIndex,
+SwFrame * pFrame, SwPageFrame * pPage, SwDoc * pDoc,
+std::vector::const_iterator * pIter,
+std::vector::const_iterator const* pEnd);
+
+void RemoveHiddenObjsOfNode(SwTextNode const& rNode,
+std::vector::const_iterator * pIter,
+std::vector::const_iterator 

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

2018-08-03 Thread Libreoffice Gerrit user
 sc/qa/uitest/statistics/data/regression.ods |binary
 sc/qa/uitest/statistics/regression.py   |   18 -
 sc/source/ui/StatisticsDialogs/RegressionDialog.cxx |   21 +---
 sc/source/ui/inc/RegressionDialog.hxx   |2 +
 sc/uiconfig/scalc/ui/regressiondialog.ui|   12 ++-
 5 files changed, 40 insertions(+), 13 deletions(-)

New commits:
commit 2ffe228264caa77b18c3bea56823f000b2d01a7e
Author: Dennis Francis 
AuthorDate: Wed Aug 1 17:59:23 2018 +0530
Commit: Dennis Francis 
CommitDate: Fri Aug 3 19:12:36 2018 +0200

Allow forcing of intercept to zero in regression dialog

Change-Id: I3958c139141a9e717256a638d319e0bb5879e6a4
Reviewed-on: https://gerrit.libreoffice.org/58565
Tested-by: Jenkins
Reviewed-by: Dennis Francis 

diff --git a/sc/qa/uitest/statistics/data/regression.ods 
b/sc/qa/uitest/statistics/data/regression.ods
index f9f65bfda0f5..1c8b72cc912b 100644
Binary files a/sc/qa/uitest/statistics/data/regression.ods and 
b/sc/qa/uitest/statistics/data/regression.ods differ
diff --git a/sc/qa/uitest/statistics/regression.py 
b/sc/qa/uitest/statistics/regression.py
index ccf1258a776e..6f5fd2ca0e27 100644
--- a/sc/qa/uitest/statistics/regression.py
+++ b/sc/qa/uitest/statistics/regression.py
@@ -31,17 +31,18 @@ class regression(UITestCase):
 document = self.ui_test.get_component()
 
 # Initially the final check status is "FALSE" (failed).
-self.assertEqual(get_cell_by_position(document, 11, 1, 5).getString(), 
"FALSE",
+self.assertEqual(get_cell_by_position(document, 14, 1, 6).getString(), 
"FALSE",
  "Check status must be FALSE before the test")
-self._do_regression(regression_type = "LINEAR", data_groupedby_column 
= data_groupedby_column)
+self._do_regression(regression_type = "LINEAR", data_groupedby_column 
= data_groupedby_column, calc_intercept = True)
+self._do_regression(regression_type = "LINEAR", data_groupedby_column 
= data_groupedby_column, calc_intercept = False)
 self._do_regression(regression_type = "LOG", data_groupedby_column = 
data_groupedby_column)
 self._do_regression(regression_type = "POWER", data_groupedby_column = 
data_groupedby_column)
-self.assertEqual(get_cell_by_position(document, 11, 1, 5).getString(), 
"TRUE",
+self.assertEqual(get_cell_by_position(document, 14, 1, 6).getString(), 
"TRUE",
  "One of more of the checks failed for 
data_groupedby_column = {}, manually try with the document".
  format(data_groupedby_column))
 self.ui_test.close_doc()
 
-def _do_regression(self, regression_type, data_groupedby_column = True):
+def _do_regression(self, regression_type, data_groupedby_column = True, 
calc_intercept = True):
 assert(regression_type == "LINEAR" or regression_type == "LOG" or 
regression_type == "POWER")
 
self.ui_test.execute_modeless_dialog_through_command(".uno:RegressionDialog")
 xDialog = self.xUITest.getTopFocusWindow()
@@ -54,6 +55,7 @@ class regression(UITestCase):
 xlinearradio = xDialog.getChild("linear-radio")
 xlogarithmicradio = xDialog.getChild("logarithmic-radio")
 xpowerradio = xDialog.getChild("power-radio")
+xnointerceptcheck = xDialog.getChild("nointercept-check")
 
 ## Set the X, Y and output ranges
 xvariable1rangeedit.executeAction("FOCUS", tuple()) # Without this the 
range parser does not kick in somehow
@@ -79,7 +81,10 @@ class regression(UITestCase):
 xoutputrangeedit.executeAction("TYPE", 
mkPropertyValues({"KEYCODE":"CTRL+A"}))
 xoutputrangeedit.executeAction("TYPE", 
mkPropertyValues({"KEYCODE":"BACKSPACE"}))
 if regression_type == "LINEAR":
-xoutputrangeedit.executeAction("TYPE", 
mkPropertyValues({"TEXT":"$ActualLinear.$A$1"}))
+if calc_intercept:
+xoutputrangeedit.executeAction("TYPE", 
mkPropertyValues({"TEXT":"$ActualLinear.$A$1"}))
+else:
+xoutputrangeedit.executeAction("TYPE", 
mkPropertyValues({"TEXT":"$ActualLinearNoIntercept.$A$1"}))
 elif regression_type == "LOG":
 xoutputrangeedit.executeAction("TYPE", 
mkPropertyValues({"TEXT":"$ActualLog.$A$1"}))
 else:
@@ -97,6 +102,9 @@ class regression(UITestCase):
 else:
 xpowerradio.executeAction("CLICK", tuple())
 
+if not calc_intercept:
+xnointerceptcheck.executeAction("CLICK", tuple())
+
 xOKBtn = xDialog.getChild("ok")
 self.ui_test.close_dialog_through_button(xOKBtn)
 
diff --git a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx 
b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx
index b3e744cdf71d..5cc45f1cee4a 100644
--- a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx
@@ -116,9 

[Libreoffice-bugs] [Bug 99225] Formulas disappearing and shrinking, and enlarging

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 61253] Stretch of cached image makes incorrect initial representation of formulas in doc files of formulas copied from .DOC

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

Timur  changed:

   What|Removed |Added

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

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


Crash test update

2018-08-03 Thread Crashtest VM
New crashtest update available at 
http://dev-builds.libreoffice.org/crashtest/12a4b67c6f0639099e4d17c5045243954fd2d1a5/


exportCrashes.csv
Description: Binary data


importCrash.csv
Description: Binary data


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


[Libreoffice-bugs] [Bug 61253] Stretch of cached image makes incorrect initial representation of formulas in doc files of formulas copied from .DOC

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

Timur  changed:

   What|Removed |Added

Summary|Incorrect initial   |Stretch of cached image
   |representation of formulas  |makes incorrect initial
   |in doc files due to |representation of formulas
   |incorrect stretch of cached |in doc files of formulas
   |image   |copied from .DOC

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


[Libreoffice-bugs] [Bug 119065] Formatting: Last bullet of the bullet list is disappearing after removing a item from the bulleted list using backspace

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

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||bibisected, bisected,
   ||regression
 Status|UNCONFIRMED |NEW
 CC||mark...@gmail.com

--- Comment #4 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Mark Hung  ; Could you possibly take a look at this one?
Thanks

6ec3d2f6500b2566f5022b46e3575f387e0389a5 is the first bad commit
commit 6ec3d2f6500b2566f5022b46e3575f387e0389a5
Author: Jenkins Build User 
Date:   Thu Jan 4 18:44:18 2018 +0100

source sha:a16b44481e3c5582dfb581f769e07ab94e8ac44b
author  Mark Hung2017-12-30 01:00:26 +0800
committer   Mark Hung2018-01-04 12:23:55 +0100
commit  a16b44481e3c5582dfb581f769e07ab94e8ac44b (patch)
tree1dadc7aeab6351535f392d87fc0a3303abf7dccf
parent  334601603aa04ea968e8a850f4e7f6cf52f7735b (diff)
tdf#114732 backspace can only make bullet invisible.

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


[Libreoffice-bugs] [Bug 79728] Re calculate all cell after opening file

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

Timur  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #12 from Timur  ---
This is a confusing bug without clear and verified Expected and Experienced. 
Reported asked for function and that's BASIC component and then test went to
wrap, which was an explanation. But it's likely not wrap but height. Moreover,
file gives macro error. 
Anyway, I'll close. If you object, please explain. Keep in mind that it's
unlikely that some dev will read all 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 119047] Shown formula is not saved at all

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

--- Comment #9 from Timur  ---
If initial formula is from .DOC this can be a duplicate of Bug 61253.

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


[Libreoffice-bugs] [Bug 66463] FILEOPEN DOC: Incorrect formula

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

Timur  changed:

   What|Removed |Added

  Component|Writer  |Formula Editor

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


[Libreoffice-bugs] [Bug 66463] FILEOPEN DOC: Incorrect formula

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

Timur  changed:

   What|Removed |Added

Summary|FILEOPEN: Incorrect initial |FILEOPEN DOC: Incorrect
   |representation of formulas  |formula
   |imported from .doc  |
   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=65765,|
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=45 |
   |284 |

--- Comment #11 from Timur  ---
Attached DOC looks worse in 6.2+. 
I set Bug 61253 as general minor issue: "Incorrect initial representation of
formulas in doc files due to incorrect stretch of cached image" because it's
exactly about that, and I change this bug to fileopen formula issue with
attachment 81816.

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


[Libreoffice-bugs] [Bug 45284] formulas in writer file exported to word are sized incorrectly

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

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 61253] Incorrect initial representation of formulas in doc files due to incorrect stretch of cached image

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

Timur  changed:

   What|Removed |Added

Summary|: Format error opening  |Incorrect initial
   |formulas in doc files   |representation of formulas
   ||in doc files due to
   ||incorrect stretch of cached
   ||image
   Severity|normal  |minor

--- Comment #7 from Timur  ---
This is a matter of "Incorrect initial representation". That was the title of
Bug 66463, but let's keep that issue here, and specific wrong formula there.
Minor.

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


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

2018-08-03 Thread Libreoffice Gerrit user
 sc/source/core/data/column3.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 26300f5d4c4e6241baf8cadcfea094e7969814a5
Author: Caolán McNamara 
AuthorDate: Wed Aug 1 08:55:23 2018 +0100
Commit: Markus Mohrhard 
CommitDate: Fri Aug 3 18:32:20 2018 +0200

forcepoint#55 invalid iterator increment

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

diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 0ad5117d7d10..7b760b3daa48 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -3080,6 +3080,8 @@ public:
 if (xCurGrp)
 {
 // Move to the cell after the last cell of the current 
group.
+if (xCurGrp->mnLength > std::distance(it, itEnd))
+throw css::lang::IllegalArgumentException();
 std::advance(it, xCurGrp->mnLength);
 nRow += xCurGrp->mnLength;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95230] Fileopen DOCX: LO doesn't set brackets properly and shows red "?" signs in formula text

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

Timur  changed:

   What|Removed |Added

Summary|Formula displayed by LO is  |Fileopen DOCX: LO doesn't
   |not correct and show red|set brackets properly and
   |"?" signs in formula text   |shows red "?" signs in
   ||formula text

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


[Libreoffice-bugs] [Bug 95230] Formula displayed by LO is not correct and show red "?" signs in formula text

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

--- Comment #8 from Timur  ---
With 6.2+ as in Comment 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 116932] Equations created in MS Word 2013 have inverted red question marks when docx file opened in Libre Writer

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

Timur  changed:

   What|Removed |Added

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

--- Comment #6 from Timur  ---
Since no response, I'll close. But this issue is already reported, as in See
Also.

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


[Libreoffice-bugs] [Bug 41425] FILESAVE: Formatting and/or data validation, positioned after last non-empty cell, is lost when saving to XLS or XLSX

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

László Németh  changed:

   What|Removed |Added

 CC||nem...@numbertext.org

--- Comment #23 from László Németh  ---
workaround in https://gerrit.libreoffice.org/#/c/58575/

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


[Libreoffice-bugs] [Bug 95633] Replace All hangs Writer (heap_corruption) in messy XML with redundant styles where Replace ‘italic’ finds non-existing italic

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

b...@yzirkind.com changed:

   What|Removed |Added

 CC||b...@yzirkind.com

--- Comment #13 from b...@yzirkind.com ---
I have the same issue when trying to replace a font with another one, I get the
dialog box "To proceed with this action, you must first turn off the 'undo'
function. Do you want to turn off the 'undo' function?" After I press yes, LO
hangs up with 100% CPU load on one CPU. I left it running overnight and it
remained the same until I killed it.

Version: 6.0.3.2
Build ID: 1:6.0.3-0ubuntu1
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

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


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

2018-08-03 Thread Libreoffice Gerrit user
 cui/source/tabpages/tppattern.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f207e283b756ea40721a46440d235836dcb79568
Author: Jim Raykowski 
AuthorDate: Sat Jul 28 00:37:30 2018 -0800
Commit: Caolán McNamara 
CommitDate: Fri Aug 3 17:14:00 2018 +0200

tdf#118976 Make area pattern tab page display pattern preview

Change-Id: If30b83ec93897b85784d66c699ece377f47f68d4
Reviewed-on: https://gerrit.libreoffice.org/58265
Tested-by: Jenkins
Tested-by: Xisco Faulí 
Reviewed-by: Tomaž Vajngerl 
(cherry picked from commit 623cb7a1299386f8d8f7c53b0369a40cae51b752)
Reviewed-on: https://gerrit.libreoffice.org/58366
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/cui/source/tabpages/tppattern.cxx 
b/cui/source/tabpages/tppattern.cxx
index 4768d0189a49..8f06c8051fec 100644
--- a/cui/source/tabpages/tppattern.cxx
+++ b/cui/source/tabpages/tppattern.cxx
@@ -320,6 +320,8 @@ IMPL_LINK_NOARG(SvxPatternTabPage, ChangePatternHdl_Impl, 
ValueSet*, void)
 // update m_pBitmapCtl, rXFSet and m_pCtlPreview
 m_pBitmapCtl->SetPixelColor( aPixelColor );
 m_pBitmapCtl->SetBackgroundColor( aBackColor );
+m_rXFSet.ClearItem();
+m_rXFSet.Put(XFillStyleItem(drawing::FillStyle_BITMAP));
 m_rXFSet.Put(XFillBitmapItem(OUString(), 
Graphic(m_pBitmapCtl->GetBitmapEx(;
 m_pCtlPreview->SetAttributes( m_aXFillAttr.GetItemSet() );
 m_pCtlPreview->Invalidate();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119047] Shown formula is not saved at all

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

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #8 from Timur  ---
Please do as asked and appreciate our time. 
You need to give reproducible steps. 
You didn't even report correct LO version, you marked 6.1.0 and video shows
5.4.2 and 5.3.0.
For professional use, go to 5.4.7 or better 6.0.6 ("still").
For this case, test with master 6.2+, as suggested. 
I did "Double-click on this formula" in LO master 6.2+, it showed fine, saved
and reopened fine.

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


[Libreoffice-bugs] [Bug 119083] New: [FEATURE] LibreOffice is slow for big files

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

Bug ID: 119083
   Summary: [FEATURE] LibreOffice is slow for big files
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: reali...@gmail.com

Created attachment 143958
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143958=edit
Slow file

Hello,

I have a LibreOffice file with lot of data and lot of formulas.
It can be very slow.

For example, try the following procedure:

1 - Open the joined file
2 - In the "Devis Strasbourg" sheet, try to insert a new column next to the "P"
one
3 - Libreoffice freezes for a while.

Thanks,
Jean-Sébastien

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


[Libreoffice-bugs] [Bug 119083] [FEATURE] LibreOffice is slow for big files

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

Jean-Sebastien Bevilacqua  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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


[Libreoffice-commits] core.git: 2 commits - ucb/source

2018-08-03 Thread Libreoffice Gerrit user
 ucb/source/inc/regexpmap.hxx |  272 ---
 1 file changed, 79 insertions(+), 193 deletions(-)

New commits:
commit 6b8874e780367427ff748556e8744bfe5c91b08e
Author: Noel Grandin 
AuthorDate: Fri Aug 3 14:32:57 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Aug 3 16:30:37 2018 +0200

inline RegexpMapIterImpl into RegexpMapConstIter

no need for header only classes to have an Impl

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

diff --git a/ucb/source/inc/regexpmap.hxx b/ucb/source/inc/regexpmap.hxx
index 46e32086a898..d1345552b92f 100644
--- a/ucb/source/inc/regexpmap.hxx
+++ b/ucb/source/inc/regexpmap.hxx
@@ -68,36 +68,34 @@ struct Entry
 
 
 template< typename Val >
-class RegexpMapIterImpl
+class RegexpMapConstIter
 {
+friend class RegexpMap< Val >; // to access m_pImpl, ctor
+friend class RegexpMapIter< Val >; // to access m_pImpl, ctor
+
 public:
-typedef RegexpMap< Val > Map;
 typedef typename std::vector< Entry< Val > >::iterator ListIterator;
 
-// Solaris needs these for the ctor...
+RegexpMapConstIter();
 
-inline RegexpMapIterImpl();
+RegexpMapConstIter(RegexpMap< Val > * pTheMap, bool bBegin);
 
-inline RegexpMapIterImpl(Map * pTheMap, int nTheList,
+RegexpMapConstIter(RegexpMap< Val > * pTheMap, int nTheList,
  ListIterator aTheIndex);
 
-RegexpMapIterImpl(RegexpMap< Val > * pTheMap, bool bBegin);
-
-RegexpMapIterImpl(RegexpMapIterImpl const & rOther);
-
-RegexpMapIterImpl & operator =(RegexpMapIterImpl const & rOther);
-
-bool operator ==(RegexpMapIterImpl const & rOther) const;
+RegexpMapConstIter(RegexpMapConstIter const & rOther);
 
-RegexpMap< Val > const * getMap() const { return m_pMap; }
+RegexpMapConstIter & operator =(RegexpMapConstIter const & rOther);
 
-int getList() const { return m_nList; }
+RegexpMapConstIter & operator ++();
 
-typename std::vector< Entry< Val > >::iterator const & getIndex() const { 
return m_aIndex; }
+RegexpMapEntry< Val > const * operator ->() const;
 
-void next();
+bool equals(RegexpMapConstIter const & rOther) const;
+// for free operator ==(), operator !=()
 
-RegexpMapEntry< Val > & get();
+protected:
+RegexpMapEntry< Val > & get() const;
 
 private:
 mutable RegexpMapEntry< Val > m_aEntry;
@@ -108,7 +106,7 @@ private:
 };
 
 template< typename Val >
-inline RegexpMapIterImpl< Val >::RegexpMapIterImpl():
+RegexpMapConstIter< Val >::RegexpMapConstIter():
 m_aEntry(rtl::OUString(), 0),
 m_pMap(nullptr),
 m_nList(-1),
@@ -116,18 +114,7 @@ inline RegexpMapIterImpl< Val >::RegexpMapIterImpl():
 {}
 
 template< typename Val >
-inline RegexpMapIterImpl< Val >::RegexpMapIterImpl(Map * pTheMap,
-   int nTheList,
-   ListIterator aTheIndex):
-m_aEntry(rtl::OUString(), 0),
-m_aIndex(aTheIndex),
-m_pMap(pTheMap),
-m_nList(nTheList),
-m_bEntrySet(false)
-{}
-
-template< typename Val >
-RegexpMapIterImpl< Val >::RegexpMapIterImpl(RegexpMap< Val > * pTheMap,
+RegexpMapConstIter< Val >::RegexpMapConstIter(RegexpMap< Val > * pTheMap,
 bool bBegin):
 m_aEntry(rtl::OUString(), 0),
 m_pMap(pTheMap),
@@ -137,7 +124,7 @@ RegexpMapIterImpl< Val >::RegexpMapIterImpl(RegexpMap< Val 
> * pTheMap,
 {
 m_nList = -1;
 if (!m_pMap->m_pDefault)
-next();
+operator++();
 }
 else
 {
@@ -147,7 +134,19 @@ RegexpMapIterImpl< Val >::RegexpMapIterImpl(RegexpMap< Val 
> * pTheMap,
 }
 
 template< typename Val >
-RegexpMapIterImpl< Val >::RegexpMapIterImpl(RegexpMapIterImpl const & rOther):
+inline RegexpMapConstIter< Val >::RegexpMapConstIter(RegexpMap< Val > * 
pTheMap,
+   int nTheList,
+   ListIterator aTheIndex):
+m_aEntry(rtl::OUString(), 0),
+m_aIndex(aTheIndex),
+m_pMap(pTheMap),
+m_nList(nTheList),
+m_bEntrySet(false)
+{}
+
+template< typename Val >
+RegexpMapConstIter< Val >::RegexpMapConstIter(RegexpMapConstIter const &
+  rOther):
 m_aEntry(rOther.m_aEntry), m_pMap(rOther.m_pMap), m_nList(rOther.m_nList),
 m_bEntrySet(rOther.m_bEntrySet)
 {
@@ -156,8 +155,8 @@ RegexpMapIterImpl< Val 
>::RegexpMapIterImpl(RegexpMapIterImpl const & rOther):
 }
 
 template< typename Val >
-RegexpMapIterImpl< Val > & RegexpMapIterImpl< Val >::operator =(
-RegexpMapIterImpl const & rOther)
+RegexpMapConstIter< Val > &
+RegexpMapConstIter< Val >::operator =(RegexpMapConstIter const & rOther)
 {
 if (this != )
 {
@@ -174,22 +173,13 @@ RegexpMapIterImpl< Val > & 

[Libreoffice-bugs] [Bug 116820] The viewer does not show recent files after selecting remote server

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

Mert Tumer  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 119047] Shown formula is not saved at all

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

jr  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 119047] Shown formula is not saved at all

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

--- Comment #7 from jr  ---
Created attachment 143957
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143957=edit
Faulty document created on Ubuntu-Mate

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


[Libreoffice-bugs] [Bug 119047] Shown formula is not saved at all

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

jr  changed:

   What|Removed |Added

 Attachment #143955|0   |1
is obsolete||

--- Comment #6 from jr  ---
Created attachment 143956
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143956=edit
Faulty document created on Netrunner-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 119047] Shown formula is not saved at all

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

--- Comment #5 from jr  ---
Created attachment 143955
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143955=edit
Faulty document created on Netrunner-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 119082] New: Exception wrong thread on Android Viewer when switching back to it from another app

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

Bug ID: 119082
   Summary: Exception wrong thread on Android Viewer when
switching back to it from another app
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: merttu...@outlook.com

Description:
Exception wrong thread on Android Viewer when switching back to it from another
app

Steps to Reproduce:
1. Open a document
2. Switch to another app
3. Switch back to the viewer

Actual Results:
Logcat gives
08-03 15:37:13.703 6160-6222/org.example.libreoffice E/GeckoPanZoomController:
Uh-oh, we're running on the wrong thread!
java.lang.Exception
at
org.mozilla.gecko.gfx.JavaPanZoomController.checkMainThread(JavaPanZoomController.java:140)
at
org.mozilla.gecko.gfx.JavaPanZoomController.finishAnimation(JavaPanZoomController.java:716)
at
org.mozilla.gecko.gfx.JavaPanZoomController.bounce(JavaPanZoomController.java:504)
at
org.mozilla.gecko.gfx.JavaPanZoomController.animatedZoomTo(JavaPanZoomController.java:1060)
at
org.mozilla.gecko.gfx.GeckoLayerClient.zoomTo(GeckoLayerClient.java:318)
at
org.libreoffice.LOKitThread.zoomAndRepositionTheDocument(LOKitThread.java:140)
at org.libreoffice.LOKitThread.redraw(LOKitThread.java:125)
at org.libreoffice.LOKitThread.refresh(LOKitThread.java:157)
at org.libreoffice.LOKitThread.loadDocument(LOKitThread.java:242)
at org.libreoffice.LOKitThread.processEvent(LOKitThread.java:307)
at org.libreoffice.LOKitThread.run(LOKitThread.java:52)

Expected Results:
No error


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 119047] Shown formula is not saved at all

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

jr  changed:

   What|Removed |Added

 OS|All |Linux (All)

--- Comment #4 from jr  ---
Reproducible steps:
Copy and paste extensively formulas in a writer document. Sorry but I can not
tell how many times you have to do this.


Actual Results:
A writer document with formulas that seems to be correct. But if you open this
document later and double-click on one of the formulas the formula bounces back
to its former form. Please try out the attached file: "ODT file with the
troublesome formula".


Expected Results:
A writer document with formulas that is actually saving what I see. It
shouldn't be possible to create documents like the on I attached. Very
important when you have to teach "stuff" with formulas in it.


On two of my computers (Ubuntu-Mate 16.04 and Netrunner 18.03) I made videos
that illustrate the problem. I will attach them too.


Thank you for your advice to use Appimage in Linux. But when I install Linux,
LibreOffice is always installed too. Nowadays I don't have time for trying out
new technologies.

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


[Libreoffice-commits] dev-tools.git: help3/html

2018-08-03 Thread Libreoffice Gerrit user
 help3/html/autocomplete.js |   74 
 help3/html/index.html  |  268 +
 help3/html/snippets.js |  175 +
 help3/html/xhpeditor.css   |   21 +++
 4 files changed, 349 insertions(+), 189 deletions(-)

New commits:
commit 1f547ea9cdcaeddc156735f77c714703ade09db1
Author: Olivier Hallot 
AuthorDate: Thu Aug 2 20:50:21 2018 -0300
Commit: Olivier Hallot 
CommitDate: Fri Aug 3 16:02:50 2018 +0200

XHP online editor enhancements (WIP)

Changes:
* Split javascript from html in the files
   + added snippets.js for xhp snippets
   + added autocomplete.js with autocomplete stuff
   + added xhpeditor.css for css-specifics

* JS's on the bottom because they need html rendering first.
* Fixed randomizer that assign unique id's to XHP.
* Some snippets work better if text is selected (e.g. emph,
paragraph...)
* more to come on snippets later

To see it working: point http server to html/ folder.

Change-Id: Ic8d73fd3e3f905224ea35035a77256ac1c97586f
Reviewed-on: https://gerrit.libreoffice.org/58500
Reviewed-by: Jan Holesovsky 
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/help3/html/autocomplete.js b/help3/html/autocomplete.js
new file mode 100644
index 000..ed00af7
--- /dev/null
+++ b/help3/html/autocomplete.js
@@ -0,0 +1,74 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+
+// Here we define the schema for XHP, for the auto-completion
+
+var tags = {
+"!top": ["helpdocument"],
+helpdocument: {
+children: ["meta", "body"],
+attrs: {version: ["1.0"]},
+},
+meta: {
+attrs: {localise: ["false"]},
+children: ["topic", "history"]
+},
+body: {
+attrs: {name: null},
+children: ["section", "paragraph", "table", "comment", "bookmark", 
"switch", "embed", "list", "sort"]
+},
+section: {
+attrs: {id: null, localise: ["false"]},
+children: ["section", "paragraph", "table", "list", "comment", 
"embed", "switch", "sort"]
+},
+};
+
+// And here's the code that provides the auto-completion in the editor
+
+function completeAfter(cm, pred) {
+var cur = cm.getCursor();
+if (!pred || pred()) setTimeout(function() {
+if (!cm.state.completionActive)
+cm.showHint({completeSingle: false});
+}, 100);
+return CodeMirror.Pass;
+}
+
+function completeIfAfterLt(cm) {
+return completeAfter(cm, function() {
+var cur = cm.getCursor();
+return cm.getRange(CodeMirror.Pos(cur.line, cur.ch - 1), cur) == "<";
+});
+}
+
+function completeIfInTag(cm) {
+return completeAfter(cm, function() {
+var tok = cm.getTokenAt(cm.getCursor());
+if (tok.type == "string" && 
(!/['"]/.test(tok.string.charAt(tok.string.length - 1)) || tok.string.length == 
1)) return false;
+ var inner = CodeMirror.innerMode(cm.getMode(), 
tok.state).state;
+return inner.tagName;
+});
+}
+
+var editor = CodeMirror.fromTextArea(document.getElementById("xhpeditor"), {
+lineNumbers: true,
+mode: "text/html",
+matchBrackets: true,
+theme: "default",
+extraKeys: {
+"'<'": completeAfter,
+"'/'": completeIfAfterLt,
+"' '": completeIfInTag,
+"'='": completeIfInTag,
+"Ctrl-Space": "autocomplete"
+},
+hintOptions: {schemaInfo: tags}
+});
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/help3/html/index.html b/help3/html/index.html
index 9fea238..49c0963 100644
--- a/help3/html/index.html
+++ b/help3/html/index.html
@@ -1,200 +1,90 @@
 
+
 
 
+
 
-LibreOffice Documentation XHP Editor
-
-
-
-
-
-
+LibreOffice Documentation XHP Editor
+
+
+
+
+
+
+
 
 
 
-
-LibreOffice Documentation XHP Editor
-
-
-
-
-
-
-Actions:
-Undo
-Redo
-Save changes
-Start new XHP document
+
+LibreOffice Documentation XHP Editor
+
+
+
+
+
+
+Actions:
+Undo
+Redo
+Save changes
+
+Document:
+Start new XHP 
document
+DocHeading
+ahelp
+
+Bookmarks:
+bookmark-value
+bookmark-hid
+bookmark-index
+
+Sections:
+Related 
Topics
+How to get
+bascode 
div
+
+Tables:
+Table Full
+TableRow
+Table Cell
+Icon Table
+
+Paragraph:
+paragraph
+note
+warning
+tip
+bascode-par
+
+Characters:
+emph
+item 
menuitem
+

[Libreoffice-commits] core.git: translations

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

New commits:
commit 48cef8104c39916b4c71423d0dcb27cedc3bd967
Author: Christian Lohmaier 
AuthorDate: Fri Aug 3 15:35:37 2018 +0200
Commit: Gerrit Code Review 
CommitDate: Fri Aug 3 15:50:21 2018 +0200

Update git submodules

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

Change-Id: If7b8b1685d00503ee3d1e84b978c8f59359a73b5

diff --git a/translations b/translations
index 1ed5e59b7cf6..54cc0de67b3c 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 1ed5e59b7cf6a3453cf2ca2fe0eebf45b75b2e1d
+Subproject commit 54cc0de67b3c948411cef3a0405c8992d80f34f3
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 69551] Styles & Formatting deck is overpopulated with styles

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

--- Comment #11 from Octavio Alvarez  ---
Quick opinion: I would just like to ask to be careful not to break existing
workflows. I agree that "automatic" is the best place to implement an
improvement.

I also have some suggestions:

- Rename "automatic" to "beginner", or even add a "beginner", making it the
default view without removing "automatic" to prevent existing workflow
breakage. I use hierarchical anyway; automatic is too unpredictable.

- No need to have 10 heading levels in automatic view. Reduce it to 3 and
dynamically show more. Because of the comment above, showing only Heading 1 by
default leads to a "no, that's too big / too small / too whatever" reaction and
users not using it. Beginners don't easily grasp at first that style
definitions can be changed.

Just as a reply to Tin:

> List and Numbering styles should appear only when there are lists in the 
> document.

I use these to apply bullets and numbering without clicking the toolbar button
first.

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


[Libreoffice-bugs] [Bug 100086] Accessible events for selection of multiple cells on sheet are not correctly exposed to screen reader

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

Alex ARNAUD  changed:

   What|Removed |Added

 CC||zolnaitamas2...@gmail.com

--- Comment #12 from Alex ARNAUD  ---
I've added Tamas in CC to answer to Peter comment #11 because he has resolved
the issue #93825

Best regards,
Alex.

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


[Libreoffice-bugs] [Bug 100086] Accessible events for selection of multiple cells on sheet are not correctly exposed to screen reader

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

Alex ARNAUD  changed:

   What|Removed |Added

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

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

2018-08-03 Thread Libreoffice Gerrit user
 include/svx/svdtrans.hxx  |   17 ++-
 svx/source/customshapes/EnhancedCustomShape2d.cxx |4 +--
 svx/source/svdraw/svdedtv1.cxx|4 +--
 svx/source/svdraw/svdocirc.cxx|8 +++
 svx/source/svdraw/svdomeas.cxx|   16 +++---
 svx/source/svdraw/svdopath.cxx|   14 ++--
 svx/source/svdraw/svdorect.cxx|2 -
 svx/source/svdraw/svdtrans.cxx|   24 +++---
 8 files changed, 43 insertions(+), 46 deletions(-)

New commits:
commit b5b601b1a56891d46f126d4d1a561c201de7300b
Author: Mike Kaganski 
AuthorDate: Fri Aug 3 14:24:10 2018 +0300
Commit: Mike Kaganski 
CommitDate: Fri Aug 3 15:35:55 2018 +0200

Remove svx::Round; use FRound from tools instead

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

diff --git a/include/svx/svdtrans.hxx b/include/svx/svdtrans.hxx
index 75a1bcff5789..89b29d4b5903 100644
--- a/include/svx/svdtrans.hxx
+++ b/include/svx/svdtrans.hxx
@@ -25,6 +25,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -49,10 +50,6 @@ const double nPi180=0.00017453292519943295769; // If we 
have too few digits,
 
 class XPolygon;
 class XPolyPolygon;
-namespace svx
-{
-inline long Round(double a) { return a>0.0 ? static_cast(a+0.5) : 
-static_cast((-a)+0.5); }
-}
 
 inline void MovePoly(tools::Polygon& rPoly, const Size& S)  { 
rPoly.Move(S.Width(),S.Height()); }
 void MoveXPoly(XPolygon& rPoly, const Size& S);
@@ -113,27 +110,27 @@ inline void ResizePoint(Point& rPnt, const Point& rRef, 
const Fraction& xFract,
 {
 double nxFract = xFract.IsValid() ? static_cast(xFract) : 1.0;
 double nyFract = yFract.IsValid() ? static_cast(yFract) : 1.0;
-rPnt.setX(rRef.X() + svx::Round( (rPnt.X() - rRef.X()) * nxFract ));
-rPnt.setY(rRef.Y() + svx::Round( (rPnt.Y() - rRef.Y()) * nyFract ));
+rPnt.setX(rRef.X() + FRound( (rPnt.X() - rRef.X()) * nxFract ));
+rPnt.setY(rRef.Y() + FRound( (rPnt.Y() - rRef.Y()) * nyFract ));
 }
 
 inline void RotatePoint(Point& rPnt, const Point& rRef, double sn, double cs)
 {
 long dx=rPnt.X()-rRef.X();
 long dy=rPnt.Y()-rRef.Y();
-rPnt.setX(svx::Round(rRef.X()+dx*cs+dy*sn));
-rPnt.setY(svx::Round(rRef.Y()+dy*cs-dx*sn));
+rPnt.setX(FRound(rRef.X()+dx*cs+dy*sn));
+rPnt.setY(FRound(rRef.Y()+dy*cs-dx*sn));
 }
 
 inline void ShearPoint(Point& rPnt, const Point& rRef, double tn, bool bVShear)
 {
 if (!bVShear) { // Horizontal
 if (rPnt.Y()!=rRef.Y()) { // else not needed
-rPnt.AdjustX(-svx::Round((rPnt.Y()-rRef.Y())*tn));
+rPnt.AdjustX(-FRound((rPnt.Y()-rRef.Y())*tn));
 }
 } else { // or else vertical
 if (rPnt.X()!=rRef.X()) { // else not needed
-rPnt.AdjustY(-svx::Round((rPnt.X()-rRef.X())*tn));
+rPnt.AdjustY(-FRound((rPnt.X()-rRef.X())*tn));
 }
 }
 }
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx 
b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index ea6e526e6054..6c64f2e9de23 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -1150,9 +1150,9 @@ bool EnhancedCustomShape2d::GetHandlePosition( const 
sal_uInt32 nIndex, Point& r
 double fY =-dx * sin( a );
 rReturnPosition =
 Point(
-svx::Round( fX + aReferencePoint.X() ),
+FRound( fX + aReferencePoint.X() ),
 basegfx::fTools::equalZero(fXScale) ? 
aReferencePoint.Y() :
-svx::Round( ( fY * fYScale ) / fXScale + 
aReferencePoint.Y() ) );
+FRound( ( fY * fYScale ) / fXScale + 
aReferencePoint.Y() ) );
 }
 else
 {
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index 9b1a5e269225..93d1d87850d4 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -563,7 +563,7 @@ void SdrEditView::ImpCrookObj(SdrObject* pO, const Point& 
rRef, const Point& rRa
 aCtr1 -= aCtr0;
 
 if(bRotOk)
-pO->Rotate(aCtr0, svx::Round(nAngle/nPi180), nSin, nCos);
+pO->Rotate(aCtr0, FRound(nAngle/nPi180), nSin, nCos);
 
 pO->Move(Size(aCtr1.X(),aCtr1.Y()));
 }
@@ -1540,7 +1540,7 @@ void SdrEditView::SetGeoAttrToMarked(const SfxItemSet& 
rAttr)
 double 
nNew=tan(static_cast(nNewShearAngle)*nPi180);
 nNew-=nOld;
 nNew=atan(nNew)/nPi180;
-nShearAngle=svx::Round(nNew);
+nShearAngle=FRound(nNew);
 } else {
 

[Libreoffice-commits] core.git: filter/source include/filter sc/source sd/source sw/source

2018-08-03 Thread Libreoffice Gerrit user
 filter/source/msfilter/msdffimp.cxx  |   66 ++-
 filter/source/msfilter/svdfppt.cxx   |   27 +++---
 include/filter/msfilter/msdffimp.hxx |   32 ++--
 include/filter/msfilter/svdfppt.hxx  |   14 ---
 sc/source/filter/excel/xiescher.cxx  |   33 +++--
 sc/source/filter/inc/xiescher.hxx|4 +-
 sd/source/filter/ppt/pptin.cxx   |   16 
 sd/source/filter/ppt/pptin.hxx   |2 -
 sw/source/filter/ww8/ww8graf2.cxx|2 -
 sw/source/filter/ww8/ww8par.cxx  |4 +-
 sw/source/filter/ww8/ww8par.hxx  |2 -
 11 files changed, 115 insertions(+), 87 deletions(-)

New commits:
commit a61b4c214b8acfc2f5203184468e329bdb92
Author: Caolán McNamara 
AuthorDate: Fri Aug 3 09:57:24 2018 +0100
Commit: Caolán McNamara 
CommitDate: Fri Aug 3 15:04:53 2018 +0200

forcepoint#70 give all escher client data objects a common parent class

and make NotifyFreeObj a virtual method of SvxMSDffClientData, finding
the sc case where the client data was neither SvxMSDffImportData nor
ProcessData.

make the sc case a XclImpDrawObjClientData whose NotifyFreeObj is a noop

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

diff --git a/filter/source/msfilter/msdffimp.cxx 
b/filter/source/msfilter/msdffimp.cxx
index fc59e6356a09..c232ee0649c1 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -243,9 +243,9 @@ void DffPropertyReader::SetDefaultPropSet( SvStream& 
rStCtrl, sal_uInt32 nOffsDg
 }
 
 #ifdef DBG_CUSTOMSHAPE
-void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData, 
sal_uInt32 nShapeId ) const
+void DffPropertyReader::ReadPropSet( SvStream& rIn, SvxMSDffClientData* 
pClientData, sal_uInt32 nShapeId ) const
 #else
-void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData ) const
+void DffPropertyReader::ReadPropSet( SvStream& rIn, SvxMSDffClientData* 
pClientData ) const
 #endif
 {
 sal_uLong nFilePos = rIn.Tell();
@@ -3183,7 +3183,7 @@ void SvxMSDffManager::SetModel(SdrModel* pModel, long 
nApplicationScale)
 }
 }
 
-bool SvxMSDffManager::SeekToShape( SvStream& rSt, void* /* pClientData */, 
sal_uInt32 nId ) const
+bool SvxMSDffManager::SeekToShape( SvStream& rSt, SvxMSDffClientData* /* 
pClientData */, sal_uInt32 nId ) const
 {
 bool bRet = false;
 if ( !maFidcls.empty() )
@@ -4022,7 +4022,7 @@ SdrObject* SvxMSDffManager::ImportGraphic( SvStream& rSt, 
SfxItemSet& rSet, cons
 }
 
 // PptSlidePersistEntry& rPersistEntry, SdPage* pPage
-SdrObject* SvxMSDffManager::ImportObj( SvStream& rSt, void* pClientData,
+SdrObject* SvxMSDffManager::ImportObj( SvStream& rSt, SvxMSDffClientData& 
rClientData,
 tools::Rectangle& rClientRect, const tools::Rectangle& rGlobalChildRect, 
int nCalledByGroup, sal_Int32* pShapeId )
 {
 SdrObject* pRet = nullptr;
@@ -4030,17 +4030,17 @@ SdrObject* SvxMSDffManager::ImportObj( SvStream& rSt, 
void* pClientData,
 bool bOk = ReadDffRecordHeader(rSt, aObjHd);
 if (bOk && aObjHd.nRecType == DFF_msofbtSpgrContainer)
 {
-pRet = ImportGroup( aObjHd, rSt, pClientData, rClientRect, 
rGlobalChildRect, nCalledByGroup, pShapeId );
+pRet = ImportGroup( aObjHd, rSt, rClientData, rClientRect, 
rGlobalChildRect, nCalledByGroup, pShapeId );
 }
 else if (bOk && aObjHd.nRecType == DFF_msofbtSpContainer)
 {
-pRet = ImportShape( aObjHd, rSt, pClientData, rClientRect, 
rGlobalChildRect, nCalledByGroup, pShapeId );
+pRet = ImportShape( aObjHd, rSt, rClientData, rClientRect, 
rGlobalChildRect, nCalledByGroup, pShapeId );
 }
 aObjHd.SeekToBegOfRecord( rSt );// restore FilePos
 return pRet;
 }
 
-SdrObject* SvxMSDffManager::ImportGroup( const DffRecordHeader& rHd, SvStream& 
rSt, void* pClientData,
+SdrObject* SvxMSDffManager::ImportGroup( const DffRecordHeader& rHd, SvStream& 
rSt, SvxMSDffClientData& rClientData,
 tools::Rectangle& rClientRect, 
const tools::Rectangle& rGlobalChildRect,
 int nCalledByGroup, sal_Int32* 
pShapeId )
 {
@@ -4059,7 +4059,7 @@ SdrObject* SvxMSDffManager::ImportGroup( const 
DffRecordHeader& rHd, SvStream& r
 mnFix16Angle = 0;
 if (!aRecHd.SeekToBegOfRecord(rSt))
 return pRet;
-pRet = ImportObj( rSt, pClientData, rClientRect, rGlobalChildRect, 
nCalledByGroup + 1, pShapeId );
+pRet = ImportObj( rSt, rClientData, rClientRect, rGlobalChildRect, 
nCalledByGroup + 1, pShapeId );
 if ( pRet )
 {
 sal_Int32 nGroupRotateAngle = 0;
@@ -4104,7 +4104,7 @@ SdrObject* SvxMSDffManager::ImportGroup( const 
DffRecordHeader& rHd, SvStream& r
 if (!aRecHd2.SeekToBegOfRecord(rSt))
 

[Libreoffice-bugs] [Bug 113030] FILESAVE, French sentence (my language) to say that "when I save my file"

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

sophie  changed:

   What|Removed |Added

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

--- Comment #4 from sophie  ---
Thanks Julien for checking, I confirm that the dialog box is correct now, all
strings are in French (version is 6.1.0 beta). Closing - Sophie

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


[Libreoffice-bugs] [Bug 119081] RTF paste not working when attempting to paste under an embedded table

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

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

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


[Libreoffice-bugs] [Bug 119081] New: RTF paste not working when attempting to paste under an embedded table

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

Bug ID: 119081
   Summary: RTF paste not working when attempting to paste under
an embedded table
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
RTF paste not working when attempting to paste under an embedded table

Steps to Reproduce:
1. Open the attached file
2. Copy ABC
2. Go to cell A2 of the embedded (green) table
3. Press Arrow down (cursor is below the green table)
4. CTRL+SHIFT+V -> RTF Paste -> Not working
5. Press CTRL+V -> working

Actual Results:
RTF paste isn't working

Expected Results:
Should be working


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.2.0.0.alpha0+
Build ID: 76bf3939b0583212a56c317c85aea110f8ac6fee
CPU threads: 4; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-07-27_06:01:47
Locale: nl-NL (nl_NL.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 119080] New: pocheck utility needs an update

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

Bug ID: 119080
   Summary: pocheck utility needs an update
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tima...@gmail.com

Description:
The structure of po files was reorganized in LibreOffice 6.0. 

l10ntools/source/pocheck.cxx was not adapted, therefore it does not do its job.

Steps to Reproduce:
.

Actual Results:
.

Expected Results:
.


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


Re: Segfault compiling master

2018-08-03 Thread Regina Henschel

Hi,

Noel Grandin schrieb am 03-Aug-18 um 09:47:



On 2018/08/02 5:23 PM, Regina Henschel wrote:


I hope, that helps to find the reason.




I think caoloan has fixed this with

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




Yes it builds now. Thanks.

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


[Libreoffice-bugs] [Bug 100086] Accessible events for selection of multiple cells on sheet are not correctly exposed to screen reader

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

--- Comment #11 from Peter Vágner  ---
Isn't this essentially a duplicate of 93825?

Still I think there are more issues with this implementation we just slowly
need to document it.

=== Steps to reproduce ===
* Grab the accessible listener from 93825
* Launch libreoffice calc spread sheet
* Press shift+space to select entire row
* Now launch the accessible event listener in a terminal
* Focus back to the calc window
* Press and hold down shift key and repeatedly press left arrow key several
times. 5 or 10 times is fine to see the issue in action.
* Examine the event listener output in the terminal window

=== Expected result ===
Corresponding with switching back into the calc window single
object:active-descendant-changed is expected.
Then number of object:selection-changed events is expected for each selection
contraction. So if you have pressed shift+left arrow keys 5 times you should
have at least 6 events printed to the terminal window.

=== Actual result ===
Corresponding accessibility event is only being sent for the first selection
change resulting from pressing shift+left arrow key. Second, third and all
other shift+left key presses don't generate appropriate accessibility events.


=== Notes ===
I think windows screen readers such as NVDA don't handle this at all so on
windows work shal be done on both ends of the stack.
Also I think there might be more issues like this we haven't yet clearly
documented them.

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


[Libreoffice-bugs] [Bug 119079] FILEOPEN DOC: character properties affecting CR, but shouldn't

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

Justin L  changed:

   What|Removed |Added

 Blocks||117994


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117994
[Bug 117994] Font size is too large in attached DOC in Word after roundtrip
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117994] Font size is too large in attached DOC in Word after roundtrip

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

Justin L  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||2334
 Depends on||119079


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119079
[Bug 119079] FILEOPEN DOC: character properties affecting CR, but shouldn't
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] online.git: test/TileCacheTests.cpp

2018-08-03 Thread Libreoffice Gerrit user
 test/TileCacheTests.cpp |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4d1ffab9413fdbc1636686b07d88df785485766a
Author: Tamás Zolnai 
AuthorDate: Fri Aug 3 13:50:40 2018 +0200
Commit: Tamás Zolnai 
CommitDate: Fri Aug 3 13:50:40 2018 +0200

Disable testCancelTilesMultiView

It's seems unstable. After canceltiles wsd still can send tiles
if they already in the senderqueue.

Change-Id: I28f669aa18dfbfee1d9d242bd1ee3d0490f06c68

diff --git a/test/TileCacheTests.cpp b/test/TileCacheTests.cpp
index 09fe0671e..dd6fb9714 100644
--- a/test/TileCacheTests.cpp
+++ b/test/TileCacheTests.cpp
@@ -60,7 +60,8 @@ class TileCacheTests : public CPPUNIT_NS::TestFixture
 CPPUNIT_TEST(testSimpleCombine);
 CPPUNIT_TEST(testPerformance);
 CPPUNIT_TEST(testCancelTiles);
-CPPUNIT_TEST(testCancelTilesMultiView);
+// unstable
+// CPPUNIT_TEST(testCancelTilesMultiView);
 CPPUNIT_TEST(testDisconnectMultiView);
 CPPUNIT_TEST(testUnresponsiveClient);
 CPPUNIT_TEST(testImpressTiles);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119079] FILEOPEN DOC: character properties affecting CR, but shouldn't

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|preBibisect |

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


[Libreoffice-bugs] [Bug 119079] FILEOPEN DOC: character properties affecting CR, but shouldn't

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

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
   Keywords||filter:doc, preBibisect

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


[Libreoffice-bugs] [Bug 119079] FILEOPEN DOC: character properties affecting CR, but shouldn't

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

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from Xisco Faulí  ---
Indeed, the same behaviour in

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

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


[Libreoffice-bugs] [Bug 119079] FILEOPEN DOC: character properties affecting CR, but shouldn't

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

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

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


[Libreoffice-bugs] [Bug 119079] New: FILEOPEN DOC: character properties affecting CR, but shouldn't

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

Bug ID: 119079
   Summary: FILEOPEN DOC: character properties affecting CR, but
shouldn't
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jl...@mail.com

Created attachment 143952
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143952=edit
largeNumberingSeenInWord.doc: CR character formatting is wrong

To reproduce.
-open the file. It should be two pages long with a huge number 1. (use "toggle
formatting marks" to see the four paragraph markers.)

Used bibisect-43all to confirm that it goes back to 3.5, so assuming inherited
from OOo.  Spot checks suggest that it has never worked.

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


Re: Segfault compiling master

2018-08-03 Thread Heiko Tietze
Latest master compiles without issues here. Thank you all.

On 03.08.2018 10:06, Stephan Bergmann wrote:
> On 03/08/18 09:50, Stephan Bergmann wrote:
>> On 03/08/18 09:47, Noel Grandin wrote:
>>> I think caoloan has fixed this with
>>> https://cgit.freedesktop.org/libreoffice/core/commit/?id=653394fb199fae2d9e39f681fc72b35fe7f3
>>>  
>>
>>
>> quoting #libreoffice-dev:
>>
>>> Aug 03 09:48:08     ...which curiously is in the batch that made 
>>>  switch failure 
>>> mode from CppunitTest_vcl_lifecycle to CppunitTest_services :)
> 
> ...though the previous build (which still failed in 
> CppunitTest_vcl_lifecylcle) doesn't have a "[build CUT] services" line in 
>  (as 
> it apparently stopped due to the failure before reaching that test), so hard 
> to tell when the CppunitTest_services failure was actually initroduced
> 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice

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



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 119061] FORMATTING Table lines keep appearing again when document is reopened

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

--- Comment #3 from Xisco Faulí  ---
https://cgit.freedesktop.org/libreoffice/core/commit/?id=ae61569eea0719a882010cfbb260a1a0d690d974
looks like a good candidate...

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