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

2019-12-03 Thread Stephan Bergmann (via logerrit)
 stoc/source/invocation/invocation.cxx |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

New commits:
commit b7597b45255aa6514825b987d6fa23e2c92f92df
Author: Stephan Bergmann 
AuthorDate: Tue Dec 3 21:03:37 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Dec 4 08:49:55 2019 +0100

use scoped enum

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

diff --git a/stoc/source/invocation/invocation.cxx 
b/stoc/source/invocation/invocation.cxx
index d70ed15cc2b8..c1c97f6d05aa 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -704,10 +704,11 @@ struct MemberItem
 OUString aName;
 
 // Defines where the member comes from
-enum Mode { NAMEACCESS, PROPERTYSET, METHOD } eMode;
+enum class Mode { NameAccess, PropertySet, Method };
+Mode eMode;
 
 // Index to respective sequence
-// (Index to NameAccess sequence for eMode==NAMEACCESS etc.)
+// (Index to NameAccess sequence for eMode==Mode::NameAccess etc.)
 sal_Int32 nIndex;
 };
 
@@ -765,7 +766,7 @@ void Invocation_Impl::getInfoSequenceImpl
 {
 MemberItem& rItem = pItems[ iTotal ];
 rItem.aName = pStrings[ i ];
-rItem.eMode = MemberItem::NAMEACCESS;
+rItem.eMode = MemberItem::Mode::NameAccess;
 rItem.nIndex = i;
 }
 
@@ -774,7 +775,7 @@ void Invocation_Impl::getInfoSequenceImpl
 {
 MemberItem& rItem = pItems[ iTotal ];
 rItem.aName = pProps[ i ].Name;
-rItem.eMode = MemberItem::PROPERTYSET;
+rItem.eMode = MemberItem::Mode::PropertySet;
 rItem.nIndex = i;
 }
 
@@ -784,7 +785,7 @@ void Invocation_Impl::getInfoSequenceImpl
 MemberItem& rItem = pItems[ iTotal ];
 Reference< XIdlMethod > xMethod = pMethods[ i ];
 rItem.aName = xMethod->getName();
-rItem.eMode = MemberItem::METHOD;
+rItem.eMode = MemberItem::Mode::Method;
 rItem.nIndex = i;
 }
 
@@ -814,15 +815,15 @@ void Invocation_Impl::getInfoSequenceImpl
 
 if( pRetInfos )
 {
-if( rItem.eMode == MemberItem::NAMEACCESS )
+if( rItem.eMode == MemberItem::Mode::NameAccess )
 {
 fillInfoForNameAccess( pRetInfos[ iTotal ], rItem.aName );
 }
-else if( rItem.eMode == MemberItem::PROPERTYSET )
+else if( rItem.eMode == MemberItem::Mode::PropertySet )
 {
 fillInfoForProperty( pRetInfos[ iTotal ], pProps[ rItem.nIndex 
] );
 }
-else if( rItem.eMode == MemberItem::METHOD )
+else if( rItem.eMode == MemberItem::Mode::Method )
 {
 fillInfoForMethod( pRetInfos[ iTotal ], pMethods[ rItem.nIndex 
] );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-ux-advise] [Bug 129024] FORMATTING - Preset protected cell background color not displayed in spreadsheet (documentation per Comment 6)

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

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

--- Comment #10 from Heiko Tietze  ---
(In reply to ghaec...@gmail.com from comment #9)
> I'll provide steps to illustrate how it works and where the documentation 
> is inadequate. 

Cool, thanks a lot. The next step in open source is to add/implement this
yourself. Resistance is futile :-)

-- 
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 129024] FORMATTING - Preset protected cell background color not displayed in spreadsheet (documentation per Comment 6)

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

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

--- Comment #10 from Heiko Tietze  ---
(In reply to ghaec...@gmail.com from comment #9)
> I'll provide steps to illustrate how it works and where the documentation 
> is inadequate. 

Cool, thanks a lot. The next step in open source is to add/implement this
yourself. Resistance is futile :-)

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

[Libreoffice-bugs] [Bug 61871] EDITING: Query of a multiplication with fields of two tables don't refresh.

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

--- Comment #17 from Alex Thurgood  ---
Bug still present in 

Version: 6.3.3.2
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
Threads CPU : 8; OS : Mac OS X 10.14.6; UI Render : par défaut; VCL: osx; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
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-ux-advise] [Bug 129140] Wording in printer dialog

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

Heiko Tietze  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda
   |desktop.org |tion.org
 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

-- 
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 129140] Wording in printer dialog

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

Heiko Tietze  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda
   |desktop.org |tion.org
 Status|UNCONFIRMED |ASSIGNED
 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 123607] UI: Choice of extra toolbars forgotten when switching to different view (e.g. NotebookBar)

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|heiko.tietze@documentfounda |libreoffice-ux-advise@lists
   |tion.org|.freedesktop.org

--- Comment #5 from Heiko Tietze  ---
Isn't the point of Notebookbars to not use toolbars? Like when inserting a
shape you get the Drawing toolbar with the standard UI but a special section at
the tabbed UI. And talking about track changes it just have to be implemented
in this layout. So my take => WFM (do not show toolbars by default; it can be
activated at any time) and GO (implement TC in NBs).

-- 
You are receiving this mail because:
You 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 123607] UI: Choice of extra toolbars forgotten when switching to different view (e.g. NotebookBar)

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|heiko.tietze@documentfounda |libreoffice-ux-advise@lists
   |tion.org|.freedesktop.org

--- Comment #5 from Heiko Tietze  ---
Isn't the point of Notebookbars to not use toolbars? Like when inserting a
shape you get the Drawing toolbar with the standard UI but a special section at
the tabbed UI. And talking about track changes it just have to be implemented
in this layout. So my take => WFM (do not show toolbars by default; it can be
activated at any time) and GO (implement TC in NBs).

-- 
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 129029] FORMATTING: Incorrect page count using paragraph style with page break before and page number

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #5 from Heiko Tietze  ---


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

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

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

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

Bug 129029 Summary: FORMATTING: Incorrect page count using paragraph style with 
page break before and page number
https://bugs.documentfoundation.org/show_bug.cgi?id=129029

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126284] PDF Export: PDF shows only two pages of a document with three pages (one page is hidden in the odf document) (see comment 3)

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

Heiko Tietze  changed:

   What|Removed |Added

 CC||m...@docmosis.com

--- Comment #14 from Heiko Tietze  ---
*** Bug 129029 has been marked as a duplicate of this bug. ***

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

[Libreoffice-ux-advise] [Bug 129029] FORMATTING: Incorrect page count using paragraph style with page break before and page number

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #5 from Heiko Tietze  ---


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

-- 
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 108519] [META] Page break bugs and enhancements

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

Bug 129029 Summary: FORMATTING: Incorrect page count using paragraph style with 
page break before and page number
https://bugs.documentfoundation.org/show_bug.cgi?id=129029

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 104444] [META] DOCX (OOXML) table-related issues

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

Bug 117982 Summary: FILEOPEN DOCX: Text in a table is invisible due to spacing 
and row height - see Comment 12
https://bugs.documentfoundation.org/show_bug.cgi?id=117982

   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 124969] Dark theme option to read/view/write in LO.

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

--- Comment #16 from Heiko Tietze  ---
(In reply to Hussam Al-Tayeb from comment #13)
> I'm trying to make this easier to decipher for Libreoffice developers. So,
> to confirm, what we need here are two things?

Icons are the one piece (as Stuart pointed out; and XFCE is not among the
special desktop environments we can detect), font is the other. There are still
several controls with hard-coded color. And we also have to talk about the
application colors to maintain the contrast with changing background
brightness.

-- 
You are receiving this mail because:
You 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 124969] Dark theme option to read/view/write in LO.

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

--- Comment #16 from Heiko Tietze  ---
(In reply to Hussam Al-Tayeb from comment #13)
> I'm trying to make this easier to decipher for Libreoffice developers. So,
> to confirm, what we need here are two things?

Icons are the one piece (as Stuart pointed out; and XFCE is not among the
special desktop environments we can detect), font is the other. There are still
several controls with hard-coded color. And we also have to talk about the
application colors to maintain the contrast with changing background
brightness.

-- 
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 129029] FORMATTING: Incorrect page count using paragraph style with page break before and page number

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

Mike  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #4 from Mike  ---
Apologies for the delay. Yes, that will be fine.

Thank you for the explanation.

-- 
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 129029] FORMATTING: Incorrect page count using paragraph style with page break before and page number

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

Mike  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #4 from Mike  ---
Apologies for the delay. Yes, that will be fine.

Thank you for the explanation.

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

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

2019-12-03 Thread Chris Sherlock (via logerrit)
 drawinglayer/source/tools/emfphelperdata.cxx   |   11 -
 drawinglayer/source/tools/emfpstringformat.cxx |  180 +++--
 drawinglayer/source/tools/emfpstringformat.hxx |   43 +
 3 files changed, 213 insertions(+), 21 deletions(-)

New commits:
commit 3cde4fc90833fdba86ff3817b044cc60e5508333
Author: Chris Sherlock 
AuthorDate: Tue Dec 3 06:31:56 2019 +1100
Commit: Bartosz Kosiorek 
CommitDate: Wed Dec 4 08:12:01 2019 +0100

drawinglayer: improve logging of EmfPlusStringFormat objects

Change-Id: I9bc28525c143e49dcbea017b73d40e690e1e7460
Reviewed-on: https://gerrit.libreoffice.org/84271
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek 

diff --git a/drawinglayer/source/tools/emfphelperdata.cxx 
b/drawinglayer/source/tools/emfphelperdata.cxx
index 5ed50e702386..647347dab194 100644
--- a/drawinglayer/source/tools/emfphelperdata.cxx
+++ b/drawinglayer/source/tools/emfphelperdata.cxx
@@ -105,17 +105,6 @@ namespace emfplushelper
 {
 }
 
-namespace {
-
-typedef enum
-{
-StringAlignmentNear = 0x,
-StringAlignmentCenter = 0x0001,
-StringAlignmentFar = 0x0002
-} StringAlignment;
-
-}
-
 float EmfPlusHelperData::getUnitToPixelMultiplier(const UnitType aUnitType)
 {
 switch (aUnitType)
diff --git a/drawinglayer/source/tools/emfpstringformat.cxx 
b/drawinglayer/source/tools/emfpstringformat.cxx
index 2d5760786776..f45a3406ac8a 100644
--- a/drawinglayer/source/tools/emfpstringformat.cxx
+++ b/drawinglayer/source/tools/emfpstringformat.cxx
@@ -41,6 +41,154 @@ namespace emfplushelper
 {
 }
 
+static OUString StringFormatFlags(sal_uInt32 flag)
+{
+OUString sFlags;
+
+if (flag & StringFormatDirectionRightToLeft)
+sFlags = sFlags.concat("StringFormatDirectionRightToLeft");
+
+if (flag & StringFormatDirectionRightToLeft)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatDirectionRightToLeft");
+}
+
+if (flag & StringFormatNoFitBlackBox)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatNoFitBlackBox");
+}
+
+if (flag & StringFormatDisplayFormatControl)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatDisplayFormatControl");
+}
+if (flag & StringFormatNoFontFallback)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatNoFontFallback");
+}
+if (flag & StringFormatMeasureTrailingSpaces)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatMeasureTrailingSpaces");
+}
+if (flag & StringFormatNoWrap)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatNoWrap");
+}
+if (flag & StringFormatLineLimit)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatLineLimit");
+}
+if (flag & StringFormatNoClip)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatNoClip");
+}
+if (flag & StringFormatBypassGDI)
+{
+if (!sFlags.isEmpty())
+sFlags = sFlags.concat(", ");
+
+sFlags = sFlags.concat("StringFormatBypassGDI");
+}
+
+return sFlags;
+}
+
+static OUString StringAlignmentString(sal_uInt32 nAlignment)
+{
+switch(nAlignment)
+{
+case StringAlignment::StringAlignmentNear:
+return "StringAlignmentNear";
+case StringAlignment::StringAlignmentCenter:
+return "StringAlignmentCenter";
+case StringAlignment::StringAlignmentFar:
+return "StringAlignmentFar";
+default:
+assert(false && nAlignment && "invalid string alignment 
value");
+return "INVALID";
+}
+}
+
+static OUString DigitSubstitutionString(sal_uInt32 nSubst)
+{
+switch(nSubst)
+{
+case StringDigitSubstitution::StringDigitSubstitutionUser:
+return "StringDigitSubstitutionUser";
+case StringDigitSubstitution::StringDigitSubstitutionNone:
+return "StringDigitSubstitutionNone";
+case StringDigitSubstitution::StringDigitSubstitutionNational:
+return "StringDigitSubstitutionNational";
+case 

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

2019-12-03 Thread Chris Sherlock (via logerrit)
 emfio/source/reader/emfreader.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 834a03f9183f91cb8d0dc06d66535dee41447bd2
Author: Chris Sherlock 
AuthorDate: Sat Nov 30 22:20:10 2019 +1100
Commit: Bartosz Kosiorek 
CommitDate: Wed Dec 4 08:10:16 2019 +0100

vcl: fix number of polygons shown in SAL_INFO message

Change-Id: I9a2c28f465b881583caae8d865d63b701213f8ee
Reviewed-on: https://gerrit.libreoffice.org/84139
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek 

diff --git a/emfio/source/reader/emfreader.cxx 
b/emfio/source/reader/emfreader.cxx
index 77d5b58cfd00..2c48d3e6ce23 100644
--- a/emfio/source/reader/emfreader.cxx
+++ b/emfio/source/reader/emfreader.cxx
@@ -588,7 +588,7 @@ namespace emfio
 T nX, nY;
 *mpInputStream >> nX >> nY;
 
-SAL_INFO("emfio", "\t\t\tPoint " << i << " of " << nPoints << ": " 
<< nX << ", " << nY);
+SAL_INFO("emfio", "\t\t\tPoint " << i << " of " << nPoints - 1 << 
": " << nX << ", " << nY);
 
 if (!mpInputStream->good())
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 102310] Export: selection should already be checked for PDF if open via Export.. with Selection

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

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 33982] [UI] Add option to print / export only selected slides from Slides Pane (propagate selected slides to PDF export dialog)

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

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 124258] No content shown for Groupedbar in Draw

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

andreas_k  changed:

   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 121714] FILEOPEN XLSX: Show comment at end of sheet setting is not imported and printed

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

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 117815] Shown cell comments saved in Calc as .xls don't print from Excel print option "as displayed on sheet"

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

Timur  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 107158] [META] Notebookbar Groupedbar

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

Bug 124258 Summary: No content shown for Groupedbar in Draw
https://bugs.documentfoundation.org/show_bug.cgi?id=124258

   What|Removed |Added

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

-- 
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 124258] No content shown for Groupedbar in Draw

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

--- Comment #9 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c1b084de6fa9980332c2b946f9fa35fb8c4ad1eb

tdf#124258 Draw NB groupedbar_full not available for draw

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-commits] core.git: officecfg/registry sd/uiconfig sd/UIConfig_sdraw.mk

2019-12-03 Thread andreas kainz (via logerrit)
 officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu |   36 
--
 sd/UIConfig_sdraw.mk |1 
 sd/uiconfig/sdraw/ui/notebookbar_groupedbar_full.ui  |6 -
 3 files changed, 43 deletions(-)

New commits:
commit c1b084de6fa9980332c2b946f9fa35fb8c4ad1eb
Author: andreas kainz 
AuthorDate: Tue Dec 3 23:26:36 2019 +0100
Commit: andreas_kainz 
CommitDate: Wed Dec 4 07:59:09 2019 +0100

tdf#124258 Draw NB groupedbar_full not available for draw

Change-Id: Iff6768a377f9bcc6fb3da997ded90d0e78e8b9f3
Reviewed-on: https://gerrit.libreoffice.org/84382
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu
index cf81f0991787..f7b65b912b85 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu
@@ -929,42 +929,6 @@
 true
   
 
-
-  
-Groupedbar
-  
-  
-true
-  
-  
-true
-  
-  
-7
-  
-  
-notebookbar_groupedbar_full.ui
-  
-  
-
-
-  
-  
-
-
-  
-  
-
-  UIItemID,propertyName,propertyValue
-
-  
-  
-Arrow
-  
-  
-true
-  
-
 
   
 Contextual Single
diff --git a/sd/UIConfig_sdraw.mk b/sd/UIConfig_sdraw.mk
index 247767eb6f26..643b4fb54072 100644
--- a/sd/UIConfig_sdraw.mk
+++ b/sd/UIConfig_sdraw.mk
@@ -116,7 +116,6 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/sdraw,\
sd/uiconfig/sdraw/ui/notebookbar_compact \
sd/uiconfig/sdraw/ui/notebookbar_single \
sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact \
-   sd/uiconfig/sdraw/ui/notebookbar_groupedbar_full \
sd/uiconfig/sdraw/ui/paranumberingtab \
sd/uiconfig/sdraw/ui/queryunlinkimagedialog \
sd/uiconfig/sdraw/ui/vectorize \
diff --git a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_full.ui 
b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_full.ui
deleted file mode 100644
index d65f9879df72..
--- a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_full.ui
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-  
-
-
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 101513] Making NotebookBar customizable

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

--- Comment #16 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2f0eed452c95484144016a33231adfc8144fa8bc

tdf#101513 arrangement of customizeable items in NB tabbed

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 124258] No content shown for Groupedbar in Draw

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

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-ux-advise] [Bug 107158] [META] Notebookbar Groupedbar

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

Bug 128927 Summary: UI: Groupedbar Compact shows irritating label 'Colour' 
where 'Filter' was expected
https://bugs.documentfoundation.org/show_bug.cgi?id=128927

   What|Removed |Added

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

-- 
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 128927] UI: Groupedbar Compact shows irritating label 'Colour' where 'Filter' was expected

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

andreas_k  changed:

   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-commits] core.git: sc/uiconfig sd/uiconfig

2019-12-03 Thread andreas kainz (via logerrit)
 sc/uiconfig/scalc/ui/notebookbar.ui| 1341 -
 sd/uiconfig/sdraw/ui/notebookbar.ui| 1628 +++---
 sd/uiconfig/simpress/ui/notebookbar.ui | 1734 -
 3 files changed, 2332 insertions(+), 2371 deletions(-)

New commits:
commit 2f0eed452c95484144016a33231adfc8144fa8bc
Author: andreas kainz 
AuthorDate: Wed Dec 4 00:12:46 2019 +0100
Commit: andreas_kainz 
CommitDate: Wed Dec 4 07:58:12 2019 +0100

tdf#101513 arrangement of customizeable items in NB tabbed

Change-Id: I1cef677fcc91403dbaa92fd8dcf8a5fcc5bc6b03
Reviewed-on: https://gerrit.libreoffice.org/84383
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index e4b8c1950d76..6fb79734ef27 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -3,7 +3,7 @@
 
   
   
-  
+  
 True
 False
 
@@ -245,7 +245,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -310,7 +310,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -355,7 +355,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -535,7 +535,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -695,7 +695,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -799,7 +799,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -987,7 +987,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1114,7 +1114,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1267,7 +1267,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1332,7 +1332,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1431,7 +1431,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1482,7 +1482,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1628,7 +1628,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1723,7 +1723,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -1909,7 +1909,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -2090,148 +2090,11 @@
 True
 True
 
-  
+  
 True
 False
 
-  
-True
-False
-end
-center
-True
-
-  
-True
-False
-center
-True
-vertical
-
-  
-True
-True
-end
-True
-icons
-False
-1
-
-  
-True
-False
-.uno:CloseDoc
-  
-  
-False
-True
-  
-
-  
-  
-False
-True
-0
-  
-
-
-  
-True
-True
-end
-True
-icons
-False
-1
-
-  
-True
-False
-.uno:HelpIndex
-  
-  
-False
-True
-  
-
-  
-  
-False
-True
-1
-  
-
-  
-  
-False
-True
-0
-  
-
-
-  
-True
-False
-center
-True
-vertical
-
-  
-_File
-True
-True
-False
- 

[Libreoffice-bugs] [Bug 128927] UI: Groupedbar Compact shows irritating label 'Colour' where 'Filter' was expected

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

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

https://git.libreoffice.org/core/commit/68d9869e1593d8c0dbfd497a52f487383bbc0343

tdf#128927 groupedbar compact replace color with filter

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 128927] UI: Groupedbar Compact shows irritating label 'Colour' where 'Filter' was expected

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

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: Branch 'libreoffice-6-4' - 2 commits - sw/uiconfig

2019-12-03 Thread andreas kainz (via logerrit)
 sw/uiconfig/swriter/ui/notebookbar.ui|6 
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui |  376 +++
 2 files changed, 192 insertions(+), 190 deletions(-)

New commits:
commit 9e24faac6d3eaf84472e714a205edb3b1cc9e510
Author: andreas kainz 
AuthorDate: Mon Dec 2 22:51:41 2019 +0100
Commit: andreas_kainz 
CommitDate: Wed Dec 4 07:57:23 2019 +0100

tdf#101513 add customizeable option to writer NB grouped compact

Change-Id: I3e8af6cee6b541f3208c2ad86dfe2bdc5ef83683
Reviewed-on: https://gerrit.libreoffice.org/84282
Reviewed-by: andreas_kainz 
Tested-by: andreas_kainz 
(cherry picked from commit 60e8941fd581bb06cbf6be62edb8c387e7c07812)
Reviewed-on: https://gerrit.libreoffice.org/84380
Tested-by: Jenkins

diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
index 1492a0024d0d..5a312d21f9d7 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -3,7 +3,7 @@
 
   
   
-  
+  
 True
 False
 
@@ -48,7 +48,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -72,7 +72,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -150,7 +150,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -215,7 +215,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -309,7 +309,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -361,7 +361,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -392,7 +392,7 @@
   
 
   
-  
+  
 True
 False
 
@@ -574,348 +574,348 @@
   
 
   
-  
+  
 True
 False
 
-  
+  
 True
 False
-.uno:SelectObject
+.uno:Repeat
   
 
 
-  
+  
 True
 False
-.uno:ToggleObjectRotateMode
   
 
 
-  
+  
 True
 False
-.uno:ToggleObjectBezierMode
+.uno:Cut
   
 
 
-  
+  
 True
 False
+.uno:Copy
   
 
 
-  
+  
 True
 False
-.uno:FlipVertical
+.uno:Paste
   
 
 
-  
+  
 True
 False
-.uno:FlipHorizontal
+.uno:PasteUnformatted
   
 
 
-  
+  
 True
 False
+.uno:PasteSpecial
   
 
 
-  
+  
 True
 False
-.uno:TransformDialog
   
 
 
-  
+  
 True
 False
-.uno:FormatLine
+.uno:SelectAll
   
 
 
-  
+  
 True
 False
-.uno:FormatArea
+.uno:SelectionModeDefault
   
 
 
-  
+  
 True
 False
-.uno:TextAttributes
+.uno:SelectionModeBlock
   
 
 
-  
+  
 True
 False
+.uno:SelectTextMode
   
 
 
-  
+  
 True
 False
-.uno:AddTextBox
   
 
 
-  
+  
 True
 False
-.uno:RemoveTextBox
+vnd.sun.star.findbar:FocusToFindbar
   
 
-  
-  
-True
-False
 
-  
+  
 True
 False
-.uno:Repeat
+.uno:SearchDialog
   
 
 
-  
+  
 True
 False
+.uno:GotoPage
   
 
 
-  
+  
 True
 False
-.uno:Cut
   
 
 
-  
+  
 True
 False
-.uno:Copy
+.uno:EditHyperlink
   
 
 
-  
+  
 True
 False
-.uno:Paste
+.uno:EditFootnote
   
 
 
-  
+  
 True
 False
-.uno:PasteUnformatted
+.uno:IndexEntryDialog
   
 
 
-  
+  
 True
 False
-.uno:PasteSpecial
+.uno:AuthoritiesEntryDialog
   
 
 
-  
+  
 True
 False
+.uno:FieldDialog
   
 
 
-  
+  
 True
 False
-.uno:SelectAll
+.uno:LinkDialog
   
 
 
-  
+  
 True
 False
-.uno:SelectionModeDefault
+.uno:ImageMapDialog
   
 
 
-  
+  
 True
 False
-.uno:SelectionModeBlock
+.uno:ObjectMenue
   
 
 
-  
+  
 True
 False
-.uno:SelectTextMode
+.uno:ChangeDatabaseField
   
 
 
-  
+  
 True
 False
   
 
 
-  
+  
 True
 False
-vnd.sun.star.findbar:FocusToFindbar
+.uno:ShadowCursor
   
 
 
-  
+  
 True
 False
-.uno:SearchDialog
+.uno:EditDoc
   
 
 
-  
+  
 True
  

[Libreoffice-bugs] [Bug 101513] Making NotebookBar customizable

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

--- Comment #15 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "libreoffice-6-4":

https://git.libreoffice.org/core/commit/9e24faac6d3eaf84472e714a205edb3b1cc9e510

tdf#101513 add customizeable option to writer NB grouped compact

It will be available in 6.4.0.1.

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

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

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

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

2019-12-03 Thread andreas kainz (via logerrit)
 sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui|2 +-
 sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui|2 +-
 sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui |2 +-
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui  |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 68d9869e1593d8c0dbfd497a52f487383bbc0343
Author: andreas kainz 
AuthorDate: Tue Dec 3 23:09:11 2019 +0100
Commit: andreas_kainz 
CommitDate: Wed Dec 4 07:57:30 2019 +0100

tdf#128927 groupedbar compact replace color with filter

Change-Id: Ie907e80c58d079262369fdfdce83e4b613a366bb
Reviewed-on: https://gerrit.libreoffice.org/84381
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui 
b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
index d6d23a0312d2..afaaa8840337 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
@@ -8145,7 +8145,7 @@
 False
 
   
-C_olor
+Fi_lter
 True
 True
 False
diff --git a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui 
b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui
index 3a75276d1e85..a1fde3eb2de1 100644
--- a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui
+++ b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui
@@ -9655,7 +9655,7 @@
 False
 
   
-_Color
+Fi_lter
 True
 True
 False
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui 
b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui
index b91aa627f017..c5e7bc77e10c 100644
--- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui
@@ -9709,7 +9709,7 @@
 False
 
   
-_Color
+Fi_lter
 True
 True
 False
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
index 5a312d21f9d7..7d6970ad4935 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -8909,7 +8909,7 @@
 False
 
   
-C_olor
+Fi_lter
 True
 True
 False
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 129117] Base 6.3.2.2 - Queries - Create Query in Design View and goes to Document Recovery window.

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

--- Comment #5 from Alex Thurgood  ---
@Ron : thanks!

1) Opened Players_Bug01.odb in 

Version: 6.3.2.2
Build ID: 98b30e735bda24bc04ab42594c85f7fd8be07b9c
Threads CPU : 4; OS : Mac OS X 10.15.1; UI Render : par défaut; VCL: osx; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded

It is an embedded Firebird database.

2) Clicked on Query button, then Create Query in Design Mode

3) A list of tables is displayed to select and add to the query design.

No crash. Works for me.


Might this be a Windows specific bug ? If so, can't help here.

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

2019-12-03 Thread Stephan Bergmann (via logerrit)
 framework/source/services/autorecovery.cxx |  228 ++---
 1 file changed, 117 insertions(+), 111 deletions(-)

New commits:
commit ebdadcbe6a34acc95f689c3ce13b4e65130377e4
Author: Stephan Bergmann 
AuthorDate: Tue Dec 3 22:47:35 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Dec 4 07:45:57 2019 +0100

use scoped enum

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

diff --git a/framework/source/services/autorecovery.cxx 
b/framework/source/services/autorecovery.cxx
index 382dd86e7b9f..4130ef690099 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -192,6 +192,31 @@ template<> struct o3tl::typed_flags: 
o3tl::is_typed_flags struct o3tl::typed_flags: o3tl::is_typed_flags {};
+
+namespace {
+
 /**
 implements the functionality of AutoSave and AutoRecovery
 of documents - including features of an EmergencySave in
@@ -240,25 +265,6 @@ public:
 E_CALL_ME_BACK
 };
 
-// TODO document me ... flag field
-// Emergency_Save and Recovery overwrites Auto_Save!
-enum EJob
-{
-E_NO_JOB=   0,
-E_AUTO_SAVE =   1,
-E_EMERGENCY_SAVE=   2,
-E_RECOVERY  =   4,
-E_ENTRY_BACKUP  =   8,
-E_ENTRY_CLEANUP =  16,
-E_PREPARE_EMERGENCY_SAVE=  32,
-E_SESSION_SAVE  =  64,
-E_SESSION_RESTORE   = 128,
-E_DISABLE_AUTORECOVERY  = 256,
-E_SET_AUTOSAVE_STATE= 512,
-E_SESSION_QUIET_QUIT= 1024,
-E_USER_AUTO_SAVE= 2048
-};
-
 /** @short  combine different information about one office document. */
 struct TDocumentInfo
 {
@@ -381,7 +387,7 @@ private:
 /** @short  for an asynchronous operation we must know, if there is
 at least one running job (may be asynchronous!).
  */
-sal_Int32 m_eJob;
+Job m_eJob;
 
 /** @short  the timer, which is used to be informed about the next
 saving time ...
@@ -693,13 +699,13 @@ private:
 @param  bAllowUserIdleLoop
 Because this method is used for different uses cases, it must
 know, which actions are allowed or not.
-AUTO_SAVE =>
+Job::AutoSave =>
  If a document is the most active one, saving it
  will be postponed if there exists other unsaved
  documents. This feature was implemented, because
  we don't wish to disturb the user on it's work.
  ... bAllowUserIdleLoop should be set to sal_True
-EMERGENCY_SAVE / SESSION_SAVE =>
+Job::EmergencySave / Job::SessionSave =>
  Here we must finish our work ASAP! It's not 
allowed
  to postpone any document.
  ... bAllowUserIdleLoop must(!) be set to sal_False
@@ -779,8 +785,8 @@ private:
 /** @short  notifies all interested listener about the current state
 of the currently running operation.
 
-@descr  We support different set's of functions. AUTO_SAVE, 
EMERGENCY_SAVE,
-AUTO_RECOVERY, FAILURE_SAVE ... etcpp.
+@descr  We support different set's of functions. Job::AutoSave, 
Job::EmergencySave,
+Job::Recovery ... etcpp.
 Listener can register itself for any type of supported
 functionality ... but not for document URL's in special.
 
@@ -792,7 +798,7 @@ private:
 
 @threadsafe
   */
-void implts_informListener(  sal_Int32  eJob  ,
+void implts_informListener(  Job  eJob  ,
const css::frame::FeatureStateEvent& aEvent);
 
 /** short   create a feature event struct, which can be send
@@ -800,7 +806,7 @@ private:
 
 @param  eJob
 describe the current running operation
-AUTOSAVE, EMERGENCYSAVE, RECOVERY
+Job::AutoSave, Job::EmergencySave, Job::Recovery
 
 @param  sEventType
 describe the type of this event
@@ -813,7 +819,7 @@ private:
 @return [css::frame::FeatureStateEvent]
 the event structure for sending.
  */
-static css::frame::FeatureStateEvent implst_createFeatureStateEvent(  
sal_Int32eJob  ,
+static css::frame::FeatureStateEvent implst_createFeatureStateEvent(  
JobeJob  ,
 const 
OUString& sEventType,
  

[Libreoffice-bugs] [Bug 129161] Impossible to enter superscript and subscript strings in chart axes/titles

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

--- Comment #3 from Alex Thurgood  ---
Note that the suggested workaround in comment 4 of bug 84454 is a poor man's
solution at best.

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

[Libreoffice-bugs] [Bug 129161] Impossible to enter superscript and subscript strings in chart axes/titles

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

Alex Thurgood  changed:

   What|Removed |Added

Version|6.3.3.2 release |Inherited From OOo

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

[Libreoffice-bugs] [Bug 84454] FORMATTING: subscripts and superscripts on figures

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

Alex Thurgood  changed:

   What|Removed |Added

 CC||eskil.ander...@gmail.com

--- Comment #6 from Alex Thurgood  ---
*** Bug 129161 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 129161] Impossible to enter superscript and subscript strings in chart axes/titles

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

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #2 from Alex Thurgood  ---


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

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

[Libreoffice-bugs] [Bug 97427] After closing a comment mouse cursor is incorrect

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

--- Comment #7 from Winfried Donkers (retired) 
 ---
problem still exists in
version 6.3.3.2-64bit (Windows 10)
and using the document in  attachment 122269.
Using a new, empty, document does not show the problem when following the steps
in description.

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

[Libreoffice-bugs] [Bug 129161] Impossible to enter superscript and subscript strings in chart axes/titles

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Alex Thurgood  ---
 Confirming with LO6332 on macOS 10.14.6

I tried several ways to achieve this :

- entering the axis title in a first cell in the series of data, and when
setting up the graph, using the first cell as the axis title - this allows you
to enter superscript or subscript characters in the cell, but unfortunately,
the sub/superscripted characters are converted back to normal case when the
graph is created ;

- entering a character string for an axis title in either the chart wizard, or
by editing the axis title after the graph has been created - none of these
methods allow the user to sub/superscript characters in the character string by
direct keyboard shortcuts (e.g. Cmd-Shift-P on Mac) - indeed the latter causes
the wizard to move back one step (which is probably yet another bug) ;

- attempting to edit the axis title by selecting its frame, or a portion of the
character string therein, and then context menu "Format Title" does not provide
the "Effects" dropdown menu which in normal circumstances would allow the user
to select the sub/superscript effects.

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

[Libreoffice-bugs] [Bug 84412] GtkNotebook renders incorrectly

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

Adolfo Jayme  changed:

   What|Removed |Added

 Resolution|FIXED   |WONTFIX

--- Comment #6 from Adolfo Jayme  ---
Support for GTK 2 was removed. This is not reproducible in the GTK 3 interface.

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

[Libreoffice-bugs] [Bug 129083] EDITING Rich text/HTML paste from Calc into Writer table doesn't spread content into the existing cells

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

László Németh  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |nem...@numbertext.org
   |desktop.org |

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

[Libreoffice-bugs] [Bug 129161] Impossible to enter superscript and subscript strings in chart axes/titles

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

Alex Thurgood  changed:

   What|Removed |Added

Summary|Make it possible to do  |Impossible to enter
   |uppercase and lowercase in  |superscript and subscript
   |chart axes/titles   |strings in chart
   ||axes/titles

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

[Libreoffice-bugs] [Bug 129161] Impossible to enter superscript and subscript strings in chart axes/titles

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

Alex Thurgood  changed:

   What|Removed |Added

Version|3.3.2 release   |6.3.3.2 release

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

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

2019-12-03 Thread László Németh (via logerrit)
 sw/qa/extras/layout/data/tdf117982.docx |binary
 sw/qa/extras/layout/layout.cxx  |   12 
 sw/source/core/text/frmform.cxx |   15 +++
 3 files changed, 27 insertions(+)

New commits:
commit 5ac21d46f25023e4c8440aa45c6d923eaa4a925b
Author: László Németh 
AuthorDate: Tue Dec 3 11:45:27 2019 +0100
Commit: László Németh 
CommitDate: Wed Dec 4 07:12:51 2019 +0100

tdf#117982 Writer: fix invisible cell content due to spacing

If the cell content with its bottom paragraph spacing
is greater than the fix cell height, the content was
invisible.

Change-Id: I5922941dc0941950912a7ea2cec0aedf1079544c
Reviewed-on: https://gerrit.libreoffice.org/84010
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/sw/qa/extras/layout/data/tdf117982.docx 
b/sw/qa/extras/layout/data/tdf117982.docx
new file mode 100644
index ..f5886215b93b
Binary files /dev/null and b/sw/qa/extras/layout/data/tdf117982.docx differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index f02a69ae042e..8524a4e0e033 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -3543,6 +3543,18 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf105481)
 CPPUNIT_ASSERT_LESSEQUAL(nTxtBottom, nFormula2Bottom);
 }
 
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf117982)
+{
+SwDoc* pDocument = createDoc("tdf117982.docx");
+SwDocShell* pShell = pDocument->GetDocShell();
+std::shared_ptr xMetaFile = pShell->GetPreviewMetaFile();
+MetafileXmlDump dumper;
+xmlDocPtr pXmlDoc = dumpAndParse(dumper, *xMetaFile);
+assertXPathContent(pXmlDoc, 
"/metafile/push[1]/push[1]/push[1]/textarray[1]/text", "FOO AAA");
+//The first cell must be "FOO AAA". If not, this means the first cell 
content not visible in
+//the source document.
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
old mode 100644
new mode 100755
index 4f589ca683d9..3eb0558791b4
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -1945,6 +1945,21 @@ void SwTextFrame::Format( vcl::RenderContext* 
pRenderContext, const SwBorderAttr
 CalcBaseOfstForFly();
 CalcHeightOfLastLine(); // i#11860 - Adjust spacing implementation for
  // object positioning - Compatibility to MS Word
+// tdf#117982 -- Fix cell spacing hides content
+// Check if the cell's content has greater size than the row height
+if (IsInTab() && GetUpper() && ((GetUpper()->getFramePrintArea().Height() 
< getFramePrintArea().Height())
+|| (getFramePrintArea().Height() <= 0)))
+{
+   SAL_INFO("sw.core", "Warn: Cell content has greater size than cell 
height!");
+   //get font size...
+   SwTwips aTmpHeight = getFrameArea().Height();
+   //...and push it into the text frame
+   SwFrameAreaDefinition::FramePrintAreaWriteAccess aPrt(*this);
+   //if only bottom margin what we have:
+   if (GetTopMargin() == 0)
+   //set the frame to its original location
+   aPrt.SetTopAndHeight(0, aTmpHeight);
+}
 }
 
 // bForceQuickFormat is set if GetFormatted() has been called during the
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-12-03 Thread Andrea Gelmini (via logerrit)
 pch/inc/pch/precompiled_system.hxx |1 -
 sc/inc/pch/precompiled_sc.hxx  |1 -
 sw/inc/pch/precompiled_sw.hxx  |1 -
 3 files changed, 3 deletions(-)

New commits:
commit 90417749fac6519eb0dde7f24736efc2d1bdf5a1
Author: Andrea Gelmini 
AuthorDate: Tue Dec 3 22:54:32 2019 +0100
Commit: Julien Nabet 
CommitDate: Wed Dec 4 07:06:49 2019 +0100

Removed duplicated includes

Change-Id: Ica64e5b201689930ff400070fb773832d4a97d78
Reviewed-on: https://gerrit.libreoffice.org/84191
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/pch/inc/pch/precompiled_system.hxx 
b/pch/inc/pch/precompiled_system.hxx
index 526ab6d22832..93268fcd82a7 100644
--- a/pch/inc/pch/precompiled_system.hxx
+++ b/pch/inc/pch/precompiled_system.hxx
@@ -34,7 +34,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 04a20a9c8076..33289942b8a3 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -53,7 +53,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #endif // PCH_LEVEL >= 1
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx
index b9fb0e0fddbd..577017afceb6 100644
--- a/sw/inc/pch/precompiled_sw.hxx
+++ b/sw/inc/pch/precompiled_sw.hxx
@@ -47,7 +47,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #endif // PCH_LEVEL >= 1
 #if PCH_LEVEL >= 2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: chart2/source forms/source sc/inc sc/source starmath/source sw/source writerfilter/source

2019-12-03 Thread Noel Grandin (via logerrit)
 chart2/source/controller/inc/ChartController.hxx   |4 ++--
 chart2/source/controller/inc/CommandDispatchContainer.hxx  |6 +++---
 chart2/source/controller/main/ChartController.cxx  |4 ++--
 chart2/source/controller/main/CommandDispatchContainer.cxx |2 +-
 forms/source/component/Columns.cxx |8 
 sc/inc/calcconfig.hxx  |4 ++--
 sc/source/core/tool/calcconfig.cxx |8 
 starmath/source/rect.cxx   |4 ++--
 sw/source/filter/ww8/docxattributeoutput.cxx   |2 +-
 writerfilter/source/dmapper/StyleSheetTable.cxx|7 ---
 10 files changed, 25 insertions(+), 24 deletions(-)

New commits:
commit 8d84a0dc8d83cc7dbe77dec0bb4e2f6b9768e1d9
Author: Noel Grandin 
AuthorDate: Tue Dec 3 12:07:15 2019 +0200
Commit: Noel Grandin 
CommitDate: Wed Dec 4 07:01:53 2019 +0100

some std::set->o3tl::sorted_vector

which is much better cache-wise

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

diff --git a/chart2/source/controller/inc/ChartController.hxx 
b/chart2/source/controller/inc/ChartController.hxx
index 6b4d7782be89..adf4a3ad20be 100644
--- a/chart2/source/controller/inc/ChartController.hxx
+++ b/chart2/source/controller/inc/ChartController.hxx
@@ -27,6 +27,7 @@
 #include 
 
 #include 
+#include 
 #include 
 
 #include 
@@ -40,7 +41,6 @@
 #include 
 
 #include 
-#include 
 
 namespace com { namespace sun { namespace star { namespace accessibility { 
class XAccessible; } } } }
 namespace com { namespace sun { namespace star { namespace accessibility { 
class XAccessibleContext; } } } }
@@ -533,7 +533,7 @@ private:
 const OUString & rCID, eMoveOrResizeType eType, double fAmountLogicX, 
double fAmountLogicY );
 bool impl_DragDataPoint( const OUString & rCID, double fOffset );
 
-static const std::set< OUString >& impl_getAvailableCommands();
+static const o3tl::sorted_vector< OUString >& impl_getAvailableCommands();
 
 /** Creates a helper accessibility class that must be initialized via 
XInitialization.  For
 parameters see
diff --git a/chart2/source/controller/inc/CommandDispatchContainer.hxx 
b/chart2/source/controller/inc/CommandDispatchContainer.hxx
index 9d6cd7e2e97b..bcc79758b545 100644
--- a/chart2/source/controller/inc/CommandDispatchContainer.hxx
+++ b/chart2/source/controller/inc/CommandDispatchContainer.hxx
@@ -20,8 +20,8 @@
 #define INCLUDED_CHART2_SOURCE_CONTROLLER_MAIN_COMMANDDISPATCHCONTAINER_HXX
 
 #include 
+#include 
 
-#include 
 #include 
 #include 
 
@@ -81,7 +81,7 @@ public:
  */
 void setChartDispatch(
 const css::uno::Reference< css::frame::XDispatch >& rChartDispatch,
-const std::set< OUString > & rChartCommands );
+const o3tl::sorted_vector< OUString > & rChartCommands );
 
 /** Returns the dispatch that is able to do the command given in rURL, if
 implemented here.  If the URL is not implemented here, it should be
@@ -126,7 +126,7 @@ private:
 css::uno::WeakReference< css::frame::XModel > m_xModel;
 
 css::uno::Reference< css::frame::XDispatch >  m_xChartDispatcher;
-std::set< OUString >m_aChartCommands;
+o3tl::sorted_vector< OUString >   m_aChartCommands;
 
 DrawCommandDispatch* m_pDrawCommandDispatch;
 ShapeController* m_pShapeController;
diff --git a/chart2/source/controller/main/ChartController.cxx 
b/chart2/source/controller/main/ChartController.cxx
index 96ec317defa6..8511ad1bfcb6 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -1574,9 +1574,9 @@ void ChartController::impl_initializeAccessible( const 
uno::Reference< lang::XIn
 }
 }
 
-const std::set< OUString >& ChartController::impl_getAvailableCommands()
+const o3tl::sorted_vector< OUString >& 
ChartController::impl_getAvailableCommands()
 {
-static std::set< OUString > s_AvailableCommands {
+static const o3tl::sorted_vector< OUString > s_AvailableCommands {
 // commands for container forward
 "AddDirect",   "NewDoc","Open",
 "Save","SaveAs","SendMail",
diff --git a/chart2/source/controller/main/CommandDispatchContainer.cxx 
b/chart2/source/controller/main/CommandDispatchContainer.cxx
index 5bc093282b4b..8056dfccecb9 100644
--- a/chart2/source/controller/main/CommandDispatchContainer.cxx
+++ b/chart2/source/controller/main/CommandDispatchContainer.cxx
@@ -58,7 +58,7 @@ void CommandDispatchContainer::setModel(
 
 void CommandDispatchContainer::setChartDispatch(
 const Reference< frame::XDispatch >& rChartDispatch,
-const std::set< OUString > & rChartCommands )

[Libreoffice-bugs] [Bug 124462] Crash if I open the File dialog and click the 'Save' tab

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

--- Comment #31 from shaaji  ---
Hire us for Managed IT Services & Support to all type of businesses in Dubai,
UAE. With decades of experience,  we're a serving best IT support company in
Dubai, UAE

https://vas.ae/product-category/managed-services/it-outsourcing/

https://vas.ae/product-category/managed-services/

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

[Libreoffice-bugs] [Bug 129168] New: just downloaded 6.3.3.2, and won't open.

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

Bug ID: 129168
   Summary: just downloaded 6.3.3.2, and won't open.
   Product: LibreOffice
   Version: 6.3.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jbund...@hotmail.com

Description:
I've used this product for a number of years without a hitch, but after
installing this version it won't start. I depend on the Calc sheet for
recording my blood glucose readings twice daily, so it indeed important.

Steps to Reproduce:
1. start, nothing happens.
2.
3.

Actual Results:
nothing

Expected Results:
I need this product to work ASAP 


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756b' - 84 commits - basctl/source comphelper/qa comphelper/source configure.ac dictionaries framework/inc framework/Library_fwk.mk framewo

2019-12-03 Thread Thorsten Behrens (via logerrit)
Rebased ref, commits from common ancestor:
commit 11efda4c4fcb2b38a77fc18a9239d42757514770
Author: Thorsten Behrens 
AuthorDate: Wed Dec 4 06:24:26 2019 +0100
Commit: Thorsten Behrens 
CommitDate: Wed Dec 4 06:24:26 2019 +0100

Update default branch

Change-Id: I5bed5207db18747539ce8398ed85619385d51249

diff --git a/.gitreview b/.gitreview
index 042036087fed..fd925839a944 100644
--- a/.gitreview
+++ b/.gitreview
@@ -3,5 +3,5 @@ host=gerrit.libreoffice.org
 port=29418
 project=core
 defaultremote=logerrit
-defaultbranch=libreoffice-6-3-0
+defaultbranch=feature/cib_contract3756b
 
commit a2a5030705fee6f66c25c4fc9c2d51257248e606
Author: Mike Kaganski 
AuthorDate: Fri Nov 29 13:07:57 2019 +0300
Commit: Thorsten Behrens 
CommitDate: Wed Dec 4 06:23:14 2019 +0100

tdf#118639: store ODF encryption data for autorecovery

When saving autorecovery information, ODF is used. If the original
document is password-protected, its autorecovery is also generated
password-protected (since ef87ff6680f79362a431db6e7ef2f40cfc576219).
But when the stored encryption data for non-ODF document does not
contain "PackageSHA256UTF8EncryptionKey" value, following
ZipPackage::GetEncryptionKey fails, so the whole save fails.

So just generate and append ODF encryption keys where we still have
user password.

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

Conflicts:
sfx2/source/dialog/filedlghelper.cxx

diff --git a/comphelper/source/misc/docpasswordhelper.cxx 
b/comphelper/source/misc/docpasswordhelper.cxx
index 9134e7d050a2..af3741347344 100644
--- a/comphelper/source/misc/docpasswordhelper.cxx
+++ b/comphelper/source/misc/docpasswordhelper.cxx
@@ -422,6 +422,7 @@ OUString DocPasswordHelper::GetOoxHashAsBase64(
 bool* pbIsDefaultPassword )
 {
 css::uno::Sequence< css::beans::NamedValue > aEncData;
+OUString aPassword;
 DocPasswordVerifierResult eResult = 
DocPasswordVerifierResult::WrongPassword;
 
 // first, try provided default passwords
@@ -435,8 +436,12 @@ OUString DocPasswordHelper::GetOoxHashAsBase64(
 if( !rPassword.isEmpty() )
 {
 eResult = rVerifier.verifyPassword( rPassword, aEncData );
-if( pbIsDefaultPassword )
-*pbIsDefaultPassword = eResult == 
DocPasswordVerifierResult::OK;
+if (eResult == DocPasswordVerifierResult::OK)
+{
+aPassword = rPassword;
+if (pbIsDefaultPassword)
+*pbIsDefaultPassword = true;
+}
 if( eResult != DocPasswordVerifierResult::WrongPassword )
 break;
 }
@@ -458,7 +463,11 @@ OUString DocPasswordHelper::GetOoxHashAsBase64(
 if( eResult == DocPasswordVerifierResult::WrongPassword )
 {
 if( !rMediaPassword.isEmpty() )
+{
 eResult = rVerifier.verifyPassword( rMediaPassword, aEncData );
+if (eResult == DocPasswordVerifierResult::OK)
+aPassword = rMediaPassword;
+}
 }
 
 // request a password (skip, if result is OK or ABORT)
@@ -474,6 +483,8 @@ OUString DocPasswordHelper::GetOoxHashAsBase64(
 {
 if( !pRequest->getPassword().isEmpty() )
 eResult = rVerifier.verifyPassword( 
pRequest->getPassword(), aEncData );
+if (eResult == DocPasswordVerifierResult::OK)
+aPassword = pRequest->getPassword();
 }
 else
 {
@@ -486,6 +497,21 @@ OUString DocPasswordHelper::GetOoxHashAsBase64(
 {
 }
 
+if (eResult == DocPasswordVerifierResult::OK && !aPassword.isEmpty())
+{
+if (std::find_if(std::cbegin(aEncData), std::cend(aEncData),
+ [](const css::beans::NamedValue& val) {
+ return val.Name == 
PACKAGE_ENCRYPTIONDATA_SHA256UTF8;
+ })
+== std::cend(aEncData))
+{
+// tdf#118639: We need ODF encryption data for autorecovery, where 
password
+// will already be unavailable, so generate and append it here
+aEncData = comphelper::concatSequences(
+aEncData, 
OStorageHelper::CreatePackageEncryptionData(aPassword));
+}
+}
+
 return (eResult == DocPasswordVerifierResult::OK) ? aEncData : 
uno::Sequence< beans::NamedValue >();
 }
 
diff --git a/sfx2/source/dialog/filedlghelper.cxx 
b/sfx2/source/dialog/filedlghelper.cxx
index 28f7d1179824..a2167c3a255b 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -2727,6 +2727,8 @@ ErrCode RequestPassword(const std::shared_ptr& pCurrentFilter,
 {
 if ( 

[Libreoffice-bugs] [Bug 62196] EDITING: copy-paste from non-LibO-text-source pastes previous clipboard contents (see comment 62)

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

--- Comment #89 from Maba  ---
(In reply to jelsey from comment #87)
> I am using Windows 10 and version 6.3.2.2 of LibreOffice.
> The inability to copy text from an application (Chrome, Wordpad, etc) into
> LibreOffice apps is very frustrating. Once content from LibreOffice is
> copied to the clipboard, content from an external application does not seem
> to get put into whatever clipboard LibreOffice is using for the "paste"
> function.


Me too.
I am using windows 10 and ver 6.3.3.2 portable LibreOffice.
Clipboard monitoring software says new data now, but LibreOffice has pasted the
content that was previously pasted into LibreOffice.

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

[Libreoffice-bugs] [Bug 40389] Re-formatting as text fails if previously contained apparently valid cell reference

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

--- Comment #17 from andréb  ---
Bug still exists with libo 6.2.8.2 , the latest I have installed.
The workaround in comment 7 still works as well.

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

[Libreoffice-bugs] [Bug 93669] Problem with printing multi-sided documents via Fax-Printer

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

Sofia Williams  changed:

   What|Removed |Added

URL||http://officems-setup.com/

--- Comment #32 from Sofia Williams  ---
Excellent information you have shared, thanks for taking the time to share with
us such a great article. I really appreciate your work.
http://officems-setup.com/
http://norton-setup-usa.com/

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

[Libreoffice-bugs] [Bug 128681] Report anomalies in the function list dialog box

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

raal  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

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

[Libreoffice-bugs] [Bug 128886] LibreOffice Calc stops updating link to external after about 40 minutes.

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

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 128901] LibreOffice 6.3.2.2 Writer in web writer mode, bullets set as images are lost upon re-opening the file.

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

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 119111] Shapes losing position and z-index

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

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 128888] Transparent objects causing excessive CPU usage when exporting PNG from LO Draw

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

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 129117] Base 6.3.2.2 - Queries - Create Query in Design View and goes to Document Recovery window.

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

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 129137] 6.3.3.1 Writer can't handle large images

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

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 119111] Shapes losing position and z-index

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

--- Comment #23 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 129117] Base 6.3.2.2 - Queries - Create Query in Design View and goes to Document Recovery window.

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

--- Comment #4 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 129137] 6.3.3.1 Writer can't handle large images

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

--- Comment #3 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 39102] Object anchor displayed outside the page area

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

--- Comment #21 from QA Administrators  ---
Dear OfficeUser,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 117815] Shown cell comments saved in Calc as .xls don't print from Excel print option "as displayed on sheet"

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

--- Comment #11 from QA Administrators  ---
Dear N Thomas,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 121652] Option buttons in forms do not show current value if it is boolean

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

--- Comment #4 from QA Administrators  ---
Dear Evgeny Kuznetsov,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 125738] Blank characters all over Europass exported from the European Community site

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

--- Comment #5 from QA Administrators  ---
Dear Marco A.G.Pinto,

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 124460] Daylight savings time causes LibreOffice Calc (Possibly also Write, Impress)

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

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 118236] FILEOPEN DOCX Checkbox-Content Control cannot be checked in LibreOffice Writer

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

--- Comment #6 from QA Administrators  ---
Dear Gabor Kelemen,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 91902] Increase and decrease indent buttons not accessible in textbox edit mode

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

--- Comment #5 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 103219] DIALOG: Renaming image name to an existing name should prompt user

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

--- Comment #6 from QA Administrators  ---
Dear Harald Koester,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 117599] LibreOffice Viewer on my Tablet doesn't allways open writer documents (odt-type)

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

--- Comment #5 from QA Administrators  ---
Dear post,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 118015] Copy-pasting images from Google Docs does not work

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

--- Comment #4 from QA Administrators  ---
Dear Daniel Grigoras,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 124460] Daylight savings time causes LibreOffice Calc (Possibly also Write, Impress)

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

--- Comment #3 from QA Administrators  ---
Dear Jonas Lund,

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 125716] Libre Office WORD does not do Print Screen or Alt Prt any more

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

--- Comment #3 from QA Administrators  ---
Dear chuckvale...@gmail.com,

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 121714] FILEOPEN XLSX: Show comment at end of sheet setting is not imported and printed

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

--- Comment #6 from QA Administrators  ---
Dear NISZ LibreOffice Team,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 97427] After closing a comment mouse cursor is incorrect

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

--- Comment #6 from QA Administrators  ---
Dear Winfried Donkers,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 61871] EDITING: Query of a multiplication with fields of two tables don't refresh.

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

--- Comment #16 from QA Administrators  ---
Dear Robert Großkopf,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 121745] Time to copy sheet has doubled

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

--- Comment #3 from QA Administrators  ---
Dear Buovjaga,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 117762] Header Text formatting Outline and Shadow is not saving

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

--- Comment #2 from QA Administrators  ---
Dear michael,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 61888] VIEWING: Animations attached to grouped objects are not shown during presentation

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

--- Comment #8 from QA Administrators  ---
Dear saparvia,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 121391] Can't move object anchored to paragraph to next page (in same para)

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

--- Comment #6 from QA Administrators  ---
Dear Aron Budea,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 117993] FILESAVE: FODP: Footer duplicated when opening fodp

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

--- Comment #7 from QA Administrators  ---
Dear CT,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 61995] FORMATTING: Tables layout problems with negative indents and continuous section break

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

--- Comment #11 from QA Administrators  ---
Dear Roderick Burkhardt,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 117947] The object position doesn’t return by “Undo”

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

--- Comment #6 from QA Administrators  ---
Dear Hidenori Ozaki,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 62254] SVG: lists in dy, dx, x, y in is rendered incorrectly

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

--- Comment #12 from QA Administrators  ---
Dear Jørgen Elgaard Larsen,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 47234] UI: Wrong Fonts are Displayed in Options Dialog

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

--- Comment #15 from QA Administrators  ---
Dear Harald Koester,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 117386] EXPORT SVG Text spacing not preserved by SVG export filter

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

--- Comment #7 from QA Administrators  ---
Dear Florian Reisinger,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 128681] Report anomalies in the function list dialog box

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

Maba  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Maba  ---
6.3.3.2 is soled it.
Thankyou!

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

[Libreoffice-commits] core.git: Branch 'feature/cib_contract3756' - 1098 commits - accessibility/inc accessibility/Library_acc.mk accessibility/source android/Bootstrap android/mobile-config.py androi

2019-12-03 Thread Vasily Melenchuk (via logerrit)
Rebased ref, commits from common ancestor:
commit 57634a88ce9c3f1723243c7880c42a37cbe45169
Author: Vasily Melenchuk 
AuthorDate: Fri Nov 29 11:57:51 2019 +0300
Commit: Thorsten Behrens 
CommitDate: Wed Dec 4 03:57:25 2019 +0100

oox: fixes for cang errors after refactoring:

Change-Id: I6c0ff55e3a6d3edbac78aa6e806da4a290af142d

diff --git a/include/oox/crypto/DocumentDecryption.hxx 
b/include/oox/crypto/DocumentDecryption.hxx
index 362125ed36f9..b2e9d7375634 100644
--- a/include/oox/crypto/DocumentDecryption.hxx
+++ b/include/oox/crypto/DocumentDecryption.hxx
@@ -35,10 +35,10 @@ namespace crypto {
 class DocumentDecryption
 {
 private:
+css::uno::Reference< css::uno::XComponentContext > mxContext;
 oox::ole::OleStorage&  mrOleStorage;
 css::uno::Sequence maStreamsSequence;
 css::uno::Reference< css::packages::XPackageEncryption > 
mxPackageEncryption;
-css::uno::Reference< css::uno::XComponentContext > mxContext;
 
 public:
 DocumentDecryption(const css::uno::Reference< css::uno::XComponentContext 
>& rxContext, oox::ole::OleStorage& rOleStorage);
diff --git a/include/oox/crypto/DocumentEncryption.hxx 
b/include/oox/crypto/DocumentEncryption.hxx
index 0cf3a1e3db95..1e6986441f4f 100644
--- a/include/oox/crypto/DocumentEncryption.hxx
+++ b/include/oox/crypto/DocumentEncryption.hxx
@@ -20,6 +20,7 @@
 namespace com { namespace sun { namespace star {
 namespace io { class XStream; }
 namespace packages { class XPackageEncryption; }
+namespace beans { struct NamedValue; }
 } } }
 
 namespace oox { namespace ole { class OleStorage; } }
@@ -30,11 +31,11 @@ namespace crypto {
 class DocumentEncryption
 {
 private:
+css::uno::Reference< css::uno::XComponentContext > mxContext;
 css::uno::Reference< css::io::XStream > mxDocumentStream;
 oox::ole::OleStorage& mrOleStorage;
 css::uno::Reference< css::packages::XPackageEncryption > 
mxPackageEncryption;
 const css::uno::Sequence< css::beans::NamedValue >& mMediaEncData;
-css::uno::Reference< css::uno::XComponentContext > mxContext;
 
 public:
 DocumentEncryption(const css::uno::Reference< css::uno::XComponentContext 
>& rxContext,
diff --git a/include/oox/crypto/StrongEncryptionDataSpace.hxx 
b/include/oox/crypto/StrongEncryptionDataSpace.hxx
index d3eb76a2c1a8..966185c94612 100644
--- a/include/oox/crypto/StrongEncryptionDataSpace.hxx
+++ b/include/oox/crypto/StrongEncryptionDataSpace.hxx
@@ -12,6 +12,7 @@
 #define INCLUDED_OOX_CRYPTO_STRONGENCRYPTINDATASPACE_HXX
 
 #include 
+#include 
 #include 
 #include 
 #include 
commit c6e236bbba130f4e3e058d6a2bade66eefa2d06c
Author: Vasily Melenchuk 
AuthorDate: Tue Nov 26 11:08:14 2019 +0300
Commit: Thorsten Behrens 
CommitDate: Wed Dec 4 03:57:24 2019 +0100

oox: encryption engines refactoring

Restore original state of Agile and Standard 2007 engines.
Instead of standalone services for each of them
use newly introduced wrapper service.

Change-Id: Icc32a4e0ce215090c3b739f1dcaa0654b36b7f08

diff --git a/include/oox/crypto/AgileEngine.hxx 
b/include/oox/crypto/AgileEngine.hxx
index d82a2aacf641..0fd11c764ee9 100644
--- a/include/oox/crypto/AgileEngine.hxx
+++ b/include/oox/crypto/AgileEngine.hxx
@@ -15,19 +15,17 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
-#include 
 
 namespace oox {
 class BinaryXInputStream;
 class BinaryXOutputStream;
 }
 
-namespace com::sun::star::uno { class XComponentContext; }
-
 namespace oox {
-namespace core {
+namespace crypto {
 
 struct OOX_DLLPUBLIC AgileEncryptionInfo
 {
@@ -76,15 +74,11 @@ enum class AgileEncryptionPreset
 AES_256_SHA512,
 };
 
-class OOX_DLLPUBLIC AgileEngine final : public 
cppu::WeakImplHelper
+class OOX_DLLPUBLIC AgileEngine final : public CryptoEngine
 {
 private:
-std::vector mKey;
 AgileEncryptionInfo mInfo;
 AgileEncryptionPreset meEncryptionPreset;
-css::uno::Reference< css::uno::XComponentContext > mxContext;
-
-css::uno::Reference getStream(const 
css::uno::Sequence & rStreams, const OUString 
sStreamName);
 
 void calculateHashFinal(const OUString& rPassword, std::vector& 
aHashFinal);
 
@@ -102,58 +96,52 @@ private:
 
 static Crypto::CryptoType cryptoType(const AgileEncryptionInfo& rInfo);
 
-// Decryption
-
-bool decryptHmacKey();
-bool decryptHmacValue();
+public:
+AgileEngine();
 
-AgileEncryptionInfo& getInfo() { return mInfo; }
+AgileEncryptionInfo& getInfo() { return mInfo;}
 
 void setPreset(AgileEncryptionPreset ePreset)
 {
 meEncryptionPreset = ePreset;
 }
 
+// Decryption
+
 void decryptEncryptionKey(OUString const & rPassword);
 bool decryptAndCheckVerifierHash(OUString const & rPassword);
 
-// Encryption
-
-bool encryptHmacKey();
-bool encryptHmacValue();
-
-bool generateAndEncryptVerifierHash(OUString const & rPassword);
-
-bool encryptEncryptionKey(OUString const & rPassword);
-   

[Libreoffice-bugs] [Bug 53821] EDITING: Strange results about shape operations when combines two types of shapes

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

--- Comment #8 from Naruhiko Ogasawara  ---
Not reproducible with:

Version: 6.3.3.2
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 4; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; 
Locale: ja-JP (ja_JP.UTF-8); UI-Language: en-US
Calc: threaded

and:

Version: 6.3.3.2 (x64)
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: ja-JP (ja_JP.UTF-8); UI-Language: en-US
Calc: threaded

It seems to be solved both of the problems I (arrangement) and II (grouping).

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

[Libreoffice-bugs] [Bug 53821] EDITING: Strange results about shape operations when combines two types of shapes

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

--- Comment #7 from Naruhiko Ogasawara  ---
Not reproducible with:

Version: 6.3.3.2
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 4; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; 
Locale: ja-JP (ja_JP.UTF-8); UI-Language: en-US
Calc: threaded

and:

Version: 6.3.3.2 (x86)
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: ja-JP (ja_JP.UTF-8); UI-Language: en-US
Calc: threaded

Both of problem I and II seems to be solved

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

[Libreoffice-bugs] [Bug 85781] Erratic text behavior when hidden characters are at the end of a line/paragraph

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

--- Comment #7 from Larry Bennett  ---

(In reply to Larry Bennett from comment #6)
> Noticing comment #4, I never received an email requesting that I retest this 
> bug.  :-(

Today, I have retested and the bug still exists.

Versions re-tested:

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

Version: 6.2.8.2 (x64)
Build ID: f82ddfca21ebc1e222a662a32b25c0c9d20169ee
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

Version: 6.3.3.2 (x64)
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 85781] Erratic text behavior when hidden characters are at the end of a line/paragraph

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

--- Comment #6 from Larry Bennett  ---
I never received an email requesting that I retest this bug.  :-(

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

  1   2   3   4   5   6   7   8   9   10   >