[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla2.py

2019-03-07 Thread Libreoffice Gerrit user
 ciabot/libreoffice-bugzilla2.py |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit d979d3d34f5b3007f34f3fc664377af4921a1bb2
Author: Shubham Goyal <22shub...@gmail.com>
AuthorDate: Fri Mar 8 13:19:51 2019 +0530
Commit: Samuel Mehrbrodt 
CommitDate: Fri Mar 8 08:57:11 2019 +0100

Code optimization in dev-tools/ciabot

Previously the get_commit() func was called twice, now with one call,
the program works as it is.

Change-Id: I3f4ec4d2d94d9c86b1dc8879539a7dbfb3895327
Reviewed-on: https://gerrit.libreoffice.org/67897
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Samuel Mehrbrodt 

diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index f08e42b..626a7d6 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -167,15 +167,14 @@ def get_commit(repo, commit_id):
 commit = repo.commit(commit_id)
 return commit
 
-def find_bugid(repo, commit_id):
-commit = get_commit(repo, commit_id)
+def find_bugid(commit):
 summary_line = commit.summary
 regex = re.compile(bug_regex)
 m = regex.findall(summary_line)
 if m is None or len(m) == 0:
 print("no bugid found")
 sys.exit()
-
+
 return m
 
 def read_repo(repo_name):
@@ -220,10 +219,10 @@ def main(argv):
 
 target_version = find_target_version(repo, branch)
 
-bug_ids = find_bugid(repo, commit_id)
-
 commit = get_commit(repo, commit_id)
 
+bug_ids = find_bugid(commit)
+
 if target_version is None:
 print("missing target version")
 print(opts)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 121439] PRINTING Crash when calling a print configuration dialog if selected cell range while several print areas are defined across multiple sheets

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

Julien Nabet  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #27 from Julien Nabet  ---
then Verified since you confirmed it's ok.

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

[Libreoffice-bugs] [Bug 123935] error when saving a file, macro basic: 'storetourl' or 'storeAsurl'

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

emilio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from emilio  ---

The error was caused by a blockage of the "HP Client Security Manager"
installed on my pc

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

[Libreoffice-bugs] [Bug 108800] [META] Print related issues

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

Bug 121439 Summary: PRINTING Crash when calling a print configuration dialog if 
selected cell range while several print areas are defined across multiple sheets
https://bugs.documentfoundation.org/show_bug.cgi?id=121439

   What|Removed |Added

 Status|NEEDINFO|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 121439] PRINTING Crash when calling a print configuration dialog if selected cell range while several print areas are defined across multiple sheets

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

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #26 from Julien Nabet  ---
Thank you Julian for your feedback.

Let's put this one to FIXED then.

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

[Libreoffice-bugs] [Bug 123887] Feature request: global option for pasting location in Draw (UI)

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

Alex Thurgood  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 OS|Mac OS X (All)  |All
 Status|UNCONFIRMED |NEW

--- Comment #1 from Alex Thurgood  ---
Confirming.

I have always been annoyed that this feature doesn't exist, it would save me a
lot of time.

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

[Libreoffice-bugs] [Bug 123937] XML Filter settings dialog: Move buttons to the bottom

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

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Keywords||difficultyBeginner,
   ||easyHack, skillUI, topicUI
 CC||s.mehrbr...@gmail.com

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

[Libreoffice-bugs] [Bug 123937] New: XML Filter settings dialog: Move buttons to the bottom

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

Bug ID: 123937
   Summary: XML Filter settings dialog: Move buttons to the bottom
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s.mehrbr...@gmail.com

The XML filter settings dialog (filter/uiconfig/ui/xmlfiltersettings.ui) has
lots of buttons on the right.

The "Close" and "Help" button should be moved to the bottom. Close should be on
the right and Help on the left.

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - configure.ac

2019-03-07 Thread Libreoffice Gerrit user
 configure.ac |   37 ++---
 1 file changed, 22 insertions(+), 15 deletions(-)

New commits:
commit 172f58ca7cdf323971a9e450620c669fe159c327
Author: Ashod Nakashian 
AuthorDate: Thu Mar 7 08:24:25 2019 -0500
Commit: Andras Timar 
CommitDate: Fri Mar 8 08:49:46 2019 +0100

build: sanity check PDF import configuration

Also remove a minor mis-merge with PRODUCTNAME.

Change-Id: I26c54ad52ab53802dc368b0bfcbde84affa46fdd
Reviewed-on: https://gerrit.libreoffice.org/68861
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/configure.ac b/configure.ac
index 9c8f50d5b5e7..9d5b914bfb0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,6 @@ if test -n "$with_product_name" -a "$with_product_name" != 
no; then
 fi
 if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
 PRODUCTNAME="${PRODUCTNAME}Dev"
-PRODUCTNAME=AC_PACKAGE_NAME
 fi
 AC_MSG_RESULT([$PRODUCTNAME])
 AC_SUBST(PRODUCTNAME)
@@ -10044,10 +10043,21 @@ AC_SUBST([DCONF_CFLAGS])
 AC_SUBST([DCONF_LIBS])
 AC_SUBST([ENABLE_DCONF])
 
+# pdf import?
+AC_MSG_CHECKING([whether to build the PDF import feature])
+ENABLE_PDFIMPORT=
+if test $_os != Android -a $_os != iOS -a \( -z "$enable_pdfimport" -o 
"$enable_pdfimport" = yes \); then
+AC_MSG_RESULT([yes])
+ENABLE_PDFIMPORT=TRUE
+AC_DEFINE(HAVE_FEATURE_PDFIMPORT)
+else
+AC_MSG_RESULT([no])
+fi
+
 # Pdfium?
 AC_MSG_CHECKING([whether to build PDFium])
 ENABLE_PDFIUM=
-if test -z "$enable_pdfium" -o "$enable_pdfium" = yes; then
+if test \( -z "$enable_pdfium" -a "ENABLE_PDFIMPORT" == "TRUE" \) -o 
"$enable_pdfium" = yes; then
 AC_MSG_RESULT([yes])
 ENABLE_PDFIUM=TRUE
 AC_DEFINE(HAVE_FEATURE_PDFIUM)
@@ -10061,8 +10071,8 @@ dnl 
===
 dnl Check for poppler
 dnl ===
 ENABLE_POPPLER=
-AC_MSG_CHECKING([enable poppler])
-if test -z "$enable_poppler" -o "$enable_poppler" = yes; then
+AC_MSG_CHECKING([whether to build Poppler])
+if test \( -z "$enable_poppler" -a "ENABLE_PDFIMPORT" == "TRUE" \) -o 
"$enable_poppler" = yes; then
 AC_MSG_RESULT([yes])
 ENABLE_POPPLER=TRUE
 AC_DEFINE(HAVE_FEATURE_POPPLER)
@@ -10071,22 +10081,19 @@ else
 fi
 AC_SUBST(ENABLE_POPPLER)
 
-# pdf import?
-AC_MSG_CHECKING([whether to build the PDF import feature])
-ENABLE_PDFIMPORT=
-if test $_os != Android -a $_os != iOS -a \( -z "$enable_pdfimport" -o 
"$enable_pdfimport" = yes \); then
-AC_MSG_RESULT([yes])
-ENABLE_PDFIMPORT=TRUE
-AC_DEFINE(HAVE_FEATURE_PDFIMPORT)
-else
-AC_MSG_RESULT([no])
+if test "$ENABLE_PDFIMPORT" == "TRUE" -a "$ENABLE_POPPLER" != "TRUE" -a 
"$ENABLE_PDFIUM" != "TRUE"; then
+AC_MSG_ERROR([Cannot import PDF without either Pdfium or Poppler; please 
enable either of them.])
+fi
+
+if test "$ENABLE_PDFIMPORT" != "TRUE" -a \( "$ENABLE_POPPLER" == "TRUE" -o 
"$ENABLE_PDFIUM" == "TRUE" \); then
+AC_MSG_ERROR([Cannot enable Pdfium or Poppler when PDF importing is 
disabled; please enable PDF import first.])
 fi
 
-if test $ENABLE_PDFIMPORT == TRUE -a $ENABLE_POPPLER == TRUE; then
+if test "$ENABLE_PDFIMPORT" == "TRUE" -a "$ENABLE_POPPLER" == "TRUE"; then
 dnl ===
 dnl Check for system poppler
 dnl ===
-AC_MSG_CHECKING([which PDF import backend to use])
+AC_MSG_CHECKING([which PDF import poppler to use])
 if test "$with_system_poppler" = "yes"; then
 AC_MSG_RESULT([external])
 SYSTEM_POPPLER=TRUE
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 121439] PRINTING Crash when calling a print configuration dialog if selected cell range while several print areas are defined across multiple sheets

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

--- Comment #25 from Julian Ragan  ---
With Version: 

6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 8; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: pl-PL (pl_PL); UI-Language: en-US
Calc: CL

I was not able to reproduce the error.

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

[Libreoffice-bugs] [Bug 112411] Merge toolbar "More Forms" with "Form Controls"

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

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp,
   ||skillUI, topicCleanup,
   ||topicUI

--- Comment #4 from Samuel Mehrbrodt (CIB)  ---
The "Form Controls" toolbar is defined in
sw/uiconfig/swform/toolbar/formcontrols.xml and the "More controls" toolbar is
defined in sw/uiconfig/swform/toolbar/moreformcontrols.xml.

The items from moreformcontrols should be placed in formcontrols and the code
to show the "More controls" toolbar should be removed.

The suggestion from Jay in comment 3 can be handled in a different ticket.

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

[Libreoffice-bugs] [Bug 112381] Macro Organizer: Move Run, Close, Help buttons to the bottom

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

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillUI, topicUI

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

[Libreoffice-bugs] [Bug 108523] Remove @author annotations from source code

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

--- Comment #5 from Samuel Mehrbrodt (CIB)  ---
Task is still valid, although the link in comment 0 doesn't work anymore.

Here's a new link with the search query:
https://opengrok.libreoffice.org/search?project=core=%22%40author%22

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

[Libreoffice-commits] online.git: wsd/TileCache.cpp

2019-03-07 Thread Libreoffice Gerrit user
 wsd/TileCache.cpp |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 0d5ee512b34e822a539882cd8ffe37ee83632c0d
Author: Miklos Vajna 
AuthorDate: Fri Mar 8 08:37:14 2019 +0100
Commit: Miklos Vajna 
CommitDate: Fri Mar 8 08:37:14 2019 +0100

wsd, tile cache: avoid copy in loop when result is only used as const ref

Change-Id: I7f5d3b0a52c5257b8e8d23fb2eafb5919aaae5f6

diff --git a/wsd/TileCache.cpp b/wsd/TileCache.cpp
index 26789a4c9..287e0ba77 100644
--- a/wsd/TileCache.cpp
+++ b/wsd/TileCache.cpp
@@ -559,7 +559,7 @@ void TileCache::saveDataToStreamCache(StreamType type, 
const std::string 
 void TileCache::TileBeingRendered::dumpState(std::ostream& os)
 {
 os << "" << _tile.serialize() << " " << std::setw(4) << 
getElapsedTimeMs() << "ms " << _subscribers.size() << " subscribers\n";
-for (auto it : _subscribers)
+for (const auto& it : _subscribers)
 {
 std::shared_ptr session = it.lock();
 os << "  " << session->getId() << " " << session->getUserId() << " 
" << session->getName() << "\n";
@@ -570,12 +570,12 @@ void TileCache::dumpState(std::ostream& os)
 {
 {
 size_t num = 0, size = 0;
-for (auto it : _cache)
+for (const auto& it : _cache)
 {
 num++; size += it.second->size();
 }
 os << "  tile cache: num: " << num << " size: " << size << " bytes\n";
-for (auto it : _cache)
+for (const auto& it : _cache)
 {
 os << "" << std::setw(4) << it.first.getWireId()
<< "\t" << std::setw(6) << it.second->size() << " bytes"
@@ -584,15 +584,15 @@ void TileCache::dumpState(std::ostream& os)
 }
 
 int type = 0;
-for (auto i : _streamCache)
+for (const auto& i : _streamCache)
 {
 size_t num = 0, size = 0;
-for (auto it : i)
+for (const auto& it : i)
 {
 num++; size += it.second->size();
 }
 os << "  stream cache: " << type++ << " num: " << num << " size: " << 
size << " bytes\n";
-for (auto it : i)
+for (const auto& it : i)
 {
 os << "" << it.first
<< "\t" << std::setw(6) << it.second->size() << " bytes\n";
@@ -600,7 +600,7 @@ void TileCache::dumpState(std::ostream& os)
 }
 
 os << "  tiles being rendered " << _tilesBeingRendered.size() << "\n";
-for (auto it : _tilesBeingRendered)
+for (const auto& it : _tilesBeingRendered)
 it.second->dumpState(os);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-07 Thread Libreoffice Gerrit user
 desktop/source/app/app.cxx   |1 -
 svgio/qa/cppunit/SvgRead.cxx |1 -
 2 files changed, 2 deletions(-)

New commits:
commit 97e6d4aaef3411599d97df863c5f4707761dcb4a
Author: Andrea Gelmini 
AuthorDate: Thu Mar 7 15:47:19 2019 +
Commit: Julien Nabet 
CommitDate: Fri Mar 8 08:37:04 2019 +0100

Removed duplicated includes

Change-Id: I4b701814e40f1ca3ced81c619696d7c3e18dc765
Reviewed-on: https://gerrit.libreoffice.org/68894
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index be3f3c0f48c3..4f6dbca894ae 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -124,7 +124,6 @@
 #include 
 #include 
 #include 
-#include 
 #include "langselect.hxx"
 
 #if HAVE_FEATURE_BREAKPAD
diff --git a/svgio/qa/cppunit/SvgRead.cxx b/svgio/qa/cppunit/SvgRead.cxx
index 996be9d21f08..cd81bfbddc39 100644
--- a/svgio/qa/cppunit/SvgRead.cxx
+++ b/svgio/qa/cppunit/SvgRead.cxx
@@ -32,7 +32,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-07 Thread Libreoffice Gerrit user
 sw/qa/extras/layout/layout.cxx |   34 ++
 sw/source/core/text/txtfrm.cxx |   15 ++-
 2 files changed, 48 insertions(+), 1 deletion(-)

New commits:
commit 404bfc6f78549d16de193794960a9c9ab7604511
Author: Miklos Vajna 
AuthorDate: Thu Mar 7 21:39:14 2019 +0100
Commit: Miklos Vajna 
CommitDate: Fri Mar 8 08:33:47 2019 +0100

sw btlr writing mode shell: left/right cursor travelling, fix vert pos

By implementing BTLR support in
SwTextFrame::SwitchVerticalToHorizontal() (Point version).

Cursor traveling now looks good: all of up/down/left/right direction
have the correct paragraph and character position for all the lrtb, tbrl
and btlr cases.

As a side effect this also fixes mouse click, where clicking above the
paragraph positioned the cursor at the bottom of the paragraph.

Explicitly add a test for the mouse case as well, given that I initially
planned to fix the keyboard part directly in SwCursor::UpDown(), where
the keyboard test would pass, but not the mouse one.

Change-Id: Iabeded3f03a64416cfcaf58e0438c4a1a793e662
Reviewed-on: https://gerrit.libreoffice.org/68886
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 6b54065d9e88..a0cc3dea15a5 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2840,6 +2840,9 @@ void SwLayoutWriter::testBtlrCell()
 CPPUNIT_ASSERT_GREATER(nFirstParaMiddle, rCharRect.Top());
 CPPUNIT_ASSERT_LESS(nFirstParaBottom, rCharRect.Top());
 
+// Save initial cursor position.
+SwPosition aCellStart = *pWrtShell->GetCursor()->Start();
+
 // Test that pressing "up" at the start of the cell goes to the next 
character position.
 sal_uLong nNodeIndex = pWrtShell->GetCursor()->Start()->nNode.GetIndex();
 sal_Int32 nIndex = pWrtShell->GetCursor()->Start()->nContent.GetIndex();
@@ -2852,12 +2855,43 @@ void SwLayoutWriter::testBtlrCell()
 CPPUNIT_ASSERT_EQUAL(nIndex + 1, 
pWrtShell->GetCursor()->Start()->nContent.GetIndex());
 
 // Test that pressing "right" goes to the next paragraph (logical "down").
+sal_Int32 nContentIndex = 
pWrtShell->GetCursor()->Start()->nContent.GetIndex();
 aKeyEvent = KeyEvent(0, KEY_RIGHT);
 rEditWin.KeyInput(aKeyEvent);
 Scheduler::ProcessEventsToIdle();
 // Without the accompanying fix in place, this test would have failed: the 
cursor went to the
 // paragraph after the table.
 CPPUNIT_ASSERT_EQUAL(nNodeIndex + 1, 
pWrtShell->GetCursor()->Start()->nNode.GetIndex());
+
+// Test that we have the correct character index after traveling to the 
next paragraph.
+// Without the accompanying fix in place, this test would have failed: 
char position was 5, i.e.
+// the cursor jumped to the end of the paragraph for no reason.
+CPPUNIT_ASSERT_EQUAL(nContentIndex, 
pWrtShell->GetCursor()->Start()->nContent.GetIndex());
+
+// Test that clicking "below" the second paragraph positions the cursor at 
the start of the
+// second paragraph.
+SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout();
+SwPosition aPosition(aCellStart);
+SwTwips nSecondParaLeft
+= getXPath(pXmlDoc, 
"/root/page/body/tab/row/cell[1]/txt[2]/infos/bounds", "left")
+  .toInt32();
+SwTwips nSecondParaWidth
+= getXPath(pXmlDoc, 
"/root/page/body/tab/row/cell[1]/txt[2]/infos/bounds", "width")
+  .toInt32();
+SwTwips nSecondParaTop
+= getXPath(pXmlDoc, 
"/root/page/body/tab/row/cell[1]/txt[2]/infos/bounds", "top").toInt32();
+SwTwips nSecondParaHeight
+= getXPath(pXmlDoc, 
"/root/page/body/tab/row/cell[1]/txt[2]/infos/bounds", "height")
+  .toInt32();
+Point aPoint;
+aPoint.setX(nSecondParaLeft + nSecondParaWidth / 2);
+aPoint.setY(nSecondParaTop + nSecondParaHeight - 100);
+SwCursorMoveState aState(MV_NONE);
+pLayout->GetCursorOfst(, aPoint, );
+CPPUNIT_ASSERT_EQUAL(aCellStart.nNode.GetIndex() + 1, 
aPosition.nNode.GetIndex());
+// Without the accompanying fix in place, this test would have failed: 
character position was 5,
+// i.e. cursor was at the end of the paragraph.
+CPPUNIT_ASSERT_EQUAL(static_cast(0), 
aPosition.nContent.GetIndex());
 #endif
 }
 
diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 85a179880780..81e71b8176f9 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -614,16 +614,29 @@ void SwTextFrame::SwitchVerticalToHorizontal( Point& 
rPoint ) const
 
 // calc offset inside frame
 if ( IsVertLR() )
+// X offset is Y - left.
 nOfstX = rPoint.X() - getFrameArea().Left();
 else
 {
+// X offset is right - X.
 if ( mbIsSwapped )
 nOfstX = getFrameArea().Left() + getFrameArea().Height() - 

[Libreoffice-bugs] [Bug 123936] Find files to be formatted with clang-format

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

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillPython,
   ||skillScript, topicCleanup
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||s.mehrbr...@gmail.com

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

[Libreoffice-bugs] [Bug 123936] New: Find files to be formatted with clang-format

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

Bug ID: 123936
   Summary: Find files to be formatted with clang-format
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s.mehrbr...@gmail.com

We use clang-format to have consistent formatting on a number of files already.
Although most files are currently blacklisted for formatting by
'solenv/clang-format/blacklist'.

The task is to find files where enabling clang-format would only cause minor
reformatting (maybe less than 5% of the lines on a file).

Then this file should be removed from 'solenv/clang-format/blacklist' and be
formatted with clang-format.

Ideally a (Python/Shell/...) script will be written which does this check for
all files. But manually checking is also ok.

Please submit suitable files one by one to Gerrit to allow individual review.

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

[Libreoffice-commits] core.git: icon-themes/sifr icon-themes/sifr_dark icon-themes/sifr_svg

2019-03-07 Thread Libreoffice Gerrit user
 icon-themes/sifr/cmd/sc_autocontrolfocus.png |binary
 icon-themes/sifr/cmd/sc_break.png|binary
 icon-themes/sifr/cmd/sc_changepolygon.png|binary
 icon-themes/sifr/cmd/sc_combine.png  |binary
 icon-themes/sifr/cmd/sc_connect.png  |binary
 icon-themes/sifr/cmd/sc_copyobjects.png  |binary
 icon-themes/sifr/cmd/sc_deleteallbreaks.png  |binary
 icon-themes/sifr/cmd/sc_distributecolumns.png|binary
 icon-themes/sifr/cmd/sc_distributerows.png   |binary
 icon-themes/sifr/cmd/sc_distributeselection.png  |binary
 icon-themes/sifr/cmd/sc_equalizeheight.png   |binary
 icon-themes/sifr/cmd/sc_equalizewidth.png|binary
 icon-themes/sifr/cmd/sc_euroconverter.png|binary
 icon-themes/sifr/cmd/sc_expandpage.png   |binary
 icon-themes/sifr/cmd/sc_grid.png |binary
 icon-themes/sifr/cmd/sc_hide.png |binary
 icon-themes/sifr/cmd/sc_hidecolumn.png   |binary
 icon-themes/sifr/cmd/sc_hiderow.png  |binary
 icon-themes/sifr/cmd/sc_hidewhitespace.png   |binary
 icon-themes/sifr/cmd/sc_insertcellsdown.png  |binary
 icon-themes/sifr/cmd/sc_insertcellsright.png |binary
 icon-themes/sifr/cmd/sc_insertframe.png  |binary
 icon-themes/sifr/cmd/sc_insertneutralparagraph.png   |binary
 icon-themes/sifr/cmd/sc_insertplugin.png |binary
 icon-themes/sifr/cmd/sc_interactivegradient.png  |binary
 icon-themes/sifr/cmd/sc_interactivetransparence.png  |binary
 icon-themes/sifr/cmd/sc_intersect.png|binary
 icon-themes/sifr/cmd/sc_merge.png|binary
 icon-themes/sifr/cmd/sc_numberingstart.png   |binary
 icon-themes/sifr/cmd/sc_position.png |binary
 icon-themes/sifr/cmd/sc_shadowcursor.png |binary
 icon-themes/sifr/cmd/sc_sharedocument.png|binary
 icon-themes/sifr/cmd/sc_size.png |binary
 icon-themes/sifr/cmd/sc_substract.png|binary
 icon-themes/sifr/cmd/sc_tabdialog.png|binary
 icon-themes/sifr_dark/cmd/sc_autocontrolfocus.png|binary
 icon-themes/sifr_dark/cmd/sc_break.png   |binary
 icon-themes/sifr_dark/cmd/sc_changepolygon.png   |binary
 icon-themes/sifr_dark/cmd/sc_combine.png |binary
 icon-themes/sifr_dark/cmd/sc_connect.png |binary
 icon-themes/sifr_dark/cmd/sc_copyobjects.png |binary
 icon-themes/sifr_dark/cmd/sc_deleteallbreaks.png |binary
 icon-themes/sifr_dark/cmd/sc_distributecolumns.png   |binary
 icon-themes/sifr_dark/cmd/sc_distributerows.png  |binary
 icon-themes/sifr_dark/cmd/sc_distributeselection.png |binary
 icon-themes/sifr_dark/cmd/sc_equalizeheight.png  |binary
 icon-themes/sifr_dark/cmd/sc_equalizewidth.png   |binary
 icon-themes/sifr_dark/cmd/sc_euroconverter.png   |binary
 icon-themes/sifr_dark/cmd/sc_expandpage.png  |binary
 icon-themes/sifr_dark/cmd/sc_grid.png|binary
 icon-themes/sifr_dark/cmd/sc_hide.png|binary
 icon-themes/sifr_dark/cmd/sc_hidecolumn.png  |binary
 icon-themes/sifr_dark/cmd/sc_hiderow.png |binary
 icon-themes/sifr_dark/cmd/sc_hidewhitespace.png  |binary
 icon-themes/sifr_dark/cmd/sc_insertcellsdown.png |binary
 icon-themes/sifr_dark/cmd/sc_insertcellsright.png|binary
 icon-themes/sifr_dark/cmd/sc_insertframe.png |binary
 icon-themes/sifr_dark/cmd/sc_insertneutralparagraph.png  |binary
 icon-themes/sifr_dark/cmd/sc_insertplugin.png|binary
 icon-themes/sifr_dark/cmd/sc_interactivegradient.png |binary
 icon-themes/sifr_dark/cmd/sc_interactivetransparence.png |binary
 icon-themes/sifr_dark/cmd/sc_intersect.png   |binary
 icon-themes/sifr_dark/cmd/sc_merge.png   |binary
 icon-themes/sifr_dark/cmd/sc_numberingstart.png  |binary
 icon-themes/sifr_dark/cmd/sc_position.png|binary
 icon-themes/sifr_dark/cmd/sc_shadowcursor.png|binary
 icon-themes/sifr_dark/cmd/sc_sharedocument.png   |binary
 icon-themes/sifr_dark/cmd/sc_size.png|binary
 icon-themes/sifr_dark/cmd/sc_substract.png   |binary
 icon-themes/sifr_dark/cmd/sc_tabdialog.png   |binary
 icon-themes/sifr_svg/cmd/sc_autocontrolfocus.svg |2 -
 icon-themes/sifr_svg/cmd/sc_break.svg|6 +
 icon-themes/sifr_svg/cmd/sc_changepolygon.svg|6 +
 icon-themes/sifr_svg/cmd/sc_combine.svg  |   10 
 icon-themes/sifr_svg/cmd/sc_connect.svg  |   10 
 

[Libreoffice-bugs] [Bug 123935] New: error when saving a file, macro basic: 'storetourl' or 'storeAsurl'

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

Bug ID: 123935
   Summary: error when saving a file, macro basic: 'storetourl' or
'storeAsurl'
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: emiliovillardav...@gmail.com

Description:
the following command line, basic, no longer works, in the current LibreOffice
versions v6.1.5 or v6.2.1:

sub prueba
Dim args(0) As New com.sun.star.beans.PropertyValue 
   thisComponent.storeAsurl("C:\FicherosCecop\prueba.odt", args())  
   'thisComponent.storetourl("C:\FicherosCecop\prueba.odt", args()) 
end sub

Steps to Reproduce:
1. execute this command: thisComponent.storeAsurl(...) or 
thisComponent.storetourl

2.
sub prueba
Dim args(0) As New com.sun.star.beans.PropertyValue 
   thisComponent.storeAsurl("C:\FicherosCecop\prueba.odt", args())  
   'thisComponent.storetourl("C:\FicherosCecop\prueba.odt", args()) 
end sub

3.an exception occurs

Actual Results:
Error de ejecución de BASIC.
Se ha producido una excepción 
Type: com.sun.star.io.IOException
Message: SfxBaseModel::impl_store  failed:
0x81a(Error Area:Io Class:Parameter Code:26).

Expected Results:
this works well with all previous versions, in the latest versions it no longer
works


Reproducible: Always


User Profile Reset: No



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

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

[Libreoffice-bugs] [Bug 123934] New: Feature request: move connector labels freely in Draw (UI)

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

Bug ID: 123934
   Summary: Feature request: move connector labels freely in Draw
(UI)
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: laurent.terr...@gmail.com

Description:
Suggestion: it would be great to be able to move the connector labels freely.
I mean user could select each connector label independently and position it
very precisely with the mouse or the arrow keys.

Steps to Reproduce:
1. Create a connector between 2 shapes
2. Edit a label to the connector
3. Try to move the label

Actual Results:
User can only move the connector labels according to mathematical formula
(spacing to borders...).
Otherwise, user should create an independent text area.

Expected Results:
User should be able to select the connector label with his mouse and move it
anywhere he wants (with the mouse or arrow keys).


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.1.5.2
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 8; OS: Mac OS X 10.14.3; UI render: default; 
Locale: fr-FR (fr_FR.UTF-8); Calc: group 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 113088] [META] Writer table properties dialog bugs and enhancements

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

Bug 122790 Summary: Table background color isn't shown when opening table 
background tab
https://bugs.documentfoundation.org/show_bug.cgi?id=122790

   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 115188] FILEOPEN DOCX: Overlapping tables

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

--- Comment #7 from Dieter Praas  ---
In master I can't(In reply to Dieter Praas from comment #6)

> => I assume, it is not a duplicate of 114962

I can't reproduce bug 114962 in master => not a duplicate

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

[Libreoffice-bugs] [Bug 116270] FILEOPEN: Tables in Word document overlapped (follow-up of bug 94598)

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

--- Comment #5 from Dieter Praas  ---
Still repro in

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 114962] FILEOPEN DOCX: First table is covered by second table

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

Dieter Praas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #9 from Dieter Praas  ---
Overlapping in 

Version: 6.1.5.2 (x64)
Build-ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group threaded

But not in

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

=> RESOLVED WORKSFORME

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

[Libreoffice-bugs] [Bug 104444] [META] DOCX (OOXML) table-related issues

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

Bug 114962 Summary: FILEOPEN DOCX: First table is covered by second table
https://bugs.documentfoundation.org/show_bug.cgi?id=114962

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

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

[Libreoffice-bugs] [Bug 123933] non-responsive program upon opening from file or new project

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter Praas  ---
Tirzah, what version of Windows is installed on your PC? Was there an update to
windows before the problem happened?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' after answering the questions

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

[Libreoffice-bugs] [Bug 123882] Appearance of blue and red line

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

Dieter Praas  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 123932] Issue on LibreOffice writer Toolbar

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #3 from Dieter Praas  ---
Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile (https://wiki.documentfoundation.org/UserProfile) and
re-test?

What icon style do you use? (Tools => Opions => LibreOffice => View) Do you
have problems with every icon style?

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

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

2019-03-07 Thread Libreoffice Gerrit user
 sw/source/core/text/itrpaint.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9031da9a86500c1bc8a5b5b1a4b46ad4778fc777
Author: Samuel Mehrbrodt 
AuthorDate: Thu Mar 7 14:51:42 2019 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Fri Mar 8 07:24:10 2019 +0100

Make variable name more descriptive

Change-Id: I8791d0f2cc33813c6034b771fa1f699143c3cfac
Reviewed-on: https://gerrit.libreoffice.org/68877
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/sw/source/core/text/itrpaint.cxx b/sw/source/core/text/itrpaint.cxx
index 6bcf2a4378ad..e9e6961e38e7 100644
--- a/sw/source/core/text/itrpaint.cxx
+++ b/sw/source/core/text/itrpaint.cxx
@@ -134,7 +134,7 @@ SwLinePortion *SwTextPainter::CalcPaintOfst( const SwRect 
 )
 //(objectively slow, subjectively fast)
 // Since the user usually judges subjectively the second method is set as 
default.
 void SwTextPainter::DrawTextLine( const SwRect , SwSaveClip ,
- const bool bUnderSz )
+ const bool bUnderSized )
 {
 #if OSL_DEBUG_LEVEL > 1
 //sal_uInt16 nFntHeight = GetInfo().GetFont()->GetHeight( 
GetInfo().GetVsh(), GetInfo().GetOut() );
@@ -200,7 +200,7 @@ void SwTextPainter::DrawTextLine( const SwRect , 
SwSaveClip ,
 // bClip decides if there's a need to clip
 // The whole thing must be done before retouching
 
-bool bClip = ( bDrawInWindow || bUnderSz ) && !rClip.IsChg();
+bool bClip = ( bDrawInWindow || bUnderSized ) && !rClip.IsChg();
 if( bClip && pPor )
 {
 // If TopLeft or BottomLeft of the line are outside, the we must clip.
@@ -456,7 +456,7 @@ void SwTextPainter::DrawTextLine( const SwRect , 
SwSaveClip ,
   GetTextFrame()->GetNext()->IsTextFrame() &&
   
static_cast(GetTextFrame()->GetNext())->IsUndersized() ) ;
 
-if( bUnderSz || bNextUndersized )
+if( bUnderSized || bNextUndersized )
 {
 if ( bAdjustBaseLine )
 GetInfo().Y( GetInfo().GetPos().Y() + m_pCurr->GetAscent() 
);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-03-07 Thread Libreoffice Gerrit user
 sw/source/core/text/itrpaint.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 10b1a453dcea579c04691333ed77198072e712b7
Author: Samuel Mehrbrodt 
AuthorDate: Thu Mar 7 14:51:05 2019 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Fri Mar 8 07:23:22 2019 +0100

Add some comments

Change-Id: Ic6d8082251246f3ca8c00b090679a0e590b0a8d0
Reviewed-on: https://gerrit.libreoffice.org/68876
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/sw/source/core/text/itrpaint.cxx b/sw/source/core/text/itrpaint.cxx
index 7f863a0bbfb0..6bcf2a4378ad 100644
--- a/sw/source/core/text/itrpaint.cxx
+++ b/sw/source/core/text/itrpaint.cxx
@@ -461,6 +461,7 @@ void SwTextPainter::DrawTextLine( const SwRect , 
SwSaveClip ,
 if ( bAdjustBaseLine )
 GetInfo().Y( GetInfo().GetPos().Y() + m_pCurr->GetAscent() 
);
 
+// Left arrow (text overflowing)
 if( pArrow )
 GetInfo().DrawRedArrow( *pArrow );
 
@@ -472,6 +473,7 @@ void SwTextPainter::DrawTextLine( const SwRect , 
SwSaveClip ,
 (nDiff >= 0 && bNextUndersized) )
 
 {
+// Right arrow (text overflowing)
 SwArrowPortion aArrow( GetInfo() );
 GetInfo().DrawRedArrow( aArrow );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: basegfx/source basegfx/test chart2/source compilerplugins/clang desktop/source drawinglayer/source emfio/source filter/source i18nlangtag/source i18npool/source registr

2019-03-07 Thread Libreoffice Gerrit user
 basegfx/source/curve/b2dcubicbezier.cxx |2 
 basegfx/source/raster/rasterconvert3d.cxx   |3 
 basegfx/test/B2DHomMatrixTest.cxx   |8 
 chart2/source/view/axes/VCartesianAxis.cxx  |2 
 compilerplugins/clang/constvars.cxx |  509 
 compilerplugins/clang/test/constvars.cxx|   49 +
 desktop/source/app/app.cxx  |2 
 drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx |4 
 drawinglayer/source/primitive2d/polygonprimitive2d.cxx  |5 
 drawinglayer/source/primitive2d/sceneprimitive2d.cxx|4 
 drawinglayer/source/processor2d/vclhelperbufferdevice.cxx   |2 
 drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx  |8 
 drawinglayer/source/processor2d/vclpixelprocessor2d.cxx |  199 +---
 drawinglayer/source/processor3d/defaultprocessor3d.cxx  |   17 
 drawinglayer/source/tools/converters.cxx|2 
 emfio/source/reader/emfreader.cxx   |2 
 filter/source/config/cache/typedetection.cxx|   15 
 filter/source/msfilter/msdffimp.cxx |2 
 i18nlangtag/source/isolang/isolang.cxx  |2 
 i18npool/source/nativenumber/nativenumbersupplier.cxx   |2 
 registry/source/reflwrit.cxx|2 
 sal/osl/unx/thread.cxx  |2 
 sc/source/core/tool/interpr5.cxx|2 
 sc/source/core/tool/scmatrix.cxx|2 
 sc/source/core/tool/token.cxx   |2 
 sd/source/ui/func/futext.cxx|5 
 sfx2/source/appl/newhelp.cxx|2 
 sfx2/source/appl/shutdownicon.cxx   |2 
 sfx2/source/sidebar/Paint.cxx   |2 
 solenv/CompilerTest_compilerplugins_clang.mk|1 
 sot/source/sdstor/stg.cxx   |2 
 svgio/source/svgreader/svgdocumenthandler.cxx   |2 
 svtools/source/contnr/imivctl1.cxx  |4 
 svx/source/sdr/contact/objectcontactofpageview.cxx  |   11 
 svx/source/sdr/contact/viewcontactofsdrpage.cxx |2 
 svx/source/sdr/overlay/overlaymanager.cxx   |   13 
 svx/source/sdr/overlay/overlaymanagerbuffered.cxx   |   12 
 svx/source/sdr/primitive2d/sdrole2primitive2d.cxx   |   13 
 svx/source/svdraw/sdrpaintwindow.cxx|   17 
 svx/source/svdraw/svdedtv2.cxx  |   10 
 svx/source/svdraw/svdotextdecomposition.cxx |3 
 svx/source/svdraw/svdpntv.cxx   |   31 
 sw/source/core/crsr/paminit.cxx |4 
 sw/source/core/doc/docredln.cxx |2 
 sw/source/core/layout/flylay.cxx|2 
 sw/source/core/ole/ndole.cxx|2 
 sw/source/core/text/txtpaint.cxx|8 
 sw/source/ui/dbui/dbinsdlg.cxx  |   30 
 vcl/qa/cppunit/svm/svmtest.cxx  |2 
 vcl/source/filter/png/pngread.cxx   |7 
 vcl/source/outdev/bitmap.cxx|   10 
 vcl/source/window/layout.cxx|4 
 vcl/unx/generic/app/wmadaptor.cxx   |   15 
 53 files changed, 703 insertions(+), 364 deletions(-)

New commits:
commit 5c23459245f566831383934dd64d19e002bfcfcb
Author: Noel Grandin 
AuthorDate: Wed Mar 6 11:05:49 2019 +0200
Commit: Noel Grandin 
CommitDate: Fri Mar 8 07:20:29 2019 +0100

new loplugin constvars

detect static variables that can be made const.

Thanks to mike kaganski for suggesting this.

Here I introduce a new plugin feature - using markers
in nearby comments to disable the plugin for specific
vars.

Some of this stuff was old debugging code. I removed the stuff
that was older than 5 years.

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

diff --git a/basegfx/source/curve/b2dcubicbezier.cxx 
b/basegfx/source/curve/b2dcubicbezier.cxx
index 9584eeded3c0..e1fad1e8a552 100644
--- a/basegfx/source/curve/b2dcubicbezier.cxx
+++ b/basegfx/source/curve/b2dcubicbezier.cxx
@@ -30,7 +30,7 @@
 // #i37443#
 #define FACTOR_FOR_UNSHARPEN(1.6)
 #ifdef DBG_UTIL
-static double fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN;
+static const double fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN;
 #endif
 
 namespace basegfx
diff --git a/basegfx/source/raster/rasterconvert3d.cxx 

[Libreoffice-bugs] [Bug 122917] FILEOPEN/FILESAVE XLSX Excel table is incorrectly imported/exported

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #6 from Aron Budea  ---


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

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

[Libreoffice-bugs] [Bug 122109] FILEOPEN XLSX, Table loses its style when opened in LO.

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

--- Comment #7 from Aron Budea  ---


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

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

[Libreoffice-bugs] [Bug 66377] Feature request: Format As Table

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

--- Comment #18 from Aron Budea  ---
*** Bug 122109 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 66377] Feature request: Format As Table

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

Aron Budea  changed:

   What|Removed |Added

 CC||libreoff...@nisz.hu

--- Comment #17 from Aron Budea  ---
*** Bug 122917 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 66377] Feature request: Format As Table

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

Aron Budea  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com

--- Comment #16 from Aron Budea  ---
*** Bug 112371 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 101756] [META] Table styles bugs and enhancements

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

Bug 112371 Summary: FILEOPEN XLSX LibreOffice Calc doesn't support Excel Table 
Styles
https://bugs.documentfoundation.org/show_bug.cgi?id=112371

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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

[Libreoffice-bugs] [Bug 112371] FILEOPEN XLSX LibreOffice Calc doesn't support Excel Table Styles

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

Aron Budea  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||ba...@caesar.elte.hu
 Status|NEW |RESOLVED

--- Comment #6 from Aron Budea  ---


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

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

[Libreoffice-bugs] [Bug 123921] Fields (variables) auto update doesn't work at document opening (in some oldest documents)

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

--- Comment #6 from Giovanni  ---
Sorry: Before version 6.2, when I opened the document, I saw all the fields
filled in without having to press F9

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

[Libreoffice-bugs] [Bug 123692] Incorrect refresh of the preview area in the "Print" window when resizing the window.

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

Daniel Silva  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #5 from Daniel Silva  ---


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

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

[Libreoffice-bugs] [Bug 62093] VIEWING of preview in Print Dialog destroyed after horizontal or vertical resize

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

Daniel Silva  changed:

   What|Removed |Added

 CC||andrei.dragomirescu@gmail.c
   ||om

--- Comment #17 from Daniel Silva  ---
*** Bug 123692 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 103309] [META] Print dialog bugs and enhancements

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

Bug 123692 Summary: Incorrect refresh of the preview area in the "Print" window 
when resizing the window.
https://bugs.documentfoundation.org/show_bug.cgi?id=123692

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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

[Libreoffice-bugs] [Bug 96615] Repainting issues when the focus is in the footer

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

--- Comment #7 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

Irving Xiao license statement

2019-03-07 Thread irvingxiao
All of my past & future contributions to LibreOffice may be licensed under the 
MPLv2/LGPLv3+ dual license.


发送自 Windows 10 版邮件应用

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

[Libreoffice-bugs] [Bug 97007] ODF does not allow presentation:master-element as attribute of anim:set

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

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 115705] When presentations are opened, LibreOffice does not respect the "Move focus to next window" in System Preferences

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

--- Comment #14 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 95949] Changing Display Mode using View menu does not update Display Mode

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

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 100951] [EDITING] Font colour picker doesn't show current colour

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

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 100565] Graphic redraw problems with multiple windows

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

--- Comment #12 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 115738] Odd size calculation for watermark

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

--- Comment #2 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 87737] EDITING: Date-parameter in queries don't work in UI-language, if parameter is only in subquery

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

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 97143] Only current frame showing which selecting multiple columns/rows

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

--- Comment #12 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 100945] Changing font causes disappearing preview text

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

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 95919] LibreOffice File open dialog does not save column settings

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

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 77236] FILESAVE: DOCX: Shape color changed to white after roundtrip

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

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 116270] FILEOPEN: Tables in Word document overlapped (follow-up of bug 94598)

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

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 97367] Editing white text has a white background fill (unseen in PDF and in slideshow)

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

--- Comment #7 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 70339] Word boundary definition problem

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

--- Comment #13 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 97482] Presentation-mode: Pen - drawing in presenter's view

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

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 82411] Numeric fields are limited to Integer-Values in Tablecontrols and Databrowser of a Form

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

--- Comment #15 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 101044] FILEOPEN DOC Frames and tables positioned incorrectly

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

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 97983] cInt function treats , as decimal

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

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 115813] Position shifted while moving the handle of OOXML Callout shape

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

--- Comment #2 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 96620] Chart is lost as soon as custom formatting is involved

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

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 87778] Locale not respected in Online Update Options dialog

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

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 75853] EDITING: Wrong timestamp in a table with date and time (except 00:00:00) before 1899-12-30

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

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 96614] Not possible to re-anchor the picture with footer involved

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

--- Comment #10 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 100958] [EDITING] Cannot demote list item

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

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 100947] [EDITING] Text box has no boundary drawn

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

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 114962] FILEOPEN DOCX: First table is covered by second table

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

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 115833] Specific autocorrection performed only if certain text exists in the document.

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

--- Comment #3 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 96609] FORMATTING: Picture disappears between page breaks

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

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

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 123922] a cell with function is not evaluate properly

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
What values should be D13 and E15

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

[Libreoffice-bugs] [Bug 123927] EDITING Calc doesn’t show conditional formatting on subset of range

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
No issue for me with:
Version: 6.3.0.0.alpha0+ (x64)
Build ID: 9c5dbbe4b0a62ff1af009beb00f1fc45318dad79
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-02-27_20:03:12
Locale: es-ES (es_ES); 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 103309] [META] Print dialog bugs and enhancements

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

Bug 122079 Summary: New printer dialog in 6.3+ doesn't detect Automatic 
Orientation well so page orientation can be changed
https://bugs.documentfoundation.org/show_bug.cgi?id=122079

   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 123703] FILEOPEN RTF Size of spaces is different in Word and Writer

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

Aron Budea  changed:

   What|Removed |Added

 Blocks||81234


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||123703


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123703
[Bug 123703] FILEOPEN RTF Size of spaces is different in Word and Writer
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

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

--- Comment #255 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/4a7771ffa8d98d08dffbba90fd42d1ab75e056fe%5E%21

tdf#45904 Move XNamed Java tests to C++

It will be available in 6.3.0.

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

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

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

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

2019-03-07 Thread Libreoffice Gerrit user
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotItemObj.csv |2 --
 sc/qa/extras/scdatapilotitemobj.cxx|9 
-
 2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 4a7771ffa8d98d08dffbba90fd42d1ab75e056fe
Author: Jens Carl 
AuthorDate: Thu Mar 7 22:28:10 2019 +
Commit: Jens Carl 
CommitDate: Fri Mar 8 01:57:07 2019 +0100

tdf#45904 Move XNamed Java tests to C++

Move XNamed Java tests to C++ for ScDataPilotItemObj.

Change-Id: I2fcffbd7e7329357ac30fa14716bf2bcf49c5666
Reviewed-on: https://gerrit.libreoffice.org/68891
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotItemObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotItemObj.csv
index 5723342b487d..ca518a782d29 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotItemObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotItemObj.csv
@@ -1,5 +1,3 @@
-"ScDataPilotItemObj";"com::sun::star::container::XNamed";"getName()"
-"ScDataPilotItemObj";"com::sun::star::container::XNamed";"setName()"
 
"ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
diff --git a/sc/qa/extras/scdatapilotitemobj.cxx 
b/sc/qa/extras/scdatapilotitemobj.cxx
index b13c3b8b9dae..da2ccb9d0e51 100644
--- a/sc/qa/extras/scdatapilotitemobj.cxx
+++ b/sc/qa/extras/scdatapilotitemobj.cxx
@@ -8,6 +8,7 @@
  */
 
 #include 
+#include 
 #include 
 #include 
 
@@ -31,7 +32,9 @@ using namespace css;
 
 namespace sc_apitest
 {
-class ScDataPilotItemObj : public CalcUnoApiTest, public apitest::DataPilotItem
+class ScDataPilotItemObj : public CalcUnoApiTest,
+   public apitest::DataPilotItem,
+   public apitest::XNamed
 {
 public:
 virtual void setUp() override;
@@ -45,6 +48,9 @@ public:
 // DataPilotItem
 CPPUNIT_TEST(testProperties);
 
+// XNamed
+CPPUNIT_TEST(testGetName);
+
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -54,6 +60,7 @@ private:
 
 ScDataPilotItemObj::ScDataPilotItemObj()
 : CalcUnoApiTest("/sc/qa/extras/testdocuments")
+, XNamed("2")
 {
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123933] New: non-responsive program upon opening from file or new project

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

Bug ID: 123933
   Summary: non-responsive program upon opening from file or new
project
   Product: LibreOffice
   Version: 6.0.6.1 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tirzocapip...@gmail.com

Description:
I've been trying to open Writer on my PC (windows) for days without success.
whether I try opening a pre-existing file or a blank document the program
becomes non-responsive, sometimes without even making it past the title window.
Today, I downloaded the new version (6.1.5), uninstalled the previous one and
installed the new. Still not working. I don't know if the problem is the PC (it
wouldn't surprise me) or libreoffice (say it ain't so!).

Actual Results:


Expected Results:



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 122471] FILEOPEN XLSX, Pivot missing columns and rows in LO

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

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||2893
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #7 from Aron Budea  ---
Bibisected to the following commit using repo bibisect-win32-6.3.
https://cgit.freedesktop.org/libreoffice/core/commit/?id=9fa34e9f2cebe2cfc551668f2a67ddcb799d3fb8
author  Tamás Zolnai2017-10-05
15:13:46 +0200
committer   Tamás Zolnai2017-10-05
17:55:18 +0200

tdf#112893: Pivot table: filtering of error item is not imported

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

[Libreoffice-bugs] [Bug 122471] FILEOPEN XLSX, Pivot missing columns and rows in LO

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

Aron Budea  changed:

   What|Removed |Added

 Attachment #148012|0   |1
is obsolete||

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

[Libreoffice-bugs] [Bug 122471] FILEOPEN XLSX, Pivot missing columns and rows in LO

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

Aron Budea  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
Summary|FILEOPEN XLSX, Pivot|FILEOPEN XLSX, Pivot
   |missing columns and lines   |missing columns and rows in
   |in LO   |LO
 Ever confirmed|0   |1
Version|6.3.0.0.alpha0+ Master  |6.0.0.3 release

--- Comment #6 from Aron Budea  ---
Confirmed with LO 6.3.0.0.alpha0+ (4f810905fa74128871f2fe924a3d28a79f4e4261),
6.0.0.3 / Windows 7.
However, it looks complete in 5.4.0.3.
=> 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 123225] Loss of functions in XLSX pivot table's context menu until refreshed (see comment 18)

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

Aron Budea  changed:

   What|Removed |Added

 Attachment #149532|atached the ods file|ODS with pivot table
description|created in lunix machine|created in Calc

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

[Libreoffice-bugs] [Bug 123225] Loss of functions in XLSX pivot table's context menu until refreshed (see comment 18)

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

Aron Budea  changed:

   What|Removed |Added

 Attachment #149530|0   |1
is obsolete||

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

[Libreoffice-bugs] [Bug 123225] Loss of functions in XLSX pivot table's context menu until refreshed (see comment 18)

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

--- Comment #19 from Aron Budea  ---
Created attachment 149810
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149810=edit
Screenshot of Excel's context menu

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

[Libreoffice-bugs] [Bug 104746] Enhancement Suggestion - pass selected text to Web browser search

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

--- Comment #3 from Keith Curtis  ---
It would also be nice to send text to Wikipedia instead of a search engine. A
plugin that implemented one could pretty easily implement that also.

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

[Libreoffice-bugs] [Bug 123225] Loss of functions in XLSX pivot table's context menu until refreshed (see comment 18)

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

Aron Budea  changed:

   What|Removed |Added

Summary|Pivot table format lost in  |Loss of functions in XLSX
   |window machine when I save  |pivot table's context menu
   |as ods calc file|until refreshed (see
   |(LibreOffice calc 6.1)  to  |comment 18)
   |'Excel 2007-2019(.xlsx)'|
   |in linux machine|
 Ever confirmed|0   |1
Version|6.1.3.2 release |6.3.0.0.alpha0+ Master
 Status|UNCONFIRMED |NEW

--- Comment #18 from Aron Budea  ---
Thanks for the sample, Pradip! I can confirm the loss of functions in Excel
until the pivot table is refreshed.
Another very simple sample for repro (an XLSX created in Excel): attachment
133861.

- Roundtrip the sample in Calc, and open in Excel.
- Right click on a cell inside the table.

=> The menu has a lot fewer options than the original until the pivot table is
refreshed.

Observed using LO 6.3.0.0.alpha0+ (4f810905fa74128871f2fe924a3d28a79f4e4261) /
Windows 7.

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

[Libreoffice-bugs] [Bug 123932] Issue on LibreOffice writer Toolbar

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

--- Comment #1 from figioteo  ---
Created attachment 149808
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149808=edit
Writer

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

[Libreoffice-bugs] [Bug 123932] Issue on LibreOffice writer Toolbar

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

--- Comment #2 from figioteo  ---
Created attachment 149809
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149809=edit
Calc

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

[Libreoffice-bugs] [Bug 123932] New: Issue on LibreOffice writer Toolbar

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

Bug ID: 123932
   Summary: Issue on LibreOffice writer Toolbar
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: figio@tiscali.it

Description:
Hi everyone.
Today, I decided to download and install the latest version 6.0.2.3.
I noticed that some tool keys are looking bad.
I don't know ho to explain it well, but I can give two screenshot.
I've already tried to reinstall it 3 times, but always the same issue.
Could you help me? Thanks a lot.

Steps to Reproduce:
1.  Install 6.0.2.3 version
2.  Open writer
3.  Look at the toolbar

Actual Results:
Tool keys are looking bad

Expected Results:
It should work fine


Reproducible: Always


User Profile Reset: No



Additional Info:
Thanks a lot

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

[Libreoffice-bugs] [Bug 123931] JPEG export can produce an image higher than 1000 pixel

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

Giovanni  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Giovanni  ---
The version of LibreOffice I use is 6.2.0 on Linux and 6.2.1 on Mac but the
result is the same.
This bug was in some old LibreOffice version but then was fixed. This issue is
not in LibreOffice 6.1.5, for example.

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

[Libreoffice-bugs] [Bug 123931] New: JPEG export can produce an image higher than 1000 pixel

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

Bug ID: 123931
   Summary: JPEG export can produce an image higher than 1000
pixel
   Product: LibreOffice
   Version: 6.2.1.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sla...@cheapnet.it

Description:
Insert an image into Draw, add some text and then try to export to JPEG image
and try to change the proposed resolution. Draw will forbid you to have a high
size greater that 1000 pixels, if you try to write, for example, into the high
image box 2000 pixel than it replace the value with 1000.

Steps to Reproduce:
1. Open Draw.
2. Insert any image, some text.
3. Export to JPEG.
4. Try to change high size image pixel with a value greater than 1000

Actual Results:
The value greater than 1000 will be replaced with 1000.

Expected Results:
I can change the high image pixel value with a value I want.


Reproducible: Always


User Profile Reset: No



Additional Info:
It happens on Linux 64 bit and Mac OS Mojave 10.14.3 and I think on all SO and
architecture (32 and 64 bit).

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

[Libreoffice-bugs] [Bug 123880] Opening xls file in previous versions of libre vs 6.2.0.3

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

Kohei Yoshida  changed:

   What|Removed |Added

 Blocks|109072  |113869


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109072
[Bug 109072] [META] XLS (binary) format bug tracker
https://bugs.documentfoundation.org/show_bug.cgi?id=113869
[Bug 113869] [META] MS Office XML formats (pre-OOXML) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 113869] [META] MS Office XML formats (pre-OOXML) bugs and enhancements

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

Kohei Yoshida  changed:

   What|Removed |Added

 Depends on||123880


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123880
[Bug 123880] Opening xls file in previous versions of libre vs 6.2.0.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 109072] [META] XLS (binary) format bug tracker

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

Kohei Yoshida  changed:

   What|Removed |Added

 Depends on|123880  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123880
[Bug 123880] Opening xls file in previous versions of libre vs 6.2.0.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 123880] Opening xls file in previous versions of libre vs 6.2.0.3

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

Kohei Yoshida  changed:

   What|Removed |Added

   See Also||https://gitlab.com/orcus/or
   ||cus/issues/79

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

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

2019-03-07 Thread Libreoffice Gerrit user
 sc/qa/extras/scdatapilotitemobj.cxx |   83 ++--
 test/source/sheet/datapilotitem.cxx |4 -
 2 files changed, 44 insertions(+), 43 deletions(-)

New commits:
commit 91cdf22b88a4f7bec243c8fb187627e766d3294c
Author: Jens Carl 
AuthorDate: Thu Mar 7 21:31:09 2019 +
Commit: Jens Carl 
CommitDate: Thu Mar 7 23:59:55 2019 +0100

Correct and improve test set up of ScDataPilotItemObj

Change-Id: I65fb4a444e7e072004adcc9f9ad7af77a3f9f919
Reviewed-on: https://gerrit.libreoffice.org/6
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/sc/qa/extras/scdatapilotitemobj.cxx 
b/sc/qa/extras/scdatapilotitemobj.cxx
index f8e15bc8dc0b..b13c3b8b9dae 100644
--- a/sc/qa/extras/scdatapilotitemobj.cxx
+++ b/sc/qa/extras/scdatapilotitemobj.cxx
@@ -1,4 +1,4 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
 /*
  * This file is part of the LibreOffice project.
  *
@@ -9,6 +9,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -22,21 +23,20 @@
 #include 
 #include 
 #include 
-
 #include 
+
 #include 
 
 using namespace css;
-using namespace css::uno;
-
-namespace sc_apitest {
 
+namespace sc_apitest
+{
 class ScDataPilotItemObj : public CalcUnoApiTest, public apitest::DataPilotItem
 {
 public:
 virtual void setUp() override;
 virtual void tearDown() override;
-virtual uno::Reference< uno::XInterface > init() override;
+virtual uno::Reference init() override;
 
 ScDataPilotItemObj();
 
@@ -49,85 +49,86 @@ public:
 
 private:
 static const int m_nMaxFieldIndex = 6;
-uno::Reference< lang::XComponent > mxComponent;
+uno::Reference m_xComponent;
 };
 
 ScDataPilotItemObj::ScDataPilotItemObj()
- : CalcUnoApiTest("/sc/qa/extras/testdocuments")
+: CalcUnoApiTest("/sc/qa/extras/testdocuments")
 {
 }
 
-uno::Reference< uno::XInterface > ScDataPilotItemObj::init()
+uno::Reference ScDataPilotItemObj::init()
 {
-table::CellRangeAddress sCellRangeAddress(0, 1, 0, m_nMaxFieldIndex - 1, 
m_nMaxFieldIndex - 1);
-table::CellAddress sCellAddress(0, 7, 8);
+table::CellRangeAddress aCellRangeAddress(0, 1, 0, m_nMaxFieldIndex - 1, 
m_nMaxFieldIndex - 1);
+table::CellAddress aCellAddress(0, 7, 8);
 
-uno::Reference< sheet::XSpreadsheetDocument > xDoc(mxComponent, 
uno::UNO_QUERY_THROW);
+uno::Reference xDoc(m_xComponent, 
uno::UNO_QUERY_THROW);
+uno::Reference xSheets(xDoc->getSheets(), 
uno::UNO_QUERY_THROW);
 
-// we need to sheets
-uno::Reference< sheet::XSpreadsheets > xSheets(xDoc->getSheets(), 
uno::UNO_QUERY_THROW);
 xSheets->insertNewByName("Some Sheet", 0);
 
-uno::Reference< container::XIndexAccess > xIndex (xDoc->getSheets(), 
uno::UNO_QUERY_THROW);
-uno::Reference< sheet::XSpreadsheet > xSheet1( xIndex->getByIndex(0), 
uno::UNO_QUERY_THROW);
-uno::Reference< sheet::XSpreadsheet > xSheet2( xIndex->getByIndex(1), 
uno::UNO_QUERY_THROW);
+uno::Reference xIA(xSheets, uno::UNO_QUERY_THROW);
+uno::Reference xSheet0(xIA->getByIndex(0), 
uno::UNO_QUERY_THROW);
+uno::Reference xSheet1(xIA->getByIndex(1), 
uno::UNO_QUERY_THROW);
 
 for (auto i = 1; i < m_nMaxFieldIndex; i++)
 {
-xSheet1->getCellByPosition(i, 0)->setFormula(OUString("Col" + 
OUString::number(i)));
-xSheet1->getCellByPosition(0, 1)->setFormula(OUString("Row" + 
OUString::number(i)));
-xSheet2->getCellByPosition(i, 0)->setFormula(OUString("Col" + 
OUString::number(i)));
-xSheet2->getCellByPosition(0, 1)->setFormula(OUString("Row" + 
OUString::number(i)));
+xSheet0->getCellByPosition(i, 0)->setFormula("Col" + 
OUString::number(i));
+xSheet0->getCellByPosition(0, i)->setFormula("Row" + 
OUString::number(i));
+xSheet1->getCellByPosition(i, 0)->setFormula("Col" + 
OUString::number(i));
+xSheet1->getCellByPosition(0, i)->setFormula("Row" + 
OUString::number(i));
 }
 
 for (auto i = 1; i < m_nMaxFieldIndex; i++)
 for (auto j = 1; j < m_nMaxFieldIndex; j++)
 {
+xSheet0->getCellByPosition(i, j)->setValue(i * (j + 1));
 xSheet1->getCellByPosition(i, j)->setValue(i * (j + 2));
-xSheet2->getCellByPosition(i, j)->setValue(i * (j + 2));
 }
 
-xSheet1->getCellByPosition(1,5);
-xSheet1->getCellByPosition(sCellAddress.Column, sCellAddress.Row + 3);
+xSheet0->getCellByPosition(1, 5);
+xSheet0->getCellByPosition(aCellAddress.Column, aCellAddress.Row + 3);
 
-uno::Reference< sheet::XDataPilotTablesSupplier > xDPTS(xSheet1, 
uno::UNO_QUERY_THROW);
-uno::Reference< sheet::XDataPilotTables > xDPT = 
xDPTS->getDataPilotTables();
-uno::Reference< sheet::XDataPilotDescriptor > xDPD = 
xDPT->createDataPilotDescriptor();
-xDPD->setSourceRange(sCellRangeAddress);
+uno::Reference xDPTS(xSheet0, 

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

2019-03-07 Thread Libreoffice Gerrit user
 sc/qa/extras/scdatapilotfieldgroupitemobj.cxx |   10 +-
 sc/qa/extras/scdatapilotfieldgroupsobj.cxx|   10 +-
 sc/qa/extras/scdatapilotitemobj.cxx   |   10 +-
 sc/qa/extras/scdatapilotitemsobj.cxx  |   10 +-
 sc/qa/extras/scindexenumeration_datapilotitemsenumeration.cxx |   10 +-
 5 files changed, 25 insertions(+), 25 deletions(-)

New commits:
commit 22606ba1e239075762f7dd0fd8fb89d17a2570f2
Author: Jens Carl 
AuthorDate: Thu Mar 7 21:11:47 2019 +
Commit: Jens Carl 
CommitDate: Thu Mar 7 23:53:01 2019 +0100

Prefix variable nMaxFieldIndex

Prefix variable nMaxFieldIndex with m_ to show it's a data member of the
class.

Change-Id: I207b3552f460b3433af6892abb6c4693e990d7bb
Reviewed-on: https://gerrit.libreoffice.org/68887
Tested-by: Jenkins
Reviewed-by: Jens Carl 

diff --git a/sc/qa/extras/scdatapilotfieldgroupitemobj.cxx 
b/sc/qa/extras/scdatapilotfieldgroupitemobj.cxx
index a2b43d7ee731..3e397dba5588 100644
--- a/sc/qa/extras/scdatapilotfieldgroupitemobj.cxx
+++ b/sc/qa/extras/scdatapilotfieldgroupitemobj.cxx
@@ -65,7 +65,7 @@ public:
 CPPUNIT_TEST_SUITE_END();
 
 private:
-static const int nMaxFieldIndex = 6;
+static const int m_nMaxFieldIndex = 6;
 uno::Reference m_xComponent;
 };
 
@@ -78,7 +78,7 @@ ScDataPilotFieldGroupItemObj::ScDataPilotFieldGroupItemObj()
 
 uno::Reference ScDataPilotFieldGroupItemObj::init()
 {
-table::CellRangeAddress aCellRangeAddress(0, 1, 0, nMaxFieldIndex - 1, 
nMaxFieldIndex - 1);
+table::CellRangeAddress aCellRangeAddress(0, 1, 0, m_nMaxFieldIndex - 1, 
m_nMaxFieldIndex - 1);
 table::CellAddress aCellAddress(0, 7, 8);
 
 uno::Reference xDoc(m_xComponent, 
uno::UNO_QUERY_THROW);
@@ -89,7 +89,7 @@ uno::Reference 
ScDataPilotFieldGroupItemObj::init()
 uno::Reference xSheet0(xIA->getByIndex(0), 
uno::UNO_QUERY_THROW);
 uno::Reference xSheet1(xIA->getByIndex(1), 
uno::UNO_QUERY_THROW);
 
-for (auto i = 1; i < nMaxFieldIndex; ++i)
+for (auto i = 1; i < m_nMaxFieldIndex; ++i)
 {
 xSheet0->getCellByPosition(i, 0)->setFormula("Col" + 
OUString::number(i));
 xSheet0->getCellByPosition(0, i)->setFormula("Row" + 
OUString::number(i));
@@ -97,9 +97,9 @@ uno::Reference 
ScDataPilotFieldGroupItemObj::init()
 xSheet1->getCellByPosition(0, i)->setFormula("Row" + 
OUString::number(i));
 }
 
-for (auto i = 1; i < nMaxFieldIndex; ++i)
+for (auto i = 1; i < m_nMaxFieldIndex; ++i)
 {
-for (auto j = 1; j < nMaxFieldIndex; ++j)
+for (auto j = 1; j < m_nMaxFieldIndex; ++j)
 {
 xSheet0->getCellByPosition(i, j)->setValue(i * (j + 1));
 xSheet1->getCellByPosition(i, j)->setValue(i * (j + 2));
diff --git a/sc/qa/extras/scdatapilotfieldgroupsobj.cxx 
b/sc/qa/extras/scdatapilotfieldgroupsobj.cxx
index 148c04af4093..d42c096bbca7 100644
--- a/sc/qa/extras/scdatapilotfieldgroupsobj.cxx
+++ b/sc/qa/extras/scdatapilotfieldgroupsobj.cxx
@@ -92,7 +92,7 @@ public:
 CPPUNIT_TEST_SUITE_END();
 
 private:
-static const int nMaxFieldIndex = 6;
+static const int m_nMaxFieldIndex = 6;
 uno::Reference m_xComponent;
 };
 
@@ -108,7 +108,7 @@ ScDataPilotFieldGroupsObj::ScDataPilotFieldGroupsObj()
 
 uno::Reference ScDataPilotFieldGroupsObj::init()
 {
-table::CellRangeAddress aCellRangeAddress(0, 1, 0, nMaxFieldIndex - 1, 
nMaxFieldIndex - 1);
+table::CellRangeAddress aCellRangeAddress(0, 1, 0, m_nMaxFieldIndex - 1, 
m_nMaxFieldIndex - 1);
 table::CellAddress aCellAddress(0, 7, 8);
 
 uno::Reference xDoc(m_xComponent, 
uno::UNO_QUERY_THROW);
@@ -119,7 +119,7 @@ uno::Reference 
ScDataPilotFieldGroupsObj::init()
 uno::Reference xSheet0(xIA->getByIndex(0), 
uno::UNO_QUERY_THROW);
 uno::Reference xSheet1(xIA->getByIndex(1), 
uno::UNO_QUERY_THROW);
 
-for (auto i = 1; i < nMaxFieldIndex; ++i)
+for (auto i = 1; i < m_nMaxFieldIndex; ++i)
 {
 xSheet0->getCellByPosition(i, 0)->setFormula("Col" + 
OUString::number(i));
 xSheet0->getCellByPosition(0, i)->setFormula("Row" + 
OUString::number(i));
@@ -127,9 +127,9 @@ uno::Reference 
ScDataPilotFieldGroupsObj::init()
 xSheet1->getCellByPosition(0, i)->setFormula("Row" + 
OUString::number(i));
 }
 
-for (auto i = 1; i < nMaxFieldIndex; ++i)
+for (auto i = 1; i < m_nMaxFieldIndex; ++i)
 {
-for (auto j = 1; j < nMaxFieldIndex; ++j)
+for (auto j = 1; j < m_nMaxFieldIndex; ++j)
 {
 xSheet0->getCellByPosition(i, j)->setValue(i * (j + 1));
 xSheet1->getCellByPosition(i, j)->setValue(i * (j + 2));
diff --git a/sc/qa/extras/scdatapilotitemobj.cxx 
b/sc/qa/extras/scdatapilotitemobj.cxx
index a11f2e571623..f8e15bc8dc0b 100644
--- a/sc/qa/extras/scdatapilotitemobj.cxx
+++ b/sc/qa/extras/scdatapilotitemobj.cxx
@@ -48,7 +48,7 @@ public:
 

  1   2   3   4   >