[Libreoffice-commits] core.git: 2 commits - vcl/source vcl/unx vcl/workben xmloff/qa xmloff/source

2018-10-18 Thread Libreoffice Gerrit user
 vcl/source/app/svapp.cxx |   86 ++--
 vcl/source/font/font.cxx |6 -
 vcl/source/fontsubset/ttcr.cxx   |4 
 vcl/source/window/debugevent.cxx |6 -
 vcl/source/window/layout.cxx |2 
 vcl/unx/generic/app/i18n_ic.cxx  |2 
 vcl/unx/generic/app/saldisp.cxx  |   17 +---
 vcl/unx/generic/fontmanager/fontmanager.cxx  |2 
 vcl/unx/gtk3/gtk3gtkinst.cxx |2 
 vcl/workben/vcldemo.cxx  |   12 +-
 xmloff/qa/unit/uxmloff.cxx   |2 
 xmloff/source/forms/controlpropertymap.cxx   |   48 ---
 xmloff/source/forms/gridcolumnproptranslator.cxx |4 
 xmloff/source/style/xmlexppr.cxx |2 
 xmloff/source/transform/EventMap.cxx |4 
 xmloff/source/transform/EventMap.hxx |4 
 xmloff/source/transform/EventOASISTContext.cxx   |4 
 xmloff/source/transform/EventOOoTContext.cxx |   12 +-
 xmloff/source/transform/OOo2Oasis.cxx|   82 +--
 xmloff/source/transform/Oasis2OOo.cxx|   96 +++
 xmloff/source/transform/PropertyActionsOASIS.cxx |   26 +++---
 xmloff/source/transform/PropertyActionsOASIS.hxx |   26 +++---
 xmloff/source/transform/PropertyActionsOOo.cxx   |   36 
 xmloff/source/transform/PropertyActionsOOo.hxx   |   36 
 xmloff/source/transform/StyleOASISTContext.cxx   |2 
 xmloff/source/transform/StyleOOoTContext.cxx |2 
 xmloff/source/transform/TransformerActions.cxx   |4 
 xmloff/source/transform/TransformerActions.hxx   |4 
 xmloff/source/transform/TransformerBase.cxx  |4 
 xmloff/source/transform/TransformerBase.hxx  |4 
 xmloff/source/transform/TransformerTokenMap.cxx  |2 
 xmloff/source/transform/TransformerTokenMap.hxx  |2 
 32 files changed, 249 insertions(+), 296 deletions(-)

New commits:
commit 265072a4cafd9f8552264448e2fc049ae3ac97e5
Author: Noel Grandin 
AuthorDate: Thu Oct 18 11:54:34 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Oct 19 07:57:49 2018 +0200

loplugin:staticvar in vcl

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

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index a43b830ded2b..fb8ec12d28d7 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -89,65 +89,35 @@ void InitSettings(ImplSVData* pSVData);
 }
 
 // keycodes handled internally by VCL
-class ImplReservedKey
-{
-public:
-explicit ImplReservedKey( vcl::KeyCode aKeyCode )
-: mKeyCode(aKeyCode)
-{
-}
-
-vcl::KeyCode mKeyCode;
-};
-
-typedef std::pair ReservedKeys;
-namespace
-{
-struct ImplReservedKeysImpl
-{
-ReservedKeys* operator()()
-{
-static ImplReservedKey ImplReservedKeys[] =
-{
-ImplReservedKey(vcl::KeyCode(KEY_F1,0)  ),
-ImplReservedKey(vcl::KeyCode(KEY_F1,KEY_SHIFT)  ),
-ImplReservedKey(vcl::KeyCode(KEY_F1,KEY_MOD1)   ),
-ImplReservedKey(vcl::KeyCode(KEY_F2,KEY_SHIFT)  ),
-ImplReservedKey(vcl::KeyCode(KEY_F4,KEY_MOD1)   ),
-ImplReservedKey(vcl::KeyCode(KEY_F4,KEY_MOD2)   ),
-ImplReservedKey(vcl::KeyCode(KEY_F4,KEY_MOD1|KEY_MOD2)  ),
-ImplReservedKey(vcl::KeyCode(KEY_F6,0)  ),
-ImplReservedKey(vcl::KeyCode(KEY_F6,KEY_MOD1)   ),
-ImplReservedKey(vcl::KeyCode(KEY_F6,KEY_SHIFT)  ),
-ImplReservedKey(vcl::KeyCode(KEY_F6,KEY_MOD1|KEY_SHIFT) ),
-ImplReservedKey(vcl::KeyCode(KEY_F10,0) )
+static vcl::KeyCode const ReservedKeys[]
+{
+vcl::KeyCode(KEY_F1,0)  ,
+vcl::KeyCode(KEY_F1,KEY_SHIFT)  ,
+vcl::KeyCode(KEY_F1,KEY_MOD1)   ,
+vcl::KeyCode(KEY_F2,KEY_SHIFT)  ,
+vcl::KeyCode(KEY_F4,KEY_MOD1)   ,
+vcl::KeyCode(KEY_F4,KEY_MOD2)   ,
+vcl::KeyCode(KEY_F4,KEY_MOD1|KEY_MOD2)  ,
+vcl::KeyCode(KEY_F6,0)  ,
+vcl::KeyCode(KEY_F6,KEY_MOD1)   ,
+vcl::KeyCode(KEY_F6,KEY_SHIFT)  ,
+vcl::KeyCode(KEY_F6,KEY_MOD1|KEY_SHIFT) ,
+vcl::KeyCode(KEY_F10,0)
 #ifdef UNX
 ,
-ImplReservedKey(vcl::KeyCode(KEY_1,KEY_SHIFT|KEY_MOD1)),
-ImplReservedKey(vcl::KeyCode(KEY_2,KEY_SHIFT|KEY_MOD1)),
-ImplReservedKey(vcl::KeyCode(KEY_3,KEY_SHIFT|KEY_MOD1)),
-

[Libreoffice-bugs] [Bug 120694] New: Google Drive login

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120694

Bug ID: 120694
   Summary: Google Drive login
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mar...@smutny.name

Description:
When I would work with remote files on Google Drives on a daily base, boring me
login process again and again.
Every time when I want open remote file, it ask me for master password and ask
me for Autenthication code (PIN).

Steps to Reproduce:
1. Run Writer
2. menu "File>Recent documents>vnd.libreoffice.cmis:."
3. dialog "Master Password"
4. dialog "Autenthication code"

Actual Results:
After close Writer I have to repeat process every time

Expected Results:
To remember login information and session for current user.


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 120693] New: Firebird Migration: Number [ NUMERIC ] Field Data Errors

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120693

Bug ID: 120693
   Summary: Firebird Migration: Number [ NUMERIC ] Field Data
Errors
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdritc...@gmail.com

Description:
In testing a copy of my existing database that has been migrated to Firebird,
I've noticed some apparently random Number [ NUMERIC ] field data being
corrupted. Typical entries for my Table would look something like (0.50, 3.00,
10.00, 55.00 or similar).

Post migration all entries with the previous value of 3.00 are showing -652.36,
previous values of 4.00 are showing -651.36, and previous values of 5.00 are
showing -650.36. All other numeric entries appear to be correct.

Steps to Reproduce:
1. Convert existing HSQLDB to Firebird
2. Open data Table
3. View NUMERIC field data and errors

Actual Results:
NUMERIC Table fields showed errors

Expected Results:
NUMERIC Table fields should show correct NUMERIC data.


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 120691] Firebird Migration of Existing Database Error: firebird_sdbc_error

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120691

--- Comment #1 from sdritc...@gmail.com ---
This bug appears to be due to the fact that my table name contained a space. 
By removing the space from the table name this error message does not appear.

More info here:
https://ask.libreoffice.org/en/question/169271/firebird-migration-of-existing-database-error-firebird_sdbc_error/

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

2018-10-18 Thread Libreoffice Gerrit user
 sw/qa/extras/ww8export/data/fdo53985.doc |binary
 sw/qa/extras/ww8export/ww8export3.cxx|   23 +++
 sw/source/filter/ww8/ww8par.cxx  |8 
 3 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit 3e2e49074a59abbc9733e0c6e6914f902dd81664
Author: Justin Luth 
AuthorDate: Thu Oct 18 08:47:58 2018 +0300
Commit: Justin Luth 
CommitDate: Fri Oct 19 05:44:03 2018 +0200

ww8import: always protect document if set

Just because some sections are unprotected doesn't mean that
the document should not open in forms mode. MSWord 2016
opens it in "forms view" mode which also doesn't allow
editing those unrestricted settings. Only when choosing
the "Edit Document" view are the unprotected sections
editable - similar to LO turning off the Compatibility:
Protect Forms flag.

Unfortunately, the "I want to address this" comment
was from 2011, so obviously his temporarly solution
became more permanent that expected.

If this patch now blocks someone from being able to edit a
document (because now only the forms components of the
document are editable) they can remove the forms protection
by going to tools - options - LibreOffice Writer -
compatability - and disable Protect Form.

patch developed to support tdf#120499 and depends on the
patch for tdf#37778.

Change-Id: I86e26095ade6b2cf0ab8ea8fc941a92fa672a2f7
Reviewed-on: https://gerrit.libreoffice.org/61901
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sw/qa/extras/ww8export/data/fdo53985.doc 
b/sw/qa/extras/ww8export/data/fdo53985.doc
new file mode 100644
index ..0c8f278dcf58
Binary files /dev/null and b/sw/qa/extras/ww8export/data/fdo53985.doc differ
diff --git a/sw/qa/extras/ww8export/ww8export3.cxx 
b/sw/qa/extras/ww8export/ww8export3.cxx
index 8d0475975eb4..84f9e2f2d6cf 100644
--- a/sw/qa/extras/ww8export/ww8export3.cxx
+++ b/sw/qa/extras/ww8export/ww8export3.cxx
@@ -9,6 +9,7 @@
 
 #include 
 
+#include 
 #include 
 #include 
 #include 
@@ -44,6 +45,28 @@ DECLARE_WW8EXPORT_TEST(testTdf37778_readonlySection, 
"tdf37778_readonlySection.d
 CPPUNIT_ASSERT_EQUAL_MESSAGE("Number of Sections", sal_Int32(0), 
xSections->getCount());
 }
 
+DECLARE_WW8EXPORT_TEST(testFdo53985, "fdo53985.doc")
+{
+uno::Reference xTablesSupplier(mxComponent, 
uno::UNO_QUERY);
+uno::Reference 
xTables(xTablesSupplier->getTextTables( ), uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(sal_Int32(5), xTables->getCount()); // Only 4 tables 
were imported.
+
+SwXTextDocument* pTextDoc = dynamic_cast(mxComponent.get());
+CPPUNIT_ASSERT(pTextDoc);
+SwDoc* pDoc = pTextDoc->GetDocShell()->GetDoc();
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Compatibility: Protect form", true, 
pDoc->getIDocumentSettingAccess().get( DocumentSettingId::PROTECT_FORM ) );
+
+uno::Reference 
xTextSectionsSupplier(mxComponent, uno::UNO_QUERY);
+uno::Reference 
xSections(xTextSectionsSupplier->getTextSections(), uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(sal_Int32(5), xSections->getCount()); // The first 
paragraph wasn't counted as a section.
+
+uno::Reference xSect(xSections->getByIndex(0), 
uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Section1 is protected", true, 
getProperty(xSect, "IsProtected"));
+xSect.set(xSections->getByIndex(3), uno::UNO_QUERY);
+if ( !mbExported )
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Section4 is protected", false, 
getProperty(xSect, "IsProtected"));
+}
+
 DECLARE_WW8EXPORT_TEST(testTdf120225_textControlCrossRef, 
"tdf120225_textControlCrossRef.doc")
 {
 uno::Reference xTextDocument(mxComponent, 
uno::UNO_QUERY);
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 2cd0cd918c59..db8f3cac3c08 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -4459,8 +4459,6 @@ SwFormatPageDesc 
wwSectionManager::SetSwFormatPageDesc(mySegIter const ,
 
 void wwSectionManager::InsertSegments()
 {
-const SvtFilterOptions& rOpt = SvtFilterOptions::Get();
-bool bUseEnhFields = rOpt.IsUseEnhancedFields();
 mySegIter aEnd = maSegments.end();
 mySegIter aStart = maSegments.begin();
 for (mySegIter aIter = aStart; aIter != aEnd; ++aIter)
@@ -4490,12 +4488,6 @@ void wwSectionManager::InsertSegments()
 || aIter->maSep.dxaLeft != aPrev->maSep.dxaLeft || 
aIter->maSep.dxaRight != aPrev->maSep.dxaRight )
 bInsertPageDesc = true;
 bool bProtected = SectionIsProtected(*aIter); // do we really  need 
this ?? I guess I have a different logic in editshell which disables this...
-if (bUseEnhFields && mrReader.m_xWDop->fProtEnabled && 
aIter->IsNotProtected())
-{
-// here we have the special case that the whole document is 
protected, with the exception of this section.
-// I want to address this when I do the section rework, so for the 
moment we 

[Libreoffice-bugs] [Bug 113186] FILEOPEN: PPTX - Formulas appear with OLE icon behind it (Windows)

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113186

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 71703] FILEOPEN: DOC image (WMF) rotation is not preserved

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71703

--- Comment #16 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 108670] Active color in the Area tab looks like set to black when active color not defined

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108670

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 67440] FILEOPEN rtf import: extra blank line between the text and the table

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67440

--- 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 113130] not possible to draw if some other drawing is selected on slide

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113130

--- 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 36569] Mouse click into Find Toolbar after undocking will not put caret into toolbar

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36569

--- 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 108598] FORMATTING Row height is changed or not changed wrongly

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108598

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 70289] Extension update progress bar does not work

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70289

--- Comment #20 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 113212] Conditional Format sets format without condition checking

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113212

--- 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 50301] RTL: DOC - Shapes, images and textboxes not positioned correctly in two column page

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50301

--- 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 112773] UI: EDITING Pivot Table Layout closed upon closing warning message

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112773

--- 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 120692] New: LO Draw unit of measurement is in cm but snap range is always in pixels

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120692

Bug ID: 120692
   Summary: LO Draw unit of measurement is in cm but snap range is
always in pixels
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mwtjunkm...@gmail.com

Description:
My snap range should match my chosen unit of measure, not something that cannot
be matched to the unit of measure (pixels). 

I can never snap precisely on my unit of measure, in this case, cm, because the
snap range is always in pixels. This is a problem because I need to get a
precise proportion for a 3x3 grid of thumbnails onto a document, where the
dimension of the document is the sum of the 3x3 proportions.

Having the snap range in pixels but the unit of measure not in pixels leaves
the process inexact. 

A snap range in pixels means you can never snap to a precise point of a chosen
unit of measure.

Steps to Reproduce:
1. Open LO Draw
2. Go to Options
3. Select centimeter as unit of measure
4. Observe at the bottom of the Options dialog box that snap range is in
pixels.

In another bug post, I'd requested as a feature pixels as a unit of measure and
that enhancement request was essentially discarded by being lumped together
with previous requests for the same thing but nothing ever done to the
original. It's a dead enhancement request.

Yet the snap-range is in pixels.

Actual Results:
I cannot resize shapes to precisely align to my chosen unit of measure because
no unit of measure matched the snap range's measure, which is in pixels.

Expected Results:
I should be able to precisely align or resize a shape within a grid of the same
unit of measure as the unit of measure for the document.


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 36709] First Line Indent Using Ch (Characters) as Units Won't Change Size as Font Size Grow

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36709

--- Comment #13 from Volga  ---
Addording to UAX 11 East Asian Width
(https://www.unicode.org/reports/tr11/tr11-31.html#Overview): “For a
traditional East Asian fixed pitch font, this width translates to a display
width of either one half or a whole unit width. A common name for this unit
width is “Em”. While an Em is customarily the height of the letter “M”, it is
the same as the unit width in East Asian fonts, because in these fonts the
standard character cell is square.” So we should making "Ch" unit identical to
em unit.

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


[Libreoffice-bugs] [Bug 120691] New: Firebird Migration of Existing Database Error: firebird_sdbc_error

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120691

Bug ID: 120691
   Summary: Firebird Migration of Existing Database Error:
firebird_sdbc_error
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdritc...@gmail.com

Description:
I am attempting to migrate an existing ODB database to Firebird with the new
migration assistant in LO 6.1.2.1.  After selecting "Yes" to convert the
database to Firebird I get the following 2 errors and the conversion will not
complete:

firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -104
*Token unknown - line 1, column 22
*ID
caused by
'isc_dsql_prepare'

firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -104
*Token unknown - line 1, column 24
*ID
caused by
'isc_dsql_prepare'

Actual Results:
Migration fails.

Expected Results:
Migration should complete


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 120556] Password protected sheets in Calc cause crashes annd the same when uses autocorrection (eg. :?:)

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120556

--- Comment #15 from Leandro Martín Drudi  ---
(In reply to m.a.riosv from comment #14)
> Are you sure those fonts do not have any kind of issue?
> 
> Have you tried to download those font fresh, as commented in #12

My answer was No. 13. I installed the one that they indicate me and it fails. I
have not tried other fonts of other origins, but something strange happens.

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


[Libreoffice-bugs] [Bug 120573] FILESAVE PPTX: Slides with Custom Audio Corrupted on Roundtrip

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120573

Luke  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 120690] FILEOPEN PPTX: Custom Audio playback timing settings not imported

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120690

Luke  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 120690] New: FILEOPEN PPTX: Custom Audio playback timing settings not imported

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120690

Bug ID: 120690
   Summary: FILEOPEN PPTX: Custom Audio playback timing settings
not imported
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lukebe...@hotmail.com

Created attachment 145820
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145820=edit
Slides with Audio timing options

After you inset an audio clip into a slide it has associated playback
properties


Steps to reproduce:
1. In impress, open CustomSoundInteraction.pptx
2. start slideshow

Expected Results:
1. On first slide, no sound will play unless icon is pressed
2. On seconds slide, 1.5 second delay, repeat 2x 

Actual Results:
1. On first slide, sound is played once
2. On seconds slide, sound is played once

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


[Libreoffice-bugs] [Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103610

Mark Hung  changed:

   What|Removed |Added

 Depends on||70851


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=70851
[Bug 70851] SLIDESHOW wave underlining doesn't work in presentation mode
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70851] SLIDESHOW wave underlining doesn't work in presentation mode

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70851

Mark Hung  changed:

   What|Removed |Added

 Blocks||103610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103610
[Bug 103610] [META] Slide show (presentation mode) 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 100236] Squiggly accents render incorrectly in presentation mode

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100236

Mark Hung  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 70851] SLIDESHOW wave underlining doesn't work in presentation mode

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70851

Mark Hung  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

--- Comment #9 from mwtjunkm...@gmail.com ---
(In reply to Regina Henschel from comment #8)
> *** Bug 120683 has been marked as a duplicate of this bug. ***

At least if my concern has come here to bug 86856 to die a lonely death, at
least I know other people had the same idea.  Lots of vector programs like
Gravit and Inkscape can export to PNG with pixels as the unit of measurement,
so the resistance of the LO team to consider it seems a bit odd, but I guess it
is what it is. 

I wanted to use LO Draw for what I was doing in Gravit because Gravit was
recently bought by Corel and is going behind a paywall for its most salient
features. 

Oh well.

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


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

2018-10-18 Thread Libreoffice Gerrit user
 sc/source/ui/view/prevwsh.cxx   |   13 -
 sc/uiconfig/scalc/ui/notebookbar.ui |3 ---
 2 files changed, 16 deletions(-)

New commits:
commit 6df13f8648baa692910a67d1f9bfe415df3457b4
Author: Christian Lohmaier 
AuthorDate: Fri Oct 19 02:52:39 2018 +0200
Commit: Christian Lohmaier 
CommitDate: Fri Oct 19 02:52:39 2018 +0200

Revert "Notebookbar: add context-Printpreview to calc tabbed NB"

This reverts commit 3f9c477929c261a8862411c00153e4c7d0d0ae7c.

Breaks the JunitTest_sc_unoapi tests with clang

diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx
index 1ad9c412f049..42d6700d0ab5 100644
--- a/sc/source/ui/view/prevwsh.cxx
+++ b/sc/source/ui/view/prevwsh.cxx
@@ -69,9 +69,6 @@
 #include 
 
 #include 
-#include 
-#include 
-
 //  for mouse wheel
 #define MINZOOM_SLIDER 10
 #define MAXZOOM_SLIDER 400
@@ -158,13 +155,6 @@ ScPreviewShell::ScPreviewShell( SfxViewFrame* pViewFrame,
 {
 Construct( >GetWindow() );
 
-SfxShell::SetContextBroadcasterEnabled(true);
-
SfxShell::SetContextName(vcl::EnumContext::GetContextName(vcl::EnumContext::Context::Printpreview));
-SfxShell::BroadcastContextForActivation(true);
-
-if (auto& pBar = 
SfxViewFrame::Current()->GetWindow().GetSystemWindow()->GetNotebookBar())
-pBar->ControlListener(true);
-
 if ( auto pTabViewShell = dynamic_cast( pOldSh) )
 {
 //  store view settings, show table from TabView
@@ -191,9 +181,6 @@ ScPreviewShell::~ScPreviewShell()
 if (mpFrameWindow)
 mpFrameWindow->SetCloseHdl(Link()); // Remove 
close handler.
 
-if (auto& pBar = 
SfxViewFrame::Current()->GetWindow().GetSystemWindow()->GetNotebookBar())
-pBar->ControlListener(false);
-
 // #108333#; notify Accessibility that Shell is dying and before destroy 
all
 BroadcastAccessibility( SfxHint( SfxHintId::Dying ) );
 pAccessibilityBroadcaster.reset();
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index 185a2e7fbd86..7f0b9d144572 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -12866,9 +12866,6 @@
 True
 False
 Print
-
-  
-
   
   
 12
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 120683] LO Draw should permit pixels as a unit of measure

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120683

--- Comment #2 from mwtjunkm...@gmail.com ---
Then you should take a look at Gravit if you don't think vector graphics
programs are configured to export in pixels. It imports and edits both .eps and
.svg content and exports, in pixels, PNG files. I don't see why LO Draw can't
do the same.

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


[Libreoffice-bugs] [Bug 117936] [META] Refactor CommonSalLayout font handling regressions

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936

Khaled Hosny  changed:

   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 73494] Font fallback issue with text of mixed directionality in the UI

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73494

Khaled Hosny  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #8 from Khaled Hosny  ---
*** Bug 117934 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 117934] Menus contain char artifacts in arabic (gtk2/gtk3)

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117934

Khaled Hosny  changed:

   What|Removed |Added

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

--- Comment #9 from Khaled Hosny  ---
Noto Sans does not have Arabic characters, so that is a duplicate of bug 73494.

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

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


[Libreoffice-bugs] [Bug 120011] Certain special fonts expand cursor to 14cm

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120011

Khaled Hosny  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #6 from Khaled Hosny  ---
I guess so. The font has an OS/2.usWinDescent value of 65447, which is rather
odd. Looks like 0xFFFE - 89, so looks like some tool screwed up while encoding
the number in the TTF file.

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


[Libreoffice-bugs] [Bug 102985] [META] Font bugs and enhancements

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985
Bug 102985 depends on bug 120011, which changed state.

Bug 120011 Summary: Certain special fonts expand cursor to 14cm
https://bugs.documentfoundation.org/show_bug.cgi?id=120011

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

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


[Libreoffice-bugs] [Bug 116154] [META] Cursor bugs and enhancements

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116154
Bug 116154 depends on bug 120011, which changed state.

Bug 120011 Summary: Certain special fonts expand cursor to 14cm
https://bugs.documentfoundation.org/show_bug.cgi?id=120011

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

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


[Libreoffice-bugs] [Bug 86856] No pixel measurement unit

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86856

Regina Henschel  changed:

   What|Removed |Added

 CC||mwtjunkm...@gmail.com

--- Comment #8 from Regina Henschel  ---
*** Bug 120683 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 120683] LO Draw should permit pixels as a unit of measure

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120683

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Regina Henschel  ---
"pixel" is not suitable as unit for a vector graphic. You can set the exact
amount of pixels, when you export your drawing to a raster graphic format, e.g.
png.

"pixel" as unit is only possible if you define the used dpi at the same time.

But the discussion should be done in one issue. Therefore I set it as duplicate
to bug 86856.

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

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


[Libreoffice-bugs] [Bug 120689] FILESAVE Roundtripped XLSM opens with recovery in Excel

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120689

--- Comment #1 from Aron Budea  ---
Created attachment 145819
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145819=edit
Roundtripped XLSM (corrupted)

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


[Libreoffice-commits] online.git: 2 commits - common/MessageQueue.cpp net/FakeSocket.cpp

2018-10-18 Thread Libreoffice Gerrit user
 common/MessageQueue.cpp |2 ++
 net/FakeSocket.cpp  |2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit c6c6e8cc467d9d37cb8d043ae00ff5b664ba87fd
Author: Tor Lillqvist 
AuthorDate: Fri Oct 19 02:00:46 2018 +0300
Commit: Tor Lillqvist 
CommitDate: Fri Oct 19 02:03:32 2018 +0300

In fakeSocketConnect() log also the fd the corresponding accept returned

diff --git a/net/FakeSocket.cpp b/net/FakeSocket.cpp
index 639b12db0..34b32f41b 100644
--- a/net/FakeSocket.cpp
+++ b/net/FakeSocket.cpp
@@ -366,7 +366,7 @@ int fakeSocketConnect(int fd1, int fd2)
 
 assert(pair1.fd[1] == pair1.fd[0] + 1);
 
-loggingBuffer << "FakeSocket Connect #" << fd1 << " to #" << fd2 << 
flush();
+loggingBuffer << "FakeSocket Connect #" << fd1 << " to #" << fd2 << ": #" 
<< pair1.fd[1] << flush();
 
 return 0;
 }
commit b7a42bd9d1f1bbcb94889b80f4ca3fc8a0ba1499
Author: Tor Lillqvist 
AuthorDate: Fri Oct 19 01:58:51 2018 +0300
Commit: Tor Lillqvist 
CommitDate: Fri Oct 19 02:02:54 2018 +0300

Add a FIXME

diff --git a/common/MessageQueue.cpp b/common/MessageQueue.cpp
index 5322db2c3..85f342bf0 100644
--- a/common/MessageQueue.cpp
+++ b/common/MessageQueue.cpp
@@ -197,6 +197,8 @@ std::string TileQueue::removeCallbackDuplicate(const 
std::string& callbackMsg)
 // the message is "callback   ..."
 const std::string& callbackType = tokens[2];
 
+// FIXME: Good grief, why don't we use the symbolic LOK_CALLBACK_FOO names 
here? Doing it this
+// way is somewhat fragile and certainly bad style.
 if (callbackType == "0")// invalidation
 {
 int msgX, msgY, msgW, msgH, msgPart;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Aron Budea  changed:

   What|Removed |Added

 Depends on||120689


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120689
[Bug 120689] FILESAVE Roundtripped XLSM opens with recovery in Excel
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104839] [META] Saved XLSX files that MS Excel can't open

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104839

Aron Budea  changed:

   What|Removed |Added

 Depends on||120689


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120689
[Bug 120689] FILESAVE Roundtripped XLSM opens with recovery in Excel
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 120689] New: FILESAVE Roundtripped XLSM opens with recovery in Excel

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120689

Bug ID: 120689
   Summary: FILESAVE Roundtripped XLSM opens with recovery in
Excel
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:xlsx
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 104839, 108908

Created attachment 145818
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145818=edit
Sample XLSM

The attached Excel XLSM contains a simple function called from a couple of
fields.
Save it in Calc, and open it in Excel.

=> Excel opens the file with recovery, after which it claims named range from
/xl/workbook.xml has been removed.

It appears Calc saves this in /xl/workbook.xml that wasn't in the original, and
is removed with the recovery:


  


After removing these manually, and rezipping the XLSM, the file opens fine in
Excel.

Observed using LO 6.2.0.0.alpha0+ (2018-10-09,
425af6845ebe066c950b0b63f50563e067485f3e) / Windows 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104839
[Bug 104839] [META] Saved XLSX files that MS Excel can't open
https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro 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 43808] [META] Right-To-Left (aka Complex Text Layout) language issues (RTL/CTL)

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||120687


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120687
[Bug 120687] Slow repeated repagination on scroll
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 120687] Slow repeated repagination on scroll

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120687

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||43808


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right-To-Left (aka Complex Text Layout) language issues
(RTL/CTL)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 120687] Slow repeated repagination on scroll

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120687

--- Comment #1 from Eyal Rozenberg  ---
Created attachment 145817
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145817=edit
Document exhibiting the bug

This has three pages and footer numbering (but it used to have a bunch of
content - originally it was a PhD thesis of someone and I removed most pages
and emptied out the first three)

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


[Libreoffice-bugs] [Bug 118241] FILEOPEN XLSX Basic code with CreateObject("Scripting.FileSystemObject") and “For Each ” loop does not work

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118241

Aron Budea  changed:

   What|Removed |Added

 Blocks||108908


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro 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 108908] [META] Visual Basic for Applications (VBA) macro issues

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Aron Budea  changed:

   What|Removed |Added

 Depends on||118241


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118241
[Bug 118241] FILEOPEN XLSX Basic code with
CreateObject("Scripting.FileSystemObject") and “For Each ” loop does not work
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 120688] Formula Editor cannot handle prefix of namespace

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120688

--- Comment #2 from Regina Henschel  ---
Created attachment 145816
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145816=edit
prefix math

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


[Libreoffice-bugs] [Bug 120688] Formula Editor cannot handle prefix of namespace

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120688

--- Comment #1 from Regina Henschel  ---
Created attachment 145815
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145815=edit
prefix m

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


[Libreoffice-bugs] [Bug 120688] New: Formula Editor cannot handle prefix of namespace

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120688

Bug ID: 120688
   Summary: Formula Editor cannot handle prefix of namespace
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 145814
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145814=edit
no prefix

Open attached "test_mathvariant_no_prefix.mml". It looks fine: 'ln' has got
'func' attribute and 'e' is non-italic.

Open attached "test_mathvariant_prefix_m". It opens in Writer. And if you set
the import filter to "MathML", then it opens in Math module, but 'e' is italic.

Open attached "test_mathvariant_prefix_math". 'e' is italic.

The files only differ in whether the namespace is prefixed, and what is used as
prefix.

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


[Libreoffice-bugs] [Bug 120687] New: Slow repeated repagination on scroll

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120687

Bug ID: 120687
   Summary: Slow repeated repagination on scroll
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyal...@technion.ac.il

Description:
In some documents, originally created in MS-Word (but not all of them
obviously), LO Writer slows down incredibly as we scroll up and down, and we
see this "blue bar" progressing across the page boundaries, suggesting
repagination is occurring. But it progresses all the way, resets, then repeats
over and over again - for no apparent reason.

Steps to Reproduce:
1. Open the a.odt attachment
2. Scroll up and down while a page boundary is in view

Actual Results:
Scrolling is extremely slow, repagination indication seen again and again

Expected Results:
Scrolling is super-fast and you don't notice the "blue bar" on the page
boundary at all


Reproducible: Always


User Profile Reset: No



Additional Info:
See with:

Version: 6.2.0.0.alpha0+
Build ID: ad6adb1bfadf49af3187a0bb3ceffbf355e9eed1
CPU threads: 4; OS: Linux 4.9; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-09-29_02:45:20
Locale: en-US (en_IL); Calc: threaded

But I remember this happening for at least a year back, probably a lot more.

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


Re: Build fails in UnitTest

2018-10-18 Thread Juan Velasco

Hi,

I am also getting the same error

In my case the failing tests are:

|Test name: ScFiltersTest::testMiscRowHeights less equal assertion failed 
- Expected less or equal than: 15 - Actual : 39 Test name: 
ScFiltersTest::testOptimalHeightReset less equal assertion failed - 
Expected less or equal than: 8 - Actual : 22 |


I have found that the error is related to the screen resolution, it 
fails with 1920 x 1200, but if I switch to 1920 x1080 the tests pass 
without problem.


I think it has to do somehow with the conversions between units, the 
default row height calculation and resolution proportion: in the failing 
case  is 16:10 (common in Macs), and in the passing case is 16:9 
(standard Full HD)


I am debugging these tests to see if I can find what is going on (first 
time working with LO code, so I might need help).



Regards,

Juan


On 17/10/18 23:09, Eike Rathke wrote:


Hi kalriel,

On Monday, 2018-10-15 20:26:34 -0700, kalriel wrote:


I get the following error when building the master

Error: a unit test failed, please do one of:
make CppunitTest_sc_subsequent_filters_test CPPUNITTRACE="lldb --"   #
for interactive debugging on OS X
make CppunitTest_sc_subsequent_filters_test VALGRIND=memcheck#
for memory checking

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

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

/[...]/LibreOffice_Source/lode/dev/core/solenv/gbuild/CppunitTest.mk:120:
recipe for target
'/[...]/LibreOffice_Source/lode/dev/core/workdir/CppunitTest/sc_subsequent_filters_test.test'
failed
make[1]: ***

And a bunch of lines above that the real error/failure was displayed
(the location and name of the test and lines starting with Expected and
Actual). So what was it?

   Eike



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


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


[Libreoffice-bugs] [Bug 120204] Scalable brackets: nodes with fractions and square roots are resized when updated

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120204

--- Comment #8 from Jan-Marek Glogowski  ---
So can someone test the Gerrit patch as a solution for 6.1? I don't have enough
space left for a build to test.

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


[Libreoffice-bugs] [Bug 120686] New: Unselecting a text box when multiple text boxes are selected is awkward

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120686

Bug ID: 120686
   Summary: Unselecting a text box when multiple text boxes are
selected is awkward
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xc...@t-online.de

Description:
Use case: 10 text boxes are selected and I want to unselect one of them.

When working with plain rectangles, I can simply add/remove an item to/from the
selection by holding the shift key and pressing with the left mouse button on
the rectangle. This works perfectly.

However, when working with text boxes, adding them to the list of selected
items works as expected, but removing a text box from the selection does not
work as expected. I hold the shift key and click on one of the selected text
boxes. The text box is NOT unselected, instead the text inside of it is
selected from the first letter to the letter under the mouse cursor.

Workaround:
In order to unselect a text box, there are two different cases:
A) If the text in the text box does not have focus, then I have to shift-click
on the INVISIBLE border of the text box.
B) If the text in the text box has focus or is selected, then I have to
shift-click TWICE on the INVISIBLE border of the text box. The first
shift-click quits the text edit mode, the second shift-click then is like case
(A).

This behavior is the same in LibreOffice Impress and Draw.

This behavior is super unintuitive. Text boxes should behave just like
rectangles. Why would anybody want to edit the text of a text box while
multiple items are selected?

Steps to Reproduce:
1. Create two text boxes
2. Select both text boxes
3. Shift-click on one of the text boxes

Actual Results:
The text in the text box becomes editable and selected

Expected Results:
Text text box should be unselected.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 6.1.2.1 (x64)
Build ID: 65905a128db06ba48db947242809d14d3f9a93fe
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: de-DE (de_DE); Calc: CL

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


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

2018-10-18 Thread Libreoffice Gerrit user
 sc/uiconfig/scalc/ui/notebookbar.ui|  358 +---
 sd/uiconfig/sdraw/ui/notebookbar.ui|  581 +
 sd/uiconfig/simpress/ui/notebookbar.ui |  414 +++
 3 files changed, 618 insertions(+), 735 deletions(-)

New commits:
commit 04d6fdacf0daef4f9c3036929904f0332582524d
Author: andreas kainz 
AuthorDate: Thu Oct 18 21:19:20 2018 +0200
Commit: andreas_kainz 
CommitDate: Thu Oct 18 23:34:33 2018 +0200

NB: Rename Menu entries for drop down menues

Change-Id: Iee8cbf1d3be4f205c975d5100a8b3f2506653e26
Reviewed-on: https://gerrit.libreoffice.org/61954
Reviewed-by: andreas_kainz 
Tested-by: andreas_kainz 

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index ee8e119ccda2..185a2e7fbd86 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -7,238 +7,238 @@
 True
 False
 
-  
+  
 True
 False
 .uno:DataSort
   
 
 
-  
+  
 True
 False
 .uno:SortAscending
   
 
 
-  
+  
 True
 False
 .uno:SortDescending
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:DataFilterAutoFilter
   
 
 
-  
+  
 True
 False
 .uno:DataFilterStandardFilter
   
 
 
-  
+  
 True
 False
 .uno:DataFilterSpecialFilter
   
 
 
-  
+  
 True
 False
 .uno:DataFilterRemoveFilter
   
 
 
-  
+  
 True
 False
 .uno:DataFilterHideAutoFilter
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:DefineDBName
   
 
 
-  
+  
 True
 False
 .uno:SelectDB
   
 
 
-  
+  
 True
 False
 .uno:DataAreaRefresh
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:InsertPivotTable
   
 
 
-  
+  
 True
 False
 .uno:RecalcPivotTable
   
 
 
-  
+  
 True
 False
 .uno:DeletePivotTable
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:Calculate
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:Validation
   
 
 
-  
+  
 True
 False
 .uno:DataSubTotals
   
 
 
-  
+  
 True
 False
 .uno:DataForm
   
 
 
-  
+  
 True
 False
 .uno:DataStreams
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:TableOperationDialog
   
 
 
-  
+  
 True
 False
 .uno:TextToColumns
   
 
 
-  
+  
 True
 False
 .uno:DataConsolidate
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:Group
   
 
 
-  
+  
 True
 False
 .uno:Ungroup
   
 
 
-  
+  
 True
 False
 .uno:AutoOutline
   
 
 
-  
+  
 True
 False
 .uno:ClearOutline
   
 
 
-  
+  
 True
 False
 .uno:HideDetail
   
 
 
-  
+  
 True
 False
 .uno:ShowDetail
@@ -438,41 +438,41 @@
 True
 False
 
-  
+  
 True
 False
 .uno:InsertCurrentDate
   
 
 
-  
+  
 True
 False
 .uno:InsertCurrentTime
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:InsertFieldDateVariable
   
 
 
-  
+  
 True
 False
 .uno:InsertFieldSheet
   
 
 
-  
+  
 True
 False
 .uno:InsertFieldDocTitle
@@ -774,184 +774,184 @@
 True
 False
 
-  
+  
 True
 False
 .uno:Shadowed
   
 
 
-  
+  
 True
 False
 .uno:OutlineFont
   
 
 
-  
+  
 True
 False
 .uno:Overline
   
 
 
-  
+  
 True
 False
   
 
 
- 

[Libreoffice-bugs] [Bug 120681] Last used color not correctly remembered

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120681

Maxim Monastirsky  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||momonas...@gmail.com

--- Comment #1 from Maxim Monastirsky  ---
Yes, currently the color of the button resets whenever the toolbar containing
it is closed. Same underlying issue as in Bug 113433.

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

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


[Libreoffice-bugs] [Bug 113433] Color split buttons should display the recently used color

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113433

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||jose.ve...@urjc.es

--- Comment #12 from Maxim Monastirsky  ---
*** Bug 120681 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 120204] Scalable brackets: nodes with fractions and square roots are resized when updated

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120204

--- Comment #7 from Xisco Faulí  ---
Indeed, no reproducible in

Version: 6.2.0.0.alpha0+
Build ID: 3f9c477929c261a8862411c00153e4c7d0d0ae7c
CPU threads: 16; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-GB (en_GB); 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 111706] The color bucket in the drawing toolbar isn't able the set the color for a shape with a different area setting set

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111706

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #4 from Maxim Monastirsky  ---


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

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


[Libreoffice-bugs] [Bug 90853] TOOLBAR: 'Fill Color' drop down control doesnt set color in 'Area Style / Filling' drop down

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90853

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #5 from Maxim Monastirsky  ---
*** Bug 111706 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 107191] [META] Notebookbar theming issues

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107191
Bug 107191 depends on bug 111706, which changed state.

Bug 111706 Summary: The color bucket in the drawing toolbar isn't able the set 
the color for a shape with a different area setting set
https://bugs.documentfoundation.org/show_bug.cgi?id=111706

   What|Removed |Added

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

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


[Libreoffice-commits] core.git: icon-themes/elementary icon-themes/elementary_svg

2018-10-18 Thread Libreoffice Gerrit user
 icon-themes/elementary/cmd/32/combine.png   |binary
 icon-themes/elementary/cmd/32/connector.png |binary
 icon-themes/elementary/cmd/32/connectorarrowend.png |binary
 icon-themes/elementary/cmd/32/connectorarrows.png   |binary
 icon-themes/elementary/cmd/32/connectorarrowstart.png   |binary
 icon-themes/elementary/cmd/32/connectorcircleend.png|binary
 icon-themes/elementary/cmd/32/connectorcircles.png  |binary
 icon-themes/elementary/cmd/32/connectorcirclestart.png  |binary
 icon-themes/elementary/cmd/32/connectorcurve.png|binary
 icon-themes/elementary/cmd/32/connectorcurvearrowend.png|binary
 icon-themes/elementary/cmd/32/connectorcurvearrows.png  |binary
 icon-themes/elementary/cmd/32/connectorcurvearrowstart.png  |binary
 icon-themes/elementary/cmd/32/connectorcurvecircleend.png   |binary
 icon-themes/elementary/cmd/32/connectorcurvecircles.png |binary
 icon-themes/elementary/cmd/32/connectorcurvecirclestart.png |binary
 icon-themes/elementary/cmd/32/connectorline.png |binary
 icon-themes/elementary/cmd/32/connectorlinearrowend.png |binary
 icon-themes/elementary/cmd/32/connectorlinearrows.png   |binary
 icon-themes/elementary/cmd/32/connectorlinearrowstart.png   |binary
 icon-themes/elementary/cmd/32/connectorlinecircleend.png|binary
 icon-themes/elementary/cmd/32/connectorlinecirclestart.png  |binary
 icon-themes/elementary/cmd/32/connectorlines.png|binary
 icon-themes/elementary/cmd/32/connectorlinesarrowend.png|binary
 icon-themes/elementary/cmd/32/connectorlinesarrows.png  |binary
 icon-themes/elementary/cmd/32/connectorlinesarrowstart.png  |binary
 icon-themes/elementary/cmd/32/connectorlinescircleend.png   |binary
 icon-themes/elementary/cmd/32/connectorlinescirclestart.png |binary
 icon-themes/elementary/cmd/32/equalizeheight.png|binary
 icon-themes/elementary/cmd/32/equalizewidth.png |binary
 icon-themes/elementary/cmd/32/intersect.png |binary
 icon-themes/elementary/cmd/32/merge.png |binary
 icon-themes/elementary/cmd/32/objectposition.png|binary
 icon-themes/elementary/cmd/32/reverseorder.png  |binary
 icon-themes/elementary/cmd/32/showpropbrowser.png   |binary
 icon-themes/elementary/cmd/32/substract.png |binary
 icon-themes/elementary/cmd/32/tablemodefix.png  |binary
 icon-themes/elementary/cmd/32/tablemodefixprop.png  |binary
 icon-themes/elementary/cmd/32/tablemodevariable.png |binary
 icon-themes/elementary/cmd/lc_combine.png   |binary
 icon-themes/elementary/cmd/lc_equalizeheight.png|binary
 icon-themes/elementary/cmd/lc_equalizewidth.png |binary
 icon-themes/elementary/cmd/lc_gluehorzalignleft.png |binary
 icon-themes/elementary/cmd/lc_intersect.png |binary
 icon-themes/elementary/cmd/lc_merge.png |binary
 icon-themes/elementary/cmd/lc_objectposition.png|binary
 icon-themes/elementary/cmd/lc_reverseorder.png  |binary
 icon-themes/elementary/cmd/lc_sbaexecutesql.png |binary
 icon-themes/elementary/cmd/lc_sbanativesql.png  |binary
 icon-themes/elementary/cmd/lc_showpropbrowser.png   |binary
 icon-themes/elementary/cmd/lc_substract.png |binary
 icon-themes/elementary/cmd/lc_tablemodefix.png  |binary
 icon-themes/elementary/cmd/lc_tablemodefixprop.png  |binary
 icon-themes/elementary/cmd/lc_tablemodevariable.png |binary
 icon-themes/elementary/cmd/lc_viewdatasourcebrowser.png |binary
 icon-themes/elementary/cmd/sc_equalizeheight.png|binary
 icon-themes/elementary/cmd/sc_equalizewidth.png |binary
 icon-themes/elementary/cmd/sc_objectposition.png|binary
 icon-themes/elementary/cmd/sc_reverseorder.png  |binary
 icon-themes/elementary/cmd/sc_showpropbrowser.png   |binary
 icon-themes/elementary/cmd/sc_tablemodefix.png  |binary
 icon-themes/elementary/cmd/sc_tablemodefixprop.png  |binary
 icon-themes/elementary/cmd/sc_tablemodevariable.png |binary
 icon-themes/elementary/links.txt|3 ---
 icon-themes/elementary_svg/cmd/32/combine.svg   |1 +
 icon-themes/elementary_svg/cmd/32/connector.svg |1 +
 icon-themes/elementary_svg/cmd/32/connectorarrowend.svg |1 +
 icon-themes/elementary_svg/cmd/32/connectorarrows.svg   |1 +
 icon-themes/elementary_svg/cmd/32/connectorarrowstart.svg   |1 +
 

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

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39750
Bug 39750 depends on bug 120204, which changed state.

Bug 120204 Summary: Scalable brackets: nodes with fractions and square roots 
are resized when updated 
https://bugs.documentfoundation.org/show_bug.cgi?id=120204

   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 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 120204, which changed state.

Bug 120204 Summary: Scalable brackets: nodes with fractions and square roots 
are resized when updated 
https://bugs.documentfoundation.org/show_bug.cgi?id=120204

   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 120204] Scalable brackets: nodes with fractions and square roots are resized when updated

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120204

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #6 from V Stuart Foote  ---
(In reply to Jan-Marek Glogowski from comment #5)
> (In reply to V Stuart Foote from comment #2)
> > Confirming on Windows 10 Home 64-bit en-US (1803) with
> > Version: 6.2.0.0.alpha0+ (x64)
> > Build ID: ce9fd6d1329ecf4ab1f710472fbf55fd4bf0058d
> > CPU threads: 4; OS: Windows 10.0; UI render: GL; 
> > TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-21_23:53:25
> > Locale: en-US (en_US); Calc: threaded
> 
> I can't reproduce with master, but your build is a month old. My guess is
> it's the same bug then tdf#119829.
> 
> https://gerrit.libreoffice.org/61961 is untested, but much simpler then the
> solution implemented on master (a global shared LRU glyph cache). This just
> drops the cache for now as a simpler fix.
> 
> It looks like the same bug, because when you try to click the brackets, most
> bounding boxes are wrong.
> 
> Since I can't build 6.1, it's just a guess.

Yes this is now WFM with current master, resolved between 2018-10-06 and
2018-10-08 builds as here, with several patches to of note:

https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=e7d5bad5ae083da12c3ec4a4a8bdc8b42447a242..e46f8a9a4e3c5b0542c0813b476b449f3af8d607

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


[Libreoffice-bugs] [Bug 117936] [META] Refactor CommonSalLayout font handling regressions

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936
Bug 117936 depends on bug 120204, which changed state.

Bug 120204 Summary: Scalable brackets: nodes with fractions and square roots 
are resized when updated 
https://bugs.documentfoundation.org/show_bug.cgi?id=120204

   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 120675] script:event-listener + pyuno "shared script" + relative url

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120675

Caolán McNamara  changed:

   What|Removed |Added

Summary|script:event-listener   |script:event-listener +
   |security problems   |pyuno "shared script" +
   ||relative url
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

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


[Libreoffice-bugs] [Bug 120204] Scalable brackets: nodes with fractions and square roots are resized when updated

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120204

--- Comment #5 from Jan-Marek Glogowski  ---
(In reply to V Stuart Foote from comment #2)
> Confirming on Windows 10 Home 64-bit en-US (1803) with
> Version: 6.2.0.0.alpha0+ (x64)
> Build ID: ce9fd6d1329ecf4ab1f710472fbf55fd4bf0058d
> CPU threads: 4; OS: Windows 10.0; UI render: GL; 
> TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-21_23:53:25
> Locale: en-US (en_US); Calc: threaded

I can't reproduce with master, but your build is a month old. My guess is it's
the same bug then tdf#119829.

https://gerrit.libreoffice.org/61961 is untested, but much simpler then the
solution implemented on master (a global shared LRU glyph cache). This just
drops the cache for now as a simpler fix.

It looks like the same bug, because when you try to click the brackets, most
bounding boxes are wrong.

Since I can't build 6.1, it's just a guess.

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

2018-10-18 Thread Libreoffice Gerrit user
 sc/qa/unit/data/functions/statistical/fods/countif.fods | 2127 +++-
 1 file changed, 1010 insertions(+), 1117 deletions(-)

New commits:
commit b10a205cf162fd7b610c6efd5b444b1cbd920910
Author: Zdeněk Crhonek 
AuthorDate: Thu Oct 18 15:18:15 2018 +0200
Commit: Zdenek Crhonek 
CommitDate: Thu Oct 18 22:11:24 2018 +0200

add test for bug tdf#73081

Change-Id: I96f56cee0cab3fa18992281e3745164377adade3
Reviewed-on: https://gerrit.libreoffice.org/61939
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/unit/data/functions/statistical/fods/countif.fods 
b/sc/qa/unit/data/functions/statistical/fods/countif.fods
index 8625ebe7aeff..f52c622e10e6 100644
--- a/sc/qa/unit/data/functions/statistical/fods/countif.fods
+++ b/sc/qa/unit/data/functions/statistical/fods/countif.fods
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
- 
2016-08-31T20:30:18.285661789P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/139d3b3e8b157c1f365f888126269f0902acbaa2
+ 
2016-08-31T20:30:18.285661789P0D1LibreOfficeDev/6.2.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/49c87270f7176312806d1759967c247a312f0acf
  
   
0
0
77267
-   33060
+   32328

 
  view1
@@ -32,7 +32,7 @@
   
   
4
-   1
+   33
0
0
0
@@ -41,7 +41,7 @@
0
0
0
-   0
+   15
0
75
60
@@ -50,7 +50,7 @@
   
  
  Sheet2
- 1241
+ 1194
  0
  75
  60
@@ -58,7 +58,7 @@
  true
  true
  true
- 12632256
+ 12632256
  true
  true
  true
@@ -77,24 +77,16 @@
   
   
7
+   true
+   true
+   true
false
false
+   false
true
true
false
-   false
-   false
-   1270
-   1270
-   true
-   true
-   true
-   true
-   true
-   false
-   12632256
-   false
-   Lexmark-E352dn
+   0

 
  cs
@@ -118,16 +110,30 @@
  
 

-   true
+   false
+   false
+   1270
+   1270
+   true
+   true
+   true
+   true
+   true
+   false
+   12632256
+   false
+   Lexmark-E352dn
true
3
1
true
1
true
-   kQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAtwAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=
+   

[Libreoffice-bugs] [Bug 120675] script:event-listener security problems

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120675

--- Comment #7 from Caolán McNamara  ---
please use officesecur...@lists.freedesktop.org to discuss stuff like that and
hold of on adding any more comments or attachments for a while

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


[Libreoffice-bugs] [Bug 120685] New: Page setup in Draw will not honor exact custom dimensions

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120685

Bug ID: 120685
   Summary: Page setup in Draw will not honor exact custom
dimensions
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mwtjunkm...@gmail.com

Description:
When I set the page dimensions in Draw to 354 x 492 points, re-examining the
page setup dialog box shows that my entry has been changed to 353.99 x 492.01

This is unacceptable because the dimensions I entered are intended to be evenly
divisible by 3 so that a page that is 354 x 492 can have 3 thumbnails across
and 3 thumbnails down for 3x3 grid of pictures exactly 164 wide by 118 high
each.

LO Draw is unable to maintain precisely what is entered for page dimensions and
throws off this entire process.

Steps to Reproduce:
1. Launch LO Draw and be sure to set the display dimensions to points.
2. Select Page Properties (Page Setup)
3. Enter a user-defined width and height of 352 x 492 points
4. Hit OK
5. Re-open the dialog box. 


Actual Results:
Dimensions entered as 352.00 x 492.00 have been changed to 353.99 x 492.01

Expected Results:
Dimensions entered as 352.00 x 492.00 should show up as 352.00 x 492.00


Reproducible: Always


User Profile Reset: No



Additional Info:
The margins are set to NONE.
Fit Object to paper format is not selected in the page setup dialog box.

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


[Libreoffice-bugs] [Bug 119431] External database jdbc hsqldb, Crash in the case of SELECT, SQL query, access to the database

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119431

--- Comment #23 from Julien Nabet  ---
Created attachment 145813
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145813=edit
gdb bt detailed

I added some traces to see a bit more precisely where it segfaults and
retrieved this bt.

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


[Libreoffice-bugs] [Bug 106084] certain EMF+ images from OOXML document are not rendered correctly LibreOffice

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106084

Bartosz  changed:

   What|Removed |Added

   Assignee|gan...@poczta.onet.pl   |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 120684] New: Mouse middle-click only copy figures once

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120684

Bug ID: 120684
   Summary: Mouse middle-click only copy figures once
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jose.ve...@urjc.es

Description:
If you select any shape in Impress and you make middle-click in any empty
position  the shape is copied. But this only occurs once. If you make
middle-click again the object is not copied.

You can make middle click by pressing the mouse wheel.

Steps to Reproduce:
1. Open an empty presentation in Impress
2. Draw a rectangle (insert/shape/basic/rectangle and draw it).
3. While the rectangle is selected make middle-click in any empty position of
the slide.
4. Make middle-click again in any empty position of the slide.

Actual Results:
You get two rectangles and some text.

Expected Results:
You get three rectangles.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
The bug affects to Impress, Draw and Calc, but does not affect to Writer.

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


[Libreoffice-bugs] [Bug 119431] External database jdbc hsqldb, Crash in the case of SELECT, SQL query, access to the database

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119431

Julien Nabet  changed:

   What|Removed |Added

   Keywords|wantBacktrace   |haveBacktrace

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


[Libreoffice-bugs] [Bug 119431] External database jdbc hsqldb, Crash in the case of SELECT, SQL query, access to the database

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119431

--- Comment #22 from Julien Nabet  ---
Created attachment 145812
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145812=edit
gdb bt

Thank you ribotb for your help.
On pc Debian x86-64 with master sources updated I could reproduce this.

I attached bt + some gdb session.

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


[Libreoffice-bugs] [Bug 120683] New: LO Draw should permit pixels as a unit of measure

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120683

Bug ID: 120683
   Summary: LO Draw should permit pixels as a unit of measure
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mwtjunkm...@gmail.com

Description:
I am using LO Draw for online graphics only. I've no need for print. But I do
need to have things in precise dimensions in terms of pixels, and no existing
unit of measure available in LO draw permits this.

Steps to Reproduce:
LO Draw should permit pixels as a unit of measure. There is no appropriate
approximation from any existing unit of measure into pixels.

Actual Results:
Attempted to select pixels as a unit of measure and didn't find it to use.

Expected Results:
Should have pixels as a unit of measure.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


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

2018-10-18 Thread Libreoffice Gerrit user
 svgio/inc/svgmarkernode.hxx   |2 +-
 svgio/source/svgreader/svgmarkernode.cxx  |6 +++---
 svgio/source/svgreader/svgstyleattributes.cxx |2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit d0e77848853d60f01308df309d73fa2d7389d0ce
Author: Stephan Bergmann 
AuthorDate: Thu Oct 18 13:54:54 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Thu Oct 18 21:50:43 2018 +0200

Turn SvgMarkerNode::MarkerUnits into scoped enum

...to avoid -Werror,-Wshadow from Clang trunk with
 "Improve -Wshadow warnings with 
enumerators",
warning about shadowing of userSpaceOnUse in enum SvgUnits in
svgio/inc/svgtools.hxx

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

diff --git a/svgio/inc/svgmarkernode.hxx b/svgio/inc/svgmarkernode.hxx
index 23d768cc8f7b..61098a35b740 100644
--- a/svgio/inc/svgmarkernode.hxx
+++ b/svgio/inc/svgmarkernode.hxx
@@ -31,7 +31,7 @@ namespace svgio
 class SvgMarkerNode : public SvgNode
 {
 public:
-enum MarkerUnits
+enum class MarkerUnits
 {
 strokeWidth,
 userSpaceOnUse
diff --git a/svgio/source/svgreader/svgmarkernode.cxx 
b/svgio/source/svgreader/svgmarkernode.cxx
index 2e33fa640c50..35ac4fff1662 100644
--- a/svgio/source/svgreader/svgmarkernode.cxx
+++ b/svgio/source/svgreader/svgmarkernode.cxx
@@ -32,7 +32,7 @@ namespace svgio
 maSvgAspectRatio(),
 maRefX(0),
 maRefY(0),
-maMarkerUnits(strokeWidth),
+maMarkerUnits(MarkerUnits::strokeWidth),
 maMarkerWidth(3),
 maMarkerHeight(3),
 mfAngle(0.0),
@@ -106,11 +106,11 @@ namespace svgio
 {
 if(aContent.startsWith("strokeWidth"))
 {
-setMarkerUnits(strokeWidth);
+setMarkerUnits(MarkerUnits::strokeWidth);
 }
 else 
if(aContent.match(commonStrings::aStrUserSpaceOnUse))
 {
-setMarkerUnits(userSpaceOnUse);
+setMarkerUnits(MarkerUnits::userSpaceOnUse);
 }
 }
 break;
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx 
b/svgio/source/svgreader/svgstyleattributes.cxx
index 3bd5dac3c483..7780d8aa4e5f 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -832,7 +832,7 @@ namespace svgio
 {
 double fTargetWidth(rMarker.getMarkerWidth().isSet() ? 
rMarker.getMarkerWidth().solve(mrOwner, xcoordinate) : 3.0);
 double fTargetHeight(rMarker.getMarkerHeight().isSet() ? 
rMarker.getMarkerHeight().solve(mrOwner, xcoordinate) : 3.0);
-const bool bStrokeWidth(SvgMarkerNode::strokeWidth == 
rMarker.getMarkerUnits());
+const bool 
bStrokeWidth(SvgMarkerNode::MarkerUnits::strokeWidth == 
rMarker.getMarkerUnits());
 const double fStrokeWidth(getStrokeWidth().isSet() ? 
getStrokeWidth().solve(mrOwner) : 1.0);
 
 if(bStrokeWidth)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119757] Dialogs like Format page/ format header open with a annoying delay in LibO6.2 (again)

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119757

Jan-Marek Glogowski  changed:

   What|Removed |Added

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

--- Comment #6 from Jan-Marek Glogowski  ---
If this is a duplicate of tdf#119756 it should be fixed too. Please reopen, if
the bug still exists.

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


[Libreoffice-bugs] [Bug 103304] [META] Page dialog bugs and enhancements

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103304
Bug 103304 depends on bug 119757, which changed state.

Bug 119757 Summary: Dialogs like Format page/ format header open with a 
annoying delay in LibO6.2 (again)
https://bugs.documentfoundation.org/show_bug.cgi?id=119757

   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 120682] New: Libre office writer stop working upon opening document. Will not respond after man attempts. Difficulty closing infected document.

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120682

Bug ID: 120682
   Summary: Libre office writer stop working upon opening
document. Will not respond after man attempts.
Difficulty closing infected document.
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: maxfe...@hushmail.com

Description:
Document was saved in zip drive as .wpd and docx. Document contains written
material as well as images. Upon opening doc images places were changed. Could
not fix it. doc appear frozen. Tried to open it for editing with Libreoffice
Draw. Was able to edit writings but encountered difficulties with images. Tried
with docx (since original doc was also saved in docx). Encountered similar
difficulties as in .wpd. Changed computers and used Tails this time around.
Encountered the same problem. To conclude doc. cannot be edited. and
Libreoffice remains unresponsive. Could not close it either. Had to turn off
the computer each time.  While investigating properties permissions everything
seemed normal. Will send you the document if needed for further investigation.
Just drop me an email.


Steps to Reproduce:
1.open doc with libre office
2.try to edit it
3.or to close it

Actual Results:
document is frozen

Expected Results:
document shoudl open properly


Reproducible: Always


User Profile Reset: No



Additional Info:
The bug appear to be associated with specific document. other files open
properly.

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


[Libreoffice-bugs] [Bug 117160] Solid color background on Impress and Draw leaves top and left 1px white/blank when exporting to PNG

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117160

--- Comment #6 from mwtjunkm...@gmail.com ---
Created attachment 145811
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145811=edit
Export PNG sample from LO 6.1.3.1

This is a sample of what the bug does to a file. Look at the top and left
extreme edges. This occurs when the margins of the draw document are set to
None, and I have to go into each and every export in another program
(paint.net) and clean it up.

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


[Libreoffice-bugs] [Bug 120675] script:event-listener security problems

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120675

V Stuart Foote  changed:

   What|Removed |Added

   Severity|normal  |major
Summary|script:event-listener   |script:event-listener
   |problems|security problems
   Priority|medium  |high

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


[Libreoffice-bugs] [Bug 120681] New: Last used color not correctly remembered

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120681

Bug ID: 120681
   Summary: Last used color not correctly remembered
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jose.ve...@urjc.es

Description:
The font color button of the formating toolbar doesn't remember the last used
color after you insert a text box in your document.

Steps to Reproduce:
1.Write a text in an empty document.
2. Select a word of the text and change the color to blue using the font color
button of the formating toolbar.
3. Insert a text box using the button of the standar toolbox


Actual Results:
The font color button changes to red.

Expected Results:
The font color button remains blue.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
This bug affects to Writer, Calc and 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 119154] Formatting (bold/italic/underline etc) can't be disabled when selecting the full table cell in the right column

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119154

--- Comment #4 from Xavier Van Wijmeersch  ---
For me its working, no problems at all

Version: 6.2.0.0.alpha0+
Build ID: ccb2a1f650bc505f8a4f1abebf8ce4f9396562a8
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
Locale: nl-BE (en_US.UTF-8); Calc: threaded

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


[Libreoffice-bugs] [Bug 117160] Solid color background on Impress and Draw leaves top and left 1px white/blank when exporting to PNG

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117160

--- Comment #5 from mwtjunkm...@gmail.com ---
Ugh! 

This bug still exists in 6.1.3.1.

It forces me after exporting a PNG file from LO Draw to then go into yet
another editing tool to clean up the export because the top and left area of
the export are not covered by the background color.

Huge time waster.

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


[Libreoffice-bugs] [Bug 118342] Assert when closing form after resizing field in design mode

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118342

Julien Nabet  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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


[Libreoffice-bugs] [Bug 118342] Assert when closing form after resizing field in design mode

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118342

Julien Nabet  changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED

-- 
You are receiving this mail because:
You 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/uiconfig sd/uiconfig sw/uiconfig

2018-10-18 Thread Libreoffice Gerrit user
 sc/uiconfig/scalc/popupmenu/graphic.xml|5 -
 sc/uiconfig/scalc/ui/notebookbar.ui|  115 ++---
 sd/uiconfig/sdraw/popupmenu/graphic.xml|3 
 sd/uiconfig/sdraw/ui/notebookbar.ui|   69 -
 sd/uiconfig/simpress/popupmenu/graphic.xml |   11 +-
 sd/uiconfig/simpress/ui/notebookbar.ui |   69 -
 sw/uiconfig/swriter/ui/notebookbar.ui  |   48 ++--
 7 files changed, 224 insertions(+), 96 deletions(-)

New commits:
commit ca341bbe44169135958d7a0b28feaed7d1aa11d3
Author: andreas kainz 
AuthorDate: Thu Oct 18 15:13:24 2018 +0200
Commit: andreas_kainz 
CommitDate: Thu Oct 18 21:15:26 2018 +0200

Sync Image/Graphic Tabb and context menu

NB: sync MenuImage in tabbed toolbar
context menu: sync graphic.xml context menu

in writer, calc, impress and draw

Change-Id: Idab90ae9af7ac68815fe689811d6c11f948063ca
Reviewed-on: https://gerrit.libreoffice.org/61938
Reviewed-by: andreas_kainz 
Tested-by: andreas_kainz 

diff --git a/sc/uiconfig/scalc/popupmenu/graphic.xml 
b/sc/uiconfig/scalc/popupmenu/graphic.xml
index e37109fdb963..b769a614848a 100644
--- a/sc/uiconfig/scalc/popupmenu/graphic.xml
+++ b/sc/uiconfig/scalc/popupmenu/graphic.xml
@@ -59,10 +59,11 @@
   
   
   
+  
   
-  
-  
+  
   
   
   
+  
 
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index 418cb46f549c..ee8e119ccda2 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -483,163 +483,163 @@
 True
 False
 
-  
+  
 True
 False
 .uno:AddDirect
   
 
 
-  
+  
 True
 False
 .uno:RecentFileList
   
 
 
-  
+  
 True
 False
 .uno:CloseDoc
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:Save
   
 
 
-  
+  
 True
 False
 .uno:SaveAs
   
 
 
-  
+  
 True
 False
 .uno:SaveAsRemote
   
 
 
-  
+  
 True
 False
 .uno:NewGlobalDoc
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:ExportTo
   
 
 
-  
+  
 True
 False
 .uno:ExportToPDF
   
 
 
-  
+  
 True
 False
 .uno:ExportToEPUB
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:SendMail
   
 
 
-  
+  
 True
 False
 .uno:SendMailDocAsPDF
   
 
 
-  
+  
 True
 False
 .uno:SendViaBluetooth
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:PrintPreview
   
 
 
-  
+  
 True
 False
 .uno:PrintDefault
   
 
 
-  
+  
 True
 False
 .uno:PrinterSetup
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:Signature
   
 
 
-  
+  
 True
 False
 .uno:SignPDF
   
 
 
-  
+  
 True
 False
 .uno:SetDocumentProperties
@@ -652,7 +652,7 @@
   
 
 
-  
+  
 True
 False
 .uno:Quit
@@ -663,89 +663,107 @@
 True
 False
 
-  
+  
 True
 False
 .uno:HelpIndex
   
 
 
-  
+  
 True
 False
 .uno:ExtendedHelp
   
 
 
-  
+  
 True
 False
 .uno:Documentation
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
 .uno:QuestionAnswers
   
 
 
-  
+  
 True
 False
 .uno:SendFeedback
   
 
 
-  
+  
 True
 False
-.uno:Donation
   
 
 
-  
+  
 True
 False
+.uno:SafeMode
   
 
 
-  
+  
 True
 False
-.uno:SafeMode
+.uno:GetInvolved
   
 
 
-  
+  
 True
 False
-vnd.sun.star.job:alias=UpdateCheck
-_Check for Updates...
   
 
 
-  
+  
 True
 False
+.uno:Donation
   
 
 
-  
+  
+True
+False
+  
+
+
+  
 True
 False
 .uno:ShowLicense
   
 
 

[Libreoffice-bugs] [Bug 120680] New: Menu entries for shapes should be disabled in protected mode

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120680

Bug ID: 120680
   Summary: Menu entries for shapes should be disabled in
protected mode
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Steps to Reproduce:
1. Take any sheet with protected cells, for example attachment 129104
2. Select one of the protected cells
3. Menu Insert > Shape > Any shape

Reproduced in

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

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


[Libreoffice-bugs] [Bug 118342] Assert when closing form after resizing field in design mode

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118342

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Julien Nabet  ---
Indeed I don't reproduce this anymore with master sources updated today.

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


[Libreoffice-bugs] [Bug 105537] [META] Assertion failed crashes

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537
Bug 105537 depends on bug 118342, which changed state.

Bug 118342 Summary: Assert when closing form after resizing field in design mode
https://bugs.documentfoundation.org/show_bug.cgi?id=118342

   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 120432] Date, Time and Formulas Can be Inserted in Read-only Spreadsheets

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120432

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |xiscofa...@libreoffice.org
   |desktop.org |
 OS|Windows (All)   |All

--- Comment #4 from Xisco Faulí  ---
Patch in gerrit: https://gerrit.libreoffice.org/#/c/61953/

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


[Libreoffice-bugs] [Bug 107240] EDITING Insert > Date | Time inserts some content into protected cells

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107240

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |xiscofa...@libreoffice.org
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #4 from Xisco Faulí  ---
Patch in gerrit: https://gerrit.libreoffice.org/#/c/61953/

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


[Libreoffice-bugs] [Bug 120675] script:event-listener problems

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120675

--- Comment #6 from insertscript  ---
ah yeah let me explain that a little bit:

In case an odt file contains a user controlled macro, which gets executed as
soon as a certain event is triggered (in my example the onmouseover event), a
dialog box is displayed which either blocks this macro or allows it - depending
on the configured macro security settings (the default setting won't execute
custom macros which are stored inside the document structure).

By abusing the path traversal of the vnd.sun.star.script: and specifying
"location=share" as the parameter it is possible to  execute code in a shell
(cmd, sh/bash etc depending on the environment) without triggering any warning
dialog.
Therefore this behavior is bypassing any "macro" protection in place.

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


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

2018-10-18 Thread Libreoffice Gerrit user
 sc/source/ui/view/prevwsh.cxx   |   13 +
 sc/uiconfig/scalc/ui/notebookbar.ui |3 +++
 2 files changed, 16 insertions(+)

New commits:
commit 3f9c477929c261a8862411c00153e4c7d0d0ae7c
Author: andreas kainz 
AuthorDate: Wed Oct 17 21:41:25 2018 +0200
Commit: andreas_kainz 
CommitDate: Thu Oct 18 21:02:24 2018 +0200

Notebookbar: add context-Printpreview to calc tabbed NB

Change-Id: Iee6c83ae03ead7ae0b2c33f6cf364c1c3c59528f
Reviewed-on: https://gerrit.libreoffice.org/61892
Reviewed-by: andreas_kainz 
Tested-by: andreas_kainz 

diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx
index 42d6700d0ab5..1ad9c412f049 100644
--- a/sc/source/ui/view/prevwsh.cxx
+++ b/sc/source/ui/view/prevwsh.cxx
@@ -69,6 +69,9 @@
 #include 
 
 #include 
+#include 
+#include 
+
 //  for mouse wheel
 #define MINZOOM_SLIDER 10
 #define MAXZOOM_SLIDER 400
@@ -155,6 +158,13 @@ ScPreviewShell::ScPreviewShell( SfxViewFrame* pViewFrame,
 {
 Construct( >GetWindow() );
 
+SfxShell::SetContextBroadcasterEnabled(true);
+
SfxShell::SetContextName(vcl::EnumContext::GetContextName(vcl::EnumContext::Context::Printpreview));
+SfxShell::BroadcastContextForActivation(true);
+
+if (auto& pBar = 
SfxViewFrame::Current()->GetWindow().GetSystemWindow()->GetNotebookBar())
+pBar->ControlListener(true);
+
 if ( auto pTabViewShell = dynamic_cast( pOldSh) )
 {
 //  store view settings, show table from TabView
@@ -181,6 +191,9 @@ ScPreviewShell::~ScPreviewShell()
 if (mpFrameWindow)
 mpFrameWindow->SetCloseHdl(Link()); // Remove 
close handler.
 
+if (auto& pBar = 
SfxViewFrame::Current()->GetWindow().GetSystemWindow()->GetNotebookBar())
+pBar->ControlListener(false);
+
 // #108333#; notify Accessibility that Shell is dying and before destroy 
all
 BroadcastAccessibility( SfxHint( SfxHintId::Dying ) );
 pAccessibilityBroadcaster.reset();
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index ca39249bc22f..418cb46f549c 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -12841,6 +12841,9 @@
 True
 False
 Print
+
+  
+
   
   
 12
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 120678] Blue image background after undo/redo of a slide paste

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120678

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

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


[Libreoffice-bugs] [Bug 120432] Date, Time and Formulas Can be Inserted in Read-only Spreadsheets

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120432

Xisco Faulí  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107240] EDITING Insert > Date | Time inserts some content into protected cells

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107240

Xisco Faulí  changed:

   What|Removed |Added

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

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


  1   2   3   4   >