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

2020-09-04 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx |4 +++-
 sw/source/uibase/wrtsh/wrtsh1.cxx  |3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 6935dcd80f1677a293a412da3d94afd1217c0bd1
Author: Jim Raykowski 
AuthorDate: Mon Aug 31 13:08:06 2020 -0800
Commit: Jim Raykowski 
CommitDate: Sat Sep 5 07:39:17 2020 +0200

Improve outline position tracking and content visibility

state update in Writer Navigator when outline content visibility is
toggled.

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

diff --git a/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx 
b/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx
index 7ab66b9c3291..e554534a34bc 100644
--- a/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx
+++ b/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx
@@ -158,6 +158,9 @@ void 
SwOutlineContentVisibilityWin::ToggleOutlineContentVisibility(const bool bS
 if (GetEditWin()->GetView().IsDrawMode())
 GetEditWin()->GetView().LeaveDrawCreate();
 rSh.EnterStdMode();
+// set cursor position here so Navigator tracks outline
+// when doc changed broadcast message is sent in toggle function
+rSh.GotoOutline(m_nOutlinePos);
 if (bSubs)
 {
 // toggle including sub levels
@@ -177,7 +180,6 @@ void 
SwOutlineContentVisibilityWin::ToggleOutlineContentVisibility(const bool bS
 rSh.ToggleOutlineContentVisibility(m_nOutlinePos);
 SetSymbol(rSh.IsOutlineContentFolded(m_nOutlinePos) ? 
SymbolType::ARROW_RIGHT
 : 
SymbolType::ARROW_DOWN);
-rSh.GotoOutline(m_nOutlinePos); // sets cursor position
 rSh.LockView(false);
 }
 
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx 
b/sw/source/uibase/wrtsh/wrtsh1.cxx
index 96cc83e62167..60ac6cca4cc6 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -2107,7 +2107,8 @@ void SwWrtShell::ToggleOutlineContentVisibility(size_t 
nPos, bool bForceFold)
 }
 pSttNd->GetTextNode()->SetAttrOutlineContentVisible(false);
 }
-GetView().GetEditWin().Invalidate();
+GetView().GetEditWin().Invalidate(InvalidateFlags::Update);
+GetDoc()->GetDocShell()->Broadcast(SfxHint(SfxHintId::DocChanged));
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 133771] after saving a docx file with encryption, the encryption stays active even when not selected any more

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133771

Buovjaga  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |major

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


[Libreoffice-bugs] [Bug 132983] LibreOffice.calc data|statistics|z-test repeated results

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132983

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #5 from Buovjaga  ---
(In reply to Felipe Viggiano from comment #3)
> So, the known variance should not be zero, and Calc should be able to
> calculate it from the data given in the dialog.

By this proposal, do you mean that additional fields should be added into the
dialog like exist in Excel:
https://www.dummies.com/software/microsoft-office/excel/how-to-perform-z-test-calculations-in-excel/

Or do you mean something else?

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


[Libreoffice-bugs] [Bug 117328] RESET FILTER will not restore all lines of area containing empty cells

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117328

b.  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 124093] EDITING Selecting filtered cells with hidden rows in between causes a bug in filter reset.

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124093

b.  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 136202] Found text highlight color too weak - difficult to notice search results

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136202

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC|mentoring@documentfoundatio |
   |n.org   |

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


[Libreoffice-ux-advise] [Bug 136202] Found text highlight color too weak - difficult to notice search results

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136202

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC|mentoring@documentfoundatio |
   |n.org   |

-- 
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 133771] after saving a docx file with encryption, the encryption stays active even when not selected any more

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133771

--- Comment #13 from Mike Kaganski  ---
IMO, it has a higher importance (makes certain functionality not working, with
no workaround in affected version - "don't use broken version" is not a
workaround that can be considered when talking about a bug's
importance/severity).

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


[Libreoffice-bugs] [Bug 136465] Cell contains incorrect value from formula

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136465

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #15 from Mike Kaganski  ---
(In reply to Alan Jones from comment #13)
> I can confirm that CTRL shift F9 does recalculate the cell.

Thanks for reporting! Good to know; this confirms comment 6.

> Where is this in the menus?

Indeed it was not in the menus in v.5.1 by default; it's added to the Data menu
(Recalculate Hard) in a later version. Note however, that it's impossible to
add every of many hundreds of available functions into menus; all of them are
manually assignable using Tools->Customize.

> Selecting the cell and pressing F9 does NOT update the value.

Yes, in v.5.1 that is the problem (that I confirmed). It is resolved in 5.2.

> I would say that displaying an incorrect value when loading from a file (or
> at any time that autocalculate is active) is not what the user would expect,
> and is a bug.  This took me quite some time to figure out, I only became
> aware of it when I was changing the way the values were accumulated an the
> totals did not match.

Displaying cached values is *not* a bug - this is the idea behind caching the
values; you can make any other software that uses caching to behave similarly,
e.g. Excel. But not refreshing on F9 or on changing of referenced data (with
auto-calculation enabled) is. The proper fix is to prevent such things from
happening, which obviously has already happened.

> I will update my OS and install a newer version of Libreoffice, ubuntu 16.04
> doesn't have a newer version in the repository.

You may use the related PPA [1].

> I will leave it to you to decide if the userbase needs to be made aware.  I
> will use CTRL shift F9 often from now on :)

So closing WORKSFORME (as it was fixed by an unknown commit). Thank you very
much for reporting!

[1] https://launchpad.net/~libreoffice/+archive/ubuntu/ppa

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


[Libreoffice-bugs] [Bug 136238] Deleting a very very large cross page table (26 pages) very very slow

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136238

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Kevin Suo  ---
I can reproduce in version 6.4.6 release on Fedora 32 x64.

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


[Libreoffice-bugs] [Bug 135992] All LO applications stops accepting keyboard input while copy-n-pasting/changing worksheet name

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135992

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #2 from Kevin Suo  ---
Could you try to identify some simple steps (1,2,3...) to reproduce the 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 136428] cannot shrink width of Styles panel

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136428

Dieter  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 131947] Writer sidebar minimum width is too wide when docked

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131947

Dieter  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 136428] cannot shrink width of Styles panel

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136428

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||1947
 Resolution|--- |NOTABUG

--- Comment #3 from Dieter  ---
(In reply to Christian Lehmann from comment #2)
> Created attachment 165098 [details]
> Screen recording demonstrating limits of side panel width
> 
> I can't confirm your inability to confirm. After installing version 7.0.1.2,
> things have become worse. There is now not only the oversized minimum width
> (as before), but also a (probably reasonable) maximum width. See screen
> recording attached.

Thanks for the screencast. It shows the expected result. You can't reduce width
because of the icons in top line.

=> NOTABUG

Feel free to change it back to UNCONFIRMED with a short reasoning, if you
disagree.

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


[Libreoffice-bugs] [Bug 131947] Writer sidebar minimum width is too wide when docked

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131947

Dieter  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 136486] how do i contact yahoo by phone

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136486

Reena  changed:

   What|Removed |Added

URL||https://contact2yahoo.com/

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


[Libreoffice-commits] core.git: solenv/bin

2020-09-04 Thread Mike Kaganski (via logerrit)
 solenv/bin/modules/installer/windows/feature.pm |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bb64b19e3e8942e610db2d3596d859f7c7864811
Author: Mike Kaganski 
AuthorDate: Fri Sep 4 19:04:43 2020 +0300
Commit: Mike Kaganski 
CommitDate: Sat Sep 5 07:01:12 2020 +0200

Avoid warnings about use of uninitialized value

Like these:

Use of uninitialized value $feature{"Description"} in substitution 
(s///) at C:/lo/src/core/solenv/bin/modules/installer/windows/feature.pm line 
362.
Use of uninitialized value $feature{"Title"} in concatenation (.) or 
string at C:/lo/src/core/solenv/bin/modules/installer/windows/feature.pm line 
370.
Use of uninitialized value $feature{"Description"} in concatenation (.) 
or string at C:/lo/src/core/solenv/bin/modules/installer/windows/feature.pm 
line 370.

gm_o_OGLTrans has no Title nor Description

Change-Id: Ica247e071f252023e4cdec6f8ff15f0e0d3cedd5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102059
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/solenv/bin/modules/installer/windows/feature.pm 
b/solenv/bin/modules/installer/windows/feature.pm
index c97be4a9c98e..356220829893 100644
--- a/solenv/bin/modules/installer/windows/feature.pm
+++ b/solenv/bin/modules/installer/windows/feature.pm
@@ -357,8 +357,8 @@ sub create_feature_table
 
 $feature{'feature'} = get_feature_gid($onefeature);
 $feature{'feature_parent'} = get_feature_parent($onefeature);
-$feature{'Title'} = $onefeature->{'Name'};
-$feature{'Description'} = $onefeature->{'Description'};
+$feature{'Title'} = $onefeature->{'Name'} // "";
+$feature{'Description'} = $onefeature->{'Description'} // "";
 $feature{'Description'} =~ s/\\\"/\"/g;  # no more masquerading of 
'"'
 $feature{'Display'} = get_feature_display($onefeature);
 $feature{'Level'} = get_feature_level($onefeature);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136486] New: how do i contact yahoo by phone

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136486

Bug ID: 136486
   Summary: how do i contact yahoo by phone
   Product: Impress Remote
   Version: 1.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: emailhelp7...@gmail.com

Description:

Yahoo Support is quickly available through the phone. You can dial the Yahoo
toll-free number and discuss your issues with one of the Yahoo support agents.


Actual Results:
The quickest way by which users can contact the Yahoo support officials
immediately is telephone. The Yahoo Mail Customer support is free to call and
users no need to pay any amount to contact Yahoo.

Expected Results:
Are you finding a technical expert to fix your all Yahoo mail glitches and
errors instantly via online or troubleshooting without any hassles to fix it?
Yahoo Phone number is avail 24*7 hours in a day to fix your Yahoo problems. 


Reproducible: Always


User Profile Reset: No



Additional Info:
Yahoo support phone number is accessible for all users residing in the USA &
Canada. So, if you are searching proper guidance or need to get remote support
for complex email errors at an almost reasonable price, our Yahoo support team
can be reached anytime from anywhere.

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


[Libreoffice-bugs] [Bug 136202] Found text highlight color too weak - difficult to notice search results

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136202

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
I can't confirm that problem. Could you please add a screenshot? Thank you
=> NEEDINFO

-- 
You are receiving this mail because:
You 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 136202] Found text highlight color too weak - difficult to notice search results

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136202

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
I can't confirm that problem. Could you please add a screenshot? Thank you
=> NEEDINFO

-- 
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 135852] Writer not save in ods format

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135852

Dieter  changed:

   What|Removed |Added

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

--- Comment #5 from Dieter  ---
(In reply to Henry Izurieta from comment #3)
> Hi
> I reseted my user and prove in other users, but the same problem is present
> again.
> 
> Then I installed other pachages from KDE plasma (my environment) and the is
> solved.
> 
> Thanks

=> RESOLVED WORKSFORME

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


[Libreoffice-bugs] [Bug 136485] Screen become not responsive but excepting chrs

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136485

--- Comment #1 from Tim Myers  ---
Created attachment 165170
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165170=edit
windows dxdiag output - windows 10 output text file

-- I am using the latest update on the beta release ---
I am sure it has to do with the graphics card driver not reattaching to the
application. 

The bug application is all new to me so sorry if I am report a known bug. I
don't code on windows at all so not sure how the screen attachments work.

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


[Libreoffice-bugs] [Bug 136485] New: Screen become not responsive but excepting chrs

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136485

Bug ID: 136485
   Summary: Screen become not responsive but excepting chrs
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: timca...@gmail.com

Description:
When using office writer and leave open when I take a break for one of the
games with enhanced graphics the screen becomes non responsive.  If I type
nothing to the screen but if I save and close the window when I come back what
I typed is there.   This it the latest test version and when going in it looks
to be using the enhanced graphics card in my laptop.  It is a Geforce not sure
the model.  The game is online Viking war of the Clans - and - steam civ6  

Steps to Reproduce:
1.working on word one section of large master doc
2.take a break to play a game for a while 1hr or so
3.come back to document - type or even close the document 
4 save doc close window come back and see the typing.

Actual Results:
you restart word processor and you see what you typed that did not come to the
screen

Expected Results:
all is fine to go on until you take a break


Reproducible: Sometimes


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
allowed the use of the application.

easy to quite out before using other programs that use the graphics card.  I
just did not know if you had seen this problem before.  It happens to me most
of the time but I don't know if it is tied to how much I do on the game or
what.  The program looks like it lost control of the screen it displays what
was then when you left but nothing new.  I have tried switching screens and tab
to switch apps but closing the application and reopening works the best == this
is beta

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


[Libreoffice-bugs] [Bug 132183] Pivot Table Layout has bad controls layout

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132183

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Kevin Suo  ---
I don't understand - what do you mean exactly by "bad", and what is the
expected "good" behaviour?

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


[Libreoffice-bugs] [Bug 135990] Pasting Writer OLE objects into Impress with Math Formulas not rendering correctly

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135990

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 135992] All LO applications stops accepting keyboard input while copy-n-pasting/changing worksheet name

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135992

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 131388] File save fails when network document is opened on another machine

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131388

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 136001] Python import fails: No module named 'com'

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136001

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 135985] Image caption frame with image inside interactive frame wrongly positioned after DOCX export (to paragraph/to character anchor)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135985

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 135979] v7.0.0.3 installer - cannot write msvcp_140.dll

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135979

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 131693] Unable to open document if path has "\\?\" UNC prefix in Windows 10

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131693

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 136484] Crash in: mergedlo.dll

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136484

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 135977] Rename and Reorder Template Menu to make it more intuitive.

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135977

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 135974] User Notes (Howto): toolbars, screens offer possibility for user to enter his own howto-tipps

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135974

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 135981] Wrong formatting when typing (like track & changes involved)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135981

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 136484] Crash in: mergedlo.dll

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136484

--- 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 135976] Anchor to character deleted with backspace at anchor position in bulleted list

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135976

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 136465] Cell contains incorrect value from formula

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136465

--- Comment #14 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 136405] Merging Cells Removes Formulas

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136405

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 136458] Writer page stops responding after minimize

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136458

--- 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 136407] Libre Office Launcher gets weird artifacts around the recent file images (Vulkan)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136407

--- Comment #14 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 135852] Writer not save in ods format

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135852

--- 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 135852] Writer not save in ods format

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135852

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 136458] Writer page stops responding after minimize

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136458

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 136407] Libre Office Launcher gets weird artifacts around the recent file images (Vulkan)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136407

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 136465] Cell contains incorrect value from formula

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136465

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 136405] Merging Cells Removes Formulas

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136405

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

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


[Libreoffice-bugs] [Bug 130823] LibreOffice CALC TBILLYIELD function returns incorrect interest rate (Too low).

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130823

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

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 136479] Regression started in 7.0.1 - In Toolbar Background color, Font color & Border color shows blank (should show default color or last used color)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136479

--- Comment #5 from Getafix  ---
I deleted the profile in "c:\users\profileName\\AppData\Roaming\LibreOffice\4"

and the issue is reproduced



1) This is my office computer an Libre6.3 is installed in C:\Program Files
folder
2) I have extracted the MSI into a folder on my Desktop  & run Latest Libre
from there
3) Libre7.0.0 was fine
4) Libre7.0.1 has this issue
5) If I close all instances of Libre7.0.1 & then start Libre6.3 everything is
fine.

So definitely there is a issue with version 7.0.1


Give me 6hrs, I will upgrade Libre from 7.0.0 to 7.0.1 on my Home Linux Desktop
& lets see if it happens there also.

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


[Libreoffice-bugs] [Bug 132983] LibreOffice.calc data|statistics|z-test repeated results

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132983

Felipe Viggiano  changed:

   What|Removed |Added

Version|6.4.2.2 release |7.0.0.3 release
 CC||felipeviggi...@gmail.com

--- Comment #4 from Felipe Viggiano  ---
Complementing the comment above, this issue is also presente in LO 7.0.

Version: 7.0.0.3
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-US (pt_BR.UTF-8); UI: 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 103182] [META] GTK3-specific bugs

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

Kevin Suo  changed:

   What|Removed |Added

 Depends on||136455


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136455
[Bug 136455] GTK3: Unable to open Standard Filter in a file with large quantity
of data rows
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136455] GTK3: Unable to open Standard Filter in a file with large quantity of data rows

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136455

Kevin Suo  changed:

   What|Removed |Added

 Blocks||103182
Summary|Unable to open Standard |GTK3: Unable to open
   |Filter in a file with large |Standard Filter in a file
   |quantity of data rows   |with large quantity of data
   ||rows

--- Comment #3 from Kevin Suo  ---
This may be a gtk3 only problem as it works OK when I use:
SAL_USE_VCLPLUGIN=gen


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 132983] LibreOffice.calc data|statistics|z-test repeated results

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132983

Felipe Viggiano  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---
 Ever confirmed|0   |1

--- Comment #3 from Felipe Viggiano  ---
Doing a little research on google and found this website doing some explanation
about Z-Test:
https://www.solver.com/z-test-two-sample-means

When running the example in Calc and manually inserting the variances in the
cells of the Z-Test results, the output was identical to the example on the
website.

So, the known variance should not be zero, and Calc should be able to calculate
it from the data given in the dialog.

I' not a developer myself (just starting to learn), but looking in the codes
(core/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx), and it appears that the
Know Variance values are set to zero:

// Known Variance
aOutput.writeString(ScResId(STR_ZTEST_KNOWN_VARIANCE));
aOutput.nextColumn();
aOutput.writeValue(0); <--
aTemplate.autoReplaceAddress("%KNOWN_VARIANCE_VARIABLE1%",
aOutput.current());
aOutput.nextColumn();
aOutput.writeValue(0); <--
aTemplate.autoReplaceAddress("%KNOWN_VARIANCE_VARIABLE2%",
aOutput.current());
aOutput.newLine();




Perhaps if the output was changed to something like:

aTemplate.setTemplate("=VAR(%VARIABLE1_RANGE%)");
aTemplate.autoReplaceAddress("%VAR_VARIABLE1%", aOutput.current());
aOutput.writeFormula(aTemplate.getTemplate());

and 

   aTemplate.setTemplate("=VAR(%VARIABLE2_RANGE%)");
aTemplate.autoReplaceAddress("%VAR_VARIABLE2%", aOutput.current());
aOutput.writeFormula(aTemplate.getTemplate());


I believe this could remove the #DIV/0! error.

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


Re: LibreLogo Question and Need for Help

2020-09-04 Thread Marc Paré
Le 20-09-04 à 12 h 30, Dennis Roczek a écrit :
> Hi Marc,
>
> Am 03.09.2020 um 16:18 schrieb Marc Paré:
> 
>> *** Note that the LibreLogo.org site is/was supposed to be the location
>> where one would get information, however, it is no longer responding,
>> but the domain is still being renewed. 
> Well it is still archived by archive.org, see
> http://web.archive.org/web/20190820131601/http://librelogo.org/en/
>
> There is also (but in Italian)
> https://www.librelogo.it
>
>> Does anyone know who owns the
>> site and is that person part of the LibreOffice membership?
> Well that should be
>   Németh László
> if I remember correctly and he is a member!
>
>> Cheers,
>>
>> Marc
> Best regards,
>
> Dennis
>
Thanks!

-- 
Marc Paré
m...@marcpare.com
https://www.parEntreprise.com
parEntreprise.com Supports OpenDocument Formats (ODF)
parEntreprise.com Supports http://www.LibreOffice.org


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


[Libreoffice-bugs] [Bug 135899] ghost white space to left of graphic inserted in Writer

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135899

L P Luigi Espenlaub  changed:

   What|Removed |Added

   Keywords||filter:odt

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


[Libreoffice-bugs] [Bug 135899] ghost white space to left of graphic inserted in Writer

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135899

--- Comment #7 from L P Luigi Espenlaub  ---
Version: 7.0.1.2
Build ID: 88a63c56098013eb4038e11ebe7c8c0daab09aa8
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

If anyone can or cannot duplicate this on another OS than Ubuntu, or
installation other than from the Snap Store, It would be helpful to who ever
takes this up.

My install an Ubuntu Software Snap So if this problem is not duplicated in LO-W
install from a .deb or tar.gz that will be notable as well.

My system is an old hand-me-up from my son and I am not sure it would be stable
enough for multiple installs of LO. 

I did do an uninstall and reinstall from the Snap Store after this showed up in
6.0 just about a month ago.

I will keep track of this and gladly answer any further questions or try any
suggested solutions and report back.

Thank you.

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


[Libreoffice-bugs] [Bug 135899] ghost white space to left of graphic inserted in Writer

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135899

--- Comment #6 from L P Luigi Espenlaub  ---
Created attachment 165169
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165169=edit
Same Writer page and images in Print Preview.

Print preview ignores the ghost backgrounds. However, this means that Print
Preview must be invoked:
* To see if the image is displayed, 
* Again after any cropping.
* Again after any resizing.
All of which adds extra time and distraction to the user experience.

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


[Libreoffice-bugs] [Bug 135899] ghost white space to left of graphic inserted in Writer

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135899

--- Comment #5 from L P Luigi Espenlaub  ---
Created attachment 165168
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165168=edit
Image in Shotwell showing no additional background either right or left

Just to prove to myself that the extra background did not come with the images,
I opened them in both GIMP, and Shotwell, as well as inserting into a LO-Draw
document. Each showed the image as here with no extra background.

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


[Libreoffice-bugs] [Bug 135899] ghost white space to left of graphic inserted in Writer

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135899

L P Luigi Espenlaub  changed:

   What|Removed |Added

 Attachment #164436|0   |1
is obsolete||

--- Comment #4 from L P Luigi Espenlaub  ---
Created attachment 165167
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165167=edit
Shows images added three ways

One image was copied with the text above and pastes from an HTML help page, 
The second an image inserted from an image saved on disk.
The third using "copy image" from a web page, then pasted.
What is visable is the ghost background which only exists in [image] tab the
[Properties] window.

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


[Libreoffice-bugs] [Bug 135899] ghost white space to left of graphic inserted in Writer

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135899

L P Luigi Espenlaub  changed:

   What|Removed |Added

 Attachment #164435|0   |1
is obsolete||
 CC||luigiwrit...@gmail.com

--- Comment #3 from L P Luigi Espenlaub  ---
Created attachment 165166
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165166=edit
Image shown in Image Properties. Dotted line defines true image boarder. Rest
is Ghost background,

Any ghost background LO-W adds to an image on the left, fills the frame on the
Edit page but not in the print preview.

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


der Alert MC00534427 : limit applied to your account verify now

2020-09-04 Thread Mailchimp Account Services

			
			
			
			
			
			
			
			





Issued by

Mailchimp
c/o The Rocket Science Group, LLC
675 Ponce De Leon Ave NE
Suite 5000
Atlanta, GA 30308 USA
US EIN 58-2554149














Sales Tax was not applied to this purchase.

© 2001-2019 Mailchimp®, All Rights Reserved.675 Ponce De Leon Ave NE • Suite 5000 • Atlanta, GA 30308 USA







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


[Libreoffice-bugs] [Bug 136482] new LO document is write-protected

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136482

--- Comment #4 from m.a.riosv  ---
Please edit the bug's title, to reflects better what the bug is.

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


[Libreoffice-bugs] [Bug 136482] new LO document is write-protected

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136482

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |NEW

--- Comment #3 from m.a.riosv  ---
For me only the preview of the movie can not be deleted selecting it or a piece
of text with in inside, using the cursor.
But it's possible using the navigator, right-clicking on the image name and
selecting delete.

Version: 7.1.0.0.alpha0+ (x64)
Build ID: baa84b5b4d287da0f00fc3fbf11f464f267c9202
CPU threads: 4; OS: Windows 10.0 Build 20180; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: 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


Re: ESC meeting minutes: 2020-09-03

2020-09-04 Thread Jan-Marek Glogowski


Am 04.09.20 um 20:10 schrieb khagaroth> On Thu, Sep 3, 2020 at 11:06 PM
Jan-Marek Glogowski
> mailto:glo...@fbihome.de>> wrote:
> 
>> But coming back to the original bug / suggestion to retire the PNGs: 
>> *the quality of the SVG renderings of the icons at 100% isn't good*.
>> They look "washed out" in comparison with the unscaled, alternative
>> PNG icons
> 
> ^^ That's an understatement. SVG icons are currently absolutely
> atrocious. The first problem is that LO uses odd icon resolution
> (25x25), so the lines are not pixel aligned on export and are
> blurred/aliased.
I did a quick Bugzilla search, which came up with
https://bugs.documentfoundation.org/show_bug.cgi?id=126446, where you
also commented.

At least my impression is, that the people are much more happy with the
scaled SVGs, then with the scaled PNGs in HiDPI setups on Linux and the
result is not "atrocious"; but then I don't use Windows and this is just
my personal impression, having no background in design whatsoever.

So I tested the SVG icons at 100% and the cached PNG version of
breeze_svg/sw/res/emptypage_10x14.svg has the size 11x15 - yikes.

The SVG starts with: https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 136390] Hyperlink to Sheetname that is Number links to Cell

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136390

--- Comment #2 from Tenaz  ---
It's definitely a bug since #sheet should only link to sheet names and cells
should have a column reference e.g. A1985 instead of just 1985 going to the
cell in column A.

Adding a button via the wizard for adding a hyperlink includes no way to add
the cell reference, so either the wizard needs to be fixed or the hyperlink
functionality itself.

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


[Libreoffice-bugs] [Bug 136484] Crash in: mergedlo.dll

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136484

--- Comment #2 from HinckleyBob  ---
(In reply to m.a.riosv from comment #1)
> Have you tested with a clean profile. Menu/Help/Restart in Safe Mode.

When I recovered the document, there was no further problem in regular mode, so
did not attempt safe mode. 

Any suggestion on how to reproduce the problem?

Thank you for the quick reply.Stay well.
Bob

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


[Libreoffice-bugs] [Bug 136484] Crash in: mergedlo.dll

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136484

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from m.a.riosv  ---
Have you tested with a clean profile. Menu/Help/Restart in Safe Mode.

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


[Libreoffice-bugs] [Bug 136481] Regression in 7.0.0 & 7.0.1 - Data Validation Drop-down when using keys "ALT+DOWN Arrow", it doesn't auto highlight the first option (when cell is blank)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136481

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
Repro
Version: 7.1.0.0.alpha0+ (x64)
Build ID: baa84b5b4d287da0f00fc3fbf11f464f267c9202
CPU threads: 4; OS: Windows 10.0 Build 20180; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: 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 133771] after saving a docx file with encryption, the encryption stays active even when not selected any more

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133771

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #12 from m.a.riosv  ---
I happens also wit ods format.

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


[Libreoffice-bugs] [Bug 133771] after saving a docx file with encryption, the encryption stays active even when not selected any more

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133771

Aron Budea  changed:

   What|Removed |Added

 CC||gurvender.ba...@gmail.com

--- Comment #11 from Aron Budea  ---
*** Bug 136480 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 136480] Regression in 7.0.0 & 7.0.1 - Password cannot be Removed from a Sheet

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136480

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #1 from Aron Budea  ---
Looks like the same as bug 133771, closing as duplicate.

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

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


[Libreoffice-bugs] [Bug 136479] Regression started in 7.0.1 - In Toolbar Background color, Font color & Border color shows blank (should show default color or last used color)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136479

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #4 from m.a.riosv  ---
It's fine for me.
Version: 7.1.0.0.alpha0+ (x64)
Build ID: baa84b5b4d287da0f00fc3fbf11f464f267c9202
CPU threads: 4; OS: Windows 10.0 Build 20180; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-USCalc: threaded

Have you tested with a clean profile. Menu/Help/Restart in Safe Mode.

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


Re: ppt import(?) bug hunting

2020-09-04 Thread Dennis Roczek
Hi Dave,

Am 04.09.2020 um 16:48 schrieb Dr. David Alan Gilbert:
> * Dennis Roczek (dennisroc...@libreoffice.org) wrote:
>> Hi Dave,
> 
> Thanks for the reply,
> 
>> Am 04.09.2020 um 02:52 schrieb Dr. David Alan Gilbert:
>>> That code predates the move of the msfilters into that directory -
>>> is there a tree with history older than that still around so I can
>>> find the bug/history/reasoning of where that pair of lines came from?
>>
>> Yep, there is:
>> https://cgit.freedesktop.org/libreoffice/filters/tree/filter/source/msfilter?h=libreoffice-3-3-4
>>
>> (Branch might need to be adjusted)
> 
> Thanks; I'm not sure that goes back far enough - I see commit 6e07a590d4
> in there, which pulls the code in and it's titled:
> 
>   '#i106421#: move msfilter to filter'
and that is
https://bz.apache.org/ooo/show_bug.cgi?id=106421

Wow, you went back in time to 2009...

> and it's all additions, no removals or moves;
> so it's pulling the code in from somewhere else.
Yep. You're back in core (sd/source/filter/eppt/) now.

I cannot remember if we merged all history from hg, svn, cws to git...

If not, somebody else (Thorsten? *g*) has to help as these old
repositories are no longer online, if I remember correctly.

Best

Dennis



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 136461] LibreOffice 7.0 under Windows 10 pro 2004 does not end / can't be closed

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136461

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from V Stuart Foote  ---
Did you install quickstart module and what is its status when trying to close?

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


[Libreoffice-bugs] [Bug 135852] Writer not save in ods format

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135852

--- Comment #3 from Henry Izurieta  ---
Hi
I reseted my user and prove in other users, but the same problem is present
again.

Then I installed other pachages from KDE plasma (my environment) and the is
solved.

Thanks

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


[Libreoffice-bugs] [Bug 136484] New: Crash in: mergedlo.dll

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136484

Bug ID: 136484
   Summary: Crash in: mergedlo.dll
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hinckley...@gmail.com

This bug was filed from the crash reporting server and is
br-311b7db4-3599-4725-83ed-7465a4541d5c.
=
Left office window to visit Chrome browser, Writer crashed while the window was
covered by browser window.
Event log
Faulting application name: soffice.bin, version: 7.0.0.3, time stamp:
0x5f2205c4
Faulting module name: mergedlo.dll, version: 7.0.0.3, time stamp: 0x5f2205aa
Exception code: 0xc005
Fault offset: 0x0240ee73
Faulting process id: 0x560
Faulting application start time: 0x01d68302dd95a5ec
Faulting application path: C:\Program Files\LibreOffice\program\soffice.bin
Faulting module path: C:\Program Files\LibreOffice\program\mergedlo.dll
Report Id: 9745f736-7166-4933-9e3d-2b0a5bac9040
Faulting package full name: 
Faulting package-relative application ID:

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


[Libreoffice-bugs] [Bug 136483] New: Calc no import all sheet with pivot table

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136483

Bug ID: 136483
   Summary: Calc no import all sheet with pivot table
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: henry.izuri...@gmail.com

Description:
I intended import a sheet with graph and data of pivot-table, all in one sheet.

These options has aplied:
- Insert sheet
- Insert sheet from file
- insert sheet from file with link
- Selected all cells in sheet and copy all sheet, then copy in new sheet of
other book.

The result isn't I want: the pivot-table not work.

In any of these options the copy included the pivot table structure.  Copy only
info.

Also, data interval has no included in copy.



Steps to Reproduce:
1. create pivot-table and generate tables and graphs in the same sheet. Then
save
2. In new book of Calc import the sheet create in point 1.
3. Verify funcionalities of pivot-table

Actual Results:
In sheet import in previous point 2:
Pivot-table not function.

Expected Results:
Work with pivot-table: create new tables and graphs.


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: es
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: no

Version: 7.0.1.1.0+
Build ID: 
CPU threads: 2; OS: Linux 5.7; UI render: default; VCL: kf5
Locale: es-EC (es_EC.UTF-8); Interfaz: es-ES
Debian package version: 1:7.0.1~rc1-2
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 82438] No synchronization between color attributes in the toolbar and sidebar

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82438

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com

--- Comment #10 from Thomas Lendo  ---
Font color and highlight color split group buttons still not synchronized
between toolbar, sidebar and notebookbar.

Version: 7.1.0.0.alpha0+
Build ID: 18e4367c33f327cf09985105bde583cdcc7b2a46
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-09-03_13:51:39

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


[Libreoffice-bugs] [Bug 134791] UI: Options dialog window is too small in width and height

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134791

--- Comment #14 from Thomas Lendo  ---
(In reply to andreas_k from comment #13)
> (In reply to Thomas Lendo from comment #12)
> > Why not making the options dialog for Windows wider and taller as it is now?
> The dialog is resizable on windows, gtk3 and qt I tested it with 7.0 and
> master.
The default UI should look good and no user should resize dialogs by its own in
order to be able to see all settings or to avoid ugliness.

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


[Libreoffice-bugs] [Bug 73223] [SPELLCHECKER] Wrong suggestion of compound terms when in lower letters

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73223

--- Comment #7 from Telesto  ---
Tested wunderschön; working pretty ok
Version: 7.0.0.2
Build ID: c01aa64b6c3d89ebe5fe69c28c7adb24eb85249c
CPU threads: 4; OS: Mac OS X 10.12.6; UI render: default; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: 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 82566] FORMATTING: Font and highlight color buttons reset when toolbar changes

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82566

Thomas Lendo  changed:

   What|Removed |Added

Summary|FORMATTING: Color picker|FORMATTING: Font and
   |widgets reset when toolbar  |highlight color buttons
   |changes |reset when toolbar changes
 Blocks|85184   |113395


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85184
[Bug 85184] [META] Color picker toolbar, dialog and sidebar drop-down widget
bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113395
[Bug 113395] [META] Color split and group buttons in toolbar and sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113395] [META] Color split and group buttons in toolbar and sidebar

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113395

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||82566


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=82566
[Bug 82566] FORMATTING: Font and highlight color buttons reset when toolbar
changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85184] [META] Color picker toolbar, dialog and sidebar drop-down widget bugs and enhancements

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85184

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|82566   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=82566
[Bug 82566] FORMATTING: Font and highlight color buttons reset when toolbar
changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sc/inc sc/qa sc/source

2020-09-04 Thread Mike Kaganski (via logerrit)
 sc/inc/compiler.hxx   |3 +++
 sc/qa/unit/data/xlsx/tdf83779.xlsx|binary
 sc/qa/unit/subsequent_export-test.cxx |   20 
 sc/source/core/tool/compiler.cxx  |   22 --
 4 files changed, 39 insertions(+), 6 deletions(-)

New commits:
commit f5785760e288d84c1f961d05e7bcb3da45b5d2b6
Author: Mike Kaganski 
AuthorDate: Sun Jan 5 14:02:35 2020 +0300
Commit: Muhammet Kara 
CommitDate: Fri Sep 4 23:57:41 2020 +0200

tdf#83779: convert TRUE/FALSE constants to functions TRUE()/FALSE()

This avoids problems with round-tripping Excel spreadsheets, where
previously a formula like =IF(ISNA(A1)=FALSE;"a";"b") was imported
as =IF(ISNA(A1)=0;"a";"b"), and when exported back, it didn't work
in Excel, because boolean values had a distinct type in it.

Change-Id: I672a631bfa1a4811349794f714293404c6b24381
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86238
Tested-by: Jenkins
Reviewed-by: Eike Rathke 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102064
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Muhammet Kara 

diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 7095db44e930..5bd9068da8d2 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -277,6 +278,8 @@ private:
 sal_Int32   nSrcPos;// tokenizer position 
(source code)
 mutable ScRawToken maRawToken;
 
+std::queue maPendingOpCodes; // additional opcodes generated from 
a single symbol
+
 const CharClass*pCharClass; // which character classification 
is used for parseAnyToken
 sal_uInt16  mnPredetectedReference; // reference when reading ODF, 
0 (none), 1 (single) or 2 (double)
 sal_Int32   mnRangeOpPosInSymbol;   // if and where a range operator 
is in symbol
diff --git a/sc/qa/unit/data/xlsx/tdf83779.xlsx 
b/sc/qa/unit/data/xlsx/tdf83779.xlsx
new file mode 100644
index ..0a5d645c8122
Binary files /dev/null and b/sc/qa/unit/data/xlsx/tdf83779.xlsx differ
diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index c448b3cf54a7..266695313aeb 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -225,6 +225,7 @@ public:
 void testPivotCacheAfterExportXLSX();
 void testTdf114969XLSX();
 void testTdf128976();
+void testTdf83779();
 
 CPPUNIT_TEST_SUITE(ScExportTest);
 CPPUNIT_TEST(test);
@@ -345,6 +346,7 @@ public:
 CPPUNIT_TEST(testPivotCacheAfterExportXLSX);
 CPPUNIT_TEST(testTdf114969XLSX);
 CPPUNIT_TEST(testTdf128976);
+CPPUNIT_TEST(testTdf83779);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -4342,6 +4344,24 @@ void ScExportTest::testTdf128976()
 xDocSh->DoClose();
 }
 
+void ScExportTest::testTdf83779()
+{
+// Roundtripping TRUE/FALSE constants (not functions) must convert them to 
functions
+ScDocShellRef xShell = loadDoc("tdf83779.", FORMAT_XLSX);
+CPPUNIT_ASSERT(xShell);
+
+auto pXPathFile = ScBootstrapFixture::exportTo(&(*xShell), FORMAT_XLSX);
+
+const xmlDocPtr pVmlDrawing
+= XPathHelper::parseExport(pXPathFile, m_xSFactory, 
"xl/worksheets/sheet1.xml");
+CPPUNIT_ASSERT(pVmlDrawing);
+
+assertXPathContent(pVmlDrawing, 
"/x:worksheet/x:sheetData/x:row[1]/x:c/x:f", "FALSE()");
+assertXPathContent(pVmlDrawing, 
"/x:worksheet/x:sheetData/x:row[2]/x:c/x:f", "TRUE()");
+
+xShell->DoClose();
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(ScExportTest);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index edb4f9fadb0b..e4620b1f14a1 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -2963,14 +2963,17 @@ bool ScCompiler::IsValue( const OUString& rSym )
 return false;   // some function name, not a constant
 
 // Could be TRUE or FALSE constant.
+OpCode eOpFunc = ocNone;
 if (rSym.equalsIgnoreAsciiCase("TRUE"))
+eOpFunc = ocTrue;
+else if (rSym.equalsIgnoreAsciiCase("FALSE"))
+eOpFunc = ocFalse;
+if (eOpFunc != ocNone)
 {
-maRawToken.SetDouble( 1.0 );
-return true;
-}
-if (rSym.equalsIgnoreAsciiCase("FALSE"))
-{
-maRawToken.SetDouble( 0.0 );
+maRawToken.SetOpCode(eOpFunc);
+// add missing trailing parentheses
+maPendingOpCodes.push(ocOpen);
+maPendingOpCodes.push(ocClose);
 return true;
 }
 return false;
@@ -4121,6 +4124,13 @@ static bool lcl_UpperAsciiOrI18n( OUString& rUpper, 
const OUString& rOrg, Formul
 
 bool ScCompiler::NextNewToken( bool bInArray )
 {
+if 

[Libreoffice-bugs] [Bug 113565] Adding page break before table that crosses over multiple pages cause table to not render/function correctly

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113565

--- Comment #6 from Telesto  ---
Not seeing anything obviously broken
Version: 7.0.0.2
Build ID: c01aa64b6c3d89ebe5fe69c28c7adb24eb85249c
CPU threads: 4; OS: Mac OS X 10.12.6; UI render: default; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: 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 82566] FORMATTING: Color picker widgets reset when toolbar changes

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82566

Thomas Lendo  changed:

   What|Removed |Added

Summary|FORMATTING: Color picker|FORMATTING: Color picker
   |widgets resets when toolbar |widgets reset when toolbar
   |changes |changes

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


[Libreoffice-bugs] [Bug 82566] FORMATTING: Color picker widgets resets when toolbar changes

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82566

Thomas Lendo  changed:

   What|Removed |Added

Summary|FORMATTING: Formatting  |FORMATTING: Color picker
   |resets when toolbar changes |widgets resets when toolbar
   ||changes
 Blocks||103239

--- Comment #7 from Thomas Lendo  ---
Still there.
Version: 7.1.0.0.alpha0+
Build ID: 18e4367c33f327cf09985105bde583cdcc7b2a46
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-09-03_13:51:39
Calc: threaded


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 103239] [META] Toolbars bugs and enhancements

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103239

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||82566


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=82566
[Bug 82566] FORMATTING: Color picker widgets resets when toolbar changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-qa] On self-triaging

2020-09-04 Thread Áron Budea
Hi Telesto,

Thanks for your reply to my somewhat off-topic comments in tdf#136441, let's 
continue here.

> That's a policy matter which should be discussed. I personally don't like
> unconfirmed bugs in the meta bug list. As I list those meta bugs to look
> through them searching for existing bugs once in a while (and in those list
> there is no way of telling what's a confirmed bug or unconfirmed/needinfo
> bug). 

Personally, I'd say this is a matter of bug quality. An experienced 
reporter/triager should have no problem with triaging their own bug to a large 
extent. If it reasonably looks like a bug, no duplicates can be found via a 
quick search, and the meta bug it belongs to has been identified, I see no 
problem with adding the bug to the corresponding meta bug. It can be removed at 
any point if it turns out the bug report doesn't belong there.

There are two ways I know of to see bug statuses for bugs associated to a meta 
bug:
- unconfirmed bugs are shown italicized in the 'Depends on' field of the meta 
bug,
- clicking 'Show dependency tree', and then 'view as bug list' shows all the 
important fields, including status (the displayed fields can be customized).

> Secondly adding bugs to meta bugs is a really time consuming business. I
> really have to look up the meta bug list nearly every time. Or i'm doing
> something pretty inefficient.

Right, still, someone has to do it in the end. There is no shortage of bug 
reports and bug reporters, while there are a lot less triagers, and thorough 
triaging is also more work. Thus I think it's considerate towards other 
contributors to take care of these tasks right when reporting bugs (or later), 
if possible.

I don't know of any quicker way than showing All entries on the following wiki 
page, and searching for candidates, either:
https://wiki.documentfoundation.org/QA/Tracking_Bugs

Thank you,
Aron

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-bugs] [Bug 136482] new LO document is write-protected

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136482

--- Comment #2 from Dan Essin  ---
Created attachment 165165
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165165=edit
sample document with wr-te-protected image

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


[Libreoffice-bugs] [Bug 136481] Regression in 7.0.0 & 7.0.1 - Data Validation Drop-down when using keys "ALT+DOWN Arrow", it doesn't auto highlight the first option (when cell is blank)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136481

Getafix  changed:

   What|Removed |Added

Summary|Regression in 7.0.0 & 7.0.1 |Regression in 7.0.0 & 7.0.1
   |- Data Validation Drop-down |- Data Validation Drop-down
   |when using keys "ALT+DOWN   |when using keys "ALT+DOWN
   |Arrow", it doesn't  |Arrow", it doesn't auto
   |highlight the first option  |highlight the first option
   |(when cell is blank)|(when cell is blank)

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


[Libreoffice-bugs] [Bug 136482] new LO document is write-protected

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136482

--- Comment #1 from Dan Essin  ---
Created attachment 165164
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165164=edit
message box

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


[Libreoffice-bugs] [Bug 136475] Libre Base SQL Syntax Unrecognized For FireBird DateAdd() Function

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136475

--- Comment #1 from frofa  ---
Have you tried setting the 'Run SQL Command Directly' control in the query
window?

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


[Libreoffice-bugs] [Bug 136481] Regression in 7.0.0 & 7.0.1 - Data Validation Drop-down when using keys "ALT+DOWN Arrow", it doesn't highlight the first option (when cell is blank)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136481

--- Comment #2 from Getafix  ---
Regression in 7.0.0 & 7.0.1 - Data Validation Drop-down when using keys
"ALT+DOWN Arrow", it doesn't highlight the first option by default (when cell
is blank)


When again DOWN arrow is pressed it Highlights the second option in dropdown

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


[Libreoffice-bugs] [Bug 136412] Insert page break with page style overwritten when applying when applying page style to next page

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136412

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

Another example

1. Open the attached file
2. Go to page 2
3. Change the page style to envelop or something like that.

Both pages are affected. Second page is Landscape because Next Style is set to
Landscape. Which is what's shown.. However.. after you set different page style
for the second page changes too. Which feels unexpected/unnatural to 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-bugs] [Bug 136481] Regression in 7.0.0 & 7.0.1 - Data Validation Drop-down when using keys "ALT+DOWN Arrow", it doesn't highlight the first option (when cell is blank)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136481

Getafix  changed:

   What|Removed |Added

Summary|Regression in 7.0.0 & 7.0.1 |Regression in 7.0.0 & 7.0.1
   |- Data Validation Drop-down |- Data Validation Drop-down
   |when using keys "ALT+DOWN   |when using keys "ALT+DOWN
   |Arrow" then again "Down |Arrow", it doesn't
   |Arrow", it doesn't  |highlight the first option
   |highlight the first option  |(when cell is blank)
   |(when cell is blank)|

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


[Libreoffice-bugs] [Bug 136482] New: new LO document is write-protected

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136482

Bug ID: 136482
   Summary: new LO document is write-protected
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: es...@ieee.org

Description:
I copied some stuff from a web page and pasted it into a ne document. Then I
tried to delete part of the text. It won't allow that

Steps to Reproduce:
1. create new writer document
2. Copy a portion of a web page
3. Select about 20 lines at the end and press delete.

Actual Results:
message box
read-only cont
Write-protected content cannot be changed
No modifications will be accepted

Expected Results:
text should have deleted


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

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

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


[Libreoffice-bugs] [Bug 136479] Regression started in 7.0.1 - In Toolbar Background color, Font color & Border color shows blank (should show default color or last used color)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136479

Getafix  changed:

   What|Removed |Added

Summary|Regression started in 7.0.1 |Regression started in 7.0.1
   |- In Toolbar Background |- In Toolbar Background
   |color, Font color & Border  |color, Font color & Border
   |color shows blank (should   |color shows blank (should
   |show default or last used   |show default color or last
   |color)  |used color)

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


[Libreoffice-bugs] [Bug 136479] Regression started in 7.0.1 - In Toolbar Background color, Font color & Border color shows blank (should show default or last used color)

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136479

Getafix  changed:

   What|Removed |Added

Summary|Regression in 7.0.1,|Regression started in 7.0.1
   |Background color, Font  |- In Toolbar Background
   |color & Border color shows  |color, Font color & Border
   |blank in Toolbar|color shows blank (should
   ||show default or last used
   ||color)

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


[Libreoffice-bugs] [Bug 136481] Regression in 7.0.0 & 7.0.1 - Data Validation Drop-down when using keys "ALT+DOWN Arrow" then again "Down Arrow", it doesn't highlight the first option (when cell is bl

2020-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136481

Getafix  changed:

   What|Removed |Added

Summary|Regression - Data   |Regression in 7.0.0 & 7.0.1
   |Validation Drop-down when   |- Data Validation Drop-down
   |using keys "ALT+DOWN Arrow" |when using keys "ALT+DOWN
   |then again "Down Arrow", it |Arrow" then again "Down
   |doesn't highlight the first |Arrow", it doesn't
   |option (when cell is blank) |highlight the first option
   ||(when cell is blank)

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


  1   2   3   4   5   6   >