[Libreoffice-ux-advise] [Bug 130003] ALPHABETICAL INDEX: make it easier to index ranges of pages

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130003

--- Comment #8 from Dieter Praas  ---
I'm not sure, if I understand it correct, but I think your idea is not about
displaying 1-10 of 1ff., but the way to create an index entry for the case,
that a topic is across several pages, but the topic itself (here "John")
doesn't appear on every page. In this case it would be nice to mark beginning
and end of the topic, that is discussed in the text. Am I right?

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


[Libreoffice-bugs] [Bug 130003] ALPHABETICAL INDEX: make it easier to index ranges of pages

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130003

--- Comment #8 from Dieter Praas  ---
I'm not sure, if I understand it correct, but I think your idea is not about
displaying 1-10 of 1ff., but the way to create an index entry for the case,
that a topic is across several pages, but the topic itself (here "John")
doesn't appear on every page. In this case it would be nice to mark beginning
and end of the topic, that is discussed in the text. Am I right?

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

2020-01-20 Thread Miklos Vajna (via logerrit)
 oox/source/vml/vmlshape.cxx  |3 +++
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit b92293b3943423324064a8513c2e114d18817179
Author: Miklos Vajna 
AuthorDate: Mon Jan 20 21:21:17 2020 +0100
Commit: Miklos Vajna 
CommitDate: Tue Jan 21 08:41:42 2020 +0100

tdf#103983 VML import: handle 

We used to always always set TextAutoGrowHeight to true, only do that
when the matching VML attribute is detected, default to false.

This helps the exporter, so it writes the correct markup on save of the
bugdoc.

Also adapt testGroupshapeChildRotation, which in practice tested the
automatic height of the shape. The point of "auto" is that it changes as
needed, hardcoding that value in a test is not a great idea. Rather test
that the height is no longer automatic (there is no explicit markup in
the file, and the default is false).

Change-Id: Ie39408b7da53f4923a2ade503e520c704a86bcf4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87104
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx
index 15972cd0ff08..70b673258dc6 100644
--- a/oox/source/vml/vmlshape.cxx
+++ b/oox/source/vml/vmlshape.cxx
@@ -792,6 +792,9 @@ Reference< XShape > SimpleShape::implConvertAndInsert( 
const Reference< XShapes
 xShape->setSize(aSize);
 }
 }
+
+PropertySet(xShape).setAnyProperty(PROP_TextAutoGrowHeight,
+   makeAny(maTypeModel.mbAutoHeight));
 }
 
 // Import Legacy Fragments (if any)
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 956f75414488..a9edd2b66eb1 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -569,8 +569,9 @@ DECLARE_OOXMLIMPORT_TEST(testGroupshapeChildRotation, 
"groupshape-child-rotation
 
 #if HAVE_MORE_FONTS
 xShape.set(xGroupShape->getByIndex(4), uno::UNO_QUERY);
-// This was 887, i.e. border distances were included in the height.
-CPPUNIT_ASSERT_EQUAL(sal_Int32(661), xShape->getSize().Height);
+// This was true, a VML textbox without  had
+// auto-grow on.
+CPPUNIT_ASSERT(!getProperty(xShape, "TextAutoGrowHeight"));
 // Paragraph Style Normal should provide the font name - which slightly 
affects the shape's height (was 686)
 uno::Reference xText = 
uno::Reference(xShape, uno::UNO_QUERY_THROW)->getText();
 CPPUNIT_ASSERT_EQUAL_MESSAGE("Font", OUString("Times New Roman"), 
getProperty(getRun(xText, 1), "CharFontName"));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 33961] cross reference to a list number, dot bug

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33961

--- Comment #3 from KarenChaney  ---
(In reply to John Gustavsson from comment #0)
>  Can you make so that the dot is
> not included in the cross reference? Students handing 
> https://cheapessaywriter.co.uk/ in a paper with the
> dots in the wrong places can get a lower grade...

A large number of punctuation errors can cause a refusal to consider student's
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-commits] core.git: dbaccess/source include/xmloff sc/source sw/source xmloff/source

2020-01-20 Thread Noel Grandin (via logerrit)
 dbaccess/source/filter/xml/xmlfilter.cxx |6 +-
 include/xmloff/xmlscripti.hxx|7 ++-
 sc/source/filter/xml/xmlimprt.cxx|   13 ++---
 sc/source/filter/xml/xmlimprt.hxx|3 -
 sw/source/filter/xml/xmlimp.cxx  |   11 +++-
 sw/source/filter/xml/xmlimp.hxx  |2 
 sw/source/filter/xml/xmlscript.cxx   |5 --
 xmloff/source/draw/sdxmlimp.cxx  |   23 +-
 xmloff/source/script/xmlscripti.cxx  |   69 +++
 9 files changed, 72 insertions(+), 67 deletions(-)

New commits:
commit 5a73d3908c30c898a0f21208810332d36657adee
Author: Noel Grandin 
AuthorDate: Mon Jan 20 16:14:07 2020 +0200
Commit: Noel Grandin 
CommitDate: Tue Jan 21 08:21:29 2020 +0100

use FastParser in XMLScriptContext

Change-Id: I7c5f5b77a78307c556ee5718480346ed3dd159fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87075
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx 
b/dbaccess/source/filter/xml/xmlfilter.cxx
index 96a34742fba0..b8a6cc215d26 100644
--- a/dbaccess/source/filter/xml/xmlfilter.cxx
+++ b/dbaccess/source/filter/xml/xmlfilter.cxx
@@ -512,9 +512,6 @@ public:
 rImport.GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP );
 pContext = rImport.CreateStylesContext(nPrefix, rLocalName, 
xAttrList, true);
 break;
-case XML_TOK_CONTENT_SCRIPTS:
-pContext = new XMLScriptContext(GetImport(), rLocalName, 
rImport.GetModel());
-break;
 default:
 break;
 }
@@ -533,6 +530,9 @@ public:
 case XML_ELEMENT(OOO, XML_BODY):
 return new DBXMLDocumentBodyContext(rImport);
 break;
+case XML_ELEMENT(OFFICE, XML_SCRIPTS):
+return new XMLScriptContext(GetImport(), rImport.GetModel());
+break;
 default: break;
 }
 return nullptr;
diff --git a/include/xmloff/xmlscripti.hxx b/include/xmloff/xmlscripti.hxx
index 94034fe5cce0..75b7115df526 100644
--- a/include/xmloff/xmlscripti.hxx
+++ b/include/xmloff/xmlscripti.hxx
@@ -35,7 +35,6 @@ private:
 
 public:
 XMLScriptContext( SvXMLImport& rImport,
-  const OUString& rLName,
   const css::uno::Reference< css::frame::XModel>& 
rDocModel );
 virtual ~XMLScriptContext() override;
 
@@ -44,7 +43,11 @@ public:
 const OUString& rLocalName,
 const css::uno::Reference< css::xml::sax::XAttributeList>& 
xAttrList ) override;
 
-virtual void EndElement() override;
+virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL 
createFastChildContext(
+sal_Int32 nElement, const css::uno::Reference< 
css::xml::sax::XFastAttributeList >& AttrList ) override;
+
+virtual void SAL_CALL startFastElement( sal_Int32 /*nElement*/,
+const css::uno::Reference< css::xml::sax::XFastAttributeList 
>& ) override {}
 };
 
 #endif // INCLUDED_XMLOFF_XMLSCRIPTI_HXX
diff --git a/sc/source/filter/xml/xmlimprt.cxx 
b/sc/source/filter/xml/xmlimprt.cxx
index 2cb864cb56f5..da52b0424516 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -373,10 +373,6 @@ SvXMLImportContextRef 
ScXMLDocContext_Impl::CreateChildContext( sal_uInt16 nPref
 case XML_TOK_DOC_META:
 SAL_INFO("sc", "XML_TOK_DOC_META: should not have come here, maybe 
document is invalid?");
 break;
-case XML_TOK_DOC_SCRIPTS:
-if (GetScImport().getImportFlags() & SvXMLImportFlags::SCRIPTS)
-pContext = GetScImport().CreateScriptContext( rLocalName );
-break;
 case XML_TOK_DOC_SETTINGS:
 if (GetScImport().getImportFlags() & SvXMLImportFlags::SETTINGS)
 pContext = new XMLDocumentSettingsContext(GetScImport(), nPrefix, 
rLocalName, xAttrList );
@@ -398,6 +394,10 @@ uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
 if (GetScImport().getImportFlags() & SvXMLImportFlags::CONTENT)
 pContext = new ScXMLBodyContext_Impl( GetScImport() );
 break;
+case XML_ELEMENT( OFFICE, XML_SCRIPTS ):
+if (GetScImport().getImportFlags() & SvXMLImportFlags::SCRIPTS)
+pContext = GetScImport().CreateScriptContext();
+break;
 
 //TODO: handle all other cases
 }
@@ -788,14 +788,13 @@ SvXMLImportContext *ScXMLImport::CreateMetaContext(
 return pContext;
 }
 
-SvXMLImportContext *ScXMLImport::CreateScriptContext(
-const OUString& rLocalName )
+SvXMLImportContext *ScXMLImport::CreateScriptContext()
 {
 SvXMLImportContext* pContext = nullptr;
 
 if( !(IsStylesOnlyMode()) )
 {
-pContext = new XMLScriptContext( *this, rLocalName, GetModel() );
+pContext = new XMLScriptContext( *this, GetModel() );
 }
 
 return pContext;
diff --git 

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

2020-01-20 Thread Noel Grandin (via logerrit)
 xmloff/source/draw/sdxmlimp.cxx  |   23 +++
 xmloff/source/draw/sdxmlimp_impl.hxx |3 +--
 xmloff/source/draw/ximpstyl.cxx  |   12 +---
 xmloff/source/draw/ximpstyl.hxx  |   10 +++---
 4 files changed, 28 insertions(+), 20 deletions(-)

New commits:
commit faa0d7b3405eaab610ada004b9053dcd8bc25e4a
Author: Noel Grandin 
AuthorDate: Mon Jan 20 16:47:01 2020 +0200
Commit: Noel Grandin 
CommitDate: Tue Jan 21 08:21:48 2020 +0100

use FastParser in SdXMLMasterStylesContext

Change-Id: I9fb57f4bf97e3aa67bcdd55f5e98ebcddaaf9e4b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87082
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx
index 98a4ebccbbd3..dfb4bf267ea8 100644
--- a/xmloff/source/draw/sdxmlimp.cxx
+++ b/xmloff/source/draw/sdxmlimp.cxx
@@ -159,15 +159,6 @@ SvXMLImportContextRef 
SdXMLDocContext_Impl::CreateChildContext(
 }
 break;
 }
-case XML_TOK_DOC_MASTERSTYLES:
-{
-if( GetImport().getImportFlags() & SvXMLImportFlags::MASTERSTYLES )
-{
-// office:master-styles inside office:document
-xContext = GetSdImport().CreateMasterStylesContext(rLocalName, 
xAttrList);
-}
-break;
-}
 case XML_TOK_DOC_META:
 {
 SAL_INFO("xmloff.draw", "XML_TOK_DOC_META: should not have come 
here, maybe document is invalid?");
@@ -202,6 +193,15 @@ uno::Reference< xml::sax::XFastContextHandler > SAL_CALL 
SdXMLDocContext_Impl::c
 }
 break;
 }
+case XML_ELEMENT(OFFICE, XML_MASTER_STYLES):
+{
+if( GetImport().getImportFlags() & SvXMLImportFlags::MASTERSTYLES )
+{
+// office:master-styles inside office:document
+return GetSdImport().CreateMasterStylesContext();
+}
+break;
+}
 }
 return nullptr;
 }
@@ -731,11 +731,10 @@ SvXMLStylesContext 
*SdXMLImport::CreateAutoStylesContext(const OUString& rLocalN
 return GetShapeImport()->GetAutoStylesContext();
 }
 
-SvXMLImportContext* SdXMLImport::CreateMasterStylesContext(const OUString& 
rLocalName,
-const uno::Reference&)
+SvXMLImportContext* SdXMLImport::CreateMasterStylesContext()
 {
 if (!mxMasterStylesContext.is())
-mxMasterStylesContext.set(new SdXMLMasterStylesContext(*this, 
rLocalName));
+mxMasterStylesContext.set(new SdXMLMasterStylesContext(*this));
 return mxMasterStylesContext.get();
 }
 
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx 
b/xmloff/source/draw/sdxmlimp_impl.hxx
index 7205d4867ec8..32f9690634f3 100644
--- a/xmloff/source/draw/sdxmlimp_impl.hxx
+++ b/xmloff/source/draw/sdxmlimp_impl.hxx
@@ -206,8 +206,7 @@ public:
 const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);
 SvXMLStylesContext* CreateAutoStylesContext(const OUString& rLocalName,
 const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);
-SvXMLImportContext* CreateMasterStylesContext(const OUString& rLocalName,
-const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);
+SvXMLImportContext* CreateMasterStylesContext();
 SvXMLImportContext *CreateFontDeclsContext(const OUString& rLocalName,
 const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList 
);
 
diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx
index 1d05a80fbfad..4d0084bb9412 100644
--- a/xmloff/source/draw/ximpstyl.cxx
+++ b/xmloff/source/draw/ximpstyl.cxx
@@ -1380,10 +1380,16 @@ uno::Reference< container::XNameAccess > 
SdXMLStylesContext::getPageLayouts() co
 
 
 SdXMLMasterStylesContext::SdXMLMasterStylesContext(
-SdXMLImport& rImport,
-const OUString& rLName)
-:   SvXMLImportContext( rImport, XML_NAMESPACE_OFFICE, rLName)
+SdXMLImport& rImport)
+:   SvXMLImportContext( rImport )
+{
+}
+
+css::uno::Reference< css::xml::sax::XFastContextHandler > 
SdXMLMasterStylesContext::createFastChildContext(
+sal_Int32 /*nElement*/,
+const css::uno::Reference< css::xml::sax::XFastAttributeList >& 
/*xAttrList*/ )
 {
+return nullptr;
 }
 
 SvXMLImportContextRef SdXMLMasterStylesContext::CreateChildContext(
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx
index bc0a2b09aa23..b9038609715f 100644
--- a/xmloff/source/draw/ximpstyl.hxx
+++ b/xmloff/source/draw/ximpstyl.hxx
@@ -228,9 +228,13 @@ class SdXMLMasterStylesContext : public SvXMLImportContext
 
 public:
 
-SdXMLMasterStylesContext(
-SdXMLImport& rImport,
-const OUString& rLName);
+SdXMLMasterStylesContext(SdXMLImport& rImport);
+
+virtual void SAL_CALL startFastElement( sal_Int32 /*nElement*/,
+const css::uno::Reference< css::xml::sax::XFastAttributeList 
>& ) override {}
+
+

[Libreoffice-bugs] [Bug 130102] default sidebar width

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130102

--- Comment #3 from andreas_k  ---
Created attachment 157292
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157292=edit
how MSO make the sidebar

you can change the size at MSO but in the default width all elements fit's in
addition they use always the same layout and the same widget's.

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


[Libreoffice-bugs] [Bug 130102] default sidebar width

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130102

--- Comment #2 from andreas_k  ---
Created attachment 157291
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157291=edit
if an sidebar didn't fit the default size

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


[Libreoffice-bugs] [Bug 130102] default sidebar width

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130102

--- Comment #1 from andreas_k  ---
Created attachment 157290
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157290=edit
Default visible sidebar in writer

this can be the size of all sidebar's, at least you would get no visual 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 130102] default sidebar width

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130102

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com
   Keywords||needsUXEval

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


[Libreoffice-bugs] [Bug 130102] New: default sidebar width

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130102

Bug ID: 130102
   Summary: default sidebar width
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

there are different sidebars but at least the specific sidebars didn't fit into
the width of Style/Font/Paragraph so the user has to have always change the
sidebar width depend on the content sidebar. This width change also give visual
glitches.

can there be an default sidebar width all sidebars has to (perfect) fit. I'm
thinking of the width of the default sidebar elements (Style, Font, Paragraph
for writer). At least in english language.

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


[Libreoffice-bugs] [Bug 130077] Korea's Hanja Upper Numbers[한자 갖은자] 5 and 1000 are wrong

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130077

Mark Hung  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #6 from Mark Hung  ---
I confirm that the upper number in E7 and E14 in attachment#157250 is 五 and
壹零零零 instead of 伍 and 壹阡.

版本:6.3.3.2 (x64)
組建 ID:a64200df03143b798afd1ec74a12ab50359878ed
CPU 執行緒:8; OS:Windows 10.0; UI 算繪:GL; VCL: win; 
語言地區:zh-TW (zh_TW); UI語言:zh-TW
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: sw/uiconfig

2020-01-20 Thread andreas kainz (via logerrit)
 sw/uiconfig/swriter/ui/sidebartableedit.ui |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit acb8d7d0568352bb34e869880c6ef44336f63b6f
Author: andreas kainz 
AuthorDate: Mon Jan 20 21:41:05 2020 +0100
Commit: andreas_kainz 
CommitDate: Tue Jan 21 06:41:59 2020 +0100

sidebar writer table spacing fix

Change-Id: I3dd805f69c9357e9f2b5d773e1a2842f44af5470
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87105
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/sw/uiconfig/swriter/ui/sidebartableedit.ui 
b/sw/uiconfig/swriter/ui/sidebartableedit.ui
index e0d369f7021a..db554177a349 100644
--- a/sw/uiconfig/swriter/ui/sidebartableedit.ui
+++ b/sw/uiconfig/swriter/ui/sidebartableedit.ui
@@ -19,10 +19,11 @@
   
 True
 False
+True
 6
 vertical
-6
-3
+3
+6
 True
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130101] contactus Register functionality by providing test data for fullname and remaining fields are empty

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130101

Archana  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 130101] contactus Register functionality by providing test data for fullname and remaining fields are empty

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130101

Archana  changed:

   What|Removed |Added

 Status|NEEDINFO|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 130101] contactus Register functionality by providing test data for fullname and remaining fields are empty

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130101

--- Comment #1 from Archana  ---
Created attachment 157289
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157289=edit
this above attachment is about registration

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


[Libreoffice-bugs] [Bug 130101] contactus Register functionality by providing test data for fullname and remaining fields are empty

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130101

Archana  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 116700] [META] Chart trend line bugs and enhancements

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116700
Bug 116700 depends on bug 128995, which changed state.

Bug 128995 Summary: Chart: Trend Line shows wrong linear Equation
https://bugs.documentfoundation.org/show_bug.cgi?id=128995

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 130101] contactus Register functionality by providing test data for fullname and remaining fields are empty

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130101

Archana  changed:

   What|Removed |Added

  Alias||shifa

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


[Libreoffice-bugs] [Bug 130101] New: contactus Register functionality by providing test data for fullname and remaining fields are empty

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130101

Bug ID: 130101
   Summary: contactus Register functionality by providing test
data for fullname and remaining fields are empty
   Product: LibreOffice
   Version: 3.3.4 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ke.archana...@gmail.com

Description:
after opening jobportal.orangepages.com in register page im providing fullname
and leave remaining fields are empty it not showing the error message as per my
BSR

Steps to Reproduce:
1.open chrome
2.enter web site www.jobportal.orangepages.com
3.click on register
4.enter test data as full name is KE.Archana
  and remaining fields are empty
5.click on register 

Actual Results:
"please provide email"

Expected Results:
"email field required "
"message required"
"phone number required"
"verification code required"


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 76258] Filter by Colours in LibreOffice Calc - Enchancement

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76258

swapnil.agrawa...@yahoo.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 95520] Sort column by color (Extension?)

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95520

swapnil.agrawa...@yahoo.com changed:

   What|Removed |Added

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

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

2020-01-20 Thread Jim Raykowski (via logerrit)
 sfx2/source/sidebar/TabBar.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 51f8e04eaaea50b779e3882e87628a6e625e0fd8
Author: Jim Raykowski 
AuthorDate: Sat Dec 21 18:41:26 2019 -0900
Commit: Jim Raykowski 
CommitDate: Tue Jan 21 06:18:31 2020 +0100

Make dock/undock short cut work from sidebar tabbar

Makes Shift+Ctrl+F10 short cut to dock/undock sidebar work from the
sidebar tabbar

Change-Id: Idd895e35e65f4cd66b7af16c39f5b0fd69fb5796
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85687
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx
index 96b00f54939e..4cc79c8bcd4c 100644
--- a/sfx2/source/sidebar/TabBar.cxx
+++ b/sfx2/source/sidebar/TabBar.cxx
@@ -245,7 +245,8 @@ bool TabBar::EventNotify(NotifyEvent& rEvent)
 mpAccel->init(comphelper::getProcessComponentContext(), mxFrame);
 }
 const OUString 
aCommand(mpAccel->findCommand(svt::AcceleratorExecute::st_VCLKey2AWTKey(rKeyCode)));
-if (".uno:Sidebar" == aCommand)
+if (".uno:Sidebar" == aCommand ||
+(rKeyCode.IsMod1() && rKeyCode.IsShift() && rKeyCode.GetCode() 
== KEY_F10))
 return vcl::Window::EventNotify(rEvent);
 return true;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 125705] Impossible to edit any TextField (except URL) inside a spreadsheet cell by user code.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125705

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 126182] Inconsistent size of the spelling window

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126182

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 129799] Recovered document is missing a couple of paragraphs after battery depleted.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129799

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 129627] Use soffice docx convert to pdf display style error.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129627

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 125753] No indication that secondary X axis just duplicates primary X axis

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125753

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-ux-advise] [Bug 129815] Add option to insert QR Code to Insert Tab on Tabbed UI

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129815

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 129815] Add option to insert QR Code to Insert Tab on Tabbed UI

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129815

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 130003] ALPHABETICAL INDEX: make it easier to index ranges of pages

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130003

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 129830] FILESAVE: mtime set way in the future

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129830

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 129825] LO Draw - landscape prints in portrait and/or crops diagram

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129825

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 129842] Error saving file with guest account

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129842

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-ux-advise] [Bug 130003] ALPHABETICAL INDEX: make it easier to index ranges of pages

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130003

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

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


[Libreoffice-ux-advise] [Bug 130003] ALPHABETICAL INDEX: make it easier to index ranges of pages

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130003

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 130003] ALPHABETICAL INDEX: make it easier to index ranges of pages

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130003

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

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


[Libreoffice-bugs] [Bug 130043] Crash when i scroll to the second page with a watermarket

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130043

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

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


[Libreoffice-bugs] [Bug 130043] Crash when i scroll to the second page with a watermarket

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130043

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 126053] Libre Office 6.2 my 100K CV file has been increased exponencially

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126053

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 126053] Libre Office 6.2 my 100K CV file has been increased exponencially

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126053

--- Comment #4 from QA Administrators  ---
Dear raxim.uk,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 125963] Small font in options with hidpi monitor (3000x2000, dpi: 192)

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125963

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

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


[Libreoffice-bugs] [Bug 126052] Can't drag the color picker window out of my way

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126052

--- Comment #3 from QA Administrators  ---
Dear Dr. Pam Halton,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 117731] Batch libreoffice --convert-to offers no way to wait for document completion

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117731

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

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


[Libreoffice-bugs] [Bug 117731] Batch libreoffice --convert-to offers no way to wait for document completion

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117731

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 126052] Can't drag the color picker window out of my way

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126052

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 125963] Small font in options with hidpi monitor (3000x2000, dpi: 192)

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125963

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 126400] LibreOffice math does not get focus back after using tool window

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126400

--- Comment #2 from QA Administrators  ---
Dear Daniel MOYNE,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 43253] Zooming in "New Window" split view

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43253

--- Comment #20 from jdie...@mac.com ---
For 6.3.4.2 under OS X 10.14.6, open second window with "New Window" command. 
Main reason you'd want to do this is to refer to one part of the document while
editing another.  Move the second window to the part of the document you want
to refer to.  Click on the text in the first window to begin editing.  The
second window moves more or less to where the first window is.  Now they both
show more or less the same text (not exactly, not sure the exact rule being
followed).  Makes the function useless.

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


[Libreoffice-bugs] [Bug 130100] Thin frames appear while clicking on the slide with nothing selected in Impress

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130100

--- Comment #2 from Y Cao <1783250...@qq.com> ---
> It gets well after several clicking. 
Delete this line. Frames just get out of the slide.

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


[Libreoffice-bugs] [Bug 130100] Thin frames appear while clicking on the slide with nothing selected in Impress

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130100

Y Cao <1783250...@qq.com> changed:

   What|Removed |Added

 Attachment #157288|Example |Example Screenshot
description||
 Attachment #157288|æªå±2020-01-2110.36.22.png  |screenshot.png
   filename||

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


[Libreoffice-bugs] [Bug 130100] Thin frames appear while clicking on the slide with nothing selected in Impress

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130100

Y Cao <1783250...@qq.com> changed:

   What|Removed |Added

 Attachment #157288|Examplw |Example
description||
 Attachment #157288|截屏2020-01-2110.36.22.pn |æªå±2020-01-2110.36.22.png
   filename|g   |

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


[Libreoffice-bugs] [Bug 130100] Thin frames appear while clicking on the slide with nothing selected in Impress

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130100

--- Comment #1 from Y Cao <1783250...@qq.com> ---
Created attachment 157288
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157288=edit
Examplw

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


[Libreoffice-bugs] [Bug 130100] New: Thin frames appear while clicking on the slide with nothing selected in Impress

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130100

Bug ID: 130100
   Summary: Thin frames appear while clicking on the slide with
nothing selected in Impress
   Product: LibreOffice
   Version: 6.3.4.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 1783250...@qq.com

Description:
Thin frames appear while clicking on the slide with nothing selected in
Impress. Also while dragging.

It gets well after several clicking. But after reopening a file again, it
happens again.

Steps to Reproduce:
1. Import a PowerPoint file(.ppt)
2. Click on the slide

Actual Results:
Thin frames appear. (Things can be selected correctly.)

Expected Results:
Nothing happens or something is selected.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 6.3.4.2
Build ID: 60da17e045e08f1793c57c00ba83cdfce946d0aa
CPU threads: 4; OS: Mac OS X 10.15.2; UI render: default; VCL: osx; 
Locale: zh-CN (zh_Hans.UTF-8); UI-Language: en-US
Calc: threaded

Renderer: Intel(R) Iris(TM) Graphics 6100
Vendor: Intel Inc.
Version: 4.1
INTEL-14.3.9
Device: MacBookPro12,1
Shading language version: 4.10


Max
texture size: 16384 x 16384
Max vertex texture image units: 16
Max texture
image units: 16
Max geometry texture units: 16
Max anisotropic filtering value:
16
Max viewport size: 16384 x 16384
Max Clip Distances: 8
Max samples: 8


Extensions: 45


GL_ARB_tessellation_shader
GL_APPLE_texture_range
GL_EXT_framebuffer_multisample_blit_scaled
GL_ARB_viewport_array
GL_ARB_gpu_shader_fp64
GL_ARB_explicit_attrib_location
GL_NV_texture_barrier
GL_ARB_separate_shader_objects
GL_ARB_texture_storage
GL_ARB_gpu_shader5
GL_ARB_texture_swizzle
GL_EXT_texture_compression_s3tc
GL_ARB_texture_cube_map_array
GL_ARB_blend_func_extended
GL_ARB_vertex_attrib_64bit
GL_EXT_texture_sRGB_decode
GL_ARB_texture_gather
GL_EXT_texture_filter_anisotropic
GL_APPLE_row_bytes
GL_ARB_transform_feedback2
GL_ARB_transform_feedback3
GL_ARB_draw_indirect
GL_ARB_texture_query_lod
GL_ARB_draw_buffers_blend
GL_ARB_sample_shading
GL_ARB_internalformat_query
GL_ARB_timer_query
GL_ARB_shader_subroutine
GL_ATI_texture_mirror_once
GL_EXT_debug_marker
GL_APPLE_rgb_422
GL_ARB_vertex_type_2_10_10_10_rev
GL_EXT_debug_label
GL_ARB_texture_buffer_object_rgb32
GL_ARB_instanced_arrays
GL_APPLE_container_object_shareable
GL_ARB_ES2_compatibility
GL_APPLE_client_storage
GL_ARB_sampler_objects
GL_ARB_occlusion_query2
GL_ARB_shading_language_include
GL_ARB_texture_rgb10_a2ui
GL_APPLE_object_purgeable
GL_ARB_shader_bit_encoding
GL_APPLE_flush_render

Core features

v3.0 (100 % - 23/23)
v3.1 (100 % - 7/7)
v3.2 (100 % - 10/10)
v3.3 (100 % -
10/10)
v4.0 (100 % - 14/14)
v4.1 (100 % - 7/7)
v4.2 (15 % - 2/13)
v4.3 (0 % -
0/20)
v4.4 (0 % - 0/10)
v4.5 (0 % - 0/11)
v4.6 (0 % - 0/11)
vARB 2015 (0 % -
0/12)

OpenGL driver version check (Current: 4.1 INTEL-14.3.9, Latest known: ):
Latest
version of display drivers found
According the database, you are running the
latest display drivers for your video card.

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


[Libreoffice-bugs] [Bug 130097] Update for hp printer assistant software

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130097

himajin100...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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


[Libreoffice-bugs] [Bug 108456] [META] Style modify dialog bugs and enhancements

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108456

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||128469


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128469
[Bug 128469] PARAGRAPH STYLE DIALOG: "Reset" and "Standard" buttons: confusing
names
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 128469] PARAGRAPH STYLE DIALOG: "Reset" and "Standard" buttons: confusing names

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128469

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Blocks||108456


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 128469] PARAGRAPH STYLE DIALOG: "Reset" and "Standard" buttons: confusing names

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128469

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 128469] PARAGRAPH STYLE DIALOG: "Reset" and "Standard" buttons: confusing names

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128469

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Blocks||108456


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 118834] Use of buttons Apply, Reset, and Standard in dialogue Modify Style is not documented

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118834

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 128469] PARAGRAPH STYLE DIALOG: "Reset" and "Standard" buttons: confusing names

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128469

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 129568] Rename Default Style to Default Paragraph/Page/Table Style

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129568

--- Comment #7 from Ayhan Yalçınsoy  ---
I have fixed related files. But I could not find how can I remove "Default
Paragraph Style" from character style tab of sidebarmenu. I need some tips.

[1](https://bugs.documentfoundation.org/attachment.cgi?id=157287).

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


[Libreoffice-bugs] [Bug 129568] Rename Default Style to Default Paragraph/Page/Table Style

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129568

--- Comment #6 from Ayhan Yalçınsoy  ---
Created attachment 157287
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157287=edit
Character styles in sidebar

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


[Libreoffice-bugs] [Bug 129568] Rename Default Style to Default Paragraph/Page/Table Style

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129568

--- Comment #5 from Ayhan Yalçınsoy  ---
Created attachment 157286
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157286=edit
Paragraph styles in sidebar

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


[Libreoffice-bugs] [Bug 122667] Delete sheet causes many Exception in getAccessibleName() warnings

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122667

Jim Avera  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #14 from Jim Avera  ---
Yes, bug is still there with latest master 

Version: 6.5.0.0.alpha0+
Build ID: d1730033b4fa1f0cfeedd136dfb23ec01a194ec0
CPU threads: 6; OS: Linux 5.3; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-01-20_03:30:24
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

Note the full STEPS TO REPRODUCE as follows:

1. sudo adduser testuser  # create disposable user account (or use a VM)
2. Log out and log in as 'testuser'
3. Run the "setup.sh" script (download from this bug)

4. Start LO, open "exceptions2.ods" (download from this bug)
   Do NOT enable macros.

5. Delete the sheet "AAPL"

RESULTS: Many exception messages like these:
  ** (soffice:17889): WARNING **: 16:27:33.577: Exception in
getAccessibleName()

  ** (soffice:17889): WARNING **: 16:27:33.577: Exception in
getAccessibleDescription()

Expected Results: No exceptions.

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


[Libreoffice-bugs] [Bug 130092] Images and dotted square are not in sync causing images to place all wrong or not stay where put.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130092

--- Comment #4 from kytriya  ---
I figured out how to mark it as unconfirmed. Thanks!

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


[Libreoffice-bugs] [Bug 130092] Images and dotted square are not in sync causing images to place all wrong or not stay where put.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130092

kytriya  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 130092] Images and dotted square are not in sync causing images to place all wrong or not stay where put.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130092

--- Comment #3 from kytriya  ---
Created attachment 157285
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157285=edit
Shows image in relation to dotted lines in cell

Obviously, I can't  fix the bug, but I was asked to mark it as unconfirmed. Not
sure how to do that without reassigning the bug to myself.

-- 
You are receiving this mail because:
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: sign problem with shear angle in transform matrix

2020-01-20 Thread Regina Henschel

Hi Armin,

Armin Le Grand schrieb am 20-Jan-20 um 14:32:

Hiho,

sorry for the late answer :-)

History: When doing deep change work quite some years ago, I did *not* 
realize that rot angle and shear angle were *mirrored* - sigh. This was 
probably historically the case due to the Y-Axis going down technically 
in OutDev's (right-handed), but handled in interactions and UI (aka 
visually) as going *up* (aka left-handed). Thus, the model data was 
using the UI orientation - sigh ;-( Since this was done everywhere it 
did not pop up as an error - until someone else tried to import the XML 
ODF stuff we write and read - and yes, the error was unnoticed forwarded 
to ODF format - sigh :-( You won't believe how surprised/shocked I was 
when I found out about it...


I see the problem in ODF, that shear and rotation angle is specified in 
degree but used in radians. The orientation of the angle in file format 
can be corrected on import/export if needed.


Currently a skewX(w) needs to be interpreted mathematically as 
transformation matrix

/ 1 tan(-w) 0 \
| 010 |
\ 001 /

OOo1.1.5 and Scribus interpret a skewY(w) as matrix
/   1  0   0 \
| tan(-w)  1   0 |
\   0  0   1 /
Because documents with skewY(w) were not produced by LibreOffice and 
therefore it doesn't affect own documents, I have used that interpretation.


And for a rotation, that is on screen 20deg clockwise, both LibreOffice 
and MS Office write rotate(-0.34907) into the file, so that orientation 
should be kept in that meaning.


Currently the specification does not contain the orientation at all.



In aw080 I corrected this more or less everywhere internally - the 
SdrObjects were anyways in a state that the just had a B2DHomMatrix as 
geometric definition, thus this had to be correct (right-handed) in the 
model - we are not that far in the current core... Angles were flipped 
everywhere for UI and where APIs were involved - UNO API and ODF as far 
as needed.


Yes, how to define it in core is a different problem. Knowing your 
efforts in aw080, I have decided not to try it. I would appreciate if 
only mathematically correct matrices were used internally. But 
converting this requires such a great effort and touches so many areas 
that it can only be achieved as a team in a reasonable amount of time.




Luckily, the full ObjectTransform in ODF and UNO API *is* correct due to 
handing in/out a full Matrix in LinearAlgebra,


No, the matrix in API is not correct. Try it by using property 
"Transformation" in macros. TRGetBaseGeometry and TRSetBaseGeometry use 
wrong sign in shear angle. It was not yet discovered, because 
TRGetBaseGeometry and TRSetBaseGeometry were internally only used to 
transport the geometry values, and not in multiplication with other 
matrices. In my two patches I have made TRmatrix -> math matrix -> do 
some matrix multiplication -> TRmatrix.


I have attached a document with matrix tools in macros. Select the 
yellow shape. Then press Alt+F11. Select the macro 'Main' and run it. It 
takes the matrix from the shape, multiplies it with a scaling matrix 
with factor 1 in x-direction and factor 3 in y-direction and applies the 
result to the shape. The result is wrong. The result will be correct if 
you toggle the sign before multiplying and toggle it back after 
multiplying, see the other document.


 thus right-handed and can
be used for compatibility and preferred in the future - for the rest 
we'll have to keep that error alive as long as we won't get a new ODF 
format.


As said above, the orientation in rotation, skewX and skewY from ODF can 
easily be changed on import/export, that is not the problem. The problem 
is not in ODF, but in the "Transformation" attribute in the API. Any 
user, who has macros which manipulate shapes by matrices, will have 
corrected them like I have done it in the attached file. So if the API 
matrix will be changed to the mathematically correct one, those users 
need to be alarmed, that they have to change their macros. Do we want that?




BTW: Is there an official site to already claim these angles to change 
orientation for ODF1.4...? And is that claimed...?
At least it will be transformable by some XSLT between 1. and a 
potentially corrected 1.4.

That's not the case for the API, though ;-(


Kind regards
Regina


TransformationByMacroWithShearAngleToggle.odg
Description: application/vnd.oasis.opendocument.graphics


TransformationByMacro.odg
Description: application/vnd.oasis.opendocument.graphics
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 117731] Batch libreoffice --convert-to offers no way to wait for document completion

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117731

--- Comment #15 from Richard Elkins  ---
@Xisco Faulí - Are you asking me to download and build LibreOffice for that one
source change?  I wouldn't know where to begin.  I am a developer but up to my
eyeballs in Astrophysics projects at the moment.  

Is there anyone on the development or testing team who already has the source
downloaded and knows how to build LibreOffice?  I am confident that such a
person could easily reproduce this anomaly on Linux, Android, or Unix with the
script I provided.  Then, make the change I suggested.  Re-run the script and
see that the anomaly disappears.  Also, after a change like this, wouldn't one
need to run your standard regression test suite?

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


[Libreoffice-bugs] [Bug 125450] Column shading not at all right

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125450

signupem...@posteo.uk changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #8 from signupem...@posteo.uk ---
Here you go. However, it may be that - very strange though this is to me - what
I see is in fact by design.

Version: 6.3.4.2
Build ID: 60da17e045e08f1793c57c00ba83cdfce946d0aa
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: gtk3; 
Flatpak
Locale: en-GB (en_GB.UTF-8); UI-Language: 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 130020] No warning displayed even if error/warning code was set when spreadsheet data fails to save to dBASE format.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130020

--- Comment #8 from Commit Notification 
 ---
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/6a308d2bfaf1d756aa4cfca6a40b80cf5e88e5fa

Propagate warning error code from dBASE export, tdf#130020

It will be available in 6.5.0.

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

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

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


[Libreoffice-bugs] [Bug 130020] No warning displayed even if error/warning code was set when spreadsheet data fails to save to dBASE format.

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130020

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.5.0

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


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

2020-01-20 Thread Eike Rathke (via logerrit)
 sc/source/ui/docshell/docsh.cxx |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

New commits:
commit 6a308d2bfaf1d756aa4cfca6a40b80cf5e88e5fa
Author: Eike Rathke 
AuthorDate: Mon Jan 20 21:37:18 2020 +0100
Commit: Eike Rathke 
CommitDate: Tue Jan 21 00:24:14 2020 +0100

Propagate warning error code from dBASE export, tdf#130020

Long time existing code cleared all warnings set by the actual
export routine. I could not figure out why this ever was done. It
started short after the initial OOo import with

commit 0ec1e9cbdfb4be18ea18b6b9be567d23bff5963f
CommitDate: Fri Oct 27 18:00:10 2000 +

dBase export: don't set warning errorcodes

that did not set warnings at the medium anymore without giving a
rationale.

Change-Id: I0f26d0644890c53557076ac7b99ffe7c8756a047
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87109
Reviewed-by: Eike Rathke 
Tested-by: Jenkins

diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index d932944cff6e..aee27cb1b13f 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -2447,15 +2447,10 @@ bool ScDocShell::ConvertTo( SfxMedium  )
 ErrCode eError = DBaseExport(
 rMed.GetPhysicalName(), ScGlobal::GetCharsetValue(sCharSet), 
bHasMemo);
 
-if ( eError != ERRCODE_NONE && eError.IsWarning() )
-{
-eError = ERRCODE_NONE;
-}
-
 INetURLObject aTmpFile( rMed.GetPhysicalName(), INetProtocol::File );
 if ( bHasMemo )
 aTmpFile.setExtension("dbt");
-if ( eError != ERRCODE_NONE )
+if ( eError != ERRCODE_NONE && !eError.IsWarning() )
 {
 if (!GetError())
 SetError(eError);
@@ -2473,8 +2468,13 @@ bool ScDocShell::ConvertTo( SfxMedium  )
 
 // tdf#40713: don't lose dbt file
 // if aDbtFile corresponds exactly to aTmpFile, we just have 
to return
-if (aDbtFile.GetMainURL( 
INetURLObject::DecodeMechanism::Unambiguous ) == aTmpFile.GetMainURL( 
INetURLObject::DecodeMechanism::Unambiguous ))
+if (aDbtFile.GetMainURL( 
INetURLObject::DecodeMechanism::Unambiguous ) ==
+aTmpFile.GetMainURL( 
INetURLObject::DecodeMechanism::Unambiguous ))
+{
+if (eError != ERRCODE_NONE && !GetError())
+SetError(eError);
 return bRet;
+}
 
 if ( IsDocument( aDbtFile ) && !KillFile( aDbtFile ) )
 bRet = false;
@@ -2483,10 +2483,12 @@ bool ScDocShell::ConvertTo( SfxMedium  )
 if ( !bRet )
 {
 KillFile( aTmpFile );
-if ( !GetError() )
-SetError(SCERR_EXPORT_DATA);
+if (eError == ERRCODE_NONE || eError.IsWarning())
+eError = SCERR_EXPORT_DATA;
 }
 }
+if (eError != ERRCODE_NONE && !GetError())
+SetError(eError);
 }
 }
 else if (aFltName == pFilterDif)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108456] [META] Style modify dialog bugs and enhancements

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108456

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||129363


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=129363
[Bug 129363] UI: "Standard" button on "Area" tab do nothing
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 115871] "Standard" button in style dialogs fails to remove attributes

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115871

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 129363] UI: "Standard" button on "Area" tab do nothing

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129363

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||5871
 Blocks||108456


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 118834] Use of buttons Apply, Reset, and Standard in dialogue Modify Style is not documented

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118834

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Blocks||120200


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 120200] [META] Update or correct help for features

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120200

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||118834


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118834
[Bug 118834] Use of buttons Apply, Reset, and Standard in dialogue Modify Style
is not documented
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107833] [META] Writer paragraph style bugs and enhancements

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107833

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on|129497  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=129497
[Bug 129497] No explanation of "Standard" and "Reset" buttons in Paragraph
Style 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 108456] [META] Style modify dialog bugs and enhancements

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108456

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||129497


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=129497
[Bug 129497] No explanation of "Standard" and "Reset" buttons in Paragraph
Style 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 118834] Use of buttons Apply, Reset, and Standard in dialogue Modify Style is not documented

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118834

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
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: LibreOffice Digest, Vol 113, Issue 18

2020-01-20 Thread Mike Sydwest
Hi Eike

Thanks for the response,

We have used LibreOffice Open source to make an app, an app so many users
can write their own story for free.

we have had an unusual amount of trouble, including our tech guy running off
and leaving us in a bad way.

Now we have a new engineer, we are able to clean up the code and make it
usable, and create a link to show the code and the great things we have
created to make things easy for the user.

The problem is when the user loads the app both Microsoft and Apple create
some popup warning of corruption and virus etc.

We are Microsoft partner now as well as apple, we just need to know best way
to see the removal of popup.

that is full story, sorry for confusion.

We could really do with some sound advice

Regards

Mike

-Original Message-
From: Eike Rathke  
Sent: Monday, 20 January 2020 11:20 PM
To: Mike Sydwest 
Cc: libreoffice@lists.freedesktop.org
Subject: Re: LibreOffice Digest, Vol 113, Issue 18

Hi Mike,

On Sunday, 2020-01-19 15:33:51 +1100, Mike "Sydwest" Wilkinson wrote:

> Hi LO
> 
> We have made various mods and removed bugs from our application, soon 
> we can show opensource link, which will be good.
> 
> Our current problem is what is best way register this applications so 
> we do not see Microsoft popup blocking user from opening app.
> 
> we have joined partner plan, do we need to take some special steps to 
> do this correctly.

What are you talking about?
If you didn't attribute your mail with "Hi LO" I'd say you're talking about
a different product than LibreOffice.
There's no LibreOffice partner plan, unless you contracted one with some
company.
Whatever your ("our") application might be, we don't know what it does or
why it is blocked or how it would be related to LibreOffice even.

  Eike

--
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563
2D3A

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


[Libreoffice-bugs] [Bug 130099] Set transparency from toolbar

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130099

--- Comment #1 from Leandro Martín Drudi  ---
Created attachment 157284
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157284=edit
New feature proposed.

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


[Libreoffice-bugs] [Bug 130099] New: Set transparency from toolbar

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130099

Bug ID: 130099
   Summary: Set transparency from toolbar
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sanipache...@outlook.com.ar

Description:
Add a combo box that allows you to apply transparencies. The effect should be
for one or more selected objects o shapes.

Steps to Reproduce:
1. Select an shape o object (image, for example).
2. Write a value between 0 and 100 to apply transparency.

Actual Results:
If they are two different color shapes, when editing the transparency from the
dialog box, a single color is applied for everything with the transparency
selected.
If it is an image, it does not apply transparency and it would be interesting
that it could be done, as far as possible (as an additional suggestion).

Expected Results:
Only apply transparency while maintaining all other features.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
If there is any feature that does not support transparency, indicate that they
are not compatible and should be removed from the selection.

For example:
One or more shapes have fills applied that do not support transparency
(pattern, gradient, etc.). Remove these objects from the selection and try
again.

You might even have a help button that takes you to information related to
fillers that are not compatible.

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


[Libreoffice-bugs] [Bug 35574] doc with embedded tables formatting issues

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35574

Eyal Rozenberg  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #12 from Eyal Rozenberg  ---
It is not clear to me that what we're seeing in LO is the result of table
formatting issues, as opposed to frame positioning, application of styles not
in the way MS-Word would, etc.

So, while I still see the inappropriate rendering, I'm changing the status to
NEEDINFO.

Reporter, or others - please do the following:

* Identify a list of distinct formatting/layout issues.
* For each layout issue with the file, try removing as much as you can from the
file's contents while still maintaining the issue manifestation.
* Please go over the various issues mentioned in the blocked META bug, bug
112700, to filter out already-reported bugs.
* File each of the issues separately (but don't re-file for multiple examples
of the same issue).

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


[Libreoffice-bugs] [Bug 130098] Is Alt-F12 supposed to be a protected keyboard shortcut? Can change mapping to Alt-F12 -- but change does not appear in menu

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130098

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Blocks||41560


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=41560
[Bug 41560] [META] Keyboard shortcuts tab of Customization dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41560] [META] Keyboard shortcuts tab of Customization dialog

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41560

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||130098


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130098
[Bug 130098] Is Alt-F12 supposed to be a protected keyboard shortcut?  Can
change mapping to Alt-F12 -- but change does not appear in menu
-- 
You are receiving this mail because:
You 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: Changes to 'refs/tags/cp-4.0.10-1'

2020-01-20 Thread Andras Timar (via logerrit)
Tag 'cp-4.0.10-1' created by Andras Timar  at 
2020-01-20 22:33 +

cp-4.0.10-1

Changes since cp-4.0.9-4-8:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4-0' - configure.ac debian/changelog debian/control loolwsd.spec.in

2020-01-20 Thread Andras Timar (via logerrit)
 configure.ac |2 +-
 debian/changelog |6 ++
 debian/control   |2 +-
 loolwsd.spec.in  |4 ++--
 4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 5d6ea523d81d010d18ca5b5fcad497278c62729b
Author: Andras Timar 
AuthorDate: Mon Jan 20 23:30:44 2020 +0100
Commit: Andras Timar 
CommitDate: Mon Jan 20 23:32:19 2020 +0100

Bump package version to 4.0.10-1

Change-Id: I21933dd3540f51ca044d140dae6bc862e5199612

diff --git a/configure.ac b/configure.ac
index 35846f279..c09112c22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.63])
 
-AC_INIT([loolwsd], [4.0.9], [libreoffice@lists.freedesktop.org])
+AC_INIT([loolwsd], [4.0.10], [libreoffice@lists.freedesktop.org])
 LT_INIT([shared, disable-static, dlopen])
 
 AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability])
diff --git a/debian/changelog b/debian/changelog
index 8e5c51ae7..491eab45e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+loolwsd (4.0.10-1) unstable; urgency=medium
+
+  * see the git log: http://col.la/cool40
+
+ -- Andras Timar   Mon, 20 Jan 2020 23:29:00 +0100
+
 loolwsd (4.0.9-4) unstable; urgency=medium
 
   * see the git log: http://col.la/cool40
diff --git a/debian/control b/debian/control
index aac247a55..5de880417 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.7
 Package: loolwsd
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsm6, libxinerama1, 
libxrender1, libgl1-mesa-glx, libcups2, libxcb-render0, libxcb-shm0, 
locales-all, adduser, expat, fontconfig, cpio, libcap2-bin, 
collaboraofficebasis6.0-calc (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-core (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-graphicfilter (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-images (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-impress (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-ooofonts (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-writer (= 6.0.10.29-20191127), collaboraoffice6.0 (= 
6.0.10.29-20191127), collaboraoffice6.0-ure (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-en-us (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-draw (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-extension-pdf-import (= 6.0.10.29-20191127), 
collaboraofficebasis6.0-ooolinguistic (= 6.0.10.29-20191127)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsm6, libxinerama1, 
libxrender1, libgl1-mesa-glx, libcups2, libxcb-render0, libxcb-shm0, 
locales-all, adduser, expat, fontconfig, cpio, libcap2-bin, 
collaboraofficebasis6.0-calc (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-core (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-graphicfilter (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-images (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-impress (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-ooofonts (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-writer (= 6.0.10.29-20200120), collaboraoffice6.0 (= 
6.0.10.29-20200120), collaboraoffice6.0-ure (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-en-us (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-draw (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-extension-pdf-import (= 6.0.10.29-20200120), 
collaboraofficebasis6.0-ooolinguistic (= 6.0.10.29-20200120)
 Conflicts: collaboraofficebasis6.0-gnome-integration, 
collaboraofficebasis6.0-kde-integration
 Description: LibreOffice Online WebSocket Daemon
  LOOLWSD is a daemon that talks to web browser clients and provides LibreOffice
diff --git a/loolwsd.spec.in b/loolwsd.spec.in
index 098c56f8a..e9ea27f38 100644
--- a/loolwsd.spec.in
+++ b/loolwsd.spec.in
@@ -12,7 +12,7 @@ Name:   loolwsd%{name_suffix}
 Name:   loolwsd
 %endif
 Version:@PACKAGE_VERSION@
-Release:4%{?dist}
+Release:1%{?dist}
 %if 0%{?suse_version} == 1110
 Group:  Productivity/Office/Suite
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +38,7 @@ BuildRequires:  libcap-progs linux-glibc-devel 
systemd-rpm-macros
 BuildRequires:  libcap-progs
 %endif
 
-Requires:   collaboraoffice6.0 = 6.0.10.29-20191127 collaboraoffice6.0-ure 
= 6.0.10.29-20191127 collaboraofficebasis6.0-core = 6.0.10.29-20191127 
collaboraofficebasis6.0-writer = 6.0.10.29-20191127 
collaboraofficebasis6.0-impress = 6.0.10.29-20191127 
collaboraofficebasis6.0-graphicfilter = 6.0.10.29-20191127 
collaboraofficebasis6.0-en-US = 6.0.10.29-20191127 collaboraofficebasis6.0-calc 
= 6.0.10.29-20191127 collaboraofficebasis6.0-ooofonts = 6.0.10.29-20191127 
collaboraofficebasis6.0-images = 6.0.10.29-20191127 
collaboraofficebasis6.0-draw = 6.0.10.29-20191127 
collaboraofficebasis6.0-extension-pdf-import = 6.0.10.29-20191127 
collaboraofficebasis6.0-ooolinguistic = 6.0.10.29-20191127
+Requires:   collaboraoffice6.0 = 6.0.10.29-20200120 collaboraoffice6.0-ure 
= 6.0.10.29-20200120 collaboraofficebasis6.0-core = 6.0.10.29-20200120 
collaboraofficebasis6.0-writer

[Libreoffice-bugs] [Bug 130098] New: Is Alt-F12 supposed to be a protected keyboard shortcut? Can change mapping to Alt-F12 -- but change does not appear in menu

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130098

Bug ID: 130098
   Summary: Is Alt-F12 supposed to be a protected keyboard
shortcut?  Can change mapping to Alt-F12 -- but change
does not appear in menu
   Product: LibreOffice
   Version: 6.3.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

Make a keyboard shortcut, where the Customize dialog is mapped to Alt-F12

1. Tools menu
  (notice that Options has Alt-F12 as shortcut)
2. Choose Customize (in Tools Menu), then Keyboard tab  
3. Select Alt-F12 (in Shortcut Keys)  (nothing is mapped to this key
combination)
4. Select Options (Category) and Customize (Function)
5. Press "Modify", then OK
6. Open Tools Menu

Actual result:  
  - Tools>Customize does not show Alt-F12 as shortcut (not as expected)
  - Tools>Options shows Alt-F12 as shortcut (not as expected)

7. Press Alt-F12

  - Customize dialog box opens  (as expected)

Alt-F12 is not mentioned in the help pages -- so do not know if it has a
special status.

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


[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-6.0-29-20200120'

2020-01-20 Thread Andras Timar (via logerrit)
Tag 'cp-6.0-29-20200120' created by Andras Timar  
at 2020-01-20 22:27 +

cp-6.0-29-20200120

Changes since co-6.0-24:
Andras Timar (1):
  tdf#123500 double '~' character in translation

---
 source/fr/officecfg/registry/data/org/openoffice/Office/UI.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-6.0-29-20200120'

2020-01-20 Thread Adolfo Jayme Barrientos (via logerrit)
Tag 'cp-6.0-29-20200120' created by Andras Timar  
at 2020-01-20 22:27 +

cp-6.0-29-20200120

Changes since cp-6.0-7:
Adolfo Jayme Barrientos (1):
  .howtoget, now more Collabora-y

---
 help3xsl/default.css |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-6.0-29-20200120'

2020-01-20 Thread Andras Timar (via logerrit)
Tag 'cp-6.0-29-20200120' created by Andras Timar  
at 2020-01-20 22:27 +

cp-6.0-29-20200120

Changes since cp-6.0-29-20191127-6:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0-29' - instsetoo_native/util

2020-01-20 Thread Andras Timar (via logerrit)
 instsetoo_native/util/openoffice.lst.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e923ef390a622e9d302d0721976e77b653992e90
Author: Andras Timar 
AuthorDate: Mon Jan 20 23:26:15 2020 +0100
Commit: Andras Timar 
CommitDate: Mon Jan 20 23:26:15 2020 +0100

Change PACKAGEREVISION to 20200120

Change-Id: I5d34c359c1dc532b892666d3e615481d5477b2e6

diff --git a/instsetoo_native/util/openoffice.lst.in 
b/instsetoo_native/util/openoffice.lst.in
index c21aab5f40b6..70a880478fec 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -61,7 +61,7 @@ CollaboraOffice
 ADD_INCLUDE_FILES 
cli_ure/version/version.txt,unoil/climaker/version.txt
 ADDSYSTEMINTEGRATION 1
 PACKAGEVERSION 
@LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@
-PACKAGEREVISION 20191127
+PACKAGEREVISION 20200120
 LICENSENAME LGPL
 ROOTMODULEGID gid_Module_Root
 GLOBALPATCHFILEGID gid_File_Txt_Patchfiles
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-6.0-29-20200120'

2020-01-20 Thread Andras Timar (via logerrit)
Tag 'cp-6.0-29-20200120' created by Andras Timar  
at 2020-01-20 22:27 +

cp-6.0-29-20200120

Changes since cp-6.0-19:
Andras Timar (1):
  remove executable bit from *.aff and *.dic files

---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-01-20 Thread Jim Raykowski (via logerrit)
 sfx2/source/sidebar/SidebarController.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 0f4729f5d4f52b8b30af7003b846e0d4cd0844c0
Author: Jim Raykowski 
AuthorDate: Sat Dec 21 00:02:24 2019 -0900
Commit: Jim Raykowski 
CommitDate: Mon Jan 20 23:24:29 2020 +0100

Show accel key for sidebar dock/undock menu item

Change-Id: I7d9f9860fa94eeb4b8a379de8c3d3ddd5239a21d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85671
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sfx2/source/sidebar/SidebarController.cxx 
b/sfx2/source/sidebar/SidebarController.cxx
index 9c20a8232269..da772fa9b4eb 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -1116,9 +1116,15 @@ SidebarController::CreatePopupMenu(const 
::std::vector& rM
 {
 // Add entry for docking or un-docking the tool panel.
 if (mpParentWindow->IsFloatingMode())
+{
 pMenu->InsertItem(MID_LOCK_TASK_PANEL, SfxResId(STR_SFX_DOCK));
+pMenu->SetAccelKey(MID_LOCK_TASK_PANEL, vcl::KeyCode(KEY_F10, 
true, true, false, false));
+}
 else
+{
 pMenu->InsertItem(MID_UNLOCK_TASK_PANEL, SfxResId(STR_SFX_UNDOCK));
+pMenu->SetAccelKey(MID_UNLOCK_TASK_PANEL, vcl::KeyCode(KEY_F10, 
true, true, false, false));
+}
 }
 
 pMenu->InsertItem(MID_HIDE_SIDEBAR, 
SfxResId(SFX_STR_SIDEBAR_HIDE_SIDEBAR));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 109135] SIDEBAR: Keyboard shortcuts don't work when a sidebar element is active

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109135

Jim Raykowski  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 103459] [META] Sidebar UI and UX bugs and enhancements

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103459
Bug 103459 depends on bug 109135, which changed state.

Bug 109135 Summary: SIDEBAR: Keyboard shortcuts don't work when a sidebar 
element is active
https://bugs.documentfoundation.org/show_bug.cgi?id=109135

   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 81435] Names lose reference information when copying cell ranges

2020-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81435

b.  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED

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


  1   2   3   4   5   6   >