[Libreoffice-bugs] [Bug 68975] FORMATTING: Impress does not apply some formatting of the master page to the slides (see comment2)

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68975

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #7 from raal  ---
Sill valid in Version: 7.0.0.0.alpha0+
Build ID: d41d7ecb60fb38204fafcb1aa4595992721855e6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 130534] Print error in LibreOffice Calc

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130534

Oliver Brinzing  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
I can't reproduce it in

Version: 6.3.4.2 (x64)
Build-ID: 60da17e045e08f1793c57c00ba83cdfce946d0aa
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: 

May be related to:
Bug 121614 - Calc: FORMATTING changing orientation of text causes corruption of
cell borders

Please attach a sample document, as this makes it easier for us to verify the
bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

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


New Defects reported by Coverity Scan for LibreOffice

2020-02-08 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

3 new defect(s) introduced to LibreOffice found with Coverity Scan.
2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 3 of 3 defect(s)


** CID 1458168:(FORWARD_NULL)



*** CID 1458168:(FORWARD_NULL)
/vcl/unx/generic/gdi/gdiimpl.cxx: 1749 in 
X11SalGraphicsImpl::drawPolyLine(const basegfx::B2DHomMatrix &, const 
basegfx::B2DPolygon &, double, const basegfx::B2DVector &, const 
std::vector> *, basegfx::B2DLineJoin, 
com::sun::star::drawing::LineCap, double, bool)()
1743 // MM01 need to do line dashing as fallback stuff here now
1744 basegfx::B2DPolyPolygon aPolyPolygonLine;
1745 
1746 if(bStrokeUsed)
1747 {
1748 // apply LineStyle
>>> CID 1458168:(FORWARD_NULL)
>>> Passing null pointer "pStroke" to "applyLineDashing", which 
>>> dereferences it.
1749 basegfx::utils::applyLineDashing(
1750 rPolygon, // source
1751 *pStroke, // pattern
1752 , // target for lines
1753 nullptr, // target for gaps
1754 fDotDashLength); // full length if available
/vcl/unx/generic/gdi/gdiimpl.cxx: 1699 in 
X11SalGraphicsImpl::drawPolyLine(const basegfx::B2DHomMatrix &, const 
basegfx::B2DPolygon &, double, const basegfx::B2DVector &, const 
std::vector> *, basegfx::B2DLineJoin, 
com::sun::star::drawing::LineCap, double, bool)()
1693 {
1694 // MM01 - check on stroke change. Used against not used, or if 
oth used,
1695 // equal or different? Triangulation geometry creation depends 
heavily
1696 // on stroke, independent of being transformation independent
1697 const bool 
bStrokeWasUsed(!pSystemDependentData_Triangulation->getStroke().empty());
1698 
>>> CID 1458168:(FORWARD_NULL)
>>> Passing null pointer "pStroke" to "operator !=", which dereferences it.
1699 if(bStrokeWasUsed != bStrokeUsed
1700 || (bStrokeUsed && *pStroke != 
pSystemDependentData_Triangulation->getStroke()))
1701 {
1702 // data invalid, forget
1703 pSystemDependentData_Triangulation.reset();
1704 }

** CID 1458167:(FORWARD_NULL)



*** CID 1458167:(FORWARD_NULL)
/vcl/headless/svpgdi.cxx: 1381 in SvpSalGraphics::drawPolyLine(_cairo *, 
basegfx::B2DRange *, const Color &, bool, const basegfx::B2DHomMatrix &, const 
basegfx::B2DPolygon &, double, const basegfx::B2DVector &, const 
std::vector> *, basegfx::B2DLineJoin, 
com::sun::star::drawing::LineCap, double, bool)()
1375 // MM01 need to do line dashing as fallback stuff here now
1376 basegfx::B2DPolyPolygon aPolyPolygonLine;
1377 
1378 if(!bDoDirectCairoStroke && bStrokeUsed)
1379 {
1380 // apply LineStyle
>>> CID 1458167:(FORWARD_NULL)
>>> Passing null pointer "pStroke" to "applyLineDashing", which 
>>> dereferences it.
1381 basegfx::utils::applyLineDashing(
1382 rPolyLine, // source
1383 *pStroke, // pattern
1384 , // target for lines
1385 nullptr, // target for gaps
1386 fDotDashLength); // full length if available
/vcl/headless/svpgdi.cxx: 1340 in SvpSalGraphics::drawPolyLine(_cairo *, 
basegfx::B2DRange *, const Color &, bool, const basegfx::B2DHomMatrix &, const 
basegfx::B2DPolygon &, double, const basegfx::B2DVector &, const 
std::vector> *, basegfx::B2DLineJoin, 
com::sun::star::drawing::LineCap, double, bool)()
1334 if(!bDoDirectCairoStroke && pSystemDependentData_CairoPath)
1335 {
1336 // MM01 - check on stroke change. Used against not used, or if 
both used,
1337 // equal or different?
1338 const bool 
bStrokeWasUsed(!pSystemDependentData_CairoPath->getStroke().empty());
1339 
>>> CID 1458167:(FORWARD_NULL)
>>> Passing null pointer "pStroke" to "operator !=", which dereferences it.
1340 if(bStrokeWasUsed != bStrokeUsed
1341 || (bStrokeUsed && *pStroke != 
pSystemDependentData_CairoPath->getStroke()))
1342 {
1343 // data invalid, forget
1344 pSystemDependentData_CairoPath.reset();
1345 }
/vcl/headless/svpgdi.cxx: 1331 in SvpSalGraphics::drawPolyLine(_cairo *, 
basegfx::B2DRange *, const Color &, bool, const basegfx::B2DHomMatrix &, const 
basegfx::B2DPolygon &, double, const 

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

2020-02-08 Thread Caolán McNamara (via logerrit)
 dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 3eac1d85c88db76b3deb6240fd3af2f64951689a
Author: Caolán McNamara 
AuthorDate: Sat Feb 8 20:06:23 2020 +
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Feb 9 08:01:34 2020 +0100

Resolves: tdf#130484 controls become disabled on click final checkboxes

they always triggered disabled the current state in the roadmap, but 
disabling
a roadmap step now really disables the associated window in vcl.

These two particular toggles don't actually affect the current roadmap 
state,
so don't call state-modified when changing them.

That doesn't change the ye-old weird case that the logical state of this 
final
step is disabled, but don't let the wizard find that out when toggling
radiobuttons that don't contribute to the roadmap state

Change-Id: I5927d20ea461a294e76014892c90ad0b5f39fb6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88280
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx 
b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
index c806685f9f30..565cf61489b9 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
@@ -738,7 +738,6 @@ using namespace ::com::sun::star;
 , m_xFTFinalText(m_xBuilder->weld_label("finishText"))
 {
 m_xCBOpenAfterwards->connect_toggled(LINK(this, OFinalDBPageSetup, 
OnOpenSelected));
-
m_xCBStartTableWizard->connect_toggled(LINK(this,OGenericAdministrationPage,OnControlModifiedButtonClick));
 m_xRBRegisterDataSource->set_active(true);
 pController->SetFinalPage(this);
 }
@@ -796,7 +795,6 @@ using namespace ::com::sun::star;
 IMPL_LINK(OFinalDBPageSetup, OnOpenSelected, weld::ToggleButton&, rBox, 
void)
 {
 m_xCBStartTableWizard->set_sensitive(rBox.get_sensitive() && 
rBox.get_active());
-callModifiedHdl();
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - dbaccess/source

2020-02-08 Thread Caolán McNamara (via logerrit)
 dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1fbf3a70dbbbab2f810afae5f3e928a6d59c6325
Author: Caolán McNamara 
AuthorDate: Sat Feb 8 20:06:23 2020 +
Commit: Adolfo Jayme Barrientos 
CommitDate: Sun Feb 9 07:59:46 2020 +0100

Resolves: tdf#130484 controls become disabled on click final checkboxes

they always triggered disabled the current state in the roadmap, but 
disabling
a roadmap step now really disables the associated window in vcl.

These two particular toggles don't actually affect the current roadmap 
state,
so don't call state-modified when changing them.

That doesn't change the ye-old weird case that the logical state of this 
final
step is disabled, but don't let the wizard find that out when toggling
radiobuttons that don't contribute to the roadmap state

Change-Id: I5927d20ea461a294e76014892c90ad0b5f39fb6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88281
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx 
b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
index c806685f9f30..565cf61489b9 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
@@ -738,7 +738,6 @@ using namespace ::com::sun::star;
 , m_xFTFinalText(m_xBuilder->weld_label("finishText"))
 {
 m_xCBOpenAfterwards->connect_toggled(LINK(this, OFinalDBPageSetup, 
OnOpenSelected));
-
m_xCBStartTableWizard->connect_toggled(LINK(this,OGenericAdministrationPage,OnControlModifiedButtonClick));
 m_xRBRegisterDataSource->set_active(true);
 pController->SetFinalPage(this);
 }
@@ -796,7 +795,6 @@ using namespace ::com::sun::star;
 IMPL_LINK(OFinalDBPageSetup, OnOpenSelected, weld::ToggleButton&, rBox, 
void)
 {
 m_xCBStartTableWizard->set_sensitive(rBox.get_sensitive() && 
rBox.get_active());
-callModifiedHdl();
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130483] Crash on pasting a table from Writer

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130483

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 CC||mark...@gmail.com

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

bibisect-linux-64-5.4
5e8cf5a0709cb0f14480b67679fe45a4d6339df6 is the first bad commit
commit 5e8cf5a0709cb0f14480b67679fe45a4d6339df6
Author: Jenkins Build User 
Date:   Fri Feb 17 12:34:22 2017 +0100

source sha:291538bac9b0d9e1afe69c244ffa9e3f4b203761

author  Mark Hung2017-02-14 00:41:38 +0800
committer   Mark Hung2017-02-17 11:21:28 +
commit  291538bac9b0d9e1afe69c244ffa9e3f4b203761 (patch)
tree6ab2aac6c36cb14421f54fd5ef5c90aa5523bcff
parent  93a7df4bdf6a79a4973907d517149818d99c3638 (diff)
tdf#105423 merge cells based on its column edge.

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


[Libreoffice-bugs] [Bug 130447] [META] DOCX (OOXML) section-related issues

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130447

Aron Budea  changed:

   What|Removed |Added

 Depends on||81426


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=81426
[Bug 81426] FILESAVE: Data from header and footer is getting lost in DOCX
(continuous sections)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130483] Crash on pasting a table from Writer

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130483

raal  changed:

   What|Removed |Added

 OS|Windows (All)   |All
   Severity|normal  |major
   Priority|medium  |high
 CC||r...@post.cz
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #6 from raal  ---
I can reproduce the crash with Version: 7.0.0.0.alpha0+
Build ID: d41d7ecb60fb38204fafcb1aa4595992721855e6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 81426] FILESAVE: Data from header and footer is getting lost in DOCX (continuous sections)

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81426

Aron Budea  changed:

   What|Removed |Added

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


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 130531] When opening the Amazon KDP print royalty calculator the desktop becomes unresponsive

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130531

raal  changed:

   What|Removed |Added

   Keywords||filter:xlsx

--- Comment #4 from raal  ---
(In reply to izoprene from comment #2)
> I uninstalled the default Libreoffice 6.0.7.3 and installed version 6.4.0.3
> via a snap package.
> 
> The file opens and is usable, but when I enter values into fields 1, 2, 3 &
> 4, upon entering a value in field 4 my CPU usage goes very high, Libreoffice
> almost hangs (OS asks to quit process), but eventually the four lower fields
> are populated with the calculated values. From that point on, the
> spreadsheet is reasonably responsive.
> 
> Strange how it's taking so long?
> 
> System monitor screenshot: https://imgur.com/traRrPg

I can confirm this behaviour, high CPU usage for few seconds, but formulas are
complicated. It contains two hidden sheets. 
Printing cost:
=iferror(ROUNDUP(IF($E$11="";0;sumifs($'Lookup Tables'.$G$1:$G$1048576;$'Lookup
Tables'.$C$1:$C$1048576;$E$8;$'Lookup Tables'.$D$1:$D$1048576;$C$3;$'Lookup
Tables'.$E$1:$E$1048576;"<="&$E$9;$'Lookup
Tables'.$F$1:$F$1048576;">="&$E$9)+(sumifs($'Lookup
Tables'.$H$1:$H$1048576;$'Lookup Tables'.$C$1:$C$1048576;$E$8;$'Lookup
Tables'.$D$1:$D$1048576;$C$3;$'Lookup
Tables'.$E$1:$E$1048576;"<="&$E$9;$'Lookup
Tables'.$F$1:$F$1048576;">="&$E$9)*$E$9));2);0)

It would be interesting compare with excel

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


[Libreoffice-bugs] [Bug 130524] Videos display black screen on F5 slideshow - OK with Shift+F5 on slide

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130524

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
I con nor confirm with Version: 7.0.0.0.alpha0+
Build ID: d41d7ecb60fb38204fafcb1aa4595992721855e6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 128908] Impress font rendering problem in presentation mode still not solved

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128908

--- Comment #7 from Kai  ---
Here's the best way to work around this issue, imho.

If you are running under Wayland, start libreoffice as a X11 client like so:
env GDK_BACKEND=x11 libreoffice6.4

XWayland renders to smaller buffer and automatically upscales everything to
whatever your HighDPI settings are.
You lose some image quality but it's still better than having a tiny UI or not
being able to use animations altogether.

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


[Libreoffice-bugs] [Bug 130189] Libreoffice Writer different format of bullet points after export document as MS Word file

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130189

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 130479] Inlined BMP fills do not render

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130479

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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


[Libreoffice-bugs] [Bug 130140] There is a string display error with numbers above 10 about All Korean Numeric text and Japanese Modern Numeric text

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130140

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 127914] When exporting PDF, Security Settings\Permissions BREACHED

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127914

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 130531] When opening the Amazon KDP print royalty calculator the desktop becomes unresponsive

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130531

--- 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 130149] Text using the Cantarell font is not printed in Linux

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130149

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 130160] EDITING: Impossible to get out of a section if is the last line in document

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130160

--- Comment #5 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 130531] When opening the Amazon KDP print royalty calculator the desktop becomes unresponsive

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130531

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 130487] Paragraph Formatting Not Saved

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130487

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 130190] in libre office base i create a field and choose field type ass "decimal" up to 4 decimal places when i try to input 1.001 its give value only 1 , if i input 1.101 its

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130190

--- 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 130432] table properties in Sections

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130432

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 130160] EDITING: Impossible to get out of a section if is the last line in document

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130160

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 130190] in libre office base i create a field and choose field type ass "decimal" up to 4 decimal places when i try to input 1.001 its give value only 1 , if i input 1.101 its

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130190

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 130487] Paragraph Formatting Not Saved

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130487

--- 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 130432] table properties in Sections

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130432

--- 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 125843] LibreOffice Calc display cell incorrectly which has text and link

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125843

--- Comment #3 from QA Administrators  ---
Dear Hồ Duy Quang,

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 99267] [UI] pages preview on the left show incorrect image ratio

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99267

--- Comment #6 from QA Administrators  ---
Dear Gérald Maruccia,

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 108827] [META] Calc functions bugs and enhancements

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827
Bug 108827 depends on bug 126228, which changed state.

Bug 126228 Summary: calc crashes if "SUMIFS" is used in formular
https://bugs.documentfoundation.org/show_bug.cgi?id=126228

   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 126124] Cannot find the border of the text box easily when I want to resize or move text

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126124

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

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 126228] calc crashes if "SUMIFS" is used in formular

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126228

--- Comment #11 from QA Administrators  ---
Dear markus,

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 126228] calc crashes if "SUMIFS" is used in formular

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126228

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 126124] Cannot find the border of the text box easily when I want to resize or move text

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126124

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

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 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 89828] Image Export crops based on margins instead of page boundaries when Save transparency checked, ignores transparency settings

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89828

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

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 99505] The export of a chart as an image with antialiasing is faulty.

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99505

--- Comment #3 from QA Administrators  ---
Dear Peter Milbradt,

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


CppCheck Report Update

2020-02-08 Thread cppcheck.libreoff...@gmail.com


A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2020-09-02 03:42:27 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/plugins/gitiles/dev-tools/+/master/cppcheck/cppcheck-report.sh


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


[Libreoffice-bugs] [Bug 130537] New: Unable to save a calc sheet

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130537

Bug ID: 130537
   Summary: Unable to save a calc sheet
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gar...@ucsc.edu

Description:
Brand new install of 6.4.0 on Macintosh OS X 10.15.3. Start the app, click to
make a new calc spreadsheet. Type in a few formulas and numbers. Click Save As
and get a spinning beach ball. That goes away after a moment. Document was
never saved. Same behavior from clicking Save, Export, or Quit and then Save. 

Steps to Reproduce:
1.Make new calc sheet
2.Enter a few numbers and formulas
3.Click Save

Actual Results:
Spinning beach ball cursor. Goes away after a moment. Document not saved. 

Expected Results:
It should have prompted for a file name and saved the document. 


Reproducible: Always


User Profile Reset: Yes



Additional Info:

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


[Libreoffice-bugs] [Bug 130531] When opening the Amazon KDP print royalty calculator the desktop becomes unresponsive

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130531

--- Comment #2 from izoprene  ---
I uninstalled the default Libreoffice 6.0.7.3 and installed version 6.4.0.3 via
a snap package.

The file opens and is usable, but when I enter values into fields 1, 2, 3 & 4,
upon entering a value in field 4 my CPU usage goes very high, Libreoffice
almost hangs (OS asks to quit process), but eventually the four lower fields
are populated with the calculated values. From that point on, the spreadsheet
is reasonably responsive.

Strange how it's taking so long?

System monitor screenshot: https://imgur.com/traRrPg

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


[Libreoffice-bugs] [Bug 101396] VIEWING Font color changes when auto spellcheck is enabled and text is underlined due to spelling error (steps in comment 7)

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101396

--- Comment #17 from Björn  ---
Cannot reproduce anymore with:

Version: 6.4.0.3
Build ID: b0a288ab3d2d4774cb44b62f04d5d28733ac6df8
CPU threads: 4; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; 
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded

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


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

2020-02-08 Thread Henry Castro (via logerrit)
 loleaflet/src/layer/tile/TileLayer.TableOverlay.js |   16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

New commits:
commit 88d9e8a7fbfdb8056588040a77cdc9a5716ce860
Author: Henry Castro 
AuthorDate: Sat Feb 8 10:24:04 2020 -0400
Commit: Henry Castro 
CommitDate: Sat Feb 8 23:42:21 2020 +0100

loleaflet: mobile: don't show the table selector handlers when it is read 
only

Change-Id: I98d58a872921f442cf3b7318798d985985191c88
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88267
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/loleaflet/src/layer/tile/TileLayer.TableOverlay.js 
b/loleaflet/src/layer/tile/TileLayer.TableOverlay.js
index 98a188dfd..79fde60eb 100644
--- a/loleaflet/src/layer/tile/TileLayer.TableOverlay.js
+++ b/loleaflet/src/layer/tile/TileLayer.TableOverlay.js
@@ -105,8 +105,8 @@ L.TileLayer.include({
marker.on('dragstart drag dragend', 
this._onTableBorderResizeMarkerDrag, this);
return marker;
},
-   _updateTableMarkers: function() {
-   // Clean-up first
+
+   _clearTableMarkers: function() {
var markerIndex;
for (markerIndex = 0; markerIndex < 
this._tableColumnMarkers.length; markerIndex++) {

this._map.removeLayer(this._tableColumnMarkers[markerIndex]);
@@ -129,6 +129,11 @@ L.TileLayer.include({
this._tableSelectionRowMarkers = [];
 
this._map.removeLayer(this._tableMoveMarker);
+   },
+
+   _updateTableMarkers: function() {
+   // Clean-up first
+   this._clearTableMarkers();
 
// Create markers
if (this._currentTableData.rows && 
this._currentTableData.rows.entries.length > 0 && 
this._currentTableData.columns && this._currentTableData.columns.entries.length 
> 0) {
@@ -208,6 +213,11 @@ L.TileLayer.include({
this._updateTableMarkers();
},
_onTableSelectedMsg: function (textMsg) {
+   if (this._map._permission !== 'edit') {
+   this._clearTableMarkers();
+   return;
+   }
+
if (this._tableMarkersDragged == true) {
return;
}
@@ -358,7 +368,7 @@ L.TileLayer.include({
e.originalEvent.preventDefault();
},
_onTableMoveMarkerDrag: function (event) {
-   var mouseEvent; 
+   var mouseEvent;
if (this._graphicMarker == null)
return;
if (event.type == 'dragstart') {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76073] EDITING: Center not fixed when resizing Custom shapes with ALT key

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76073

Regina Henschel  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 47916] EDITING: Symmetrically stretching with mouse feature is missing

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47916

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=76
   ||073

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


[Libreoffice-bugs] [Bug 130404] get-pip.py fails to import _queue.pyd with LibreOffice 6.4.0.3 and embedded python 3.7.6 on Windows 10

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130404

gaxonegax...@hotmail.com changed:

   What|Removed |Added

Summary|get-pip.py fails to import  |get-pip.py fails to import
   |_queue with LibreOffice |_queue.pyd with LibreOffice
   |6.4.0.3 and embedded python |6.4.0.3 and embedded python
   |3.7.6 on Windows 10 |3.7.6 on Windows 10

--- Comment #1 from gaxonegax...@hotmail.com ---
Missing module _queue.pyd may also be causing problems for the APSO extension
on LO 6.4.0.3 on Windows installs?   See: 
https://gitlab.com/jmzambon/apso/issues/15

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


[Libreoffice-bugs] [Bug 130535] Export as PDF doesn't save last path used and uses the same path as current document

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130535

Jan-Marek Glogowski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=43
   ||021
 OS|All |Windows (All)

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


[Libreoffice-bugs] [Bug 130483] Crash on pasting a table from Writer

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130483

Alan Goodkin  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #5 from Alan Goodkin  ---
Steps to reproduce:

1. Open both documents.
2. In Impress, duplicate the first slide.
3. Select the table in the new second slide. (The whole table is highlighted)
4. Press the Delete key. (All the data in the table is deleted, but not the
table itself)
5. In Writer, select the second table. (The whole table is highlighted)
6. Press Ctrl-C to copy the table.
7. In Impress, with the selected blank table highlighted, press Ctrl-V to paste
the table data.
8. Wait a moment and move the mouse. Crash.

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


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

2020-02-08 Thread Henry Castro (via logerrit)
 loleaflet/src/layer/tile/TileLayer.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d3625fb9a540a46578c9709c4dd6d44227ec6b2
Author: Henry Castro 
AuthorDate: Sat Feb 8 09:53:04 2020 -0400
Commit: Michael Meeks 
CommitDate: Sat Feb 8 23:17:36 2020 +0100

loleaflet: mobile: don't show the cell cursor when it is read only

Change-Id: I9376de1d32071e1849d9808b864700d81cab6afb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88266
Reviewed-by: Michael Meeks 
Tested-by: Michael Meeks 

diff --git a/loleaflet/src/layer/tile/TileLayer.js 
b/loleaflet/src/layer/tile/TileLayer.js
index 998db324e..8748b4012 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -1009,7 +1009,7 @@ L.TileLayer = L.GridLayer.extend({
this._prevCellCursorXY = new L.Point(-1, -1);
}
 
-   if (textMsg.match('EMPTY')) {
+   if (textMsg.match('EMPTY') || this._map._permission !== 'edit') 
{
this._cellCursorTwips = new L.Bounds(new L.Point(0, 0), 
new L.Point(0, 0));
this._cellCursor = L.LatLngBounds.createDefault();
this._cellCursorXY = new L.Point(-1, -1);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130483] Crash on pasting a table from Writer

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130483

--- Comment #4 from Alan Goodkin  ---
Created attachment 157753
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157753=edit
Impress file containing the table from the Writer doc in the first slide

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


[Libreoffice-bugs] [Bug 130483] Crash on pasting a table from Writer

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130483

--- Comment #3 from Alan Goodkin  ---
Created attachment 157752
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157752=edit
Writer document containg two tables

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


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

2020-02-08 Thread Andrea Gelmini (via logerrit)
 vcl/headless/svpgdi.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dd0dda17c9984ce29b674f7ba903cd1d3fe73ab5
Author: Andrea Gelmini 
AuthorDate: Sat Feb 8 19:35:05 2020 +0100
Commit: Julien Nabet 
CommitDate: Sat Feb 8 22:53:48 2020 +0100

Removed executable permission on file

Change-Id: I8b8cb042e2a5c0c2415811f1b738a529cbd18a64
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88276
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
old mode 100755
new mode 100644
commit d8cd2dd3bc3042a000af6b2739dc723fc9827f84
Author: Andrea Gelmini 
AuthorDate: Sat Feb 8 19:34:35 2020 +0100
Commit: Julien Nabet 
CommitDate: Sat Feb 8 22:53:32 2020 +0100

Fix typo

Change-Id: Ic8a30a09566ff192b7639a5b390b64c9187fc749
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88275
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index b015006e646e..b47f1a9072a5 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1322,10 +1322,10 @@ bool SvpSalGraphics::drawPolyLine(
 const double fDotDashLength(nullptr != pStroke ? 
std::accumulate(pStroke->begin(), pStroke->end(), 0.0) : 0.0);
 const bool bStrokeUsed(0.0 != fDotDashLength);
 
-// MM01 decide if to stroke direcly
+// MM01 decide if to stroke directly
 static bool bDoDirectCairoStroke(true);
 
-// MM01 activate to stroke direcly
+// MM01 activate to stroke directly
 if(bDoDirectCairoStroke && bStrokeUsed)
 {
 cairo_set_dash(cr, pStroke->data(), pStroke->size(), 0.0);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130536] New: [FEATURE] Add Ability to Retrieve Financial Data (Stocks)

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130536

Bug ID: 130536
   Summary: [FEATURE] Add Ability to Retrieve Financial Data
(Stocks)
   Product: LibreOffice
   Version: 7.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jmadero@gmail.com

Description:
Asked over on ask.libreoffice.org months ago about whether it's possible to
pull stock quotes. No responses. Lots of google searches leave me thinking it's
not possible (surprised...).

Looks like Excel has added a "stock" data type which appears quite useful for
financial tasks one might do with a spreadsheet:
https://www.excel-university.com/articles/cal-cpa/get-current-and-historical-stock-prices-into-excel/

Request:

Add ability to set a cell to "stock" and then pull relevant data (current
price, past closing, etc...) from useful sites such as yahoo finance, msn
finance, bloomberg, etc...

Actual Results:
No ability to pull stock ticker information. 

Expected Results:
Add feature to allow pulling stock ticker information from financial websites.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 130399] View-Toolbars-Customize should open Customize dialog on the Toolbars tab

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130399

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

   What|Removed |Added

 Blocks||125811

--- Comment #2 from sdc.bla...@youmail.dk ---
Maybe this qualifies as an EasyHack?


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 125811] [META] Toolbars tab of Customization dialog

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125811

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

   What|Removed |Added

 Depends on||130399


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130399
[Bug 130399] View-Toolbars-Customize should open Customize dialog on the
Toolbars tab
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130535] New: Export as PDF doesn't save last path used and uses the same path as current document

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130535

Bug ID: 130535
   Summary: Export as PDF doesn't save last path used and uses the
same path as current document
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: joaopauloag-freedesk...@yahoo.com.br

Running LibreOffice 6.4.0.3 64 bits on Windows 10 64 bits, I noticed that PDF
exporting doesn't save the last path used anymore as it did on LibreOffice
6.3.4.

That's annoying, as my ODFs folders are not the same as my PDFs folders.  I
think other users also save PDFs on different folders from the source
documents, as PDFs is mainly used to show the final work to others.

In my workflow, I have source (internal) documents on a folder; when they need
to be printed out or sent to a web portal, I export them as PDFs on another
folder.  Saving source documents on an organized folder structure allows for
easy managing documents by subject, allowing for easy “remixing”, i.e., when
parts of one document which has a subject that can be used on another new
document, with the same subject, but meant to be sent for a different person. 
It's like copying and pasting software sources from one file to another file,
but adapting the access tokens and other variables for each use case.

I also know of a coworking site's workflow that has a human print manager who
gets the PDF exported file on its local folder (which is shared on the network)
and then prints it on request by users of the coworking site.

Could you please revert to the old behavior of PDF Export saving the last path
used to export?  It would really be easier to work this way.

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


[Libreoffice-bugs] [Bug 130531] When opening the Amazon KDP print royalty calculator the desktop becomes unresponsive

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130531

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can not confirm with Version: 7.0.0.0.alpha0+
Build ID: d41d7ecb60fb38204fafcb1aa4595992721855e6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

Version 6.0 is quite old, please try newer one.
http://www.libreoffice.org/download/libreoffice-fresh/

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

2020-02-08 Thread Caolán McNamara (via logerrit)
 extras/source/glade/libreoffice-catalog.xml.in|4 
 sc/uiconfig/scalc/ui/notebookbar.ui   |  310 +++---
 sc/uiconfig/scalc/ui/notebookbar_compact.ui   |  508 +-
 sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui|  140 +-
 sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui   |   62 -
 sd/uiconfig/sdraw/ui/notebookbar.ui   |  336 +++
 sd/uiconfig/sdraw/ui/notebookbar_compact.ui   |  666 +++---
 sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui|  172 +--
 sd/uiconfig/sdraw/ui/notebookbar_single.ui|  472 -
 sd/uiconfig/simpress/ui/notebookbar.ui|  364 +++
 sd/uiconfig/simpress/ui/notebookbar_compact.ui|  638 ++---
 sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui |  172 +--
 sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui|   80 -
 sd/uiconfig/simpress/ui/notebookbar_single.ui |  456 -
 sw/uiconfig/swriter/ui/notebookbar.ui |  326 +++---
 sw/uiconfig/swriter/ui/notebookbar_compact.ui |  564 +--
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui  |  140 +-
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui |  146 +--
 sw/uiconfig/swriter/ui/notebookbar_single.ui  |  352 +++
 vcl/source/window/OptionalBox.cxx |3 
 vcl/source/window/builder.cxx |5 
 21 files changed, 2959 insertions(+), 2957 deletions(-)

New commits:
commit 2d0944ab7a94ea0d5cd5f66c4895a0c99d9a3593
Author: Caolán McNamara 
AuthorDate: Sat Feb 8 19:18:15 2020 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 8 21:46:32 2020 +0100

Resolves: tdf#130513 sfxlo-OptionalBox isn't in sfx

its in vcl not sfx, so under windows its not actually created by the
builder as the factory method isn't found in sfx. While under linux
the method is found anyway despite the wrong lib name.

seeing as its in vcl, keep it there. The factory method isn't needed
when its in vcl and rename the .ui name to VclOptionalBox

Change-Id: If279477d2e4cbb50d202d528c293b471134de30c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88279
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/extras/source/glade/libreoffice-catalog.xml.in 
b/extras/source/glade/libreoffice-catalog.xml.in
index 0be42ad51e65..6edd3804e696 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -105,8 +105,8 @@
 
-
 center
 True
 
-  
+  
 True
 False
 center
@@ -2164,7 +2164,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2243,7 +2243,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2299,7 +2299,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2369,7 +2369,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2425,7 +2425,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2504,7 +2504,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2560,7 +2560,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2639,7 +2639,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2695,7 +2695,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2774,7 +2774,7 @@
   
  

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

2020-02-08 Thread Caolán McNamara (via logerrit)
 sc/UIConfig_scalc.mk  |1 
 sc/source/ui/condformat/condformatdlg.cxx |2 
 sc/uiconfig/scalc/ui/conditionalformatdialogmobile.ui |  300 --
 3 files changed, 1 insertion(+), 302 deletions(-)

New commits:
commit e4033c9a27e68f7e7ec6f6949509a1bffaeb4508
Author: Caolán McNamara 
AuthorDate: Sat Feb 8 19:06:11 2020 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 8 21:45:19 2020 +0100

conditionalformatdialogmobile doesn't work

missed this in

commit eb862a9330f880f69459c1b9bc1892c98b250b6a
Author: Caolán McNamara 
Date:   Thu Jan 23 15:16:33 2020 +

conditionalentrymobile doesn't work

this is probably based on the non-mobile version, but by when it was
initially integrated it was already out of sync with the non-mobile
version and can't work as it is

Change-Id: I480052230d2f893f540cacb2cc2c3b699f9cba1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87283
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

remove it for the same reason

Change-Id: Ib4db82fbd3846a21efbb3612396332cfaff670af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88278
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index f6b5d62d1620..466402c958b7 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -98,7 +98,6 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/colwidthdialog \
sc/uiconfig/scalc/ui/condformatmanager \
sc/uiconfig/scalc/ui/conditionalformatdialog \
-   sc/uiconfig/scalc/ui/conditionalformatdialogmobile \
sc/uiconfig/scalc/ui/conditionalentry \
sc/uiconfig/scalc/ui/conditionaliconset \
sc/uiconfig/scalc/ui/conflictsdialog \
diff --git a/sc/source/ui/condformat/condformatdlg.cxx 
b/sc/source/ui/condformat/condformatdlg.cxx
index b588079f0103..c6f3530bbac5 100644
--- a/sc/source/ui/condformat/condformatdlg.cxx
+++ b/sc/source/ui/condformat/condformatdlg.cxx
@@ -412,7 +412,7 @@ ScCondFormatDlg::ScCondFormatDlg(SfxBindings* pB, 
SfxChildWindow* pCW,
 weld::Window* pParent, ScViewData* pViewData,
 const ScCondFormatDlgItem* pItem)
 : ScAnyRefDlgController(pB, pCW, pParent,
-
(comphelper::LibreOfficeKit::isMobile(SfxLokHelper::getView())?OUString("modules/scalc/ui/conditionalformatdialogmobile.ui"):OUString("modules/scalc/ui/conditionalformatdialog.ui")),
+"modules/scalc/ui/conditionalformatdialog.ui",
 "ConditionalFormatDialog")
 , mpViewData(pViewData)
 , mpDlgItem(pItem->Clone())
diff --git a/sc/uiconfig/scalc/ui/conditionalformatdialogmobile.ui 
b/sc/uiconfig/scalc/ui/conditionalformatdialogmobile.ui
deleted file mode 100644
index ec4c49ca3a4e..
--- a/sc/uiconfig/scalc/ui/conditionalformatdialogmobile.ui
+++ /dev/null
@@ -1,300 +0,0 @@
-
-
-
-  
-  
-  
-False
-start
-6
-Conditional 
Formatting for
-False
-dialog
-
-  
-
-
-  
-False
-start
-False
-vertical
-12
-
-  
-False
-end
-
-  
-gtk-ok
-True
-True
-True
-True
-True
-True
-  
-  
-False
-True
-0
-  
-
-
-  
-gtk-cancel
-True
-True
-True
-True
-True
-  
-  
-False
-True
-1
-  
-
-
-  
-gtk-help
-True
-True
-True
-True
-  
-  
-False
-True
-2
-True
-  
-
-  
-  
-False
-True
-end
-0
-  
-
-
-  
-True
-False
-start
-0
-none
-
-  
-True
-False
-True
-6
-6
-12
-12
-
-  
-True
-False
-start
-vertical
-6
-
-  
-1
-True
-False
-10
-False
-  

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

2020-02-08 Thread Bjoern Michaelsen (via logerrit)
 sw/inc/fldbas.hxx |3 +++
 sw/inc/fmtfld.hxx |   10 ++
 sw/source/core/fields/fldbas.cxx  |6 ++
 sw/source/core/txtnode/atrfld.cxx |   12 +---
 sw/source/uibase/wrtsh/wrtsh1.cxx |   13 ++---
 5 files changed, 30 insertions(+), 14 deletions(-)

New commits:
commit 6b2b0af1936ddc57992b01a56725d4acadffc806
Author: Bjoern Michaelsen 
AuthorDate: Sat Feb 8 12:19:17 2020 +0100
Commit: Björn Michaelsen 
CommitDate: Sat Feb 8 21:40:00 2020 +0100

introduce SwFieldType::FindFormatForField and use it (once)

Change-Id: Id7136b936c0585e7013f3d06ad97436b51522da3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88264
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen 

diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 664f74b45242..19fad702c4ad 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -28,6 +28,8 @@
 #include 
 
 class SwDoc;
+class SwField;
+class SwFormatField;
 class SwRootFrame;
 class SvNumberFormatter;
 namespace com { namespace sun { namespace star { namespace beans { class 
XPropertySet; } } } }
@@ -267,6 +269,7 @@ public:
 
 inline  voidUpdateFields() const;
 virtual void dumpAsXml(xmlTextWriterPtr pWriter) const;
+SwFormatField* FindFormatForField(const SwField*) const;
 };
 
 inline void SwFieldType::UpdateFields() const
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx
index cde0efe48f5a..7857b9915c6b 100644
--- a/sw/inc/fmtfld.hxx
+++ b/sw/inc/fmtfld.hxx
@@ -31,8 +31,18 @@ class SwField;
 class SwTextField;
 class SwView;
 class SwFieldType;
+class SwFormatField;
 namespace com { namespace sun { namespace star { namespace text { class 
XTextField; } } } }
 
+namespace sw {
+struct FindFormatForFieldHint final : SfxHint {
+const SwField* m_pField;
+SwFormatField*& m_rpFormat;
+FindFormatForFieldHint(const SwField* pField, SwFormatField*& 
rpFormat) : m_pField(pField), m_rpFormat(rpFormat) {};
+};
+}
+
+
 // ATT_FLD
 class SW_DLLPUBLIC SwFormatField final
 : public SfxPoolItem
diff --git a/sw/source/core/fields/fldbas.cxx b/sw/source/core/fields/fldbas.cxx
index cb69dde129fe..252fa47584d1 100644
--- a/sw/source/core/fields/fldbas.cxx
+++ b/sw/source/core/fields/fldbas.cxx
@@ -156,6 +156,12 @@ void SwFieldType::dumpAsXml(xmlTextWriterPtr pWriter) const
 xmlTextWriterEndElement(pWriter);
 }
 
+SwFormatField* SwFieldType::FindFormatForField(const SwField* pField) const {
+SwFormatField* pFormat = nullptr;
+CallSwClientNotify(sw::FindFormatForFieldHint(pField, pFormat));
+return pFormat;
+}
+
 void SwFieldTypes::dumpAsXml(xmlTextWriterPtr pWriter) const
 {
 xmlTextWriterStartElement(pWriter, BAD_CAST("SwFieldTypes"));
diff --git a/sw/source/core/txtnode/atrfld.cxx 
b/sw/source/core/txtnode/atrfld.cxx
index 4f0bbaf9a7cc..91261b6bedfb 100644
--- a/sw/source/core/txtnode/atrfld.cxx
+++ b/sw/source/core/txtnode/atrfld.cxx
@@ -223,11 +223,11 @@ void SwFormatField::InvalidateField()
 void SwFormatField::SwClientNotify( const SwModify& rModify, const SfxHint& 
rHint )
 {
 SwClient::SwClientNotify(rModify, rHint);
-if( !mpTextField )
-return;
-
 if (const SwFieldHint* pFieldHint = dynamic_cast( 
 ))
 {
+if( !mpTextField )
+return;
+
 // replace field content by text
 SwPaM* pPaM = pFieldHint->m_pPaM;
 SwDoc* pDoc = pPaM->GetDoc();
@@ -242,7 +242,13 @@ void SwFormatField::SwClientNotify( const SwModify& 
rModify, const SfxHint& rHin
 pDoc->getIDocumentContentOperations().InsertString( *pPaM, aEntry );
 } else if (const sw::LegacyModifyHint* pLegacyHint = dynamic_cast(  ))
 {
+if( !mpTextField )
+return;
 UpdateTextNode(pLegacyHint->m_pOld, pLegacyHint->m_pNew);
+} else if (const sw::FindFormatForFieldHint* pFindForFieldHint = 
dynamic_cast(  ))
+{
+if(pFindForFieldHint->m_rpFormat == nullptr && 
pFindForFieldHint->m_pField == GetField())
+pFindForFieldHint->m_rpFormat = this;
 }
 }
 
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx 
b/sw/source/uibase/wrtsh/wrtsh1.cxx
index fdb4c56938d7..4225c59b68ec 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -1978,17 +1978,8 @@ void SwWrtShell::InsertPostIt(SwFieldMgr& rFieldMgr, 
const SfxRequest& rReq)
 if (pPostIt)
 {
 SwFieldType* pType = 
GetDoc()->getIDocumentFieldsAccess().GetFieldType(SwFieldIds::Postit, 
OUString(), false);
-SwIterator aIter( *pType );
-SwFormatField* pSwFormatField = aIter.First();
-while( pSwFormatField )
-{
-if ( pSwFormatField->GetField() == pPostIt )
-{
-pSwFormatField->Broadcast( SwFormatFieldHint( nullptr, 
SwFormatFieldHintWhich::FOCUS, () ) );
-break;
-}
-pSwFormatField = aIter.Next();
-}
+if(auto pFormat = 

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - basctl/uiconfig

2020-02-08 Thread Caolán McNamara (via logerrit)
 basctl/uiconfig/basicide/ui/defaultlanguage.ui |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 28df8d07929a8ecea11581ad2339e0fed2ffe274
Author: Caolán McNamara 
AuthorDate: Fri Feb 7 16:27:15 2020 +
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Feb 8 21:15:40 2020 +0100

crash in manage languages in basic ide

when there is more than one language, there needs to be two separate
columns with a renderer each, not one column with two renderers

Change-Id: Id4f2c9938fd3bd0aa3e006166df6081d57ef57df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88224
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/basctl/uiconfig/basicide/ui/defaultlanguage.ui 
b/basctl/uiconfig/basicide/ui/defaultlanguage.ui
index 9d6f90420613..18cc8667ef55 100644
--- a/basctl/uiconfig/basicide/ui/defaultlanguage.ui
+++ b/basctl/uiconfig/basicide/ui/defaultlanguage.ui
@@ -181,6 +181,7 @@
 liststore1
 False
 1
+False
 True
 
   
@@ -195,6 +196,11 @@
 0
   
 
+  
+
+
+  
+6
 
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - basctl/uiconfig

2020-02-08 Thread Caolán McNamara (via logerrit)
 basctl/uiconfig/basicide/ui/defaultlanguage.ui |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 68072f4c0abbcfefcde930b779eb7703f5c91eb2
Author: Caolán McNamara 
AuthorDate: Fri Feb 7 16:27:15 2020 +
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Feb 8 21:14:54 2020 +0100

crash in manage languages in basic ide

when there is more than one language, there needs to be two separate
columns with a renderer each, not one column with two renderers

Change-Id: Id4f2c9938fd3bd0aa3e006166df6081d57ef57df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88223
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/basctl/uiconfig/basicide/ui/defaultlanguage.ui 
b/basctl/uiconfig/basicide/ui/defaultlanguage.ui
index 3904d8afc59e..88c9f1f2c5ba 100644
--- a/basctl/uiconfig/basicide/ui/defaultlanguage.ui
+++ b/basctl/uiconfig/basicide/ui/defaultlanguage.ui
@@ -181,6 +181,7 @@
 liststore1
 False
 1
+False
 True
 
   
@@ -195,6 +196,11 @@
 0
   
 
+  
+
+
+  
+6
 
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2020-02-08 Thread Stanislav Horacek (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2d96d38afb30fa78f37e84543bfd04c25e1c6b2
Author: Stanislav Horacek 
AuthorDate: Sat Feb 8 20:59:29 2020 +0100
Commit: Gerrit Code Review 
CommitDate: Sat Feb 8 20:59:29 2020 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 1fa387342802aa3c1b4fd12c6e0620af579c7e98
  - fix name of APSO extension

Change-Id: I17a1b9f0a6b67c05a77b328a06b9e4091e7c0c26
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/88263
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index a797d607f1d5..1fa387342802 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a797d607f1d56f4e401d03669d766124317baa46
+Subproject commit 1fa387342802aa3c1b4fd12c6e0620af579c7e98
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2020-02-08 Thread Stanislav Horacek (via logerrit)
 source/text/sbasic/python/python_2_basic.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1fa387342802aa3c1b4fd12c6e0620af579c7e98
Author: Stanislav Horacek 
AuthorDate: Sat Feb 8 12:30:50 2020 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Feb 8 20:59:29 2020 +0100

fix name of APSO extension

Change-Id: I17a1b9f0a6b67c05a77b328a06b9e4091e7c0c26
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/88263
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/sbasic/python/python_2_basic.xhp 
b/source/text/sbasic/python/python_2_basic.xhp
index b6acda3d8..60d31312a 100644
--- a/source/text/sbasic/python/python_2_basic.xhp
+++ b/source/text/sbasic/python/python_2_basic.xhp
@@ -82,7 +82,7 @@
  script.invoke((args), 
(), results)
  Examples of Personal or Shared Scripts
   Examples in Input/Output to Screen detail Python to Basic invocation calls. 
Monitoring Document Events illustrates the usage of 
*args Python idiom to print a variable number of parameters to 
Access2Base logging console dialog.
- At time of development you can interrupt Python 
script execution using https://berma.pagesperso-orange.fr/index2.html; name ="Xray 
extension">Xray extension in order to inspect properties and methods of 
UNO objects. The ASPO extension debugger allows object introspection using 
either Xray either MRI extensions.
+ At time of development you can interrupt Python 
script execution using https://berma.pagesperso-orange.fr/index2.html; name ="Xray 
extension">Xray extension in order to inspect properties and methods of 
UNO objects. The APSO extension debugger allows object introspection using 
either Xray either MRI extensions.
  
  def 
xray(myObject):
 script = 
getBasicScript(library=XrayTool, module=_Main, 
macro=Xray)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130534] New: Print error in LibreOffice Calc

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130534

Bug ID: 130534
   Summary: Print error in LibreOffice Calc
   Product: LibreOffice
   Version: 6.3.1.2 release
  Hardware: x86 (IA32)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rosenberger...@hotmail.com

Description:
When printing with LibreOffice Calc, if the text is rotated 180 degrees, it
chops off half the of the first letter.  It does not matter what font or size
is used and it does not matter if leading spaces are added.  

Steps to Reproduce:
1.Type text into a cell
2.Rotate the text 180 degrees using "format Cells - alignment"
3.Print it

Actual Results:
Type text into a cell.  Right click on cell.  Go into Format Cells.  Click on
the Alignment tab.  On Text Orientation rotate text 180 degrees.  Exit menu. 
Attempt to print.  It cuts off half the first letter.  

Expected Results:
Expected to see all the text in the cell, yet the first letter is chopped off. 
Nothing seems to fix this, not even putting in leading spaces.


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


Want to join the GSOC

2020-02-08 Thread Onur Yılmaz
Hello,

I'm Onur Yılmaz. I am a 4th year student at Hacettepe University Computer
Education & Instructional Technology Teaching Department. I worked on
different Easyhacks and I have solved one interesting easyhack. My gerrit
profile: https://gerrit.libreoffice.org/q/owner:onuryilmaz0750%2540gmail.com

I want to contribute to LibreOffice by joining GSOC this year. One of the
GSOC ideas I am interested in is "Revamp the Navigator". Your comments and
suggestions are very valuable to me.

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


[Libreoffice-bugs] [Bug 130484] Controls become disabled in the database wizard (non gtk3)

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130484

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

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


[Libreoffice-commits] core.git: basctl/inc basctl/source basctl/uiconfig basctl/UIConfig_basicide.mk

2020-02-08 Thread Caolán McNamara (via logerrit)
 basctl/UIConfig_basicide.mk |1 
 basctl/inc/pch/precompiled_basctl.hxx   |3 
 basctl/source/basicide/IDEComboBox.cxx  |  227 +---
 basctl/source/inc/IDEComboBox.hxx   |   30 +++-
 basctl/uiconfig/basicide/ui/combobox.ui |   23 +++
 5 files changed, 176 insertions(+), 108 deletions(-)

New commits:
commit 9d4f31de3e2cb25d94a47b29e3bea0133372c65d
Author: Caolán McNamara 
AuthorDate: Fri Feb 7 16:00:49 2020 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 8 20:29:52 2020 +0100

weld LibBox and LanguageBox Item Windows

Change-Id: Ifdbef243093b57c3d3fe1efcaf2e4c7c982a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88235
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/basctl/UIConfig_basicide.mk b/basctl/UIConfig_basicide.mk
index 97ced734236a..874c1cff4e9c 100644
--- a/basctl/UIConfig_basicide.mk
+++ b/basctl/UIConfig_basicide.mk
@@ -36,6 +36,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/BasicIDE,\
 $(eval $(call gb_UIConfig_add_uifiles,modules/BasicIDE,\
basctl/uiconfig/basicide/ui/basicmacrodialog \
basctl/uiconfig/basicide/ui/breakpointmenus \
+   basctl/uiconfig/basicide/ui/combobox \
basctl/uiconfig/basicide/ui/defaultlanguage \
basctl/uiconfig/basicide/ui/deletelangdialog \
basctl/uiconfig/basicide/ui/dialogpage \
diff --git a/basctl/inc/pch/precompiled_basctl.hxx 
b/basctl/inc/pch/precompiled_basctl.hxx
index 8c25e3543e5a..64dc508a07c3 100644
--- a/basctl/inc/pch/precompiled_basctl.hxx
+++ b/basctl/inc/pch/precompiled_basctl.hxx
@@ -13,7 +13,7 @@
  manual changes will be rewritten by the next run of update_pch.sh (which 
presumably
  also fixes all possible problems, so it's usually better to use it).
 
- Generated on 2020-02-05 19:54:23 using:
+ Generated on 2020-02-07 17:31:33 using:
  ./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module 
--exclude:local
 
  If after updating build fails, use the following command to locate 
conflicting headers:
@@ -134,6 +134,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/basctl/source/basicide/IDEComboBox.cxx 
b/basctl/source/basicide/IDEComboBox.cxx
index 93daa7771548..240eafb63d39 100644
--- a/basctl/source/basicide/IDEComboBox.cxx
+++ b/basctl/source/basicide/IDEComboBox.cxx
@@ -73,10 +73,10 @@ void LibBoxControl::StateChanged(sal_uInt16, SfxItemState 
eState, const SfxPoolI
 return;
 
 if (eState != SfxItemState::DEFAULT)
-pBox->Disable();
+pBox->set_sensitive(false);
 else
 {
-pBox->Enable();
+pBox->set_sensitive(true);
 pBox->Update(dynamic_cast(pState));
 }
 }
@@ -87,17 +87,36 @@ VclPtr 
LibBoxControl::CreateItemWindow(vcl::Window* pParent)
 }
 
 DocListenerBox::DocListenerBox(vcl::Window* pParent)
-: ListBox(pParent, WinBits(WB_BORDER | WB_DROPDOWN))
+: InterimItemWindow(pParent, "modules/BasicIDE/ui/combobox.ui", "ComboBox")
+, m_xWidget(m_xBuilder->weld_combo_box("combobox"))
 , maNotifier(*this)
 {
+m_xWidget->connect_changed(LINK(this, DocListenerBox, SelectHdl));
+m_xWidget->connect_key_press(LINK(this, DocListenerBox, KeyInputHdl));
 }
 
+void DocListenerBox::set_sensitive(bool bSensitive)
+{
+Enable(bSensitive);
+m_xWidget->set_sensitive(bSensitive);
+}
+
+IMPL_LINK(DocListenerBox, KeyInputHdl, const KeyEvent&, rKEvt, bool)
+{
+return HandleKeyInput(rKEvt);
+}
+
+bool DocListenerBox::HandleKeyInput(const KeyEvent& rKEvt) { return 
ChildKeyInput(rKEvt); }
+
+IMPL_LINK_NOARG(DocListenerBox, SelectHdl, weld::ComboBox&, void) { Select(); }
+
 DocListenerBox::~DocListenerBox() { disposeOnce(); }
 
 void DocListenerBox::dispose()
 {
 maNotifier.dispose();
-ListBox::dispose();
+m_xWidget.reset();
+InterimItemWindow::dispose();
 }
 
 /// Only calls FillBox(). Parameter is not used.
@@ -133,10 +152,14 @@ LibBox::LibBox(vcl::Window* pParent)
 FillBox();
 mbIgnoreSelect = true; // do not yet transfer select of 0
 mbFillBox = true;
-SelectEntryPos(0);
-maCurrentText = GetEntry(0);
-SetSizePixel(Size(250, 200));
+m_xWidget->set_active(0);
+maCurrentText = m_xWidget->get_text(0);
 mbIgnoreSelect = false;
+
+m_xWidget->connect_focus_in(LINK(this, LibBox, FocusInHdl));
+m_xWidget->connect_focus_out(LINK(this, LibBox, FocusOutHdl));
+
+SetSizePixel(m_xWidget->get_preferred_size());
 }
 
 LibBox::~LibBox() { disposeOnce(); }
@@ -159,8 +182,8 @@ void LibBox::Update(const SfxStringItem* pItem)
 maCurrentText = IDEResId(RID_STR_ALL);
 }
 
-if (GetSelectedEntry() != maCurrentText)
-SelectEntry(maCurrentText);
+if (m_xWidget->get_active_text() != maCurrentText)
+m_xWidget->set_active_text(maCurrentText);
 }
 
 void LibBox::ReleaseFocus()
@@ -180,18 +203,20 @@ void LibBox::ReleaseFocus()
 
 void LibBox::FillBox()
 {
-

[Libreoffice-bugs] [Bug 129208] Print to file with multiple copies produces only a single copy

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129208

--- Comment #2 from Buovjaga  ---
(In reply to Timur from comment #1)
> Repro from OO. With 6.0 we would get multiple Save As windows (also makes
> not sense). Repro again with 6.2.8 and 7.0+.
> Also reproduced with MSO printing to virtual PDF printer PDFill and
> PDFcreator. I don't have Microsoft Print to PDF to test.

MS Print to PDF comes with Win 10.

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


[Libreoffice-bugs] [Bug 130513] CRASH: Writer crashes changing UI to notebookbar (win)

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130513

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #2 from Caolán McNamara  ---
took me a while to figure this out, seems that sfxlo-OptionalBox is in the
wrong library so those entries in the .ui file are created under Linux but are
null under windows, so under windows the parent widgets of these are not as
expected.

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


[Libreoffice-bugs] [Bug 79267] FILEOPEN: DOCX - Callouts rendered as frames and loose callout look

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79267

--- Comment #10 from Timur  ---
Another example is attachment 63331 from bug 103964.

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


[Libreoffice-bugs] [Bug 120949] [META] Elementary icons

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120949

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

   What|Removed |Added

 Depends on||130533


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130533
[Bug 130533] Elementary: icons for lists handling in Impress Sidebar aren't in
the same style
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130533] Elementary: icons for lists handling in Impress Sidebar aren't in the same style

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130533

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

   What|Removed |Added

 Blocks||120949


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 130533] Elementary: icons for lists handling in Impress Sidebar aren't in the same style

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130533

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 157751
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157751=edit
Elementary icons comparise with other icon themes

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


[Libreoffice-bugs] [Bug 130533] New: Elementary: icons for lists handling in Impress Sidebar aren't in the same style

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130533

Bug ID: 130533
   Summary: Elementary: icons for lists handling in Impress
Sidebar aren't in the same style
   Product: LibreOffice
   Version: 7.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Elementary: icons for lists handling in Impress Sidebar aren't in the same
style (see attach)

Steps to Reproduce:
see attach

Actual Results:
Elementary: icons for lists handling in Impress Sidebar aren't in the same
style

Expected Results:
Elementary: icons for lists handling in Impress Sidebar are in the same style


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.0.alpha0+ (x64)
Build ID: e8ac78d3afdeb0302eaea34a50f1ca912d5fe897
CPU threads: 4; OS: Windows 10.0 Build 17763; UI render: Skia/Vulkan; VCL: win; 
Locale: ru-RU (ru_RU); 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 130530] User fields broken for time formats broken

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130530

Oliver Brinzing  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 Status|UNCONFIRMED |NEW
 OS|Linux (All) |All
 Ever confirmed|0   |1
 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
(In reply to Wolfgang Denk from comment #0)
> I think the input format "6:30" for the value is not recognized as a valid
> number.  When I change the value for the field to a plain number, say 6, the
> following happens: if I click the green checkmark, the value in the table
> changes into "6"; but as soon as I clock OK, it changes into "144:00".
> Apparently the number is counting in days here. I can try confirm this by
> entering a float number 0,27083 as value for the field. clicking on the
> green checkmark, it shows the float number as entered as value for the
> field, but when clicking OK it shows "6:30", and the computation gives the
> expected result.

confirming, it seems only decimal values are accepted


Version: 7.0.0.0.alpha0+ (x64)
Build ID: e6341e0f613237020fef9e2028e123022ff2ce38
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: de-DE (de_DE); 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-commits] core.git: framework/source

2020-02-08 Thread Thorsten Behrens (via logerrit)
 framework/source/services/autorecovery.cxx |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 15664830235fd3d34dc633affa87824e5c10cb79
Author: Thorsten Behrens 
AuthorDate: Fri Dec 13 03:01:28 2019 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Feb 8 18:34:27 2020 +0100

tdf#129096 Don't autosave encrypted documents

As we cannot generally make sure they stay encrypted.

Change-Id: I15ed41fabcc553608e418608ad1166a951daa4b6
(cherry picked from commit aaf91e7c4833689dc11d0b7f3e9f707a9ce206d5)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88209
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/framework/source/services/autorecovery.cxx 
b/framework/source/services/autorecovery.cxx
index 0bcd2c6befaf..3dcdfa540e49 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -2389,7 +2389,10 @@ void AutoRecovery::implts_registerDocument(const 
css::uno::Reference< css::frame
 
 // check if this document must be ignored for recovery !
 // Some use cases don't wish support for AutoSave/Recovery ... as e.g. 
OLE-Server / ActiveX Control etcpp.
-bool bNoAutoSave = 
lDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_NOAUTOSAVE(), 
false);
+bool bNoAutoSave = lDescriptor.getUnpackedValueOrDefault(
+utl::MediaDescriptor::PROP_NOAUTOSAVE(), false)
+|| lDescriptor.getValue(
+utl::MediaDescriptor::PROP_ENCRYPTIONDATA()).hasValue();
 if (bNoAutoSave)
 return;
 
@@ -2807,7 +2810,10 @@ bool 
lc_checkIfSaveForbiddenByArguments(AutoRecovery::TDocumentInfo const & rInf
 return true;
 
 utl::MediaDescriptor lDescriptor(rInfo.Document->getArgs());
-bool bNoAutoSave = 
lDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_NOAUTOSAVE(), 
false);
+bool bNoAutoSave = lDescriptor.getUnpackedValueOrDefault(
+utl::MediaDescriptor::PROP_NOAUTOSAVE(), false)
+|| lDescriptor.getValue(
+utl::MediaDescriptor::PROP_ENCRYPTIONDATA()).hasValue();
 
 return bNoAutoSave;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130532] New: Relationship graph does not show up one to one relationship

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130532

Bug ID: 130532
   Summary: Relationship graph does not show up one to one
relationship
   Product: LibreOffice
   Version: 6.3.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cthomas...@hotmail.com

Description:
After setting a FK field to unique via SQL command, the relationship graph
still  shows up a one to many relationship between my two tables.

https://ask.libreoffice.org/en/question/228432/one-to-one-relation-relationship-graph-does-not-show-up/
https://ask.libreoffice.org/fr/question/228412/graphe-de-relation-ne-montrant-pas-une-relation-11/

Steps to Reproduce:
1.create two tables with a PK in each one
2.create a FK in one table
3.set the FK to unique with SQL command to create a one to one relationship
between the two tables
4.consult the relationship graph that shows a 1,N relation instead of a 1,1
relation

Actual Results:
the relationship graph shows a 1,N relation instead of 1,1 relation

Expected Results:
The relationship graph should shows up a 1,1 relation


Reproducible: Always


User Profile Reset: Yes



Additional Info:
The relationship graph shows up a 1,N relation

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


[Libreoffice-bugs] [Bug 130320] LibO 6: Windows 10 content indexing does not work

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130320

--- Comment #26 from Oliver Brinzing  ---
I forgot to mention: Windows Search writes a log file:

%ProgramData%\Microsoft\Search\Data\Applications\Windows\GatherLogs\SystemIndex
SystemIndex.1.gthr

My log file contained an entry for every *.odt file skipped during index
process:

87f369091d5de88 file:C:/Users/me/Documents/blindtext.odt   
800c0   800700571   2   228
88028b621d5de88 file:C:/Users/me/Documents/blindtext - Kopie.odt   
800c0   800700571   2   225
88028b621d5de88 file:C:/Users/me/Documents/blindtext - Kopie (2).odt   
800c0   800700571   2   224
[...]

800c and 80070057 look like error codes, but i don't know the meaning.

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


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

2020-02-08 Thread Serge Krot (via logerrit)
 sc/source/core/data/table1.cxx |   21 +
 sc/source/ui/view/printfun.cxx |6 +++---
 2 files changed, 20 insertions(+), 7 deletions(-)

New commits:
commit 153c4c7e6ab066c6b1c06704e08e5be815cfc024
Author: Serge Krot 
AuthorDate: Fri Feb 7 18:16:49 2020 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Feb 8 18:09:59 2020 +0100

tdf#128873 speed up switching into page layout

Change-Id: I993fdafe226680ac718f4611cfb1f842bc99f385
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88231
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
old mode 100644
new mode 100755
index 7b6f1f771eb8..0b25f838d676
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -2039,11 +2039,24 @@ void ScTable::ExtendPrintArea( OutputDevice* pDev,
 
 void ScTable::MaybeAddExtraColumn(SCCOL& rCol, SCROW nRow, OutputDevice* pDev, 
double nPPTX, double nPPTY)
 {
-ScRefCellValue aCell = aCol[rCol].GetCellValue(nRow);
+// tdf#128873 we do not need to calculate text width (heavy operation)
+// when we for sure know that an additional column will not be added
+if (GetAllocatedColumnsCount() > rCol + 1)
+{
+ScRefCellValue aNextCell = aCol[rCol + 1].GetCellValue(nRow);
+if (!aNextCell.isEmpty())
+{
+// return rCol as is
+return;
+}
+}
+
+ScColumn& rColumn = aCol[rCol];
+ScRefCellValue aCell = rColumn.GetCellValue(nRow);
 if (!aCell.hasString())
 return;
 
-long nPixel = aCol[rCol].GetTextWidth(nRow);
+long nPixel = rColumn.GetTextWidth(nRow);
 
 // Width already calculated in Idle-Handler ?
 if ( TEXTWIDTH_DIRTY == nPixel )
@@ -2054,10 +2067,10 @@ void ScTable::MaybeAddExtraColumn(SCCOL& rCol, SCROW 
nRow, OutputDevice* pDev, d
 aOptions.bSkipMerged = false;
 
 Fraction aZoom(1,1);
-nPixel = aCol[rCol].GetNeededSize(
+nPixel = rColumn.GetNeededSize(
 nRow, pDev, nPPTX, nPPTY, aZoom, aZoom, true, aOptions, nullptr );
 
-aCol[rCol].SetTextWidth(nRow, static_cast(nPixel));
+rColumn.SetTextWidth(nRow, static_cast(nPixel));
 }
 
 long nTwips = static_cast(nPixel / nPPTX);
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx
index dc1930baff27..799f5fa3ae0c 100644
--- a/sc/source/ui/view/printfun.cxx
+++ b/sc/source/ui/view/printfun.cxx
@@ -421,13 +421,13 @@ static void lcl_HidePrint( const ScTableInfo& rTabInfo, 
SCCOL nX1, SCCOL nX2 )
 RowInfo* pThisRowInfo = [nArrY];
 for (SCCOL nX=nX1; nX<=nX2; nX++)
 {
-const CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nX+1];
+CellInfo& rCellInfo = pThisRowInfo->pCellInfo[nX+1];
 if (!rCellInfo.bEmptyCellText)
 if (rCellInfo.pPatternAttr->
 GetItem(ATTR_PROTECTION, 
rCellInfo.pConditionSet).GetHidePrint())
 {
-pThisRowInfo->pCellInfo[nX+1].maCell.clear();
-pThisRowInfo->pCellInfo[nX+1].bEmptyCellText = true;
+rCellInfo.maCell.clear();
+rCellInfo.bEmptyCellText = true;
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: external/libxml2

2020-02-08 Thread Juergen Funk (via logerrit)
 external/libxml2/UnpackedTarball_libxml2.mk |4 ++-
 external/libxml2/libxml2-icu-sym.patch.0|   37 
 2 files changed, 40 insertions(+), 1 deletion(-)

New commits:
commit 52292c374c3a6a5b4d9c6ced616b0ddd505a5298
Author: Juergen Funk 
AuthorDate: Fri Feb 7 07:48:27 2020 +0100
Commit: Thorsten Behrens 
CommitDate: Sat Feb 8 18:08:51 2020 +0100

Optionally generate PDB for libxml.dll

Change-Id: I58f762fa134052e2a7b4a5c7206b4b75df5c1e69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88156
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens 

diff --git a/external/libxml2/UnpackedTarball_libxml2.mk 
b/external/libxml2/UnpackedTarball_libxml2.mk
index 3194f1e08e75..37b5bad97549 100644
--- a/external/libxml2/UnpackedTarball_libxml2.mk
+++ b/external/libxml2/UnpackedTarball_libxml2.mk
@@ -18,7 +18,9 @@ $(eval $(call gb_UnpackedTarball_add_patches,libxml2,\
external/libxml2/libxml2-global-symbols.patch \
external/libxml2/libxml2-vc10.patch \
$(if $(filter ANDROID,$(OS)),external/libxml2/libxml2-android.patch) \
-   external/libxml2/libxml2-icu.patch.0 \
+   $(if $(gb_Module_CURRENTMODULE_SYMBOLS_ENABLED), \
+   external/libxml2/libxml2-icu-sym.patch.0, \
+   external/libxml2/libxml2-icu.patch.0) \
external/libxml2/ubsan.patch.0 \
 ))
 
diff --git a/external/libxml2/libxml2-icu-sym.patch.0 
b/external/libxml2/libxml2-icu-sym.patch.0
new file mode 100644
index ..aac9d09ef13e
--- /dev/null
+++ b/external/libxml2/libxml2-icu-sym.patch.0
@@ -0,0 +1,37 @@
+Find bundled ICU in workdir and use debug .libs when needed
+
+diff -up win32/Makefile.msvc.dt win32/Makefile.msvc
+--- win32/Makefile.msvc.dt 2014-07-18 19:00:23.372103963 +0200
 win32/Makefile.msvc2014-07-18 19:01:39.347982929 +0200
+@@ -46,6 +46,7 @@ CPPFLAGS = $(CPPFLAGS) /D "_REENTRANT"
+ CC = cl.exe
+ CFLAGS = /nologo /D "_WINDOWS" /D "_MBCS" /D "NOLIBTOOL" /W3 /wd4244 /wd4267 
$(CRUNTIME)
+ CFLAGS = $(CFLAGS) /I$(XML_SRCDIR) /I$(XML_SRCDIR)\include /I$(INCPREFIX)
++CFLAGS = $(CFLAGS) /I$(WORKDIR)/UnpackedTarball/icu/source/i18n 
/I$(WORKDIR)/UnpackedTarball/icu/source/common
+ !if "$(WITH_THREADS)" != "no"
+ CFLAGS = $(CFLAGS) /D "_REENTRANT"
+ !endif
+@@ -62,7 +63,9 @@
+ # The linker and its options.
+ LD = link.exe
+ LDFLAGS = /nologo /VERSION:$(LIBXML_MAJOR_VERSION).$(LIBXML_MINOR_VERSION)
++LDFLAGS = $(LDFLAGS) /LIBPATH:$(WORKDIR)/UnpackedTarball/icu/source/lib
+ LDFLAGS = $(LDFLAGS) /LIBPATH:$(BINDIR) /LIBPATH:$(LIBPREFIX)
++LDFLAGS = $(LDFLAGS) /DEBUG /OPT:REF
+ LIBS =
+ !if "$(WITH_FTP)" == "1" || "$(WITH_HTTP)" == "1"
+ LIBS = $(LIBS) wsock32.lib ws2_32.lib
+@@ -74,9 +77,13 @@
+ !if "$(STATIC)" == "1"
+ LIBS = $(LIBS) advapi32.lib sicuuc.lib sicuin.lib sicudt.lib
+ !else
++!if "$(WITH_RUN_DEBUG)" == "1"
++LIBS = $(LIBS) icuind.lib icuucd.lib icudtd.lib
++!else
+ LIBS = $(LIBS) icuuc.lib icuin.lib icudt.lib
+ !endif
+ !endif
++!endif
+ !if "$(WITH_ZLIB)" == "1"
+ # could be named differently zdll or zlib
+ # LIBS = $(LIBS) zdll.lib
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - external/neon

2020-02-08 Thread Jan-Marek Glogowski (via logerrit)
 external/neon/UnpackedTarball_neon.mk   |1 +
 external/neon/neon_uri_parse_allow_others.patch |   22 ++
 2 files changed, 23 insertions(+)

New commits:
commit c4fbf221477925598df837901b231d68acf218f7
Author: Jan-Marek Glogowski 
AuthorDate: Thu Feb 6 16:24:53 2020 +
Commit: Thorsten Behrens 
CommitDate: Sat Feb 8 18:07:52 2020 +0100

neon: escape broken SharePoint 2016 URIs

SharePoint returns broken URIs in its href replies, which aren't
correctly URI encoded, but still "valid" URIs w.r.t. general and
UTF8 encoding, e.g. http:///Shared%20Documents/ümlaut.docx

As a workaround, this allows all invalid / other bytes (except
'\0') in the path of the URI in ne_uri_parse.

Change-Id: I70e7d323837469d7ced429a42c009972f4fb0ebc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88120
Reviewed-by: Mike Kaganski 
Reviewed-by: Jan-Marek Glogowski 
Tested-by: Jenkins
(cherry picked from commit 069aa870aadb9f9069e8715c8be30394410f0288)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88187
Reviewed-by: Thorsten Behrens 

diff --git a/external/neon/UnpackedTarball_neon.mk 
b/external/neon/UnpackedTarball_neon.mk
index 74ac2eb38c97..725e1916cd28 100644
--- a/external/neon/UnpackedTarball_neon.mk
+++ b/external/neon/UnpackedTarball_neon.mk
@@ -25,6 +25,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,neon,\
external/neon/neon_fix_lock_token_on_if.patch \
external/neon/neon_fix_lock_timeout_windows.patch \
external/neon/neon_fix_sspi_session_timeout.patch \
+   external/neon/neon_uri_parse_allow_others.patch \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/neon/neon_uri_parse_allow_others.patch 
b/external/neon/neon_uri_parse_allow_others.patch
new file mode 100644
index ..9de2cf6b9ae7
--- /dev/null
+++ b/external/neon/neon_uri_parse_allow_others.patch
@@ -0,0 +1,22 @@
+diff -ur src/ne_uri.c
+--- src/ne_uri.c   2020-02-07 10:49:58.764417840 +
 src/ne_uri.c   2020-02-07 10:51:33.675627141 +
+@@ -87,7 +87,8 @@
+ #define URI_PCHAR (URI_UNRESERVED | PC | URI_SUBDELIM | CL | AT)
+ /* invented: segchar = pchar / "/" */
+ /* (TKR) WS added */
+-#define URI_SEGCHAR (URI_PCHAR | FS | WS)
++/* also allow OT characters to parse SharePoint 2016 href URIs with unescaped 
UTF8 */
++#define URI_SEGCHAR (URI_PCHAR | FS | WS | OT)
+ /* query = *( pchar / "/" / "?" ) */
+ #define URI_QUERY (URI_PCHAR | FS | QU)
+ /* fragment == query */
+@@ -237,7 +238,7 @@
+ 
+ p = s;
+ 
+-while (uri_lookup(*p) & URI_SEGCHAR)
++while (uri_lookup(*p) & URI_SEGCHAR && *p != '\0')
+ p++;
+ 
+ /* => p = [ "?" query ] [ "#" fragment ] */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 129245] Mailmerge: Dialog size should be remembered and increased dialog should enlarge records area and not space above OK/Cancel buttons

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129245

Timur  changed:

   What|Removed |Added

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

--- Comment #3 from Timur  ---
Already reported.

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

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


[Libreoffice-bugs] [Bug 47890] PRINTING: Mail Merge window always resizes to standard size

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47890

Timur  changed:

   What|Removed |Added

 CC||jimmysl...@gmail.com

--- Comment #4 from Timur  ---
*** Bug 129245 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 102998] [META] Mail merge bugs and enhancements

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998
Bug 102998 depends on bug 129245, which changed state.

Bug 129245 Summary: Mailmerge: Dialog size should be remembered and increased 
dialog should enlarge records area and not space above OK/Cancel buttons
https://bugs.documentfoundation.org/show_bug.cgi?id=129245

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 129245] Mailmerge: Dialog size should be remembered and increased dialog should enlarge records area and not space above OK/Cancel buttons

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129245

Timur  changed:

   What|Removed |Added

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

--- Comment #3 from Timur  ---
Already reported.

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

-- 
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 130466] UI - Selected menu tabs are all Black on MacOS w/ high contrast menus 'On'

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130466

--- Comment #16 from Rip van Winkle  ---
Created attachment 157750
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157750=edit
macOS menu with high-contrast on

a view of the native macOS menu tab behavior with high-contrast menus turned
'on'

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


[Libreoffice-bugs] [Bug 130466] UI - Selected menu tabs are all Black on MacOS w/ high contrast menus 'On'

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130466

--- Comment #15 from Rip van Winkle  ---
@AlexThurgood
I tested with MBP and could not replicate, so I'm assuming it's a graphics
quirk of the underpowered MB 12. Probably won't dig into it, because I think
that if the highlighted tab font was changed to white (as it is in native menu
tabs per bug report 125532) this wouldn't be an issue.

Can this get closed as duplicate of that 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 128032] Multiple copies not printed

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128032

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 129208] Print to file with multiple copies produces only a single copy

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129208

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||8032
 OS|Linux (All) |All

--- Comment #1 from Timur  ---
I cannot imagine a situation that would justify this bug request, when would
you need multiple copies inside PDF. If you need multiple copies, you print
them from PDF.
So, this would be "I reproduce what you say, but you didn't explain why it's a
bug".

Repro from OO. With 6.0 we would get multiple Save As windows (also makes not
sense). Repro again with 6.2.8 and 7.0+.
Also reproduced with MSO printing to virtual PDF printer PDFill and PDFcreator.
I don't have Microsoft Print to PDF to test.

So I have doubts that this is a bug and if it's NotOurBug.

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


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

2020-02-08 Thread Caolán McNamara (via logerrit)
 lotuswordpro/qa/cppunit/data/fail/ofz20504-1.lwp |binary
 lotuswordpro/source/filter/lwptablelayout.cxx|6 ++
 lotuswordpro/source/filter/lwptablelayout.hxx|1 +
 3 files changed, 7 insertions(+)

New commits:
commit c13c136da5506ae8055c47a5385c1833ab0ba0f6
Author: Caolán McNamara 
AuthorDate: Fri Feb 7 15:15:37 2020 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 8 17:57:22 2020 +0100

ofz#20504 Indirect-leak

lets assume a table should be only assigned to one container

Change-Id: I4e33bc3dab37c20ac2337b12ae4ee4efe84cb5aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88215
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/lotuswordpro/qa/cppunit/data/fail/ofz20504-1.lwp 
b/lotuswordpro/qa/cppunit/data/fail/ofz20504-1.lwp
new file mode 100644
index ..afbf5780426f
Binary files /dev/null and b/lotuswordpro/qa/cppunit/data/fail/ofz20504-1.lwp 
differ
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx 
b/lotuswordpro/source/filter/lwptablelayout.cxx
index 6cf91d345506..3191374b35b0 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -421,6 +421,7 @@ LwpTableLayout::LwpTableLayout(LwpObjectHeader const 
, LwpSvStream* pStrm
 , m_nRows(0)
 , m_nCols(0)
 , m_pDefaultCellLayout(nullptr)
+, m_bConverted(false)
 {
 }
 
@@ -782,6 +783,7 @@ void LwpTableLayout::ParseTable()
 
 // set name of object
 m_pXFTable.set(new XFTable);
+
 m_pXFTable->SetTableName(pSuper->GetName().str());
 // set table style
 m_pXFTable->SetStyleName(m_StyleName);
@@ -837,8 +839,12 @@ void LwpTableLayout::XFConvert(XFContentContainer* pCont)
 {
 if (!m_pXFTable)
 return;
+if (m_bConverted)
+throw std::runtime_error("already added to a container");
 pCont->Add(m_pXFTable.get());
+m_bConverted = true;
 }
+
 /**
  * @short   convert heading row
  * @param  pXFTable - pointer of table
diff --git a/lotuswordpro/source/filter/lwptablelayout.hxx 
b/lotuswordpro/source/filter/lwptablelayout.hxx
index 9cc0c885aa49..af6a92945b57 100644
--- a/lotuswordpro/source/filter/lwptablelayout.hxx
+++ b/lotuswordpro/source/filter/lwptablelayout.hxx
@@ -163,6 +163,7 @@ private:
 std::map m_RowsMap;
 void SplitConflictCells();
 rtl::Reference m_pXFTable;
+bool m_bConverted;
 std::map,XFCell*> m_CellsMap;
 
 void PutCellVals(LwpFoundry* pFoundry, LwpObjectID aTableID);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130531] New: When opening the Amazon KDP print royalty calculator the desktop becomes unresponsive

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130531

Bug ID: 130531
   Summary: When opening the Amazon KDP print royalty calculator
the desktop becomes unresponsive
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matt.robinson.m...@gmail.com

Hi, when I try to open this Amazon KDP print royalty calculator with
Libreoffice Calc 6.0.7.3 on Ubuntu 18.04.4 LTS, then choose the Amazon store
dropdown, Calc and Gnome becomes unresponsive, I cannot choose any other open
application. I have to CTRL & ALT & F3 to get into a virtual terminal to safely
restart the machine.

The file is a .xlsx file:
https://kdp.amazon.com/help?topicId=G200735480#royalty_calculator

I've tried saving it as an .ods file but it's still the same.

I assume this is some kind of parsing error / edge case oddity with this xlsx
file that's locking up Calc?

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


[Libreoffice-commits] online.git: cypress_test/integration_tests

2020-02-08 Thread Tamás Zolnai (via logerrit)
 cypress_test/integration_tests/common/helper.js |2 +-
 cypress_test/integration_tests/desktop/shape_operations_spec.js |3 +--
 cypress_test/integration_tests/mobile/insert_object_spec.js |1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 65d8f4062f13cd1a7eb65309b5a8939917d5c694
Author: Tamás Zolnai 
AuthorDate: Sat Feb 8 11:18:57 2020 +0100
Commit: Tamás Zolnai 
CommitDate: Sat Feb 8 17:43:30 2020 +0100

cypress: Fix tests failing with CI.

Change-Id: Iea1292bf44d77403356b3e9800c2af4c2237d08d

diff --git a/cypress_test/integration_tests/common/helper.js 
b/cypress_test/integration_tests/common/helper.js
index 1489a9e50..c881d60df 100644
--- a/cypress_test/integration_tests/common/helper.js
+++ b/cypress_test/integration_tests/common/helper.js
@@ -73,7 +73,7 @@ function copyTextToClipboard() {
});
 
// Execute copy
-   cy.get('.ui-header.level-0.mobile-wizard.ui-widget 
.menu-entry-with-icon .context-menu-link')
+   cy.get('.ui-header.level-0.mobile-wizard.ui-widget 
.menu-entry-with-icon .context-menu-link', {timeout : 1})
.contains('Copy')
.click();
 
diff --git a/cypress_test/integration_tests/desktop/shape_operations_spec.js 
b/cypress_test/integration_tests/desktop/shape_operations_spec.js
index 2abd9fbd6..241af3a33 100644
--- a/cypress_test/integration_tests/desktop/shape_operations_spec.js
+++ b/cypress_test/integration_tests/desktop/shape_operations_spec.js
@@ -27,9 +27,8 @@ describe('Shape operations', function() {
// Check whether the rectangle was inserted as an SVG
cy.get('.leaflet-pane.leaflet-overlay-pane svg')
.then(function(svg) {
-   expect(svg).to.have.lengthOf(1);

expect(svg[0].getBBox().width).to.be.greaterThan(0);
-   
expect(svg[0].getBBox().height).to.be.greaterThan(0);
+   
expect(svg[0].getBBox().height).to.be.greaterThan(0);
});
});
 });
diff --git a/cypress_test/integration_tests/mobile/insert_object_spec.js 
b/cypress_test/integration_tests/mobile/insert_object_spec.js
index e514ed5f9..58935135e 100644
--- a/cypress_test/integration_tests/mobile/insert_object_spec.js
+++ b/cypress_test/integration_tests/mobile/insert_object_spec.js
@@ -356,7 +356,6 @@ describe('Insert objects via insertion wizard.', function() 
{
 
cy.get('.leaflet-pane.leaflet-overlay-pane svg')
.then(function(svg) {
-   expect(svg).to.have.lengthOf(1);

expect(svg[0].getBBox().width).to.be.greaterThan(0);

expect(svg[0].getBBox().height).to.be.greaterThan(0);
});
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 44387] double shadow for rectangle / square shape

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44387

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 43743] FORMATTING: Double shadows when using a drawing/graphics style on a shape

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43743

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 130265] Implement "Automatically insert a decimal point" feature as seen in Excel

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130265

--- Comment #6 from Kevin Suo  ---
(In reply to cknapp from comment #5)

> do you know of any extensions that do this?
I am pretty sure there is no such extension at this moment.

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


[Libreoffice-bugs] [Bug 87702] SIDEBAR: Shadow content panel for Properties tab

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87702

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 43743] FORMATTING: Double shadows when using a drawing/graphics style on a shape

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43743

Timur  changed:

   What|Removed |Added

Version|3.3.4 release   |Inherited From OOo
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=87
   ||702

--- Comment #10 from Timur  ---
Repro 7.0+.
Note: we may turn off one shadow with Format-Shadow or toolbar icon.

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


[Libreoffice-bugs] [Bug 130320] LibO 6: Windows 10 content indexing does not work

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130320

--- Comment #25 from Michail Pappas  ---
(In reply to V Stuart Foote from comment #24)
> (In reply to Michail Pappas from comment #23)
> 
> @Michall, rather seems they are intertwined. NEEDINFO to you to at your
> 'work' systems, open a regedit session and check the recorded persistent
> handler,if any, for the HKCR\.odp, HKCR\.ods, HKCR\.odt stanzas.

Will gladly do on Monday.

> That set of extensions, matches what the MS Office Filter pack would lay
> down. Oliver's tweaking the .odt to use the LibreOffice persistent handler
> CLSID thereby restoring indexing suggests an adjustment/addition is needed
> to the LibreOffice installer actions.

My apologies, thanks for correcting me.

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


[Libreoffice-commits] core.git: include/vcl vcl/source

2020-02-08 Thread Yusuf Keten (via logerrit)
 include/vcl/outdev.hxx   |2 ++
 include/vcl/print.hxx|2 ++
 vcl/source/gdi/print.cxx |7 +++
 vcl/source/gdi/print2.cxx|   11 +--
 vcl/source/outdev/outdev.cxx |5 +
 5 files changed, 17 insertions(+), 10 deletions(-)

New commits:
commit ec48d37f574924c66dea4f7adb56944bbe636aa1
Author: Yusuf Keten 
AuthorDate: Fri Feb 7 19:18:57 2020 +0300
Commit: Muhammet Kara 
CommitDate: Sat Feb 8 16:56:23 2020 +0100

tdf#74702 Remove OutDevType from 
OutputDevice::RemoveTransparenciesFromMetaFile

Extracted SetBackgroundComponentBounds() which removes need for
checking OutDevType especially whether it is Printer or not in OutputDevice.

Change-Id: Ib8884b861314f595283af9ae3a2cd5645b334d51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86312
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 687b9a1c207a..e4430b2415f3 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -559,6 +559,8 @@ protected:
 
 virtual voidCopyDeviceArea( SalTwoRect& aPosAry, bool 
bWindowInvalidate);
 
+virtual tools::RectangleSetBackgroundComponentBounds();
+
 virtual voidDrawOutDevDirectCheck( const OutputDevice* 
pSrcDev, SalGraphics*& pSrcGraphics );
 
 virtual voidDrawOutDevDirectProcess( const OutputDevice* 
pSrcDev, SalTwoRect& rPosAry, SalGraphics* pSrcGraphics );
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index 154ee694bd83..eff9c983ff5c 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -365,6 +365,8 @@ public:
 virtual voidCopyArea( const Point& rDestPt, const Point& 
rSrcPt,
 const Size& rSrcSize, bool 
bWindowInvalidate = false ) override;
 
+virtual tools::RectangleSetBackgroundComponentBounds() override;
+
 // These 3 together are more modular PrintJob(), allowing printing more 
documents as one print job
 // by repeated calls to ExecutePrintJob(). Used by mailmerge.
 static bool PreparePrintJob( 
std::shared_ptr i_pController,
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 364f0af35587..7c8a68892708 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -316,6 +316,13 @@ void Printer::CopyArea( const Point& /*rDestPt*/,
 SAL_WARN( "vcl.gdi", "Don't use OutputDevice::CopyArea(...) with printer 
devices!" );
 }
 
+tools::Rectangle Printer::SetBackgroundComponentBounds()
+{
+Point aPageOffset = Point( 0, 0 ) - this->GetPageOffsetPixel();
+Size aSize  = this->GetPaperSizePixel();
+return tools::Rectangle( aPageOffset, aSize );
+}
+
 void Printer::SetPrinterOptions( const PrinterOptions& i_rOptions )
 {
 *mpPrinterOptions = i_rOptions;
diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx
index db4b6dd0af72..b51318c8ea83 100644
--- a/vcl/source/gdi/print2.cxx
+++ b/vcl/source/gdi/print2.cxx
@@ -748,16 +748,7 @@ bool OutputDevice::RemoveTransparenciesFromMetaFile( const 
GDIMetaFile& rInMtf,
 if( rBackground != COL_TRANSPARENT )
 {
 aBackgroundComponent.aBgColor = rBackground;
-if( meOutDevType == OUTDEV_PRINTER )
-{
-Printer* pThis = dynamic_cast(this);
-assert(pThis);
-Point aPageOffset = Point( 0, 0 ) - 
pThis->GetPageOffsetPixel();
-Size aSize  = pThis->GetPaperSizePixel();
-aBackgroundComponent.aBounds = tools::Rectangle( aPageOffset, 
aSize );
-}
-else
-aBackgroundComponent.aBounds = tools::Rectangle( Point( 0, 0 
), GetOutputSizePixel() );
+aBackgroundComponent.aBounds = SetBackgroundComponentBounds();
 }
 while( pCurrAct && bStillBackground )
 {
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index 880181cb5407..0dcdd84a5d0a 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -579,6 +579,11 @@ void OutputDevice::DrawOutDevDirectProcess( const 
OutputDevice* pSrcDev, SalTwoR
 mpGraphics->CopyBits( rPosAry, pSrcGraphics, this, pSrcDev );
 }
 
+tools::Rectangle OutputDevice::SetBackgroundComponentBounds()
+{
+return tools::Rectangle( Point( 0, 0 ), GetOutputSizePixel() );
+}
+
 // Layout public functions
 
 void OutputDevice::EnableRTL( bool bEnable )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 74702] Remove enum OutDevType from OutputDevice

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74702

--- Comment #53 from Commit Notification 
 ---
Yusuf Keten committed a patch related to this issue.
It has been pushed to "master":

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

tdf#74702 Remove OutDevType from OutputDevice::RemoveTransparenciesFromMetaFile

It will be available in 7.0.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 129961] FILEOPEN PPTX: shadow effect for table completely missing

2020-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129961

Timur  changed:

   What|Removed |Added

Version|7.0.0.0.alpha0+ Master  |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


  1   2   >