[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - sw/source

2021-01-20 Thread Samuel Mehrbrodt (via logerrit)
 sw/source/uibase/uno/unotxdoc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b510f403f9fb9e429ffe9faccf78808d64c5f8b5
Author: Samuel Mehrbrodt 
AuthorDate: Mon Jan 18 12:07:16 2021 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Thu Jan 21 08:54:10 2021 +0100

XTextDocument::refresh should do a full reformatting

Change-Id: Ia92e10e43cb8254b6dd35db03462b87d0fe93f45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109538
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 
(cherry picked from commit cbbfed893616f804cb6557185ddda26c0cef2ed6)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109572
Tested-by: Samuel Mehrbrodt 

diff --git a/sw/source/uibase/uno/unotxdoc.cxx 
b/sw/source/uibase/uno/unotxdoc.cxx
index 1db55d3c5831..1bbf2fc5a972 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -2246,7 +2246,7 @@ void SwXTextDocument::refresh()
 SwViewShell *pViewShell = pDocShell->GetWrtShell();
 NotifyRefreshListeners();
 if(pViewShell)
-pViewShell->CalcLayout();
+pViewShell->Reformat();
 }
 
 void SAL_CALL SwXTextDocument::addRefreshListener(
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - sw/source

2021-01-20 Thread Samuel Mehrbrodt (via logerrit)
 sw/source/uibase/shells/basesh.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aaa3358969cafe3edc2904599b69f7f3c6aee545
Author: Samuel Mehrbrodt 
AuthorDate: Mon Jan 18 15:51:47 2021 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Thu Jan 21 08:53:41 2021 +0100

"Update all" should do a full reformatting

Change-Id: I05b06e4b345c2125f4fd5272fc6a3354396a29ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109554
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 
(cherry picked from commit 4ecabed3ac5aff26bee6d195136ca819cbeb995c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109604
Tested-by: Samuel Mehrbrodt 

diff --git a/sw/source/uibase/shells/basesh.cxx 
b/sw/source/uibase/shells/basesh.cxx
index 9bd0e475b43f..37018af937e0 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -676,7 +676,7 @@ void SwBaseShell::Execute(SfxRequest )
 rDis.Execute( FN_UPDATE_FIELDS );
 rDis.Execute( FN_UPDATE_TOX );
 rDis.Execute( FN_UPDATE_CHARTS );
-rSh.CalcLayout();
+rSh.Reformat();
 }
 break;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - include/svx officecfg/registry sc/sdi sc/source svx/sdi sw/inc sw/sdi sw/source

2021-01-20 Thread Samuel Mehrbrodt (via logerrit)
 include/svx/svxids.hrc   |1 
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |5 ++
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |5 --
 sc/sdi/docsh.sdi |2 +
 sc/source/ui/docshell/docsh3.cxx |5 ++
 sc/source/ui/docshell/docsh4.cxx |5 ++
 sc/source/ui/inc/docsh.hxx   |1 
 svx/sdi/svx.sdi  |   16 
+
 sw/inc/cmdid.h   |4 --
 sw/sdi/_viewsh.sdi   |2 -
 sw/sdi/swriter.sdi   |   17 
--
 sw/sdi/viewsh.sdi|2 -
 sw/source/uibase/uiview/pview.cxx|2 -
 sw/source/uibase/uiview/view2.cxx|2 -
 14 files changed, 40 insertions(+), 29 deletions(-)

New commits:
commit b524e70db6f01ed8bfe5dddb0401f8d1622c2d24
Author: Samuel Mehrbrodt 
AuthorDate: Wed Jan 13 13:50:39 2021 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Thu Jan 21 08:53:20 2021 +0100

Bring uno:RefreshView to Calc

Allow refreshing the document layout via UNO slot

Change-Id: I956bb884b1fb4231b1f617c4aa5a80ff9a45ec92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109269
Tested-by: Samuel Mehrbrodt 
Reviewed-by: Samuel Mehrbrodt 

diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 6c5ae5c13117..e9abb5be0672 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -652,6 +652,7 @@ class SfxStringItem;
 #define SID_FM_SHOW_DATANAVIGATOR   ( SID_SVX_START + 773 )
 #define SID_FM_DATANAVIGATOR_CONTROL( SID_SVX_START + 774 )
 #define SID_FM_REFRESH_FORM_CONTROL ( SID_SVX_START + 775 )
+#define SID_REFRESH_VIEW( SID_SVX_START + 776 )
 
 // CAUTION! Range <855 .. 855> used by EditEngine (!)
 
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 4143da531483..f0fa6e973d3e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5712,6 +5712,11 @@
   1
 
   
+  
+
+  Refresh document layout
+
+  
   
 
   Find Record...
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 286f44343fa9..dc37904c7c89 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2373,11 +2373,6 @@
   1
 
   
-  
-
-  Restore View
-
-  
   
 
   Directly to Document End
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi
index fdb22acf3e0c..0ec807cf6d73 100644
--- a/sc/sdi/docsh.sdi
+++ b/sc/sdi/docsh.sdi
@@ -75,6 +75,8 @@ interface TableDocument
 SID_SHARE_DOC   [ ExecMethod = Execute; StateMethod = GetState; ]
 SID_NOTEBOOKBAR [ ExecMethod = Execute; StateMethod = GetState; ]
 SID_LANGUAGE_STATUS [ ExecMethod = Execute; StateMethod = GetState; ]
+
+SID_REFRESH_VIEW[ ExecMethod = Execute; StateMethod = GetState; ]
 }
 
 
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index 028e24dc9bf8..303cefe1ee43 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -177,6 +177,11 @@ void ScDocShell::PostPaint( const ScRangeList& rRanges, 
PaintPartFlags nPart, sa
 }
 }
 
+void ScDocShell::PostPaintAll()
+{
+PostPaint(0, 0, 0, MAXCOL, MAXROW, MAXTAB, PaintPartFlags::All);
+}
+
 void ScDocShell::PostPaintGridAll()
 {
 PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, PaintPartFlags::Grid );
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index 853de4150c5b..52a44126539d 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -1252,6 +1252,11 @@ void ScDocShell::Execute( SfxRequest& rReq )
 }
 }
 break;
+case SID_REFRESH_VIEW:
+{
+PostPaintGridAll();
+}
+break;
 default:
 {
 // small (?) hack -> forwarding of the slots to TabViewShell
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 5b990f24e6a6..c81e40fcaf11 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ 

[Libreoffice-bugs] [Bug 126165] FILESAVE PPTX: Embedded MP3 audio or a link to it not saved in presentation

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 127764] FILESAVE MPEG-4 Videos not exported to ppt/pptx

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6165
 CC||libreoff...@nisz.hu

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


[Libreoffice-bugs] [Bug 139805] New: Can't set default colour of the comments margin or comment paper

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

Bug ID: 139805
   Summary: Can't set default colour of the comments margin or
comment paper
   Product: LibreOffice
   Version: 7.1.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dpquin...@zoho.com

Description:
As far as I know, it is not possible to set the background colour of the
comments margin when View > comments is selected. 

Nor is it possible to set the default comment 'paper' bg and fg colours. The
comment is yellow and the text is the default document text colour.

In my case this is not desirable, because I use a dark background page with
default text set to light grey.  Therefore on the comment tab the text is
invisible.  Changing text colour via the comments drop-down menu is more work.


Steps to Reproduce:
1.Insert a comment
2.check View > Comments


Actual Results:
Comment appears in a white margin.
Comment paper is yellow, and text is default doc colour (unreadable for me).

Expected Results:
I would expect to have colour settings for comments in Options, so I can set
the margin colour, and the comment bg/fg colours to what better suites my
theme.


Reproducible: Always


User Profile Reset: No



Additional Info:
V 7.1.0.2rc
Linux 4.9
UI default, gtk3

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


[Libreoffice-bugs] [Bug 127739] FILESAVE PPTX: Slides lack text in PowerPoint

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

 CC||libreoff...@nisz.hu

--- Comment #5 from NISZ LibreOffice Team  ---
Created attachment 169069
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169069=edit
PPTX exported from the example file opened in PP 2013 and Impress 7.2

Looks like there is a strange "black" theme used in the exported version. 
Choosing another in the Design ribbon reveals the contents of the slide.

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 6ee7a3b2c0565c2871d32d704cb2899445b9f88d
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (hu_HU); 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 139804] Button inside document can't be triggered with Alt-

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

Samuel Mehrbrodt (allotropia)  changed:

   What|Removed |Added

 CC||samuel.mehrbrodt@allotropia
   ||.de

--- Comment #1 from Samuel Mehrbrodt (allotropia) 
 ---
Created attachment 169068
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169068=edit
bugdoc

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


[Libreoffice-bugs] [Bug 139804] New: Button inside document can't be triggered with Alt-

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

Bug ID: 139804
   Summary: Button inside document can't be triggered with
Alt-
   Product: LibreOffice
   Version: 6.1 all versions
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@allotropia.de

Attached document has a button inside the document. The button label has a
mnemonic.

Expected:
The button can be activated by pressing Alt-C.

Actual:
The button can only be activated by pressing Alt-C when the button has the
focus.

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


[Libreoffice-bugs] [Bug 139375] LibreOffice Writer Spell checker set wrong language

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

--- Comment #4 from Dieter  ---
Not sure, if I've understand the problem in detail, but what happens, if you do
the following steps
1. Mark the Czech-Text (that is underlined as wrong spelling)
2. Open Spelling dialog (F7)
3. Choose Czech as text language

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


[Libreoffice-bugs] [Bug 139747] Saving document resets scroll focus

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #6 from Buovjaga  ---
It jumps back with 7.0.4, but not with 7.2

Arch Linux 64-bit
Version: 7.0.4.2
Build ID: 00(Build:2)
CPU threads: 8; OS: Linux 5.9; UI render: default; VCL: kf5
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
7.0.4-2
Calc: threaded

Arch Linux 64-bit
Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 3ff95c8df6be9aa01aef5c663ee2ffa9881193d4
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: kf5
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 20 January 2021

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

2021-01-20 Thread Attila Szűcs (via logerrit)
 sc/qa/unit/subsequent_export-test.cxx |   29 +
 sc/source/filter/xml/xmltabi.cxx  |   22 +-
 2 files changed, 42 insertions(+), 9 deletions(-)

New commits:
commit bd6214e2aa6f25e013eef769529b75c1e3b580cb
Author: Attila Szűcs 
AuthorDate: Thu Jan 14 15:01:13 2021 +0100
Commit: László Németh 
CommitDate: Thu Jan 21 08:19:40 2021 +0100

tdf#51022 sc import: fix lost print ranges of last sheet

of documents with external references.

Processing external sheets could remove (or extend) the
print ranges of the last non-external sheet (indexed by
nCurTab).

Co-authored-by: Tibor Nagy (NISZ)

Change-Id: Ifc44148875106dad791de61953f3b046b6f2b188
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109295
Tested-by: László Németh 
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 3bec0ecde3bd..6c68d2b02183 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -273,6 +273,7 @@ public:
 void testTdf126305_DataValidatyErrorAlert();
 void testTdf76047_externalLink();
 void testTdf87973_externalLinkSkipUnuseds();
+void testTdf51022_lostPrintRange();
 void testTdf138741_externalLinkSkipUnusedsCrash();
 void testTdf138824_linkToParentDirectory();
 void testTdf129969();
@@ -450,6 +451,7 @@ public:
 CPPUNIT_TEST(testTdf126305_DataValidatyErrorAlert);
 CPPUNIT_TEST(testTdf76047_externalLink);
 CPPUNIT_TEST(testTdf87973_externalLinkSkipUnuseds);
+CPPUNIT_TEST(testTdf51022_lostPrintRange);
 CPPUNIT_TEST(testTdf138741_externalLinkSkipUnusedsCrash);
 CPPUNIT_TEST(testTdf138824_linkToParentDirectory);
 CPPUNIT_TEST(testTdf129969);
@@ -5672,6 +5674,33 @@ void ScExportTest::testTdf87973_externalLinkSkipUnuseds()
 pDocSh->DoClose();
 }
 
+void ScExportTest::testTdf51022_lostPrintRange()
+{
+ScDocShellRef pShell = loadDoc(u"tdf87973_externalLinkSkipUnuseds.", 
FORMAT_ODS);
+CPPUNIT_ASSERT(pShell.is());
+
+pShell->ReloadAllLinks();
+ScDocument& rDoc = pShell->GetDocument();
+
+//Add print ranges
+ScRange aRange1(1, 2, 0, 3, 4, 0);
+ScRange aRange2(1, 6, 0, 3, 7, 0);
+rDoc.AddPrintRange(0, aRange1);
+rDoc.AddPrintRange(0, aRange2);
+
+// save and load back
+ScDocShellRef pDocSh = saveAndReload(&(*pShell), FORMAT_ODS);
+CPPUNIT_ASSERT(pDocSh.is());
+
+// check if the same print ranges are present
+ScDocument& rDoc2 = pDocSh->GetDocument();
+CPPUNIT_ASSERT_EQUAL(static_cast(2), 
rDoc2.GetPrintRangeCount(0));
+CPPUNIT_ASSERT_EQUAL(aRange1, *rDoc2.GetPrintRange(0, 0));
+CPPUNIT_ASSERT_EQUAL(aRange2, *rDoc2.GetPrintRange(0, 1));
+
+pDocSh->DoClose();
+}
+
 void ScExportTest::testTdf138741_externalLinkSkipUnusedsCrash()
 {
 ScDocShellRef xShell = loadDoc(u"tdf138741_externalLinkSkipUnusedsCrash.", 
FORMAT_XLSX);
diff --git a/sc/source/filter/xml/xmltabi.cxx b/sc/source/filter/xml/xmltabi.cxx
index ee09f9de2243..dab3e428305d 100644
--- a/sc/source/filter/xml/xmltabi.cxx
+++ b/sc/source/filter/xml/xmltabi.cxx
@@ -332,19 +332,23 @@ void SAL_CALL ScXMLTableContext::endFastElement(sal_Int32 
/*nElement*/)
 
 ScMyTables& rTables = rImport.GetTables();
 SCTAB nCurTab = rTables.GetCurrentSheet();
-if (!sPrintRanges.isEmpty())
+// tdf#51022 process only print ranges of internal sheets
+if (!pExternalRefInfo)
 {
-ScRangeList aRangeList;
-ScRangeStringConverter::GetRangeListFromString( aRangeList, 
sPrintRanges, *pDoc, ::formula::FormulaGrammar::CONV_OOO );
-size_t nCount = aRangeList.size();
-for (size_t i=0; i< nCount; i++ )
+if (!sPrintRanges.isEmpty())
 {
-pDoc->AddPrintRange( nCurTab, aRangeList[i] );
+ScRangeList aRangeList;
+ScRangeStringConverter::GetRangeListFromString(aRangeList, 
sPrintRanges, *pDoc, ::formula::FormulaGrammar::CONV_OOO);
+size_t nCount = aRangeList.size();
+for (size_t i = 0; i < nCount; i++)
+{
+pDoc->AddPrintRange(nCurTab, aRangeList[i]);
+}
 }
+else if (!bPrintEntireSheet)
+// Sheet has "print entire sheet" option by default.  Remove it.
+pDoc->ClearPrintRanges(nCurTab);
 }
-else if (!bPrintEntireSheet)
-// Sheet has "print entire sheet" option by default.  Remove it.
-pDoc->ClearPrintRanges(nCurTab);
 
 ScOutlineTable* pOutlineTable(pDoc->GetOutlineTable(nCurTab));
 if (pOutlineTable)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139387] Editing font in writer template does not persist

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

--- Comment #6 from Dieter  ---
Attached file has font "Times New Roman". That's the standard.

I've treid to reproduce as follows
1. Open a new document
2. Open paragraph style in sidebar
3. Right click on Default paragraph style => Modify => Select an new font =>
O.K.

Result: Font changes in document and in font dropdown list, but not in
paragraph style preview in the sidebar (but that might be a diferent bug)

4. Save document as a template. (Paragraph Style preview chanes to correct
font)
5. Close document
6. Open the template

Result: Can't find a bug in that new template.

Version: 7.0.4.2 (x64)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
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: sd/source

2021-01-20 Thread Mert Tumer (via logerrit)
 sd/source/ui/view/drviewse.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5dbdf1d0833eaa5868bff4cef0714ee4cef81cb8
Author: Mert Tumer 
AuthorDate: Wed Dec 9 14:13:26 2020 +0300
Commit: Mert Tumer 
CommitDate: Thu Jan 21 08:13:32 2021 +0100

Insert draw connectors directly for online

Change-Id: I962a69c142151a43c47efbdb79428760ab07ad98
Signed-off-by: Mert Tumer 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108682
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Jan Holesovsky 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109214
Tested-by: Jenkins

diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index db9662bb7650..bd4c3775300d 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -448,6 +448,7 @@ void DrawViewShell::FuPermanent(SfxRequest& rReq)
 case SID_CONNECTOR_LINES_CIRCLES:
 case SID_INSERT_SIGNATURELINE:
 {
+bCreateDirectly = comphelper::LibreOfficeKit::isActive();
 SetCurrentFunction( FuConstructRectangle::Create( this, 
GetActiveWindow(), mpDrawView.get(), GetDoc(), rReq, bPermanent ) );
 rReq.Done();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139803] New: highlight and font colours are always reset to defaults without asking!

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

Bug ID: 139803
   Summary: highlight and font colours are always reset to
defaults without asking!
   Product: LibreOffice
   Version: 7.1.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dpquin...@zoho.com

Description:
When entering print preview and then returning to edit view, the highlight and
font colours are always reset to defaults (yellow highlight/red font).

Which is not helpful in my opinion, as I often use a set font/hihlight for
marking areas to check and switch between the print preview and edit windows to
find these highlights.

Steps to Reproduce:
1.Select text and change font to blue/highlight to Pink
2.open print preview
3.close print preview

Actual Results:
highlight and font colours are reset to yellow highlight/red font

Expected Results:
I would expect my last chosen colours to remain active, ie. the blue font and
pink highlight I used.


Reproducible: Always


User Profile Reset: No



Additional Info:
V 7.1.0.2rc
Linux 4.9
UI default, gtk3

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


[Libreoffice-bugs] [Bug 139451] Open Template dialog does not display full file name

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

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|enhancement |normal
 CC||dgp-m...@gmx.de
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1

--- Comment #1 from Dieter  ---
I've tried
File => open
and
File => Templates => Open Templates

but couldn't reproduce with

Version: 7.0.4.2 (x64)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

Dale, do get the ame result in Safe Mode (Help => Restart in SafeMode)?

=> NEEDINFO

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


[Libreoffice-bugs] [Bug 139802] New: Middle mouse button paste creates double space

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

Bug ID: 139802
   Summary: Middle mouse button paste creates double space
   Product: LibreOffice
   Version: 7.1.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dpquin...@zoho.com

Description:
I notice that if I paste text with a middle button press (this might be
specific to Linux), a space is inserted before the inserted text, even if a
space exists, often creating a double space that needs removing.

This is annoying as I normally always add a space after a word and then look
for a word I need to paste at the end.  Thus I have countless double spaces to
correct.

Steps to Reproduce:
1. Type two words followed by a space
2, highlight first word and press middle-mouse button at end of line


Actual Results:
The word pastes at the end and an extra space is added between word2 and new
word


Expected Results:
There should not be a double space created.
The prog should detect a space at the end already exists.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version 7.1.0.2
Linux 4.19
UI default, gtk3

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


[Libreoffice-commits] core.git: configure.ac

2021-01-20 Thread Stephan Bergmann (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 067297cb7d81f442f8fed1bd40e52a109688320d
Author: Stephan Bergmann 
AuthorDate: Wed Jan 20 16:06:59 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Jan 21 07:58:18 2021 +0100

Avoid Clang -Werror,-Wunused-command-line-argument

> [CXX] bridges/source/cpp_uno/gcc3_linux_aarch64/callvirtualfunction.cxx
> clang-12: error: argument unused during compilation: 
'-fno-stack-clash-protection' [-Werror,-Wunused-command-line-argument]

as seen e.g. on macOS 11.1 ARM64 when building against Clang 12 trunk.  
Clang
supports -fstack-clash-protection on

> $ clang --target=x86_64-unknown-linux-gnu -fstack-clash-protection 
-fsyntax-only -x c -  $ clang --target=aarch64-unknown-linux-gnu -fstack-clash-protection 
-fsyntax-only -x c -  clang-12: warning: argument unused during compilation: 
'-fstack-clash-protection' [-Wunused-command-line-argument]

or

> $ clang --target=arm64-apple-macosx11.0.0 -fstack-clash-protection 
-fsyntax-only -x c -  clang-12: warning: argument unused during compilation: 
'-fstack-clash-protection' [-Wunused-command-line-argument]

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

diff --git a/configure.ac b/configure.ac
index f60c1ae5a199..53c393bbc067 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6809,7 +6809,7 @@ HAVE_GCC_STACK_CLASH_PROTECTION=
 if test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
 AC_MSG_CHECKING([whether $CC_BASE supports -fstack-clash-protection])
 save_CFLAGS=$CFLAGS
-CFLAGS="$CFLAGS -fstack-clash-protection"
+CFLAGS="$CFLAGS -Werror -fstack-clash-protection"
 AC_LINK_IFELSE(
 [AC_LANG_PROGRAM(, [[return 0;]])],
 [AC_MSG_RESULT([yes]); HAVE_GCC_STACK_CLASH_PROTECTION=TRUE],
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139801] LibreOffice miss menu bar

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

--- Comment #1 from Hieu Hoang  ---
Created attachment 169067
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169067=edit
LibreOffice miss menu bar

-- 
You are receiving this mail because:
You 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: compilerplugins/clang configure.ac include/tools

2021-01-20 Thread Stephan Bergmann (via logerrit)
 compilerplugins/clang/test/doubleconvert.cxx |2 +-
 configure.ac |   10 +-
 include/tools/color.hxx  |   10 --
 3 files changed, 18 insertions(+), 4 deletions(-)

New commits:
commit af34108d90bbbce90cf00c4b23961787599c7fa5
Author: Stephan Bergmann 
AuthorDate: Wed Jan 20 11:29:18 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Jan 21 07:58:02 2021 +0100

Use C++20 consteval for the Color(sal_uInt32) ctor

...to make it more obvious that, since 
63a68064bb33f180b8a231f7524d99405d910226
"make the Color constructors explicitly specify transparency", it should 
only be
called when the argument is known at compile-time to have no 
transparency/alpha
channel.

(This revealed a GCC bug causing bogus

> xmloff/source/chart/ColorPropertySet.cxx: In constructor 
‘xmloff::chart::ColorPropertySet::ColorPropertySet(Color)’:
> xmloff/source/chart/ColorPropertySet.cxx:81:9: error: ‘this’ is not a 
constant expression
>81 | m_nDefaultColor( 0x0099ccff )  // blue 8
>   | ^

so in configure.ac suppress HAVE_CPP_CONSTEVAL when the compiler is found
broken.)

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

diff --git a/compilerplugins/clang/test/doubleconvert.cxx 
b/compilerplugins/clang/test/doubleconvert.cxx
index 17bd49aa4f6f..12763d966c21 100644
--- a/compilerplugins/clang/test/doubleconvert.cxx
+++ b/compilerplugins/clang/test/doubleconvert.cxx
@@ -12,7 +12,7 @@
 
 int main()
 {
-Color col1;
+constexpr Color col1;
 Color col2;
 col2 = sal_Int32(
 col1); // expected-error@-1 {{redundant double conversion 
[loplugin:doubleconvert]}}
diff --git a/configure.ac b/configure.ac
index 458a4857b378..f60c1ae5a199 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7189,7 +7189,9 @@ AC_SUBST([HAVE_GCC_FNO_SIZED_DEALLOCATION])
 
 AC_MSG_CHECKING([whether $CXX_BASE supports a working C++20 consteval])
 dnl ...that does not suffer from 
 "Missing code
-dnl from consteval constructor initializing const variable":
+dnl from consteval constructor initializing const variable" or
+dnl  "wrong 'error: ‘this’ 
is not a constant
+dnl expression' with consteval constructor":
 AC_LANG_PUSH([C++])
 save_CXXFLAGS=$CXXFLAGS
 CXXFLAGS="$CXXFLAGS $CXXFLAGS_CXX11"
@@ -7199,6 +7201,12 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([
 int i = 0;
 };
 S const s;
+
+struct S1 { consteval S1(int) {} };
+struct S2 {
+S1 x;
+S2(): x(0) {}
+};
 ], [
 return (s.i == 1) ? 0 : 1;
 ])], [
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index 209ed34169a8..cd472fd472ee 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -22,6 +22,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -72,7 +73,12 @@ public:
 : mValue(0) // black
 {}
 
-constexpr Color(const sal_uInt32 nColor)
+#if HAVE_CPP_CONSTEVAL
+consteval
+#else
+constexpr
+#endif
+Color(const sal_uInt32 nColor)
 : mValue(nColor)
 {
 assert(nColor <= 0xff && "don't pass transparency to this 
constructor, use the Color(ColorTransparencyTag,...) or 
Color(ColorAlphaTag,...) constructor to make it explicit");
@@ -211,7 +217,7 @@ public:
   */
 Color GetRGBColor() const
 {
-return mValue & 0x00FF;
+return {R, G, B};
 }
 
 /* Comparison and operators */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139801] New: LibreOffice miss menu bar

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

Bug ID: 139801
   Summary: LibreOffice miss menu bar
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hieuho...@savarti.com

Description:
We have 2 types of server: server login and server run job.
#1. Server login (s01): install Nomachine server and users login to this server
#2. Server run job (s02): install libreOffice ver 6.4.
To open LibreOffice, users have to access server-login (s01) and submit job to
s02. LibreOffice was opened but it missed the menu bar.
However, if we open directly from server s02, it is full options and don't meet
any issues.

Actual Results:
[hieuhoang@i2x6x192-04 office]$ bsub -Is -q centos7 -m s07 "ooffice"
Job <48029> is submitted to queue .
<>
<>


Expected Results:

** (soffice:5896): CRITICAL **: 13:57:33.977: void
g_lo_menu_insert_section(GLOMenu*, gint, const gchar*, GMenuModel*): assertion
'G_IS_LO_MENU (menu)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:33.979: gtk_menu_bar_new_from_model:
assertion 'G_IS_MENU_MODEL (model)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:33.979: gtk_widget_insert_action_group:
assertion 'GTK_IS_WIDGET (widget)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:33.979: gtk_widget_set_hexpand:
assertion 'GTK_IS_WIDGET (widget)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:33.979: gtk_container_add: assertion
'GTK_IS_WIDGET (widget)' failed

(soffice:5896): GLib-GObject-WARNING **: 13:57:33.979: invalid (NULL) pointer
instance

(soffice:5896): GLib-GObject-CRITICAL **: 13:57:33.979: g_signal_connect_data:
assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:5896): GLib-GObject-WARNING **: 13:57:33.979: invalid (NULL) pointer
instance

(soffice:5896): GLib-GObject-CRITICAL **: 13:57:33.979: g_signal_connect_data:
assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:33.980: gtk_widget_get_style_context:
assertion 'GTK_IS_WIDGET (widget)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:34.219: gtk_widget_get_style_context:
assertion 'GTK_IS_WIDGET (widget)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:34.237: gtk_widget_get_style_context:
assertion 'GTK_IS_WIDGET (widget)' failed

(soffice:5896): Gtk-CRITICAL **: 13:57:34.256: gtk_widget_get_style_context:
assertion 'GTK_IS_WIDGET (widget)' failed



Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
LibreOffice 6.4.7.2
Server install: CentOS7  
Kernel: Linux 3.10.0-957.el7.x86_64

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

2021-01-20 Thread Szymon Kłos (via logerrit)
 vcl/jsdialog/jsdialogbuilder.cxx |   12 
 1 file changed, 12 insertions(+)

New commits:
commit e64784c4e8775d0c831ad71c70e73854a4b9aaa4
Author: Szymon Kłos 
AuthorDate: Wed Jan 20 17:48:18 2021 +0100
Commit: Szymon Kłos 
CommitDate: Thu Jan 21 07:53:42 2021 +0100

jsdialog: don't send multiple updates with the same content

Change-Id: I601511a85386a8a35cbc6a121a4719928f585794
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109726
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index e8c8ff4d4232..836c73f3edea 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -68,6 +68,18 @@ void JSDialogNotifyIdle::send(tools::JsonWriter& aJsonWriter)
 
 void JSDialogNotifyIdle::sendMessage(jsdialog::MessageType eType, 
VclPtr pWindow)
 {
+// we want only the latest update of same type
+// TODO: also if we met full update - previous updates are not valid
+auto it = m_aMessageQueue.begin();
+
+while (it != m_aMessageQueue.end())
+{
+if (it->first == eType && it->second == pWindow)
+it = m_aMessageQueue.erase(it);
+else
+it++;
+}
+
 m_aMessageQueue.push_back(std::make_pair(eType, pWindow));
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-20 Thread Szymon Kłos (via logerrit)
 sc/source/ui/dbgui/PivotLayoutTreeListData.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit fbef08d9cb9c5bfc852dc23d5bafc9d057ee3bcd
Author: Szymon Kłos 
AuthorDate: Tue Jan 19 12:02:41 2021 +0100
Commit: Szymon Kłos 
CommitDate: Thu Jan 21 07:50:16 2021 +0100

pivot table: avoid crash on drag n drop

Change-Id: I8d081cf884c38b2e4f367143ad728c29b1466fbd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109634
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx 
b/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx
index 95d36776a5d7..0dad394bda80 100644
--- a/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx
+++ b/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx
@@ -177,6 +177,9 @@ void 
ScPivotLayoutTreeListData::PushDataFieldNames(std::vector& rDataF
 
 void ScPivotLayoutTreeListData::InsertEntryForSourceTarget(weld::TreeView& 
rSource, int nTarget)
 {
+if (rSource.count_selected_rows() <=0)
+return;
+
 ScItemValue* pItemValue = 
reinterpret_cast(rSource.get_selected_id().toInt64());
 
 if (mpParent->IsDataElement(pItemValue->maFunctionData.mnCol))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139786] VBA code modified while saving to .xls format - no longer works in Excel

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

Justin L  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||riksha...@gmail.com
 Status|UNCONFIRMED |NEW

--- Comment #1 from Justin L  ---
The problem seems to have come with this line:
-ImplWriteShape( aObj, rSolverContainer );
+ImplWriteShape( aObj, rSolverContainer, /*bOOxmlExport=*/true );

and
// This code is expected to be called only for DOCX format.
-if (xPropInfo.is() && bOOxmlExport)
+   if (xPropInfo.is())

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


[Libreoffice-bugs] [Bug 139800] New: Feature Request: Favorite Files pane needed in Side bar

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

Bug ID: 139800
   Summary: Feature Request: Favorite Files pane needed in Side
bar
   Product: LibreOffice
   Version: 7.1.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dpquin...@zoho.com

Description:
After opening Writer, the next action I take 99% of the time is click on the
small arrow next to the Open files button to access the Recent files list.

This of course is a vital feature of itself, which must save everyone so much
time in getting back to files that need work.

But it has its limitations, those being:
1. the number of files that it can display - this means if we work on say, 50
files, we can't quickly access them all with this list
2. inability to remove entries that are not needed or irrelevant (file has
moved etc)
3. important files can get pushed off the list - e.g. files from last week
disappear from list due to files this week but work will continue on those
other files soon
4. files can be in any order or place on the list

What frustrates me most is that my top priority files disappear from the list
and I must then find them all over again in the Open file dialogue, which means
navigating folder hierarchies.

What I need is a Favorites Pane, over on the Side panel, where I can keep a
list of important files that I can access easily.

Ideas for this Favorites pane:
1. A toolbar at top with some buttons: the standard Open file button, Add
current to list, Add new to list, remove selected from list, Re-target moved
file
2. Double click to open a file, or Right-click menu with Open, Remove
3. Sorting options like A-Z or Z-A, date modified, size, owner etc
4. Set colour tags to files with an Apply tag button, and a Filter by tag
button, to group different files together
5. Folders that can be named, expandable, can drag a favourite into any


Steps to Reproduce:
1.Open a file, "A.odt"
2.Open 30 other files
3.Click on Recent files list


Actual Results:
The original file "A.odt" is not on the Recent files list, it has been pushed
off!

Expected Results:
I would like to be able to access the file "A.odt" at any time, from a fixed
list, without needing to remember in which folder it is kept and have to find
it over and over.


Reproducible: Always


User Profile Reset: No



Additional Info:
[Can't select the text in Help > About]

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


[Libreoffice-bugs] [Bug 139799] New: Convert all charts to png or other image format on export to *.doc or *.docx format

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

Bug ID: 139799
   Summary: Convert all charts to png or other image format on
export to *.doc or *.docx format
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andis.lazd...@gmail.com

Description:
Possibility to export charts to Microsoft format, when *.odt document is saved
as *.doc or *.docx is now implemented in Libreoffice; however, quite often
charts loose formatting elements or even contents or they are interpreted in
wrong way during export to *.doc or *.docx formats. It's then very laborious to
replace charts one by one with pictures; therefore the possibility to convet
charts to images directly on saving to *.doc or *.docx would be very feasible
addition saving a lot of time. This could be implemented as additional option
under Load/Save, so that user can select to try to export charts to *.doc or
*.docx formats or to save them as images.

Steps to Reproduce:
1.Create chart, e.g. complex x/y scatter with several trendlines and some
thousands of records in *.odt file and save as *.doc or *.docx
2. Open created file in Microsoft Word.

Actual Results:
Charts are exported to *.doc or *.docx, but complex charts in the most cases
will be defaced or even damaged and should be manually restored one by one,
either by replacing of images (copy chart in Libreoffice and past in Word,
resolution is very poor) or by manual editing, if the contents is not damaged.
Both options are time consuming and should be repeated on every export  to
*.doc or *.docx format.

Expected Results:
User can choose in options to try to convert charts to *.doc or *.docx chart or
to high resolution image, e.g. *.png.In case of choosing conversion to images,
all charts in the document after saving to *.doc or *.docx are converted to
selected image format without loosing visual quality, anchoring and other
options.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.4.2
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: lv-LV (en_US.UTF-8); 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: vcl/inc

2021-01-20 Thread Szymon Kłos (via logerrit)
 vcl/inc/jsdialog/jsdialogbuilder.hxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 30ee1dc7d3e479cf5f77452acf163ff61e2697da
Author: Szymon Kłos 
AuthorDate: Tue Jan 19 17:06:22 2021 +0100
Commit: Szymon Kłos 
CommitDate: Thu Jan 21 06:53:59 2021 +0100

jsdialog: reduce number of unnecessary messages

Change-Id: I8dfa464a39931a12dd2ecf91fc48f4812d75301b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109645
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/vcl/inc/jsdialog/jsdialogbuilder.hxx 
b/vcl/inc/jsdialog/jsdialogbuilder.hxx
index 137659e9b217..aa9de490c249 100644
--- a/vcl/inc/jsdialog/jsdialogbuilder.hxx
+++ b/vcl/inc/jsdialog/jsdialogbuilder.hxx
@@ -246,8 +246,10 @@ public:
 using BaseInstanceClass::set_sensitive;
 virtual void set_sensitive(bool sensitive) override
 {
+bool bIsSensitive = BaseInstanceClass::get_sensitive();
 BaseInstanceClass::set_sensitive(sensitive);
-sendUpdate();
+if (bIsSensitive != sensitive)
+sendUpdate();
 }
 
 virtual css::uno::Reference 
get_drop_target() override
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139797] Can't place a bar directly over phonetic symbols in Writer

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

--- Comment #1 from Mike Kaganski  ---
It's unclear what is the use case. Maybe a better match would be using Asian
phonetic guides (ruby)? or Math objects with bar operator?

Also please attach a sample document with text having current status, and some
mockup of wanted result.

-- 
You are receiving this mail because:
You 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: vcl/inc vcl/jsdialog

2021-01-20 Thread Szymon Kłos (via logerrit)
 vcl/inc/jsdialog/jsdialogbuilder.hxx |1 +
 vcl/jsdialog/jsdialogbuilder.cxx |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 67cdf39b467fc4dffd4b1dafc6d4aff2a09bfe70
Author: Szymon Kłos 
AuthorDate: Tue Jan 19 15:55:29 2021 +0100
Commit: Szymon Kłos 
CommitDate: Thu Jan 21 06:53:06 2021 +0100

jsdialog: flush message queue on dialog close

Change-Id: I9e7d24e43a7ee7bf1a006c8d16e7b47a6b714fd9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109644
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/vcl/inc/jsdialog/jsdialogbuilder.hxx 
b/vcl/inc/jsdialog/jsdialogbuilder.hxx
index 0c274868c716..137659e9b217 100644
--- a/vcl/inc/jsdialog/jsdialogbuilder.hxx
+++ b/vcl/inc/jsdialog/jsdialogbuilder.hxx
@@ -89,6 +89,7 @@ public:
 virtual void sendFullUpdate(bool bForce = false);
 void sendClose();
 virtual void sendUpdate(VclPtr pWindow);
+void flush() { mpIdleNotify->Invoke(); }
 
 protected:
 void initializeSender(VclPtr aNotifierWindow, 
VclPtr aContentWindow,
diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index 98eb4fbdeb3a..e8c8ff4d4232 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -167,7 +167,7 @@ void JSDialogSender::sendFullUpdate(bool bForce)
 void JSDialogSender::sendClose()
 {
 mpIdleNotify->sendMessage(jsdialog::MessageType::Close, nullptr);
-mpIdleNotify->Start();
+flush();
 }
 
 void JSDialogSender::sendUpdate(VclPtr pWindow)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-20 Thread Szymon Kłos (via logerrit)
 include/vcl/weld.hxx |2 +-
 vcl/inc/jsdialog/jsdialogbuilder.hxx |2 --
 vcl/jsdialog/jsdialogbuilder.cxx |6 --
 3 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit b08e5a649c6bff4368e9a6629a940bc2b8f8b07b
Author: Szymon Kłos 
AuthorDate: Tue Jan 19 14:20:51 2021 +0100
Commit: Szymon Kłos 
CommitDate: Thu Jan 21 06:52:50 2021 +0100

jsdialog: remove unnecessary handler

Change-Id: I4e4d032c73fc090f443dcc7bef0267e1df123810
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109643
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index b788a1313b74..00afd2fc45b9 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -2259,7 +2259,7 @@ protected:
 
 friend class ::LOKTrigger;
 
-virtual void signal_clicked(const OString& rIdent) { 
m_aClickHdl.Call(rIdent); }
+void signal_clicked(const OString& rIdent) { m_aClickHdl.Call(rIdent); }
 void signal_toggle_menu(const OString& rIdent) { 
m_aToggleMenuHdl.Call(rIdent); }
 
 public:
diff --git a/vcl/inc/jsdialog/jsdialogbuilder.hxx 
b/vcl/inc/jsdialog/jsdialogbuilder.hxx
index bf35c54609cf..0c274868c716 100644
--- a/vcl/inc/jsdialog/jsdialogbuilder.hxx
+++ b/vcl/inc/jsdialog/jsdialogbuilder.hxx
@@ -409,8 +409,6 @@ class JSToolbar : public JSWidget
 public:
 JSToolbar(JSDialogSender* pSender, ::ToolBox* pToolbox, 
SalInstanceBuilder* pBuilder,
   bool bTakeOwnership);
-
-virtual void signal_clicked(const OString& rIdent) override;
 };
 
 class JSTextView : public JSWidget
diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index e40e098b74e0..98eb4fbdeb3a 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -949,12 +949,6 @@ JSToolbar::JSToolbar(JSDialogSender* pSender, ::ToolBox* 
pToolbox, SalInstanceBu
 {
 }
 
-void JSToolbar::signal_clicked(const OString& rIdent)
-{
-SalInstanceToolbar::signal_clicked(rIdent);
-sendFullUpdate();
-}
-
 JSTextView::JSTextView(JSDialogSender* pSender, ::VclMultiLineEdit* pTextView,
SalInstanceBuilder* pBuilder, bool bTakeOwnership)
 : JSWidget(pSender, pTextView, 
pBuilder,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/inc vcl/jsdialog

2021-01-20 Thread Szymon Kłos (via logerrit)
 vcl/inc/jsdialog/jsdialogbuilder.hxx |   16 +++
 vcl/jsdialog/jsdialogbuilder.cxx |   78 +--
 2 files changed, 48 insertions(+), 46 deletions(-)

New commits:
commit f9e05d9472d1d82734f10e8237a597a342ae32f3
Author: Szymon Kłos 
AuthorDate: Tue Jan 19 12:09:45 2021 +0100
Commit: Szymon Kłos 
CommitDate: Thu Jan 21 06:51:50 2021 +0100

jsdialog: send updates also for source treeview on drag

+ simplify updates
+ unify naming

Change-Id: Iebdaae3d910ef2cba0c818aa17d407e39f62a5e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109635
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/vcl/inc/jsdialog/jsdialogbuilder.hxx 
b/vcl/inc/jsdialog/jsdialogbuilder.hxx
index b638ac01a417..bf35c54609cf 100644
--- a/vcl/inc/jsdialog/jsdialogbuilder.hxx
+++ b/vcl/inc/jsdialog/jsdialogbuilder.hxx
@@ -86,7 +86,7 @@ public:
 
 virtual ~JSDialogSender() = default;
 
-virtual void notifyDialogState(bool bForce = false);
+virtual void sendFullUpdate(bool bForce = false);
 void sendClose();
 virtual void sendUpdate(VclPtr pWindow);
 
@@ -233,20 +233,20 @@ public:
 virtual void show() override
 {
 BaseInstanceClass::show();
-notifyDialogState();
+sendFullUpdate();
 }
 
 virtual void hide() override
 {
 BaseInstanceClass::hide();
-notifyDialogState();
+sendFullUpdate();
 }
 
 using BaseInstanceClass::set_sensitive;
 virtual void set_sensitive(bool sensitive) override
 {
 BaseInstanceClass::set_sensitive(sensitive);
-sendUpdate(BaseInstanceClass::m_xWidget);
+sendUpdate();
 }
 
 virtual css::uno::Reference 
get_drop_target() override
@@ -275,16 +275,16 @@ public:
 m_pSender->sendClose();
 }
 
-void sendUpdate(VclPtr pWindow)
+void sendUpdate()
 {
 if (!m_bIsFreezed && m_pSender)
-m_pSender->sendUpdate(pWindow);
+m_pSender->sendUpdate(BaseInstanceClass::m_xWidget);
 }
 
-void notifyDialogState(bool bForce = false)
+void sendFullUpdate(bool bForce = false)
 {
 if ((!m_bIsFreezed || bForce) && m_pSender)
-m_pSender->notifyDialogState(bForce);
+m_pSender->sendFullUpdate(bForce);
 }
 };
 
diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index 0c57aaf4fa44..e40e098b74e0 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -155,7 +155,7 @@ void JSDialogNotifyIdle::Invoke()
 m_aMessageQueue.clear();
 }
 
-void JSDialogSender::notifyDialogState(bool bForce)
+void JSDialogSender::sendFullUpdate(bool bForce)
 {
 if (bForce)
 mpIdleNotify->forceUpdate();
@@ -726,13 +726,13 @@ JSDialog::JSDialog(JSDialogSender* pSender, ::Dialog* 
pDialog, SalInstanceBuilde
 void JSDialog::collapse(weld::Widget* pEdit, weld::Widget* pButton)
 {
 SalInstanceDialog::collapse(pEdit, pButton);
-notifyDialogState();
+sendFullUpdate();
 }
 
 void JSDialog::undo_collapse()
 {
 SalInstanceDialog::undo_collapse();
-notifyDialogState();
+sendFullUpdate();
 }
 
 void JSDialog::response(int response)
@@ -750,7 +750,7 @@ JSLabel::JSLabel(JSDialogSender* pSender, FixedText* 
pLabel, SalInstanceBuilder*
 void JSLabel::set_label(const OUString& rText)
 {
 SalInstanceLabel::set_label(rText);
-sendUpdate(m_xWidget);
+sendUpdate();
 };
 
 JSButton::JSButton(JSDialogSender* pSender, ::Button* pButton, 
SalInstanceBuilder* pBuilder,
@@ -768,7 +768,7 @@ JSEntry::JSEntry(JSDialogSender* pSender, ::Edit* pEntry, 
SalInstanceBuilder* pB
 void JSEntry::set_text(const OUString& rText)
 {
 SalInstanceEntry::set_text(rText);
-notifyDialogState();
+sendFullUpdate();
 }
 
 void JSEntry::set_text_without_notify(const OUString& rText) { 
SalInstanceEntry::set_text(rText); }
@@ -784,19 +784,19 @@ void JSListBox::insert(int pos, const OUString& rStr, 
const OUString* pId,
const OUString* pIconName, VirtualDevice* pImageSurface)
 {
 SalInstanceComboBoxWithoutEdit::insert(pos, rStr, pId, pIconName, 
pImageSurface);
-notifyDialogState();
+sendFullUpdate();
 }
 
 void JSListBox::remove(int pos)
 {
 SalInstanceComboBoxWithoutEdit::remove(pos);
-notifyDialogState();
+sendFullUpdate();
 }
 
 void JSListBox::set_active(int pos)
 {
 SalInstanceComboBoxWithoutEdit::set_active(pos);
-notifyDialogState();
+sendFullUpdate();
 }
 
 JSComboBox::JSComboBox(JSDialogSender* pSender, ::ComboBox* pComboBox, 
SalInstanceBuilder* pBuilder,
@@ -810,25 +810,25 @@ void JSComboBox::insert(int pos, const OUString& rStr, 
const OUString* pId,
 const OUString* pIconName, VirtualDevice* 
pImageSurface)
 {
 SalInstanceComboBoxWithEdit::insert(pos, rStr, pId, pIconName, 
pImageSurface);
-notifyDialogState();
+sendFullUpdate();
 }
 
 void JSComboBox::remove(int pos)

[Libreoffice-commits] core.git: vcl/inc vcl/jsdialog

2021-01-20 Thread Szymon Kłos (via logerrit)
 vcl/inc/jsdialog/jsdialogbuilder.hxx |3 ++-
 vcl/jsdialog/executor.cxx|4 ++--
 vcl/jsdialog/jsdialogbuilder.cxx |4 +++-
 3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 30afe838d35471c3d3e8f90e997ea0f4c152c6ae
Author: Szymon Kłos 
AuthorDate: Tue Jan 19 08:39:15 2021 +0100
Commit: Szymon Kłos 
CommitDate: Thu Jan 21 06:51:13 2021 +0100

jsdialog: set entry text without back notification

We don't want to disturb user while editing the text

Change-Id: I8a8b9a688133d27fc2aeaee6178a773641f4a79f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109612
Tested-by: Szymon Kłos 
Reviewed-by: Szymon Kłos 

diff --git a/vcl/inc/jsdialog/jsdialogbuilder.hxx 
b/vcl/inc/jsdialog/jsdialogbuilder.hxx
index cefa5776c79b..b638ac01a417 100644
--- a/vcl/inc/jsdialog/jsdialogbuilder.hxx
+++ b/vcl/inc/jsdialog/jsdialogbuilder.hxx
@@ -246,7 +246,7 @@ public:
 virtual void set_sensitive(bool sensitive) override
 {
 BaseInstanceClass::set_sensitive(sensitive);
-notifyDialogState();
+sendUpdate(BaseInstanceClass::m_xWidget);
 }
 
 virtual css::uno::Reference 
get_drop_target() override
@@ -320,6 +320,7 @@ public:
 JSEntry(JSDialogSender* pSender, ::Edit* pEntry, SalInstanceBuilder* 
pBuilder,
 bool bTakeOwnership);
 virtual void set_text(const OUString& rText) override;
+void set_text_without_notify(const OUString& rText);
 };
 
 class JSListBox : public JSWidget
diff --git a/vcl/jsdialog/executor.cxx b/vcl/jsdialog/executor.cxx
index 655104633410..1de6db627f96 100644
--- a/vcl/jsdialog/executor.cxx
+++ b/vcl/jsdialog/executor.cxx
@@ -166,12 +166,12 @@ bool ExecuteAction(sal_uInt64 nWindowId, const OString& 
rWidget, StringMap& rDat
 }
 else if (sControlType == "edit")
 {
-auto pEdit = dynamic_cast(pWidget);
+auto pEdit = dynamic_cast(pWidget);
 if (pEdit)
 {
 if (sAction == "change")
 {
-pEdit->set_text(rData["data"]);
+pEdit->set_text_without_notify(rData["data"]);
 LOKTrigger::trigger_changed(*pEdit);
 return true;
 }
diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index 38ef2a44e354..0c57aaf4fa44 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -750,7 +750,7 @@ JSLabel::JSLabel(JSDialogSender* pSender, FixedText* 
pLabel, SalInstanceBuilder*
 void JSLabel::set_label(const OUString& rText)
 {
 SalInstanceLabel::set_label(rText);
-notifyDialogState();
+sendUpdate(m_xWidget);
 };
 
 JSButton::JSButton(JSDialogSender* pSender, ::Button* pButton, 
SalInstanceBuilder* pBuilder,
@@ -771,6 +771,8 @@ void JSEntry::set_text(const OUString& rText)
 notifyDialogState();
 }
 
+void JSEntry::set_text_without_notify(const OUString& rText) { 
SalInstanceEntry::set_text(rText); }
+
 JSListBox::JSListBox(JSDialogSender* pSender, ::ListBox* pListBox, 
SalInstanceBuilder* pBuilder,
  bool bTakeOwnership)
 : JSWidget(pSender, pListBox, 
pBuilder,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 68148] single line cell borders turn dashed when opened with different LibO release

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

--- Comment #57 from Lucius Ratliff  ---
Libre office is a famous office which is providing all kinds of online services
to their customers. Here a lot of information available on the site
https://www.easy-essay.org/, so by clicking on this site you will get more.

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


[Libreoffice-bugs] [Bug 49787] Formatting: Allow different slide / page styles (orientation, size) in a single Drawing document

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

--- Comment #30 from Marc Pare  ---
+1

I would also like to add my name to the list. Draw has become a .pdf utility
for many of us. Having Draw able to allow different page orientations like
Writer would be a major step in making Draw a definite .pdf tool of choice for
users. 

Thanks for taking another look at this feature request.

Marc

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

2021-01-20 Thread dante (via logerrit)
 starmath/mathml/inc/mathmlexport.hxx|6 +++---
 starmath/mathml/inc/mathmlimport.hxx|6 +++---
 starmath/mathml/source/mathmlexport.cxx |8 
 starmath/mathml/source/mathmlimport.cxx |8 
 4 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 160d406d5abdabf36e57e2d72b35d9b3fec52cbd
Author: dante 
AuthorDate: Tue Jan 19 12:53:38 2021 +0100
Commit: Mike Kaganski 
CommitDate: Thu Jan 21 05:27:48 2021 +0100

Replace bbUseHTMLMLEntities with m_bUseHTMLMLEntities

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

diff --git a/starmath/mathml/inc/mathmlexport.hxx 
b/starmath/mathml/inc/mathmlexport.hxx
index ed5a598d6abf..1a6072118991 100644
--- a/starmath/mathml/inc/mathmlexport.hxx
+++ b/starmath/mathml/inc/mathmlexport.hxx
@@ -46,19 +46,19 @@ class SmXMLExportWrapper
 
 private:
 // Use customized entities
-bool bbUseHTMLMLEntities;
+bool m_bUseHTMLMLEntities;
 
 public:
 explicit SmXMLExportWrapper(css::uno::Reference const& 
rRef)
 : xModel(rRef)
 , bFlat(true)
-, bbUseHTMLMLEntities(false)
+, m_bUseHTMLMLEntities(false)
 {
 }
 
 bool Export(SfxMedium& rMedium);
 void SetFlat(bool bIn) { bFlat = bIn; }
-void useHTMLMLEntities(bool bUseHTMLMLEntities) { bbUseHTMLMLEntities = 
bUseHTMLMLEntities; }
+void useHTMLMLEntities(bool bUseHTMLMLEntities) { m_bUseHTMLMLEntities = 
bUseHTMLMLEntities; }
 
 static bool
 WriteThroughComponent(const css::uno::Reference& 
xOutputStream,
diff --git a/starmath/mathml/inc/mathmlimport.hxx 
b/starmath/mathml/inc/mathmlimport.hxx
index af7611852adc..215948b4a3cb 100644
--- a/starmath/mathml/inc/mathmlimport.hxx
+++ b/starmath/mathml/inc/mathmlimport.hxx
@@ -44,17 +44,17 @@ class SmXMLImportWrapper
 
 private:
 // Use customized entities
-bool bbUseHTMLMLEntities;
+bool m_bUseHTMLMLEntities;
 
 public:
 explicit SmXMLImportWrapper(css::uno::Reference const& 
rRef)
 : xModel(rRef)
-, bbUseHTMLMLEntities(false)
+, m_bUseHTMLMLEntities(false)
 {
 }
 
 ErrCode Import(SfxMedium& rMedium);
-void useHTMLMLEntities(bool bUseHTMLMLEntities) { bbUseHTMLMLEntities = 
bUseHTMLMLEntities; }
+void useHTMLMLEntities(bool bUseHTMLMLEntities) { m_bUseHTMLMLEntities = 
bUseHTMLMLEntities; }
 
 static ErrCode
 ReadThroughComponent(const css::uno::Reference& 
xInputStream,
diff --git a/starmath/mathml/source/mathmlexport.cxx 
b/starmath/mathml/source/mathmlexport.cxx
index 2936b7fba5be..2c621217504f 100644
--- a/starmath/mathml/source/mathmlexport.cxx
+++ b/starmath/mathml/source/mathmlexport.cxx
@@ -187,7 +187,7 @@ bool SmXMLExportWrapper::Export(SfxMedium& rMedium)
 bRet = WriteThroughComponent(xStg, xModelComp, "meta.xml", 
xContext, xInfoSet,
  (bOASIS ? 
"com.sun.star.comp.Math.XMLOasisMetaExporter"
  : 
"com.sun.star.comp.Math.XMLMetaExporter"),
- bbUseHTMLMLEntities);
+ m_bUseHTMLMLEntities);
 }
 if (bRet)
 {
@@ -196,7 +196,7 @@ bool SmXMLExportWrapper::Export(SfxMedium& rMedium)
 
 bRet = WriteThroughComponent(xStg, xModelComp, "content.xml", 
xContext, xInfoSet,
  
"com.sun.star.comp.Math.XMLContentExporter",
- bbUseHTMLMLEntities);
+ m_bUseHTMLMLEntities);
 }
 
 if (bRet)
@@ -207,7 +207,7 @@ bool SmXMLExportWrapper::Export(SfxMedium& rMedium)
 bRet = WriteThroughComponent(xStg, xModelComp, "settings.xml", 
xContext, xInfoSet,
  (bOASIS ? 
"com.sun.star.comp.Math.XMLOasisSettingsExporter"
  : 
"com.sun.star.comp.Math.XMLSettingsExporter"),
- bbUseHTMLMLEntities);
+ m_bUseHTMLMLEntities);
 }
 }
 else
@@ -220,7 +220,7 @@ bool SmXMLExportWrapper::Export(SfxMedium& rMedium)
 
 bRet = WriteThroughComponent(xOut, xModelComp, xContext, xInfoSet,
  
"com.sun.star.comp.Math.XMLContentExporter",
- bbUseHTMLMLEntities);
+ m_bUseHTMLMLEntities);
 }
 
 if (xStatusIndicator.is())
diff --git a/starmath/mathml/source/mathmlimport.cxx 
b/starmath/mathml/source/mathmlimport.cxx
index cbdfcc52abb1..061af451bf3a 100644
--- a/starmath/mathml/source/mathmlimport.cxx
+++ b/starmath/mathml/source/mathmlimport.cxx
@@ -188,7 +188,7 @@ ErrCode SmXMLImportWrapper::Import(SfxMedium& rMedium)
 = 

[Libreoffice-bugs] [Bug 139798] New: Writer document password protection not working after activation & on prior ODF files in 7.0.4 and 7.0.4.2

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

Bug ID: 139798
   Summary: Writer document password protection not working after
activation & on prior ODF files in 7.0.4 and 7.0.4.2
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 111junk...@gmail.com

Description:
FILEOPEN  **SECURITY ISSUE** password protection not working. Writer documents
saved with 7.0.4.0 up to 7.0.4.2 It looks as if password protection is not
prompting for the password even though the file was saved with password
protection. User can open these files and should not be able to without input
of working password. file/properties/security shows no password assigned, even
though it was assigned when saved. Assigned password again, saved file, exited.
Reopened file, didn't prompt for password (again) but shows file is protected
under file/properties/security. Found this issue was still a problem on
additional files saved on prior days and multiple files saved today. Exit
program, rebooted, still no protection on writer files when opening them. Files
made prior to 7.0.4 seem to all keep their protection and prompt for a
password, even when using 7.0.4.0 and 7.0.4.2 to open them. 

Steps to Reproduce:
1. Open password protected writer document, saved as Odt (did not try with
other file formats yet)
2. no prompt for password
3. look at file/properties/security and there is no password protection
4. Add password protection (again)
5. save file
6. open saved file, and it does not prompt for a password
7. look in file/properties/security and it shows "Protected"

Actual Results:
Save a password protected file or go to one that has already been saved with
7.0.4.0
1. Open password protected writer document, saved as Odt (did not try with
other file formats yet)
2. no prompt for password
3. look at file/properties/security and there is no password protection
4. Add password protection (again)
5. save file
6. open saved file, and it does not prompt for a password
7. look in file/properties/security and it shows "Protected"

Expected Results:
File should be password protected and user should not be able to open the file
without inputting the correct password


Reproducible: Always


User Profile Reset: No



Additional Info:
SECURITY ISSUE and it didn't fix it to update to 7.0.4.2

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


[Libreoffice-bugs] [Bug 139796] Make Insert Special Character a Modeless Window

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

Telesto  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||tele...@surfxs.nl
   Keywords||needsUXEval

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


[Libreoffice-ux-advise] [Bug 139796] Make Insert Special Character a Modeless Window

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

Telesto  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||tele...@surfxs.nl
   Keywords||needsUXEval

-- 
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 134267] LibreOffice Version: 6.3.4.2.0+ refuses to load the English language dictionary

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

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

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 139451] Open Template dialog does not display full file name

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

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 139457] Loading libraries with GlobalScope not working as described in LO Help

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

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 134240] Opening LibreOffice results in the required program opening but in a frozen state.

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 134119] Nesprávne položený text.

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 139449] When signing Libreoffice won't ask for token password

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

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 134240] Opening LibreOffice results in the required program opening but in a frozen state.

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

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

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 134267] LibreOffice Version: 6.3.4.2.0+ refuses to load the English language dictionary

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

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 134119] Nesprávne položený text.

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

--- Comment #4 from QA Administrators  ---
Dear Tom,

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 133755] First file opening after launch has a delay

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

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

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 133755] First file opening after launch has a delay

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 131973] Crash in: libmergedlo.so FILESAVE

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

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 131973] Crash in: libmergedlo.so FILESAVE

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

--- Comment #10 from QA Administrators  ---
Dear jcalden_www,

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 131840] Changes to an embedded chart's Data Series format (color) not visible outside edit

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

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 131858] Initials in frames are not correctly displayed if there is too little space to fit

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 131858] Initials in frames are not correctly displayed if there is too little space to fit

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

--- Comment #3 from QA Administrators  ---
Dear Marcel Partap,

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 131840] Changes to an embedded chart's Data Series format (color) not visible outside edit

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

--- Comment #3 from QA Administrators  ---
Dear James Helferty,

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 65018] Sort order incorrect in alphabetical index in localized LibreOffice

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

--- Comment #10 from QA Administrators  ---
Dear Donaldo,

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 134657] Save As window - highlight in the wrong place

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

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

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 46209] SQL parser: FROM clause in SELECT should be optional

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

--- Comment #4 from QA Administrators  ---
Dear Lionel Elie Mamane,

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 46207] SQL parser: accept an expression instead of only literal where makes sense

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

--- Comment #7 from QA Administrators  ---
Dear Lionel Elie Mamane,

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 115022] subtotal in .xlxs

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

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

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 139796] Make Insert Special Character a Modeless Window

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

Dave  changed:

   What|Removed |Added

 CC||dhorton...@gmail.com

--- Comment #1 from Dave  ---
Created attachment 169066
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169066=edit
The modeless window used to insert cross-references

This is the behavior that would be preferable for Insert Special Character. The
modeless window sits to the side and lets the user navigate the document
without having to close it.

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


[Libreoffice-bugs] [Bug 139797] New: Can't place a bar directly over phonetic symbols in Writer

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

Bug ID: 139797
   Summary: Can't place a bar directly over phonetic symbols in
Writer
   Product: LibreOffice
   Version: 7.1.0.2 rc
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dpquin...@zoho.com

Description:
In my work I need to placed a bar over phonetic symbols.

The  symbol U+304 (named, combining macron) among the Combining diacritical
marks, combines with normal letters as a bar above them, but with phonetic
symbols as a true space modifier, sitting to the above-right position.

My question is, how can I put a bar over a phonetic symbol and have it shown
directly over the character in Libre? It works in a text editor, but not in
Libre as the mark is treated properly as a space modifier - so how might I turn
off "detect space modifiers with phonetic symbols"?

Maybe it's just not possible. thanks


Steps to Reproduce:
1.Open special characters
2.Insert a phonetic vowel followed by the combining macron
3.

Actual Results:
the macron sits to top right (correct behaviour)

Expected Results:
I need a way to make the macron sit directly on top of the symbol


Reproducible: Always


User Profile Reset: No



Additional Info:
An option not to recognise phonetic symbols so that the combining characters do
no act as combiners, even as they don't with normal characters.

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


[Libreoffice-bugs] [Bug 139796] New: Make Insert Special Character a Modeless Window

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

Bug ID: 139796
   Summary: Make Insert Special Character a Modeless Window
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dhorton...@gmail.com

Description:
While using Writer to create documents with many special characters and
cross-references, I've noticed it's much easier to do multiple cross-references
than it is to do multiple special characters.

The cross-reference window is modeless. It sits off to the side of my document
until I need it. This lets me do several cross-reference entries at one time.

The insert special character window, on the other hand, is modal. I can only
insert one special character at a time. If I need to insert several special
characters in one go, I have to move the cursor where I want it, access insert
special character from the menu, click insert, close the window and repeat.

It's either that or copy and paste the symbol, which really only helps if the
symbol is the same throughout. In technical documents, there are often many
different special characters.

With insert cross-reference, there's no closing and reopening each time.

I'd like to request an enhancement to make insert special character a modeless
window like insert cross reference. It would do a lot for efficiency.

Steps to Reproduce:
1. Access Special Character from the Insert menu.
2. Insert a special character.
3. Try to move the cursor in the document.

Actual Results:
The cursor position cannot be changed until the Insert Special Character window
is closed.

Expected Results:
It would be preferable to move the cursor while the Insert Special Character
windows stays open off to the side. This is the behavior of Insert
Cross-Reference and it makes it much easier to insert multiple references at
one time. It would be nice to also insert multiple special characters at one
time. 


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.4.2 (x64)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); 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 139795] FILESAVE error saving (device not ready) only with some file formats (SMB network NAS)

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

documentfoundation@steffen-schnur.de changed:

   What|Removed |Added

  Alias||Steffen

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


[Libreoffice-bugs] [Bug 139795] New: FILESAVE error saving (device not ready) only with some file formats (SMB network NAS)

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

Bug ID: 139795
   Summary: FILESAVE error saving (device not ready) only with
some file formats (SMB network NAS)
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: documentfoundation@steffen-schnur.de

Description:
the problem occurs only with Excel like file formats .ods, xls, xlsx, ...
If you save .txt or .csv there is no problem

Steps to Reproduce:
1. Establish connection via a VPN
2. login to NAS drive
smb://192.168.167.55/nasverschlüsselt/Daten
(maybe a "ü" problem  with the save routine of the certain formats or a write
access rights error?)

3.File -> New Document -> Spreadsheet
4.text input "Test123" in A1
5.File -> Save As...
6. test.ods
7. save

Actual Results:
- Message: Error saving the document test: Device (drive) not ready.
- the file test.ods is created on the drive but is empty (0 Bytes)

Expected Results:
Steps to Reproduce with 6. test.csv
- no error
- the file test.csv is created on the drive and not empty (Text: "Test123") (10
Bytes)


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.4.2
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.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 139794] New: Version 6.4.6 of Math works weel with STIX font (version 1), but version 6.4.7 doesn't

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

Bug ID: 139794
   Summary: Version 6.4.6 of Math works weel with STIX font
(version 1), but version 6.4.7 doesn't
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aldemarcalaz...@gmail.com

Description:
A very simple expression using the "root" symbol (for example, square root of
two) is rendered perfectly using STIX font version 1.1 + LibreOffice version
6.4.6. However, If you update for LibreOffice version 6.4.7, the square root
symbol crashes. Unless I change the font to another one

STIX2 font does not show this problem, however this new font version is very
buggy (curly brackets does not show properly, etc.), so it will be great
solving this problem involving STIX 1.1

Steps to Reproduce:
1.Instal font STIX 1.1 in your computer
2.Set this font as the one used inthe formula
3.Type the expression sqrt{2}

Actual Results:
A terribly bad formed root symbol

Expected Results:
A good formed root symbol, like the one obtained with version 6.4.6


Reproducible: Always


User Profile Reset: No



Additional Info:
None

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


[Libreoffice-bugs] [Bug 127893] Detect other date formats when pasting text

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

--- Comment #12 from Jonny Grant  ---
Good evening, It is a real shame this bug was closed. It does feel like a
confirmed issue as it works as normal in Google Sheets, and is easy to
reproduce.

Google Sheets doesn't suffer this issue. Sheets also retains the formatting
entered correctly. Can you confirm if you can reproduce the same?

Jul-19-2019 
10 Aug 2019

=A1-A2
-22 Days different


We get CSV files from all over the world, USA, Japan, UK, France

In the case of the USA, they often (but not always) put the month before the
day, and then end as /19 or /2019 or with hyphen.

There's no reason for us to need to force anything if it can be auto detected

It's a bit strange for us to need to import into Google Sheets, and then export
before loading into Calc.

Probably this column forcing on CSV load was only introduced in 7.x which
hasn't made it into Ubuntu stable LTS yet. Sorry I am not that up to date.

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


[Libreoffice-bugs] [Bug 107144] CALC: Add icon for Show Comment on/off text button and change icon for Show Comments on/off

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

--- Comment #45 from Rizal Muttaqin  ---
(In reply to Timur from comment #44)
> I cannot test, but if it remained wrong, it shouldn't be closed. And surely
> no need to open new bug just to complete what's explained here.

I tend to disagree, drawing an icon and renaming a button are two different
tasks which require different of skill sets and cover different areas.

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


[Libreoffice-bugs] [Bug 139793] New: Impossible to set Minimal Row Height in table

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

Bug ID: 139793
   Summary: Impossible to set Minimal Row Height in table
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ivan.m...@gmail.com

Created attachment 169065
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169065=edit
Impress presentation that demonstrates the bug

Choosing "Minimal Row Height" either from table toolbar or from menu doesn't do
anything. Steps to reproduce:

1. Insert a table 6 rows x 4 columns
2. Enter a few short words into first 2-3 cells
3. From table toolbar choose Optimize -> Minimal Column Width. Columns are
properly resized to minimal width.
4. From table toolbar choose Optimize -> Minimal Row Height. Nothing happens!

Expected result: Row height should be minimal after selecting Optimize ->
Minimal Row Height.

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


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

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

Bug 132695 Summary: Explanation of "Character Background" in "Tools - Options - 
Load/Save - Microsoft Office" is not too clear
https://bugs.documentfoundation.org/show_bug.cgi?id=132695

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 112724] [META] Options dialog's Load/Save settings bugs and enhancements

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

Bug 132695 Summary: Explanation of "Character Background" in "Tools - Options - 
Load/Save - Microsoft Office" is not too clear
https://bugs.documentfoundation.org/show_bug.cgi?id=132695

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-commits] core.git: helpcontent2

2021-01-20 Thread Seth Chaiklin (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18fc6012a3ccbe33605e8f6d593c8457cece98ee
Author: Seth Chaiklin 
AuthorDate: Thu Jan 21 00:07:27 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Jan 21 00:07:27 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to e9b5c5c090e4874daf878dd555329bfed6c07229
  - tdf#132695 export of character highlighting to MS Word - improve help

   Added explanations of the consequences of choosing highlighting or
   shading for export to MS Office. Each choice has an advantage and
   a disadvantage, and these are inverse to each other, so seemed better
   to give clear information so that users can make an informed choice
   that is relevant to their situation, rather than try to recommend a
   better or preferred choice.

   Also:
 + added information about default setting in different LO versions
   because some users might have files exported with older LO versions.

 + added  about using compatibility filter in "Character
   Highlighting Color" dialog box.

   Thanks to Justin Luth and Mike Kaganski for expert advice.

Change-Id: I16c2df016c00ed60b18d9fddfbb3573f425a851d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109672
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/helpcontent2 b/helpcontent2
index a3932cc1047b..e9b5c5c090e4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a3932cc1047b133170c08c45add70b8197fe9dd2
+Subproject commit e9b5c5c090e4874daf878dd555329bfed6c07229
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-20 Thread Seth Chaiklin (via logerrit)
 source/text/shared/optionen/01130200.xhp |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit e9b5c5c090e4874daf878dd555329bfed6c07229
Author: Seth Chaiklin 
AuthorDate: Wed Jan 20 07:46:28 2021 +0100
Commit: Seth Chaiklin 
CommitDate: Thu Jan 21 00:07:27 2021 +0100

tdf#132695 export of character highlighting to MS Word - improve help

   Added explanations of the consequences of choosing highlighting or
   shading for export to MS Office. Each choice has an advantage and
   a disadvantage, and these are inverse to each other, so seemed better
   to give clear information so that users can make an informed choice
   that is relevant to their situation, rather than try to recommend a
   better or preferred choice.

   Also:
 + added information about default setting in different LO versions
   because some users might have files exported with older LO versions.

 + added  about using compatibility filter in "Character
   Highlighting Color" dialog box.

   Thanks to Justin Luth and Mike Kaganski for expert advice.

Change-Id: I16c2df016c00ed60b18d9fddfbb3573f425a851d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109672
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/source/text/shared/optionen/01130200.xhp 
b/source/text/shared/optionen/01130200.xhp
index c04c11e6d..584a87a0c 100644
--- a/source/text/shared/optionen/01130200.xhp
+++ b/source/text/shared/optionen/01130200.xhp
@@ -1,6 +1,5 @@
 
 
-
 
 
-
 
   
  Microsoft Office
@@ -40,6 +38,7 @@
 OLE objects;Microsoft Office
 OLE objects;PDF
 character highlighting;Microsoft Office export
+character shading;Microsoft Office export
 
 Microsoft Office
 Specifies the settings for importing and exporting Microsoft Office and 
other documents.
@@ -60,7 +59,10 @@
 
 
 Character Highlighting
-Microsoft Office has two character attributes similar to $[officename] 
character background. Select the appropriate attribute (highlighting or 
shading) which you would like to use during export to Microsoft Office file 
formats.
+Microsoft Office has two character attributes similar to $[officename] 
character highlighting. Use this control to select the attribute, 
highlighting or shading, that $[officename] should 
use when exporting $[officename] character highlighting to Microsoft Office 
file formats.
+Highlighting exports the 
closest match between a $[officename] highlighting color and one of the 16 
Microsoft highlighting colors, using the Office character attribute that makes 
it easy for Office users to edit with the highlighting tool in Office 
applications. This is the default setting in $[officename] 5.0 to 
6.4.
+Shading exports all RGB 
colors to the other Office character attribute. This preserves color fidelity 
between $[officename] and Microsoft Office documents, but Office users must 
edit this character attribute with a tool that is not commonly used or easy to 
find in Office applications. This is the default setting since $[officename] 
7.0.
+The compatibility filter in the Character 
Highlighting Color dialog provides the Microsoft Office highlighting 
colors. Use those colors and choose Export as: Highlighting if you 
want both color fidelity and ease of editing for Office users.
 
 Lock files
 Mark this 
checkbox to generate a Microsoft Office lock file in addition to %PRODUCTNAME 
own lock file. Lock files signal to applications that a resource or 
file should not be used until the lock is released.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138993] Remove commas in numbers

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

--- Comment #17 from Eike Rathke  ---
(In reply to Jonny Grant from comment #16)
> Jul-19-2019   
> 10 Aug 2019
Comment on wrong bug, you are confusing this with bug 127893.

-- 
You are receiving this mail because:
You 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 137160] ALPHABETICAL INDEX: need to add thin space between page reference and f./ff.

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

--- Comment #6 from sdc.bla...@youmail.dk ---
(In reply to Heiko Tietze from comment #5)
> Would rather expose the f/ff xml
> stuff somewhere and allow the thin space per workplace.
Is this note to self?  Not sure what you are thinking about here.

-- 
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 137160] ALPHABETICAL INDEX: need to add thin space between page reference and f./ff.

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

--- Comment #6 from sdc.bla...@youmail.dk ---
(In reply to Heiko Tietze from comment #5)
> Would rather expose the f/ff xml
> stuff somewhere and allow the thin space per workplace.
Is this note to self?  Not sure what you are thinking about here.

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


[Libreoffice-bugs] [Bug 130003] Alphabetical Index: make it easier to index entries over multiple ranges of pages

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

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

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #21 from sdc.bla...@youmail.dk ---
(In reply to Heiko Tietze from comment #13)
> Currently the ff and - options are mutually depending, you can check one
> only if the other is off but also both can be off. Guess we can use the
> parent "Combine" for this state and go with radio buttons.
The current dialog box should be changed to:

Combine identical entries with:  ( ) f or ff. ( ) - 
   [} case sensitive

The present interface is clumsy to use.  This change would also reduce clutter.

(was going to report this as a bug, but found this ticket.  
Should I file a separate ticket for this simple "repair", given than this
ticket is for a bigger enhancement?)

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


[Libreoffice-bugs] [Bug 138993] Remove commas in numbers

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

--- Comment #16 from Jonny Grant  ---
Good evening, It is a real shame this bug was closed. It does feel like a
confirmed issue as it works as normal in Google Sheets, and is easy to
reproduce.

Google Sheets doesn't suffer this issue. Sheets also retains the formatting
entered correctly. Can you confirm if you can reproduce the same?

Jul-19-2019 
10 Aug 2019

=A1-A2
-22 Days different


We get CSV files from all over the world, USA, Japan, UK, France

In the case of the USA, they often (but not always) put the month before the
day, and then end as /19 or /2019 or with hyphen.

There's no reason for us to need to force anything if it can be auto detected

It's a bit strange for us to need to import into Google Sheets, and then export
before loading into Calc.

Probably this column forcing on CSV load was only introduced in 7.x which
hasn't made it into Ubuntu stable LTS yet. Sorry I am not that up to date.

-- 
You are receiving this mail because:
You 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: icon-themes/elementary icon-themes/elementary_svg

2021-01-20 Thread Rizal Muttaqin (via logerrit)
 icon-themes/elementary/svx/res/markers.png |binary
 icon-themes/elementary_svg/svx/res/markers.svg |2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51de39229d45259d2cdc13e2e102d3b73e436d06
Author: Rizal Muttaqin 
AuthorDate: Wed Jan 20 21:45:28 2021 +0700
Commit: Rizal Muttaqin 
CommitDate: Wed Jan 20 23:16:06 2021 +0100

elementary: tdf#125779, tdf#139056 update color to follow upstream brand

Change-Id: Ifb2f623858274c21c234db34ded9425c3215ffba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109713
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin 

diff --git a/icon-themes/elementary/svx/res/markers.png 
b/icon-themes/elementary/svx/res/markers.png
index 2667c0fd2d9b..ae3ecca170b5 100644
Binary files a/icon-themes/elementary/svx/res/markers.png and 
b/icon-themes/elementary/svx/res/markers.png differ
diff --git a/icon-themes/elementary_svg/svx/res/markers.svg 
b/icon-themes/elementary_svg/svx/res/markers.svg
index 1bdb34d04df4..3ca237d7d236 100644
--- a/icon-themes/elementary_svg/svx/res/markers.svg
+++ b/icon-themes/elementary_svg/svx/res/markers.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
\ No newline at end of file

... etc. - the rest is truncated
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Carlos Segura González license statement

2021-01-20 Thread Carlos Segura
All of my past & future contributions to LibreOffice may be licensed under
the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2021-01-20 Thread Tamás Zolnai (via logerrit)
 sw/source/core/crsr/crsrsh.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1423d6e79ebc3d82d1971061273103c55073e358
Author: Tamás Zolnai 
AuthorDate: Tue Jan 12 16:00:46 2021 +0100
Commit: Tamás Zolnai 
CommitDate: Wed Jan 20 23:02:56 2021 +0100

tdf#139566: Fix select all (table + text) when document window looses focus.

Without setting mbSelectAll properly the selection cursor
is converted to a SwShellTableCursor, which can't handle
if a selection is extended outside of the table.

Change-Id: Ibd43097ac782b9fc02ff818d3911ebcd20efbd21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109185
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Tamás Zolnai 
(cherry picked from commit 7f150d63253e171e87c09225291c4e059aaf2476)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109624

diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 3e29c1b83f3b..57c8fe107028 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2402,6 +2402,8 @@ void SwCursorShell::ShellLoseFocus()
 
 void SwCursorShell::ShellGetFocus()
 {
+comphelper::FlagRestorationGuard g(mbSelectAll, StartsWithTable() && 
ExtendedSelectedAll());
+
 m_bHasFocus = true;
 if( !m_bBasicHideCursor && VisArea().Width() )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-20 Thread Tamás Zolnai (via logerrit)
 sfx2/source/control/unoctitm.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 761a0eb179938d6dab9a85e86c2a7c5b264599ca
Author: Tamás Zolnai 
AuthorDate: Wed Dec 30 12:07:10 2020 +0100
Commit: Tamás Zolnai 
CommitDate: Wed Jan 20 23:02:35 2021 +0100

lok: send uno command state update to the right view.

We get the correct view as a parameter(pViewFrame).

Change-Id: I36e99a7660fee69c6c7cb10977763b1136eb6e22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108511
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Tamás Zolnai 
(cherry picked from commit 0b1fb051d1bcbfc9f08f288193cff8b039558afd)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109623

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index a4e7c3e27aca..d14a6ecd6982 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1293,7 +1293,7 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, 
SfxViewFrame* pViewFra
 else
 {
 // Try to send JSON state version
-SfxLokHelper::sendUnoStatus(SfxViewShell::Current(), pState);
+SfxLokHelper::sendUnoStatus(pViewFrame->GetViewShell(), pState);
 
 return;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: compilerplugins/Makefile-clang.mk

2021-01-20 Thread Stephan Bergmann (via logerrit)
 compilerplugins/Makefile-clang.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db1561f0510a179045ccea857f9386af83af729f
Author: Stephan Bergmann 
AuthorDate: Wed Jan 20 14:24:19 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Jan 20 22:17:35 2021 +0100

Build compilerplugings code with -fvisibility-inlines-hidden

Even though `llvm-config --cxxflags` does not reflect it, LLVM generally 
uses
-fvisibility-inlines-hidden on Unix-like platforms at least since 
"[CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=Off" 
debuting
in release/3.8.x.

At least with my build on macOS 11.1 ARM64 against recent LLVM 12 trunk, 
that
caused a mismatch between

> $ nm -m compilerplugins/clang/sharedvisitor/analyzer.o | grep 
__ZGVZNK5clang24TemplateTemplateParmDecl18getDefaultArgumentEvE7NoneLoc
> 00028038 (__DATA,__data) weak external 
__ZGVZNK5clang24TemplateTemplateParmDecl18getDefaultArgumentEvE7NoneLoc

and

> $ nm -m ~/llvm/inst/lib/libclangAST.a\(JSONNodeDumper.cpp.o\) | grep 
__ZGVZNK5clang24TemplateTemplateParmDecl18getDefaultArgumentEvE7NoneLoc
> 0001ccf0 (__DATA,__data) weak private external 
__ZGVZNK5clang24TemplateTemplateParmDecl18getDefaultArgumentEvE7NoneLoc

etc., causing (albeit harmless) warnings

> [GEN] compilerplugins/clang/sharedvisitor/analyzer
> ld: warning: direct access in function 
'clang::JSONNodeDumper::VisitTemplateTemplateParmDecl(clang::TemplateTemplateParmDecl
 const*)' from file '~/llvm/inst/lib/libclangAST.a(JSONNodeDumper.cpp.o)' to 
global weak symbol 'guard variable for 
clang::TemplateTemplateParmDecl::getDefaultArgument() const::NoneLoc' from file 
'compilerplugins/clang/sharedvisitor/analyzer.o' means the weak symbol cannot 
be overridden at runtime. This was likely caused by different translation units 
being compiled with different visibility settings.
[...]

-fvisibility-inline-hidden is presumably supported by all
$(COMPILER_PLUGINS_CXX) used on non-Windows platforms in the wild, so lets 
be
bold and add it unconditionally.

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

diff --git a/compilerplugins/Makefile-clang.mk 
b/compilerplugins/Makefile-clang.mk
index 9d6b46019344..7d993433c030 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -26,7 +26,7 @@ else
 CLANGCXXFLAGS+=/DEBUG /Od
 endif
 else # WNT
-CLANGCXXFLAGS=-Wall -Wextra -Wundef
+CLANGCXXFLAGS=-Wall -Wextra -Wundef -fvisibility-inlines-hidden
 ifeq ($(CLANGDEBUG),)
 CLANGCXXFLAGS+=-O2
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 133345] Macros Editor IDE: no dialbox tabs in LO 7.0.0.0

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

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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


[Libreoffice-bugs] [Bug 115815] Comment position on deleted track change not preserved

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

László Németh  changed:

   What|Removed |Added

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

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


[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - dbaccess/source

2021-01-20 Thread Caolán McNamara (via logerrit)
 dbaccess/source/ui/dlg/DbAdminImpl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9f5a92b9612e134994aad5f05a543860c6f098c
Author: Caolán McNamara 
AuthorDate: Wed Jan 20 11:20:23 2021 +
Commit: Caolán McNamara 
CommitDate: Wed Jan 20 20:59:34 2021 +0100

set parent for database authentication user/password dialog

Change-Id: Idd351405dbdccdf75d350ace876f8a8d00d9e549
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109680
Reviewed-by: Michael Stahl 
Tested-by: Jenkins

diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx 
b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
index 2853110b1959..dfb3cc1db655 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
@@ -232,7 +232,7 @@ bool 
ODbDataSourceAdministrationHelper::getCurrentSettings(Sequence< PropertyVal
 if ( !xHandler.is() )
 {
 // instantiate the default SDB interaction handler
-xHandler = 
task::InteractionHandler::createWithParent(m_xContext, nullptr);
+xHandler = 
task::InteractionHandler::createWithParent(m_xContext, m_pParent->GetXWindow());
 }
 
 OUString sName = pName ? pName->GetValue() : OUString();
___
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' - dbaccess/source

2021-01-20 Thread Caolán McNamara (via logerrit)
 dbaccess/source/ui/dlg/DbAdminImpl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 240830f5831203ec558747f569baae068827f061
Author: Caolán McNamara 
AuthorDate: Wed Jan 20 11:20:23 2021 +
Commit: Caolán McNamara 
CommitDate: Wed Jan 20 21:00:05 2021 +0100

set parent for database authentication user/password dialog

Change-Id: Idd351405dbdccdf75d350ace876f8a8d00d9e549
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109681
Reviewed-by: Michael Stahl 
Tested-by: Caolán McNamara 

diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx 
b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
index 2437196f14e3..7fe641e230a8 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
@@ -232,7 +232,7 @@ bool 
ODbDataSourceAdministrationHelper::getCurrentSettings(Sequence< PropertyVal
 if ( !xHandler.is() )
 {
 // instantiate the default SDB interaction handler
-xHandler = 
task::InteractionHandler::createWithParent(m_xContext, nullptr);
+xHandler = 
task::InteractionHandler::createWithParent(m_xContext, m_pParent->GetXWindow());
 }
 
 OUString sName = pName ? pName->GetValue() : OUString();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2021-01-20 Thread Caolán McNamara (via logerrit)
 dbaccess/source/ui/dlg/DbAdminImpl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45dbc3023595edf50685776b1d803cdc2e5b0316
Author: Caolán McNamara 
AuthorDate: Wed Jan 20 11:20:23 2021 +
Commit: Caolán McNamara 
CommitDate: Wed Jan 20 20:59:19 2021 +0100

set parent for database authentication user/password dialog

Change-Id: Idd351405dbdccdf75d350ace876f8a8d00d9e549
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109700
Reviewed-by: Michael Stahl 
Tested-by: Jenkins

diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx 
b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
index 2853110b1959..dfb3cc1db655 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
@@ -232,7 +232,7 @@ bool 
ODbDataSourceAdministrationHelper::getCurrentSettings(Sequence< PropertyVal
 if ( !xHandler.is() )
 {
 // instantiate the default SDB interaction handler
-xHandler = 
task::InteractionHandler::createWithParent(m_xContext, nullptr);
+xHandler = 
task::InteractionHandler::createWithParent(m_xContext, m_pParent->GetXWindow());
 }
 
 OUString sName = pName ? pName->GetValue() : OUString();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 125594] Bounding box not rotated when image "as character" anchor mode

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

Christian Ehrlicher  changed:

   What|Removed |Added

 CC||ch.ehrlic...@gmx.de

--- Comment #9 from Christian Ehrlicher  ---
This also leads to the strange behavior that a very wide and low height image
rotated by 90 degree can not be moved horizontally which is very annoying.

-- 
You are receiving this mail because:
You 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 81797] "Language" should be in the Properties sidebar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #4 from V Stuart Foote  ---
Yes, as language is displayed per paragraph on the Status bar, and from there
language is set via the Character... dialog.  This dialog also opened with one
click from the Sidebar Properties deck's 'Character' content panel--applying
language to current selection.

So, probably no real need to be displayed or reset directly on the Sidebar's
Properties deck, the Status bar is sufficient to display current language as
the Character dialog provides consistent methods to change.

A +1 for the WF

-- 
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 81797] "Language" should be in the Properties sidebar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #4 from V Stuart Foote  ---
Yes, as language is displayed per paragraph on the Status bar, and from there
language is set via the Character... dialog.  This dialog also opened with one
click from the Sidebar Properties deck's 'Character' content panel--applying
language to current selection.

So, probably no real need to be displayed or reset directly on the Sidebar's
Properties deck, the Status bar is sufficient to display current language as
the Character dialog provides consistent methods to change.

A +1 for the WF

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


[Libreoffice-bugs] [Bug 139758] libreoffice writer 7.0 crashes on attempt to print

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

franz.koh...@gmail.com  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEEDINFO|RESOLVED

--- Comment #2 from franz.koh...@gmail.com  ---
Fixed installing version 7.0.4 release.
May be, I caused the crash by myself (incomplete purge of older versions of LO)

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


[Libreoffice-bugs] [Bug 139792] PDF Export Error (pdf inside odt exported to pdf)

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

--- Comment #3 from BDF  ---
Created attachment 169064
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169064=edit
pdf file created out of odt file with pdf in it

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


[Libreoffice-bugs] [Bug 139792] PDF Export Error (pdf inside odt exported to pdf)

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

--- Comment #2 from BDF  ---
Created attachment 169063
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169063=edit
odt file with the drag pdf 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 139792] PDF Export Error (pdf inside odt exported to pdf)

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

--- Comment #1 from BDF  ---
Created attachment 169062
  --> https://bugs.documentfoundation.org/attachment.cgi?id=169062=edit
Wikipedia Main page as pdf test 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 139792] New: PDF Export Error (pdf inside odt exported to pdf)

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

Bug ID: 139792
   Summary: PDF Export Error (pdf inside odt exported to pdf)
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugs_documentfoundation_org.5.k...@xoxy.net

Description:
When you import a PDF file into an odt file and export it back as pdf, the
original pdf is not correctly displayed and seems to 'break' printing.

Steps to Reproduce:
1. Import any pdf file into an odt file by drag and drop
2. export the odt as pdf (doesn't matter how you do it)

Actual Results:
The pdf file is not correctly displayed if it the content is included at all.
It stopped my printer from printing (the pdf was on page 5 and the printer
printed page 1-4 and then stopped)

Expected Results:
Export content to pdf as displayed.
Print pdf on printer as displayed.


Reproducible: Always


User Profile Reset: No



Additional Info:
Included files:
* Wikipedia Main Page - 2021-01-20.pdf -> Main Page of Wikipedia as example pdf
* BUG - pdf in odt.odt -> The pdf imported to the odt file
* BUG - pdf in odt exported into pdf.pdf -> the odt exported as pdf



It started with 'Hey cool Writer can directly import pdf files! Thats neat!
Went over 'How would I select the second page of the pdf? Doesn't matter, it's
just one scanned page anyway'
And ended in 'Why the hack is this thing not printing?'

I don't mind pdf files not working / not beeing able to be imported into
writer, but if pdf files are accepted they should work.



Version: 7.0.4.2 (x64)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 16; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: de-AT (de_AT); UI: de-DE
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 116757] Track Changes should be able to show original document

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

--- Comment #10 from Timur  ---
This work complements great feature of bug 34355 (candidate for a backport).
Latee should be in https://wiki.documentfoundation.org/ReleaseNotes/7.1 (I'm
away from computer and cannot do it myself).

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


[Libreoffice-bugs] [Bug 139747] Saving document resets scroll focus

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

Telesto  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #5 from Telesto  ---
@Buovjaga
You have kf5 desktop environment as primarily, secondary system or whatever..

Would you mind to test? Fine on Windows

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 6ee7a3b2c0565c2871d32d704cb2899445b9f88d
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-qa] Minutes from the UX/design meeting 2020-Jan-20

2021-01-20 Thread Heiko Tietze

Present: Heiko, (Hakeem)
Comments: Telesto, Sascha, Andreas, Timur, Stuart, Regina

Tickets/Topic

 * UI: The Base preview for recent opened files isn't it. The
   transparency around the icon feels off
   + https://bugs.documentfoundation.org/show_bug.cgi?id=139453
   + white background, large icon, placement at bottom right,
 or WF (all until real preview)
   + enlarge (Telesto), rather have a dummy preview (Andreas)
   + hard to impossible to implement an usable preview for databases,
 though a larger icon e.g. similar to A1 letter could improve the view 
(Sascha)
   => design some kind of dummy preview and show behind the icon which goes to
  the usual position then

 * VIEWING: Enhancement: Provide a window for foot notes in Web Layout view
   + https://bugs.documentfoundation.org/show_bug.cgi?id=67168
   + web layout is just not suited for footnotes; the Navigator has
 everything to quickly jump to the FN position (and back thanks
 the new Recency option) WF (Heiko)
   => very old ticket, no more opinions = WF

 * Usability: "Move or Copy Sheet"; the difference is subtle, but important
   + https://bugs.documentfoundation.org/show_bug.cgi?id=139464
   + change the default to Copy or use Copy/Move instead of Ok
   + no need for a change (Timur)
   + Copy is a bit safer (Heiko)
   => do it

 * Import support for open image formats - ORA and XCF
   + https://bugs.documentfoundation.org/show_bug.cgi?id=83256
   + out of scope (Heiko)
   + these are work-files of there specific applications not image-files
 itselves (Sascha)
   + if well-spec'ed and licensed we could add an import filter (Stuart)
   => not worth the effort, WF

 * WRITER: context menu "Unstyle selected text" from  list style to
   "no-list" style
   + https://bugs.documentfoundation.org/show_bug.cgi?id=92622
   + a "None"-entry on top of the list could be useful (Sascha)
   + Character Style has a Default to unset (Heiko)
   => add "No List" on top

 * UI: Main toolbar lacking option to enable border for textbox in Draw/Impress
   (contrary to Calc/Writer)
   + https://bugs.documentfoundation.org/show_bug.cgi?id=139619
   + add line style dropdown (Heiko), +1 (Andreas)
   + different toolbars, different function, WFM (Regina)
   => go with the line style dropdown



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


Minutes from the UX/design meeting 2020-Jan-20

2021-01-20 Thread Heiko Tietze

Present: Heiko, (Hakeem)
Comments: Telesto, Sascha, Andreas, Timur, Stuart, Regina

Tickets/Topic

 * UI: The Base preview for recent opened files isn't it. The
   transparency around the icon feels off
   + https://bugs.documentfoundation.org/show_bug.cgi?id=139453
   + white background, large icon, placement at bottom right,
 or WF (all until real preview)
   + enlarge (Telesto), rather have a dummy preview (Andreas)
   + hard to impossible to implement an usable preview for databases,
 though a larger icon e.g. similar to A1 letter could improve the view 
(Sascha)
   => design some kind of dummy preview and show behind the icon which goes to
  the usual position then

 * VIEWING: Enhancement: Provide a window for foot notes in Web Layout view
   + https://bugs.documentfoundation.org/show_bug.cgi?id=67168
   + web layout is just not suited for footnotes; the Navigator has
 everything to quickly jump to the FN position (and back thanks
 the new Recency option) WF (Heiko)
   => very old ticket, no more opinions = WF

 * Usability: "Move or Copy Sheet"; the difference is subtle, but important
   + https://bugs.documentfoundation.org/show_bug.cgi?id=139464
   + change the default to Copy or use Copy/Move instead of Ok
   + no need for a change (Timur)
   + Copy is a bit safer (Heiko)
   => do it

 * Import support for open image formats - ORA and XCF
   + https://bugs.documentfoundation.org/show_bug.cgi?id=83256
   + out of scope (Heiko)
   + these are work-files of there specific applications not image-files
 itselves (Sascha)
   + if well-spec'ed and licensed we could add an import filter (Stuart)
   => not worth the effort, WF

 * WRITER: context menu "Unstyle selected text" from  list style to
   "no-list" style
   + https://bugs.documentfoundation.org/show_bug.cgi?id=92622
   + a "None"-entry on top of the list could be useful (Sascha)
   + Character Style has a Default to unset (Heiko)
   => add "No List" on top

 * UI: Main toolbar lacking option to enable border for textbox in Draw/Impress
   (contrary to Calc/Writer)
   + https://bugs.documentfoundation.org/show_bug.cgi?id=139619
   + add line style dropdown (Heiko), +1 (Andreas)
   + different toolbars, different function, WFM (Regina)
   => go with the line style dropdown



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


  1   2   3   4   5   >