[Libreoffice-bugs] [Bug 126499] Chart in a form: setmodified(true) won't be executed

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126499

Robert Großkopf  changed:

   What|Removed |Added

   Keywords||regression

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

[Libreoffice-bugs] [Bug 126499] New: Chart in a form: setmodified(true) won't be executed

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126499

Bug ID: 126499
   Summary: Chart in a form: setmodified(true) won't be executed
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 152896
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152896=edit
Try to change values for "Temperatur" in the form "Temperaturverlauf". Chart
won't be modified any more.

Open the attached database, macros must be allowed.
Open the form "Temperaturverlauf".
Change the "Temperatur" for "Zeit"=00:00:25.
Nothing will change in the chart.
Chart will only show the values, which have been saved since creating of the
form.

The macro, which should change the values for the chart, runs well up to LO
5.2.7.2, fails first with LO 5.3.0.3 on OpenSUSE 15, 64bit rpm Linux.

Seems only "setmodified(true)" doesn't work any more. The values were written
to the chart - have controlled this with xray ...

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

[Libreoffice-bugs] [Bug 32249] When importing PDF with text in it , it will be better to have a easy and fluent option to edit the imported Text

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32249

--- Comment #22 from Justin L  ---
(In reply to Justin L from comment #21)
This patch has landed in LO 6.4. Please use bug 118370 to follow the
implementation of a "Shapes - Consolidate Text" function that gives the user a
tool to combine multiple textboxes into one.

For this bug report, let's keep the discussion to the bigger request to add a
"text content focused" PDF import, rather than a layout focused import as
discussed in comment 19.

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

[Libreoffice-bugs] [Bug 126498] New: EDITING: Wrong formatting when inserting from clipboard in LO Writer

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126498

Bug ID: 126498
   Summary: EDITING: Wrong formatting when inserting from
clipboard in LO Writer
   Product: LibreOffice
   Version: 6.1.6.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: strog...@gmail.com

Description:
Wrong formatting when inserting from clipboard in LO Writer

Steps to Reproduce:
1. Type some text (text1)
2. Type another text (text2) and format it differently
3. Copy text2 and paste it somewhere inside text1

Actual Results:
Pasted text is formatted as text1

Expected Results:
Pasted text must completely preserve its initial formatting


Reproducible: Always


User Profile Reset: No



Additional Info:
Really annoying!

Windows 8

Version: 6.1.6.3
Build ID: 5896ab1714085361c45cf540f76f60673dd96a72
CPU threads: 4; OS: Windows 6.2; UI render: default; 
Locale: en-US (ru_RU); Calc: CL

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

[Libreoffice-bugs] [Bug 118370] "Convert selected text frames into one text paragraph" function (for PDF import editing)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118370

Justin L  changed:

   What|Removed |Added

Summary|place text when importing   |"Convert selected text
   |from PDF in one text box|frames into one text
   |instead many text boxes |paragraph" function (for
   |with one string |PDF import editing)
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
 Status|NEW |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 99746] [META] PDF import filter in Draw

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99746
Bug 99746 depends on bug 118370, which changed state.

Bug 118370 Summary: "Convert selected text frames into one text paragraph" 
function (for PDF import editing)
https://bugs.documentfoundation.org/show_bug.cgi?id=118370

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 118370] place text when importing from PDF in one text box instead many text boxes with one string

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118370

--- Comment #21 from Justin L  ---
Treating this issue as limited to comment 8's enhancement request. Wider
discussion of import filter improvements should use duplicate bug 32249.

Considering this bug as fixed with comment 20's patch, although additional
comments about better implementation are welcome here.

One improvement is better end of sentence detection. For that, I'd guess that
UNO XBreakIterator needs to be extended to include an isBoundary(pos) function
- to test if the chosen position is a legitimate boundary for the selected
break. (I don't know how to go about changing UNO stuff.) Currently
beginOfSentence/endOfSentence treat the end of any string as legitimate
start/end of a sentence which isn't valid in our text fragment situation.

(In reply to Regina Henschel from comment #19)
> Will you update the help?
No. I don't know how to modify the help documentation.

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

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

2019-07-21 Thread Sumit Chauhan (via logerrit)
 sfx2/source/notebookbar/SfxNotebookBar.cxx|   18 --
 vcl/source/window/NotebookBarAddonsMerger.cxx |   21 ++---
 2 files changed, 34 insertions(+), 5 deletions(-)

New commits:
commit 22f2ecbcabf3928d5486690ca6465b7b37bc8a10
Author: Sumit Chauhan 
AuthorDate: Sat Jul 20 02:43:15 2019 +0530
Commit: Szymon Kłos 
CommitDate: Mon Jul 22 06:36:27 2019 +0200

Patch fixes the image rendering issue of extension in NotebookBar

Change-Id: I7645766af1a6acfd7117fce3fcb29da038d9d92f
Reviewed-on: https://gerrit.libreoffice.org/75986
Tested-by: Jenkins
Reviewed-by: Szymon Kłos 

diff --git a/sfx2/source/notebookbar/SfxNotebookBar.cxx 
b/sfx2/source/notebookbar/SfxNotebookBar.cxx
index 3b56156b7c2c..73ca5614935e 100644
--- a/sfx2/source/notebookbar/SfxNotebookBar.cxx
+++ b/sfx2/source/notebookbar/SfxNotebookBar.cxx
@@ -39,6 +39,8 @@ using namespace css::ui;
 using namespace css;
 
 #define MENUBAR_STR "private:resource/menubar/menubar"
+
+static const char MERGE_NOTEBOOKBAR_URL[] = "URL";
 static const char MERGE_NOTEBOOKBAR_IMAGEID[] = "ImageIdentifier";
 
 bool SfxNotebookBar::m_bLock = false;
@@ -59,14 +61,26 @@ static void NotebookbarAddonValues(
 {
 css::uno::Sequence pExtensionVal = 
aExtension[nSecIdx];
 Image aImage;
-
+bool isBigImage = true;
 for (int nRes = 0; nRes < pExtensionVal.getLength(); nRes++)
 {
 OUString sImage;
 if (pExtensionVal[nRes].Name == MERGE_NOTEBOOKBAR_IMAGEID)
 {
 pExtensionVal[nRes].Value >>= sImage;
-aImage = 
framework::AddonsOptions().GetImageFromURL(sImage, false);
+aImage = 
framework::AddonsOptions().GetImageFromURL(sImage, isBigImage);
+}
+}
+if(!aImage)
+{
+for (int nRes = 0; nRes < pExtensionVal.getLength(); nRes++)
+{
+OUString sImage;
+if (pExtensionVal[nRes].Name == MERGE_NOTEBOOKBAR_URL)
+{
+pExtensionVal[nRes].Value >>= sImage;
+aImage = 
framework::AddonsOptions().GetImageFromURL(sImage, isBigImage);
+}
 }
 }
 aImageValues.push_back(aImage);
diff --git a/vcl/source/window/NotebookBarAddonsMerger.cxx 
b/vcl/source/window/NotebookBarAddonsMerger.cxx
index 9bab4a4ea425..d65aba9624f8 100644
--- a/vcl/source/window/NotebookBarAddonsMerger.cxx
+++ b/vcl/source/window/NotebookBarAddonsMerger.cxx
@@ -21,6 +21,9 @@
 #include 
 #include 
 
+static const char STYLE_TEXT[] = "Text";
+static const char STYLE_ICON[] = "Icon";
+
 static const char MERGE_NOTEBOOKBAR_URL[] = "URL";
 static const char MERGE_NOTEBOOKBAR_TITLE[] = "Title";
 static const char MERGE_NOTEBOOKBAR_IMAGEID[] = "ImageIdentifier";
@@ -77,21 +80,33 @@ void NotebookBarAddonsMerger::MergeNotebookBarAddons(
 if (pToolbox)
 {
 Size aSize(0, 0);
+Image sImage;
 pToolbox->InsertItem(aAddonNotebookBarItem.sCommandURL, 
m_xFrame,
  ToolBoxItemBits::NONE, aSize);
 nItemId = 
pToolbox->GetItemId(aAddonNotebookBarItem.sCommandURL);
 pToolbox->SetItemCommand(nItemId, 
aAddonNotebookBarItem.sCommandURL);
 pToolbox->SetQuickHelpText(nItemId, 
aAddonNotebookBarItem.sLabel);
-pToolbox->SetItemText(nItemId, aAddonNotebookBarItem.sLabel);
+
 if (nIter < aImageVec.size())
 {
-Image sImage = aImageVec[nIter];
+sImage = aImageVec[nIter];
 if (!sImage)
+{
 sImage = vcl::CommandInfoProvider::GetImageForCommand(
 aAddonNotebookBarItem.sImageIdentifier, m_xFrame);
+}
+nIter++;
+}
+
+if (aAddonNotebookBarItem.sStyle == STYLE_TEXT)
+pToolbox->SetItemText(nItemId, 
aAddonNotebookBarItem.sLabel);
+else if (aAddonNotebookBarItem.sStyle == STYLE_ICON)
+pToolbox->SetItemImage(nItemId, sImage);
+else
+{
+pToolbox->SetItemText(nItemId, 
aAddonNotebookBarItem.sLabel);
 pToolbox->SetItemImage(nItemId, sImage);
 }
-nIter++;
 }
 pToolbox->InsertSeparator();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 126497] New: LibreOffice Language Setting

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126497

Bug ID: 126497
   Summary: LibreOffice Language Setting
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: br...@fairhall.id.au

Description:
I don't want to use US English at all.
I set my default Language to English-Australia, but when I use F7 to check
spelling the test language is English (US) and is greyed out, so I can't change
nor does it reflect my default.

Steps to Reproduce:
1. Set default Language
2. Use F7 to spell check a document

Actual Results:
Wrong Language shown

Expected Results:
Wrong language used


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 118370] place text when importing from PDF in one text box instead many text boxes with one string

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118370

--- Comment #20 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/82c3e68642de445064313e353812b54df76c7fe9%5E%21

tdf#118370 Draw: add option to consolidate multiple textObjs

It will be available in 6.4.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 118370] place text when importing from PDF in one text box instead many text boxes with one string

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118370

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

[Libreoffice-commits] core.git: editeng/source include/editeng include/svx officecfg/registry sd/inc sd/sdi sd/source sd/uiconfig svx/source

2019-07-21 Thread Justin Luth (via logerrit)
 editeng/source/editeng/editeng.cxx   |
5 
 editeng/source/editeng/impedit3.cxx  |
1 
 editeng/source/outliner/outliner.cxx |   
13 +
 include/editeng/editeng.hxx  |
2 
 include/editeng/outliner.hxx |
2 
 include/svx/svdedtv.hxx  |
4 
 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |   
11 +
 sd/inc/app.hrc   |
1 
 sd/sdi/_drvwsh.sdi   |
5 
 sd/sdi/sdraw.sdi |   
17 ++
 sd/source/ui/view/drviews2.cxx   |   
23 +++
 sd/source/ui/view/drviewsj.cxx   |
2 
 sd/uiconfig/sdraw/menubar/menubar.xml|
2 
 sd/uiconfig/sdraw/popupmenu/multiselect.xml  |
1 
 svx/source/svdraw/svdedtv2.cxx   |   
67 ++
 15 files changed, 150 insertions(+), 6 deletions(-)

New commits:
commit 82c3e68642de445064313e353812b54df76c7fe9
Author: Justin Luth 
AuthorDate: Wed Jul 3 15:33:35 2019 +0300
Commit: Justin Luth 
CommitDate: Mon Jul 22 06:07:29 2019 +0200

tdf#118370 Draw: add option to consolidate multiple textObjs

This gives the user a tool to consolidate multiple textboxes
into a single textbox. First the user selects a group of
textframes, and then runs the consolidate text function.
This will REPLACE the marked textframes with a single textbox
combining all of the text. The function inspects the text
fragments to see if they end in sentence-ending punctuation.
If not, then the next textbox's content is appended to it
instead of starting a new pargraph. It is the user's responsibility
to afterwards fix up paragraphing, and set paragraph properties.

The rational for this patch is to simplify making major text
changes on PDFs imported into Draw, since each paragraph is
currently broken into tiny character-property textbox fragments.
Copy/paste from the PDF itself doesn't keep character attributes,
so it is hard for a user to re-create the text.

This is related to tdf#32249, but as a comment says, a better
solution would be to write an entire text-focused PDF import,
rather than just pick up the pieces. And I agree, but considering
this simple patch took me a couple of weeks of frustration,
I'm obviously not the person to do that. And since the bug
has been open for 9 years, likely no one else will either.
Thus, this pick-up-the-pieces tool to help the end user.

This initial patch works only with textFrames, but can
easily be adjusted to consolidate other HasText() SdrObjects.
However, that tended to produce unexpected results, so everything
other than OBJ_TEXT is explicitly excluded.
(Thus general shapes with text, callouts, text-along-path etc
are ignored.)

Change-Id: I68a9a5b187bf320a8e671414c5cb22b07725fd52
Reviewed-on: https://gerrit.libreoffice.org/75043
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/editeng/source/editeng/editeng.cxx 
b/editeng/source/editeng/editeng.cxx
index cae8822cd48e..84b2f39df32d 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -1666,7 +1666,7 @@ bool EditEngine::IsInSelectionMode() const
 pImpEditEngine->GetSelEngine().IsInSelection() );
 }
 
-void EditEngine::InsertParagraph( sal_Int32 nPara, const EditTextObject& 
rTxtObj )
+void EditEngine::InsertParagraph( sal_Int32 nPara, const EditTextObject& 
rTxtObj, bool bAppend )
 {
 if ( nPara > GetParagraphCount() )
 {
@@ -1683,6 +1683,9 @@ void EditEngine::InsertParagraph( sal_Int32 nPara, const 
EditTextObject& rTxtObj
 pImpEditEngine->RemoveCharAttribs( nPara );
 pImpEditEngine->InsertText( rTxtObj, EditSelection( aPaM, aPaM ) );
 
+if ( bAppend && nPara )
+pImpEditEngine->ConnectContents( nPara-1, /*bBackwards=*/false );
+
 pImpEditEngine->UndoActionEnd();
 
 pImpEditEngine->FormatAndUpdate();
diff --git a/editeng/source/editeng/impedit3.cxx 
b/editeng/source/editeng/impedit3.cxx
index 976a94ea2f1a..99603db06493 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -3921,7 +3921,6 @@ EditPaM ImpEditEngine::ConnectContents( sal_Int32 
nLeftNode, bool bBackward )
 ContentNode* pRightNode = aEditDoc.GetObject( nLeftNode+1 );
 DBG_ASSERT( pLeftNode, "Invalid left node in ConnectContents ");
 DBG_ASSERT( pRightNode, "Invalid right node in ConnectContents ");
-DBG_ASSERT( IsInUndo(), 

[Libreoffice-bugs] [Bug 125450] Column shading not at all right

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125450

--- Comment #4 from signupem...@posteo.uk ---
I have just tried the current flatpak problem. I notice that the problem
persists.

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

GSOC19 Week8 Report

2019-07-21 Thread ahmed El-Shreif
Hello,

here is my week 8 report:
https://ahmedelshreif.blogspot.com/2019/07/week-8-report.html

waiting for all your feedback.

Thanks in advance
Ahmed ElShreif
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'private/EL-SHREIF/ui_logger' - sc/source sw/source uitest/ui_logger_dsl vcl/source

2019-07-21 Thread Ahmed ElShreif (via logerrit)
 sc/source/ui/view/viewfun2.cxx |   25 ++-
 sc/source/ui/view/viewfun3.cxx |   33 +++-
 sc/source/ui/view/viewfunc.cxx |   28 +
 sw/source/core/edit/edtab.cxx  |   19 +++
 sw/source/uibase/dochdl/swdtflvr.cxx   |   24 ++
 sw/source/uibase/wrtsh/wrtsh1.cxx  |   17 ++
 uitest/ui_logger_dsl/Special_commands.tx   |   47 +++--
 uitest/ui_logger_dsl/UI_Object_commands.tx |9 -
 uitest/ui_logger_dsl/dsl_core.py   |   18 ++-
 uitest/ui_logger_dsl/uno_commands.tx   |4 +-
 vcl/source/uitest/logger.cxx   |   46 +---
 11 files changed, 256 insertions(+), 14 deletions(-)

New commits:
commit d29c7d9fe6251a77f5c6390103f92e08e0ca6cf2
Author: Ahmed ElShreif 
AuthorDate: Thu Jul 18 13:53:08 2019 -0500
Commit: Ahmed ElShreif 
CommitDate: Sun Jul 21 21:57:41 2019 -0500

Log more Events:

Calc:
1) Delete some Cells
2) Remove content from some cells
3) Insert Cells
4) Cut Cells
5) Copy Cells
6) Paste Cells
7) Merge Cells
8) Split Cell ( Delete Merge )

Writer:
1) Insert Table
2) Copy Text
3) Cut Text
4) Paste Text
5) Inser Break Page

Also, Solve some bugs in the UI logger and UNO Commands.

Change-Id: Ic7cacbc20e1e400900a9760b61e8b45ae96c84ff

diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index f0772bab4aa2..f01fbff2ccf6 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -44,6 +44,8 @@
 #include 
 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -100,6 +102,21 @@
 using namespace com::sun::star;
 using ::editeng::SvxBorderLine;
 
+namespace {
+
+void collectUIInformation(const std::map& 
aParameters,const OUString action)
+{
+EventDescription aDescription;
+aDescription.aID = "grid_window";
+aDescription.aAction = action;
+aDescription.aParameters = aParameters;
+aDescription.aParent = "MainWindow";
+aDescription.aKeyWord = "ScGridWinUIObject";
+
+UITestLogger::getInstance().logEvent(aDescription);
+}
+}
+
 using ::std::vector;
 using ::std::unique_ptr;
 
@@ -1222,7 +1239,9 @@ bool ScViewFunc::MergeCells( bool bApi, bool& 
rDoContents, bool bCenter )
 UpdateInputLine();
 }
 }
-
+OUString aStartAddress =  aMarkRange.aStart.GetColRowString();
+OUString aEndAddress = aMarkRange.aEnd.GetColRowString();
+collectUIInformation({{"RANGE", aStartAddress + ":" + 
aEndAddress}},"MERGE_CELLS");
 return bOk;
 }
 
@@ -1308,6 +1327,10 @@ bool ScViewFunc::RemoveMerge()
 if (bOk)
 pDocSh->UpdateOle(());
 }
+
+OUString Cell_location =  aRange.aStart.GetColRowString();
+collectUIInformation({{"CELL", Cell_location }},"UNMERGE_CELL");
+
 return true;//! bOk ??
 }
 
diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx
index 89aa916d26ab..d818f2389d60 100644
--- a/sc/source/ui/view/viewfun3.cxx
+++ b/sc/source/ui/view/viewfun3.cxx
@@ -37,6 +37,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include 
 
@@ -76,6 +78,22 @@
 
 using namespace com::sun::star;
 
+namespace {
+
+void collectUIInformation(const std::map& 
aParameters,OUString action)
+{
+EventDescription aDescription;
+aDescription.aID = "grid_window";
+aDescription.aAction = action;
+aDescription.aParameters = aParameters;
+aDescription.aParent = "MainWindow";
+aDescription.aKeyWord = "ScGridWinUIObject";
+
+UITestLogger::getInstance().logEvent(aDescription);
+}
+
+}
+
 //  GlobalName of writer-DocShell from comphelper/classids.hxx
 
 //  C U T
@@ -146,6 +164,10 @@ void ScViewFunc::CutToClip()
 pDocSh->UpdateOle(());
 
 CellContentChanged();
+
+OUString aStartAddress =  aRange.aStart.GetColRowString();
+OUString aEndAddress = aRange.aEnd.GetColRowString();
+collectUIInformation({{"RANGE", aStartAddress + ":" + 
aEndAddress}},"CUT");
 }
 else
 ErrorMessage( STR_NOMULTISELECT );
@@ -177,7 +199,11 @@ bool ScViewFunc::CopyToClip( ScDocument* pClipDoc, bool 
bCut, bool bApi, bool bI
 if (!bApi)
 ErrorMessage(STR_NOMULTISELECT);
 }
-
+if( !bCut ){
+OUString aStartAddress =  aRange.aStart.GetColRowString();
+OUString aEndAddress = aRange.aEnd.GetColRowString();
+collectUIInformation({{"RANGE", aStartAddress + ":" + 
aEndAddress}},"COPY");
+}
 return bDone;
 }
 
@@ -194,6 +220,7 @@ bool ScViewFunc::CopyToClip( ScDocument* pClipDoc, const 
ScRangeList& rRanges, b
 bDone = 

[Libreoffice-bugs] [Bug 126263] sending emails with attachments via "com.sun.star.system.SimpleSystemMail" can cause data loss

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126263

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 126271] Selecting of control points of curves not working correctly for combined polygons

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126271

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 122138] Open LibreOffice apps on Ubuntu 18.04.1, dash icon is red circle with a slash

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122138

--- Comment #3 from QA Administrators  ---
Dear Dan McNair,

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 96221] Crash during open CSV file - SEH Exception (when UTF character set selected)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96221

--- Comment #13 from QA Administrators  ---
Dear pantrombka,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 120605] MacOS: Moving the caret through a document using the arrow substantial (250%) slower compared to Windows

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120605

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

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 121646] Animating Slide Transitions Rendering Issues with LibreOffice 6.2 Beta1

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121646

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

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 118510] Libreoffice kills my pc (prevents it from waking from suspend)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118510

--- Comment #13 from QA Administrators  ---
Dear Elias,

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 126274] Minimize presentation does not clip portions of images outside of slides

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126274

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 122879] Writer fails to render text properly in Web mode

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122879

--- Comment #3 from QA Administrators  ---
Dear Andrej Shadura,

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 120805] The document recovery routine - if you choose to start to restore a non-existant file,

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120805

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

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 113837] LibreOffice document has partly black content while resizing (with OpenGL enabled)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113837

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 122865] FORMATTING

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122865

--- Comment #2 from QA Administrators  ---
Dear t.medley,

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 122807] LO 6.1.4.2: Spreadsheet: Graph of Column + Line not displaying line

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122807

--- Comment #5 from QA Administrators  ---
Dear Hylton Conacher,

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 103148] No adoption of heading numbers when inserting a pagebreak before a heading

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103148

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 59820] FILEOPEN: default csv column width is wrong with multiline cells

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59820

--- Comment #12 from QA Administrators  ---
Dear rwman,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 108645] louno.ini will be read more than a 1000 times in 2 seconds when starting typing after launch

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108645

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 86336] FILEOPEN Calc ignores custom template when opening csv file

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86336

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 106067] A chart in a duplicated sheet sometimes loses its data range

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106067

--- Comment #8 from QA Administrators  ---
Dear david.vantyghem,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 104442] [META] DOCX (OOXML) shape (DrawingML and VML) related issues

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104442
Bug 104442 depends on bug 104670, which changed state.

Bug 104670 Summary: FILEOPEN 2007 DOCX: Text in shape rendered upside down (OK 
if resaved in MSO)
https://bugs.documentfoundation.org/show_bug.cgi?id=104670

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 104670] FILEOPEN 2007 DOCX: Text in shape rendered upside down (OK if resaved in MSO)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104670

Aron Budea  changed:

   What|Removed |Added

 Whiteboard||target:6.3.0
 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=76
   ||878
 CC||noelgran...@gmail.com

--- Comment #13 from Aron Budea  ---
Reverse-bibisected to the following commit from Noel, thanks for the unexpected
fix! Let's close as fixed.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=f8d29fea9915a5fe66e4ba24cbd3b248929b51b7
author  Noel Grandin  2019-05-10
15:47:53 +0200
committer   Noel Grandin  2019-05-11
09:09:52 +0200

handle empty tools::Rectangle in svx

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

[Libreoffice-bugs] [Bug 123437] Nextcloud / Android Backspace Key not working

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123437

--- Comment #5 from Aron Budea  ---
And it's not related to the Android app, happens from the browser as well.
As a workaround, turn off Text correction / Show correction suggestions.

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

[Libreoffice-bugs] [Bug 123437] Nextcloud / Android Backspace Key not working

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123437

Aron Budea  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Aron Budea  ---
Ok, managed to confirm with AOSP keyboard in Collabora Online 4.0.5.

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

[Libreoffice-bugs] [Bug 126488] How shall we react if we encounter a crash report?

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126488

--- Comment #6 from himajin100...@gmail.com ---
I'm just a Windows user, and don't use Linux. However, I guess the following
code indicates that dumprc is in $HOME/.config/crash/

https://opengrok.libreoffice.org/xref/core/svx/source/dialog/crashreportdlg.cxx?r=ff1bafa9#70
https://opengrok.libreoffice.org/xref/core/desktop/source/app/crashreport.cxx?r=6f50961e#152
https://opengrok.libreoffice.org/xref/core/desktop/source/app/crashreport.cxx?r=6f50961e#119
https://opengrok.libreoffice.org/xref/core/include/sal/config.h?r=e1e39fac#56
https://opengrok.libreoffice.org/xref/core/sal/rtl/bootstrap.cxx?r=3f08be2e#482
https://opengrok.libreoffice.org/xref/core/configure.ac?r=231fb044#3129
https://opengrok.libreoffice.org/xref/core/include/osl/security.hxx?r=189abcf0#86
https://opengrok.libreoffice.org/xref/core/sal/osl/unx/security.cxx?r=f665456c#416
https://opengrok.libreoffice.org/xref/core/sal/osl/unx/security.cxx?r=f665456c#353
https://opengrok.libreoffice.org/xref/core/sal/osl/unx/security.cxx?r=f665456c#363

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

[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
Bug 102495 depends on bug 125922, which changed state.

Bug 125922 Summary: Rename "kde5" VCL
https://bugs.documentfoundation.org/show_bug.cgi?id=125922

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 126339] UI Writer: Table Size menu has wrong wording in the Danish locale

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126339

Steen Rønnow  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |steen.roen...@mail.dk
   |desktop.org |

--- Comment #2 from Steen Rønnow  ---
Bug fixed in Pootle in the projects master i.e. after 6.3.0.0,beta2+ (9RUey)
and after 6.2.5.2.release (qAfWr) on 2019-07-22 at 01:23 CET+1

As this is my first bugfix please contact me, if there is any problem in my
handling of the bug.

Steen Rønnow:  steen.roen...@mail.dk (+45 2217 9414)

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

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

2019-07-21 Thread Jan-Marek Glogowski (via logerrit)
 configure.ac |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 382aceb80d3c0f420d51762e1f88eee2334ff11b
Author: Jan-Marek Glogowski 
AuthorDate: Sun Jul 21 22:44:22 2019 +
Commit: Jan-Marek Glogowski 
CommitDate: Mon Jul 22 01:40:40 2019 +0200

Explicitly disable qt5 on Android

Regression from commit d3c6ac6d0f23 ("tdf#125922 rename kde5 to
kf5 + plasma5").

Change-Id: I47f2a3977094acc0c7b4ae0af28c3774eba2daca
Reviewed-on: https://gerrit.libreoffice.org/76078
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/configure.ac b/configure.ac
index 0358692fc1d6..81b2bd497fe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -786,6 +786,7 @@ linux-android*)
 test_freetype=no
 test_gtk=no
 test_kf5=no
+test_qt5=no
 test_gtk3_kde5=no
 test_randr=no
 test_xrender=no
@@ -4927,7 +4928,7 @@ if test "$OS" = "HAIKU"; then
 test_kf5=yes
 fi
 
-if test "x$enable_kde5" = "xyes"; then
+if test "$test_kf5" = "yes" -a "$enable_kde5" = "yes"; then
 AC_MSG_WARN([The kde5 VCL plugin was renamed to kf5. Please update your 
configuration to use --enable-kf5, as --enable-kde5 will be removed after the 
next major release!])
 add_warning "The kde5 VCL plugin was renamed to kf5. Please update your 
configuration to use --enable-kf5, as --enable-kde5 will be removed after the 
next major release!"
 test_kf5=yes
@@ -4937,7 +4938,7 @@ if test "$test_kf5" = "yes"; then
 test_qt5=yes
 fi
 
-if test "$test_kf5" = "yes"; then
+if test "$test_kf5" = "yes" -a "$enable_kf5" = "yes"; then
 if test "$enable_qt5" = "no"; then
 AC_MSG_ERROR([KF5 support depends on QT5, so it conflicts with 
--disable-qt5])
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/tags/cib-6.1-2'

2019-07-21 Thread Thorsten Behrens (via logerrit)
Tag 'cib-6.1-2' created by Thorsten Behrens  at 
2019-07-21 22:49 +

Release LibreOffice powered by CIB 6.1-2
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEEHp/al2IcD3tw8LrPZ7OyyFo1BNkFAl007AlfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDFF
OUZEQTk3NjIxQzBGN0I3MEYwQkFDRjY3QjNCMkM4NUEzNTA0RDkACgkQZ7OyyFo1
BNl8cQ//Ub8ekLgJYsNDz5JwczTYEk5bU62f9ghsdYLADFLsfQUBE7Fk+NoEhBnT
XRZSOcrZq9Bsvsc77BppI2ysgJkOY5n9tKJlYYcIO2RLzIt6bp5K+nymRRgXbxpl
pC0JO5cIVeN0sofeB/QcrCwkLmOhUoaU8K8va34QiuwffTtSQDTZMGeIluDP5Aij
K4EECcAoribvi7g3FAbBfSN23MxQY3wp7cxMg1gHmKBSX71Y5NgesiUP99nL3WY2
wSgD1Yobgs7jB4TnsvJ8KqDuPCSfdOMzqQ+7681y3t+yf3kx6EvIOVwuxCbHk0U0
8v1TfAEqCsq1DBhhHEQzkGa48AvD2pQ72Y8eeqx3RX5F5V+xDG3JNerKAPkTmbe9
0hMce/97PYNDDW+5pFaM3RPceCYaOEqdxRi2cz2lzL4LgwxXJc8C9Hpu3SRBe2gW
kfrvrqVMGzCmkhdErwMoBioxwAIK55LnJ5X3mcB4VtaUdicmNl9/l+Uxa8G6CNw4
nDxD/z18EE4LyYk5MYx7rcTWgYGRCQC0zdNt+m2+ThmIyTwqxryKiHIOUfrR960s
LxKr9hhCYHoOn8PKqOB/zlwt0I7aNxoW5+zyE+ua5kIlzoMBpecFizNnY0P26pqV
13DmibcIdik62pvmAHqKe1uAxWeMPYd7kjpS6E3HANfgfnRi51M=
=1KQp
-END PGP SIGNATURE-

Changes since cib-6.1-1-9:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: vcl/Executable_lo_kde5filepicker.mk vcl/Library_vclplug_kf5.mk

2019-07-21 Thread Jan-Marek Glogowski (via logerrit)
 vcl/Executable_lo_kde5filepicker.mk |2 --
 vcl/Library_vclplug_kf5.mk  |   10 --
 2 files changed, 12 deletions(-)

New commits:
commit f00ad321cec3923b60604e7417b3661de9c314bf
Author: Jan-Marek Glogowski 
AuthorDate: Sun Jul 21 21:49:13 2019 +
Commit: Jan-Marek Glogowski 
CommitDate: Mon Jul 22 00:43:54 2019 +0200

Drop undefined QT5_GLIB_*

These defines were removed in commit a6201725d760 ("Don't link
avmediagst with gtk3 and qt5").

Change-Id: I3e0f22c7e2f25ea2b69efa19124ab3feca3f0a15
Reviewed-on: https://gerrit.libreoffice.org/76076
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski 

diff --git a/vcl/Executable_lo_kde5filepicker.mk 
b/vcl/Executable_lo_kde5filepicker.mk
index 7d44b3fca120..08f6b82ed928 100644
--- a/vcl/Executable_lo_kde5filepicker.mk
+++ b/vcl/Executable_lo_kde5filepicker.mk
@@ -30,7 +30,6 @@ $(eval $(call gb_Executable_add_cxxflags,lo_kde5filepicker,\
 $$(INCLUDE) \
 $$(BOOST_CXXFLAGS) \
 $(QT5_CFLAGS) \
-$(QT5_GLIB_CFLAGS) \
 $(KF5_CFLAGS) \
 ))
 
@@ -74,7 +73,6 @@ $(eval $(call gb_Executable_use_externals,lo_kde5filepicker,\
 
 $(eval $(call gb_Executable_add_libs,lo_kde5filepicker,\
 $(QT5_LIBS) \
-$(QT5_GLIB_LIBS) \
 $(KF5_LIBS) \
 $(BOOST_PROCESS_LIB) \
 $(BOOST_FILESYSTEM_LIB) \
diff --git a/vcl/Library_vclplug_kf5.mk b/vcl/Library_vclplug_kf5.mk
index 62dafe2c2536..d10cecd167d5 100644
--- a/vcl/Library_vclplug_kf5.mk
+++ b/vcl/Library_vclplug_kf5.mk
@@ -61,16 +61,6 @@ $(eval $(call gb_Library_use_externals,vclplug_kf5,\
epoxy \
 ))
 
-ifneq ($(QT5_HAVE_GLIB),)
-$(eval $(call gb_Library_add_cxxflags,vclplug_kf5,\
-$(QT5_GLIB_CFLAGS) \
-))
-
-$(eval $(call gb_Library_add_libs,vclplug_kf5,\
-$(QT5_GLIB_LIBS) \
-))
-endif
-
 $(eval $(call gb_Library_add_cxxflags,vclplug_kf5,\
 $(KF5_CFLAGS) \
 ))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125773] A problem in libreoffice with persian language with inline formulas

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125773

Eyal Rozenberg  changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |x86-64 (AMD64)

--- Comment #4 from Eyal Rozenberg  ---
Seeing this on AMD64, while original author sees this on IA32. Too bad the
platform drop-down isn't multiple-choice...

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

[Libreoffice-bugs] [Bug 107055] FILEOPEN: DOCX DOC Font Spacing Issue with Effect:Small Cap

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107055

--- Comment #14 from Luke  ---
Per Comment 7, I exported my original bugdoc to to PDF using LO and MSO. The
resulting dimensions of the table were identical. The issue is with font
spacing not the table being too narrow.

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

[Libreoffice-bugs] [Bug 126496] New: Pivot Table: rename "Page Fields" to "Filter" or "Page Fields To Filter" or…

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126496

Bug ID: 126496
   Summary: Pivot Table: rename "Page Fields" to "Filter" or "Page
Fields To Filter" or…
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hi-an...@yandex.ru

While I don't personally work with Office suites, my gf works a lot with MS
Excel, with Pivot Tables in particular. She was dissatisfied by the look of
pivot table configuration.

About the "Page Fields" she says: the title does not reflect the actual
functional it represents. Ideally, it should be called "Filters", because it's
a placeholder to filter out Pivot Table results. If you want to stick to "Page
Fields" as in "Show results from the given page fields", then at least call it
something like "Filtered Page Fields" or "Page Fields To Filter ".

# Steps to reproduce

1. Open localc
2. Go to `Insert → Pivot Table…`. A "Select Source" window should pop up, press
enter. A "Pivot Table Layout" window should pop up.
3. Look at the title of the upper-left rectangle.

## Expected

Something more explicit than "Page Fields"

## Actual

"Page Fields"

-- 
You are receiving this mail because:
You 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/check-elf-dynamic-objects compilerplugins/clang config_host/config_vclplug.h.in config_host.mk.in configure.ac cui/source distro-configs/Jenkins distro-configs/Libr

2019-07-21 Thread Jan-Marek Glogowski (via logerrit)
 Repository.mk   |6 -
 RepositoryExternal.mk   |   10 -
 bin/check-elf-dynamic-objects   |4 
 compilerplugins/clang/unusedfields.only-used-in-constructor.results |8 -
 compilerplugins/clang/unusedfields.untouched.results|4 
 config_host.mk.in   |2 
 config_host/config_vclplug.h.in |2 
 configure.ac|   58 
+-
 cui/source/options/optgdlg.cxx  |   10 -
 distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf |2 
 distro-configs/Jenkins/Linux_dev_master.conf|2 
 distro-configs/Jenkins/Linux_rel_master.conf|2 
 distro-configs/Jenkins/linux_clang_dbgutil_64   |2 
 distro-configs/Jenkins/linux_gcc_release_64 |2 
 distro-configs/LibreOfficeCoverity.conf |2 
 distro-configs/LibreOfficeLinux.conf|2 
 distro-configs/LibreOfficeOnline.conf   |2 
 distro-configs/LibreOfficeOpenBSD.conf  |2 
 distro-configs/LibreOfficeiOS.conf  |2 
 distro-configs/LibreOfficeiOS_Sim.conf  |2 
 include/sal/log-areas.dox   |2 
 postprocess/Rdb_services.mk |4 
 scp2/InstallScript_setup_osl.mk |2 
 scp2/Module_scp2.mk |2 
 shell/Library_kf5be.mk  |   20 +--
 shell/Module_shell.mk   |4 
 shell/source/backends/desktopbe/desktopbackend.cxx  |8 -
 shell/source/backends/kf5be/kf5access.cxx   |4 
 shell/source/backends/kf5be/kf5access.hxx   |6 -
 shell/source/backends/kf5be/kf5backend.cxx  |   14 +-
 shell/source/backends/kf5be/kf5be1.component|6 -
 svtools/source/uno/fpicker.cxx  |8 -
 vcl/CustomTarget_kf5_moc.mk |   12 +-
 vcl/Executable_lo_kde5filepicker.mk |2 
 vcl/Library_vcl.mk  |2 
 vcl/Library_vclplug_kf5.mk  |   38 
+++---
 vcl/Module_vcl.mk   |   12 +-
 vcl/README  |4 
 vcl/inc/unx/desktops.hxx|2 
 vcl/inc/unx/gendata.hxx |2 
 vcl/inc/vclpluginapi.h  |6 -
 vcl/qa/cppunit/app/test_IconThemeSelector.cxx   |4 
 vcl/qt5/Qt5Frame.cxx|4 
 vcl/source/app/IconThemeSelector.cxx|2 
 vcl/source/app/salplug.cxx  |   18 +--
 vcl/unx/generic/desktopdetect/desktopdetector.cxx   |   21 +--
 vcl/unx/gtk3_kde5/kde5_filepicker.cxx   |4 
 vcl/unx/kf5/KF5FilePicker.cxx   |   44 
+++
 vcl/unx/kf5/KF5FilePicker.hxx   |6 -
 vcl/unx/kf5/KF5SalFrame.cxx |   26 ++--
 vcl/unx/kf5/KF5SalFrame.hxx |6 -
 vcl/unx/kf5/KF5SalInstance.cxx  |   32 
++---
 vcl/unx/kf5/KF5SalInstance.hxx  |4 
 53 files changed, 224 insertions(+), 233 deletions(-)

New commits:
commit d3c6ac6d0f23df56644008ccb6aa2c8fa37ab1b5
Author: Jan-Marek Glogowski 
AuthorDate: Tue Jul 9 15:28:29 2019 +
Commit: Jan-Marek Glogowski 
CommitDate: Sun Jul 21 23:22:46 2019 +0200

tdf#125922 rename kde5 to kf5 + plasma5

Just as the gtk3 plugin isn't named GNOME, rename kde5 to kf5, as
it is based on the KDE frameworks 5 libraries.

This also includes:
* a convenience alias to load the kf5 VCL plugin in case someone
  requests the kde5 plugin.
* keep convenience kde5 configure switch, but warn about it
* rename detected desktop from kde5 to plasma5

Change-Id: I6764a05b81a5edbf284484c234fee2649aacf735
Reviewed-on: https://gerrit.libreoffice.org/75313
Tested-by: Jenkins
Reviewed-by: Jan-Marek 

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

2019-07-21 Thread Caolán McNamara (via logerrit)
 filter/source/graphicfilter/itiff/itiff.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 49d17d392b7c7a309b3d9264643881656d386eb1
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 19:55:29 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 22:32:46 2019 +0200

ofz#15993 Timeout

massive nSamplesPerPixel value, tiff spec says samples-per-pixel is
supposed to be SHORT so don't accept beyond that as legal

Change-Id: I3e6d3550e3b07a8d27ec4d72ecc4549dd52e50bc
Reviewed-on: https://gerrit.libreoffice.org/76075
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/filter/source/graphicfilter/itiff/itiff.cxx 
b/filter/source/graphicfilter/itiff/itiff.cxx
index 970e5958635f..15a4fe3d3b43 100644
--- a/filter/source/graphicfilter/itiff/itiff.cxx
+++ b/filter/source/graphicfilter/itiff/itiff.cxx
@@ -427,6 +427,10 @@ void TIFFReader::ReadTagData( sal_uInt16 nTagType, 
sal_uInt32 nDataLen)
 case 0x0115:   // Samples Per Pixel
 nSamplesPerPixel = ReadIntData();
 SAL_INFO("filter.tiff","SamplesPerPixel: " << nSamplesPerPixel);
+
+if (nSamplesPerPixel > USHRT_MAX) // ofz#15993 the expected type 
is SHORT
+bStatus = false;
+
 break;
 
 case 0x0116:   // Rows Per Strip
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #60 from Julien Nabet  ---
Adolfo: I noticed 2 locations in Pootle where RID_UPDATE_STR_PERCENT
(msgid="%PERCENT%") is translated by "%PERCENT %".
See
https://translations.documentfoundation.org/es/libo_ui/translate/#filter=checks=critical=137277006=0
Is it expected?

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

[Libreoffice-bugs] [Bug 126430] Fix layout of AutoRedaction dialog

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126430

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
No repro with Version: 6.4.0.0.alpha0+
Build ID: 47a774fbef8c224e4853de3fdd0230b9442bb716
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

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

[Libreoffice-bugs] [Bug 126407] Copying tables from Calc to ACAD on LibreOffice 6.2.5

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126407

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
   Keywords||regression

--- Comment #1 from raal  ---
What is "ACAD"? AutoCad?

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

[Libreoffice-bugs] [Bug 126398] CONDITIONAL FORMATTING visual bug

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126398

raal  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126220] Name Box of LO 6.3.0.0.beta2 Calc does not clear previous values

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126220

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |WORKSFORME

--- Comment #23 from raal  ---
(In reply to Nukool Chompuparn from comment #22)
> Created attachment 152835 [details]
> F.Y.I. | After I reinstalled Fedora 30 Workstation from Fedora Spins and
> LibreOffice, such errors have gone.

Closing the bug

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

[Libreoffice-bugs] [Bug 126457] FILEOPEN XLSX VBA macro to switch between active documents does not work

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126457

raal  changed:

   What|Removed |Added

  Component|Calc|BASIC
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz

--- Comment #5 from raal  ---
Confirm with Version: 6.4.0.0.alpha0+
Build ID: 47a774fbef8c224e4853de3fdd0230b9442bb716
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

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

[Libreoffice-bugs] [Bug 126458] FILEOPEN XLSX VBA file open does not work with relative path

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126458

raal  changed:

   What|Removed |Added

Version|6.4.0.0.alpha0+ Master  |4.1.0.4 release
  Component|Calc|BASIC
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz

--- Comment #4 from raal  ---
Confirm with Version: 6.4.0.0.alpha0+
Build ID: 47a774fbef8c224e4853de3fdd0230b9442bb716
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

and Version: 4.1.0.0.alpha1+
Build ID: 863d38fbfa4fb4861e476828c46410602100919

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

[Libreoffice-bugs] [Bug 126460] Wrong rendering with Greyscale TIF with no / transparent background

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126460

raal  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #4 from raal  ---
(In reply to raal from comment #3)
> Created attachment 152895 [details]
> printscreen from LO 6.4 and LO 4.1
> 
> compare LO 4.1 and LO 6.4 - it's wrong in both versions, but worse in 6.4

Bisected to
75b3cd34182fc8057d3c402a7c4435b2e61e60a0 is the first bad commit
commit 75b3cd34182fc8057d3c402a7c4435b2e61e60a0
Author: Matthew Francis 
Date:   Sat Sep 5 20:35:12 2015 +0800

source-hash-98a61a2ae109f3d72940274ceafcf3e84d79aa0b

commit 98a61a2ae109f3d72940274ceafcf3e84d79aa0b
Author: Caolán McNamara 
AuthorDate: Thu Aug 22 15:06:10 2013 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 22 15:08:05 2013 +0100

Resolves: fdo#68275 Grayscale TIFF is imported as white

this reverts 6c719c1585eb1a2dbab86cc73ff871da41765981 "n#615223 local
nbyte1
should have been class-level nByte1" which was to fix the use seen
in valgrind og the uninitialized nByte1

So additionally remove the use of the uninit nByte1 entirely


Adding Cc: to Caolán McNamara

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

[Libreoffice-bugs] [Bug 126488] How shall we react if we encounter a crash report?

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126488

--- Comment #5 from Adalbert Hanßen  ---
himajin10, you gave us the location of the dump files on a Windows10
system. Do you also know, where they are on a Linux (Ubuntu) system and how
they are named?

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

[Libreoffice-bugs] [Bug 126460] Wrong rendering with Greyscale TIF with no / transparent background

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126460

--- Comment #3 from raal  ---
Created attachment 152895
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152895=edit
printscreen from LO 6.4 and LO 4.1

compare LO 4.1 and LO 6.4 - it's wrong in both versions, but worse in 6.4

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

[Libreoffice-bugs] [Bug 126460] Wrong rendering with Greyscale TIF with no / transparent background

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126460

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 OS|Windows (All)   |All

--- Comment #2 from raal  ---
Confirm with Version: 6.4.0.0.alpha0+
Build ID: 47a774fbef8c224e4853de3fdd0230b9442bb716
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;

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

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

2019-07-21 Thread Caolán McNamara (via logerrit)
 editeng/source/editeng/impedit4.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a65a32fd8acf76f1bcd96113ca6866f53d9543e1
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 17:25:23 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 20:57:29 2019 +0200

ofz#15997 Timeout

Change-Id: I7d57e2286dd6a1c2d38479c41048e3a4801a66f2
Reviewed-on: https://gerrit.libreoffice.org/76073
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/editeng/source/editeng/impedit4.cxx 
b/editeng/source/editeng/impedit4.cxx
index 75abcf0448b6..12a2e522e9d9 100644
--- a/editeng/source/editeng/impedit4.cxx
+++ b/editeng/source/editeng/impedit4.cxx
@@ -1041,6 +1041,7 @@ std::unique_ptr 
ImpEditEngine::CreateTextObject( EditSelection a
 
 // The Text...
 pC->SetText(pNode->Copy(nStartPos, nEndPos-nStartPos));
+auto& rCAttriblist = pC->GetCharAttribs();
 
 // and the Attribute...
 sal_uInt16 nAttr = 0;
@@ -1068,7 +1069,7 @@ std::unique_ptr 
ImpEditEngine::CreateTextObject( EditSelection a
 if ( !pX->GetLen() && !bEmptyPara )
 pTxtObj->mpImpl->DestroyAttrib(std::move(pX));
 else
-pC->GetCharAttribs().push_back(std::move(pX));
+rCAttriblist.push_back(std::move(pX));
 }
 nAttr++;
 pAttr = GetAttrib( pNode->GetCharAttribs().GetAttribs(), nAttr );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 126495] An empty area in the Tip of the day is selected (for certain tool tips)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126495

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

Screenshot illustrating the issue. Hoping for someone with bit more luck :-)

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

[Libreoffice-bugs] [Bug 126495] New: An empty area in the Tip of the day is selected (for certain tool tips)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126495

Bug ID: 126495
   Summary: An empty area in the Tip of the day is selected (for
certain tool tips)
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
An empty area in the Tip of the day is selected (for certain tool tips)

Steps to Reproduce:
1. Download attachment 152116
2. Launch LibreOffice (Fresh start of the day?)
3. File -> Open.. Select the file -> tool tip appears

I don't know how to 'trigger' a tool tip at every file opening. So not sure how
and when it happens (I don't think it to be file related). It does happen, but
not always. Maybe depending on the content of the Tip of the Day? No clue. Have
seen it a few times, though

Actual Results:
Some weird area is selected

Expected Results:
Should be


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
Version: 6.4.0.0.alpha0+ (x86)
Build ID: 2f2f4767089512c34514896bc37823f9310e9dd4
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-07-10_00:49:53
Locale: nl-NL (nl_NL); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 124737] LibreOffice Writer freezes when I try to open Tools>options

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124737

--- Comment #5 from Willy Weisz  ---
My version of LibreOffice is according to the help display:

Version: 6.2.5.2
Build-ID: 20(Build:2)
CPU-Threads: 4; BS: Linux 4.12; UI-Render: Standard; VCL: kde5; 
Gebietsschema: de-AT (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 126416] CurrentController in LO Calc offers "ActiveSheet" but not "Sheets"

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126416

--- Comment #4 from Oliver Brinzing  ---
(In reply to Konstantin Kharlamov from comment #3)

> You basically reworded my description here, where I mentioned that I know
> how to make it work. This report is about making the API more accessible.
> 
> Do you mind to reopen it?

you may have a look at:

https://wiki.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Frame-Controller-Model_Paradigm_in_OpenOffice.org

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

[Libreoffice-bugs] [Bug 126416] CurrentController in LO Calc offers "ActiveSheet" but not "Sheets"

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126416

--- Comment #3 from Konstantin Kharlamov  ---
(In reply to Oliver Brinzing from comment #2)
> to make your example script work:
> 
> soffice --calc
> --accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager"
> 
> [...]
> model = connect_to_lo()
> print("Trying to access model.Sheets")
> sheets1 = model.getSheets()
> print("Succeed!")
> print(sheets1.getByIndex(0).getName())

You basically reworded my description here, where I mentioned that I know how
to make it work. This report is about making the API more accessible.

Do you mind to reopen it?

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

[Libreoffice-bugs] [Bug 107055] FILEOPEN: DOCX DOC Font Spacing Issue with Effect:Small Cap

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107055

Luke  changed:

   What|Removed |Added

Summary|FILEOPEN: DOCX DOC Change   |FILEOPEN: DOCX DOC Font
   |in Kerning Causing Cut-off  |Spacing Issue with
   |Text in Table   |Effect:Small Cap

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

[Libreoffice-bugs] [Bug 107055] FILEOPEN: DOCX DOC Change in Kerning Causing Cut-off Text in Table

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107055

Luke  changed:

   What|Removed |Added

 Attachment #132429|0   |1
is obsolete||

--- Comment #13 from Luke  ---
Created attachment 152893
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152893=edit
Simple Example to Show Issue with Effect Spacing

Steps to reproduce:

1. In Word, create a 1 cell table
2. Type a few words
3. Fit table to contents
4. Change Font Effect to small caps
5. Open in Writer

Reproducible with Version: 6.4.0.0.alpha0+ (x64)
Build ID: 2f2f4767089512c34514896bc37823f9310e9dd4

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

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

2019-07-21 Thread Caolán McNamara (via logerrit)
 sw/qa/extras/layout/data/forcepoint-swfootnoteframe-1.rtf |1 
 sw/qa/extras/layout/layout.cxx|   13 +---
 sw/source/core/inc/frame.hxx  |   15 -
 sw/source/core/layout/ftnfrm.cxx  |5 +
 sw/source/core/layout/objectformattertxtfrm.cxx   |2 
 sw/source/core/layout/ssfrm.cxx   |   41 --
 6 files changed, 25 insertions(+), 52 deletions(-)

New commits:
commit 135c1d6d0acd7270237f0a2410507114e7c14129
Author: Caolán McNamara 
AuthorDate: Fri Jul 19 16:56:12 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 18:17:16 2019 +0200

crashtesting: failures on 
swfootnoteframe_colunlock_heap_use_after_free.sample

undo forcepoint80 hackery and try a different solution

Change-Id: I52b5f9b41074e122bd32e70967e198ce9f86aec7
Reviewed-on: https://gerrit.libreoffice.org/76072
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/qa/extras/layout/data/forcepoint-swfootnoteframe-1.rtf 
b/sw/qa/extras/layout/data/forcepoint-swfootnoteframe-1.rtf
new file mode 100644
index ..319f6f571826
--- /dev/null
+++ b/sw/qa/extras/layout/data/forcepoint-swfootnoteframe-1.rtf
@@ -0,0 +1 @@
+{\rtf1\cnsi 
\ansicpg1252\stshfloch0{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green102\blue204;\red102\green99\blue98;\red143\green142\blue142;\red75\green60\blue52;}{\fonttbl{\f0\froman\cpg1257\fcharset186
 Palatino Linotype;}{\f1\froman\cpg0\fcharset0 Palatino 
Linotype;}{\f2\froman\cpg1252\fcharset0 Palatino 
Linotype;}{\f3\fswiss\cpg1257\fcharset186 Arial 
Black;}{\f4\fswiss\cpg0\fcharset0 Arial Black;}{\f5\fswiss\cpg1252\fcharset0 
Arial Black;}{\f6\fro-an\cpg1257\fcharset186 Times New 
Roman;}{\f7\froman\cpg0\fcharset0 Times New 
Roman;}{\f8\froman\cpg1252\fcharset0 Times New 
Roman;}{\f9\fmodern\cpg1257\fcharset186 Courier 
New;}{\f10\fmodern\cpg0\fcharset0 Courier New;}{\f11\fmodern\cpg1252\fcharset0 
Courier New;}}{\stylesheet {\ql Normal;}{\s1\sbasedon0\ql\fi-120\sl-276\slmult0 
Style1;}{\s2\sbasedon0\qj\fi560\sl-300\slmult0 Style2;}{\s
 3\sbasedon0\ql\sl-264\slmult0 Style3;}{\s4\sbasedon0\ql\fi-1088\sl-320\slmult0 
Style4;}{\s5\sbasedon0\ql Style5;}{\s6\sbasedon0\ql 
Style6;}{\s7\sbasedon0\ql\sl-320\slmult0 Style7;}{\s8\sbasedon0\qr 
Style8;}{\s9\sbasedon0\ql Style9;}{\s10\sbasedon0\qj\sl-264\slmult0 
Style10;}{\s11\sbasedon0\qj\sl-298\slmult0 
Style11;}{\s12\sbasedon0\qj\sl-288\slmult0 Style12;}{\s13\sbasedon0\ql 
Style13;}{\s14\sbasedon0\ql\fi600\sl-329\slmult0 
Style14;}{\s15\sbasedon0\ql\sl-240\slmult0 Style15;}{\s16\sbasedon0\ql 
Style16;}{\s17\sbasedon0\ql\fi576\sl-328\slmult0 Style17;}{\s18\sbasedon0\ql 
Style18;}{\s19\sbasedon0\ql\sl-271\slmult0 
Style19;}{\s20\sbasedon0\ql\fi2406\sl-339\slmult0 Style20;}{\s21\sbasedon0\ql 
Style21;}{\s22\sbasedon0\ql\fi2821\sl-161\slmult0 
Style22;}{\s23\sbasedon0\ql\fi568\sl-306\slmult0 Style23;}{\s24\sbasedon0\ql 
Style24;}{\s25\sbasedon0\ql Style25;}{\s26\sbasedon0\ql 
Style26;}{\s27\sbasedon0\ql Style27;}{\s28\sbasedon0\qj\sl-271\slmult0 
Style28;}{\s29\sbasedon0\ql\fi568\sl-322\slmu
 lt0 Style29;}{\s30\sbasedon0\ql Style30;}{\s31\sbasedon0\ql 
Style31;}{\s32\sbasedon0\ql Style32;}{\s33\sbasedon0\ql 
Style33;}{\s34\sbasedon0\ql Style34;}{\s35\sbasedon0\ql 
Style35;}{\*\cs36\additive Default Paragraph 
Font;}{\*\cs37\sbasedon36\additive\b\charscalex120\f2\fs58 Font 
Style37;}{\*\cs38\sbasedon36\additive\b\charscalex30\f2\fs400 Font 
Style38;}{\*\cs39\sbasedon36\additive\i\f2\fs22 Font 
Style39;}{\*\cs40\sbasedon36\additive\scaps\f8\fs8 Font 
Style40;}{\*\cs41\sbasedon36\additive\i\b\f2\fs10 Font 
Style41;}{\*\cs42\sbasedon36\additive\f5\fs8 Font 
Style42;}{\*\cs43\sbasedon36\additive\b\expndtw200\f2\fs10 Font 
Style43;}{\*\cs44\sbasedon36\additive\f2\fs22 Font 
Style44;}{\*\cs45\sbasedon36\additive\b\expndtw-10\f2\fs22 Font 
Style45;}{\*\cs46\sbasedon36\additive\scaps\f2\fs20 Font 
Style46;}{\*\cs47\sbasedon36\additive\charscalex20\f2\fs104 Font 
Style47;}{\*\cs48\sbasedon36\additive\b\f2\fs20 Font 
Style48;}{\*\cs49\sbasedon36\additive\f2\fs22 Font 
Style49;}{\*\cs50\sbasedon36\a
 dditive\b\f2\fs38 Font Style50;}{\*\cs51\sbasedon36\additive\f2\fs20 Font 
Style51;}{\*\cs52\sbasedon36\additive\expndtw-20\f2\fs30 Font 
Style52;}{\*\cs53\sbasedon36\additive\i\expndtw-10\f2\fs22 Font 
Style53;}{\*\cs54\sbasedon36\additive\i\expndtw-20\f2\fs22 Font 
Style54;}{\*\cs55\sbasedon36\additive\f2\fs22 Font 
Style55;}{\*\cs56\sbasedon36\additive\f2\fs18 Font 
Style56;}{\*\cs57\sbasedon36\additive\b\expndtw10\f2\fs16 Font 
Style57;}{\*\cs58\sbasedon36\additive\b\f2\fs20 Font 
Style58;}{\*\cs59\sbasedon36\additive\i\b\expndtw-10\f11\fs22 Font 
Style59;}{\*\cs60\sbasedon36\additive\f2\fs20 Font 

[Libreoffice-bugs] [Bug 126492] Crash report service is not documented

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126492

Olivier Hallot  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - default_images/sw ooo_custom_images/classic svx/source

2019-07-21 Thread Matthias Seidel (via logerrit)
 default_images/sw/res/point.png |binary
 ooo_custom_images/classic/classic_images.tar.gz |binary
 svx/source/src/errtxt.src   |2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7e171a0440aa44b2003f9ddd3a5cebe85765953
Author: Matthias Seidel 
AuthorDate: Sun Jul 21 15:51:28 2019 +
Commit: Matthias Seidel 
CommitDate: Sun Jul 21 15:51:28 2019 +

Smaller corrections to my recent commits

diff --git a/default_images/sw/res/point.png b/default_images/sw/res/point.png
index 587f080e99de..c58a792d8959 100644
Binary files a/default_images/sw/res/point.png and 
b/default_images/sw/res/point.png differ
diff --git a/ooo_custom_images/classic/classic_images.tar.gz 
b/ooo_custom_images/classic/classic_images.tar.gz
index 425e06fcabb7..02c56886f82f 100644
Binary files a/ooo_custom_images/classic/classic_images.tar.gz and 
b/ooo_custom_images/classic/classic_images.tar.gz differ
diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src
index afef54975f14..d02fecac7816 100644
--- a/svx/source/src/errtxt.src
+++ b/svx/source/src/errtxt.src
@@ -474,7 +474,7 @@ Resource RID_ERRHDL
 };
 String ERRCODE_SFX_INCOMPLETE_ENCRYPTION
 {
-Text [ en-US ] = "The encrypted document contains unexpected 
non-encrypted streams.\n\nThis could be the result of document 
manipulation.\n\nWe recommend that you do not trust the content of the current 
document.\nExecution of macros is disabled for this document.\n" ;
+Text [ en-US ] = "The encrypted document contains unexpected 
non-encrypted streams.\n\nThis could be the result of document 
manipulation.\n\nWe recommend that you do not trust the content of the current 
document.\nExecution of macros is disabled for this document.\n " ;
 };
 
 String ERRCODE_IO_INVALIDLENGTH
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 93975] Toolbar table borders control causes spacing to content issues (see comment #6)

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93975

--- Comment #13 from Gerry  ---
The bug is still present in LO 6.2.5. Spacing to contents still wrongly reverts
to 0.10 cm when adding a table border.

Version: 6.2.5.2 (x86)
Build-ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); 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 126416] CurrentController in LO Calc offers "ActiveSheet" but not "Sheets"

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126416

--- Comment #2 from Oliver Brinzing  ---
to make your example script work:

soffice --calc
--accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager"

[...]
model = connect_to_lo()
print("Trying to access model.Sheets")
sheets1 = model.getSheets()
print("Succeed!")
print(sheets1.getByIndex(0).getName())

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

[Libreoffice-bugs] [Bug 107237] [META] Notebookbar Tabbed

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107237
Bug 107237 depends on bug 117689, which changed state.

Bug 117689 Summary: Audio or video toolbar offers only one uno command which 
didn't fit different NB layouts
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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

[Libreoffice-bugs] [Bug 117689] Audio or video toolbar offers only one uno command which didn't fit different NB layouts

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

andreas_k  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #9 from andreas_k  ---
It's not really corrected. I cut off the media toolbar which is fine, but it
doesn't mean the bug is solved. Still one command.

-- 
You are receiving this mail because:
You 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 107158] [META] Notebookbar Groupedbar

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107158
Bug 107158 depends on bug 117689, which changed state.

Bug 117689 Summary: Audio or video toolbar offers only one uno command which 
didn't fit different NB layouts
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 107237] [META] Notebookbar Tabbed

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107237
Bug 107237 depends on bug 117689, which changed state.

Bug 117689 Summary: Audio or video toolbar offers only one uno command which 
didn't fit different NB layouts
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

   What|Removed |Added

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

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

[Libreoffice-ux-advise] [Bug 107158] [META] Notebookbar Groupedbar

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107158
Bug 107158 depends on bug 117689, which changed state.

Bug 117689 Summary: Audio or video toolbar offers only one uno command which 
didn't fit different NB layouts
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

   What|Removed |Added

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

-- 
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 117689] Audio or video toolbar offers only one uno command which didn't fit different NB layouts

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

Pedro  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 117689] Audio or video toolbar offers only one uno command which didn't fit different NB layouts

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

--- Comment #8 from Pedro  ---
Created attachment 152892
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152892=edit
Corrected in Groupedbar as well.

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

[Libreoffice-bugs] [Bug 117689] Audio or video toolbar offers only one uno command which didn't fit different NB layouts

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

--- Comment #7 from Pedro  ---
Created attachment 152891
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152891=edit
Seems to be corrected in Tabbed Bar 6.3

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

[Libreoffice-bugs] [Bug 117689] Audio or video toolbar offers only one uno command which didn't fit different NB layouts

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117689

--- Comment #6 from Pedro  ---
Not sure if anything was changed but this seems to be fixed in 6.3 so I am
closing the bug.

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

[Libreoffice-bugs] [Bug 121368] Brochure printing error

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121368

--- Comment #22 from trevor p  ---
Hi Xisco, did you get the samples by post ?

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

[Libreoffice-bugs] [Bug 126416] CurrentController in LO Calc offers "ActiveSheet" but not "Sheets"

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126416

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de
 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Oliver Brinzing  ---
getSheets() method belongs to com::sun::star::sheet::SpreadsheetDocument
Service
(-> interface com::sun::star::sheet::XSpreadsheets):

https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sheet_1_1SpreadsheetDocument.html

for example:
https://docs.libreoffice.org/unotest/html/SpreadsheetDocument_8java_source.html

https://api.libreoffice.org/examples/DevelopersGuide/Forms/SpreadsheetDocument.java

-- 
You are receiving this mail because:
You 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] (no subject)

2019-07-21 Thread Cor Nouws

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-ux-advise] [Bug 126325] Exhibition of Headings sub levels are allowed

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126325

hpsetup07  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from hpsetup07  ---
This really helps in dealing with the problem of heading as it is quite
annoying and the description which is been shared is fantastic.
Do you know? If you have an HP printer or HP Scanner then always use the latest
HP Printer Software for smoothness in work. Explore: https://w-123hp.org/

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

Re: [Libreoffice-ux-advise] Looking for a tab bar option

2019-07-21 Thread Heiko Tietze
Hi Owen,

you are writing to a mailing list that solely forwards requests from our 
Bugzilla (our official MLs are listed here 
https://www.libreoffice.org/get-help/mailing-lists/). So better file a new 
ticket or just follow bug 37134 that requests this MDI style.

Cheers,
Heiko

On 21.02.19 16:24, Owen-Kaelan wrote:
> So, the previous version of LibreOffice had tabs, at least on Mac. I've been
> told that this was only an import from Mac OS's globalization of its tabs.
> Well, in the new version, the tabs are gone. I'd like to see them again! It
> was very useful to be able to switch from document to document by clicking
> on a tab, rather than having all of the documents in separate windows.
> 
> Thanks.
> 
>Owen Kaelan.
> 
> 
> 
> 
> --
> Sent from: 
> http://document-foundation-mail-archive.969070.n3.nabble.com/UX-Advise-f3619688.html
> ___
> Libreoffice-ux-advise mailing list
> Libreoffice-ux-advise@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise
> 

-- 
Dr. Heiko Tietze
UX designer
Tel. +49 (0)179/1268509



signature.asc
Description: OpenPGP digital signature
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-ux-advise] Ctrl+Enter to trigger the default button in dialogs

2019-07-21 Thread Cor Nouws
Hi friends,

From dialogs in the past I know that Ctrl+Enter triggers the default
button, often OK.
This is of course extremely convenient, especially in situations where
the 'o' is accelerator for one or more widgets beside the OK button.

I'm absolutely willing to file one or more bugs on this subject. But
before doing so: has there been some design decision, or is there
something else that I should know in this area?

greetings,
Cor


-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger https://nl.libreoffice.org
- volunteer https://www.libreoffice.org
- Member Board The Document Foundation
- http://www.nouenoff.nl / https://www.mijncloudoffice.nl
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

[Libreoffice-bugs] [Bug 126492] Crash report service is not documented

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126492

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
+1

https://github.com/mmohrhard/crash
https://mmohrhard.wordpress.com/2017/05/02/libreoffice-crash-reporting-an-update/

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

[Libreoffice-bugs] [Bug 126489] CRASH: Using MRI extension

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126489

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #2 from Oliver Brinzing  ---
i can not reproduce with debug builds:

Version: 6.4.0.0.alpha0+ (x64)
Build ID: 140b070bb187e3d5e35a588a1d187e3a40e11547
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

Version: 6.3.1.0.0+ (x64)
Build ID: 1b0aa6b85edb621d1ccfaed5e3b256d640b92ce6
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

Linux only ?

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

[Libreoffice-bugs] [Bug 126491] =find() returns #NAME?

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126491

Oliver Brinzing  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||oliver.brinz...@gmx.de
 Resolution|--- |WORKSFORME

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

[Libreoffice-commits] core.git: include/animations include/vcl lingucomponent/source sd/source sot/source UnoControls/source xmlscript/source

2019-07-21 Thread Noel Grandin (via logerrit)
 UnoControls/source/base/basecontrol.cxx |2 +-
 UnoControls/source/controls/OConnectionPointContainerHelper.cxx |3 +--
 include/animations/animationnodehelper.hxx  |3 +--
 include/vcl/vclstatuslistener.hxx   |2 +-
 lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx   |2 +-
 lingucomponent/source/spellcheck/spell/sspellimp.cxx|2 +-
 lingucomponent/source/thesaurus/libnth/nthesimp.cxx |2 +-
 sd/source/ui/framework/tools/FrameworkHelper.cxx|2 +-
 sot/source/unoolestorage/xolesimplestorage.cxx  |3 +--
 xmlscript/source/xmldlg_imexp/xmldlg_import.cxx |2 +-
 10 files changed, 10 insertions(+), 13 deletions(-)

New commits:
commit 01782ecd9fb1e712925cdeb29694faad3c6beed7
Author: Noel Grandin 
AuthorDate: Sun Jul 21 14:46:06 2019 +0200
Commit: Noel Grandin 
CommitDate: Sun Jul 21 16:04:20 2019 +0200

loplugin:referencecasting in various

Change-Id: Id4e3d9d1bbfd47181299568afec45e996eb1eed5
Reviewed-on: https://gerrit.libreoffice.org/76071
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/UnoControls/source/base/basecontrol.cxx 
b/UnoControls/source/base/basecontrol.cxx
index 6294376f487f..fc9d0b890d0b 100644
--- a/UnoControls/source/base/basecontrol.cxx
+++ b/UnoControls/source/base/basecontrol.cxx
@@ -353,7 +353,7 @@ Reference< XView > SAL_CALL BaseControl::getView()
 {
 // Ready for multithreading
 MutexGuard aGuard( m_aMutex );
-return Reference< XView >( static_cast(this), UNO_QUERY );
+return this;
 }
 
 //  XControl
diff --git a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx 
b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx
index 9146d66e87d4..6d24cbb1ff87 100644
--- a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx
+++ b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx
@@ -111,8 +111,7 @@ Reference< XConnectionPoint > SAL_CALL 
OConnectionPointContainerHelper::queryCon
 // Ready for multithreading
 MutexGuard aGuard( m_aSharedMutex );
 // If this container contains elements, build a 
connectionpoint-instance.
-OConnectionPointHelper* pNewConnectionPoint = new 
OConnectionPointHelper( m_aSharedMutex, this, aType );
-xConnectionPoint.set( static_cast(pNewConnectionPoint), 
UNO_QUERY );
+xConnectionPoint = new OConnectionPointHelper( m_aSharedMutex, this, 
aType );
 }
 
 return xConnectionPoint;
diff --git a/include/animations/animationnodehelper.hxx 
b/include/animations/animationnodehelper.hxx
index a72233a9d3ba..eee41cd282be 100644
--- a/include/animations/animationnodehelper.hxx
+++ b/include/animations/animationnodehelper.hxx
@@ -52,8 +52,7 @@ namespace anim
 if( xEnumerationAccess.is() )
 {
 css::uno::Reference< css::container::XEnumeration >
-  xEnumeration( xEnumerationAccess->createEnumeration(),
-css::uno::UNO_QUERY );
+  xEnumeration = xEnumerationAccess->createEnumeration();
 
 if( xEnumeration.is() )
 {
diff --git a/include/vcl/vclstatuslistener.hxx 
b/include/vcl/vclstatuslistener.hxx
index f733eaad5067..78fc6e353ce5 100644
--- a/include/vcl/vclstatuslistener.hxx
+++ b/include/vcl/vclstatuslistener.hxx
@@ -55,7 +55,7 @@ VclStatusListener::VclStatusListener(T* widget, const 
OUString& aCommand) {
 
 css::uno::Reference xFrame(xDesktop->getActiveFrame());
 if (!xFrame.is())
-xFrame = css::uno::Reference(xDesktop, 
css::uno::UNO_QUERY);
+xFrame = xDesktop;
 
 mxFrame = xFrame;
 
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx 
b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index 87cb8583f8e6..bd38e3d470d4 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -88,7 +88,7 @@ PropertyHelper_Hyphenation& Hyphenator::GetPropHelper_Impl()
 {
 if (!pPropHelper)
 {
-Reference< XLinguProperties >   xPropSet( GetLinguProperties(), 
UNO_QUERY );
+Reference< XLinguProperties >   xPropSet = GetLinguProperties();
 
 pPropHelper.reset( new PropertyHelper_Hyphenation 
(static_cast(this), xPropSet ) );
 pPropHelper->AddAsPropListener();   //! after a reference is 
established
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx 
b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index 64032ad14b2d..43f6bef717a0 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -99,7 +99,7 @@ PropertyHelper_Spelling & SpellChecker::GetPropHelper_Impl()
 {
 if (!m_pPropHelper)
 {
-Reference< XLinguProperties >   xPropSet( GetLinguProperties(), 

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - e5/b45ca01299769ffa8378835e54012c57ce82b1 ff/df9369a76c0519cecd715f47d64425b206328d

2019-07-21 Thread Caolán McNamara (via logerrit)
 e5/b45ca01299769ffa8378835e54012c57ce82b1 |1 +
 ff/df9369a76c0519cecd715f47d64425b206328d |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 4d238a8ac3a0b4ca423e2d66d304f66024db76dc
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:45:30 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:45:30 2019 +0100

Notes added by 'git notes add'

diff --git a/ff/df9369a76c0519cecd715f47d64425b206328d 
b/ff/df9369a76c0519cecd715f47d64425b206328d
new file mode 100644
index ..8ebbe55237b1
--- /dev/null
+++ b/ff/df9369a76c0519cecd715f47d64425b206328d
@@ -0,0 +1 @@
+ignore: obsolete
commit cf5d94e56c588110b0d41f231d6750d3f7f6b47c
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:45:13 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:45:13 2019 +0100

Notes added by 'git notes add'

diff --git a/e5/b45ca01299769ffa8378835e54012c57ce82b1 
b/e5/b45ca01299769ffa8378835e54012c57ce82b1
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/e5/b45ca01299769ffa8378835e54012c57ce82b1
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fb/b5d37183ff0d0fb63bce50d0a2fb06b24b733d

2019-07-21 Thread Caolán McNamara (via logerrit)
 fb/b5d37183ff0d0fb63bce50d0a2fb06b24b733d |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6ed4829e0e74ce716df760e811acb6a5d31ea042
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:44:52 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:44:52 2019 +0100

Notes added by 'git notes add'

diff --git a/fb/b5d37183ff0d0fb63bce50d0a2fb06b24b733d 
b/fb/b5d37183ff0d0fb63bce50d0a2fb06b24b733d
new file mode 100644
index ..8ebbe55237b1
--- /dev/null
+++ b/fb/b5d37183ff0d0fb63bce50d0a2fb06b24b733d
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - b4/e7c21d9ec67358ed0c57996b2691e5eeea1641 e3/336e2088ba1dd1d07be81188ad5696fbaad193

2019-07-21 Thread Caolán McNamara (via logerrit)
 b4/e7c21d9ec67358ed0c57996b2691e5eeea1641 |1 +
 e3/336e2088ba1dd1d07be81188ad5696fbaad193 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit b70f4830fc3fc1253bb651b52abd9610c34721fe
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:44:24 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:44:24 2019 +0100

Notes added by 'git notes add'

diff --git a/b4/e7c21d9ec67358ed0c57996b2691e5eeea1641 
b/b4/e7c21d9ec67358ed0c57996b2691e5eeea1641
new file mode 100644
index ..8ebbe55237b1
--- /dev/null
+++ b/b4/e7c21d9ec67358ed0c57996b2691e5eeea1641
@@ -0,0 +1 @@
+ignore: obsolete
commit 0cd6dcce7a38960f4594362ea2e77ec34ba2e787
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:44:07 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:44:07 2019 +0100

Notes added by 'git notes add'

diff --git a/e3/336e2088ba1dd1d07be81188ad5696fbaad193 
b/e3/336e2088ba1dd1d07be81188ad5696fbaad193
new file mode 100644
index ..8ebbe55237b1
--- /dev/null
+++ b/e3/336e2088ba1dd1d07be81188ad5696fbaad193
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 126494] New: conditional formatting icon color

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126494

Bug ID: 126494
   Summary: conditional formatting icon color
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: erben...@comcast.net

Created attachment 152890
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152890=edit
icons as shown in conditional formatting dialog

Version: 6.2.5.2
Build ID: 20(Build:2)
CPU threads: 12; OS: Linux 5.1; UI render: default; VCL: kde5; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

In the 3 icon set, the up-arrow and down-arrow are both green
They should be different colors. 
I suggest the down-arrow icon should be red

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

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 53/6f6a7666895cc8e3ba375651cd2a8f3f1969cd

2019-07-21 Thread Caolán McNamara (via logerrit)
 53/6f6a7666895cc8e3ba375651cd2a8f3f1969cd |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 984cd8781ec1508789678e54d92fbb47ff625b13
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:43:45 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:43:45 2019 +0100

Notes added by 'git notes add'

diff --git a/53/6f6a7666895cc8e3ba375651cd2a8f3f1969cd 
b/53/6f6a7666895cc8e3ba375651cd2a8f3f1969cd
new file mode 100644
index ..8ebbe55237b1
--- /dev/null
+++ b/53/6f6a7666895cc8e3ba375651cd2a8f3f1969cd
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 4f/e42dd3d3fa3d27a5f1d8dd1db61f6f2ab3f9fb 61/b272ae0a34d9ca1e6cef78ee5c5250ec4049ff

2019-07-21 Thread Caolán McNamara (via logerrit)
 4f/e42dd3d3fa3d27a5f1d8dd1db61f6f2ab3f9fb |1 +
 61/b272ae0a34d9ca1e6cef78ee5c5250ec4049ff |1 +
 2 files changed, 2 insertions(+)

New commits:
commit f32a28535c65250b78de6d1e6c0803b72b71b3af
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:43:17 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:43:17 2019 +0100

Notes added by 'git notes add'

diff --git a/61/b272ae0a34d9ca1e6cef78ee5c5250ec4049ff 
b/61/b272ae0a34d9ca1e6cef78ee5c5250ec4049ff
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/61/b272ae0a34d9ca1e6cef78ee5c5250ec4049ff
@@ -0,0 +1 @@
+ignore: aoo
commit 9f2acbd1fd11a4f42dfcf685d98993a8f410e895
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:43:03 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:43:03 2019 +0100

Notes added by 'git notes add'

diff --git a/4f/e42dd3d3fa3d27a5f1d8dd1db61f6f2ab3f9fb 
b/4f/e42dd3d3fa3d27a5f1d8dd1db61f6f2ab3f9fb
new file mode 100644
index ..8ebbe55237b1
--- /dev/null
+++ b/4f/e42dd3d3fa3d27a5f1d8dd1db61f6f2ab3f9fb
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a3/447da684555d06a0731deabf72da7e371d5727

2019-07-21 Thread Caolán McNamara (via logerrit)
 a3/447da684555d06a0731deabf72da7e371d5727 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7f597cbac555ce57a64054d13c97c02e5a7a4de3
Author: Caolán McNamara 
AuthorDate: Sun Jul 21 14:42:39 2019 +0100
Commit: Caolán McNamara 
CommitDate: Sun Jul 21 14:42:39 2019 +0100

Notes added by 'git notes add'

diff --git a/a3/447da684555d06a0731deabf72da7e371d5727 
b/a3/447da684555d06a0731deabf72da7e371d5727
new file mode 100644
index ..8ebbe55237b1
--- /dev/null
+++ b/a3/447da684555d06a0731deabf72da7e371d5727
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125767] Unable to drag and drop fields when creating a pivot table

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125767

--- Comment #15 from Caolán McNamara  ---
Installed Debian 9.7 (which has gtk3 3.22.11-1) under VirtualBox and used the
LibreOffice-6.3.0.1 AppImage and drag and drop in the pivot table dialog worked
fine

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

[Libreoffice-bugs] [Bug 126493] New: EDITING: Objects don't snap to grid properly

2019-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126493

Bug ID: 126493
   Summary: EDITING: Objects don't snap to grid properly
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gbtr...@live.com

Objects (such as a rectangle) do not snap exactly to gridlines in LO Writer.
If I try to move the object horizontally, its left edge always seem to snap to
about 0.18cm to the right of the nearest vertical gridline. However, if I move
it vertically, then it snaps exactly to the nearest horizontal gridline. I've
tried this with a rectangle exactly a whole number of grid points wide and
high. In all other LO apps that I've tried (Calc, Impress, Draw), objects
appear to snap exactly to the nearest horizontal and vertical gridlines (as
they should).

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