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

2018-09-11 Thread Libreoffice Gerrit user
 fpicker/source/win32/VistaFilePickerImpl.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e87143222934ee730806be9f8f7d083133566ad7
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 16:51:57 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Sep 12 07:53:04 2018 +0200

loplugin:nullptr (clang-cl)

Change-Id: Ie9c95a26200223aa392100125690359e72abd1a9
Reviewed-on: https://gerrit.libreoffice.org/60326
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx 
b/fpicker/source/win32/VistaFilePickerImpl.cxx
index 533c8b0242b7..d4a9915a5dd5 100644
--- a/fpicker/source/win32/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/VistaFilePickerImpl.cxx
@@ -125,7 +125,7 @@ OUString lcl_getURLFromShellItem (IShellItem* pItem)
 hr = IIDFromString(aStr.c_str(), _folder_id);
 if (SUCCEEDED(hr))
 {
-hr = SHGetKnownFolderPath(known_folder_id, 0, NULL, );
+hr = SHGetKnownFolderPath(known_folder_id, 0, nullptr, );
 if (SUCCEEDED(hr))
 {
 ::osl::FileBase::getFileURLFromSystemPath(o3tl::toU(pStr), 
sURL);
@@ -135,7 +135,7 @@ OUString lcl_getURLFromShellItem (IShellItem* pItem)
 }
 
 // Default fallback
-hr = SHGetKnownFolderPath(FOLDERID_Documents, 0, NULL, );
+hr = SHGetKnownFolderPath(FOLDERID_Documents, 0, nullptr, );
 if (SUCCEEDED(hr))
 ::osl::FileBase::getFileURLFromSystemPath(o3tl::toU(pStr), sURL);
 else // shouldn't happen...
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-09-11 Thread Libreoffice Gerrit user
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c6880bb0771fe2cd6523a4d2488c403e5480163
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 17:45:15 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Sep 12 07:53:19 2018 +0200

Make sure MSVC actually warns/errors on unknown attribute

...as "warning C5030: attriubte '...' is not recognized" is not inclued in 
the
default /W1.

Change-Id: I89acfa34df3c361e572c59d197d0c26b68abbeee
Reviewed-on: https://gerrit.libreoffice.org/60332
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/configure.ac b/configure.ac
index 87ee1fdbd756..685408e99062 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6443,7 +6443,7 @@ save_CXXFLAGS=$CXXFLAGS
 CXXFLAGS="$CXXFLAGS $CXXFLAGS_CXX11"
 dnl Unknown attributes must be ignored by compilers, but they do emit warnings 
about them:
 if test "$COM" = MSC; then
-CXXFLAGS="$CXXFLAGS /WX"
+CXXFLAGS="$CXXFLAGS /we5030"
 else
 CXXFLAGS="$CXXFLAGS -Werror"
 fi
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119805] Unable to save new document to file using "Save As..."

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119805

l.wawrzonkiew...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from l.wawrzonkiew...@gmail.com ---
This bug seems to be Windows related, as I am able to save documents normally,
after I started a fresh Windows session today. I've also started LO in Safe
Mode without resetting anything and switched back to normal working mode. The
bug no longer appears. 

I'll mark it as UNCONFIRMED as the origin of a bug should be tracked down...

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


[Libreoffice-bugs] [Bug 119804] Permit sorting using column labels even if labels row is protected

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119804

Mike Kaganski  changed:

   What|Removed |Added

Version|6.0.3.2 release |Inherited From OOo
 OS|Linux (All) |All
 Ever confirmed|0   |1
   Keywords||difficultyBeginner,
   ||easyHack, skillCpp
 Status|UNCONFIRMED |NEW
   Hardware|x86-64 (AMD64)  |All

--- Comment #1 from Mike Kaganski  ---
Also reproducible with OOo 3.3.0 OOO330m20 (Build:9567)

A code pointer: ScDBDocFunc::Sort in sc/source/ui/docshell/dbdocfun.cxx tests
whole passed range for editability, not excluding labels.

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


[Libreoffice-bugs] [Bug 115254] [NEWHELP] Some branch bookmarks are not working

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115254

--- Comment #44 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=0cfa25cb0494fee382aaa33f8dd0354f8a35b881

tdf#115254 Some branch bookmarks are'nt working 23

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


[Libreoffice-bugs] [Bug 115254] [NEWHELP] Some branch bookmarks are not working

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115254

--- Comment #42 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=8c40a3958542dca1ded6df309a2ededa31ed9194

tdf#115254 Some branch bookmarks are'nt working 21

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


[Libreoffice-bugs] [Bug 115254] [NEWHELP] Some branch bookmarks are not working

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115254

--- Comment #41 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=11d6a45b5a8d269d451988c40a9a16dd3728f57c

tdf#115254 Some branch bookmarks are'nt working 20

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


[Libreoffice-bugs] [Bug 115254] [NEWHELP] Some branch bookmarks are not working

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115254

--- Comment #43 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=abdb4b9745c43da805b11e19981b1c00c181d82b

tdf#115254 Some branch bookmarks are'nt working 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] help.git: source/text

2018-09-11 Thread Libreoffice Gerrit user
 source/text/scalc/01/0215.xhp |4 +++-
 source/text/scalc/01/0216.xhp |1 +
 source/text/scalc/01/04070100.xhp |1 +
 source/text/scalc/01/04070300.xhp |3 ++-
 source/text/scalc/01/05020600.xhp |1 +
 source/text/scalc/01/0511.xhp |7 ---
 source/text/scalc/01/0512.xhp |2 ++
 source/text/scalc/01/1201.xhp |7 ---
 source/text/scalc/01/12040300.xhp |7 ---
 source/text/scalc/01/1207.xhp |7 ---
 source/text/scalc/01/12090106.xhp |4 +++-
 source/text/scalc/01/data_form.xhp|1 +
 source/text/scalc/01/data_provider.xhp|1 +
 source/text/scalc/01/live_data_stream.xhp |1 +
 source/text/shared/01/0206.xhp|1 +
 source/text/shared/01/05340200.xhp|5 +++--
 source/text/shared/guide/collab.xhp   |1 +
 source/text/shared/optionen/01060401.xhp  |3 ++-
 18 files changed, 39 insertions(+), 18 deletions(-)

New commits:
commit 0cfa25cb0494fee382aaa33f8dd0354f8a35b881
Author: Olivier Hallot 
AuthorDate: Tue Sep 11 23:40:00 2018 -0300
Commit: Olivier Hallot 
CommitDate: Wed Sep 12 04:47:09 2018 +0200

tdf#115254 Some branch bookmarks are'nt working 23

module sc a - e

Change-Id: I179ea686cf83f31ebc645c2310fca52b222eb66f
Reviewed-on: https://gerrit.libreoffice.org/60365
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/0215.xhp 
b/source/text/scalc/01/0215.xhp
index 89786fe5a..4fe6b67ce 100644
--- a/source/text/scalc/01/0215.xhp
+++ b/source/text/scalc/01/0215.xhp
@@ -36,7 +36,9 @@
 cell contents; deleting
 
 
-Deleting Contents
+
+
+Deleting Contents
 Specifies the contents to be 
deleted from the active cell or from a selected cell range.
  If several sheets are selected, all selected sheets will be 
affected.
 
diff --git a/source/text/scalc/01/0216.xhp 
b/source/text/scalc/01/0216.xhp
index 017655fb7..dd185bef7 100644
--- a/source/text/scalc/01/0216.xhp
+++ b/source/text/scalc/01/0216.xhp
@@ -42,6 +42,7 @@
 
 
 
+
   Delete Cells
   Completely deletes 
selected cells, columns or rows. The cells below or to the right of the deleted 
cells will fill the space.
  Note that the selected delete option is stored and reloaded when 
the dialog is next called.
diff --git a/source/text/scalc/01/04070100.xhp 
b/source/text/scalc/01/04070100.xhp
index aafa1d302..f7f0384bd 100644
--- a/source/text/scalc/01/04070100.xhp
+++ b/source/text/scalc/01/04070100.xhp
@@ -29,6 +29,7 @@
 
 
 
+
 
 
 Define 
Names
diff --git a/source/text/scalc/01/04070300.xhp 
b/source/text/scalc/01/04070300.xhp
index 0cf9e2a50..f98549434 100644
--- a/source/text/scalc/01/04070300.xhp
+++ b/source/text/scalc/01/04070300.xhp
@@ -18,7 +18,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-   
+
 
 
 
@@ -35,6 +35,7 @@
 
 
 
+
 Creating Names
 Allows you to 
automatically name multiple cell ranges.
 
diff --git a/source/text/scalc/01/05020600.xhp 
b/source/text/scalc/01/05020600.xhp
index 527fe7eb0..eda20fe3e 100644
--- a/source/text/scalc/01/05020600.xhp
+++ b/source/text/scalc/01/05020600.xhp
@@ -32,6 +32,7 @@
 
 
 
+
 Cell 
Protection
 Defines protection 
options for selected cells.
 
diff --git a/source/text/scalc/01/0511.xhp 
b/source/text/scalc/01/0511.xhp
index d7fb7c128..01e03571d 100644
--- a/source/text/scalc/01/0511.xhp
+++ b/source/text/scalc/01/0511.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
+
+
 
 
 AutoFormat
@@ -29,6 +29,7 @@
 
 
 
+
 AutoFormat
 
 Use this command to apply an AutoFormat to a 
selected sheet area or to define your own AutoFormats.
diff --git a/source/text/scalc/01/0512.xhp 
b/source/text/scalc/01/0512.xhp
index 39b241163..7797cd765 100644
--- a/source/text/scalc/01/0512.xhp
+++ b/source/text/scalc/01/0512.xhp
@@ -30,6 +30,7 @@
 
 
 
+
 Conditional Formatting
   Choose 
Conditional Formatting to define format styles depending on 
certain conditions.
  If a style was already assigned to a cell, it remains unchanged. 
The style entered here is then evaluated. There are several types of 
conditional formatting that can be used.
@@ -138,6 +139,7 @@ Apply a color scale to a range consist of displaying a 
bicolor or tricolor gradi
 
 
 
+
 Manage 
Conditional Formatting
 This dialog allows you to see all the conditional formatting defined in 
the spreadsheet.
 
diff --git a/source/text/scalc/01/1201.xhp 
b/source/text/scalc/01/1201.xhp
index 11f53503f..32e295b4b 100644
--- a/source/text/scalc/01/1201.xhp
+++ b/source/text/scalc/01/1201.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
+
+
 
 
 Define Database Range
@@ -29,6 +29,7 @@
 
 
 
+
 Define 
Database Range
 Defines a database range based 
on the selected cells in your sheet.
 
diff --git 

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

2018-09-11 Thread Libreoffice Gerrit user
 source/text/scalc/01/02120100.xhp   |1 +
 source/text/scalc/01/02140600.xhp   |1 +
 source/text/scalc/01/0402.xhp   |1 +
 source/text/scalc/01/0405.xhp   |1 +
 source/text/scalc/01/04070200.xhp   |3 ++-
 source/text/scalc/01/0408.xhp   |1 +
 source/text/scalc/01/0409.xhp   |1 +
 source/text/scalc/01/05050100.xhp   |7 ---
 source/text/scalc/01/0604.xhp   |7 ---
 source/text/scalc/01/12080300.xhp   |5 +++--
 source/text/scalc/01/12120300.xhp   |1 +
 source/text/scalc/01/solver_options.xhp |2 ++
 source/text/shared/00/0207.xhp  |1 +
 13 files changed, 23 insertions(+), 9 deletions(-)

New commits:
commit abdb4b9745c43da805b11e19981b1c00c181d82b
Author: Olivier Hallot 
AuthorDate: Tue Sep 11 23:06:01 2018 -0300
Commit: Olivier Hallot 
CommitDate: Wed Sep 12 04:46:53 2018 +0200

tdf#115254 Some branch bookmarks are'nt working 22

module sc d-m

Change-Id: I067b880ab4db50704acfd52a6ee6edb4aa277560
Reviewed-on: https://gerrit.libreoffice.org/60364
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/02120100.xhp 
b/source/text/scalc/01/02120100.xhp
index 717112237..e8a59d55b 100644
--- a/source/text/scalc/01/02120100.xhp
+++ b/source/text/scalc/01/02120100.xhp
@@ -38,6 +38,7 @@
  automatic date updates
 
 
+
 Header/Footer
  Defines or 
formats a header or footer for a Page Style.
   
diff --git a/source/text/scalc/01/02140600.xhp 
b/source/text/scalc/01/02140600.xhp
index c93b119b2..628925f13 100644
--- a/source/text/scalc/01/02140600.xhp
+++ b/source/text/scalc/01/02140600.xhp
@@ -29,6 +29,7 @@
 
 
 
+
 
 Fill 
Series
 Automatically generate 
series with the options in this dialog. Determine direction, increment, time 
unit and series type. 
diff --git a/source/text/scalc/01/0402.xhp 
b/source/text/scalc/01/0402.xhp
index 93d88384d..0efb8a1df 100644
--- a/source/text/scalc/01/0402.xhp
+++ b/source/text/scalc/01/0402.xhp
@@ -35,6 +35,7 @@
 
 
 
+
  Insert 
Cells
 Opens the Insert 
Cells dialog, in which you can insert new cells according to the options 
that you specify.
  You can delete cells by choosing Edit - 
Delete Cells.
diff --git a/source/text/scalc/01/0405.xhp 
b/source/text/scalc/01/0405.xhp
index 1a1e68f9f..7f4eab60f 100644
--- a/source/text/scalc/01/0405.xhp
+++ b/source/text/scalc/01/0405.xhp
@@ -30,6 +30,7 @@
 sheets;creating
 
 
+
 
 Insert 
Sheet
 Defines the options to be 
used to insert a new sheet. You can create a new sheet, or insert an 
existing sheet from a file.
diff --git a/source/text/scalc/01/04070200.xhp 
b/source/text/scalc/01/04070200.xhp
index 71fa8061f..24dafe521 100644
--- a/source/text/scalc/01/04070200.xhp
+++ b/source/text/scalc/01/04070200.xhp
@@ -18,7 +18,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-   
+
 
 
 
@@ -35,6 +35,7 @@
 
 
 
+
 Paste 
Names
 Inserts a defined named 
cell range at the current cursor's position.
 
diff --git a/source/text/scalc/01/0408.xhp 
b/source/text/scalc/01/0408.xhp
index 36aa5b7b4..8cef31517 100644
--- a/source/text/scalc/01/0408.xhp
+++ b/source/text/scalc/01/0408.xhp
@@ -34,6 +34,7 @@
 
 
 
+
 
 Function 
List
 Opens the Function 
List deck of the Sidebar, which displays all functions that can be inserted 
into your document. The Function List deck is 
similar to the Functions tab page of the Function 
Wizard. The functions are inserted with placeholders to be replaced with 
your own values.
diff --git a/source/text/scalc/01/0409.xhp 
b/source/text/scalc/01/0409.xhp
index cb91fa03d..ef44299c1 100644
--- a/source/text/scalc/01/0409.xhp
+++ b/source/text/scalc/01/0409.xhp
@@ -33,6 +33,7 @@
 Locate the file 
containing the data you want to insert.
 
 
+
 Link to External 
Data
  Inserts data from an 
HTML, Calc, CSV or Excel file into the current sheet as a link. The data must 
be located within a named range.
   
diff --git a/source/text/scalc/01/05050100.xhp 
b/source/text/scalc/01/05050100.xhp
index c8f81e24d..525d60862 100644
--- a/source/text/scalc/01/05050100.xhp
+++ b/source/text/scalc/01/05050100.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
+
+
 
 
 Rename Sheet
@@ -32,6 +32,7 @@
 sheets; renaming
 
 
+
 
 
 Rename 
Sheet
diff --git a/source/text/scalc/01/0604.xhp 
b/source/text/scalc/01/0604.xhp
index f24ae52e7..cc28690b6 100644
--- a/source/text/scalc/01/0604.xhp
+++ b/source/text/scalc/01/0604.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
+
+
 
 
 Goal Seek
@@ -29,6 +29,7 @@
 
 
 
+
 Goal 
Seek
 Opens a dialog where 
you can solve an equation with a variable.
  After a successful search, a dialog with the results opens, 
allowing you to apply the result and the target value directly to the 
cell.
diff --git 

[Libreoffice-commits] core.git: 2 commits - helpcontent2

2018-09-11 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5a2202f955657e427670a87c2d4e5638884517b
Author: Olivier Hallot 
AuthorDate: Tue Sep 11 23:40:00 2018 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Sep 12 04:47:09 2018 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#115254 Some branch bookmarks are'nt working 23

module sc a - e

Change-Id: I179ea686cf83f31ebc645c2310fca52b222eb66f
Reviewed-on: https://gerrit.libreoffice.org/60365
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index abdb4b9745c4..0cfa25cb0494 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit abdb4b9745c43da805b11e19981b1c00c181d82b
+Subproject commit 0cfa25cb0494fee382aaa33f8dd0354f8a35b881
commit 0f2d3ff6c35022c5033261fdbb4e151bfe916bc3
Author: Olivier Hallot 
AuthorDate: Tue Sep 11 23:06:01 2018 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Sep 12 04:46:53 2018 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#115254 Some branch bookmarks are'nt working 22

module sc d-m

Change-Id: I067b880ab4db50704acfd52a6ee6edb4aa277560
Reviewed-on: https://gerrit.libreoffice.org/60364
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 8c40a3958542..abdb4b9745c4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8c40a3958542dca1ded6df309a2ededa31ed9194
+Subproject commit abdb4b9745c43da805b11e19981b1c00c181d82b
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - helpcontent2

2018-09-11 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8931c7e89e10f35023b3fea426ecb30756bdf0cb
Author: Olivier Hallot 
AuthorDate: Tue Sep 11 21:15:07 2018 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Sep 12 04:46:36 2018 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#115254 Some branch bookmarks are'nt working 21

Module sc m-r

Change-Id: I6619733467aadf2a5bec5ffbfee523f4a55705a0
Reviewed-on: https://gerrit.libreoffice.org/60363
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 11d6a45b5a8d..8c40a3958542 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 11d6a45b5a8d269d451988c40a9a16dd3728f57c
+Subproject commit 8c40a3958542dca1ded6df309a2ededa31ed9194
commit 93cbc5d2807addd3d067e6ae2efbe680b7764e41
Author: Olivier Hallot 
AuthorDate: Tue Sep 11 20:41:11 2018 -0300
Commit: Gerrit Code Review 
CommitDate: Wed Sep 12 04:46:22 2018 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#115254 Some branch bookmarks are'nt working 20

Module sc r-z

Change-Id: Ib8ee034cdbaf2f42280fac787cc31279cab3dc8e
Reviewed-on: https://gerrit.libreoffice.org/60362
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index ca3fd055cb8a..11d6a45b5a8d 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ca3fd055cb8ae1b9293c95dbb8fc1c1ea5f2fb15
+Subproject commit 11d6a45b5a8d269d451988c40a9a16dd3728f57c
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-09-11 Thread Libreoffice Gerrit user
 source/text/scalc/01/0211.xhp  |   10 +-
 source/text/scalc/01/02140700.xhp  |1 +
 source/text/scalc/01/0218.xhp  |1 +
 source/text/scalc/01/04070100.xhp  |1 +
 source/text/scalc/01/04070400.xhp  |7 ---
 source/text/scalc/01/05030200.xhp  |3 ++-
 source/text/scalc/01/05040200.xhp  |3 ++-
 source/text/scalc/01/05050300.xhp  |8 +---
 source/text/scalc/01/0506.xhp  |3 ++-
 source/text/scalc/01/05070500.xhp  |1 +
 source/text/scalc/01/05080300.xhp  |7 ---
 source/text/scalc/01/0605.xhp  |3 ++-
 source/text/scalc/01/06060100.xhp  |1 +
 source/text/scalc/01/1202.xhp  |3 ++-
 source/text/scalc/01/12030100.xhp  |9 +++--
 source/text/scalc/01/12030200.xhp  |3 ++-
 source/text/scalc/01/12050100.xhp  |3 ++-
 source/text/scalc/01/12050200.xhp  |4 +++-
 source/text/scalc/01/1206.xhp  |7 ---
 source/text/scalc/01/12090100.xhp  |1 +
 source/text/scalc/01/12090101.xhp  |1 +
 source/text/scalc/01/12090102.xhp  |3 +++
 source/text/scalc/01/12090103.xhp  |1 +
 source/text/scalc/01/12090105.xhp  |2 ++
 source/text/scalc/01/12120100.xhp  |3 ++-
 source/text/scalc/01/12120200.xhp  |3 ++-
 source/text/scalc/01/solver.xhp|3 ++-
 source/text/scalc/01/solver_options.xhp|3 ++-
 source/text/scalc/01/statistics.xhp|   11 +++
 source/text/scalc/01/statistics_regression.xhp |1 +
 source/text/scalc/01/xml_source.xhp|1 +
 source/text/shared/00/0208.xhp |1 +
 source/text/shared/01/0207.xhp |1 +
 source/text/shared/01/02230200.xhp |1 +
 source/text/shared/01/02230402.xhp |4 +++-
 source/text/shared/01/05340100.xhp |9 +
 source/text/shared/02/12090100.xhp |2 ++
 source/text/shared/guide/collab.xhp|3 ++-
 source/text/shared/optionen/01060100.xhp   |1 +
 source/text/shared/optionen/01060300.xhp   |3 ++-
 source/text/shared/optionen/01060400.xhp   |7 ---
 source/text/shared/optionen/01060500.xhp   |1 +
 source/text/shared/optionen/01060600.xhp   |3 ++-
 source/text/shared/optionen/01060700.xhp   |1 +
 source/text/shared/optionen/01060800.xhp   |1 +
 source/text/shared/optionen/01061000.xhp   |1 +
 46 files changed, 108 insertions(+), 42 deletions(-)

New commits:
commit 8c40a3958542dca1ded6df309a2ededa31ed9194
Author: Olivier Hallot 
AuthorDate: Tue Sep 11 21:15:07 2018 -0300
Commit: Olivier Hallot 
CommitDate: Wed Sep 12 04:46:36 2018 +0200

tdf#115254 Some branch bookmarks are'nt working 21

Module sc m-r

Change-Id: I6619733467aadf2a5bec5ffbfee523f4a55705a0
Reviewed-on: https://gerrit.libreoffice.org/60363
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/0211.xhp 
b/source/text/scalc/01/0211.xhp
index cc90bc05a..8b932fa06 100644
--- a/source/text/scalc/01/0211.xhp
+++ b/source/text/scalc/01/0211.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
 
 
 Navigator
@@ -34,7 +32,9 @@
 scenarios;displaying names
 mw made "navigating..." a two level entry and deleted 
"navigating;data range"
 
-
+
+
+
 Navigator
 Activates and deactivates the Navigator. The 
Navigator is a dockable window.
 
@@ -113,7 +113,7 @@
 
 
 
-
+
 Contents
 Allows you to hide/show the 
contents.
 
diff --git a/source/text/scalc/01/02140700.xhp 
b/source/text/scalc/01/02140700.xhp
index 297267a65..bc5a8f191 100644
--- a/source/text/scalc/01/02140700.xhp
+++ b/source/text/scalc/01/02140700.xhp
@@ -26,6 +26,7 @@
 
 
 
+
 Fill Random Numbers
 Populate a cell range with automatically 
generated pseudo random numbers with the selected distribution function and its 
parameters.
 
diff --git a/source/text/scalc/01/0218.xhp 
b/source/text/scalc/01/0218.xhp
index 79c5dcb40..08cda8784 100644
--- a/source/text/scalc/01/0218.xhp
+++ b/source/text/scalc/01/0218.xhp
@@ -37,6 +37,7 @@
 
 
 
+
 Move or 
Copy a Sheet
 Moves or copies a 
sheet to a new location in the document or to a different document.
 
diff --git a/source/text/scalc/01/04070100.xhp 
b/source/text/scalc/01/04070100.xhp
index 26b798038..aafa1d302 100644
--- a/source/text/scalc/01/04070100.xhp
+++ b/source/text/scalc/01/04070100.xhp
@@ -30,6 +30,7 @@
 
 
 
+
 Define 
Names
 Opens a dialog where you 
can specify a name for a selected area or a name for a formula 
expression.
 
diff --git a/source/text/scalc/01/04070400.xhp 
b/source/text/scalc/01/04070400.xhp
index 3d434abc6..f9df383e2 100644
--- 

[Libreoffice-bugs] [Bug 61950] Change Presentation Minimizer and Report Builder from bundled extensions to plain code

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61950

--- Comment #32 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 67544] FILESAVE: Slide transistion sound(other sound) is not included in presentation file

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67544

--- Comment #21 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 112275] Find & Replace all for cell styles in empty cells shows an empty results window

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112275

--- 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 99097] VBA/Basic formatting datetime with function FORMAT gives wrong result with nn (minutes)

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99097

--- Comment #17 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 91826] android: Even internal links are treated as hyperlinks

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91826

--- 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 84381] SIDEBAR: Properties deck (Area/Line content panels) should respond more accurately to selected objects

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84381

--- 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 56294] EDITING: Comment lost when in right one of 2 merged cells

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56294

--- Comment #11 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 108447] Android: crash when open pptx file

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108447

--- 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 92849] Text background is lost when exporting Impress to PDF, SVG, WMF or EMF

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92849

--- Comment #21 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 103400] EDITING: Find & Replace, using Format, makes F unreliable

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103400

--- 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 95854] Insert comment shortcut doesn't let me edit existing comment

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95854

--- Comment #11 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 112293] Fileopen: 2007 DOCX shows ADDIN ZOTERO_ITEM instead of notes

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112293

--- 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 99499] FILEOPEN: Calc file with linked images take a long time to load

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99499

--- 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 98159] [EDITING] Formulas not evaluated after dragging down

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98159

--- 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 94648] impossible send from any application

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94648

--- 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 47214] LINE INPUT is not recognized after a colon

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47214

--- 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 84177] Context menu: “Paste Special” should be combined with “Paste”

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84177

--- Comment #24 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 112317] Fragmentary/partial display of border rectangle placed on Footnote Characters style in documents added footnotes

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112317

--- 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 112174] Limit the maximum accepted length of input in the font name field

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112174

--- 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 112302] Select All doesn't select All objects

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112302

--- 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 106076] Find and replace formatted text -- intransparencies and inconsistencies?

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106076

--- 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 119413] LibreOffice no longer providing formatting information to Orca when "Orca MOdifier Key + f" is used

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119413

am_dxer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from am_dxer  ---
Setting this to new since another user confirmed it.

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


[Libreoffice-bugs] [Bug 119738] Image caption, inconsistency: caption for images is now "figure" and no longer "illustration"

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119738

--- Comment #9 from Gerhard Weydt  ---
Maybe it is easier to partially revert the changes caused by bug 58407 and
described there, by not introducing a new "style" (it must be something more
than that) and whatever else is comprised, but only renaming the caption text
(old "illustration", new "figure") and hopefully also renaming the style. This
is only a suggestion for a possible way of solving the dilemma, as I am not
able to judge the source code, notwithstanding that I don't know how to find
it.

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


[Libreoffice-ux-advise] [Bug 119738] Image caption, inconsistency: caption for images is now "figure" and no longer "illustration"

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119738

--- Comment #9 from Gerhard Weydt  ---
Maybe it is easier to partially revert the changes caused by bug 58407 and
described there, by not introducing a new "style" (it must be something more
than that) and whatever else is comprised, but only renaming the caption text
(old "illustration", new "figure") and hopefully also renaming the style. This
is only a suggestion for a possible way of solving the dilemma, as I am not
able to judge the source code, notwithstanding that I don't know how to find
it.

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


[Libreoffice-bugs] [Bug 119793] Crash on redo of rectangle movement and text

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace

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


[Libreoffice-bugs] [Bug 119793] Crash on redo of rectangle movement and text

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

--- Comment #7 from Julien Nabet  ---
Created attachment 144807
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144807=edit
Valgrind trace

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


[Libreoffice-bugs] [Bug 119807] Add slicers to Pivot table in Calc

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119807

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Slicers will help you:

1. Filter many parameters in Pivot table or in Pivot chart without manual
changing of Pivot table fields
2. Control several Pivot tables/Pivot charts from one slicer
3. Have opportunity to very fast re-customize view of data in your Pivot
tables/Pivot charts

You have several slicers for one huge Pivot table with many initial datas.

It is really super feature, that can help you increase convenience of using of
Pivot table/Pivot chart

-- 
You are receiving this mail because:
You 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: external/mariadb-connector-c

2018-09-11 Thread Libreoffice Gerrit user
 external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk |1 
 external/mariadb-connector-c/clang-cl.patch.0   |   11 
++
 2 files changed, 12 insertions(+)

New commits:
commit 65ed581fc1cca7052665e53a149f78b06b44970a
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 16:26:52 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 22:59:24 2018 +0200

clang-cl: Don't define "const" away in external/mariadb-connector-c

Mimicing MSCV, clang-cl doesn't predefine __STDC__
(InitializeStandardPredefinedMacros in 
clang/lib/Frontend/InitPreprocessor.cpp)
when LangOpts.MSVCCompat aka -fms-compatibility is set, which it is by 
default
for clang-cl (Clang::ConstructJob in clang/lib/Driver/ToolChains/Clang.cpp).

But clang-cl still needs to be called with /FIIntrin.h to preload 
declarations
of intrinsics from the Clang-provided Intrin.h, some of which like

  unsigned char _bittest(long const *, long);

both make use of "const" (which isn't defined away because the file is 
loaded so
early) and are duplicated in the system-provided winnt.h---where the "const"
/is/ defined away when that header is included later, causing "conflicting
types" errors.

("Real" MSVC also runs into the #if defining "const" away, but it seems it
happens to not have bad consequences there.)

Change-Id: Ice92a059330bd945f8a3d9e5fa1635a01d08ad8b
Reviewed-on: https://gerrit.libreoffice.org/60321
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git 
a/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk 
b/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk
index 4318dbfa7aae..71af2847a5b2 100644
--- a/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk
+++ b/external/mariadb-connector-c/UnpackedTarball_mariadb-connector-c.mk
@@ -31,6 +31,7 @@ $(eval $(call 
gb_UnpackedTarball_add_patches,mariadb-connector-c,\
 $(if $(filter 
MSC,$(COM)),external/mariadb-connector-c/mariadb-msvc.patch.1) \
 external/mariadb-connector-c/mariadb-inline.patch.1 \
 external/mariadb-connector-c/mariadb-CONC-104.patch.1 \
+external/mariadb-connector-c/clang-cl.patch.0 \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/mariadb-connector-c/clang-cl.patch.0 
b/external/mariadb-connector-c/clang-cl.patch.0
new file mode 100644
index ..7a886e67cf7c
--- /dev/null
+++ b/external/mariadb-connector-c/clang-cl.patch.0
@@ -0,0 +1,11 @@
+--- libmariadb/getopt.c
 libmariadb/getopt.c
+@@ -38,7 +38,7 @@
+ #include 
+ #endif
+ 
+-#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2)
++#if (!defined (__STDC__) || !__STDC__) && !defined(MSDOS) && !defined(OS2) && 
!(defined _MSC_VER && defined __clang__)
+ /* This is a separate conditional since some stdc systems
+reject `defined (const)'.  */
+ #ifndef const
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 31606] Exporting a selection of pages to PDF has pagerange wrong because of blank pages

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31606

--- Comment #37 from Nicolas Degand  ---
Still present in LibreOffice 6.1.0.3 (W10/x64)

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


[Libreoffice-bugs] [Bug 119793] Crash on redo of rectangle movement and text

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119793

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #6 from Julien Nabet  ---
Created attachment 144806
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144806=edit
gdb bt

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

Notice: warn:legacy.tools:12112:12112:editeng/source/editeng/editdoc.cxx:1157:
Index out of range in Adjust(2)

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


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

2018-09-11 Thread Libreoffice Gerrit user
 configure.ac |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 40b5b00788aafd9e723061b419b366ea8b281b8b
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 19:07:35 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 22:39:42 2018 +0200

Fix --with-macosx-version-min/max consistency check message

Change-Id: I1118576b823dd831cd874147e098cafbab87c22a
Reviewed-on: https://gerrit.libreoffice.org/60334
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/configure.ac b/configure.ac
index 5c0d8a420c23..87ee1fdbd756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2841,9 +2841,7 @@ if test $_os = Darwin -o $_os = iOS; then
 
 AC_MSG_CHECKING([that macosx-version-min-required is coherent with 
macosx-version-max-allowed])
 if test $MAC_OS_X_VERSION_MIN_REQUIRED -gt $MAC_OS_X_VERSION_MAX_ALLOWED; 
then
-AC_MSG_RESULT([$MAC_OS_X_VERSION_MIN_REQUIRED])
-AC_MSG_RESULT([$MAC_OS_X_VERSION_MAX_REQUIRED])
-AC_MSG_ERROR([the version minimumn required must be inferior or equal 
to the version maximum allowed])
+AC_MSG_ERROR([the version minimumn required, 
$MAC_OS_X_VERSION_MIN_REQUIRED, must be <= the version maximum allowed, 
$MAC_OS_X_VERSION_MAX_ALLOWED])
 else
 AC_MSG_RESULT([ok])
 fi
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119795] crash when inserting a measure line

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119795

--- Comment #6 from Julien Nabet  ---
Xisco: IMHO the commit you quote seems more an element which reveals the bug
than the root cause of the bug.
Of course, it's just an hypothesis, I'm not sure at all.

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

2018-09-11 Thread Libreoffice Gerrit user
 connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx |4 
 1 file changed, 4 deletions(-)

New commits:
commit 50921d122399d669a2c401b8d26d90a0c7e14d14
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 16:47:26 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 22:38:50 2018 +0200

-Werror,-Wunused-macros (clang-cl)

Change-Id: I53b736d8b243f6e9da09856e0729b8702c4167d2
Reviewed-on: https://gerrit.libreoffice.org/60323
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx 
b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
index 358a2ca100d8..1aa1a337b3b7 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
@@ -32,10 +32,6 @@
 
 #include 
 
-#ifdef _MSC_VER
-#define snprintf _snprintf
-#endif
-
 using namespace connectivity::mysqlc;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: config_host/config_global.h.in configure.ac include/sal

2018-09-11 Thread Libreoffice Gerrit user
 config_host/config_global.h.in |3 +++
 configure.ac   |   35 +++
 include/sal/types.h|8 +---
 3 files changed, 43 insertions(+), 3 deletions(-)

New commits:
commit 2d6df9bc36b81ab63bb5b7fe2648f156d3ed74ae
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 17:20:31 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 22:39:16 2018 +0200

Use [[fallthrough]] also with MSVC

Change-Id: I840de9460c164b86dcbd96b4c0f382e1a1b609a2
Reviewed-on: https://gerrit.libreoffice.org/60330
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index 7913460d6bf8..1c9e610f9167 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -23,6 +23,9 @@ Any change in this header will cause a rebuild of almost 
everything.
 /* Compiler supports __attribute__((warn_unused)). */
 #define HAVE_GCC_ATTRIBUTE_WARN_UNUSED 0
 
+/* [[fallthrough]] (C++17), __has_cpp_attribute(fallthrough) (C++2a): */
+#define HAVE_CPP_ATTRIBUTE_FALLTHROUGH 0
+
 /* [[nodiscard]] (C++17), __has_cpp_attribute(nodiscard) (C++2a): */
 #define HAVE_CPP_ATTRIBUTE_NODISCARD 0
 
diff --git a/configure.ac b/configure.ac
index d6560b1d4073..5c0d8a420c23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6404,6 +6404,41 @@ if test "$GCC" = yes; then
 fi
 AC_SUBST([HAVE_GCC_FNO_SIZED_DEALLOCATION])
 
+AC_MSG_CHECKING([[whether $CXX supports [[fallthrough)
+AC_LANG_PUSH([C++])
+save_CXXFLAGS=$CXXFLAGS
+CXXFLAGS="$CXXFLAGS $CXXFLAGS_CXX11"
+dnl Unknown attributes must be ignored by compilers, but they do emit warnings 
about them:
+if test "$COM" = MSC; then
+CXXFLAGS="$CXXFLAGS /we5030"
+else
+CXXFLAGS="$CXXFLAGS -Werror"
+fi
+AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
+// There appears to be no feature-test macro for __has_cpp_attribute 
in C++2a, approximate
+// by checking for __cplusplus:
+#if __cplusplus > 201703L
+#if !__has_cpp_attribute(fallthrough)
+#error
+#endif
+#else
+void f(int & x) {
+switch (x) {
+case 0:
+++x;
+[[fallthrough]];
+default:
+++x;
+}
+}
+#endif
+]])], [
+AC_DEFINE([HAVE_CPP_ATTRIBUTE_FALLTHROUGH],[1])
+AC_MSG_RESULT([yes])
+], [AC_MSG_RESULT([no])])
+CXXFLAGS=$save_CXXFLAGS
+AC_LANG_POP([C++])
+
 AC_MSG_CHECKING([[whether $CXX supports [[nodiscard)
 AC_LANG_PUSH([C++])
 save_CXXFLAGS=$CXXFLAGS
diff --git a/include/sal/types.h b/include/sal/types.h
index 875f121db1ae..474a223a2ff2 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -422,10 +422,12 @@ namespace css = ::com::sun::star;
 #endif
 
 #if defined LIBO_INTERNAL_ONLY
-#if defined __clang__
-#define SAL_FALLTHROUGH [[clang::fallthrough]]
-#elif defined __GNUC__ && __GNUC__ >= 7
+#if HAVE_CPP_ATTRIBUTE_FALLTHROUGH
 #define SAL_FALLTHROUGH [[fallthrough]]
+#elif defined __clang__
+/* before Clang 3.9, according to
+    
*/
+#define SAL_FALLTHROUGH [[clang::fallthrough]]
 #else
 #define SAL_FALLTHROUGH
 #endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119795] crash when inserting a measure line

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119795

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace

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


[Libreoffice-bugs] [Bug 119795] crash when inserting a measure line

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119795

--- Comment #5 from Julien Nabet  ---
Created attachment 144805
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144805=edit
Valgrind trace

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


[Libreoffice-bugs] [Bug 119305] Chart created from fully selected sheet only targets header row

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119305

Buovjaga  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #8 from Buovjaga  ---
Cheers, verified!

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: aaa3c31ba79b1b3d335dcf55d72837a13411b45e
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
Built on September 11th 2018

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


[Libreoffice-bugs] [Bug 119189] Calc: Print "Selected cells" doesn't print last page if cells selected from multiple pages

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119189

--- Comment #13 from Xisco Faulí  ---
(In reply to Timur from comment #10)
> Repro 6.1 to 6.2+. No repro 6.06. Regression.

@Timur, the commit in comment 12 is only present in LibreOffice 6.2.0. Are you
sure you can reproduce it in 6.1 branch ?

-- 
You are receiving this mail because:
You 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: Changes to 'refs/tags/3.4-rc4'

2018-09-11 Thread Libreoffice Gerrit user
Tag '3.4-rc4' created by Andras Timar  at 
2018-09-11 19:55 +

3.4-rc4

Changes since 3.4-rc3-28:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119189] Calc: Print "Selected cells" doesn't print last page if cells selected from multiple pages

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119189

Xisco Faulí  changed:

   What|Removed |Added

 CC||vasily.melenc...@cib.de
   Priority|medium  |high
   Keywords|bibisectRequest |bibisected, bisected
Version|6.1.0.3 release |6.2.0.0.alpha0+ Master
   Severity|normal  |major
  Component|Calc|Printing and PDF export

--- Comment #12 from Xisco Faulí  ---
Following the steps in comment 10, regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=1e55a47e89a9d9d6cf9cb3993484022aaf2c097b

author  Vasily Melenchuk   2018-04-06 20:19:10
+0300
committer   Thorsten Behrens   2018-06-08
00:47:06 +0200

tree3a3372525645775c32721e59ce8c205c8f474ffd
parent  2a7f74900fb646235b74d4c9bd4690e44edc3ed4 (diff)
tdf#62268: allow row height recalculation on document load
During document load rows with style:use-optimal-row-height="true"
should recalculate it's height.
commit  1e55a47e89a9d9d6cf9cb3993484022aaf2c097b (patch)
Bisected with: bibisect-linux64-6.2

Adding Cc: to Vasily Melenchuk

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - debian/changelog debian/control loolwsd.spec.in

2018-09-11 Thread Libreoffice Gerrit user
 debian/changelog |6 ++
 debian/control   |2 +-
 loolwsd.spec.in  |4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit bbe2c787df13aafdcac34776a87edb09f9a5bad6
Author: Andras Timar 
AuthorDate: Tue Sep 11 21:55:00 2018 +0200
Commit: Andras Timar 
CommitDate: Tue Sep 11 21:55:00 2018 +0200

Bump package version to 3.4.0-4

Change-Id: I6fc907a6736901942834ca6c10060c819b2367f2

diff --git a/debian/changelog b/debian/changelog
index e2b92dfaf..9786c0dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+loolwsd (3.4.0-4) unstable; urgency=medium
+
+  * see the git log: http://col.la/cool3
+
+ -- Andras Timar   Tue, 11 Sep 2018 21:30:00 +0200
+
 loolwsd (3.4.0-3) unstable; urgency=medium
 
   * see the git log: http://col.la/cool3
diff --git a/debian/control b/debian/control
index b45416480..56a3b0ef9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.7
 Package: loolwsd
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, fontconfig, libsm6, 
libxinerama1, libxrender1, libgl1-mesa-glx, libcups2, cpio, libcap2-bin, 
libxcb-render0, libxcb-shm0, collaboraofficebasis5.3-calc (>= 5.3.10.54), 
collaboraofficebasis5.3-core (>= 5.3.10.54), 
collaboraofficebasis5.3-graphicfilter (>= 5.3.10.54), 
collaboraofficebasis5.3-images (>= 5.3.10.54), collaboraofficebasis5.3-impress 
(>= 5.3.10.54), collaboraofficebasis5.3-ooofonts (>= 5.3.10.54), 
collaboraofficebasis5.3-writer (>= 5.3.10.54), collaboraoffice5.3 (>= 
5.3.10.54), collaboraoffice5.3-ure (>= 5.3.10.54), 
collaboraofficebasis5.3-en-us (>= 5.3.10.54), 
collaboraofficebasis5.3-en-us-calc (>= 5.3.10.54), 
collaboraofficebasis5.3-en-us-res (>= 5.3.10.54), 
collaboraofficebasis5.3-noto-fonts (>= 5.3.10.54), collaboraofficebasis5.3-draw 
(>= 5.3.10.54), collaboraofficebasis5.3-extension-pdf-import (>= 5.3.10.54), 
collaboraofficebasis5.3-filter-data (>= 5.3.10.54), 
collaboraofficebasis5.3-ooolinguistic (>= 5.3.10.54)
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, fontconfig, libsm6, 
libxinerama1, libxrender1, libgl1-mesa-glx, libcups2, cpio, libcap2-bin, 
libxcb-render0, libxcb-shm0, collaboraofficebasis5.3-calc (>= 5.3.10.55), 
collaboraofficebasis5.3-core (>= 5.3.10.55), 
collaboraofficebasis5.3-graphicfilter (>= 5.3.10.55), 
collaboraofficebasis5.3-images (>= 5.3.10.55), collaboraofficebasis5.3-impress 
(>= 5.3.10.55), collaboraofficebasis5.3-ooofonts (>= 5.3.10.55), 
collaboraofficebasis5.3-writer (>= 5.3.10.55), collaboraoffice5.3 (>= 
5.3.10.55), collaboraoffice5.3-ure (>= 5.3.10.55), 
collaboraofficebasis5.3-en-us (>= 5.3.10.55), 
collaboraofficebasis5.3-en-us-calc (>= 5.3.10.55), 
collaboraofficebasis5.3-en-us-res (>= 5.3.10.55), 
collaboraofficebasis5.3-noto-fonts (>= 5.3.10.55), collaboraofficebasis5.3-draw 
(>= 5.3.10.55), collaboraofficebasis5.3-extension-pdf-import (>= 5.3.10.55), 
collaboraofficebasis5.3-filter-data (>= 5.3.10.55), 
collaboraofficebasis5.3-ooolinguistic (>= 5.3.10.55)
 Conflicts: collaboraofficebasis5.3-gnome-integration, 
collaboraofficebasis5.3-kde-integration
 Description: LibreOffice Online WebSocket Daemon
  LOOLWSD is a daemon that talks to web browser clients and provides LibreOffice
diff --git a/loolwsd.spec.in b/loolwsd.spec.in
index 59191c142..0a3947f8f 100644
--- a/loolwsd.spec.in
+++ b/loolwsd.spec.in
@@ -12,7 +12,7 @@ Name:   loolwsd%{name_suffix}
 Name:   loolwsd
 %endif
 Version:@PACKAGE_VERSION@
-Release:3%{?dist}
+Release:4%{?dist}
 %if 0%{?suse_version} == 1110
 Group:  Productivity/Office/Suite
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +38,7 @@ BuildRequires:  libcap-progs linux-glibc-devel 
systemd-rpm-macros
 BuildRequires:  libcap-progs
 %endif
 
-Requires:   collaboraoffice5.3 >= 5.3.10.54 collaboraoffice5.3-ure >= 
5.3.10.54 collaboraofficebasis5.3-core >= 5.3.10.54 
collaboraofficebasis5.3-writer >= 5.3.10.54 collaboraofficebasis5.3-impress >= 
5.3.10.54 collaboraofficebasis5.3-graphicfilter >= 5.3.10.54 
collaboraofficebasis5.3-en-US >= 5.3.10.54 collaboraofficebasis5.3-calc >= 
5.3.10.54 collaboraofficebasis5.3-en-US-res >= 5.3.10.54 
collaboraofficebasis5.3-en-US-calc >= 5.3.10.54 
collaboraofficebasis5.3-ooofonts >= 5.3.10.54 collaboraofficebasis5.3-images >= 
5.3.10.54 collaboraofficebasis5.3-noto-fonts >= 5.3.10.54 
collaboraofficebasis5.3-draw >= 5.3.10.54 
collaboraofficebasis5.3-extension-pdf-import >= 5.3.10.54 
collaboraofficebasis5.3-filter-data >= 5.3.10.54 
collaboraofficebasis5.3-ooolinguistic >= 5.3.10.54
+Requires:   collaboraoffice5.3 >= 5.3.10.55 collaboraoffice5.3-ure >= 
5.3.10.55 collaboraofficebasis5.3-core >= 5.3.10.55 
collaboraofficebasis5.3-writer >= 5.3.10.55 collaboraofficebasis5.3-impress >= 
5.3.10.55 collaboraofficebasis5.3-graphicfilter >= 5.3.10.55 
collaboraofficebasis5.3-en-US >= 5.3.10.55 collaboraofficebasis5.3-calc >= 
5.3.10.55 

[Libreoffice-bugs] [Bug 119189] Calc: Print "Selected cells" doesn't print last page if cells selected from multiple pages

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119189

Xisco Faulí  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Windows (All)   |All

--- Comment #11 from Xisco Faulí  ---
Reproduced in

Version: 6.2.0.0.alpha0+
Build ID: 2da435922f9c1fcf52eb0c1eb3d6f73581e9f793
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); 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 119813] FILEOPEN CSV import dialog doesn't get focus if libreoffice is already running [Ubuntu 18.04, 16.04]

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119813

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #2 from Mike Kaganski  ---
Please disregard comment 1. I reproduce with Version: 6.0.3.2
Build ID: 1:6.0.3-0ubuntu1
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

*when a spreadsheet is open* prior to double-clicking a CSV (just as OP
mentioned in description).

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


[Libreoffice-bugs] [Bug 119813] FILEOPEN CSV import dialog doesn't get focus if libreoffice is already running [Ubuntu 18.04, 16.04]

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119813

Mike Kaganski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Mike Kaganski  ---
Cannot reproduce with Version: 6.0.3.2
Build ID: 1:6.0.3-0ubuntu1
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

on Ubuntu 18.04
$ uname -a
Linux mike-bionic 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux

My screencast: https://youtu.be/9Nowqu91GWE

Please try to find what's different on your system, version, configuration, or
in steps. Possibly record your own screencast.

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


[Libreoffice-bugs] [Bug 119797] The table is make libreoffice draw very very slow

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest,|bibisected, bisected,
   |possibleRegression  |regression
 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Xisco Faulí  ---
Issue fixed by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=7e7a1ff3926e86705199aa9814089e90f01c02ed
which is only in 6.2 for the time being...
Closing as duplicated of bug 119340

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

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


[Libreoffice-bugs] [Bug 119340] Poor loading and scrolling perfs since LO6.1

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119340

Xisco Faulí  changed:

   What|Removed |Added

 CC||cgpa...@sina.com

--- Comment #10 from Xisco Faulí  ---
*** Bug 119797 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 119801] Freeze completely if opening AutoCorrect options

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119801

--- Comment #2 from Drew Jensen  ---
I'm on Ubuntu 18.04 and with version
Version: 6.0.7.0.0+
Build ID: 3e7dea0348149ae43e5142d5820b094643f39178
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; 
En for the language.

Working as expected here 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 119795] crash when inserting a measure line

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119795

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet  ---
Created attachment 144804
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144804=edit
gdb bt

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

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


[Libreoffice-bugs] [Bug 119267] Can not connect LibreOffice from Linux to a Samba server share via IP address of the server

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119267

--- Comment #8 from Mike Kaganski  ---
(In reply to Mike Kaganski from comment #7)
> the host box gets a plain host name for Windows Share server type (like
> "DESKTOP-1234")

... or plain IP (like 192.168.1.56).

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


[Libreoffice-bugs] [Bug 119801] Freeze completely if opening AutoCorrect options

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119801

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
I can not confirm with Version: 6.2.0.0.alpha0+
Build ID: 433fce6571d4b9121374047324a7d2d2722ac3e4
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3;

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


[Libreoffice-bugs] [Bug 119808] FILEOPEN DOCX Chart title custom position reset to centerd

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119808

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Version|6.1.0.3 release |4.1 all versions

--- Comment #2 from raal  ---
I can confirm with Version: 6.2.0.0.alpha0+
Build ID: 433fce6571d4b9121374047324a7d2d2722ac3e4
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; 
and LO 4.1

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


[Libreoffice-bugs] [Bug 119809] FILESAVE DOCX The combo box ActiveX control is lost in LibreOffice Writer

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119809

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz,
   ||zolnaitamas2...@gmail.com
 Ever confirmed|0   |1
   Keywords||bibisected, bisected,
   ||regression

--- Comment #3 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Tamás Zolnai ; Could you possibly take a look at this one?
Thanks

05a77c18749c8292d964259f2d40830851f5addf is the first bad commit
commit 05a77c18749c8292d964259f2d40830851f5addf
Author: Jenkins Build User 
Date:   Thu Aug 10 08:07:45 2017 +0200

source sha:4a764319cbad4e2589cc105145ac27defbf49ff6

author  Tamás Zolnai2017-08-09 16:06:17
+0200
committer   Tamás Zolnai2017-08-09
19:07:33 +0200
commit  4a764319cbad4e2589cc105145ac27defbf49ff6 (patch)
tree9e020cfde1025dea3b1b1fc5839bba27b39ddd8e
parent  286c27e805c4501451857abff19c23b3719146a3 (diff)
tdf#91384: DOCX: import ActiveX controls

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


[Libreoffice-bugs] [Bug 119810] Base Reports: Ruler-Margin Landscape Mode Wrong

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119810

Drew Jensen  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEW |UNCONFIRMED
Summary|Base Reports: Ruler-Margin  |Base Reports: Ruler-Margin
   |Landscape Mode Wrong at |Landscape Mode Wrong
   |finish of Report Wizard |

--- Comment #3 from Drew Jensen  ---
Actually, and sorry for the bouncing here, what I think is best here since the
report is against Windows and I only test on Linux is to change the summary
back to the original and set this back to unconfirmed, the display may be wrong
in Windows IDK. It wasn't in Linux is all I really know.

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - 13 commits - kit/ChildSession.cpp loleaflet/dist loleaflet/src loolwsd.xml.in net/ServerSocket.hpp net/Socket.hpp wsd/D

2018-09-11 Thread Libreoffice Gerrit user
 kit/ChildSession.cpp  |   13 ++--
 loleaflet/dist/toolbar/toolbar.js |   14 
 loleaflet/src/control/Control.Menubar.js  |   12 +++
 loleaflet/src/control/Toolbar.js  |4 ++
 loleaflet/src/map/handler/Map.FileInserter.js |   29 +
 loleaflet/src/map/handler/Map.WOPI.js |9 +
 loolwsd.xml.in|7 
 net/ServerSocket.hpp  |   31 +--
 net/Socket.hpp|6 +++
 wsd/DocumentBroker.cpp|2 +
 wsd/LOOLWSD.cpp   |   42 ++
 wsd/Storage.cpp   |6 +++
 wsd/Storage.hpp   |8 
 wsd/protocol.txt  |8 
 14 files changed, 181 insertions(+), 10 deletions(-)

New commits:
commit 6d50bdf9f7d910e60800e33d8402bbba7857ace2
Author: Henry Castro 
AuthorDate: Sat Aug 18 20:37:51 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Tue Sep 11 20:24:13 2018 +0200

loleaflet: wopi: add EnableShare

Change-Id: I1a2a86e671f97891855cc2bd8d8047829e819508

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index e10501ae9..5fe17ada1 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -17,6 +17,7 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:PickList', 'text'), id: 'file', type: 
'menu', menu: [
{name: _UNO('.uno:Save', 'text'), id: 'save', 
type: 'action'},
{name: _UNO('.uno:SaveAs', 'text'), id: 
'saveas', type: 'action'},
+   {name: _('Share...'), id:'shareas', type: 
'action'},
{name: _UNO('.uno:Print', 'text'), id: 'print', 
type: 'action'},
{name: _('See revision history'), id: 
'rev-history', type: 'action'},
{name: _('Download as'), id: 'downloadas', 
type: 'menu', menu: [
@@ -666,6 +667,8 @@ L.Control.Menubar = L.Control.extend({
map.save(true, true);
} else if (id === 'saveas') {
map.fire('postMessage', {msgId: 'UI_SaveAs'});
+   } else if (id === 'shareas') {
+   map.fire('postMessage', {msgId: 'UI_Share'});
} else if (id === 'print') {
map.print();
} else if (id.startsWith('downloadas-')) {
@@ -805,6 +808,9 @@ L.Control.Menubar = L.Control.extend({
if (menu[i].id === 'saveas' && 
this._map['wopi'].UserCanNotWriteRelative)
continue;
 
+   if (menu[i].id === 'shareas' && 
!this._map['wopi'].EnableShare)
+   continue;
+
if (menu[i].id === 'insertgraphicremote' && 
!this._map['wopi'].EnableInsertRemoteImage)
continue;
 
diff --git a/loleaflet/src/map/handler/Map.WOPI.js 
b/loleaflet/src/map/handler/Map.WOPI.js
index cd31fce22..d291ae71f 100644
--- a/loleaflet/src/map/handler/Map.WOPI.js
+++ b/loleaflet/src/map/handler/Map.WOPI.js
@@ -20,6 +20,7 @@ L.Map.WOPI = L.Handler.extend({
DisableInactiveMessages: false,
UserCanNotWriteRelative: true,
EnableInsertRemoteImage: false,
+   EnableShare: false,
CallPythonScriptSource: null,
 
_appLoadedConditions: {
@@ -76,6 +77,7 @@ L.Map.WOPI = L.Handler.extend({
this.DisableInactiveMessages = 
!!wopiInfo['DisableInactiveMessages'];
this.UserCanNotWriteRelative = 
!!wopiInfo['UserCanNotWriteRelative'];
this.EnableInsertRemoteImage = 
!!wopiInfo['EnableInsertRemoteImage'];
+   this.EnableShare = !!wopiInfo['EnableShare'];
 
this._map.fire('postMessage', {
msgId: 'App_LoadingStatus',
commit 113071182ea85f9df001b9c59d57f9d79036d366
Author: Henry Castro 
AuthorDate: Sat Aug 18 20:17:25 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Tue Sep 11 20:24:13 2018 +0200

wsd: wopi: introduce a "EnableShare" entry in the CheckFileInfo

Change-Id: Ia47d7e8f5c8cd8ae1eb314467c664b27b50e7fd3

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index 67c73c112..e01af9069 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -510,6 +510,7 @@ bool DocumentBroker::load(const 
std::shared_ptr& session, const s
 wopiInfo->set("DisableInactiveMessages", 
wopifileinfo->_disableInactiveMessages);
 wopiInfo->set("UserCanNotWriteRelative", 
wopifileinfo->_userCanNotWriteRelative);
 wopiInfo->set("EnableInsertRemoteImage", 
wopifileinfo->_enableInsertRemoteImage);
+

[Libreoffice-bugs] [Bug 119810] Base Reports: Ruler-Margin Landscape Mode Wrong at finish of Report Wizard

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119810

Drew Jensen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|Base Reports: Ruler-Margin  |Base Reports: Ruler-Margin
   |Landscape Mode Wrong|Landscape Mode Wrong at
   ||finish of Report Wizard
 Ever confirmed|0   |1

--- Comment #2 from Drew Jensen  ---
Setting the issue to new, and altering the summary line for what I found in
testing.

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


[Libreoffice-bugs] [Bug 119810] Base Reports: Ruler-Margin Landscape Mode Wrong

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119810

Drew Jensen  changed:

   What|Removed |Added

 CC||drewjensen.in...@gmail.com

--- Comment #1 from Drew Jensen  ---
Created attachment 144803
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144803=edit
Report builder screen after wizard is finished

I used Ubuntu 18.04 and checked this in LibreOffice 6.0, 6.1.1 and 6.2.
Could not confirm the behavior, when editing an existing report the rulers
expand and contract as expected changing page format from portrait to landscape
and back.

There is an anomaly during the Report Wizard and when the wizard dialog is
still open, on the Page 5. Layout, switching between page formats does not
properly update the rulers, but that page area does change properly and the
controls behave when it does as expected.

So you can get the report display on screen to be incorrect by following.

1. In Base report section select 'Use Wizard to Create Report'.

2. Add some fields and click next until Page. 5

3. Change the page format from landscape to portrait and back again

4. Click next, on page 6 select 'Modify Report Layout' and click 'Finish'

(see the screen shot attachment)

If you now change the page format using the menu item the rulers and page area
are displayed correctly, or close report and reopen it for editing the rulers
and the page area are correct.

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


[Libreoffice-bugs] [Bug 119305] Chart created from fully selected sheet only targets header row

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119305

Noel Grandin  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 119305] Chart created from fully selected sheet only targets header row

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119305

--- Comment #7 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=aaa3c31ba79b1b3d335dcf55d72837a13411b45e

tdf#119305 Chart created from fully selected sheet only targets header row

It will be available in 6.2.0.

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

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

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


[Libreoffice-bugs] [Bug 119305] Chart created from fully selected sheet only targets header row

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119305

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.2.0

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


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

2018-09-11 Thread Libreoffice Gerrit user
 sc/source/core/data/table1.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit aaa3c31ba79b1b3d335dcf55d72837a13411b45e
Author: Noel Grandin 
AuthorDate: Tue Sep 11 14:34:46 2018 +0200
Commit: Noel Grandin 
CommitDate: Tue Sep 11 20:29:04 2018 +0200

tdf#119305 Chart created from fully selected sheet only targets header row

regression from
commit 3acc5a2383f5b0458e3caf1505fe6b8ad7dc3fb0
tdf#69977 improve creation of large charts

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

diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index 4c5be3efcda9..8457035c784a 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -1123,8 +1123,10 @@ void ScTable::LimitChartArea( SCCOL& rStartCol, SCROW& 
rStartRow, SCCOL& rEndCol
 
 // Optimised loop for finding the bottom of the area, can be costly in 
large
 // spreadsheets.
+SCROW lastDataPos = 0;
 for (SCCOL i=rStartCol; i<=rEndCol; i++)
-rEndRow = std::min(rEndRow, aCol[i].GetLastDataPos());
+lastDataPos = std::max(lastDataPos, aCol[i].GetLastDataPos());
+rEndRow = std::min(rEndRow, lastDataPos);
 }
 
 SCCOL ScTable::FindNextVisibleCol( SCCOL nCol, bool bRight ) const
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-09-11 Thread Libreoffice Gerrit user
 loleaflet/src/map/Map.js |   35 ---
 1 file changed, 32 insertions(+), 3 deletions(-)

New commits:
commit 6c09b94a2a1136f93b039604289866048b8a514e
Author: Henry Castro 
AuthorDate: Sat Sep 8 21:25:41 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Tue Sep 11 20:23:57 2018 +0200

loleaflet: ensure map does not pan on resize

Change-Id: I4644fce70026266798282fbab135aa9c6435e671
Reviewed-on: https://gerrit.libreoffice.org/60209
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 79d70c5e5..944c9928f 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -350,12 +350,41 @@ L.Map = L.Evented.extend({
return this.panTo(newCenter, options);
},
 
-   invalidateSize: function () {
+   invalidateSize: function (options) {
if (!this._loaded) { return this; }
 
+   options = L.extend({
+   animate: false,
+   pan: false
+   }, options === true ? {animate: true} : options);
+
var oldSize = this.getSize();
this._sizeChanged = true;
-   var newSize = this.getSize();
+
+   var newSize = this.getSize(),
+   oldCenter = oldSize.divideBy(2).round(),
+   newCenter = newSize.divideBy(2).round(),
+   offset = oldCenter.subtract(newCenter);
+
+   if (!offset.x && !offset.y) { return this; }
+
+   if (options.animate && options.pan) {
+   this.panBy(offset);
+
+   } else {
+   if (options.pan) {
+   this._rawPanBy(offset);
+   }
+
+   this.fire('move');
+
+   if (options.debounceMoveend) {
+   clearTimeout(this._sizeTimer);
+   this._sizeTimer = setTimeout(L.bind(this.fire, 
this, 'moveend'), 200);
+   } else {
+   this.fire('moveend');
+   }
+   }
 
return this.fire('resize', {
oldSize: oldSize,
@@ -799,7 +828,7 @@ L.Map = L.Evented.extend({
_onResize: function () {
L.Util.cancelAnimFrame(this._resizeRequest);
this._resizeRequest = L.Util.requestAnimFrame(
-   function () { this.invalidateSize(); }, this, false, 
this._container);
+   function () { this.invalidateSize({debounceMoveend: 
true}); }, this, false, this._container);
},
 
_activate: function () {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-09-11 Thread Libreoffice Gerrit user
 vcl/win/gdi/gdiimpl.cxx |5 -
 vcl/win/gdi/salbmp.cxx  |5 -
 2 files changed, 10 deletions(-)

New commits:
commit 6d79c2f56d3548d8ea767dfe69626759e6cf6f34
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 16:51:08 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 20:20:29 2018 +0200

loplugin:unnecessaryoverride (clang-cl)

Change-Id: If20c05de5521ff2121da4b5973dcf15697bafe95
Reviewed-on: https://gerrit.libreoffice.org/60325
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx
index bf2dcc9197e0..33d89b6c94e1 100644
--- a/vcl/win/gdi/gdiimpl.cxx
+++ b/vcl/win/gdi/gdiimpl.cxx
@@ -2025,7 +2025,6 @@ private:
 public:
 SystemDependentData_GraphicsPath(
 basegfx::SystemDependentDataManager& rSystemDependentDataManager);
-virtual ~SystemDependentData_GraphicsPath() override;
 
 Gdiplus::GraphicsPath& getGraphicsPath() { return maGraphicsPath; }
 
@@ -2041,10 +2040,6 @@ 
SystemDependentData_GraphicsPath::SystemDependentData_GraphicsPath(
 {
 }
 
-SystemDependentData_GraphicsPath::~SystemDependentData_GraphicsPath()
-{
-}
-
 bool WinSalGraphicsImpl::drawPolyLine(
 const basegfx::B2DHomMatrix& rObjectToDevice,
 const basegfx::B2DPolygon& rPolygon,
diff --git a/vcl/win/gdi/salbmp.cxx b/vcl/win/gdi/salbmp.cxx
index fa8b011ab5aa..b61103e17067 100644
--- a/vcl/win/gdi/salbmp.cxx
+++ b/vcl/win/gdi/salbmp.cxx
@@ -99,7 +99,6 @@ private:
 public:
 SystemDependentData_GdiPlusBitmap(
 basegfx::SystemDependentDataManager& rSystemDependentDataManager);
-virtual ~SystemDependentData_GdiPlusBitmap() override;
 
 const WinSalBitmap* getAssociatedAlpha() const { return mpAssociatedAlpha; 
}
 void setAssociatedAlpha(const WinSalBitmap* pNew) { mpAssociatedAlpha = 
pNew; }
@@ -116,10 +115,6 @@ 
SystemDependentData_GdiPlusBitmap::SystemDependentData_GdiPlusBitmap(
 {
 }
 
-SystemDependentData_GdiPlusBitmap::~SystemDependentData_GdiPlusBitmap()
-{
-}
-
 std::shared_ptr< Gdiplus::Bitmap > WinSalBitmap::ImplGetGdiPlusBitmap(const 
WinSalBitmap* pAlphaSource) const
 {
 std::shared_ptr< Gdiplus::Bitmap > aRetval;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-09-11 Thread Libreoffice Gerrit user
 configure.ac |   16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

New commits:
commit cb13f2ce1675053ecf925c7de20bf22f1249bc5a
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 14:48:58 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 20:18:50 2018 +0200

Consolidate C++11 checks for MSVC and GCC/Clang

Change-Id: I2ca35093d804f85dc44d332b09efed9655dcd40c
Reviewed-on: https://gerrit.libreoffice.org/60311
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/configure.ac b/configure.ac
index c2f9a22a7892..d6560b1d4073 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6177,14 +6177,11 @@ libo_FUZZ_ARG_ENABLE(c++17,
 [Do not attempt to run GCC/Clang in C++17 mode (needed for Coverity).])
 )
 
+AC_MSG_CHECKING([whether $CXX supports C++17, C++14, or C++11])
 CXXFLAGS_CXX11=
 if test "$COM" = MSC -a "$COM_IS_CLANG" != TRUE; then
-AC_MSG_CHECKING([whether $CXX supports C++11])
-AC_MSG_RESULT(yes)
 CXXFLAGS_CXX11=-std:c++17
 elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
-HAVE_CXX11=
-AC_MSG_CHECKING([whether $CXX supports C++17, C++14, or C++11])
 dnl But only use C++17 if the gperf that is being used knows not to emit
 dnl "register" in C++ output:
 printf 'foo\n' | $GPERF -L C++ > conftest.inc
@@ -6266,16 +6263,15 @@ elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
 AC_LANG_POP([C++])
 CXXFLAGS=$save_CXXFLAGS
 if test -n "$CXXFLAGS_CXX11"; then
-HAVE_CXX11=TRUE
 break
 fi
 done
 rm conftest.inc
-if test "$HAVE_CXX11" = TRUE; then
-AC_MSG_RESULT([yes ($CXXFLAGS_CXX11)])
-else
-AC_MSG_ERROR(no)
-fi
+fi
+if test -n "$CXXFLAGS_CXX11"; then
+AC_MSG_RESULT([yes ($CXXFLAGS_CXX11)])
+else
+AC_MSG_ERROR(no)
 fi
 AC_SUBST(CXXFLAGS_CXX11)
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119813] New: FILEOPEN CSV import dialog doesn't get focus if libreoffice is already running [Ubuntu 18.04, 16.04]

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119813

Bug ID: 119813
   Summary: FILEOPEN CSV import dialog doesn't get focus if
libreoffice is already running [Ubuntu 18.04, 16.04]
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jesse.mcnic...@pobox.com

Description:
When opening .csv or .tsv files while another Libreoffice Calc spreadsheet is
open, Libreoffice puts the dialog box out of focus. The user has to alt-tab
into just to find the dialog box in order to open said file. This greatly
reduces the functionality of Libreoffice calc for users who frequently work
with plain text files.

I can confirm that issue was present in Ubuntu 16.04 and remains in 18.04.

Steps to Reproduce:
1. Open a libreoffice window or spreadsheet
2. Open a csv or tsv file from the file explorer
3. Note that you now have to alt-tab into a libreoffice window just to find the
dialog box.

Actual Results:
One can access the dialog box, but it requires a lot of extra thinking and
work.

Expected Results:
It should have brought the dialog to the front to allow for user input


Reproducible: Always


User Profile Reset: No



Additional Info:
Identical to https://bugs.documentfoundation.org/show_bug.cgi?id=32935 except
for Ubuntu not Windows

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


[Libreoffice-bugs] [Bug 119797] The table is make libreoffice draw very very slow

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

--- Comment #11 from BogdanB  ---
I bibisect also 6.0 on linux. Not a problem at all. Windows specific 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 119797] The table is make libreoffice draw very very slow

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119797

--- Comment #10 from BogdanB  ---
I bibisect 6.1 on linux. Not a problem at all. It seems a windows specific bug.

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

2018-09-11 Thread Libreoffice Gerrit user
 loleaflet/src/layer/marker/ClipboardContainer.js |   20 ++--
 1 file changed, 2 insertions(+), 18 deletions(-)

New commits:
commit 7d6fe181d510b626bd29c5b10257c9c7e6356402
Author: Henry Castro 
AuthorDate: Sat Sep 8 09:19:00 2018 -0400
Commit: Jan Holesovsky 
CommitDate: Tue Sep 11 19:46:12 2018 +0200

loleaflet: fix cursor blinking

Change-Id: I5fa9b31a8c9186efd79c49faba40b9ad84730e4c
Reviewed-on: https://gerrit.libreoffice.org/60198
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/src/layer/marker/ClipboardContainer.js 
b/loleaflet/src/layer/marker/ClipboardContainer.js
index 63b136183..b6f80e871 100644
--- a/loleaflet/src/layer/marker/ClipboardContainer.js
+++ b/loleaflet/src/layer/marker/ClipboardContainer.js
@@ -17,9 +17,7 @@ L.ClipboardContainer = L.Layer.extend({
L.DomEvent.on(this._textArea, 'copy cut paste ' +
  'keydown keypress keyup ' +
  'compositionstart compositionupdate 
compositionend textInput',
- this._map._handleDOMEvent, this._map)
- .on(this._textArea, 'focus', this.onGotFocus, this)
- .on(this._textArea, 'blur', this.onLostFocus, this);
+ this._map._handleDOMEvent, this._map);
},
 
onRemove: function () {
@@ -30,24 +28,10 @@ L.ClipboardContainer = L.Layer.extend({
L.DomEvent.off(this._textArea, 'copy cut paste ' +
   'keydown keypress keyup ' +
   'compositionstart compositionupdate 
compositionend textInput',
-  this._map._handleDOMEvent, this._map)
- .off(this._textArea, 'focus', this.onGotFocus, this)
- .off(this._textArea, 'blur', this.onLostFocus, this);
-   },
-
-   onGotFocus: function () {
-   this.setLatLng(this._map._docLayer._updateCursorPos());
-   },
-
-   onLostFocus: function () {
-   this._map.removeLayer(this._map._docLayer._cursorMarker);
+  this._map._handleDOMEvent, this._map);
},
 
focus: function(focus) {
-   if (this._map._permission !== 'edit') {
-   return;
-   }
-
if (focus === false) {
this._textArea.blur();
} else {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057

Luke  changed:

   What|Removed |Added

 Depends on||98293


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98293
[Bug 98293] FILEOPEN: .xlsx with Deleted data label displayed with all options
enabled
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98293] FILEOPEN: .xlsx with Deleted data label displayed with all options enabled

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98293

Luke  changed:

   What|Removed |Added

 Blocks||75057

--- Comment #9 from Luke  ---
attachment 123098 still showing ghost data labels in 6.2.0.0.alpha0+ (x64)
Build ID: 12637b0f83b3a3d9d740882e0e8e7cc0a442cde2


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=75057
[Bug 75057] [META] OOXML Chart object 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 119812] New: Non-functional "Windows Share" item shown among server types in File Services dialog on Windows

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119812

Bug ID: 119812
   Summary: Non-functional "Windows Share" item shown among server
types in File Services dialog on Windows
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: difficultyBeginner, easyHack, skillCpp
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

On Windows, "Windows Share" server type is non-functional (there's no smb
protocol handler there, which makes share enumeration a no-op). Though, the
item is shown in the File Services dialog, and it's possible to create such
non-functional services. The item needs to be hidden in Windows builds.

The item is pre-defined in svtools/uiconfig/ui/placeedit.ui, and its handler is
assigned in PlaceEditDialog::InitDetails
(svtools/source/dialogs/PlaceEditDialog.cxx) - search for comment "// Create
Windows Share control".

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


[Libreoffice-bugs] [Bug 95038] Chart: Add Arrow support to Line Charts

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95038

--- Comment #8 from Luke  ---
Arrows are still lost on import and there is still no way to add arrows to
charts manually in Version: 6.2.0.0.alpha0+ (x64)
Build ID: 12637b0f83b3a3d9d740882e0e8e7cc0a442cde2

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


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

2018-09-11 Thread Libreoffice Gerrit user
 extensions/source/config/WinUserInfo/WinUserInfoBe.cxx |   36 +
 1 file changed, 21 insertions(+), 15 deletions(-)

New commits:
commit 01dc9413e1dbc5206f67ede8c6bb81f0eac73dc2
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 16:49:53 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 19:12:28 2018 +0200

loplugin:stringbuffer (clang-cl)

Change-Id: Ie49cd58e7363c834c02769dda7c5aa83cca4f587
Reviewed-on: https://gerrit.libreoffice.org/60324
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx 
b/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx
index 5a63f7294906..188df1c1cce6 100644
--- a/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx
+++ b/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx
@@ -220,21 +220,27 @@ private:
 {
 const OUString sNul('\0');
 OUStringBuffer sCachedData(200);
-sCachedData.append("user=" + m_sUserDN);
-sCachedData.append(sNul + givenname + "=" + GetGivenName());
-sCachedData.append(sNul + sn + "=" + GetSn());
-sCachedData.append(sNul + initials + "=" + GetInitials());
-sCachedData.append(sNul + street + "=" + GetStreet());
-sCachedData.append(sNul + l + "=" + GetCity());
-sCachedData.append(sNul + st + "=" + GetState());
-sCachedData.append(sNul + postalcode + "=" + GetPostalCode());
-sCachedData.append(sNul + c + "=" + GetCountry());
-sCachedData.append(sNul + o + "=" + GetOrganization());
-sCachedData.append(sNul + title + "=" + GetTitle());
-sCachedData.append(sNul + homephone + "=" + GetHomePhone());
-sCachedData.append(sNul + telephonenumber + "=" + 
GetTelephoneNumber());
-sCachedData.append(sNul + facsimiletelephonenumber + "=" + 
GetFaxNumber());
-sCachedData.append(sNul + mail + "=" + GetMail());
+sCachedData.append("user=").append(m_sUserDN);
+
sCachedData.append(sNul).append(givenname).append("=").append(GetGivenName());
+sCachedData.append(sNul).append(sn).append("=").append(GetSn());
+
sCachedData.append(sNul).append(initials).append("=").append(GetInitials());
+
sCachedData.append(sNul).append(street).append("=").append(GetStreet());
+sCachedData.append(sNul).append(l).append("=").append(GetCity());
+sCachedData.append(sNul).append(st).append("=").append(GetState());
+
sCachedData.append(sNul).append(postalcode).append("=").append(GetPostalCode());
+
sCachedData.append(sNul).append(c).append("=").append(GetCountry());
+
sCachedData.append(sNul).append(o).append("=").append(GetOrganization());
+
sCachedData.append(sNul).append(title).append("=").append(GetTitle());
+
sCachedData.append(sNul).append(homephone).append("=").append(GetHomePhone());
+sCachedData.append(sNul)
+.append(telephonenumber)
+.append("=")
+.append(GetTelephoneNumber());
+sCachedData.append(sNul)
+.append(facsimiletelephonenumber)
+.append("=")
+.append(GetFaxNumber());
+
sCachedData.append(sNul).append(mail).append("=").append(GetMail());
 const css::uno::Sequence seqCachedData(
 reinterpret_cast(sCachedData.getStr()),
 sCachedData.getLength() * sizeof(sal_Unicode));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057

Luke  changed:

   What|Removed |Added

 Depends on||95038


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95038
[Bug 95038] Chart: Add Arrow support to Line Charts
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95038] Chart: Add Arrow support to Line Charts

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95038

Luke  changed:

   What|Removed |Added

 Blocks||75057


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=75057
[Bug 75057] [META] OOXML Chart object 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-commits] core.git: include/unoidl

2018-09-11 Thread Libreoffice Gerrit user
 include/unoidl/unoidl.hxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 35efd72da5847a391fdba94a21ee2206ef7539c5
Author: Stephan Bergmann 
AuthorDate: Tue Sep 11 16:44:42 2018 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 11 19:09:28 2018 +0200

clang-cl wants these the other way around

(where SAL_WARN_UNUSED expands to a "real" [[nodiscard]] attribute since
3b835b8d546ca16d7edcb06eda017e276383ea0f "Use [[nodiscard]] in
SAL_WARN_UNUSED_RESULT where available", instead of an
__attribute__((warn_unused_result)) language extension)

Change-Id: I38d55b23c68e872b1e563e4672eda5a9512fb380
Reviewed-on: https://gerrit.libreoffice.org/60322
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/include/unoidl/unoidl.hxx b/include/unoidl/unoidl.hxx
index c808a360b590..abc54029e6d7 100644
--- a/include/unoidl/unoidl.hxx
+++ b/include/unoidl/unoidl.hxx
@@ -24,7 +24,7 @@
 
 namespace unoidl {
 
-class LO_DLLPUBLIC_UNOIDL SAL_WARN_UNUSED NoSuchFileException final {
+class SAL_WARN_UNUSED LO_DLLPUBLIC_UNOIDL NoSuchFileException final {
 public:
 SAL_DLLPRIVATE NoSuchFileException(rtl::OUString const & uri): uri_(uri) {}
 
@@ -41,7 +41,7 @@ private:
 rtl::OUString uri_;
 };
 
-class LO_DLLPUBLIC_UNOIDL SAL_WARN_UNUSED FileFormatException final {
+class SAL_WARN_UNUSED LO_DLLPUBLIC_UNOIDL FileFormatException final {
 public:
 SAL_DLLPRIVATE FileFormatException(
 rtl::OUString const & uri, rtl::OUString const & detail):
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: CppunitTest_sc_opencl_test failing on Intel OpenCL capable hardware

2018-09-11 Thread Luke Benes
The OpenCL failures were fixed by Luboš Luňák's commit:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=4aecbe996349c7767ba3fb1e81db2ef6f94d39ba
blacklist all ocDB* tokens for Calc threading


Thanks Luboš!


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


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

2018-09-11 Thread Libreoffice Gerrit user
 vcl/source/uitest/uno/uiobject_uno.cxx |   23 ++-
 1 file changed, 2 insertions(+), 21 deletions(-)

New commits:
commit 2601708e3c00092693af6dd04561125cafb21d8e
Author: Noel Grandin 
AuthorDate: Sat Sep 8 09:44:33 2018 +0200
Commit: Noel Grandin 
CommitDate: Tue Sep 11 19:07:58 2018 +0200

cleanup mutex and signalling in ExecuteWrapper

found this while examining issues reported by clang-tidy.

Judging from the code, the original intention was to somehow lock access
to the mbSignal field in ExecuteWrapper, but since we were not locking
when writing to that field, and that field was not volatile, it
surprises me that this worked very well at all.

We can accomplish the same end more reliably by just marking the field
as volatile and not doing any locking at all.

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

diff --git a/vcl/source/uitest/uno/uiobject_uno.cxx 
b/vcl/source/uitest/uno/uiobject_uno.cxx
index a121889e67c9..f95a67747e25 100644
--- a/vcl/source/uitest/uno/uiobject_uno.cxx
+++ b/vcl/source/uitest/uno/uiobject_uno.cxx
@@ -58,8 +58,7 @@ class ExecuteWrapper
 {
 std::function mFunc;
 Link mHandler;
-bool mbSignal;
-std::mutex mMutex;
+volatile bool mbSignal;
 
 public:
 
@@ -75,11 +74,6 @@ public:
 mbSignal = true;
 }
 
-std::mutex& getMutex()
-{
-return mMutex;
-}
-
 DECL_LINK( ExecuteActionHdl, Timer*, void );
 };
 
@@ -96,21 +90,9 @@ IMPL_LINK_NOARG(ExecuteWrapper, ExecuteActionHdl, Timer*, 
void)
 aIdle.Start();
 }
 
-for (;;) {
-{
-std::unique_lock lock(mMutex);
-if (mbSignal) {
-break;
-}
-}
+while (!mbSignal) {
 Application::Reschedule();
 }
-std::unique_lock lock(mMutex);
-while (!mbSignal)
-{
-// coverity[sleep] - intentional sleep while mutex held
-std::this_thread::sleep_for(std::chrono::milliseconds(5));
-}
 }
 delete this;
 }
@@ -146,7 +128,6 @@ void SAL_CALL UIObjectUnoObj::executeAction(const OUString& 
rAction, const css::
 };
 
 ExecuteWrapper* pWrapper = new ExecuteWrapper(func, LINK(this, 
UIObjectUnoObj, NotifyHdl));
-std::unique_lock(pWrapper->getMutex());
 aIdle->SetInvokeHandler(LINK(pWrapper, ExecuteWrapper, ExecuteActionHdl));
 {
 SolarMutexGuard aGuard;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119700] Links to external HTML files updated wrong

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119700

--- Comment #12 from NoRa  ---
I've tested this file with the version 5.2.7.2 portable. There the bug did not
occur.

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


[Libreoffice-bugs] [Bug 119811] New: LibreOffice 6.0.6 spies on my Firefox keychain when opening MS documents

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119811

Bug ID: 119811
   Summary: LibreOffice 6.0.6 spies on my Firefox keychain when
opening MS documents
   Product: LibreOffice
   Version: 6.0.6.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@magissia.com

Description:
When opening a docx,xlsx,pptx file, LibreOffice tries to access my Firefox's
certificate store and keychain (as reported by default AppArmor rules provided
by Canonical on Ubuntu 18.04)
Said files has no digital signature to check, if it were the case, it would be
required to use system's certificate store and/or seahorse's certificate store.

Affected versions are 6.0.3 provided by Canonical and 6.0.6 provided by
document foundation launchpad PPA.

There are no visible reasons for LibreOffice to try to read anything from
Firefox.

Here are the logs produced by AppArmor when opening such files :

home/Magissia/.mozilla/firefox/mwad0hks.default/cert8.db" pid=19509
comm="soffice.bin" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000
Sep 11 18:25:31 Marshmallow kernel: [18154.693846] audit: type=1400
audit(1536683131.498:70): apparmor="ALLOWED" operation="open"
profile="libreoffice-soffice"
name="/home/Magissia/.mozilla/firefox/mwad0hks.default/key3.db" pid=19509
comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
Sep 11 18:25:40 Marshmallow kernel: [18163.215743] audit: type=1400
audit(1536683140.018:71): apparmor="ALLOWED" operation="open"
profile="libreoffice-soffice" name="/proc/version" pid=19509 comm="soffice.bin"
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

Steps to Reproduce:
1. Open any docx file created with Microsoft Word 2013 or superior
2. Enjoy invasion of privacy

Actual Results:
LibreOffice tries to read private files that has nothing to do with the
document or LibreOffice

Expected Results:
Not reading Firefox's files when opening documents


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 6.0.6.2
Build ID: 1:6.0.6-0ubuntu0.18.04.1
Threads CPU : 2; OS : Linux 4.15; UI Render : par défaut; VCL: gtk3; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group

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

2018-09-11 Thread Libreoffice Gerrit user
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 018f3447175227f14ddad77f68c9fbb2145a0dd2
Author: Andras Timar 
AuthorDate: Tue Sep 11 18:44:52 2018 +0200
Commit: Andras Timar 
CommitDate: Tue Sep 11 18:44:52 2018 +0200

Bump version to 6.0-10

Change-Id: I8d7844fc7e2f67bc338cb1fb67b2bf792aca38e3

diff --git a/configure.ac b/configure.ac
index 07e06abb784c..385859d49935 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[6.0.10.9],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[6.0.10.10],[],[],[https://collaboraoffice.com/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 3 commits - readlicense_oo/license sw/source xmloff/source

2018-09-11 Thread Libreoffice Gerrit user
 readlicense_oo/license/CREDITS.fodt | 3765 ++--
 sw/source/core/crsr/crstrvl.cxx |3 
 xmloff/source/draw/sdpropls.cxx |   15 
 3 files changed, 1915 insertions(+), 1868 deletions(-)

New commits:
commit e32e0ed42bb3f0ebda56a5ce33c9f11e99d4fc5c
Author: Juergen Funk 
AuthorDate: Fri Sep 7 10:25:16 2018 +0200
Commit: Andras Timar 
CommitDate: Tue Sep 11 18:44:11 2018 +0200

sw: tdf#119742 fix null pointer in SetCursorInHdFt

In SwWrtShell::ChangeHeaderOrFooter the ChgPageDesc destroys the frames
of the header, that's why GetCurrFrame returns null later.

Change-Id: I26915237c8b455a5b8ad0bbd5c2de38537dfef08
Reviewed-on: https://gerrit.libreoffice.org/60130
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 
(cherry picked from commit 77d075facaf4fc8954666ad541ed14f75d964fba)
Reviewed-on: https://gerrit.libreoffice.org/60302
Tested-by: Jenkins
(cherry picked from commit 6a8b0d2a9c52b0706772c3b05edc4da995211dc6)

diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index 798793238edd..f4df137fe82d 100644
--- a/sw/source/core/crsr/crstrvl.cxx
+++ b/sw/source/core/crsr/crstrvl.cxx
@@ -200,7 +200,8 @@ bool SwCursorShell::SetCursorInHdFt( size_t nDescNo, bool 
bInHeader )
 if( SIZE_MAX == nDescNo )
 {
 // take the current one
-const SwPageFrame* pPage = GetCurrFrame()->FindPageFrame();
+const SwContentFrame *pCurrFrame = GetCurrFrame();
+const SwPageFrame* pPage = (pCurrFrame == nullptr) ? nullptr : 
pCurrFrame->FindPageFrame();
 if( pPage && pMyDoc->ContainsPageDesc(
 pPage->GetPageDesc(), ) )
 pDesc = pPage->GetPageDesc();
commit 814332a95d2ff0e9246e90a9e056f6839bc2bcc3
Author: Ilhan Yesil 
AuthorDate: Tue Aug 21 16:55:07 2018 +0200
Commit: Andras Timar 
CommitDate: Tue Sep 11 18:44:10 2018 +0200

tdf#114400 Import drawoo:fontwork-xyz attributes

Either the document has attributes in the old namespace or in the
new, both will be imported. But export is still in the old
namespace.

Change-Id: I9f4d1ca0d8af37c13b513f99cc7d254c68867bb2
Reviewed-on: https://gerrit.libreoffice.org/59405
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 
(cherry picked from commit 278e66488135c8fa2714520d056573c64ea803cf)
Reviewed-on: https://gerrit.libreoffice.org/60207
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 9b9e6de5c4f6fe3eb9b02e91f7dd7e482ecac5fe)

diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx
index e90c0b7eee76..7540e7375a6a 100644
--- a/xmloff/source/draw/sdpropls.cxx
+++ b/xmloff/source/draw/sdpropls.cxx
@@ -244,6 +244,21 @@ const XMLPropertyMapEntry aXMLSDProperties[] =
 GMAP( "FontWorkHideForm",   XML_NAMESPACE_DRAW, 
XML_FONTWORK_HIDE_FORM, XML_TYPE_BOOL,  
CTF_FONTWORK_HIDEFORM   ),
 GMAP( "FontWorkShadowTransparence", XML_NAMESPACE_DRAW, 
XML_FONTWORK_SHADOW_TRANSPARENCE,   XML_TYPE_PERCENT,   
CTF_FONTWORK_SHADOWTRANSPARENCE ),
 
+// #FontWork# attributes
+GMAP( "FontWorkStyle",  XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_STYLE, XML_SD_TYPE_FONTWORK_STYLE | 
MID_FLAG_ELEMENT_ITEM_EXPORT, CTF_FONTWORK_STYLE  ),
+GMAP( "FontWorkAdjust", XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_ADJUST,XML_SD_TYPE_FONTWORK_ADJUST | 
MID_FLAG_ELEMENT_ITEM_EXPORT,CTF_FONTWORK_ADJUST ),
+GMAP( "FontWorkDistance",   XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_DISTANCE,  XML_TYPE_MEASURE | 
MID_FLAG_ELEMENT_ITEM_EXPORT,   CTF_FONTWORK_DISTANCE   ),
+GMAP( "FontWorkStart",  XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_START, XML_TYPE_MEASURE | 
MID_FLAG_ELEMENT_ITEM_EXPORT,   CTF_FONTWORK_START  ),
+GMAP( "FontWorkMirror", XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_MIRROR,XML_TYPE_BOOL | 
MID_FLAG_ELEMENT_ITEM_EXPORT,  CTF_FONTWORK_MIRROR ),
+GMAP( "FontWorkOutline",XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_OUTLINE,   XML_TYPE_BOOL | 
MID_FLAG_ELEMENT_ITEM_EXPORT,  CTF_FONTWORK_OUTLINE),
+GMAP( "FontWorkShadow", XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_SHADOW,XML_SD_TYPE_FONTWORK_SHADOW | 
MID_FLAG_ELEMENT_ITEM_EXPORT,CTF_FONTWORK_SHADOW ),
+GMAP( "FontWorkShadowColor",XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_SHADOW_COLOR,  XML_TYPE_COLOR | 
MID_FLAG_ELEMENT_ITEM_EXPORT, CTF_FONTWORK_SHADOWCOLOR),
+GMAP( "FontWorkShadowOffsetX",  XML_NAMESPACE_DRAW_EXT, 
XML_FONTWORK_SHADOW_OFFSET_X,   XML_TYPE_MEASURE | 
MID_FLAG_ELEMENT_ITEM_EXPORT,   CTF_FONTWORK_SHADOWOFFSETX  ),
+GMAP( "FontWorkShadowOffsetY",  XML_NAMESPACE_DRAW_EXT, 

[Libreoffice-bugs] [Bug 119267] Can not connect LibreOffice from Linux to a Samba server share via IP address of the server

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119267

--- Comment #7 from Mike Kaganski  ---
(In reply to kivi from comment #0)
> Trying to connect via the IP address of the Samba server is not good
> explained in the help system. So I do not know shall I put in the Host field
> some thing like "smb://192.168.1.56" or just like "//192.168.1.56" or some
> thing else?

Just FYI (and for someone who'd decide to improve documentation): the host box
gets a plain host name for Windows Share server type (like "DESKTOP-1234"); the
fields are transformed *internally* to an URL like
"smb://user@DESKTOP-1234/share". User does not need to specify protocol
manually.

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

2018-09-11 Thread Libreoffice Gerrit user
 connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 7bbb8191f12f3c3413387be03f9cdf45b5b49735
Author: Tamas Bunth 
AuthorDate: Tue Sep 11 17:14:49 2018 +0200
Commit: Andras Timar 
CommitDate: Tue Sep 11 18:40:04 2018 +0200

mysqlc: Fix XResultSet::absolute and previous

We need to update the actual row position after using absolute or
previous.

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

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx 
b/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx
index 407e927527af..61b8d43fb653 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx
@@ -628,6 +628,7 @@ sal_Bool SAL_CALL OResultSet::absolute(sal_Int32 row)
 if (nToGo < 0)
 nToGo = 0;
 
+m_nRowPosition = nToGo;
 mysql_data_seek(m_pResult, nToGo);
 next();
 
@@ -648,6 +649,7 @@ sal_Bool SAL_CALL OResultSet::relative(sal_Int32 row)
 if (nToGo < 0)
 nToGo = 0;
 
+m_nRowPosition = nToGo;
 mysql_data_seek(m_pResult, nToGo);
 next();
 
@@ -662,7 +664,8 @@ sal_Bool SAL_CALL OResultSet::previous()
 if (m_nRowPosition <= 1)
 return false;
 
-mysql_data_seek(m_pResult, m_nRowPosition - 2);
+m_nRowPosition -= 2;
+mysql_data_seek(m_pResult, m_nRowPosition);
 next();
 return true;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119801] Freeze completely if opening AutoCorrect options

2018-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119801

yazakac...@gmail.com changed:

   What|Removed |Added

Summary|Freeze completely if|Freeze completely if
   |AutoCorrect options |opening AutoCorrect options

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

2018-09-11 Thread Libreoffice Gerrit user
 sw/inc/doc.hxx |4 +-
 sw/inc/ndtxt.hxx   |6 ++-
 sw/qa/extras/mailmerge/data/tdf118845.fodt |   28 
 sw/qa/extras/mailmerge/mailmerge.cxx   |   49 +
 sw/source/core/doc/doc.cxx |   18 ++
 sw/source/core/txtnode/thints.cxx  |   24 ++
 6 files changed, 112 insertions(+), 17 deletions(-)

New commits:
commit e1d072bd7a829d9e81a012ba053ef43a8e135e86
Author: Mike Kaganski 
AuthorDate: Thu Aug 30 12:23:33 2018 +0300
Commit: Andras Timar 
CommitDate: Tue Sep 11 18:38:06 2018 +0200

tdf#118845: make HiddenPara have higher priority deciding visibility

Otherwise, a Database field in a paragraph which is non-empty would
force the paragraph to be visible, regardless of HiddenPara field
telling it to be hidden.

Regression from commit db04be037b611e296ef9f2542322c52ed82d7a2b

Reviewed-on: https://gerrit.libreoffice.org/59792
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 64cb57c82d9e7f7069821b2e2ef92574ec73ebe2)
Reviewed-on: https://gerrit.libreoffice.org/59865
Reviewed-by: Thorsten Behrens 

Change-Id: I21807e22bd339fd1ea0aaa3b382579f688903418
Reviewed-on: https://gerrit.libreoffice.org/60025
Reviewed-by: Mike Kaganski 
Tested-by: Mike Kaganski 
Reviewed-by: Andras Timar 

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index b58286c80536..ac9cba92a09e 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -511,7 +511,9 @@ public:
 
 ::sw::DocumentFieldsManager & GetDocumentFieldsManager();
 
-bool FieldCanHidePara(SwFieldIds eFieldId) const;
+// Returns 0 if the field cannot hide para, or a positive integer 
indicating the field type
+// "weight" when several hiding fields' FieldHidesPara() give conflicting 
results
+int FieldCanHideParaWeight(SwFieldIds eFieldId) const;
 bool FieldHidesPara(const SwField& rField) const;
 
 // IDocumentContentOperations
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 5d43ebf4898a..d314df94dbd0 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -704,8 +704,10 @@ public:
 bool IsHiddenByParaField() const
 { return m_pSwpHints && m_pSwpHints->IsHiddenByParaField(); }
 
-bool FieldCanHidePara(SwFieldIds eFieldId) const
-{ return GetDoc()->FieldCanHidePara(eFieldId); }
+int FieldCanHideParaWeight(SwFieldIds eFieldId) const
+{
+return GetDoc()->FieldCanHideParaWeight(eFieldId);
+}
 bool FieldHidesPara(const SwField& rField) const
 { return GetDoc()->FieldHidesPara(rField); }
 
diff --git a/sw/qa/extras/mailmerge/data/tdf118845.fodt 
b/sw/qa/extras/mailmerge/data/tdf118845.fodt
new file mode 100644
index ..64a5180da718
--- /dev/null
+++ b/sw/qa/extras/mailmerge/data/tdf118845.fodt
@@ -0,0 +1,28 @@
+
+
+http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.text">
+ 
+  
+   4_v01
+   Tabelle1
+   0
+   true
+  
+ 
+ 
+  
+   
+  
+ 
+ 
+  
+ 
+ 
+  
+   Dear Mrs. Nachname,
+   Dear Mr. Nachname,
+   To whom it may concern,
+   
+  
+ 
+
\ No newline at end of file
diff --git a/sw/qa/extras/mailmerge/mailmerge.cxx 
b/sw/qa/extras/mailmerge/mailmerge.cxx
index e21f0fe44d0c..ba4c5dd401bd 100644
--- a/sw/qa/extras/mailmerge/mailmerge.cxx
+++ b/sw/qa/extras/mailmerge/mailmerge.cxx
@@ -818,5 +818,54 @@ DECLARE_FILE_MAILMERGE_TEST(testEmptyValuesNewFODT, 
"tdf35798-new.fodt", "5-with
 }
 }
 
+DECLARE_SHELL_MAILMERGE_TEST(testTdf118845, "tdf118845.fodt", "4_v01.ods", 
"Tabelle1")
+{
+executeMailMerge();
+
+// Both male and female greetings were shown, thus each page had 3 
paragraphs
+
+SwXTextDocument* pTextDoc = 
dynamic_cast(mxMMComponent.get());
+CPPUNIT_ASSERT(pTextDoc);
+sal_uInt16 nPhysPages = 
pTextDoc->GetDocShell()->GetWrtShell()->GetPhyPageNum();
+CPPUNIT_ASSERT_EQUAL(sal_uInt16(7), nPhysPages); // 4 pages, each odd, and 
3 blanks
+
+uno::Reference xTextDocument(mxMMComponent, 
uno::UNO_QUERY);
+
+int nParaCount = 0;
+uno::Reference 
xParaEnumAccess(xTextDocument->getText(), uno::UNO_QUERY);
+uno::Reference xParaEnum = 
xParaEnumAccess->createEnumeration();
+while (xParaEnum->hasMoreElements())
+{
+xParaEnum->nextElement();
+nParaCount++;
+}
+CPPUNIT_ASSERT_EQUAL(8, nParaCount);
+
+uno::Reference xParagraph(getParagraphOrTable(1, 
xTextDocument->getText()),
+uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(OUString("Dear Mrs. Mustermann1,"), 
xParagraph->getString());
+
+xParagraph.set(getParagraphOrTable(2, xTextDocument->getText()), 
uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(OUString(""), xParagraph->getString());
+
+

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

2018-09-11 Thread Libreoffice Gerrit user
 sw/qa/extras/layout/data/tdf117188.docx |binary
 sw/qa/extras/layout/layout.cxx  |   24 
 xmloff/source/draw/ximpshap.cxx |   14 +-
 3 files changed, 33 insertions(+), 5 deletions(-)

New commits:
commit c20276eb5c80114cf23a6950d836e722103c0f30
Author: Mike Kaganski 
AuthorDate: Mon Sep 10 17:07:47 2018 +0300
Commit: Andras Timar 
CommitDate: Tue Sep 11 18:37:29 2018 +0200

tdf#109229: Set "TextBox" prop before filling textbox-related props

Otherwise those properties aren't set, and defaults are used

Change-Id: Ib6671c019ff652ec5b59d9cbbf02a4e536a17817
Reviewed-on: https://gerrit.libreoffice.org/60267
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 
(cherry picked from commit c3422cd205d8da852f5c310b5f08028d6c4c5eb4)
Reviewed-on: https://gerrit.libreoffice.org/60297
Tested-by: Mike Kaganski 
Reviewed-by: Andras Timar 

diff --git a/sw/qa/extras/layout/data/tdf117188.docx 
b/sw/qa/extras/layout/data/tdf117188.docx
new file mode 100644
index ..418f665ae7dc
Binary files /dev/null and b/sw/qa/extras/layout/data/tdf117188.docx differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 936909538bfc..8c9740b7e2ae 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -7,6 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include 
 #include 
 #include 
 
@@ -21,6 +22,7 @@ public:
 void testTdf117028();
 void testTdf117923();
 void testTdf118058();
+void testTdf117188();
 
 CPPUNIT_TEST_SUITE(SwLayoutWriter);
 CPPUNIT_TEST(testTdf116830);
@@ -28,6 +30,7 @@ public:
 CPPUNIT_TEST(testTdf117028);
 CPPUNIT_TEST(testTdf117923);
 CPPUNIT_TEST(testTdf118058);
+CPPUNIT_TEST(testTdf117188);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -132,6 +135,27 @@ void SwLayoutWriter::testTdf118058()
 pDoc->getIDocumentLayoutAccess().GetCurrentViewShell()->CalcLayout();
 }
 
+void SwLayoutWriter::testTdf117188()
+{
+createDoc("tdf117188.docx");
+uno::Reference xStorable(mxComponent, uno::UNO_QUERY);
+utl::TempFile aTempFile;
+aTempFile.EnableKillingFile();
+uno::Sequence 
aDescriptor(comphelper::InitPropertySequence({
+{ "FilterName", uno::Any(OUString("writer8")) },
+}));
+xStorable->storeToURL(aTempFile.GetURL(), aDescriptor);
+loadURL(aTempFile.GetURL(), "tdf117188.odt");
+xmlDocPtr pXmlDoc = parseLayoutDump();
+OUString sWidth = getXPath(pXmlDoc, 
"/root/page/body/txt/anchored/fly/infos/bounds", "width");
+OUString sHeight = getXPath(pXmlDoc, 
"/root/page/body/txt/anchored/fly/infos/bounds", "height");
+// The text box must have zero border distances
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"left", "0");
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"top", "0");
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"width", sWidth);
+assertXPath(pXmlDoc, "/root/page/body/txt/anchored/fly/infos/prtBounds", 
"height", sHeight);
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(SwLayoutWriter);
 CPPUNIT_PLUGIN_IMPLEMENT();
 
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 2f4f873a9cf4..5cf305acbe0c 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -690,6 +690,15 @@ void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = 
true */)
 }
 }
 
+// Writer shapes: if this one has a TextBox, set it here. We need 
to do it before
+// pDocStyle->FillPropertySet, because setting some properties 
depend on the format
+// having RES_CNTNT attribute (e.g., 
UNO_NAME_TEXT_(LEFT|RIGHT|UPPER|LOWER)DIST; see
+// SwTextBoxHelper::syncProperty, which indirectly calls 
SwTextBoxHelper::isTextBox)
+uno::Reference xPropertySetInfo
+= xPropSet->getPropertySetInfo();
+if (xPropertySetInfo->hasPropertyByName("TextBox"))
+xPropSet->setPropertyValue("TextBox", uno::makeAny(mbTextBox));
+
 // if this is an auto style, set its properties
 if(bAutoStyle && pDocStyle)
 {
@@ -697,11 +706,6 @@ void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = 
true */)
 pDocStyle->FillPropertySet(xPropSet);
 }
 
-// Writer shapes: if this one has a TextBox, set it here.
-uno::Reference xPropertySetInfo = 
xPropSet->getPropertySetInfo();
-if (xPropertySetInfo->hasPropertyByName("TextBox"))
-xPropSet->setPropertyValue("TextBox", uno::makeAny(mbTextBox));
-
 } while(false);
 
 // try to set text auto style
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 14/9e28db41dfe6e9af11cd9519c59da5dfd61b6e

2018-09-11 Thread Libreoffice Gerrit user
 14/9e28db41dfe6e9af11cd9519c59da5dfd61b6e |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3a6ec38dd850f113b7aaf45f77c72ca1de255ac2
Author: Caolán McNamara 
AuthorDate: Tue Sep 11 17:33:24 2018 +0100
Commit: Caolán McNamara 
CommitDate: Tue Sep 11 17:33:24 2018 +0100

Notes added by 'git notes add'

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


  1   2   3   >