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

2020-01-27 Thread Xisco Fauli (via logerrit)
 sw/qa/uitest/writer_tests/data/trackedChanges.odt |binary
 sw/qa/uitest/writer_tests/trackedChanges.py   |   76 ++
 2 files changed, 76 insertions(+)

New commits:
commit 77e2071a72608ab66be2b5d2568332f8c993a4c6
Author: Xisco Fauli 
AuthorDate: Mon Jan 27 18:32:04 2020 +0100
Commit: Xisco Faulí 
CommitDate: Tue Jan 28 08:58:27 2020 +0100

UItest: Check list of changes is updated accordingly

Change-Id: I8a68abc928fd2bedf3d5580a6f45bdb6993560c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87545
Tested-by: Jenkins
Reviewed-by: Xisco Faulí 

diff --git a/sw/qa/uitest/writer_tests/data/trackedChanges.odt 
b/sw/qa/uitest/writer_tests/data/trackedChanges.odt
new file mode 100644
index ..61f546695115
Binary files /dev/null and b/sw/qa/uitest/writer_tests/data/trackedChanges.odt 
differ
diff --git a/sw/qa/uitest/writer_tests/trackedChanges.py 
b/sw/qa/uitest/writer_tests/trackedChanges.py
index 5bc8fecf7b03..702faafdaa07 100644
--- a/sw/qa/uitest/writer_tests/trackedChanges.py
+++ b/sw/qa/uitest/writer_tests/trackedChanges.py
@@ -7,9 +7,14 @@
 
 from uitest.framework import UITestCase
 from uitest.debug import sleep
+from uitest.path import get_srcdir_url
 import time
 from uitest.uihelper.common import get_state_as_dict, type_text
 
+
+def get_url_for_data_file(file_name):
+return get_srcdir_url() + "/sw/qa/uitest/writer_tests/data/" + file_name
+
 class trackedchanges(UITestCase):
 
 def test_tdf91270(self):
@@ -150,5 +155,76 @@ class trackedchanges(UITestCase):
 self.xUITest.executeCommand(".uno:RejectTrackedChange")
 self.assertEqual(document.Text.String[0:30], "Test LibreOffice Test2 
Test4")
 
+self.ui_test.close_doc()
+
+def test_list_of_changes(self):
+self.ui_test.load_file(get_url_for_data_file("trackedChanges.odt"))
+xWriterDoc = self.xUITest.getTopFocusWindow()
+xWriterEdit = xWriterDoc.getChild("writer_edit")
+document = self.ui_test.get_component()
+
+listText = [
+"Unknown Author\t01/24/2020 16:19:32\t",
+"Unknown Author\t01/24/2020 16:19:35\t",
+"Unknown Author\t01/24/2020 16:19:39\t",
+"Unknown Author\t01/24/2020 16:19:39\t",
+"Xisco Fauli\t01/27/2020 17:42:55\t"]
+
+
self.ui_test.execute_modeless_dialog_through_command(".uno:AcceptTrackedChanges")
+xTrackDlg = self.xUITest.getTopFocusWindow()
+print(xTrackDlg.getChildren())
+changesList = xTrackDlg.getChild("writerchanges")
+
+resultsAccept = [
+"The tennis ball is a small ball. The baskedtball is much bigger.",
+"The tennis ball is a small ball. The baskedtball is much bigger.",
+"The tennis ball is a small ball. The baskedtball is much bigger.",
+"The tennis ball is a small ball. The basketball is much bigger.",
+"The tennis ball is a small ball. The basketball is much bigger.",
+"The tennis ball is a small ball. The basketball is much bigger."]
+
+for i in range(len(listText)):
+self.assertEqual(document.Text.String.strip(), resultsAccept[i])
+
self.assertEqual(get_state_as_dict(changesList.getChild('0'))["Text"], 
listText[i] )
+xAccBtn = xTrackDlg.getChild("accept")
+xAccBtn.executeAction("CLICK", tuple())
+
+self.assertEqual(document.Text.String.strip(), resultsAccept[5])
+#List is empty
+self.assertFalse('0' in changesList.getChildren())
+
+for i in reversed(range(len(listText))):
+xUndoBtn = xTrackDlg.getChild("undo")
+xUndoBtn.executeAction("CLICK", tuple())
+self.assertEqual(document.Text.String.strip(), resultsAccept[i])
+
self.assertEqual(get_state_as_dict(changesList.getChild('0'))["Text"], 
listText[i] )
+
+resultsReject = [
+"The tennis ball is a small ball. The baskedtball is much bigger.",
+"The tenis ball is a small ball. The baskedtball is much bigger.",
+"The tenis ball is a small bal. The baskedtball is much bigger.",
+"The tenis ball is a small bal. The baskedtball is much bigger.",
+"The tenis ball is a small bal. The baskedball is much bigger.",
+"The tenis ball is a small bal. The baskedball is much biger."]
+
+for i in range(len(listText)):
+self.assertEqual(document.Text.String.strip(), resultsReject[i])
+
self.assertEqual(get_state_as_dict(changesList.getChild('0'))["Text"], 
listText[i] )
+xAccBtn = xTrackDlg.getChild("reject")
+xAccBtn.executeAction("CLICK", tuple())
+
+self.assertEqual(document.Text.String.strip(), resultsReject[5])
+#List is empty
+self.assertFalse('0' in changesList.getChildren())
+
+for i in reversed(range(len(listText))):
+xUndoBtn = 

[Libreoffice-bugs] [Bug 130187] Crash when closing print preview tabbed notebookbar Libreoffice 6.4 (rc 1, rc2 and rc3)

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130187

--- Comment #6 from Jim Raykowski  ---






(In reply to Xisco Faulí from comment #5)
> i do confirm on Win that the issue was introduced by:
> 
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=4ae5fe896e96d082e21788ae6d42a67133567ba7
> 
> authorJim Raykowski   2019-11-09 16:07:09 
> -0900
> committer Xisco Faulí 2019-11-11 
> 11:04:56 +0100
> commit4ae5fe896e96d082e21788ae6d42a67133567ba7 (patch)
> tree  1d1c0f02b5fc51a684402c5ae92c3cf039452ebe
> parent938a4d6624a78f3e272b3c4c07f314cb0c6db723 (diff)
> tdf#118526 Reload Notebookbar if read mode has switched
> 
> Adding Cc: to Jim Raykowski

I don't think this is the cause.

Took me a while but I found where I had mentioned this crash. See concern 5
here: 
https://bugs.documentfoundation.org/show_bug.cgi?id=109425#c21

Looks like Mike has fixed this with:
commit afa6a774936c34b09b37ab8539193ac529681798
Author: Mike Kaganski 
Date:   Mon Jan 6 10:49:31 2020 +0300

Don't crash on exiting print preview with Notebookbar   

Regression after commit d05b7b32d9ecb6fcb4a268eb68cdcee09bafa6dd.

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


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #48 from Commit Notification 
 ---
Eda Nur Var committed a patch related to this issue.
It has been pushed to "master":

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

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

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

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

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


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

2020-01-27 Thread Eda Nur Var (via logerrit)
 svx/source/xml/xmlgrhlp.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2a37089bad8656271f0fde92ab7731f29a19c8df
Author: Eda Nur Var 
AuthorDate: Mon Jan 27 03:03:21 2020 +0300
Commit: Muhammet Kara 
CommitDate: Tue Jan 28 08:37:55 2020 +0100

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

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

diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx
index a75d159dd41d..71d515a8a7fe 100644
--- a/svx/source/xml/xmlgrhlp.cxx
+++ b/svx/source/xml/xmlgrhlp.cxx
@@ -305,10 +305,10 @@ Graphic SvXMLGraphicOutputStream::GetGraphic()
 
 sal_uInt8sFirstBytes[ 2 ];
 
-sal_uIntPtr nStreamLen = mpOStm->TellEnd();
+sal_uInt64 nStreamLen = mpOStm->TellEnd();
 mpOStm->Seek( 0 );
 
-if ( !nStreamLen )
+if ( nStreamLen == 0 )
 {
 SvLockBytes* pLockBytes = mpOStm->GetLockBytes();
 if ( pLockBytes  )
@@ -332,8 +332,8 @@ Graphic SvXMLGraphicOutputStream::GetGraphic()
 
 if (aZCodec.EndCompression())
 {
-sal_uIntPtr nStreamLen_ = pDest->TellEnd();
-if (nStreamLen_)
+sal_uInt64 nStreamLen_ = pDest->TellEnd();
+if (nStreamLen_ > 0)
 {
 pDest->Seek(0);
 GraphicFilter::GetGraphicFilter().ImportGraphic( 
aGraphic, "", *pDest ,nFormat, );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-01-27 Thread Onur Yilmaz (via logerrit)
 sfx2/source/doc/SfxRedactionHelper.cxx |   20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 0025b74e8099ed79e7824a8d22335e882e0c635c
Author: Onur Yilmaz 
AuthorDate: Sun Jan 26 01:04:50 2020 +0300
Commit: Muhammet Kara 
CommitDate: Tue Jan 28 08:35:21 2020 +0100

tdf#127169: Auto-redaction doesn't cover the title completely

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

diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx 
b/sfx2/source/doc/SfxRedactionHelper.cxx
index bbcdeac79401..408c733c77e9 100644
--- a/sfx2/source/doc/SfxRedactionHelper.cxx
+++ b/sfx2/source/doc/SfxRedactionHelper.cxx
@@ -156,9 +156,6 @@ tools::Rectangle ImplCalcActionBounds(const MetaAction& 
rAct, const OutputDevice
 aActionBounds.SetLeft(rOut.PixelToLogic(aBoundRect1).getX()
   + 
rOut.PixelToLogic(aBoundRect1).getWidth());
 }
-
-// FIXME: Is this really needed?
-aActionBounds.SetTop(aActionBounds.getY() + 100);
 }
 }
 break;
@@ -425,14 +422,15 @@ void SfxRedactionHelper::searchInMetaFile(const 
RedactionTarget* pRedactionTarge
 fillSearchOptions(aSearchOptions, pRedactionTarget);
 
 utl::TextSearch textSearch(aSearchOptions);
+static long aLastFontHeight = 0;
 
 MetaAction* pCurrAct;
 
-// Watch for TEXTARRAY actions.
-// They contain the text of paragraphs.
 for (pCurrAct = const_cast(rMtf).FirstAction(); pCurrAct;
  pCurrAct = const_cast(rMtf).NextAction())
 {
+// Watch for TEXTARRAY actions.
+// They contain the text of paragraphs.
 if (pCurrAct->GetType() == MetaActionType::TEXTARRAY)
 {
 MetaTextArrayAction* pMetaTextArrayAction = 
static_cast(pCurrAct);
@@ -453,7 +451,14 @@ void SfxRedactionHelper::searchInMetaFile(const 
RedactionTarget* pRedactionTarge
 ImplCalcActionBounds(*pMetaTextArrayAction, 
*pOutputDevice, nStart, nEnd));
 
 if (!aNewRect.IsEmpty())
+{
+// Calculate the difference between current wrong value 
and value should it be.
+// Add the difference to current value.
+// Then increase 10% of the new value to make it look 
better.
+aNewRect.SetTop(aNewRect.getY() + (aNewRect.getHeight() - 
aLastFontHeight)
+- aLastFontHeight / 10);
 aRedactionRectangles.push_back(aNewRect);
+}
 
 // Search for the next occurrence
 nStart = nEnd;
@@ -461,6 +466,11 @@ void SfxRedactionHelper::searchInMetaFile(const 
RedactionTarget* pRedactionTarge
 bFound = textSearch.SearchForward(sText, , );
 }
 }
+else if (pCurrAct->GetType() == MetaActionType::FONT)
+{
+const MetaFontAction* pFontAct = static_cast(pCurrAct);
+aLastFontHeight = pFontAct->GetFont().GetFontSize().getHeight();
+}
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130218] FILEOPEN DOCX Hanging indent in table is not ignored if it would hide the paragraph

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130218

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1

--- Comment #4 from Dieter Praas  ---
I confirm it with

Version: 7.0.0.0.alpha0+ (x64)
Build ID: eeb2d19e77d6dc47c68e8ba0920a02cf64a1247b
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-GB
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 106228] [META] Icon theme issues

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106228

Dieter Praas  changed:

   What|Removed |Added

 Depends on||130205


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130205
[Bug 130205] Anchor for picture/frames almost invisible with Breeze Dark icon
theme
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130205] Anchor for picture/frames almost invisible with Breeze Dark icon theme

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130205

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 Blocks||106228

--- Comment #2 from Dieter Praas  ---
I confirm it with

Version: 7.0.0.0.alpha0+ (x64)
Build ID: eeb2d19e77d6dc47c68e8ba0920a02cf64a1247b
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-GB
Calc: threaded

But it's the same with sifr dark


Referenced Bugs:

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


[Libreoffice-ux-advise] [Bug 127508] I cannot disable effect from highlighted/normal column/row header

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127508

--- Comment #14 from Rizal Muttaqin  ---
I prefer flat to harmonize with sheet tab.

-- 
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-commits] core.git: shell/source

2020-01-27 Thread Mike Kaganski (via logerrit)
 shell/source/win32/SysShExec.cxx |   34 +++---
 1 file changed, 23 insertions(+), 11 deletions(-)

New commits:
commit f772ccb8008c4e9429982a226eab3341da1cdeed
Author: Mike Kaganski 
AuthorDate: Tue Jan 28 01:28:24 2020 +0300
Commit: Mike Kaganski 
CommitDate: Tue Jan 28 08:13:42 2020 +0100

tdf#130216: normalize paths with .. segments

... which obviously are rejected by SHGetFileInfoW and SHParseDisplayName
that it calls internally.

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

diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index 42ef1b63e761..09ac1814e51d 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -37,6 +37,7 @@
 #define WIN32_LEAN_AND_MEAN
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -259,22 +260,34 @@ void SAL_CALL CSysShExec::execute( const OUString& 
aCommand, const OUString& aPa
  + "> failed with " + OUString::number(e1)),
 {}, 0);
 }
+const int MAX_LONG_PATH = 32767; // max longpath on WinNT
+if (pathname.getLength() >= MAX_LONG_PATH)
+{
+throw css::lang::IllegalArgumentException(
+"XSystemShellExecute.execute, path <" + pathname + "> too 
long", {}, 0);
+}
 preprocessed_command = pathname;
+wchar_t path[MAX_LONG_PATH];
+wcscpy_s(path, o3tl::toW(pathname.getStr()));
 for (int i = 0;; ++i) {
+// tdf#130216: normalize c:\path\to\something\..\else into 
c:\path\to\else
+if (PathResolve(path, nullptr, PRF_VERIFYEXISTS | 
PRF_REQUIREABSOLUTE) == 0)
+{
+throw css::lang::IllegalArgumentException(
+"XSystemShellExecute.execute, PathResolve(" + 
OUString(o3tl::toU(path))
++ ") failed",
+{}, 0);
+}
 SHFILEINFOW info;
-if (SHGetFileInfoW(
-o3tl::toW(pathname.getStr()), 0, , sizeof info, 
SHGFI_EXETYPE)
-!= 0)
+if (SHGetFileInfoW(path, 0, , sizeof info, SHGFI_EXETYPE) 
!= 0)
 {
 throw css::lang::IllegalArgumentException(
 "XSystemShellExecute.execute, cannot process <" + 
aCommand + ">", {}, 0);
 }
-if (SHGetFileInfoW(
-o3tl::toW(pathname.getStr()), 0, , sizeof info, 
SHGFI_ATTRIBUTES)
-== 0)
+if (SHGetFileInfoW(path, 0, , sizeof info, 
SHGFI_ATTRIBUTES) == 0)
 {
 throw css::lang::IllegalArgumentException(
-"XSystemShellExecute.execute, SHGetFileInfoW(" + 
pathname + ") failed", {},
+"XSystemShellExecute.execute, SHGetFileInfoW(" + 
OUString(o3tl::toU(path)) + ") failed", {},
 0);
 }
 if ((info.dwAttributes & SFGAO_LINK) == 0) {
@@ -299,7 +312,7 @@ void SAL_CALL CSysShExec::execute( const OUString& 
aCommand, const OUString& aPa
  + o3tl::runtimeToOUString(e3.what())),
 {}, 0);
 }
-e2 = file->Load(o3tl::toW(pathname.getStr()), STGM_READ);
+e2 = file->Load(path, STGM_READ);
 if (FAILED(e2)) {
 throw css::lang::IllegalArgumentException(
 ("XSystemShellExecute.execute, IPersistFile.Load 
failed with "
@@ -313,16 +326,14 @@ void SAL_CALL CSysShExec::execute( const OUString& 
aCommand, const OUString& aPa
  + OUString::number(e2)),
 {}, 0);
 }
-wchar_t path[MAX_PATH];
 WIN32_FIND_DATAW wfd;
-e2 = link->GetPath(path, MAX_PATH, , SLGP_RAWPATH);
+e2 = link->GetPath(path, SAL_N_ELEMENTS(path), , 
SLGP_RAWPATH);
 if (FAILED(e2)) {
 throw css::lang::IllegalArgumentException(
 ("XSystemShellExecute.execute, IShellLink.GetPath 
failed with "
  + OUString::number(e2)),
 {}, 0);
 }
-pathname = o3tl::toU(path);
 // Fail at some arbitrary nesting depth, to avoid an infinite 
loop:
 if (i == 30) {
 throw css::lang::IllegalArgumentException(
@@ -330,6 +341,7 @@ void SAL_CALL CSysShExec::execute( const OUString& 
aCommand, const OUString& aPa
 {}, 0);
 }
 }
+pathname = o3tl::toU(path);
 auto 

[Libreoffice-bugs] [Bug 129335] Espaciado Párrafo

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129335

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #8 from Dieter Praas  ---
Karos, thank you for reporting the bug. Unfortunately without clear steps to
reproduce it, we cannot track down the origin of the problem. Please provide a
clearer set of step-by-step instructions on how to reproduce the problem.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the steps are provided.

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


[Libreoffice-bugs] [Bug 130234] Themes, feedback and tabulators - and nobody cares!

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130234

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter Praas  ---
Thank you for reporting the bug. Please don't mix two issues (white text on
white background and tabulator) in one bug report. Please focus on one issue
and open a new report for the second issue.

Issue 1:
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ? I have set the
bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug
is still present in the latest version. Change to RESOLVED WORKSFORME, if the
problem went away.

Issue 2:
Just for clarification: You propose to define tabulators in page style. Is that
right?

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


[Libreoffice-bugs] [Bug 121760] Can't delete wrong file in extensions (LO Draw)

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121760

Rodion  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


Re: About building of libreoffice

2020-01-27 Thread Michael Weghorn
On 27/01/2020 21.46, Abhishek Pachorkar wrote:
>> It took my laptop 6 hrs to run the command make -j8.
>> Now currently I'm trying to fix one bug but my libreoffice is again
> taking too much time for building.
>> please help !

While working on a patch, you can temporarily use the command

make build-nocheck

instead of plain 'make', which will skip running the unit tests.
Please make sure to build including the tests to make sure they still
pass before actually submitting your patch to Gerrit, though.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: accessibility/source avmedia/source basic/source binaryurp/source chart2/source comphelper/source compilerplugins/clang configmgr/source connectivity/source cppuhelper/

2020-01-27 Thread Stephan Bergmann (via logerrit)
 accessibility/source/standard/vclxaccessiblelist.cxx  |2 
 accessibility/source/standard/vclxaccessibletabcontrol.cxx|9 
 accessibility/source/standard/vclxaccessibletoolbox.cxx   |7 
 avmedia/source/gstreamer/gstframegrabber.cxx  |4 
 avmedia/source/gstreamer/gstplayer.cxx|4 
 basic/source/runtime/runtime.cxx  |4 
 basic/source/sbx/sbxarray.cxx |4 
 basic/source/sbx/sbxbyte.cxx  |5 
 basic/source/sbx/sbxint.cxx   |3 
 binaryurp/source/bridgefactory.cxx|3 
 chart2/source/controller/accessibility/AccessibleBase.cxx |3 
 chart2/source/controller/dialogs/DataBrowser.cxx  |5 
 chart2/source/controller/dialogs/DataBrowserModel.cxx |   11 
 chart2/source/controller/drawinglayer/ViewElementListProvider.cxx |4 
 chart2/source/controller/main/ElementSelector.cxx |3 
 chart2/source/model/main/BaseCoordinateSystem.cxx |3 
 chart2/source/tools/ExplicitCategoriesProvider.cxx|3 
 chart2/source/view/axes/Tickmarks_Equidistant.hxx |4 
 comphelper/source/eventattachermgr/eventattachermgr.cxx   |9 
 comphelper/source/streaming/oslfile2streamwrap.cxx|3 
 compilerplugins/clang/test/unsignedcompare.cxx|   16 
 compilerplugins/clang/unsignedcompare.cxx |  231 
++
 configmgr/source/dconf.cxx|   22 
 configmgr/source/writemodfile.cxx |3 
 connectivity/source/commontools/dbtools.cxx   |3 
 connectivity/source/commontools/parameters.cxx|5 
 connectivity/source/drivers/dbase/DTable.cxx  |   17 
 connectivity/source/drivers/dbase/dindexnode.cxx  |3 
 connectivity/source/drivers/file/FStatement.cxx   |5 
 connectivity/source/drivers/flat/ETable.cxx   |9 
 connectivity/source/drivers/mork/MResultSet.cxx   |3 
 connectivity/source/drivers/odbc/OResultSet.cxx   |3 
 connectivity/source/drivers/odbc/OTools.cxx   |5 
 cppuhelper/source/servicemanager.cxx  |7 
 cui/source/options/optgenrl.cxx   |5 
 cui/source/tabpages/numfmt.cxx|5 
 dbaccess/source/core/api/RowSet.cxx   |9 
 dbaccess/source/core/api/RowSetBase.cxx   |3 
 dbaccess/source/core/api/RowSetCache.cxx  |3 
 dbaccess/source/ui/browser/formadapter.cxx|9 
 dbaccess/source/ui/control/RelationControl.cxx|5 
 dbaccess/source/ui/dlg/generalpage.cxx|5 
 dbaccess/source/ui/dlg/paramdialog.cxx|7 
 dbaccess/source/ui/misc/WCopyTable.cxx|4 
 dbaccess/source/ui/querydesign/JAccess.cxx|3 
 dbaccess/source/ui/querydesign/QueryDesignView.cxx|3 
 drawinglayer/source/tools/emfpbrush.cxx   |   15 
 drawinglayer/source/tools/emfppath.cxx|3 
 drawinglayer/source/tools/emfppen.cxx |5 
 editeng/source/accessibility/AccessibleParaManager.cxx|   35 -
 editeng/source/editeng/editobj.cxx|   12 
 editeng/source/editeng/edtspell.cxx   |3 
 editeng/source/editeng/impedit2.cxx   |5 
 editeng/source/editeng/impedit3.cxx   |3 
 editeng/source/editeng/impedit4.cxx   |3 
 editeng/source/items/textitem.cxx |3 
 editeng/source/outliner/outliner.cxx  |3 
 editeng/source/outliner/outlobj.cxx   |5 
 editeng/source/outliner/paralist.cxx  |   10 
 editeng/source/outliner/paralist.hxx  |3 
 editeng/source/uno/unotext2.cxx   |3 
 emfio/source/reader/mtftools.cxx  |6 
 emfio/source/reader/wmfreader.cxx |3 
 extensions/source/dbpilots/groupboxwiz.cxx|5 
 extensions/source/scanner/sane.cxx|4 
 extensions/source/scanner/scanunx.cxx |9 
 

[Libreoffice-commits] core.git: basctl/source chart2/source connectivity/source dbaccess/source desktop/source extensions/source filter/source reportdesign/source sc/source sdext/source sd/source svl/

2020-01-27 Thread Noel Grandin (via logerrit)
 basctl/source/basicide/moduldl2.cxx   |4 ++--
 chart2/source/controller/main/ChartController_Insert.cxx  |2 +-
 chart2/source/view/main/VLegendSymbolFactory.cxx  |3 +--
 connectivity/source/commontools/dbtools.cxx   |2 +-
 connectivity/source/commontools/predicateinput.cxx|2 +-
 dbaccess/source/core/dataaccess/datasource.cxx|2 +-
 desktop/source/deployment/manager/dp_extensionmanager.cxx |3 +--
 extensions/source/bibliography/bibload.cxx|3 +--
 extensions/source/dbpilots/controlwizard.cxx  |2 +-
 extensions/source/propctrlr/eventhandler.cxx  |2 +-
 extensions/source/propctrlr/genericpropertyhandler.cxx|2 +-
 filter/source/config/cache/typedetection.cxx  |2 +-
 reportdesign/source/ui/report/propbrw.cxx |2 +-
 sc/source/ui/dataprovider/csvdataprovider.cxx |2 +-
 sc/source/ui/dataprovider/htmldataprovider.cxx|2 +-
 sc/source/ui/vba/vbacomment.cxx   |2 +-
 sd/source/ui/framework/factories/BasicViewFactory.cxx |2 +-
 sd/source/ui/slidesorter/view/SlideSorterView.cxx |3 +--
 sd/source/ui/view/ViewShellBase.cxx   |2 +-
 sdext/source/minimizer/optimizerdialogcontrols.cxx|4 ++--
 sdext/source/presenter/PresenterController.cxx|3 +--
 svl/source/crypto/cryptosign.cxx  |5 ++---
 svx/source/form/fmPropBrw.cxx |2 +-
 svx/source/svdraw/textchainflow.cxx   |2 +-
 sw/source/uibase/uno/unomailmerge.cxx |4 ++--
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |3 +--
 xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx   |2 +-
 27 files changed, 31 insertions(+), 38 deletions(-)

New commits:
commit 65f007c629e5a7b2710e21e3f26164b433576e27
Author: Noel Grandin 
AuthorDate: Sun Jan 26 13:26:35 2020 +0200
Commit: Noel Grandin 
CommitDate: Tue Jan 28 07:19:46 2020 +0100

remove some unused local vars

found by my new aggressive unused var plugin. these are unused return
values from function calls

Change-Id: I3359c583f535828f192cb833762dfedc008d82f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87439
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/basctl/source/basicide/moduldl2.cxx 
b/basctl/source/basicide/moduldl2.cxx
index c0ab18750539..ae7f57786614 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -1320,8 +1320,8 @@ void createLibImpl(weld::Window* pWin, const 
ScriptDocument& rDocument,
 try
 {
 // create module and dialog library
-Reference< container::XNameContainer > xModLib( 
rDocument.getOrCreateLibrary( E_SCRIPTS, aLibName ) );
-Reference< container::XNameContainer > xDlgLib( 
rDocument.getOrCreateLibrary( E_DIALOGS, aLibName ) );
+rDocument.getOrCreateLibrary( E_SCRIPTS, aLibName );
+rDocument.getOrCreateLibrary( E_DIALOGS, aLibName );
 
 if( pLibBox )
 {
diff --git a/chart2/source/controller/main/ChartController_Insert.cxx 
b/chart2/source/controller/main/ChartController_Insert.cxx
index a8212bf99b27..1e4212a428cc 100644
--- a/chart2/source/controller/main/ChartController_Insert.cxx
+++ b/chart2/source/controller/main/ChartController_Insert.cxx
@@ -207,7 +207,7 @@ void ChartController::executeDispatch_InsertLegend()
 m_xUndoManager );
 
 ChartModel& rModel = dynamic_cast(*getModel());
-Reference< chart2::XLegend > xLegend = LegendHelper::showLegend(rModel, 
m_xCC);
+LegendHelper::showLegend(rModel, m_xCC);
 aUndoGuard.commit();
 }
 
diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx 
b/chart2/source/view/main/VLegendSymbolFactory.cxx
index 88e21eb95d28..1ccc0de34324 100644
--- a/chart2/source/view/main/VLegendSymbolFactory.cxx
+++ b/chart2/source/view/main/VLegendSymbolFactory.cxx
@@ -112,8 +112,7 @@ Reference< drawing::XShape > 
VLegendSymbolFactory::createSymbol(
 return xResult;
 
 // add an invisible square box to maintain aspect ratio
-Reference< drawing::XShape > xBound( 
pShapeFactory->createInvisibleRectangle(
-xResultGroup, rEntryKeyAspectRatio  ));
+pShapeFactory->createInvisibleRectangle( xResultGroup, 
rEntryKeyAspectRatio );
 
 // create symbol
 try
diff --git a/connectivity/source/commontools/dbtools.cxx 
b/connectivity/source/commontools/dbtools.cxx
index 48384ef5e565..629c5cd074e2 100644
--- a/connectivity/source/commontools/dbtools.cxx
+++ b/connectivity/source/commontools/dbtools.cxx
@@ -452,7 +452,7 @@ static SharedConnection lcl_connectRowSet(const Reference< 
XRowSet>& _rxRowSet,
 {
 if ( _bAttachAutoDisposer )
 

[Libreoffice-bugs] [Bug 130181] LibreOffice Writer - Automatically Embed Fonts - Enhancement Request

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130181

--- Comment #6 from Mike Kaganski  ---
(In reply to stefane.guevremont from comment #5)
> Conversely, would an option like "Embed only characters used in
> document" be an available option, or an interesting feature to suggest?

While *that* would be a valid enhancement (in the sense that it's missing from
the suite; and that there are use cases for it), personally I would oppose that
suggestion. Embedding a font only partly effectively makes documents kind of
"read-only": on the target system, where the font is not installed, the
document would be rendered fine, but editing it would be either disabled
(because fonts in it don't allow to use other glyphs), or impaired (because any
glyph not embedded would use a substitution). IMO, an electronic document in
native format is meant for possible future edition; and font embedding should
not decrease its functionality. OTOH, there are formats specifically created
for archiving purposes: PDF only embeds glyphs used in the document, just what
you want.

-- 
You are receiving this mail because:
You 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 130181] LibreOffice Writer - Automatically Embed Fonts - Enhancement Request

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130181

--- Comment #6 from Mike Kaganski  ---
(In reply to stefane.guevremont from comment #5)
> Conversely, would an option like "Embed only characters used in
> document" be an available option, or an interesting feature to suggest?

While *that* would be a valid enhancement (in the sense that it's missing from
the suite; and that there are use cases for it), personally I would oppose that
suggestion. Embedding a font only partly effectively makes documents kind of
"read-only": on the target system, where the font is not installed, the
document would be rendered fine, but editing it would be either disabled
(because fonts in it don't allow to use other glyphs), or impaired (because any
glyph not embedded would use a substitution). IMO, an electronic document in
native format is meant for possible future edition; and font embedding should
not decrease its functionality. OTOH, there are formats specifically created
for archiving purposes: PDF only embeds glyphs used in the document, just what
you want.

-- 
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


Re: Missing _sysconfigdata_m_linux_i686-linux-gnu.py

2020-01-27 Thread anshu khare
I am getting the same error when I am trying to build libre-office on
Windows.


On Tue, 28 Jan, 2020, 9:49 AM dreamn...@gmail.com, 
wrote:

> I'm having troubles to compile LibreOffice 6.4.0.3
>
> First I ran into the issue "_uuid.cpython-3.7m.so does not exist in the
> tarball", which I was able to solve by downloading the modified file
> "ExternalPackage_python3.mk", as pointed at
>
> https://lists.freedesktop.org/archives/libreoffice/2020-January/084142.html
>
> However, I ran into another Python issue:
>
> /home/linux/libreoffice-6.4.0.3/external/python3/ExternalPackage_python3.mk:42:
> *** file
> /home/linux/libreoffice-6.4.0.3/workdir/UnpackedTarball/python3/LO_lib/_sysconfigdata_m_linux_i686-linux-gnu.py
> does not exist in the tarball.  Stop.
> make[1]: *** Waiting for unfinished jobs
> Makefile:282: recipe for target 'build' failed
> make: *** [build] Error 2
>
> How could it be solved? (Yes, I'm trying to build Linux 32-bit binaries)...
>
>
>
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Missing _sysconfigdata_m_linux_i686-linux-gnu.py

2020-01-27 Thread dreamn...@gmail.com
I'm having troubles to compile LibreOffice 6.4.0.3

First I ran into the issue "_uuid.cpython-3.7m.so does not exist in the
tarball", which I was able to solve by downloading the modified file
"ExternalPackage_python3.mk", as pointed at

https://lists.freedesktop.org/archives/libreoffice/2020-January/084142.html

However, I ran into another Python issue:

/home/linux/libreoffice-6.4.0.3/external/python3/ExternalPackage_python3.mk:42:
*** file
/home/linux/libreoffice-6.4.0.3/workdir/UnpackedTarball/python3/LO_lib/_sysconfigdata_m_linux_i686-linux-gnu.py
does not exist in the tarball.  Stop.
make[1]: *** Waiting for unfinished jobs
Makefile:282: recipe for target 'build' failed
make: *** [build] Error 2

How could it be solved? (Yes, I'm trying to build Linux 32-bit binaries)...
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 129898] Drawings during presentations wouldn't be shown when setting "mouse pointer as pen" in the slide show settings

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129898

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 129965] Calc: Insertion> menu à trois raccourcis ‘d’; 3ème inaccessible

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129965

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 129964] Calc: menu Insertion a trop de raccourcis multiples

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129964

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 129984] Configuring the default data source for chart objects

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129984

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 129963] Calc: Insertion>Table_dynamique déraille

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129963

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 129969] All hyperlink fail if Calc open xlsx file with remote hyperlink (file://\\remotehost\sharefolder\...) and save it all link inside the file broken

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129969

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 129978] Extend documentation for selection of chart data sources

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129978

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 125373] Paragraph style editing and application is not applied to the paragraph properly.

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125373

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 114162] [META] EPUB export bugs and enhancements

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114162
Bug 114162 depends on bug 126136, which changed state.

Bug 126136 Summary: Export ePub italicized words run into next word
https://bugs.documentfoundation.org/show_bug.cgi?id=126136

   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 129749] Index: Allow use of "n" to specify entries in footnotes and endnotes

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129749

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 125373] Paragraph style editing and application is not applied to the paragraph properly.

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125373

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

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 129938] Wrong position for pasted elements

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129938

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

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


[Libreoffice-bugs] [Bug 129986] Spellchecker's red wavy underline doesn't show up for RTL languages, although the spellchecker works and suggests corrections in the context menu.

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129986

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 126136] Export ePub italicized words run into next word

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126136

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 129335] Espaciado Párrafo

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129335

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 129335] Espaciado Párrafo

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129335

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

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


[Libreoffice-bugs] [Bug 126136] Export ePub italicized words run into next word

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126136

--- Comment #4 from QA Administrators  ---
Dear John Lance,

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 121760] Can't delete wrong file in extensions (LO Draw)

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121760

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

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 129938] Wrong position for pasted elements

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129938

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 122251] FILEOPEN hybrid PDF not recognised when opened from CIFS share

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122251

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

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 122382] Focus randomly jumps to menu bar while typing

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122382

--- Comment #9 from QA Administrators  ---
Dear photographen,

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 122592] Crash if I switch to Chinese Input Method when selecting multiline in a textbox

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122592

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

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 122196] Weird %Ux.... character handling in starmath editor. Sometimes interpreted, sometimes not.

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122196

--- Comment #8 from QA Administrators  ---
Dear vivien.guillet,

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 130219] [rfe] Add "sentence" effect to Effects in Font Effects tab in paragraph style dialog (see c2)

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

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

   What|Removed |Added

Summary|[rfe] Add capitalization|[rfe] Add "sentence" effect
   |tab to paragraph style  |to Effects in Font Effects
   |dialog  |tab in paragraph style
   ||dialog (see c2)

--- Comment #2 from sdc.bla...@youmail.dk ---
(In reply to RGB from comment #1)
> In the "font effects" tab in the style definition (for both, paragraph and
> So two of the three options you ask for are already implemented.
Thanks.  Had looked in Font Effects, but did not appreciate Effects.

Actually "Title" is not so useful, because all words are capitalized (i.e.,
does not knowledge of the conventions about what prepositions are not
capitalized).

So the strategy would be to always enter headings with necessary capitalization
from the start (and use "without" effect).

Then if "lowercase" could be supplemented with a "sentence" effect (i.e., where
the first word has the first letter capitalized), then this would be
functionally equivalent to my initial request. 

Will revise the summary to:  

Add "sentence" effect in font effects.

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


[Libreoffice-ux-advise] [Bug 130219] [rfe] Add "sentence" effect to Effects in Font Effects tab in paragraph style dialog (see c2)

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

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

   What|Removed |Added

Summary|[rfe] Add capitalization|[rfe] Add "sentence" effect
   |tab to paragraph style  |to Effects in Font Effects
   |dialog  |tab in paragraph style
   ||dialog (see c2)

--- Comment #2 from sdc.bla...@youmail.dk ---
(In reply to RGB from comment #1)
> In the "font effects" tab in the style definition (for both, paragraph and
> So two of the three options you ask for are already implemented.
Thanks.  Had looked in Font Effects, but did not appreciate Effects.

Actually "Title" is not so useful, because all words are capitalized (i.e.,
does not knowledge of the conventions about what prepositions are not
capitalized).

So the strategy would be to always enter headings with necessary capitalization
from the start (and use "without" effect).

Then if "lowercase" could be supplemented with a "sentence" effect (i.e., where
the first word has the first letter capitalized), then this would be
functionally equivalent to my initial request. 

Will revise the summary to:  

Add "sentence" effect in font effects.

-- 
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 130236] New: Scrolling is much faster in page preview than in normal interface

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130236

Bug ID: 130236
   Summary: Scrolling is much faster in page preview than in
normal interface
   Product: LibreOffice
   Version: 6.3.4.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: khanson...@gmail.com

Description:
Compared to normal editing, scrolling with the mouse wheel is much faster in
page preview. Specifically, the scroll increment is very large, so reflexive
scrolling based on muscle memory causes one to overshoot (possibly skipping
many pages ahead), and fine grained navigation of similar looking content
becomes disorienting due to the large jumps. The problem is especially acute on
touch pads, where it is difficult to scroll by a single step.

I am on Ubuntu 19.10 with KDE Plasma 5.17, but because the difference is
relative within the program I suspect it has nothing to do with the OS or
desktop environment.

Steps to Reproduce:
1. Fill a page with text.
2. Zoom to 200% and scroll with mouse wheel.
3. Open page preview, repeat.

Actual Results:
Scroll increment much larger in page preview.

Expected Results:
Scroll increment is the same.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


Joining the mailing List

2020-01-27 Thread Mohamed Sameh
Hello, I am trying to contribute to the libreoffice project and on the wiki
page I was directed to join this mailing list, so please add me.
Thanks
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 130233] Skia: quality of font rendering to canvas is degraded

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130233

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
Created attachment 157472
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157472=edit
Draw file with screenshoot skia<->OpenGL

Hi Stuart, for me looks a bit better with skia (my eyesight is not the best for
the test:).
LibreOffice version in the attachment.
opengl_device.log
DriverVersion: 26.20.100.7755
DriverDate: 1-9-2020
DeviceID: PCI\VEN_8086_5916_380117AA_02
AdapterVendorID: 0x8086
AdapterDeviceID: 0x5916
AdapterSubsysID: 0x380117aa
DeviceKey:
System\CurrentControlSet\Control\Video\{EB4EA3C3-3E3A-11EA-B14C-F6D97F3FA781}\
DeviceString: Intel(R) HD Graphics 620

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


[Libreoffice-bugs] [Bug 130230] Writer create .pdf files with wrong link

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130230

iantheprogrammer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||iantheprogram...@gmail.com

--- Comment #4 from iantheprogrammer  ---
Thank you for reporting the bug. Please attach the files you mentioned in your
bug report, as this makes it easier for us to verify the bug. 

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

(Note that the attachment will be public, remove any sensitive information
before attaching it. See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for further detail.)

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


[Libreoffice-bugs] [Bug 130215] Upper/lower case and autofill problem

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130215

--- Comment #4 from m.a.riosv  ---
And after [Enter] with the auto-input, undo [Ctrl-Z] doesn't recover you wanted
input?

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


[Libreoffice-bugs] [Bug 130181] LibreOffice Writer - Automatically Embed Fonts - Enhancement Request

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130181

--- Comment #5 from stefane.guevrem...@gmail.com ---
Whoa, I just tested a couple of fonts, and yes, we are in agreement about size
increase. Conversely, would an option like "Embed only characters used in
document" be an available option, or an interesting feature to suggest?

-- 
You are receiving this mail because:
You 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 130181] LibreOffice Writer - Automatically Embed Fonts - Enhancement Request

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130181

--- Comment #5 from stefane.guevrem...@gmail.com ---
Whoa, I just tested a couple of fonts, and yes, we are in agreement about size
increase. Conversely, would an option like "Embed only characters used in
document" be an available option, or an interesting feature to suggest?

-- 
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 130215] Upper/lower case and autofill problem

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130215

themightyl...@free.fr changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from themightyl...@free.fr ---
I absolutely do not wish to disable autofill/autoinput, as it can be a very
useful feature for my work. I frequently need to duplicate a cell or change a
few words in cells with very similar texts, and things usually go smoothly in
this situation...
But the problem occurs when I need to change the letter case.

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


[Libreoffice-bugs] [Bug 130084] Unable to export all the slides in Impress

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130084

--- Comment #3 from roderic  ---
I did, and I think that you can understand that the search experience on this
plateform is not really optimised for a newcomer, furthermore to find a bug
posted in 2013 ;)
Furthermore, in a way it can make the community understand that this is not a
missing of an obscure functionnality used by nobody but something that matters.

Best Regards

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


[Libreoffice-bugs] [Bug 130158] SVG rendering broken in Plasma

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130158

Luca Carlon  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Luca Carlon  ---
Yes, reverting the patch fixes. Thanks.

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


[Libreoffice-ux-advise] [Bug 130219] [rfe] Add capitalization tab to paragraph style dialog

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

--- Comment #1 from RGB  ---
In the "font effects" tab in the style definition (for both, paragraph and
character styles), under "Effects" you have a "Title" (or something like that,
I'm using a Spanish version right now) option that already provides the
"headline mode" you want.

So two of the three options you ask for are already implemented.

-- 
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 130219] [rfe] Add capitalization tab to paragraph style dialog

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

--- Comment #1 from RGB  ---
In the "font effects" tab in the style definition (for both, paragraph and
character styles), under "Effects" you have a "Title" (or something like that,
I'm using a Spanish version right now) option that already provides the
"headline mode" you want.

So two of the three options you ask for are already implemented.

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


[Libreoffice-bugs] [Bug 130216] Safe mode: Show user profile fails to open the folder

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130216

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #6 from Mike Kaganski  ---
https://gerrit.libreoffice.org/c/core/+/87565

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


[Libreoffice-bugs] [Bug 130226] No KeyID shown on some strings

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130226

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Repro.
Version: 7.0.0.0.alpha0+ (x64)
Build ID: a22de0aacc9fb4197e9051f572b1a9298b2472e2
CPU threads: 4; OS: Windows 10.0 Build 19551; UI render: Skia/Vulkan; VCL: win; 
Locale: es-ES (es_ES); UI-Language: en-US Calc: threaded

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


[Libreoffice-bugs] [Bug 53369] : styleref field didn't work in header like microsoft office

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53369

--- Comment #2 from Roman  ---
Created attachment 157471
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157471=edit
STYLEREF field still not work

STYLEREF field frow Word still not work.
This is simple example.

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


[Libreoffice-bugs] [Bug 130221] calculation: problems with accuracy of 'decimal values', which IEEE format is used by calc?

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130221

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from m.a.riosv  ---


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

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

2020-01-27 Thread Stephan Bergmann (via logerrit)
 compilerplugins/clang/makeshared.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1446e097e76669c0d7749ec0f8918606d3cc4c28
Author: Stephan Bergmann 
AuthorDate: Mon Jan 27 21:07:10 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Jan 27 23:13:57 2020 +0100

Fix loplugin:makeshared for libc++

...where the std::make_shared ctor has a default argument,

> template
> explicit shared_ptr(_Yp* __p,
> typename enable_if::value, __nat>::type = __nat());

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

diff --git a/compilerplugins/clang/makeshared.cxx 
b/compilerplugins/clang/makeshared.cxx
index b1f1c13ce640..398a3acc4654 100644
--- a/compilerplugins/clang/makeshared.cxx
+++ b/compilerplugins/clang/makeshared.cxx
@@ -68,7 +68,8 @@ bool MakeShared::VisitCXXConstructExpr(CXXConstructExpr 
const* constructExpr)
 return true;
 if 
(!loplugin::TypeCheck(constructExpr->getType()).ClassOrStruct("shared_ptr").StdNamespace())
 return true;
-if (constructExpr->getNumArgs() != 1)
+if (!(constructExpr->getNumArgs() == 1
+  || (constructExpr->getNumArgs() > 1 && 
isa(constructExpr->getArg(1)
 return true;
 auto cxxNewExpr = 
dyn_cast(constructExpr->getArg(0)->IgnoreParenImpCasts());
 if (!cxxNewExpr)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 128312] Calculation involing some decimals return incorrect floats with 12 d.p.

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128312

m.a.riosv  changed:

   What|Removed |Added

 CC||newbie...@gmx.de

--- Comment #6 from m.a.riosv  ---
*** Bug 130221 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 130109] Undo removes bullets and centers (left-aligned) list

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130109

Oliver Grimm  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #9 from Oliver Grimm  ---
confirmed here on

Version: 6.3.4.2.0+
Build-ID: 1:6.3.4-2
CPU-Threads: 2; BS: Linux 5.4; UI-Render: Standard; VCL: kde5; 
Gebietsschema: de-DE (de_DE.UTF-8); UI-Sprache: de-DE
Calc: threaded

I cannot confirm step 4 though. Instead of the lines being centered, they are
reverted to "aligned right" here. But in any case it's a bug.

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


[Libreoffice-commits] core.git: bin/find-clang-format.py

2020-01-27 Thread Andrea Gelmini (via logerrit)
 bin/find-clang-format.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 859ad3f1a4cf3d614c7cb88c71500c6f84af37c0
Author: Andrea Gelmini 
AuthorDate: Mon Jan 27 22:57:58 2020 +0100
Commit: Julien Nabet 
CommitDate: Mon Jan 27 23:04:22 2020 +0100

Fix typo

Change-Id: I12bbcdaa010fc426b77811375015675307dce861
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87563
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 

diff --git a/bin/find-clang-format.py b/bin/find-clang-format.py
index 067b5b0899be..38c9aac10780 100755
--- a/bin/find-clang-format.py
+++ b/bin/find-clang-format.py
@@ -18,7 +18,7 @@ CLANG_BINARY = Path(os.getenv("CLANG_FORMAT", 
"/opt/lo/bin/clang-format"))
 
 def calculate_diff_size(diff):
 additions, removals = 0, 0
-# ignore first 2 item in the sequnece
+# ignore first 2 item in the sequence
 # which are +++ and ---
 for line in diff[2:]:
 if line.startswith("+"):
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130215] Upper/lower case and autofill problem

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130215

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
If you don't like disable the option, try with Undo [Ctrl+Z] after intro.

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


[Libreoffice-bugs] [Bug 130209] Fails to open files, fails to open dialog for saveas

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130209

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile through Menu/Help/Restart in Safe Mode

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


[Libreoffice-bugs] [Bug 129898] Drawings during presentations wouldn't be shown when setting "mouse pointer as pen" in the slide show settings

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129898

Oliver Grimm  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from Oliver Grimm  ---
confirmed here with

Version: 6.3.4.2.0+
Build-ID: 1:6.3.4-2
CPU-Threads: 2; BS: Linux 5.4; UI-Render: Standard; VCL: kde5; 
Gebietsschema: de-DE (de_DE.UTF-8); UI-Sprache: de-DE
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 130100] Thin frames appear while clicking on the slide with nothing selected in Impress

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130100

--- Comment #8 from Oliver Grimm  ---
cannot reproduce here on

Version: 6.3.4.2.0+
Build-ID: 1:6.3.4-2
CPU-Threads: 2; BS: Linux 5.4; UI-Render: Standard; VCL: kde5; 
Gebietsschema: de-DE (de_DE.UTF-8); UI-Sprache: de-DE
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 128357] [Enhancement] Writer Character style "Default Style" should be first on all languages

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128357

--- Comment #3 from Pierre C  ---
The problem is the same with page styles. Default style is not on the top.
Shall I fill a new bug or complete this one ?

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


[Libreoffice-bugs] [Bug 130235] Redaction of graphic objects in Calc disregards margin

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130235

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 130235] Redaction of graphic objects in Calc disregards margin

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130235

--- Comment #2 from Aron Budea  ---
Created attachment 157470
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157470=edit
PDF exported via Export as PDF...

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


[Libreoffice-bugs] [Bug 130235] Redaction of graphic objects in Calc disregards margin

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130235

--- Comment #1 from Aron Budea  ---
Created attachment 157469
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157469=edit
PDF exported via redaction

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


[Libreoffice-bugs] [Bug 130235] New: Redaction of graphic objects in Calc disregards margin

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130235

Bug ID: 130235
   Summary: Redaction of graphic objects in Calc disregards margin
   Product: LibreOffice
   Version: 6.5.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 125825

Created attachment 157468
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157468=edit
Sample ODS

- Open the attached spreadsheet, which has a chart, an embedded image and a
shape extending to multiple pages.
- Execute Tools -> Redact.
- Optionally save the PDF from Draw (no need to perform any actual redaction of
the content).

=> The chart covers the margins. The positioning is correct, but the content
overlapping the margins is duplicated on the different pages (once on margin,
once inside the page area).
Interestingly, the cut-off can be slightly off compared to the edge of the page
as well, but of course it'll have to be cut off at the margin anyway.

Observed using LO 7.0.0.0.alpha0+ (47c598260a8f07cf3a1e4cab061df3f2d261932c) /
Windows.

Before the fix to tdf#125135 the situation was worse.

Note that Calc should behave differently compared to Writer and Impress, in
those the content appears as placed, but Calc has a continuous canvas.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 125825] [META] (Auto-)Redaction bugs and improvement

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125825

Aron Budea  changed:

   What|Removed |Added

 Depends on||130235


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130235
[Bug 130235] Redaction of graphic objects in Calc disregards margin
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125234] qt5: exported PDf file misses embedded fonts with vcl=qt5

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125234

--- Comment #9 from Hans P. Möller  ---
I tried with
"SAL_VCL_QT5_USE_CAIRO=true SAL_USE_VCLPLUGIN=qt5 libreoffice"

and libreoffice didn't render well in LXQt, LO version 6.3.4.2 on ubuntu focal
(20.04 development brach)
using only "SAL_USE_VCLPLUGIN=qt5 libreoffice" works well except the pdf
problem.

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


[Libreoffice-bugs] [Bug 125234] qt5: exported PDf file misses embedded fonts with vcl=qt5

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125234

--- Comment #8 from Hans P. Möller  ---
Created attachment 157467
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157467=edit
libreoffice screenshot

I tried with
"SAL_VCL_QT5_USE_CAIRO=true SAL_USE_VCLPLUGIN=qt5 libreoffice"

and libreoffice didn't render well in LXQt, LO version 6.3.4.2 on ubuntu focal
(20.04 development brach)
using only "SAL_USE_VCLPLUGIN=qt5 libreoffice" works well except the pdf
problem.

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


[Libreoffice-bugs] [Bug 124176] Use pragma once instead of include guards

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124176

--- Comment #61 from Commit Notification 
 ---
Aleyna Doğrucan committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/8118d328285ee47556d18aab1efcd2824c1dbcf0

tdf#124176: Use pragma once instead of include guards

It will be available in 6.5.0.

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

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

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


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

2020-01-27 Thread Aleyna Doğrucan (via logerrit)
 basctl/source/basicide/baside2.hxx|5 +
 basctl/source/basicide/bastype3.hxx   |5 +
 basctl/source/basicide/breakpoint.hxx |5 +
 3 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit 8118d328285ee47556d18aab1efcd2824c1dbcf0
Author: Aleyna Doğrucan 
AuthorDate: Sun Jan 5 00:43:43 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 22:23:53 2020 +0100

tdf#124176: Use pragma once instead of include guards

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

diff --git a/basctl/source/basicide/baside2.hxx 
b/basctl/source/basicide/baside2.hxx
index d83a2d7b9bc0..0ce8fda57041 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
+#pragma once
 
 #include 
 #include 
@@ -541,6 +540,4 @@ public:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/bastype3.hxx 
b/basctl/source/basicide/bastype3.hxx
index 41ddf81b93f8..3c79e0bea56f 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -16,8 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
+#pragma once
 
 #include 
 #include 
@@ -43,6 +42,4 @@ public:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/breakpoint.hxx 
b/basctl/source/basicide/breakpoint.hxx
index 61a23753e042..4b5ab232535e 100644
--- a/basctl/source/basicide/breakpoint.hxx
+++ b/basctl/source/basicide/breakpoint.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
+#pragma once
 
 #include 
 #include 
@@ -78,6 +77,4 @@ public:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 88205] Adapt uses of css::uno::Sequence to use initializer_list ctor

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88205

--- Comment #74 from Commit Notification 
 ---
Mehmet Emin Başoğlu committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/4939a8905207c0aa044156dc583e4cdd6e7eb63e

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

It will be available in 6.5.0.

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

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

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


[Libreoffice-commits] core.git: extensions/source remotebridges/source svx/source unoxml/source

2020-01-27 Thread Mehmet Emin Başoğlu (via logerrit)
 extensions/source/propctrlr/formcontroller.cxx   |6 ++
 remotebridges/source/unourl_resolver/unourl_resolver.cxx |3 +--
 svx/source/unodraw/unobtabl.cxx  |3 +--
 svx/source/unodraw/unodtabl.cxx  |3 +--
 svx/source/unodraw/unogtabl.cxx  |3 +--
 svx/source/unodraw/unohtabl.cxx  |3 +--
 svx/source/unodraw/unottabl.cxx  |3 +--
 unoxml/source/rdf/librdf_repository.cxx  |3 +--
 8 files changed, 9 insertions(+), 18 deletions(-)

New commits:
commit 4939a8905207c0aa044156dc583e4cdd6e7eb63e
Author: Mehmet Emin Başoğlu 
AuthorDate: Mon Jan 27 16:37:54 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 22:14:11 2020 +0100

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

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

diff --git a/extensions/source/propctrlr/formcontroller.cxx 
b/extensions/source/propctrlr/formcontroller.cxx
index 5ac5f7fed1fb..b9eb032776b0 100644
--- a/extensions/source/propctrlr/formcontroller.cxx
+++ b/extensions/source/propctrlr/formcontroller.cxx
@@ -127,8 +127,7 @@ namespace pcr
 
 Sequence< OUString > FormController::getSupportedServiceNames_static(  )
 {
-Sequence< OUString > aSupported { 
"com.sun.star.form.PropertyBrowserController" };
-return aSupported;
+return { "com.sun.star.form.PropertyBrowserController" };
 }
 
 
@@ -254,8 +253,7 @@ namespace pcr
 
 Sequence< OUString > DialogController::getSupportedServiceNames_static(  )
 {
-Sequence< OUString > aSupported { 
"com.sun.star.awt.PropertyBrowserController" };
-return aSupported;
+return { "com.sun.star.awt.PropertyBrowserController" };
 }
 
 
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx 
b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
index 4339b30a6dab..d4eea66c0269 100644
--- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx
+++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
@@ -46,8 +46,7 @@ namespace unourl_resolver
 
 static Sequence< OUString > resolver_getSupportedServiceNames()
 {
-Sequence< OUString > seqNames { "com.sun.star.bridge.UnoUrlResolver" };
-return seqNames;
+return { "com.sun.star.bridge.UnoUrlResolver" };
 }
 
 static OUString resolver_getImplementationName()
diff --git a/svx/source/unodraw/unobtabl.cxx b/svx/source/unodraw/unobtabl.cxx
index f94369907f73..4d9c5ded9bfd 100644
--- a/svx/source/unodraw/unobtabl.cxx
+++ b/svx/source/unodraw/unobtabl.cxx
@@ -84,8 +84,7 @@ OUString SAL_CALL SvxUnoBitmapTable::getImplementationName()
 
 uno::Sequence< OUString > SAL_CALL 
SvxUnoBitmapTable::getSupportedServiceNames(  )
 {
-uno::Sequence aSNS { "com.sun.star.drawing.BitmapTable" };
-return aSNS;
+return { "com.sun.star.drawing.BitmapTable" };
 }
 
 NameOrIndex* SvxUnoBitmapTable::createItem() const
diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx
index f285ac30c7d1..9cf86c223894 100644
--- a/svx/source/unodraw/unodtabl.cxx
+++ b/svx/source/unodraw/unodtabl.cxx
@@ -64,8 +64,7 @@ OUString SAL_CALL SvxUnoDashTable::getImplementationName()
 
 uno::Sequence< OUString > SAL_CALL SvxUnoDashTable::getSupportedServiceNames(  
)
 {
-uno::Sequence aSNS { "com.sun.star.drawing.DashTable" };
-return aSNS;
+return { "com.sun.star.drawing.DashTable" };
 }
 
 NameOrIndex* SvxUnoDashTable::createItem() const
diff --git a/svx/source/unodraw/unogtabl.cxx b/svx/source/unodraw/unogtabl.cxx
index 4b3842c9d026..d7b66ef76513 100644
--- a/svx/source/unodraw/unogtabl.cxx
+++ b/svx/source/unodraw/unogtabl.cxx
@@ -63,8 +63,7 @@ OUString SAL_CALL SvxUnoGradientTable::getImplementationName()
 
 uno::Sequence< OUString > SAL_CALL 
SvxUnoGradientTable::getSupportedServiceNames(  )
 {
-uno::Sequence aSNS { "com.sun.star.drawing.GradientTable" };
-return aSNS;
+return { "com.sun.star.drawing.GradientTable" };
 }
 
 
diff --git a/svx/source/unodraw/unohtabl.cxx b/svx/source/unodraw/unohtabl.cxx
index ec114ba91b10..9adb450007e2 100644
--- a/svx/source/unodraw/unohtabl.cxx
+++ b/svx/source/unodraw/unohtabl.cxx
@@ -63,8 +63,7 @@ OUString SAL_CALL SvxUnoHatchTable::getImplementationName()
 
 uno::Sequence< OUString > SAL_CALL SvxUnoHatchTable::getSupportedServiceNames( 
 )
 {
-uno::Sequence aSNS { "com.sun.star.drawing.HatchTable" };
-return aSNS;
+return { "com.sun.star.drawing.HatchTable" };
 }
 
 NameOrIndex* SvxUnoHatchTable::createItem() const
diff --git a/svx/source/unodraw/unottabl.cxx b/svx/source/unodraw/unottabl.cxx
index 9653f36360bb..8a9e48437c5c 100644
--- a/svx/source/unodraw/unottabl.cxx
+++ b/svx/source/unodraw/unottabl.cxx
@@ -63,8 +63,7 @@ OUString SAL_CALL 

[Libreoffice-bugs] [Bug 129062] [META] Skia library bugs

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||130233


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130233
[Bug 130233] Skia: quality of font rendering to canvas is degraded
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88205] Adapt uses of css::uno::Sequence to use initializer_list ctor

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88205

--- Comment #73 from Commit Notification 
 ---
Batuhan Taskaya committed a patch related to this issue.
It has been pushed to "master":

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

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

It will be available in 6.5.0.

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

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

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


[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||130233


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130233
[Bug 130233] Skia: quality of font rendering to canvas is degraded
-- 
You are receiving this mail because:
You 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: svx/source

2020-01-27 Thread Batuhan Taskaya (via logerrit)
 svx/source/tbxctrls/extrusioncontrols.cxx |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

New commits:
commit d39ad9cdd5f02b01d4d7b747a9c20168cbe915eb
Author: Batuhan Taskaya 
AuthorDate: Mon Jan 27 11:54:10 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 22:07:38 2020 +0100

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

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

diff --git a/svx/source/tbxctrls/extrusioncontrols.cxx 
b/svx/source/tbxctrls/extrusioncontrols.cxx
index 5984873ba50e..3ada4301154a 100644
--- a/svx/source/tbxctrls/extrusioncontrols.cxx
+++ b/svx/source/tbxctrls/extrusioncontrols.cxx
@@ -303,8 +303,7 @@ OUString ExtrusionDirectionControl::getImplementationName()
 
 Sequence< OUString > ExtrusionDirectionControl::getSupportedServiceNames()
 {
-Sequence aSNS { "com.sun.star.frame.ToolbarController" };
-return aSNS;
+return { "com.sun.star.frame.ToolbarController" };
 }
 
 
@@ -562,8 +561,7 @@ OUString ExtrusionDepthController::getImplementationName()
 
 Sequence< OUString > ExtrusionDepthController::getSupportedServiceNames()
 {
-Sequence aSNS { "com.sun.star.frame.ToolbarController" };
-return aSNS;
+return { "com.sun.star.frame.ToolbarController" };
 }
 
 
@@ -800,8 +798,7 @@ OUString ExtrusionLightingControl::getImplementationName()
 
 Sequence< OUString > ExtrusionLightingControl::getSupportedServiceNames()
 {
-Sequence aSNS { "com.sun.star.frame.ToolbarController" };
-return aSNS;
+return { "com.sun.star.frame.ToolbarController" };
 }
 
 
@@ -939,8 +936,7 @@ OUString ExtrusionSurfaceControl::getImplementationName()
 
 Sequence< OUString > ExtrusionSurfaceControl::getSupportedServiceNames()
 {
-Sequence aSNS { "com.sun.star.frame.ToolbarController" };
-return aSNS;
+return { "com.sun.star.frame.ToolbarController" };
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130233] Skia: quality of font rendering to canvas is degraded

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130233

V Stuart Foote  changed:

   What|Removed |Added

 CC||dr.khaled.ho...@gmail.com,
   ||l.lu...@collabora.com,
   ||vstuart.fo...@utsa.edu
 Blocks||71732, 129062

--- Comment #1 from V Stuart Foote  ---
On current build of master on Windows 10 with both nVidia or Intel GPUs (recent
drivers so good Vulkan support). In the GUI, note on any of the main menu, or
dialog list boxes, the leading round edges of "G", "O", "C" glyphs are not at
all smooth. Likewise for the "O" or the "C" on the StartCenter for the Open
Filer or Calc Spreadsheet button labels.

Enabling disabling the 'Use anti-alaising' has no effect.

We know it will work, evidenced by Chrome's browsers clear text rendering. 

Assume we still have dependencies of bug 103322, but was a lot of grief first
with OpenGL then when we brought in HarfBuzz at 5.3; to avoid similar
complaints and disruption moving forward with Skia can we address rendering
mode--ClearType mode, and antialaising--sooner rather than later?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
https://bugs.documentfoundation.org/show_bug.cgi?id=129062
[Bug 129062] [META] Skia library bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88205] Adapt uses of css::uno::Sequence to use initializer_list ctor

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88205

--- Comment #72 from Commit Notification 
 ---
Burak Bala committed a patch related to this issue.
It has been pushed to "master":

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

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

It will be available in 6.5.0.

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

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

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


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

2020-01-27 Thread Burak Bala (via logerrit)
 vcl/source/components/dtranscomp.cxx |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit bfb9a17e6b7033520f108f6402a7a9659d60d3fd
Author: Burak Bala 
AuthorDate: Mon Jan 27 14:37:39 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 22:05:36 2020 +0100

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

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

diff --git a/vcl/source/components/dtranscomp.cxx 
b/vcl/source/components/dtranscomp.cxx
index 92cf951211b4..e76e7691ded8 100644
--- a/vcl/source/components/dtranscomp.cxx
+++ b/vcl/source/components/dtranscomp.cxx
@@ -280,8 +280,7 @@ public:
 
 static Sequence< OUString > getSupportedServiceNames_static()
 {
-Sequence aRet { 
"com.sun.star.datatransfer.dnd.GenericDragSource" };
-return aRet;
+   return { "com.sun.star.datatransfer.dnd.GenericDragSource" };
 }
 };
 
@@ -381,8 +380,7 @@ public:
 
 static Sequence< OUString > getSupportedServiceNames_static()
 {
-Sequence aRet { 
"com.sun.star.datatransfer.dnd.GenericDropTarget" };
-return aRet;
+  return { "com.sun.star.datatransfer.dnd.GenericDropTarget" };
 }
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130216] Safe mode: Show user profile fails to open the folder

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130216

--- Comment #5 from Mike Kaganski  ---
(In reply to Stephan Bergmann from comment #4)
> So looks like the call to
> 
> > if (SHGetFileInfoW(
> > o3tl::toW(pathname.getStr()), 0, , sizeof info, 
> > SHGFI_ATTRIBUTES)
> > == 0)
> 
> in CSysShExec::execute at
>  SysShExec.cxx?id=d59ec4cd1660410fa1b18c50d2d83b1417a82ddc#n334> fails with
> zero when pathname contains a ".." segment.
> 
> Mike, any idea whether that is actually the case
> ( shgetfileinfow> doesn't appear to mention something like that), and whether
> there is a workaround?

I tried to debug this, and indeed this is the case; SHGetFileInfoW internally
calls SHParseDisplayName, which fails for this path, and also at that moment,
GetLastError() returns ERROR_MORE_DATA (a leftover from some internal WinAPI).

I found out that calling PathResolve(pathWithTwoDots, nullptr, PRF_VERIFYEXISTS
| PRF_REQUIREABSOLUTE) puts corrected path into the pathWithTwoDots. I suppose
that could be a workaround for now... (but PathResolve has a nice-looking
warning :-( [1])

[1]
https://docs.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-pathresolve

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

2020-01-27 Thread Stephan Bergmann (via logerrit)
 avmedia/source/vlc/wrapper/Player.cxx |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 78568fc29315fd653b39d8911e690703446bdc76
Author: Stephan Bergmann 
AuthorDate: Mon Jan 27 18:48:33 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Jan 27 22:01:41 2020 +0100

Fix order of MACOSX vs. UNX checks

...where UNX is also defined on macOS, as spotted by Mike Kaganski at
.  
The
order appears to have been broken ever since
fd47df122a37b4fa982f9fd907d9aee0c80a "Fix typos and make the VLC code in
theory work as 64-bit on Windows and OS X".

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

diff --git a/avmedia/source/vlc/wrapper/Player.cxx 
b/avmedia/source/vlc/wrapper/Player.cxx
index e80b8df043bb..27e63a21a6d0 100644
--- a/avmedia/source/vlc/wrapper/Player.cxx
+++ b/avmedia/source/vlc/wrapper/Player.cxx
@@ -36,10 +36,10 @@ namespace { extern "C" {
   const char *psz_filepath,
   unsigned int i_width,
   unsigned int i_height );
-#if defined UNX
-void ( *libvlc_media_player_set_xwindow ) ( libvlc_media_player_t *p_mi, 
uint32_t drawable );
-#elif defined MACOSX
+#if defined MACOSX
 void ( *libvlc_media_player_set_nsobject ) ( libvlc_media_player_t *p_mi, 
void *drawable );
+#elif defined UNX
+void ( *libvlc_media_player_set_xwindow ) ( libvlc_media_player_t *p_mi, 
uint32_t drawable );
 #elif defined _WIN32
 void ( *libvlc_media_player_set_hwnd ) ( libvlc_media_player_t *p_mi, void 
*drawable );
 #else
@@ -79,10 +79,10 @@ namespace avmedia::vlc::wrapper
 SYM_MAP( libvlc_audio_set_mute ),
 SYM_MAP( libvlc_audio_get_mute ),
 SYM_MAP( libvlc_video_take_snapshot ),
-#if defined UNX
-SYM_MAP( libvlc_media_player_set_xwindow ),
-#elif defined MACOSX
+#if defined MACOSX
 SYM_MAP( libvlc_media_player_set_nsobject ),
+#elif defined UNX
+SYM_MAP( libvlc_media_player_set_xwindow ),
 #elif defined _WIN32
 SYM_MAP( libvlc_media_player_set_hwnd ),
 #endif
@@ -216,10 +216,10 @@ namespace avmedia::vlc::wrapper
 
 void Player::setWindow( intptr_t id )
 {
-#if defined UNX
-libvlc_media_player_set_xwindow( mPlayer, static_cast(id) );
-#elif defined MACOSX
+#if defined MACOSX
 libvlc_media_player_set_nsobject( mPlayer, reinterpret_cast( id 
) );
+#elif defined UNX
+libvlc_media_player_set_xwindow( mPlayer, static_cast(id) );
 #elif defined _WIN32
 libvlc_media_player_set_hwnd( mPlayer, reinterpret_cast( id ) );
 #endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-01-27 Thread Stephan Bergmann (via logerrit)
 compilerplugins/clang/constfields.cxx|7 +++
 compilerplugins/clang/constmethod.cxx|6 ++
 compilerplugins/clang/constparams.cxx|6 ++
 compilerplugins/clang/constvars.cxx  |7 +++
 compilerplugins/clang/plugin.cxx |6 ++
 compilerplugins/clang/singlevalfields.cxx|7 +++
 compilerplugins/clang/unusedfields.cxx   |7 +++
 compilerplugins/clang/unusedvariablemore.cxx |5 +
 compilerplugins/clang/writeonlyvars.cxx  |7 +++
 9 files changed, 58 insertions(+)

New commits:
commit 06111a2661ece65fbc2e8306acb1e26f0e3cdcde
Author: Stephan Bergmann 
AuthorDate: Mon Jan 27 15:00:41 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Jan 27 22:00:26 2020 +0100

Adapt to Clang 11 move of DynTypedNodeList

...in  "[AST] Split parent map traversal
logic into ParentMapContext.h", causing failures like

> compilerplugins/clang/constmethod.cxx: In member function ‘bool 
{anonymous}::ConstMethod::checkIfCanBeConst(const clang::Stmt*, const 
clang::CXXMethodDecl*)’:
> compilerplugins/clang/constmethod.cxx:191:70: error: invalid use of 
incomplete type ‘class clang::DynTypedNodeList’
>   191 | auto parentsRange = 
compiler.getASTContext().getParents(*stmt);
>   |   
   ^
> In file included from compilerplugins/clang/plugin.hxx:15,
>  from compilerplugins/clang/constmethod.cxx:16:
> include/clang/AST/ASTContext.h:97:7: note: forward declaration of ‘class 
clang::DynTypedNodeList’
>97 | class DynTypedNodeList;
>   |   ^~~~

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

diff --git a/compilerplugins/clang/constfields.cxx 
b/compilerplugins/clang/constfields.cxx
index 62cd56a54ad7..635774810717 100644
--- a/compilerplugins/clang/constfields.cxx
+++ b/compilerplugins/clang/constfields.cxx
@@ -18,10 +18,17 @@
 #include 
 #include 
 #include 
+
+#include "config_clang.h"
+
 #include "plugin.hxx"
 #include "compat.hxx"
 #include "check.hxx"
 
+#if CLANG_VERSION >= 11
+#include "clang/AST/ParentMapContext.h"
+#endif
+
 /**
 Look for fields that are only assigned to in the constructor using field-init, 
and can therefore be const.
 
diff --git a/compilerplugins/clang/constmethod.cxx 
b/compilerplugins/clang/constmethod.cxx
index e6a5dd14069c..45451152dc99 100644
--- a/compilerplugins/clang/constmethod.cxx
+++ b/compilerplugins/clang/constmethod.cxx
@@ -13,11 +13,17 @@
 #include 
 #include 
 
+#include "config_clang.h"
+
 #include "plugin.hxx"
 #include "compat.hxx"
 #include "check.hxx"
 #include "functionaddress.hxx"
 
+#if CLANG_VERSION >= 11
+#include "clang/AST/ParentMapContext.h"
+#endif
+
 /**
Find methods that can be declared const.
 
diff --git a/compilerplugins/clang/constparams.cxx 
b/compilerplugins/clang/constparams.cxx
index 28179f30abae..95c8184009d7 100644
--- a/compilerplugins/clang/constparams.cxx
+++ b/compilerplugins/clang/constparams.cxx
@@ -13,11 +13,17 @@
 #include 
 #include 
 
+#include "config_clang.h"
+
 #include "plugin.hxx"
 #include "compat.hxx"
 #include "check.hxx"
 #include "functionaddress.hxx"
 
+#if CLANG_VERSION >= 11
+#include "clang/AST/ParentMapContext.h"
+#endif
+
 /**
Find pointer and reference params that can be declared const.
 
diff --git a/compilerplugins/clang/constvars.cxx 
b/compilerplugins/clang/constvars.cxx
index d4a431dc14f0..f89301fed205 100644
--- a/compilerplugins/clang/constvars.cxx
+++ b/compilerplugins/clang/constvars.cxx
@@ -18,10 +18,17 @@
 #include 
 #include 
 #include 
+
+#include "config_clang.h"
+
 #include "plugin.hxx"
 #include "compat.hxx"
 #include "check.hxx"
 
+#if CLANG_VERSION >= 11
+#include "clang/AST/ParentMapContext.h"
+#endif
+
 /**
 Look for static vars that are only assigned to once, and never written to, 
they can be const.
 */
diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx
index eb4ac24c9743..6b89f3a89494 100644
--- a/compilerplugins/clang/plugin.cxx
+++ b/compilerplugins/clang/plugin.cxx
@@ -18,9 +18,15 @@
 #include 
 #include 
 
+#include "config_clang.h"
+
 #include "compat.hxx"
 #include "pluginhandler.hxx"
 
+#if CLANG_VERSION >= 11
+#include "clang/AST/ParentMapContext.h"
+#endif
+
 /*
 Base classes for plugin actions.
 */
diff --git a/compilerplugins/clang/singlevalfields.cxx 
b/compilerplugins/clang/singlevalfields.cxx
index 2949ce10ef3c..2efb562473ae 100644
--- a/compilerplugins/clang/singlevalfields.cxx
+++ b/compilerplugins/clang/singlevalfields.cxx
@@ -12,8 +12,15 @@
 #include 
 #include 
 #include 
+
+#include "config_clang.h"
+
 #include "plugin.hxx"
 
+#if 

[Libreoffice-bugs] [Bug 111341] Writer freezes when opening DOC file with header and picture

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111341

--- Comment #13 from Julien Nabet  ---
Created attachment 157466
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157466=edit
Flamegraph

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


[Libreoffice-bugs] [Bug 38575] 2-page DOC or DOCX with image anchored to header yields page counting and block Writer

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38575

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #17 from Julien Nabet  ---
Created attachment 157465
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157465=edit
perf flamegraph

On pc Debian x86-64 with master sources updated today, I could reproduce this.

Here's a Flamegraph

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


[Libreoffice-bugs] [Bug 88205] Adapt uses of css::uno::Sequence to use initializer_list ctor

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88205

--- Comment #71 from Commit Notification 
 ---
Sarper Akdemir committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/4b723bf58ce49faef032099062515a50d6afcece

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

It will be available in 6.5.0.

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

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

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


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

2020-01-27 Thread Sarper Akdemir (via logerrit)
 filter/source/pdf/pdffilter.cxx |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 4b723bf58ce49faef032099062515a50d6afcece
Author: Sarper Akdemir 
AuthorDate: Mon Jan 27 12:07:31 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 21:55:17 2020 +0100

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

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

diff --git a/filter/source/pdf/pdffilter.cxx b/filter/source/pdf/pdffilter.cxx
index 1bb919805b79..175604d8a99c 100644
--- a/filter/source/pdf/pdffilter.cxx
+++ b/filter/source/pdf/pdffilter.cxx
@@ -251,8 +251,7 @@ OUString PDFFilter_getImplementationName ()
 
 Sequence< OUString > PDFFilter_getSupportedServiceNames(  )
 {
-Sequence aRet { "com.sun.star.document.PDFFilter" };
-return aRet;
+return { "com.sun.star.document.PDFFilter" };
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


About building of libreoffice

2020-01-27 Thread Abhishek Pachorkar
> It took my laptop 6 hrs to run the command make -j8.
> Now currently I'm trying to fix one bug but my libreoffice is again
taking too much time for building.
> please help !
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 80392] Endless page counting on opening or editing a particular DOCX

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80392

--- Comment #27 from Julien Nabet  ---
(In reply to Timur from comment #22)
> Looks like a duplicate of Bug 38575. But let's just CC it for now.

It seems indeed a dup of it, an image anchored in a header which brings
infinite loop in layout => page count increases endlessly.
Any reason to not consider this one as a dup?

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


[Libreoffice-bugs] [Bug 124176] Use pragma once instead of include guards

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124176

--- Comment #60 from Commit Notification 
 ---
Pelin Kuran committed a patch related to this issue.
It has been pushed to "master":

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

tdf#124176: Use pragma once instead of header guard

It will be available in 6.5.0.

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

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

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


[Libreoffice-commits] core.git: include/test include/toolkit include/tools

2020-01-27 Thread Pelin Kuran (via logerrit)
 include/test/bootstrapfixture.hxx  |5 +
 include/test/sheet/xdocumentauditing.hxx   |5 +
 include/toolkit/helper/emptyfontdescriptor.hxx |6 +-
 include/tools/cpuid.hxx|5 +
 include/tools/inetstrm.hxx |5 +
 5 files changed, 5 insertions(+), 21 deletions(-)

New commits:
commit f61ed40fff871a5b301b05c9d8e0755f16bf0a83
Author: Pelin Kuran 
AuthorDate: Mon Jan 27 14:38:22 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 21:44:04 2020 +0100

tdf#124176: Use pragma once instead of header guard

Change-Id: Id28874549342349fb2727c3cb8e92da1dcdb727c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87513
Reviewed-by: Muhammet Kara 
Tested-by: Muhammet Kara 

diff --git a/include/test/bootstrapfixture.hxx 
b/include/test/bootstrapfixture.hxx
index 986ff1a7578f..e93a6a583b43 100644
--- a/include/test/bootstrapfixture.hxx
+++ b/include/test/bootstrapfixture.hxx
@@ -6,8 +6,7 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
-#ifndef INCLUDED_TEST_BOOTSTRAPFIXTURE_HXX
-#define INCLUDED_TEST_BOOTSTRAPFIXTURE_HXX
+#pragma once
 
 #include 
 
@@ -59,6 +58,4 @@ public:
 
 }
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/sheet/xdocumentauditing.hxx 
b/include/test/sheet/xdocumentauditing.hxx
index 5c19446ca252..282db0226d58 100644
--- a/include/test/sheet/xdocumentauditing.hxx
+++ b/include/test/sheet/xdocumentauditing.hxx
@@ -7,8 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef INCLUDED_TEST_SHEET_XDOCUMENTAUDITING_HXX
-#define INCLUDED_TEST_SHEET_XDOCUMENTAUDITING_HXX
+#pragma once
 
 #include 
 #include 
@@ -42,6 +41,4 @@ private:
 };
 } // namespace apitest
 
-#endif // INCLUDED_TEST_SHEET_XDOCUMENTAUDITING_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/include/toolkit/helper/emptyfontdescriptor.hxx 
b/include/toolkit/helper/emptyfontdescriptor.hxx
index 28a1aa3c1f14..ffd6f65b681d 100644
--- a/include/toolkit/helper/emptyfontdescriptor.hxx
+++ b/include/toolkit/helper/emptyfontdescriptor.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_TOOLKIT_HELPER_EMPTYFONTDESCRIPTOR_HXX
-#define INCLUDED_TOOLKIT_HELPER_EMPTYFONTDESCRIPTOR_HXX
+#pragma once
 
 #include 
 #include 
@@ -40,7 +39,4 @@ public:
 }
 };
 
-
-#endif // INCLUDED_TOOLKIT_HELPER_EMPTYFONTDESCRIPTOR_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/tools/cpuid.hxx b/include/tools/cpuid.hxx
index 27e9987398e4..90c7d37b485c 100644
--- a/include/tools/cpuid.hxx
+++ b/include/tools/cpuid.hxx
@@ -8,8 +8,7 @@
  *
  */
 
-#ifndef INCLUDED_TOOLS_CPUID_HXX
-#define INCLUDED_TOOLS_CPUID_HXX
+#pragma once
 
 #include 
 #include 
@@ -80,6 +79,4 @@ inline bool hasHyperThreading()
 
 } // end cpuid
 
-#endif // INCLUDED_TOOLS_CPUID_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx
index 48e371fa0105..f85fc3436f09 100644
--- a/include/tools/inetstrm.hxx
+++ b/include/tools/inetstrm.hxx
@@ -16,8 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_TOOLS_INETSTRM_HXX
-#define INCLUDED_TOOLS_INETSTRM_HXX
+#pragma once
 
 #include 
 #include 
@@ -61,6 +60,4 @@ public:
 int Read (char *pData, sal_uInt32 nSize);
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 80392] Endless page counting on opening or editing a particular DOCX

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80392

--- Comment #26 from Julien Nabet  ---
Created attachment 157464
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157464=edit
perf flamegraph

On pc Debian x86-64 with master sources updated yesterday + last reproducer
file from Luke, I could reproduce this.

The trace shows the well known layout pb (PrepareMake, MakeAll).
IMHO, fixing layout design may help a lot since it would tackle dozens of bugs.
I don't know if it would need a full redesign of layout management or just some
fixes but I suppose that if it hasn't been done yet, it's because it must be
very complicated.
Should be one of top priorities anyway.

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


  1   2   3   4   >