[Libreoffice-bugs] [Bug 136353] Crash:change shape line color on sidebar.

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

--- Comment #1 from sawakaze  ---
Created attachment 164947
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164947=edit
ScreenCast

if my description is uncleared, please see screencast

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


[Libreoffice-bugs] [Bug 136353] New: Crash:change shape line color on sidebar.

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

Bug ID: 136353
   Summary: Crash:change shape line color on sidebar.
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Description:
following steps, libreoffice was crashed.

I could confirm this bug on gtk3 env.
I could not confirm this bug on kde env.

if my description is uncleared, please see screen cast (attachment)

Steps to Reproduce:
1. open writer
2. menu > insert > Basic Shapes > Rectangle 
3. Set Rectangle
4. select rectangle shape, open Properties > Line on sidebar 
5. change line color

Actual Results:
after step 5, application crash 

Expected Results:
not application crash, and change line color


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I confirm 

Version: 7.1.0.0.alpha0+
Build ID: 0d2dbcbebf0004e690feb91c38dd478a32dc6255
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-30_17:39:21
Calc: threaded

OS: Linux Ubuntu MATE
Desktop: MATE

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

2020-08-31 Thread Szymon Kłos (via logerrit)
 sd/uiconfig/simpress/ui/notebookbar.ui |  132 -
 1 file changed, 66 insertions(+), 66 deletions(-)

New commits:
commit 76fd25165b8c0e4a409becb4dbd9042a7cbe6a39
Author: Szymon Kłos 
AuthorDate: Tue Aug 4 12:46:26 2020 +0200
Commit: Szymon Kłos 
CommitDate: Tue Sep 1 07:47:48 2020 +0200

notebookbar: keep align items together

Change-Id: I24fe425b6b578dc80487464c3206c52ecac8aab0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100079
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101521
Tested-by: Jenkins

diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui 
b/sd/uiconfig/simpress/ui/notebookbar.ui
index 037bf18b0348..27a432bdefd1 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -11203,17 +11203,6 @@
 True
 icons
 False
-
-  
-True
-False
-.uno:ObjectAlignLeft
-  
-  
-False
-True
-  
-
   
   
 False
@@ -11227,17 +11216,6 @@
 True
 icons
 False
-
-  
-True
-False
-.uno:AlignUp
-  
-  
-False
-True
-  
-
   
   
 False
@@ -11301,6 +11279,17 @@
 True
 icons
 False
+
+  
+True
+False
+.uno:ObjectAlignLeft
+  
+  
+False
+True
+  
+
 
   
 True
@@ -11336,6 +11325,17 @@
 True
 icons
 False
+
+  
+True
+False
+.uno:AlignUp
+  
+  
+False
+True
+  
+
 
   
 True
@@ -12403,17 +12403,6 @@
 True
 icons
 False
-
-  
-True
-False
-.uno:ObjectAlignLeft
-  
-  
-False
-True
-  
-
   
   
 False
@@ -12427,17 +12416,6 @@
 True
 icons
   

[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/css

2020-08-31 Thread Szymon Kłos (via logerrit)
 loleaflet/css/loleaflet.css |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0124eb773d8e400964cc9eaf5f6b85a07460d158
Author: Szymon Kłos 
AuthorDate: Mon Aug 31 14:35:26 2020 +0200
Commit: Szymon Kłos 
CommitDate: Tue Sep 1 07:44:23 2020 +0200

Fix blinking cursor

Change-Id: I723dcfc06e07d3d5a83e64eee812d3084dc8378c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101728
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Szymon Kłos 

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 90f4afced..75b4a53a2 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -545,10 +545,10 @@ body {
 }
 
 .lokblink {
-animation: blink 150ms infinite alternate;
+animation: lokblink 150ms infinite alternate;
 }
 
-@keyframes blink {
+@keyframes lokblink {
 from { opacity:1; }
 to { opacity:0; }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - formula/source

2020-08-31 Thread Caolán McNamara (via logerrit)
 formula/source/ui/dlg/funcpage.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a3035a228f14f81a3db8cdbf6113edfc1358a616
Author: Caolán McNamara 
AuthorDate: Mon Aug 31 10:09:51 2020 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Tue Sep 1 07:39:59 2020 +0200

tdf#136269 give search entry initial focus

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

diff --git a/formula/source/ui/dlg/funcpage.cxx 
b/formula/source/ui/dlg/funcpage.cxx
index 56162a45a1d9..e8370d54938d 100644
--- a/formula/source/ui/dlg/funcpage.cxx
+++ b/formula/source/ui/dlg/funcpage.cxx
@@ -70,6 +70,8 @@ FuncPage::FuncPage(weld::Container* pParent, const 
IFunctionManager* _pFunctionM
 m_xLbFunction->connect_row_activated( LINK( this, FuncPage, DblClkHdl ) );
 m_xLbFunction->connect_key_press( LINK( this, FuncPage, KeyInputHdl ) );
 m_xLbFunctionSearchString->connect_changed( LINK( this, FuncPage, 
ModifyHdl ) );
+
+m_xLbFunctionSearchString->grab_focus();
 }
 
 FuncPage::~FuncPage()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-08-31 Thread Mike Kaganski (via logerrit)
 sc/qa/extras/macros-test.cxx   |4 
 sc/qa/extras/testdocuments/NamesSheetLocal.xls |binary
 sc/source/ui/vba/vbaworksheet.cxx  |5 +
 3 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 8f44418fa36fa5475fca1dab664a85bd47386297
Author: Mike Kaganski 
AuthorDate: Fri Aug 28 09:26:15 2020 +0200
Commit: Mike Kaganski 
CommitDate: Tue Sep 1 07:31:37 2020 +0200

tdf#136233: Use sheet-local named ranges for VBA's Worksheet.Names

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

diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index df2a1583edd4..5e6aa3d263fc 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -303,6 +303,10 @@ void ScMacrosTest::testVba()
 OUString("Names."),
 
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic=document")
 },
+{
+OUString("NamesSheetLocal."),
+
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic=document")
+},
 {
 OUString("vba_endFunction."),
 
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic=document")
diff --git a/sc/qa/extras/testdocuments/NamesSheetLocal.xls 
b/sc/qa/extras/testdocuments/NamesSheetLocal.xls
new file mode 100644
index ..9086d62a1f36
Binary files /dev/null and b/sc/qa/extras/testdocuments/NamesSheetLocal.xls 
differ
diff --git a/sc/source/ui/vba/vbaworksheet.cxx 
b/sc/source/ui/vba/vbaworksheet.cxx
index 57aca4796e41..91cfcd09a6f8 100644
--- a/sc/source/ui/vba/vbaworksheet.cxx
+++ b/sc/source/ui/vba/vbaworksheet.cxx
@@ -748,10 +748,7 @@ ScVbaWorksheet::Hyperlinks( const uno::Any& aIndex )
 uno::Any SAL_CALL
 ScVbaWorksheet::Names( const css::uno::Any& aIndex )
 {
-// fake sheet-local names by returning all global names
-// #163498# initialize Names object with correct parent (this worksheet)
-// TODO: real sheet-local names...
-uno::Reference< beans::XPropertySet > xProps( mxModel, 
uno::UNO_QUERY_THROW );
+css::uno::Reference xProps(getSheet(), 
css::uno::UNO_QUERY_THROW);
 uno::Reference< sheet::XNamedRanges > xNamedRanges(  
xProps->getPropertyValue("NamedRanges"), uno::UNO_QUERY_THROW );
 uno::Reference< XCollection > xNames( new ScVbaNames( this, mxContext, 
xNamedRanges, mxModel ) );
 if ( aIndex.hasValue() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-08-31 Thread Mike Kaganski (via logerrit)
 cui/source/dialogs/about.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca7caf212a90b6e4290782159cbdbb36e4538f19
Author: Mike Kaganski 
AuthorDate: Mon Aug 31 15:37:33 2020 +0200
Commit: Mike Kaganski 
CommitDate: Tue Sep 1 07:31:03 2020 +0200

Fix warning condition

Missed that I needed to reverse the condition when replacing OSL_ENSURE
with SAL_WARN_IF in 37f452bc2beeae9b4648013a3bf4f2e8b56c0c85.

Thanks Julien for noticing!

Change-Id: Id24216e11ca970b05aac40a09ed02cdbb4cf9865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101678
Reviewed-by: Julien Nabet 
Reviewed-by: Mike Kaganski 
Tested-by: Jenkins

diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 69fdc922c994..558f54b3da0e 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -158,7 +158,7 @@ OUString AboutDialog::GetVersionString() {
 OUString AboutDialog::GetBuildString()
 {
   OUString sBuildId(utl::Bootstrap::getBuildIdData(""));
-  SAL_WARN_IF(!sBuildId.isEmpty(), "cui.dialogs", "No BUILDID in bootstrap 
file");
+  SAL_WARN_IF(sBuildId.isEmpty(), "cui.dialogs", "No BUILDID in bootstrap 
file");
 
   return sBuildId;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136218] Icon of each macro disappeared in customized toolbar

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

Nukool Chompuparn  changed:

   What|Removed |Added

Summary|Icon of each macro  |Icon of each macro
   |disappeared in cutomized|disappeared in customized
   |toolbar |toolbar

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


[Libreoffice-bugs] [Bug 93510] Automatically find column and row labels may determine a row label instead of column label.

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

--- Comment #5 from Roseheeler  ---
Automatically find column and row labels may determine a row label instead of
column label, Readers please come and give answer for the question. I have no
idea about anything and i also don't aware from such
https://www.toppaperwritingservice.com/review-essayhave-com/ site plans where
they share ideas for 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 136320] ALPHABETICAL INDEX: Concordance documentation is not precise

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

BogdanB  changed:

   What|Removed |Added

 CC||olivier.hallot@libreoffice.
   ||org
Summary|ALPHABETICAL INDEX: |ALPHABETICAL INDEX:
   |Concordance not working |Concordance documentation
   ||is not precise
  Component|Writer  |Documentation

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


[Libreoffice-bugs] [Bug 135661] Image position broken after undo save & reload (and causes save error for DOCX)

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

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 135858] Rename file in 8.3 format

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

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 132834] OwnCloud support for LO Remote Files

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

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 135850] [feature request for Calc] format data points with name of data series

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

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 135849] Image shuffle around when moving an image (another example)

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

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 135844] Windows: MAILMERGE fails to generate all single PDFs

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

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 135857] [UI] Find & Replace with Format after apply and unapply Font Effects

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

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 135854] Image disappearing of changing page wrap to optimal (paragraph where the 'as character' image is anchored to' is moving up

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

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 135822] blank graph where referring to another sheet

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

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 135846] Images disappearing of page (or becoming transparent) after moving image

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

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 135842] Anchoring changes image position depending on which anchor is chosen

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

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 135839] While using PPT some images (Animated to appear after text) appear blank

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

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 135855] Enhancement: RAND.NV() recalculation extended to named and/or marked cell-ranges containing RAND.NV()

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

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 135837] DOCUMENTATION: Page wrap / Parallel wrap & default anchor change

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-ux-advise] [Bug 135832] UI: Configuring a bitmap to show on full page with custom position and size not easy to do/ user friendly

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

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135831] Crashed when editing master document

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

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 135832] UI: Configuring a bitmap to show on full page with custom position and size not easy to do/ user friendly

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

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 133737] Calc hangs/freezes on second sort action

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

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 135819] LibreOffice 7 Fails to Remember AdoptOpenJDK Java Runtime

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

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 135817] closing chart data editing dialog blocked by another

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

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 95957] LibreOffice 5.0.3.2 - crashes with std::bad_alloc

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 135824] copying sheet with graph looses data-series names

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

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 135821] copying secondary sheets gives blank/broken graphs

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

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 133737] Calc hangs/freezes on second sort action

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

--- Comment #11 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 109530] [META] File opening issues

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

Bug 95957 Summary: LibreOffice 5.0.3.2 - crashes with std::bad_alloc
https://bugs.documentfoundation.org/show_bug.cgi?id=95957

   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 135823] unable to unset chart border-color

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

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 135816] Tip of the Day should draw keycaps for keyboard shortcuts to be less confusing.

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

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 131106] New Paste-Special function from web browser to writer

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

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

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 130349] Cannot modify PDF author when exporting PDF

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 95957] LibreOffice 5.0.3.2 - crashes with std::bad_alloc

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

--- Comment #33 from QA Administrators  ---
Dear Thomas Schweikle,

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 90448] Norwegian Bokmål Language Save Pop Up

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

--- Comment #11 from QA Administrators  ---
Dear tellefsen.magnus,

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 90448] Norwegian Bokmål Language Save Pop Up

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 61369] EDITING Paste Special does not work in outline mode - pasting with formatting can be annoying here

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

--- Comment #6 from QA Administrators  ---
Dear freddi34,

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
https://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 130349] Cannot modify PDF author when exporting PDF

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

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

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 129507] Erase Ink on Slide does not work

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

--- Comment #3 from QA Administrators  ---
Dear Marc Rochkind,

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 111917] EDITING: Not able to select the pasted directly after pasting from Internet explorer

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

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

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
https://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 111901] Esc key does not abort XRangeSelectionListener

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

--- Comment #3 from QA Administrators  ---
Dear Andreas Säger,

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
https://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 61568] Problem to position graphic elements over images

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

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

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
https://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 112131] Unable to modify hyperlink target in document

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://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 135871] Highlighting no fill is not the same as no fill; there is still direct formatting present according to paragraph style

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

--- Comment #7 from Mike Kaganski  ---
(In reply to Telesto from comment #5)

No. Ctrl+M is *not* a last resort. There are hundreds of possible pieces of
manual formatting. They interact in different ways to result in what you see,
with no easy way to know which specific manual setting produced this effect. If
you took time to learn e.g. rationale for styles inspector, you would know
that. Introducing those hundreds of tools for a task that is not going to be
used is just useless.

WF imo.

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


[Libreoffice-bugs] [Bug 91886] Make font installation optional

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

--- Comment #15 from Mike Kaganski  ---
Could someone please explain just *why* should LibreOffice redistribute fonts
that are not created by LibreOffice, for LibreOffice, or required to
LibreOffice? Maybe let's also start redistributing paper or printers on the
grounds that they may be used for printing from LibreOffice? Or find likewise
unrelated activity?

-- 
You are receiving this mail because:
You 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 91886] Make font installation optional

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

--- Comment #15 from Mike Kaganski  ---
Could someone please explain just *why* should LibreOffice redistribute fonts
that are not created by LibreOffice, for LibreOffice, or required to
LibreOffice? Maybe let's also start redistributing paper or printers on the
grounds that they may be used for printing from LibreOffice? Or find likewise
unrelated activity?

-- 
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 84764] FILEOPEN: Calc doesn't handle weird filenames, claims they don't exist

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

--- Comment #9 from Michael Warner  ---
I was able to reproduce it with:
Version: 6.3.4.2
Build ID: 60da17e045e08f1793c57c00ba83cdfce946d0aa
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.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-bugs] [Bug 84472] Deal with UNCONFIRMED NeedAdvice Bugs

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

Michael Warner  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |NOTABUG

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


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

2020-08-31 Thread Ahmed ElShreif (via logerrit)
 sw/source/uibase/docvw/AnnotationWin.cxx  |   19 +++
 sw/source/uibase/docvw/AnnotationWin2.cxx |   16 ++
 uitest/ui_logger_dsl/Special_commands.tx  |   34 +
 uitest/ui_logger_dsl/dsl_core.py  |   75 ++
 vcl/source/uitest/logger.cxx  |   18 +++
 5 files changed, 161 insertions(+), 1 deletion(-)

New commits:
commit 2e635d22cdbfcfe163b46427d04ebce9fe21a61e
Author: Ahmed ElShreif 
AuthorDate: Fri Aug 28 03:11:44 2020 +0200
Commit: Ahmed ElShreif 
CommitDate: Tue Sep 1 03:36:53 2020 +0200

uilogger : Add support in the Logger and DSL for Writer-Comments

For example the DSL syntax will be:
>>Delete Comment1
>>Leave Comment1
>>Show Comment1
>>Hide Comment1
>>Resolve Comment1

Change-Id: Ibdd52f3a12f1679f80e9f3290868c77fbf942d6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101513
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/sw/source/uibase/docvw/AnnotationWin.cxx 
b/sw/source/uibase/docvw/AnnotationWin.cxx
index 579323fd40ef..db719948df8b 100644
--- a/sw/source/uibase/docvw/AnnotationWin.cxx
+++ b/sw/source/uibase/docvw/AnnotationWin.cxx
@@ -31,6 +31,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -67,6 +69,21 @@
 
 #include 
 
+namespace{
+
+void collectUIInformation( const OUString& aevent , const OUString& aID )
+{
+EventDescription aDescription;
+aDescription.aID =  aID;
+aDescription.aParameters = {{"" ,  ""}};
+aDescription.aAction = aevent;
+aDescription.aParent = "MainWindow";
+aDescription.aKeyWord = "SwEditWinUIObject";
+UITestLogger::getInstance().logEvent(aDescription);
+}
+
+}
+
 namespace sw::annotation {
 
 SwAnnotationWin::SwAnnotationWin( SwEditWin& rEditWin,
@@ -245,6 +262,7 @@ void SwAnnotationWin::SetResolved(bool resolved)
 mbResolvedStateUpdated = true;
 UpdateData();
 Invalidate();
+collectUIInformation("SETRESOLVED",get_id());
 }
 
 void SwAnnotationWin::ToggleResolved()
@@ -307,6 +325,7 @@ void SwAnnotationWin::UpdateData()
 
 void SwAnnotationWin::Delete()
 {
+collectUIInformation("DELETE",get_id());
 if (!mrView.GetWrtShellPtr()->GotoField(*mpFormatField))
 return;
 
diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx 
b/sw/source/uibase/docvw/AnnotationWin2.cxx
index 633b8ebe00d8..10493e45a04a 100644
--- a/sw/source/uibase/docvw/AnnotationWin2.cxx
+++ b/sw/source/uibase/docvw/AnnotationWin2.cxx
@@ -58,6 +58,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -80,6 +82,17 @@ using namespace sw::sidebarwindows;
 namespace
 {
 
+void collectUIInformation( const OUString& aevent , const OUString& aID )
+{
+EventDescription aDescription;
+aDescription.aID =  aID;
+aDescription.aParameters = {{"" ,  ""}};
+aDescription.aAction = aevent;
+aDescription.aParent = "MainWindow";
+aDescription.aKeyWord = "SwEditWinUIObject";
+UITestLogger::getInstance().logEvent(aDescription);
+}
+
 /// Translate absolute <-> relative twips: LOK wants absolute coordinates as 
output and gives absolute coordinates as input.
 void lcl_translateTwips(vcl::Window const & rParent, vcl::Window& rChild, 
MouseEvent* pMouseEvent)
 {
@@ -1126,6 +1139,7 @@ void SwAnnotationWin::ShowNote()
 
 // Invalidate.
 InvalidateControl();
+collectUIInformation("SHOW",get_id());
 }
 
 void SwAnnotationWin::HideNote()
@@ -1141,6 +1155,7 @@ void SwAnnotationWin::HideNote()
 }
 if (mpShadow && mpShadow->isVisible())
 mpShadow->setVisible(false);
+collectUIInformation("HIDE",get_id());
 }
 
 void SwAnnotationWin::InvalidateControl()
@@ -1510,6 +1525,7 @@ void SwAnnotationWin::SwitchToFieldPos()
 if (aCount)
 mrView.GetDocShell()->GetWrtShell()->SwCursorShell::Right(aCount, 0);
 GrabFocusToDocument();
+collectUIInformation("LEAVE",get_id());
 }
 
 void SwAnnotationWin::SetChangeTracking( const SwPostItHelper::SwLayoutStatus 
aLayoutStatus,
diff --git a/uitest/ui_logger_dsl/Special_commands.tx 
b/uitest/ui_logger_dsl/Special_commands.tx
index 9a8dc4cff6c4..9d37029a5e95 100644
--- a/uitest/ui_logger_dsl/Special_commands.tx
+++ b/uitest/ui_logger_dsl/Special_commands.tx
@@ -26,7 +26,7 @@ SpecialCommand:
 writer_command:
 writer_Type_command | writer_Select_command | writer_GOTO_command |
 writer_Create_table | writer_Copy_Text | writer_Cut_Text |
-writer_Paste_Text | writer_Insert_BreakPage
+writer_Paste_Text | writer_Insert_BreakPage | writer_Comment_command
 ;
 writer_Type_command:
   'Type on writer' what_to_type=Type_options
@@ -220,4 +220,36 @@ draw_Delete_Page:
 ;
 draw_Rename_Page:
 'Rename The Selected Page from ' old_name=STRING 'to' new_name=STRING
+;
+
+//=//
+/*
+  This part for all the Writer Comment statements:
+
+1) Leave
+

[Libreoffice-bugs] [Bug 133737] Calc hangs/freezes on second sort action

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

--- Comment #10 from PMouse  ---
Okay, I also cannot reproduce with the daily.deb->appImage version.

Since I reported this bug, my distro has updated from 6.4.4.4 to 6.4.6.2 and I
still have the problem.  FYI.  AFAIK, I will not get access to v7.0 until the
next release of my distribution, which will not be before the end of October. 
Also, it's not clear that newer versions will ever land on this release, so,
unless this bug is fixed in v6.4, it will live on for a at least another year
for these users.

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


[Libreoffice-bugs] [Bug 136352] New: [Writer/Option] Can't save Caption font size on basic font

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

Bug ID: 136352
   Summary: [Writer/Option] Can't save Caption font size on basic
font
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Description:
after following steps, Basic Fonts option > Caption size was not saved.

if my description is uncleared, please see screencast(attachment)


Steps to Reproduce:
1. open writer
2. Menu -> Tools -> Options
--> launch option window
3. open LibreOffice Writer -> Basic Fonts(Western)
4. Change All Font size
i.e. All Font size <- 18pt 
5. press apply and OK
--> close Options Window
6. re-open Basic font size option (Step2 and Step3)
7. confirm font size

Actual Results:
Caption font size was not changed
on example, caption font size was set 12pt


Expected Results:
Caption font size can be change
on example, caption font size <- 18pt.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I confirm this version

Version: 7.1.0.0.alpha0+
Build ID: 0d2dbcbebf0004e690feb91c38dd478a32dc6255
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: en-US (C); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-30_17:39:21
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 136352] [Writer/Option] Can't save Caption font size on basic font

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

--- Comment #1 from sawakaze  ---
Created attachment 164946
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164946=edit
ScreenCast

if my description is uncleared, please see screencast

-- 
You are receiving this mail because:
You 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: Branch 'feature/calc-canvas' - loleaflet/src

2020-08-31 Thread Jan Holesovsky (via logerrit)
 loleaflet/src/map/Map.js |   18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

New commits:
commit dfd77d44836661472908993cbedcef41996c3487
Author: Jan Holesovsky 
AuthorDate: Tue Sep 1 01:39:07 2020 +0200
Commit: Jan Holesovsky 
CommitDate: Tue Sep 1 01:49:04 2020 +0200

calc canvas: Fix occasional off-by-one error that results in a blurry 
canvas.

The core of the fix is in _getNewPixelOrigin() where the round() behaves
non-predictably / inconsistently with the rest of the code, causing
random off-by-one error that shows (or not) depending on the window
size.

The biggest problem of this is that this off-by-one is then multiplied
somewhere by the zoom factor, causing the canvas being completely
blurry; but eventually when the user clicked into the sheet, it
'magically' fixed itself.

The rest of the changes (in setZoom()) should actually do the same thing
as the previous code, but using existing methods, instead of computing
the shifts manually.

Change-Id: If0ecb1301b7c1e65cfe8126385ef959c584c5d16

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 84a286eb6..718af8b05 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -474,6 +474,8 @@ L.Map = L.Evented.extend({
this._zoom = this._limitZoom(zoom);
return this;
}
+
+   var curCenter = this.getCenter();
if (this._docLayer && this._docLayer._docType === 
'spreadsheet') {
// for spreadsheets, when the document is smaller than 
the viewing area
// we want it to be glued to the row/column headers 
instead of being centered
@@ -483,14 +485,18 @@ L.Map = L.Evented.extend({
var sheetGeom = calcLayer.sheetGeometry;
var cellRange = sheetGeom.getViewCellRange();
var col = cellRange.columnrange.start, row = 
cellRange.rowrange.start;
-   var zoomScaleAbs = Math.pow(1.2, (zoom - 
this.options.zoom));
+   var zoomScaleAbs = this.zoomToFactor(zoom);
+
var newTopLeftPx = sheetGeom.getCellRect(col, 
row, zoomScaleAbs).getTopLeft();
-   var newCenterPx = 
newTopLeftPx.add(this.getSize().divideBy(2)._floor());
-   var newCenterLatLng = 
this.unproject(newCenterPx, zoom);
+   var moveByPoint = 
this._getTopLeftPoint(curCenter, zoom).subtract(newTopLeftPx);
+
+   // move the center (which is in LatLng) by the 
computed amount of pixels
+   var newCenterLatLng = 
this.unproject(this.project(curCenter, zoom).subtract(moveByPoint), zoom);
+
return this.setView(newCenterLatLng, zoom, 
{zoom: options});
}
}
-   var curCenter = this.getCenter();
+
if (this._docLayer && this._docLayer._visibleCursor && 
this.getBounds().contains(this._docLayer._visibleCursor.getCenter())) {
// Calculate new center after zoom. The intent is that 
the caret
// position stays the same.
@@ -1671,13 +1677,13 @@ L.Map = L.Evented.extend({
var pixelOrigin = center && zoom !== undefined ?
this._getNewPixelOrigin(center, zoom) :
this.getPixelOrigin();
+
return pixelOrigin.subtract(this._getMapPanePos());
},
 
_getNewPixelOrigin: function (center, zoom) {
var viewHalf = this.getSize()._divideBy(2);
-   // TODO round on display, not calculation to increase precision?
-   return this.project(center, 
zoom)._subtract(viewHalf)._add(this._getMapPanePos())._round();
+   return this.project(center, 
zoom)._subtract(viewHalf)._add(this._getMapPanePos())._floor();
},
 
_latLngToNewLayerPoint: function (latlng, zoom, center) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-08-31 Thread Ahmed ElShreif (via logerrit)
 sc/source/ui/drawfunc/fudraw.cxx |   19 +++
 sc/source/ui/view/viewfun6.cxx   |   19 +++
 uitest/ui_logger_dsl/Special_commands.tx |   12 +++-
 uitest/ui_logger_dsl/dsl_core.py |   28 
 vcl/source/uitest/logger.cxx |   12 
 5 files changed, 89 insertions(+), 1 deletion(-)

New commits:
commit fe3d005155a8670d02ff1a8d17f1bcff74a44cab
Author: Ahmed ElShreif 
AuthorDate: Tue Aug 25 23:35:08 2020 +0200
Commit: Ahmed ElShreif 
CommitDate: Tue Sep 1 01:24:53 2020 +0200

uilogger : Add support in the Logger and DSL for Calc-Comments

For example the DSL syntax will be:
>>Open Comment
>>Close Comment

The set text is already added by default to the system

Change-Id: Ic06e00e75e202eece82fa6265e1bb4083fd8c337
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101502
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard 

diff --git a/sc/source/ui/drawfunc/fudraw.cxx b/sc/source/ui/drawfunc/fudraw.cxx
index 36abddf039f5..701790120bd6 100644
--- a/sc/source/ui/drawfunc/fudraw.cxx
+++ b/sc/source/ui/drawfunc/fudraw.cxx
@@ -26,6 +26,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -37,6 +39,22 @@
 #include 
 #include 
 
+namespace
+{
+
+void collectUIInformation( const OUString& aevent )
+{
+EventDescription aDescription;
+aDescription.aID =  "grid_window";
+aDescription.aParameters = {{ aevent ,  ""}};
+aDescription.aAction = "COMMENT";
+aDescription.aParent = "MainWindow";
+aDescription.aKeyWord = "ScGridWinUIObject";
+UITestLogger::getInstance().logEvent(aDescription);
+}
+
+}
+
 // base class for draw module specific functions
 FuDraw::FuDraw(ScTabViewShell& rViewSh, vcl::Window* pWin, ScDrawView* pViewP,
SdrModel* pDoc, const SfxRequest& rReq)
@@ -179,6 +197,7 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt)
 case KEY_ESCAPE:
 if ( rViewShell.IsDrawTextShell() || aSfxRequest.GetSlot() == 
SID_DRAW_NOTEEDIT )
 {
+collectUIInformation("CLOSE");
 // if object selected -> normal draw-shell, else turn off 
drawing
 rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), 
SfxCallMode::SLOT | SfxCallMode::RECORD);
 bReturn = true;
diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx
index d9c664ee3e23..1332f94e4f07 100644
--- a/sc/source/ui/view/viewfun6.cxx
+++ b/sc/source/ui/view/viewfun6.cxx
@@ -24,6 +24,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 #include 
 #include 
 
@@ -46,6 +48,22 @@
 
 #include 
 
+namespace
+{
+
+void collectUIInformation( const OUString& aevent )
+{
+EventDescription aDescription;
+aDescription.aID =  "grid_window";
+aDescription.aParameters = {{ aevent ,  ""}};
+aDescription.aAction = "COMMENT";
+aDescription.aParent = "MainWindow";
+aDescription.aKeyWord = "ScGridWinUIObject";
+UITestLogger::getInstance().logEvent(aDescription);
+}
+
+}
+
 using ::std::vector;
 
 void ScViewFunc::DetectiveAddPred()
@@ -520,6 +538,7 @@ void ScViewFunc::EditNote()
 
 ScTabView::OnLOKNoteStateChanged( pNote );
 }
+collectUIInformation("OPEN");
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uitest/ui_logger_dsl/Special_commands.tx 
b/uitest/ui_logger_dsl/Special_commands.tx
index 601a600f4bdb..9a8dc4cff6c4 100644
--- a/uitest/ui_logger_dsl/Special_commands.tx
+++ b/uitest/ui_logger_dsl/Special_commands.tx
@@ -69,6 +69,8 @@ writer_Insert_BreakPage:
 10)  Paste Cells
 11) Merge Cells
 12) Unmerge Cells
+13) Open Comment
+14) Close Comment
 
   then we can add whatever we need in the future
 */
@@ -76,7 +78,8 @@ calc_command:
   calc_Type_command | calc_switch_sheet | calc_Select_cell | 
calc_AutoFill_filter |
   calc_SelectMenu_filter | calc_Delete_Cells | calc_Remove_Content | 
calc_insert_cells |
   calc_Cut_Cells | calc_Copy_Cells | calc_Paste_Cells | calc_UNMerge_Cells | 
-  calc_Merge_Cells | calc_Rename_Sheet | calc_Insert_sheet
+  calc_Merge_Cells | calc_Rename_Sheet | calc_Insert_sheet | calc_Open_Comment 
|
+  calc_Close_Comment
 ;
 calc_Type_command:
   'Type on current cell' what_to_type=Type_options
@@ -129,6 +132,13 @@ calc_Rename_Sheet:
 calc_Insert_sheet:
 'Insert New Tab '
 ;
+calc_Open_Comment:
+'Open Comment' (txt=STRING)?
+;
+calc_Close_Comment:
+'Close Comment' (txt=STRING)?
+;
+
 //this is the select options
 select_options:
 one_cell | range_of_cells
diff --git a/uitest/ui_logger_dsl/dsl_core.py b/uitest/ui_logger_dsl/dsl_core.py
index 8fa7d141c2c3..062415f00fb1 100644
--- a/uitest/ui_logger_dsl/dsl_core.py
+++ b/uitest/ui_logger_dsl/dsl_core.py
@@ -113,6 +113,8 @@ class ul_Compiler:
 "calc_Type_command": self.handle_calc_Type_command,
 "calc_AutoFill_filter": 

[Libreoffice-bugs] [Bug 136324] EDITING Images do not appear in the document, only placeholders

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

Regina Henschel  changed:

   What|Removed |Added

   Severity|normal  |major
 Ever confirmed|0   |1
   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||rb.hensc...@t-online.de

--- Comment #3 from Regina Henschel  ---
I confirm the problem. Tested with Version: 7.1.0.0.alpha0+ (x64)
Build ID: f55dc985ccba8b3f5c4dbf0c5dc8a8451a3aa626
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

The images are contained in the file and the images are shown, if the file is
opened by an older version of LibreOffice.

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


[Libreoffice-bugs] [Bug 135538] Search-Replace: Regular Expression engine fails on zero length matches

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

--- Comment #9 from ma...@yahoo.co.uk ---
(In reply to Michael Warner from comment #8)
> (In reply to masz0 from comment #7)
> > (In reply to Michael Warner from comment #5)
> > > (In reply to Heiko Tietze from comment #4)
> > > > IIUC, the original request was to find digits like ABC1EFG per "\d *". 
> > > > Works
> > > 
> > > If I am not mistaken, "\d *" has a minimum length of one (a single digit),
> > > so is not an example of this bug. Trying to match "\d*" instead would have
> > > zero length.
> > 
> > No, "\d *" tries to match for 1 digit, followed by 0+ spaces.
> 
> Which is what I was trying to say. At any rate, I don't think it is a valid
> test case for the bug you reported, please correct me if I am wrong.

Oh, sorry, I misunderstood.

Affirmative for "\d *" being an invalid test.

Since it requires and matches one digit, not having any in the input (ABC-EFG)
will make it fail (legitimately; not thru the artificial limitation).

If the input does have digits (ABC1EFG), the pattern will match each in turn.
The matches will be length 1 (or more where followed one or more spaces) -
therefore LO won't discard them.

My problem was specifically about zero-width assertions "(?<=..)", "(?___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136351] Calc ver7 crashes every time cells are selected.

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

--- Comment #1 from Ronn  ---
Created attachment 164945
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164945=edit
Snapshot of the eror message

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


[Libreoffice-bugs] [Bug 136351] New: Calc ver7 crashes every time cells are selected.

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

Bug ID: 136351
   Summary: Calc ver7 crashes every time cells are selected.
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ronn_sm...@hotmail.com

Description:
Good Afternoon...

Yesterday, I downloaded and installed LOv7. In Calc, whenever multiple columns
are selected, the program returns the message "LibreOffice has stopped
working...Close program". 

- Does not happen when rows are selected
- Does not happen when running in Safe mode 

Steps to Reproduce:
The error is generated in 2 steps only:

1.Open Calc
2.Select any set of columns (not rows)in consecutive order


Actual Results:
"LibreOffice has stopped working...Close program".

Expected Results:
Highlight the columns selected


Reproducible: Always


User Profile Reset: No



Additional Info:
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 135286] libreoffice calc menu and dialog fonts extremely tiny

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

--- Comment #4 from Abhi  ---
Thanks for reporting this bug. I can't reproduce it in:

Version: 7.1.0.0.alpha0+ (x64)
Build ID: 5f665a855ef26fae4dfa2ac427685b60545e8b8
CPU threads: 16; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 135538] Search-Replace: Regular Expression engine fails on zero length matches

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

--- Comment #8 from Michael Warner  ---
(In reply to masz0 from comment #7)
> (In reply to Michael Warner from comment #5)
> > (In reply to Heiko Tietze from comment #4)
> > > IIUC, the original request was to find digits like ABC1EFG per "\d *". 
> > > Works
> > 
> > If I am not mistaken, "\d *" has a minimum length of one (a single digit),
> > so is not an example of this bug. Trying to match "\d*" instead would have
> > zero length.
> 
> No, "\d *" tries to match for 1 digit, followed by 0+ spaces.

Which is what I was trying to say. At any rate, I don't think it is a valid
test case for the bug you reported, please correct me if I am wrong.

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


[Libreoffice-bugs] [Bug 136350] New: Calc's Data Streams toolbar is unexpectedly available when you have not enabled experimental features

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

Bug ID: 136350
   Summary: Calc's Data Streams toolbar is unexpectedly available
when you have not enabled experimental features
   Product: LibreOffice
   Version: 7.0.0.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stevemfanning...@gmail.com

Description:
When LO 7.0.0.2 is first installed, a Data Streams toolbar can be opened by
going to View > Toolbars on Calc’s Menu bar. The options on this toolbar relate
to an experimental feature of live data streaming (introduced in LO 4.2). The
two icons on the toolbar are initially grayed but become available when the
“Enable Experimental features” option is selected on the Tools > Options >
LibreOffice > Advanced dialog page.

I think that from a usability perspective, it would be better if the View >
Toolbars > Data Streams menu option was grayed when the “Enable Experimental
features” option is deselected. It is pointless having the toolbar on the
screen, showing two grayed icons. Graying the View > Toolbars > Data Streams
option would be consistent with the current graying applied to the Data >
Streams button.

Would it be possible for the current behavior to be reviewed by the Design and
User Experience team?


Steps to Reproduce:
1. Open Calc. Go to Tools > Options > LibreOffice > Advanced and check that the
option "Enable experimental features" is unchecked.
2. Go to View > Toolbars > Data Streams. 
3.

Actual Results:
Calc displays the Data Streams toolbar (docked at the right end of the Standard
toolbar). The toolbar contains two grayed icons.

Expected Results:
In my opinion, it would be better if the View > Toolbars > Data Streams option
was grayed and this would be consistent with the graying of the Data > Streams
menu option.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version Information:
Version: 7.0.0.2 (x64)
Build ID: c01aa64b6c3d89ebe5fe69c28c7adb24eb85249c
CPU threads: 6; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-GB (en_GB); 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-commits] online.git: cypress_test/Makefile.am

2020-08-31 Thread Tamás Zolnai (via logerrit)
 cypress_test/Makefile.am |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 433b108c50752be9f0416c6b330ad8e03c4dc288
Author: Tamás Zolnai 
AuthorDate: Mon Aug 31 16:16:31 2020 +0200
Commit: Tamás Zolnai 
CommitDate: Tue Sep 1 00:20:18 2020 +0200

cypress: simplify this.

Change-Id: I4b055f13caebd7f034c4aa8aea724aff300c113d
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101766
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Tamás Zolnai 

diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index e0679bf7b..16bbc28c4 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -47,7 +47,7 @@ SPACE :=$(EMPTY) $(EMPTY)
 
 CORE_VERSION := $(subst $(SPACE),_,$(shell "@LO_PATH@"/program/soffice.bin 
--version 2> /dev/null))
 
-BROWSER:=$(if $(shell echo $$CYPRESS_BROWSER),$(shell echo 
$$CYPRESS_BROWSER),$(CHROME))
+BROWSER:=$(if $(CYPRESS_BROWSER),$(CYPRESS_BROWSER),$(CHROME))
 
 if ENABLE_DEBUG
 FILTER_DEBUG=cypress:electron,cypress:launcher
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 135871] Highlighting no fill is not the same as no fill; there is still direct formatting present according to paragraph style

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

Telesto  changed:

   What|Removed |Added

 CC||luke.kend...@gmail.com

--- Comment #6 from Telesto  ---
@Luke
Not sure if you have an opinion on this. However you where included in some of
thee styles and direct formatting topics. And this benjamin here finds they
direct formatting, paragraph formatting still confusing.

As I do combine DF and Paragraph styles, but not being have user of character
styles. And if i highlight something I use the Highlighter, as I'm intending to
highlight sections.. not whole paragraphs.. area which need some attention. 

But not sure if you ran in this type of issue..

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


[Libreoffice-bugs] [Bug 135871] Highlighting no fill is not the same as no fill; there is still direct formatting present according to paragraph style

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

--- Comment #5 from Telesto  ---
(In reply to Mike Kaganski from comment #4)
> *If* you use DF, you need no special "remove part of DF" function.
> *If* you use styles, Ctrl+M is enough.
> 
> No use for the advanced feature to remove parts of DF; but potentially could
> be part of Styles Inspector, where DF entries could have a way to be removed
> (context menu? Del?).

This is better compared to nothing. 


CTRL+M is a last resort. It removes all DF, including maybe intentional
formatting. So rather frustrating to use. As you need to redo the intended part 
This because you can't "undo" highlighting/font color setting; there is no
contrary action; If you DF Font color/ highlighting there is no way back/ out
(except for CTRL+M) As no fill/automatic font color is seen as DF in the model.
Which works for undoing styles formatting by using DF formatting.

And removing DF using Style inspector bit cumbersome way. As far I have seen
this isn't still not as fancy as this. 
https://design.blog.documentfoundation.org/wp-content/uploads/sites/2/2019/11/20191105_SI2.png

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


[Libreoffice-bugs] [Bug 136349] New: Crash in: ucbhelper::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence const &)

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

Bug ID: 136349
   Summary: Crash in:
ucbhelper::Content::getPropertyValuesInterface(com::su
n::star::uno::Sequence const &)
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: davian...@gmail.com

This bug was filed from the crash reporting server and is
br-a477ab22-b57c-4970-8bdd-90046dc9fbcd.
=

Happened during the text editing.

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


[Libreoffice-bugs] [Bug 81908] Use macOS “Sheets” style for dialog boxes

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

--- Comment #6 from Thorsten Wagner  ---
I totaly agree. Dialogs should be designed in a way as simple as possible
without violating any of the different OS/DE style guides.

As sheets are macOS specific, this is no general way to go. I see two
possibilities:

(1) Drop the idea of using sheets

(2) Change the criterion for using sheets: Not for modal dialogs, but for
simple dialogs, e.g. "Save Yes/No/Cancel" of "Tips" and things like that only.
I would be possible to implement this by introducing a dialog attribute on a
per dialog basis, which is ignored by non macOS backends.

BTW: However for new dialogs nesting should be avoided if possible, because
nested dialogs are not very handy. There are currently some dialogs with tree
nesting levels which are very hard to use.

BTW: Style guides for all backends (including macOS) should be taken into
account prior to implementing new dialogs. For example, the new Area dialog
with buttons inside to switch between pages causes poor code within VCL.
Uncommon button states had to be introduced, which are not style guide
compliant (at least for macOS, but probably for GTK, Qt, and Windows too).

My personal opinion: Keep it simple will create a polished UI best.

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


[Libreoffice-ux-advise] [Bug 81908] Use macOS “Sheets” style for dialog boxes

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

--- Comment #6 from Thorsten Wagner  ---
I totaly agree. Dialogs should be designed in a way as simple as possible
without violating any of the different OS/DE style guides.

As sheets are macOS specific, this is no general way to go. I see two
possibilities:

(1) Drop the idea of using sheets

(2) Change the criterion for using sheets: Not for modal dialogs, but for
simple dialogs, e.g. "Save Yes/No/Cancel" of "Tips" and things like that only.
I would be possible to implement this by introducing a dialog attribute on a
per dialog basis, which is ignored by non macOS backends.

BTW: However for new dialogs nesting should be avoided if possible, because
nested dialogs are not very handy. There are currently some dialogs with tree
nesting levels which are very hard to use.

BTW: Style guides for all backends (including macOS) should be taken into
account prior to implementing new dialogs. For example, the new Area dialog
with buttons inside to switch between pages causes poor code within VCL.
Uncommon button states had to be introduced, which are not style guide
compliant (at least for macOS, but probably for GTK, Qt, and Windows too).

My personal opinion: Keep it simple will create a polished UI best.

-- 
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 136348] To many ways of setting page styles

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

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||6346
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #2 from Telesto  ---
See bug 136346 where this tends to cause problems

-- 
You are receiving this mail because:
You 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 136348] To many ways of setting page styles

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

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||6346
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #2 from Telesto  ---
See bug 136346 where this tends to cause problems

-- 
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 136346] Delete page break doesn't work as expected

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

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 123385] FILEOPEN DOCX NOT table formula is not working in LO

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

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Status|RESOLVED|VERIFIED

--- Comment #6 from BogdanB  ---
Verified in
Version: 7.1.0.0.alpha0+
Build ID: e2f4e65a7b8024c00b049eebf0d87637efda7f24
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-US (ro_RO.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 136348] New: To many ways of setting page styles

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

Bug ID: 136348
   Summary: To many ways of setting page styles
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
To many ways of setting page styles

Steps to Reproduce:
1. Open the attached file
2. Select the yellow marked text
3. Format -> Paragraph -> Text flow tab
4. Check Insert Break
5. Check with page style -> Landscape
6. Press OK
7. Press CTRL+ENTER
8. Select the blue header bar -> Edit Page break
9. Text flow tab 
10. Check insert page break -> Check with style -> Select first page
11. Press OK
12. Sidebar -> Default paragraph style -> Right click -> Modify
13. Text flow tab
14. Check insert break
15. Check with page style -> Pick say Index
16. Press OK
17. Place cursor on the second page
18. Format -> page style
19. Organizer tab
20. Select next page style -> To HTML

Not even sure if the end result is intended.. 4 pages?


Actual Results:
Overwhelming amount ways of defining page styles

Expected Results:
Bit more simplistic if possible


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 136348] To many ways of setting page styles

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

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

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


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

2020-08-31 Thread Pranam Lashkari (via logerrit)
 sc/source/filter/xml/xmlcelli.cxx |   15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 35585f85049fd20719c42d7d7433859df59a0967
Author: Pranam Lashkari 
AuthorDate: Fri Aug 28 00:46:06 2020 +0530
Commit: Pranam Lashkari 
CommitDate: Mon Aug 31 23:39:38 2020 +0200

LOK: do not show calc notes in the online

Change-Id: I3d69aab2a76948182483025536dbc4ddc928a86e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101500
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 
(cherry picked from commit 413f4bc4d54785d3953a03948276c8d9bb1f3397)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101465
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari 

diff --git a/sc/source/filter/xml/xmlcelli.cxx 
b/sc/source/filter/xml/xmlcelli.cxx
index 1551fb9fbb6f..db4ce95cda52 100644
--- a/sc/source/filter/xml/xmlcelli.cxx
+++ b/sc/source/filter/xml/xmlcelli.cxx
@@ -95,6 +95,7 @@
 #include 
 
 #include 
+#include 
 
 using namespace com::sun::star;
 using namespace xmloff::token;
@@ -862,7 +863,7 @@ void ScXMLTableRowCellContext::SetAnnotation(const 
ScAddress& rPos)
 
 /*  Try to reuse the drawing object already created (but only if the
 note is visible, and the object is a caption object). */
-if( mxAnnotationData->mbShown && mxAnnotationData->mbUseShapePos )
+if( mxAnnotationData->mbShown && mxAnnotationData->mbUseShapePos && 
!comphelper::LibreOfficeKit::isActive())
 {
 if( SdrCaptionObj* pCaption = dynamic_cast< SdrCaptionObj* >( 
pObject ) )
 {
@@ -896,9 +897,19 @@ void ScXMLTableRowCellContext::SetAnnotation(const 
ScAddress& rPos)
 if (xOutlinerObj)
 {
 // create cell note with all data from drawing object
-pNote = ScNoteUtil::CreateNoteFromObjectData( *pDoc, rPos,
+if(!comphelper::LibreOfficeKit::isActive())
+{
+pNote = ScNoteUtil::CreateNoteFromObjectData( *pDoc, rPos,
 std::move(xItemSet), xOutlinerObj.release(),
 aCaptionRect, mxAnnotationData->mbShown );
+}
+else
+{
+pNote = ScNoteUtil::CreateNoteFromObjectData( *pDoc, rPos,
+std::move(xItemSet), xOutlinerObj.release(),
+aCaptionRect, false );
+}
+
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136347] New: Field "Time" always shows the time in UTC

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

Bug ID: 136347
   Summary: Field "Time" always shows the time in UTC
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: friedbert.widm...@gmx.de

When I insert a field of type "Time" it always shows the time in UTC, no matter
which time zone is chosen on the system.

My environment:
* Collabora Online Development edition (LOOLWSD: 4.6.2, LOKit: 6.2-21) on
Debian 9.
* Frontend: Nextcloud 19.0.2 with Collabora Online V3.7.3.

Regards
Friedbert

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

2020-08-31 Thread Stephan Bergmann (via logerrit)
 sax/qa/cppunit/xmlimport.cxx |   31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

New commits:
commit 0ccee5537371ea38265c2893fe110ca4f2f1492b
Author: Stephan Bergmann 
AuthorDate: Mon Aug 31 14:46:48 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Aug 31 23:34:30 2020 +0200

Simplify code with std::string_view

Change-Id: Ic296bf6abe621e702fa47378ac4c3cdf9f73ba27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101732
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/sax/qa/cppunit/xmlimport.cxx b/sax/qa/cppunit/xmlimport.cxx
index 97406d88310d..b6bd71728019 100644
--- a/sax/qa/cppunit/xmlimport.cxx
+++ b/sax/qa/cppunit/xmlimport.cxx
@@ -38,6 +38,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -254,9 +255,9 @@ void SAL_CALL NSDocumentHandler::startElement( const 
OUString& aName, const Refe
 class DummyTokenHandler : public sax_fastparser::FastTokenHandlerBase
 {
 public:
-const static OStringLiteral tokens[];
+const static std::string_view tokens[];
 const static OUStringLiteral namespaceURIs[];
-const static OStringLiteral namespacePrefixes[];
+const static std::string_view namespacePrefixes[];
 
 // XFastTokenHandler
 virtual Sequence< sal_Int8 > SAL_CALL getUTF8Identifier( sal_Int32 nToken 
) override;
@@ -265,26 +266,26 @@ public:
 virtual sal_Int32 getTokenDirect( const char *pToken, sal_Int32 nLength ) 
const override;
 };
 
-const OStringLiteral DummyTokenHandler::tokens[] = {
-OStringLiteral("Signature"), OStringLiteral("CanonicalizationMethod"),
-OStringLiteral("Algorithm"), OStringLiteral("Type"),
-OStringLiteral("DigestMethod"), OStringLiteral("Reference"),
-OStringLiteral("document"), OStringLiteral("spacing"),
-OStringLiteral("Player"), OStringLiteral("Height") };
+const std::string_view DummyTokenHandler::tokens[] = {
+"Signature", "CanonicalizationMethod",
+"Algorithm", "Type",
+"DigestMethod", "Reference",
+"document", "spacing",
+"Player", "Height" };
 
 const OUStringLiteral DummyTokenHandler::namespaceURIs[] = {
 u"http://www.w3.org/2000/09/xmldsig#;,
 u"http://schemas.openxmlformats.org/wordprocessingml/2006/main/;,
 u"xyzsports.com/players/football/" };
 
-const OStringLiteral DummyTokenHandler::namespacePrefixes[] = {
-OStringLiteral(""),
-OStringLiteral("w"),
-OStringLiteral("Player") };
+const std::string_view DummyTokenHandler::namespacePrefixes[] = {
+"",
+"w",
+"Player" };
 
 Sequence< sal_Int8 > DummyTokenHandler::getUTF8Identifier( sal_Int32 nToken )
 {
-OString aUtf8Token;
+std::string_view aUtf8Token;
 if ( ( nToken & 0x ) != 0 ) //namespace
 {
 sal_uInt32 nNamespaceToken = ( nToken >> 16 ) - 1;
@@ -298,7 +299,7 @@ Sequence< sal_Int8 > DummyTokenHandler::getUTF8Identifier( 
sal_Int32 nToken )
 aUtf8Token = tokens[ nElementToken ];
 }
 Sequence< sal_Int8 > aSeq( reinterpret_cast< const sal_Int8* >(
-aUtf8Token.getStr() ), aUtf8Token.getLength() );
+aUtf8Token.data() ), aUtf8Token.size() );
 return aSeq;
 }
 
@@ -310,7 +311,7 @@ sal_Int32 DummyTokenHandler::getTokenFromUTF8( const 
uno::Sequence< sal_Int8 >&
 
 sal_Int32 DummyTokenHandler::getTokenDirect( const char* pToken, sal_Int32 
nLength ) const
 {
-OString sToken( pToken, nLength );
+std::string_view sToken( pToken, nLength );
 for( size_t  i = 0; i < SAL_N_ELEMENTS(tokens); i++ )
 {
 if ( tokens[i] == sToken )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136346] Delete page break doesn't work as expected

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

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

For the scratch fanatics.. how you build something like this

1. Open the attached file
2. Select the yellow marked text
3. Format -> Paragraph -> Text flow tab
4. Check Insert Break
5. Check with page style -> Landscape
6. Press OK
7. Sidebar -> Default paragraph style -> Right click -> Modify
8. Text flow tab
9. Check insert break
10. Check with page style -> Pick say Index
11. Press OK

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


[Libreoffice-bugs] [Bug 135208] Heading 1 changes style settings after several chapters

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

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #2 from BogdanB  ---
Hi, remove from your book the content, change the title you have (with other
words simplify the document) and attach here in order for us to test your
problem.

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


[Libreoffice-bugs] [Bug 136346] Delete page break doesn't work as expected

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

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

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


[Libreoffice-bugs] [Bug 136346] New: Delete page break doesn't work as expected

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

Bug ID: 136346
   Summary: Delete page break doesn't work as expected
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Delete page break doesn't work as expected

Steps to Reproduce:
1. Open the attached file
2. Hoover over the blue page break line
3. Click delete page break -> Nothing
4. Repeat -> Working

5. File reload
6. Hoover over the blue page break line
7. Edit page break -> Text flow tab
8. Uncheck insert break & press OK Look at the result

Actual Results:
Delete page break needs to be used twice

Expected Results:
Deletion at once?


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 136253] I get "Filter Selector" when trying to open a LO document

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

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #3 from BogdanB  ---
Try to click cancel, and after that go to Help - Restart in Safe Mode - Restart
- Factory Settings.

So, you will have like a new istallation of LibreOffice.

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


[Libreoffice-bugs] [Bug 136345] New: UI: Transparency preview gone after pressing reset

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

Bug ID: 136345
   Summary: UI: Transparency preview gone after pressing reset
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
UI: Transparency preview gone after pressing reset

Steps to Reproduce:
1. Open Writer
1. Sidebar -> Paragraph styles -> Default paragraph style 
2. Right click -> Modify
3. Area tab -> Click Gradient button
4. Switch to Transparency tab 
5. Press Reset

Actual Results:
No preview

Expected Results:
Still preview


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


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

2020-08-31 Thread Jim Raykowski (via logerrit)
 sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit bc9cb2e6bb7dce18303c2713ae6bd89a32fb46e3
Author: Jim Raykowski 
AuthorDate: Sun Aug 30 13:48:23 2020 -0800
Commit: Jim Raykowski 
CommitDate: Mon Aug 31 23:22:25 2020 +0200

remove unneeded include

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

diff --git a/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx 
b/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx
index 2bbc55504e95..7ab66b9c3291 100644
--- a/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx
+++ b/sw/source/uibase/docvw/OutlineContentVisibilityWin.cxx
@@ -10,7 +10,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-08-31 Thread Stephan Bergmann (via logerrit)
 vcl/source/app/watchdog.cxx |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 9f60ee1b57ada579d1afe2fe322af53f211c4549
Author: Stephan Bergmann 
AuthorDate: Mon Aug 31 17:43:35 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Aug 31 23:07:31 2020 +0200

Clean up some SAL_WARN argument streaming

Change-Id: I78841ff2d6356d4789664029a3fa82771178e941
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101754
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/vcl/source/app/watchdog.cxx b/vcl/source/app/watchdog.cxx
index 588cf6d579be..f43f708b1eb4 100644
--- a/vcl/source/app/watchdog.cxx
+++ b/vcl/source/app/watchdog.cxx
@@ -56,8 +56,7 @@ template  struct WatchdogHelper
 if (!bFired)
 {
 gbWatchdogFiring = true;
-SAL_WARN("vcl.watchdog",
- OStringLiteral("Watchdog triggered: hard disable 
") + Zone::name());
+SAL_WARN("vcl.watchdog", "Watchdog triggered: hard disable 
" << Zone::name());
 Zone::hardDisable();
 gbWatchdogFiring = false;
 }
@@ -66,8 +65,7 @@ template  struct WatchdogHelper
 // we can hang using VCL in the abort handling -> be impatient
 if (bAbortFired)
 {
-SAL_WARN("vcl.watchdog",
- OStringLiteral("Watchdog gave up: hard exiting ") 
+ Zone::name());
+SAL_WARN("vcl.watchdog", "Watchdog gave up: hard exiting " 
<< Zone::name());
 _Exit(1);
 }
 }
@@ -77,8 +75,7 @@ template  struct WatchdogHelper
 {
 if (!bAbortFired)
 {
-SAL_WARN("vcl.watchdog",
- OStringLiteral("Watchdog gave up: aborting ") + 
Zone::name());
+SAL_WARN("vcl.watchdog", "Watchdog gave up: aborting " << 
Zone::name());
 gbWatchdogFiring = true;
 std::abort();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 81409] FILESAVE: Concordance file (.sdi)

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

BogdanB  changed:

   What|Removed |Added

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

--- Comment #15 from BogdanB  ---
Could be a problem with encoding on Windows
See this bug: https://bugs.documentfoundation.org/show_bug.cgi?id=108910

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


[Libreoffice-bugs] [Bug 108910] Concordance file for indexes breaks UTF-8 and turns the characters into ASCII

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

BogdanB  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 132729] Anchor position on file open different from file save

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

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

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


[Libreoffice-bugs] [Bug 132729] Anchor position on file open different from file save

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

--- Comment #4 from Telesto  ---
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff, gif ...)

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

Bug 132655 Summary: The size calculation of the shape in cm/inch is off after 
changing the DPI from 96 to 95 and back to 96
https://bugs.documentfoundation.org/show_bug.cgi?id=132655

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 116082] [META] Image issues related to image DPI

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

Bug 132655 Summary: The size calculation of the shape in cm/inch is off after 
changing the DPI from 96 to 95 and back to 96
https://bugs.documentfoundation.org/show_bug.cgi?id=132655

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 132655] The size calculation of the shape in cm/inch is off after changing the DPI from 96 to 95 and back to 96

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

Telesto  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

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


[Libreoffice-bugs] [Bug 116082] [META] Image issues related to image DPI

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

Bug 132654 Summary: PNG exporter window shows the wrong size of the shape
https://bugs.documentfoundation.org/show_bug.cgi?id=132654

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 132654] PNG exporter window shows the wrong size of the shape

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

Telesto  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Telesto  ---
Looks ok
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 92851] Editing: Index entries affect alphabetical index with concordance file's ability to find other search terms

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

BogdanB  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #13 from BogdanB  ---
still here.
Version: 6.4.5.2
Build ID: a726b36747cf2001e06b58ad5db1aa3a9a1872d6
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.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


  1   2   3   4   5   6   7   >