[Libreoffice-bugs] [Bug 111942] [META] User locale bugs and enhancements

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

Bug 98620 Summary: FILESAVE: DOCX - Error in paragraph orientation after 
converting in a RTL user locale
https://bugs.documentfoundation.org/show_bug.cgi?id=98620

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 98620] FILESAVE: DOCX - Error in paragraph orientation after converting in a RTL user locale

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

Justin L  changed:

   What|Removed |Added

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

--- Comment #37 from Justin L  ---
Fixed.  Look at comment 31 for information on how to reproduce the problem.

In terms of testing, the most likely place where a problem would show up would
be if the paragraph style contains BiDi information. If the existing code does
not properly query the style's setting then the end result might be wrong.

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

[Libreoffice-bugs] [Bug 43808] [META] Right-To-Left (aka Complex Text Layout) language issues (RTL/CTL)

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

Bug 98620 Summary: FILESAVE: DOCX - Error in paragraph orientation after 
converting in a RTL user locale
https://bugs.documentfoundation.org/show_bug.cgi?id=98620

   What|Removed |Added

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

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

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

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

Bug 98620 Summary: FILESAVE: DOCX - Error in paragraph orientation after 
converting in a RTL user locale
https://bugs.documentfoundation.org/show_bug.cgi?id=98620

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/unx

2019-03-17 Thread Libreoffice Gerrit user
 vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e9041dfdab7f99f79fdc6d32d3e50e8b4114cdd
Author: Tomáš Chvátal 
AuthorDate: Fri Mar 15 15:58:40 2019 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon Mar 18 06:01:13 2019 +0100

Fix build with older versions of Boost

Change-Id: Ic5fa7c703821c23e704d2c58f9a04d0ac8ce8ef2
Reviewed-on: https://gerrit.libreoffice.org/69309
Reviewed-by: Tomáš Chvátal 
Tested-by: Tomáš Chvátal 
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx 
b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
index 3bf5ddcd29bc..044a92d06c86 100644
--- a/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
+++ b/vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
@@ -58,7 +58,7 @@ OUString applicationDirPath()
 const auto utf8Path = applicationSystemPath.toUtf8();
 auto ret = boost::filesystem::path(utf8Path.getStr(), utf8Path.getStr() + 
utf8Path.getLength());
 ret.remove_filename();
-return OUString::fromUtf8(OString(ret.c_str(), ret.size()));
+return OUString::fromUtf8(OString(ret.c_str(), strlen(ret.c_str(;
 }
 
 OUString findPickerExecutable()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124142] New: Crash after changing doctype and web view

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

Bug ID: 124142
   Summary: Crash after changing doctype and web view
   Product: LibreOffice
   Version: 6.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer Web
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: erict...@gmail.com

Description:
Libreoffice writer crashes if you change the doctype line and switching to web
view

Steps to Reproduce:
1. File>New HTML Document
2. Change first line to 
3. View HTML source
Crash

Actual Results:
Crash after changing view

Expected Results:
There should not be crash
Also opened background documents should not change view after recovery


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.2.1.2
Build ID: 6.2.1-1
CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: qt5; 
Locale: en-NZ (en_NZ.UTF-8); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 117890] Math Online Help: The screenshots in the Symbols and Edit Symbols pages are unhelpful

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

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

https://git.libreoffice.org/help/+/9361babc015c25a240777c243e8a075b1506ffae%5E%21

tdf#117890 - Math Online Help: Remove unhelpful screenshots (2/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 117890] Math Online Help: The screenshots in the Symbols and Edit Symbols pages are unhelpful

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

Commit Notification  changed:

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - helpcontent2

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

New commits:
commit 9cc50cae53833bbb44c58ecc8e77a53455bb797f
Author: Mark 
AuthorDate: Tue Mar 12 10:57:04 2019 -0700
Commit: Gerrit Code Review 
CommitDate: Mon Mar 18 05:19:48 2019 +0100

Update git submodules

* Update helpcontent2 from branch 'libreoffice-6-2'
  - tdf#117890 - Math Online Help: Remove unhelpful screenshots (2/2)

removed EditSymbols.png and all subfolders

Change-Id: Ie3fff059d02af0b76fd03ead64d1d33bf8056255
Reviewed-on: https://gerrit.libreoffice.org/69128
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 
(cherry picked from commit 79599a40c6990b8649f88689d4761bbe6529388e)
Reviewed-on: https://gerrit.libreoffice.org/69376
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index aa7a881b0cdd..9361babc015c 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit aa7a881b0cddfab63d3fdfe3904f8a70200b8ad7
+Subproject commit 9361babc015c25a240777c243e8a075b1506ffae
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: Branch 'libreoffice-6-2' - AllLangPackage_html_media_lang.mk Package_html_media.mk source/media source/text

2019-03-17 Thread Libreoffice Gerrit user
 AllLangPackage_html_media_lang.mk|1 -
 Package_html_media.mk|1 -
 dev/null |binary
 source/text/smath/01/06010100.xhp|1 -
 source/text/smath/06/screenshots.xhp |5 -
 5 files changed, 8 deletions(-)

New commits:
commit 9361babc015c25a240777c243e8a075b1506ffae
Author: Mark 
AuthorDate: Tue Mar 12 10:57:04 2019 -0700
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon Mar 18 05:19:48 2019 +0100

tdf#117890 - Math Online Help: Remove unhelpful screenshots (2/2)

removed EditSymbols.png and all subfolders

Change-Id: Ie3fff059d02af0b76fd03ead64d1d33bf8056255
Reviewed-on: https://gerrit.libreoffice.org/69128
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 
(cherry picked from commit 79599a40c6990b8649f88689d4761bbe6529388e)
Reviewed-on: https://gerrit.libreoffice.org/69376
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/AllLangPackage_html_media_lang.mk 
b/AllLangPackage_html_media_lang.mk
index 2d8215320..9116bbada 100644
--- a/AllLangPackage_html_media_lang.mk
+++ b/AllLangPackage_html_media_lang.mk
@@ -241,7 +241,6 @@ $(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval 
$(call gb_AllLangPack
 screenshots/modules/smath/ui/fonttypedialog/$(lang)/FontsDialog.png \
 
screenshots/modules/smath/ui/savedefaultsdialog/$(lang)/SaveDefaultsDialog.png \
 screenshots/modules/smath/ui/spacingdialog/$(lang)/SpacingDialog.png \
-screenshots/modules/smath/ui/symdefinedialog/$(lang)/EditSymbols.png \
 screenshots/svx/ui/compressgraphicdialog/$(lang)/CompressGraphicDialog.png 
\
 )))
 #TODO: Find a clever way to pick en-US files (default) when localized files 
are missing
diff --git a/Package_html_media.mk b/Package_html_media.mk
index efeb61e87..cb5c289fc 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -325,7 +325,6 @@ $(eval $(call 
gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
 screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png \
 screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png \
 screenshots/modules/smath/ui/spacingdialog/SpacingDialog.png \
-screenshots/modules/smath/ui/symdefinedialog/EditSymbols.png \
 screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png \
 screenshots/svx/ui/compressgraphicdialog/CompressGraphicDialog.png \
 ))
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/EditSymbols.png
deleted file mode 100644
index 118acce81..0
Binary files 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/EditSymbols.png and 
/dev/null differ
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/af/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/af/EditSymbols.png
deleted file mode 100644
index 4328751cd..0
Binary files 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/af/EditSymbols.png 
and /dev/null differ
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/am/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/am/EditSymbols.png
deleted file mode 100644
index 9898dac4b..0
Binary files 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/am/EditSymbols.png 
and /dev/null differ
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/ar/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/ar/EditSymbols.png
deleted file mode 100644
index d10cfe91b..0
Binary files 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/ar/EditSymbols.png 
and /dev/null differ
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/as/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/as/EditSymbols.png
deleted file mode 100644
index fc2996a5c..0
Binary files 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/as/EditSymbols.png 
and /dev/null differ
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/ast/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/ast/EditSymbols.png
deleted file mode 100644
index d53924851..0
Binary files 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/ast/EditSymbols.png 
and /dev/null differ
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/be/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/be/EditSymbols.png
deleted file mode 100644
index 7fde40c81..0
Binary files 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/be/EditSymbols.png 
and /dev/null differ
diff --git 
a/source/media/screenshots/modules/smath/ui/symdefinedialog/bg/EditSymbols.png 
b/source/media/screenshots/modules/smath/ui/symdefinedialog/bg/EditSymbols.png
deleted file 

[Libreoffice-bugs] [Bug 68880] FORMATTING: wrong fonts displayed for presentations created under Linux

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

--- Comment #15 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 91274] MSO2013 Template - D Business Verification - Cell Background Not Imported After XLSX Saved

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 96707] EDITING: Data - Form does not respect Data - Validity

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 88852] SIDEBAR: Mouse Pointer Displayed During Resizing a Sidebar Panel is at the Wrong Position

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

--- Comment #12 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 72734] FILEOPEN xml : cannot import when xml contains CDATA

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 93485] Middle-of-curved-connector anchor moves away from the curve if edited

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

--- 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 91007] FILEOPEN: XLS - Cell borders not present

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 88454] EDITING: Erroneous Behaviour of Selection Modes “Extended” and “Block” in Documents with tables

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 116435] XML Form Document: Impossible to rename default-value "instanceData"

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 91457] FILEOPEN AND FILESAVE : For Calc, Picture Flip feature is not getting import and export

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 76785] Format "[Color17]General" saved incorrectly to ods

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

--- 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 102184] Navigator: Document doesn't move to the selected page, if cursor is in a comment

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 101368] Print selected area does not wrap text

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

--- 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 113381] text:anchor-type from style is not used

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 99877] [CHART] XLTX wrongly imported chart

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

--- 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 116439] OS/2 multi-image bitmap does not display correctly

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 88368] Wrong Page is Displayed if LibreOffice Window is Resized

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

--- 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 58062] VIEWING: form of database too big for screen

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

--- Comment #9 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 98412] SIDEBAR: Line properties not always updated

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 57642] Gradient lost when FILEOPEN .xls (MSO97)

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

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

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

Bug 98938 Summary: handout does not print in portrait orientation
https://bugs.documentfoundation.org/show_bug.cgi?id=98938

   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 98938] handout does not print in portrait orientation

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

Tommy Trussell  changed:

   What|Removed |Added

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

--- Comment #12 from Tommy Trussell  ---
I am not the original reporter -- I originally reported Bug #116353 which was
marked as a duplicate of this bug.

I just tested this and I am NOT seeing this behavior in Ubuntu 18.04.2 LTS
running LibreOffice 6.0.7.3 (from LTS repository) nor in LibreOffice 6.2.1.2
(most recent version installed in Ubuntu as a snap).

SO I am marking this as RESOLVED -- WORKSFORME as suggested.

BY THE WAY the LTS version exhibits a DIFFERENT bug (the slide layout order is
not correct -- it doesn't order the slides left to right then down as
specified) but that bug, too, seems to be fixed in the newer SNAP version.

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

[Libreoffice-bugs] [Bug 116412] Bundled python fails to import bz2 on Windows

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

--- Comment #3 from Takeshi Abe  ---
Still reproducible with:

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

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

[Libreoffice-bugs] [Bug 124116] Track-changes Hebrew punctuation misrendered on regular text

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

--- Comment #2 from Eyal Rozenberg  ---
(In reply to Khaled Hosny (inactive) from comment #1)
> The mark placement is broken in Arabic as well, and both issues are most
> likely another manifestation of bug 61444.

Can you post an example document in which this bug manifests for Arabic 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 106571] Remove context menu for default Gradients/Bitmaps/Patterns/Hatches or add restore tool

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

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

   What|Removed |Added

 Blocks||86349


Referenced Bugs:

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

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

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

   What|Removed |Added

 Depends on||106571


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106571
[Bug 106571] Remove context menu for default Gradients/Bitmaps/Patterns/Hatches
or add restore tool
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 110746] [META] Option dialog's View settings bugs and enhancements

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

Bug 98887 Summary: Scaling higher than 108% leads to defective display in text 
boxes in menu bar
https://bugs.documentfoundation.org/show_bug.cgi?id=98887

   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 98887] Scaling higher than 108% leads to defective display in text boxes in menu bar

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

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

   What|Removed |Added

 Blocks||110746
 CC||79045_79...@mail.ru
 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
Let's close it, because scale of LO GUI was removed from LO


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=110746
[Bug 110746] [META] Option dialog's View settings 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 110746] [META] Option dialog's View settings bugs and enhancements

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

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

   What|Removed |Added

 Depends on||98887


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98887
[Bug 98887] Scaling higher than 108% leads to defective display in text boxes
in menu bar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 98274] Inconsistent commands "Insert - Document" vs. "Insert - File"

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #10 from Roman Kuznetsov <79045_79...@mail.ru> ---
Now, in LO 6.3, I don't see item "Insert - Document" in Writer, there is
"Insert - Text from file" instead. And I don't see item "Insert - File" in
Impress and in Draw.

May be close this as WFM?

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

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

2019-03-17 Thread Libreoffice Gerrit user
 sc/inc/column.hxx   |2 -
 sc/source/core/data/column3.cxx |   49 +---
 2 files changed, 42 insertions(+), 9 deletions(-)

New commits:
commit de024e572dd7a588f82b84c68daa2051ec6b20e9
Author: Eike Rathke 
AuthorDate: Sun Mar 17 19:55:20 2019 +0100
Commit: Eike Rathke 
CommitDate: Mon Mar 18 00:00:18 2019 +0100

Listening when grouping in ScColumn::AttachNewFormulaCells(), (tdf#123736)

Not directly related to tdf#123736 but similar approach.
Setting a vector with ScColumn::SetFormulaCells() is currently
only done for Undo documents, but implementation provided
listening as only single cell listening for not-undo/clip
documents, which wouldn't work if actually used in grouping
context. The upcoming unit tests will use SetFormulaCells() for
checks.

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

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index da635280c71d..b8b4db6b76d6 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -717,7 +717,7 @@ private:
 bool bJoin = true, sc::StartListeningType eListenType = 
sc::SingleCellListening );
 
 void AttachNewFormulaCells( const sc::CellStoreType::position_type& aPos, 
size_t nLength,
-const std::vector& rNewSharedRows );
+std::vector& rNewSharedRows );
 
 void BroadcastNewCell( SCROW nRow );
 bool UpdateScriptType( sc::CellTextAttr& rAttr, SCROW nRow, 
sc::CellStoreType::iterator& itr );
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index fe78809a829a..d46bf4630576 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -625,7 +625,7 @@ void ScColumn::AttachNewFormulaCell(
 }
 
 void ScColumn::AttachNewFormulaCells( const sc::CellStoreType::position_type& 
aPos, size_t nLength,
-const std::vector& rNewSharedRows )
+std::vector& rNewSharedRows )
 {
 // Make sure the whole length consists of formula cells.
 if (aPos.first->type != sc::element_type_formula)
@@ -636,17 +636,50 @@ void ScColumn::AttachNewFormulaCells( const 
sc::CellStoreType::position_type& aP
 return;
 
 // Join the top and bottom cells only.
-ScFormulaCell* pCell = sc::formula_block::at(*aPos.first->data, 
aPos.second);
-JoinNewFormulaCell(aPos, *pCell);
+ScFormulaCell* pCell1 = sc::formula_block::at(*aPos.first->data, 
aPos.second);
+JoinNewFormulaCell(aPos, *pCell1);
 
 sc::CellStoreType::position_type aPosLast = aPos;
 aPosLast.second += nLength - 1;
-pCell = sc::formula_block::at(*aPosLast.first->data, aPosLast.second);
-JoinNewFormulaCell(aPosLast, *pCell);
+ScFormulaCell* pCell2 = sc::formula_block::at(*aPosLast.first->data, 
aPosLast.second);
+JoinNewFormulaCell(aPosLast, *pCell2);
 
 ScDocument* pDocument = GetDoc();
 if (!pDocument->IsClipOrUndo() && !pDocument->IsInsertingFromOtherDoc())
 {
+const bool bShared = pCell1->IsShared() || pCell2->IsShared();
+if (bShared)
+{
+const SCROW nTopRow = (pCell1->IsShared() ? 
pCell1->GetSharedTopRow() : pCell1->aPos.Row());
+const SCROW nBotRow = (pCell2->IsShared() ?
+pCell2->GetSharedTopRow() + pCell2->GetSharedLength() - 1 
: pCell2->aPos.Row());
+if (rNewSharedRows.empty())
+{
+rNewSharedRows.push_back( nTopRow);
+rNewSharedRows.push_back( nBotRow);
+}
+else if (rNewSharedRows.size() == 2)
+{
+// Combine into one span.
+if (rNewSharedRows[0] > nTopRow)
+rNewSharedRows[0] = nTopRow;
+if (rNewSharedRows[1] < nBotRow)
+rNewSharedRows[1] = nBotRow;
+}
+else if (rNewSharedRows.size() == 4)
+{
+// Merge into one span.
+// The original two spans are ordered from top to bottom.
+std::vector aRows(2);
+aRows[0] = std::min( rNewSharedRows[0], nTopRow);
+aRows[1] = std::max( rNewSharedRows[3], nBotRow);
+rNewSharedRows.swap( aRows);
+}
+else
+{
+assert(!"rNewSharedRows?");
+}
+}
 StartListeningUnshared( rNewSharedRows);
 
 sc::StartListeningContext aCxt(*pDocument);
@@ -654,10 +687,10 @@ void ScColumn::AttachNewFormulaCells( const 
sc::CellStoreType::position_type& aP
 ScFormulaCell** ppEnd = pp + nLength;
 for (; pp != ppEnd; ++pp)
 {
-pCell = *pp;
-pCell->StartListeningTo(aCxt);
+if (!bShared)
+(*pp)->StartListeningTo(aCxt);
 if 

[Libreoffice-bugs] [Bug 117066] Saving ODT document with ~1500 bookmarks is slow, especially on Windows (see comment 5 for explanation)

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

Björn Michaelsen  changed:

   What|Removed |Added

Summary|Saving big ODT document is  |Saving ODT document with
   |slow, especially on Windows |~1500 bookmarks is slow,
   |(see comment 5 for  |especially on Windows (see
   |explanation)|comment 5 for explanation)

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

[Libreoffice-bugs] [Bug 124141] Create a document analyser for LibreOffice triage and QA

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

Björn Michaelsen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||difficultyBeginner,
   ||easyHack, skillJava,
   ||skillPython, skillScript,
   ||skillUno, topicQA
 Status|UNCONFIRMED |NEW

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

[Libreoffice-bugs] [Bug 124141] New: Create a document analyser for LibreOffice triage and QA

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

Bug ID: 124141
   Summary: Create a document analyser for LibreOffice triage and
QA
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bjoern.michael...@libreoffice.org

Description:
Often issues arise with specific documents, esp. performance issues. It will
help LibreOffice QA and developers when triaging issues, if there is a overview
of what might be special about one specific document.

This EasyHack is to create a script or LibreOffice extension that provides
statistics about a document. For a text document including for example:

- number of paragraphs
- number of pages
- number of images/embedded media
- number of changetracking (redlines)
- number of styles, bookmarks, tables, indexes, text frames, OLE objects,
sections, hyperlinks, references, comments ...

The extension should produce the output as simple text, so that this can be
easily copypasted into a bugreport. For other document types, other information
might be relevant. For a simple scope, it should be ok to start with basic
numbers about text documents.


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

[Libreoffice-bugs] [Bug 124140] Vector graphics are incorrectly shown in Impress.

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

--- Comment #3 from sebastian.seve...@gmx.net ---
Created attachment 150040
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150040=edit
Screenshot collection which shows the problem

Screenshots which show the problem on OS X and Linux with and without OpenGL
enabled in presenation and edit mode. Also a screenshot from the start dialog
is contained.

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

[Libreoffice-bugs] [Bug 117066] Saving big ODT document is slow, especially on Windows (see comment 5 for explanation)

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

Björn Michaelsen  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|normal  |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-bugs] [Bug 124140] Vector graphics are incorrectly shown in Impress.

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

--- Comment #2 from sebastian.seve...@gmx.net ---
Created attachment 150039
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150039=edit
used icons in presentation

Used icons as vector and png graphic

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

[Libreoffice-bugs] [Bug 124140] Vector graphics are incorrectly shown in Impress.

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

--- Comment #1 from sebastian.seve...@gmx.net ---
Created attachment 150038
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150038=edit
Demo presentation with vector graphics

Presentation wich shown the problem.

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

[Libreoffice-bugs] [Bug 124140] New: Vector graphics are incorrectly shown in Impress.

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

Bug ID: 124140
   Summary: Vector graphics are incorrectly shown in Impress.
   Product: LibreOffice
   Version: 6.2.1.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sebastian.seve...@gmx.net

Description:
I insert vector graphics (svg file format) in a presentation.

Minor problem: In normal edit mode it looks good but on OX X some transparency
effects are incorrectly shown in comparison to the presentation in
Firefox/Safari.

Main problem: When I start the presentation mode the vector graphics are
displayed incorrectly (color, transparency and aliasing). It does not matter if
OpenGL is enabled or not. The effect also occurs on the start dialog where I
can choose resent opened files. This problem also occurs on Debian Linux with
and without OpenGL enabled (4.19.0-1-amd64 #1 SMP Debian 4.19.13-1 (2018-12-30)
x86_64 GNU/Linux; Mesa 18.2.8m DRI Intel(R) HD Graphics 5500).

I tested it also with Libre Office Versions 6.1, 6.0 and 5.1. And I tested it
with OS X on a MacBook with Intel GPU and a second MacBook with NVidia GPU and
I get the same result.





Steps to Reproduce:
1. create a new empty presentation
2. insert a vector graphic (svg file format) per drag and drop
3. start the presentation mode

Actual Results:
Vector graphics are displayed incorrectly (color, transparency and aliasing) in
presentation mode. On OX X some transparency effects are incorrectly shown in
comparison to the presentation in Firefox/Safari.

Expected Results:
Vector graphics in presentation mode looks like in edit mode respectively the
presentation in Firefox/Safari.


Reproducible: Always


User Profile Reset: No



Additional Info:
Demo presentation, used svg files and screenshots (from linux and OS X) are
attached. Vector graphics are from faenza icon pack.

I use a germen language version, I hope the used terms are correct.

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

[Libreoffice-bugs] [Bug 124116] Track-changes Hebrew punctuation misrendered on regular text

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

--- Comment #1 from Khaled Hosny (inactive)  ---
The mark placement is broken in Arabic as well, and both issues are most likely
another manifestation of bug 61444.

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

[Libreoffice-bugs] [Bug 110746] [META] Option dialog's View settings bugs and enhancements

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

Bug 91556 Summary: Reset scale factor for UI (Tools > Options > LibreOffice > 
View)  with quick and easy way
https://bugs.documentfoundation.org/show_bug.cgi?id=91556

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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

[Libreoffice-bugs] [Bug 91556] Reset scale factor for UI (Tools > Options > LibreOffice > View) with quick and easy way

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

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

   What|Removed |Added

 Resolution|--- |WONTFIX
 Blocks||110746
 CC||79045_79...@mail.ru
 Status|NEW |RESOLVED

--- Comment #8 from Roman Kuznetsov <79045_79...@mail.ru> ---
Now we can close it as WONTFIX because scale for LibreOffice GUI was removed


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=110746
[Bug 110746] [META] Option dialog's View settings 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 110746] [META] Option dialog's View settings bugs and enhancements

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

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

   What|Removed |Added

 Depends on||91556


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91556
[Bug 91556] Reset scale factor for UI (Tools > Options > LibreOffice > View) 
with quick and easy way
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117066] Saving big ODT document is slow, especially on Windows (see comment 5 for explanation)

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

--- Comment #8 from Björn Michaelsen  ---
Well, that only works if there is something relevant to debug here.

The bisect showed that doing proper cleanup of UnoCursors slowed things down.
So its a hint that this document does weird things with UnoCursors.

Opening the doc, I find it has some ~1500 bookmarks alone, most of which seem
garbage. Hint: Dont do that to your documents if you care about performance.

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

[Libreoffice-bugs] [Bug 114039] [META] Field dialog bugs and enhancements

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

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

   What|Removed |Added

 Depends on||103301


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103301
[Bug 103301] Filter textbox should auto-focus when opening cross-reference
dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 103301] Filter textbox should auto-focus when opening cross-reference dialog

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru
 Blocks|107905  |114039
 Status|NEW |RESOLVED
 Resolution|--- |FIXED


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107905] [META] Cross-references bugs and enhancements

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

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

   What|Removed |Added

 Depends on|103301  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103301
[Bug 103301] Filter textbox should auto-focus when opening cross-reference
dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 114039] [META] Field dialog bugs and enhancements

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

Bug 103301 Summary: Filter textbox should auto-focus when opening 
cross-reference dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=103301

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 124139] New: After automatic backup document view returns to text entry point

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

Bug ID: 124139
   Summary: After automatic backup document view returns to text
entry point
   Product: LibreOffice
   Version: 5.1.6.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hilme...@hotmail.com

Description:
While entering text in a .odt I may want to scroll away to look something up
somewhere else in the document. Now and then the document is backed up (an
excellent feature!). But after the backup the view of the document immediately
returns to the text entry point, and I have to restart my search. 
The autonomuous backup as backgroud feature should not interfere with my
working with the document. 
(I do not think that a "Hey! Remember! Your supposed to enter text here" is the
intended feature ;-)

Steps to Reproduce:
1. Scroll away from your text entry point
2. Wait for autonomuous backup
3. 

Actual Results:
Document view returns to text entry point

Expected Results:
The document freezes during backup, but my document view remains the same 


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 124133] EMF in PPTX wrongly imported

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

Aron Budea  changed:

   What|Removed |Added

   Keywords||filter:emf
Version|6.2.1.2 release |4.0.0.3 release
Summary|pptx import: incorrect  |EMF in PPTX wrongly
   |diagram |imported

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

[Libreoffice-bugs] [Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||124133


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on|124133  |


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 124133] pptx import: incorrect diagram

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

Aron Budea  changed:

   What|Removed |Added

 Blocks|75057   |103859
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Aron Budea  ---
Repro in LO 6.3.0.0.alpha0+ (ec3aee0ef36f1ec3848581009b0de01e0ffd5e8f), 4.0.0.3
/ Windows 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=75057
[Bug 75057] [META] OOXML Chart object issues
https://bugs.documentfoundation.org/show_bug.cgi?id=103859
[Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) 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 124133] pptx import: incorrect diagram

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

--- Comment #3 from Aron Budea  ---
Created attachment 150037
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150037=edit
Screenshot in PP

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

[Libreoffice-bugs] [Bug 124133] pptx import: incorrect diagram

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

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #2 from Aron Budea  ---
Created attachment 150036
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150036=edit
EMF from the PPTX

This is actually an EMF import problem, as the chart is simply an EMF file.
The equations are overlaid in the PPTX.

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

[Libreoffice-bugs] [Bug 124024] Scaling factor of the Sheets isn't displayed correct

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

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||bibisected, bisected,
   ||regression
 CC||caol...@redhat.com,
   ||r...@post.cz
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW

--- Comment #1 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

063f6b838f3a8eb8b8709b8de08bc5876124f8ca is the first bad commit
commit 063f6b838f3a8eb8b8709b8de08bc5876124f8ca
Author: Jenkins Build User 
Date:   Thu Sep 27 20:00:44 2018 +0200

source sha:38cdfcd55f05058e2adfe5bf01e85ca5417649af

author  Caolán McNamara 2018-09-27 13:51:14 +0100
committer   Caolán McNamara 2018-09-27 18:06:03
+0200
commit  38cdfcd55f05058e2adfe5bf01e85ca5417649af (patch)
tree4353b4494ea5398afa39bd7af243d37d09b2916b
parent  4d382636b0b1c555af2b98f2f41b4776fd7b5ffb (diff)
weld ScTablePage

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

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

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

MARMONT Fabrice  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 103301] Filter textbox should auto-focus when opening cross-reference dialog

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.3.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 103301] Filter textbox should auto-focus when opening cross-reference dialog

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

--- Comment #2 from Commit Notification 
 ---
Roman Kuznetsov committed a patch related to this issue.
It has been pushed to "master":

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

tdf#103301 Set focus to the filter textbox

It will be available in 6.3.0.

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

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

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

[Libreoffice-bugs] [Bug 123147] Indenting bullet list items: different behavior

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

--- Comment #3 from zyklo...@web.de ---
Oh, at step 2, I meant “press tab”.

You need to totally delete the first line, then it’s also reproducible in
v6.2.0.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-commits] core.git: sw/source

2019-03-17 Thread Libreoffice Gerrit user
 sw/source/ui/fldui/fldref.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a7cd6e6b6cfac65e4d28e5ad587e764b65eeefeb
Author: Roman Kuznetsov 
AuthorDate: Sun Mar 17 19:41:37 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Mar 17 22:00:46 2019 +0100

tdf#103301 Set focus to the filter textbox

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

diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 9680406df1ff..5e00e0992a6e 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -116,6 +116,7 @@ SwFieldRefPage::SwFieldRefPage(vcl::Window* pParent, const 
SfxItemSet *const pCo
 m_pSelectionToolTipLB->SetStyle( m_pSelectionToolTipLB->GetStyle() | 
WB_HSCROLL );
 m_pSelectionToolTipLB->SetSpaceBetweenEntries(1);
 m_pSelectionToolTipLB->SetHighlightRange();
+m_pFilterED->GrabFocus();
 }
 
 SwFieldRefPage::~SwFieldRefPage()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 117066] Saving big ODT document is slow, especially on Windows (see comment 5 for explanation)

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

Buovjaga  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|WONTFIX |---
Summary|Saving big ODT document is  |Saving big ODT document is
   |slow, especially on Windows |slow, especially on Windows
   ||(see comment 5 for
   ||explanation)

--- Comment #7 from Buovjaga  ---
(In reply to Telesto from comment #6)
> (In reply to Björn Michaelsen from comment #5)
> > The fix in the mentioned commit is not negotiable, I think: Cursors should
> > properly disposed. So this wont be fixed as a regression, because doing
> > something not wrong is worth being slower.
> > 
> > Maybe having less cursors around etc. might be worthwhile but that is hardly
> > relevant for a specific document.
> > 
> > Closing this as WONTFIX.
> 
> It's still a performance bug, IMHO. Maybe not something you're responsible
> for.. I would leave it open without regression & bibisect keyword.. Instead
> of burying the issue

Exactly. I was just coming to say that and revert the status change. We have to
track this in any case.

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

[Libreoffice-bugs] [Bug 124137] LibreOffice Dock Icon Recent Files List Always Persists and Cannot Be Cleared in Normal and Safe Mode

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

--- Comment #3 from Robert Blair  ---
Created attachment 150035
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150035=edit
LibreOffice Dock Icon Recent Files List Bug

Screenshot of the LibreOffice dock icon in safe mode still showing the recent
files list. This bug has been reported for years on previous different major
versions of LibreOffice and macOS. I don't believe it has ever been resolved.
I'm curious as to why it has been so difficult to squash.

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

[Libreoffice-bugs] [Bug 124137] LibreOffice Dock Icon Recent Files List Always Persists and Cannot Be Cleared in Normal and Safe Mode

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

--- Comment #2 from Robert Blair  ---
Created attachment 150034
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150034=edit
LibreOffice Dock Icon Recent Files List Bug

Screenshot of LibreOffice dock icon showing the recent files list with the
program not running. The list can never be cleared, even after multiple
reboots, logging out, restart in safe mode, etc.

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

[Libreoffice-bugs] [Bug 117066] Saving big ODT document is slow, especially on Windows

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

--- Comment #6 from Telesto  ---
(In reply to Björn Michaelsen from comment #5)
> The fix in the mentioned commit is not negotiable, I think: Cursors should
> properly disposed. So this wont be fixed as a regression, because doing
> something not wrong is worth being slower.
> 
> Maybe having less cursors around etc. might be worthwhile but that is hardly
> relevant for a specific document.
> 
> Closing this as WONTFIX.

It's still a performance bug, IMHO. Maybe not something you're responsible
for.. I would leave it open without regression & bibisect keyword.. Instead of
burying the issue

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

[Libreoffice-bugs] [Bug 124138] Hidden features .odt -> .html

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

Ola Smith  changed:

   What|Removed |Added

 CC||hilme...@hotmail.com

--- Comment #1 from Ola Smith  ---
Created attachment 150033
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150033=edit
file contains sample string

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

[Libreoffice-bugs] [Bug 124137] LibreOffice Dock Icon Recent Files List Always Persists and Cannot Be Cleared in Normal and Safe Mode

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

--- Comment #1 from Robert Blair  ---
Created attachment 150032
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150032=edit
LibreOffice Dock Icon Recent Files List Bug

Screenshot of LibreOffice Dock Icon showing recent files list from right-click
which is always persistent. The list can never be cleared.

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

[Libreoffice-bugs] [Bug 124138] New: Hidden features .odt -> .html

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

Bug ID: 124138
   Summary: Hidden features .odt -> .html
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hilme...@hotmail.com

Description:
It is of type; https://xkcd.com/2109/
Please see enclosed sample.

.odt has a black "A" followed by a red "1"
when file/export to .xhtml the "A" becomes red.

export to .pdf will not make "A" red.

I have no clear idea of how this string originally (years ago) was created.

Steps to Reproduce:
1.expoert enclosed document to .xhtml
2.check the result
3.

Actual Results:
a red "A"

Expected Results:
a black "A"


Reproducible: Always


User Profile Reset: No



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

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

[Libreoffice-bugs] [Bug 124136] calc chart copy issue with comma in sheet's name

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

--- Comment #2 from Pierre  ---
Note that in Test_1.ods, line 4 was intentionally skipped when building the
chart. But it does not seem to make any difference in the result.

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

[Libreoffice-bugs] [Bug 117066] Saving big ODT document is slow, especially on Windows

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

Björn Michaelsen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #5 from Björn Michaelsen  ---
The fix in the mentioned commit is not negotiable, I think: Cursors should
properly disposed. So this wont be fixed as a regression, because doing
something not wrong is worth being slower.

Maybe having less cursors around etc. might be worthwhile but that is hardly
relevant for a specific document.

Closing this as WONTFIX.

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

[Libreoffice-bugs] [Bug 124137] New: LibreOffice Dock Icon Recent Files List Always Persists and Cannot Be Cleared in Normal and Safe Mode

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

Bug ID: 124137
   Summary: LibreOffice Dock Icon Recent Files List Always
Persists and Cannot Be Cleared in Normal and Safe Mode
   Product: LibreOffice
   Version: 6.2.1.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: robertleeblai...@gmail.com

Description:
The LibreOffice Dock Icon for the version 6.2.1.2 has a bug with the recent
files list. The problem is present on macOS 10.14.3 but may occur on other OS
platforms. To observe the bug, you just have to right-click (alternate) the
dock icon after having previously opened and saved documents through normal
use. The LibreOffice program doesn't even have to be running to observe your
recent files list. All methods to clear the recent files list will not clear
the recent files list from the dock icon. I've attached images to show the
problem. No reboots, logoffs, removing the dock icon, etc. have resolved this
problem.

Steps to Reproduce:
1.Create and save file in LibreOffice. Afterwards, use the clear recent files
function.
2.Program does not need to be opened. Right-click dock icon for LibreOffice.
3.Observe the recent files list persists whenever it should have been cleared.

Actual Results:
Recent files list persists when right-clicking the dock icon. It is never
cleared.

Expected Results:
After using the clear recent files list function, the recent files list
shouldn't appear when right-clicking the dock icon.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
This has been a bug which has been persistent, reoccurred, etc. since many
major previous versions of LibreOffice and major versions of macOS. Why is this
a difficult bug to resolve?

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

[Libreoffice-bugs] [Bug 120201] [META] Update or add link to help page

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

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

   What|Removed |Added

 Depends on||124097


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124097
[Bug 124097] LOCALHELP: write help page(s) for Dialog Control EVENTS (to bind
to macros)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124097] LOCALHELP: write help page(s) for Dialog Control EVENTS (to bind to macros)

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

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

   What|Removed |Added

 Blocks||120201


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120201
[Bug 120201] [META] Update or add link to help page
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124103] Count of non-sequentially selected rows or columns in Calc statusbar

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

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

   What|Removed |Added

Summary|Count of non-sequentially   |Count of non-sequentially
   |selected rows or columns in |selected rows or columns in
   |Calc|Calc statusbar
 Blocks||86066


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 86066] [META] bugs and improvements to the statusbar

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

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

   What|Removed |Added

 Depends on||124103


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124103
[Bug 124103] Count of non-sequentially selected rows or columns in Calc
statusbar
-- 
You are receiving this mail because:
You 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: icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg

2019-03-17 Thread Libreoffice Gerrit user
 icon-themes/sifr/cmd/lc_addprintarea.png   |binary
 icon-themes/sifr/cmd/lc_avmediaplayer.png  |binary
 icon-themes/sifr/cmd/lc_charfontname.png   |binary
 icon-themes/sifr/cmd/lc_defineprintarea.png|binary
 icon-themes/sifr/cmd/lc_deleteprintarea.png|binary
 icon-themes/sifr/cmd/lc_editprintarea.png  |binary
 icon-themes/sifr/cmd/lc_fontdialog.png |binary
 icon-themes/sifr/cmd/lc_hyperlinkdialog.png|binary
 icon-themes/sifr/cmd/lc_inserthyperlink.png|binary
 icon-themes/sifr/cmd/lc_mailmergeprintdocuments.png|binary
 icon-themes/sifr/cmd/lc_managebreakpoints.png  |binary
 icon-themes/sifr/cmd/lc_numberingstart.png |binary
 icon-themes/sifr/cmd/lc_outlinefont.png|binary
 icon-themes/sifr/cmd/lc_outlineformat.png  |binary
 icon-themes/sifr/cmd/lc_polygon.png|binary
 icon-themes/sifr/cmd/lc_polygon_diagonal.png   |binary
 icon-themes/sifr/cmd/lc_polygon_diagonal_unfilled.png  |binary
 icon-themes/sifr/cmd/lc_polygon_unfilled.png   |binary
 icon-themes/sifr/cmd/lc_print.png  |binary
 icon-themes/sifr/cmd/lc_printdefault.png   |binary
 icon-themes/sifr/cmd/lc_printersetup.png   |binary
 icon-themes/sifr/cmd/lc_printlayout.png|binary
 icon-themes/sifr/cmd/lc_printpagepreview.png   |binary
 icon-themes/sifr/cmd/lc_printpreview.png   |binary
 icon-themes/sifr/cmd/lc_removehyperlink.png|binary
 icon-themes/sifr/cmd/lc_starshapes.png |binary
 icon-themes/sifr/cmd/lc_starshapes.star4.png   |binary
 icon-themes/sifr/cmd/lc_starshapes.star5.png   |binary
 icon-themes/sifr/cmd/lc_starshapes.star6.png   |binary
 icon-themes/sifr/cmd/lc_starshapes.star8.png   |binary
 icon-themes/sifr/cmd/lc_togglebreakpoint.png   |binary
 icon-themes/sifr/cmd/sc_editprintarea.png  |binary
 icon-themes/sifr/cmd/sc_printlayout.png|binary
 icon-themes/sifr_dark/cmd/lc_addprintarea.png  |binary
 icon-themes/sifr_dark/cmd/lc_avmediaplayer.png |binary
 icon-themes/sifr_dark/cmd/lc_charfontname.png  |binary
 icon-themes/sifr_dark/cmd/lc_defineprintarea.png   |binary
 icon-themes/sifr_dark/cmd/lc_deleteprintarea.png   |binary
 icon-themes/sifr_dark/cmd/lc_editprintarea.png |binary
 icon-themes/sifr_dark/cmd/lc_fontdialog.png|binary
 icon-themes/sifr_dark/cmd/lc_hyperlinkdialog.png   |binary
 icon-themes/sifr_dark/cmd/lc_inserthyperlink.png   |binary
 icon-themes/sifr_dark/cmd/lc_mailmergeprintdocuments.png   |binary
 icon-themes/sifr_dark/cmd/lc_managebreakpoints.png |binary
 icon-themes/sifr_dark/cmd/lc_numberingstart.png|binary
 icon-themes/sifr_dark/cmd/lc_outlinefont.png   |binary
 icon-themes/sifr_dark/cmd/lc_outlineformat.png |binary
 icon-themes/sifr_dark/cmd/lc_polygon.png   |binary
 icon-themes/sifr_dark/cmd/lc_polygon_diagonal.png  |binary
 icon-themes/sifr_dark/cmd/lc_polygon_diagonal_unfilled.png |binary
 icon-themes/sifr_dark/cmd/lc_polygon_unfilled.png  |binary
 icon-themes/sifr_dark/cmd/lc_print.png |binary
 icon-themes/sifr_dark/cmd/lc_printdefault.png  |binary
 icon-themes/sifr_dark/cmd/lc_printersetup.png  |binary
 icon-themes/sifr_dark/cmd/lc_printlayout.png   |binary
 icon-themes/sifr_dark/cmd/lc_printpagepreview.png  |binary
 icon-themes/sifr_dark/cmd/lc_printpreview.png  |binary
 icon-themes/sifr_dark/cmd/lc_removehyperlink.png   |binary
 icon-themes/sifr_dark/cmd/lc_starshapes.png|binary
 icon-themes/sifr_dark/cmd/lc_starshapes.star4.png  |binary
 icon-themes/sifr_dark/cmd/lc_starshapes.star5.png  |binary
 icon-themes/sifr_dark/cmd/lc_starshapes.star6.png  |binary
 icon-themes/sifr_dark/cmd/lc_starshapes.star8.png  |binary
 icon-themes/sifr_dark/cmd/lc_togglebreakpoint.png  |binary
 icon-themes/sifr_dark/cmd/sc_editprintarea.png |binary
 icon-themes/sifr_dark/cmd/sc_printlayout.png   |binary
 icon-themes/sifr_svg/cmd/lc_addprintarea.svg   |   10 ++
 icon-themes/sifr_svg/cmd/lc_avmediaplayer.svg  |6 ++
 icon-themes/sifr_svg/cmd/lc_charfontname.svg   |6 ++
 icon-themes/sifr_svg/cmd/lc_defineprintarea.svg|   12 ++--
 icon-themes/sifr_svg/cmd/lc_deleteprintarea.svg|   10 ++
 icon-themes/sifr_svg/cmd/lc_editprintarea.svg  |   10 ++
 icon-themes/sifr_svg/cmd/lc_fontdialog.svg  

[Libreoffice-bugs] [Bug 108044] [META] Base UX bugs and enhancements

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

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

   What|Removed |Added

 Depends on||124104


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124104
[Bug 124104] LibreOffice Base: Text cut off in GUI elements with font scaling
enabling or when font size increased above 12 point
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124104] LibreOffice Base: Text cut off in GUI elements with font scaling enabling or when font size increased above 12 point

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

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

   What|Removed |Added

 Blocks||108044


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108044
[Bug 108044] [META] Base UX 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 124104] LibreOffice Base: Text cut off in GUI elements with font scaling enabling or when font size increased above 12 point

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

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 150031
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150031=edit
Screenshot with problem (KDE5)

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

[Libreoffice-bugs] [Bug 124136] calc chart copy issue with comma in sheet's name

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

--- Comment #1 from Pierre  ---
Created attachment 150030
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150030=edit
Spreadsheet with chart and comma in sheet's name

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

[Libreoffice-bugs] [Bug 124136] New: calc chart copy issue with comma in sheet's name

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

Bug ID: 124136
   Summary: calc chart copy issue with comma in sheet's name
   Product: LibreOffice
   Version: 6.0.5.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: co...@bluewin.ch

Description:
Sheets'name is : "Feuille, 1" with a comma. It contain few data and a chart,
see attachment. After being copied, the chart pasted in a new Draw empty
document does not appear normal. Several elements are missing. Removing comma
in sheet's name resolve that problem.

Steps to Reproduce:
1. Open attachment Test_1.ods
2. Select and copy the chart
3. Open new Draw empty document
4. Paste the chart

Actual Results:
Most chart's elements are missing.

Expected Results:
Whole charts elements copied.


Reproducible: Always


User Profile Reset: No



Additional Info:
Remove comma in sheet's name and repeat above steps to see the expected result.

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

[Libreoffice-bugs] [Bug 123586] Beanshell editor needs minimum size

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

achra...@hotmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |achra...@hotmail.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 124135] function to convert the numbers to Roman numerals

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

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

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 CC||79045_79...@mail.ru
 Blocks||108827

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
there is function ROMAN

https://help.libreoffice.org/6.2/en-US/text/scalc/01/04060110.html?DbPAR=CALC#bm_id3153534

works for me


Referenced Bugs:

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

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

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

   What|Removed |Added

 Depends on||124135


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124135
[Bug 124135] function to convert the numbers to Roman numerals
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

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

Bug 124135 Summary: function to convert the numbers to Roman numerals
https://bugs.documentfoundation.org/show_bug.cgi?id=124135

   What|Removed |Added

 Status|UNCONFIRMED |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 124133] pptx import: incorrect diagram

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

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Frederic Parrenin from comment #0)
> Created attachment 150026 [details]
> .pptx file to reproduce the problem
> 
> Steps to reproduce the problem:
> - open the attached pptx file in PowerPoint
> - open the same file in Impress
> - compare slide 1
> => the two diagrams are different

Frederic, can you attach screenshot side-by-side for chart PowerPoint vs
Impress?

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

[Libreoffice-bugs] [Bug 124133] pptx import: incorrect diagram

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

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

   What|Removed |Added

 Blocks||75057


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

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

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

   What|Removed |Added

 Depends on||124133


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 123586] Beanshell editor needs minimum size

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

achra...@hotmail.com changed:

   What|Removed |Added

   Assignee|2016bit...@sggs.ac.in   |libreoffice-b...@lists.free
   ||desktop.org

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

[Libreoffice-bugs] [Bug 116253] With MariaDB JDBC connection & Filter property set, an empty Combo Box shows 'NULL' when record inserted

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

--- Comment #26 from Howard Johnson  ---
Thank Julian.  This is wonderful news!  

It definitely has something to do with the form filtering.  Get rid of form
filtering and the problem goes away.

---

I wish I could help more.  Best I can do right now is to offer my updated and
expanded system specs:

a) OS
   # lsb_release -a
   No LSB modules are available.
   Description: Debian GNU/Linux 9.8 (stretch)


b) KERNEL
   # uname -a
   Linux  4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
GNU/Linux


c) GCC
   # cat /proc/version
   Linux version 4.9.0-8-amd64 (debian-ker...@lists.debian.org) (gcc version
6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.144-3.1
(2019-02-19)


d) DATABASE
   $ mysql --version
   mysql  Ver 15.1 Distrib 10.2.16-MariaDB, for debian-linux-gnu (x86_64) using
readline 5.2


e) CONNECTOR
   # ls -l /usr/share/java/mariadb-java-client-2.2.6.jar 
lrwxrwxrwx 1 root root 77 Mar  9 16:54
/usr/share/java/mariadb-java-client-2.2.6.jar ->
/home/howard/Lang/java/mariadb/ConnectorJ/2.2.6/mariadb-java-client-2.2.6.jar

   Installed in LO with:
 Menu> Tools> Option> 
   LibreOffice> Advanced> Java Options> Class Path...> 
 Assigned folders and archives:
  /usr/share/java/mariadb-java-client-2.2.6.jar


f) JAVA
   $ java -version
   openjdk version "1.8.0_181"
   OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-2~deb9u1-b13)
   OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)


g) CPU
   # lscpu
   Architecture:  x86_64
   CPU op-mode(s):32-bit, 64-bit
   Byte Order:Little Endian
   CPU(s):2
   On-line CPU(s) list:   0,1
   Thread(s) per core:1
   Core(s) per socket:2
   Socket(s): 1
   NUMA node(s):  1
   Vendor ID: GenuineIntel
   CPU family:6
   Model: 23
   Model name:Intel(R) Core(TM)2 Duo CPU P8800  @ 2.66GHz
   Stepping:  10
   CPU MHz:   800.000
   CPU max MHz:   2667.
   CPU min MHz:   800.
   BogoMIPS:  5319.96
   Virtualization:VT-x
   L1d cache: 32K
   L1i cache: 32K
   L2 cache:  3072K
   NUMA node0 CPU(s): 0,1
   Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64
monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm kaiser
tpr_shadow vnmi flexpriority dtherm ida

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

  1   2   3   >