[Libreoffice-commits] online.git: loleaflet/src

2017-07-24 Thread Aditya Dewan
 loleaflet/src/admin/AdminSocketOverview.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d2bbbee284f3bdebcde06cb82e0912797d9e9ed
Author: Aditya Dewan 
Date:   Thu Jul 13 15:22:01 2017 +0530

tdf#108997 'kill document' from admin console now works.

Change-Id: I8521f0e50e8e037755d34ca2cea99abc002405ae
Reviewed-on: https://gerrit.libreoffice.org/39898
Reviewed-by: pranavk 
Tested-by: pranavk 

diff --git a/loleaflet/src/admin/AdminSocketOverview.js 
b/loleaflet/src/admin/AdminSocketOverview.js
index 858d5f75..da6f9a50 100644
--- a/loleaflet/src/admin/AdminSocketOverview.js
+++ b/loleaflet/src/admin/AdminSocketOverview.js
@@ -63,7 +63,7 @@ var AdminSocketOverview = AdminSocketBase.extend({
$('#rowContextMenu').hide();
});
 
-   $('#rowContextMenu').on('click', 'a', function() {
+   $('body').on('click', '#rowContextMenu a', function() {
vex.dialog.confirm({
message: _('Are you sure you want to terminate 
this session?'),
callback: function(value) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 109115] >Insert >Special character

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109115

b.o.c@web.de changed:

   What|Removed |Added

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

--- Comment #2 from b.o.c@web.de ---
I tested again today and it turns out that some csp headers were set
incorrectly in the nginx configuratino.

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


[Libreoffice-bugs] [Bug 106296] na metade do download da erro 1335 , clik em ignore e dá erro 2350

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106296

tjdu...@mindspring.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #5 from tjdu...@mindspring.com ---
Got error:  error 1335 libreoffice 1.cab when upgrading from file:

LibreOffice_5.3.4_Win_x64.msi

but if I am installing from file (the previous attempt to upgrade LibreOffce
deleted my copy of the program):

LibreOffice_5.3.4_Win_x86.msi 

did not get error.

---

My OS is Windows 7 SP1 64 bit. Dont know what the previous version of
LibreOffice was.

---

IT IS REALLY ANNOYING that you delete the old version of LibreOffice before
verifying the cab file. Can cause the user real problems - no office installed
on their PC.

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


[Libreoffice-bugs] [Bug 104281] Support processing optional smart font features for OOXML

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104281

--- Comment #4 from Volga  ---
Created attachment 134829
  --> https://bugs.documentfoundation.org/attachment.cgi?id=134829=edit
Test file 2

This file including stylistic set related attribute

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


[Libreoffice-bugs] [Bug 52601] Excel Visual Basic compatibility issue in LibreOffice Calc: If Not ... Like … Then

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52601

--- Comment #10 from himajin100...@gmail.com ---
Oops,typo.

now let's move onto SbiExprNode* SbiExpression::Like()
https://opengrok.libreoffice.org/xref/core/basic/source/comp/exprtree.cxx?r=85d71244#771

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


[Libreoffice-bugs] [Bug 109253] FONT NAME list: Scrolling through the list causes a crash. " Bad allocation" error message

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109253

JohnHardy  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 CC||johnha...@johnhardyco.com
 Ever confirmed|1   |0

--- Comment #2 from JohnHardy  ---
I renamed my profile to "user-old", then started LO, then used the
"Help/Restart in Safe Mode" option to restart LO in safe mode. The Safe Mode
dialog had the default setting of "Restore from backup" checked. I don't know
if that takes a copy of my profile from wherever and installs it. If so, and
there is a profile issue causing the problem, I would be experiencing the same
problem. It does look like my toolbar is missing a few buttons that I added, so
I guess the profile is back to stock settings.

I continued in safe mode and opened a new Write document. I experienced the
same issues as originally described. 

Extension Manager: The following items are installed:

English spelling dictionary
French spelling dictionary
Solver for Nonlinear Programming 0.9
Spanish spelling dictionary
Wiki Publisher 1.2.0

Apparently these extensions are "Bundled with LibreOffice". I only need the
English dictionary. There does not seem to be a way to delete the other
dictionaries.

If there is something else I need to do, please let me know. Happy to help.

Thank you.

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


[Libreoffice-bugs] [Bug 107371] Enhancement to Calc functions MATCH, HLOOKUP and VLOOKUP

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107371

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109329] [META] VLookup function bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109329

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107815] Semicolon changing to comma in VLOOKUP

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107815

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109329] New: [META] VLookup function bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109329

Bug ID: 109329
   Summary: [META] VLookup function bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Depends on: 105414, 107815, 109254, 79892, 83746, 106575, 107160,
107371, 108268
Blocks: 108827


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79892
[Bug 79892] Performance regression between 3.6 and later version, triple time
to do the calculations (win only)
https://bugs.documentfoundation.org/show_bug.cgi?id=83746
[Bug 83746] FILEOPEN: When opening an .xls with a 1-1M VLOOKUP range, the range
is truncated to 1-983040
https://bugs.documentfoundation.org/show_bug.cgi?id=105414
[Bug 105414] Blank cells formatted as numbers not treated as ZERO when pulled
via VLOOKUP to external file
https://bugs.documentfoundation.org/show_bug.cgi?id=106575
[Bug 106575] Correct VLOOKUP Formula - Incorrect Value shown. Shows correct
value if formula reapplied / changes made in other sheets
https://bugs.documentfoundation.org/show_bug.cgi?id=107160
[Bug 107160] VLOOKUP gets incorrect Value | Ctrl-Shift-F9 doesn't help
https://bugs.documentfoundation.org/show_bug.cgi?id=107371
[Bug 107371] Enhancement to Calc functions MATCH, HLOOKUP and VLOOKUP
https://bugs.documentfoundation.org/show_bug.cgi?id=107815
[Bug 107815] Semicolon changing to comma in VLOOKUP
https://bugs.documentfoundation.org/show_bug.cgi?id=108268
[Bug 108268] EDITING: Vlookup doesn't work
https://bugs.documentfoundation.org/show_bug.cgi?id=108827
[Bug 108827] [META] Calc functions bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=109254
[Bug 109254] [FEATURE] VLOOKUP is using dynamic array when created with
Function Wizard
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106575] Correct VLOOKUP Formula - Incorrect Value shown. Shows correct value if formula reapplied / changes made in other sheets

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106575

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108268] EDITING: Vlookup doesn't work

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108268

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107160] VLOOKUP gets incorrect Value | Ctrl-Shift-F9 doesn't help

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107160

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109254] [FEATURE] VLOOKUP is using dynamic array when created with Function Wizard

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109254

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 105414] Blank cells formatted as numbers not treated as ZERO when pulled via VLOOKUP to external file

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105414

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109329


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109324] [META] Calculate bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109324

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||philip...@hotmail.com,
   ||vstuart.fo...@utsa.edu

--- Comment #1 from Yousuf Philips (jay)  ---
Also related is the hard recalculation shortcut [Shift+Ctrl+F9].

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


[Libreoffice-bugs] [Bug 109328] New: EDITING: Cannot paste text in input field placed inside protected section

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109328

Bug ID: 109328
   Summary: EDITING: Cannot paste text in input field placed
inside protected section
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rccastanhe...@outlook.com

Description:
When an input field is placed inside a protected section, pasting to the input
field stops working. Similar behaviour was reported 3 years ago in this AAO
forum thread: https://forum.openoffice.org/en/forum/viewtopic.php?f=7=70135

Steps to Reproduce:
1. Create a new Writer document.
2. Add a section (unprotected).
3. Place an input field inside the section.
4. Copy some text to the clipboard.
5. Move cursor inside the input field and paste text - it works as expected.
6. Protect the section containing the input field.
7. Move cursor inside the input field and try to paste text again - nothing
happens this time.

Actual Results:  
After protecting the section containing the input field, pasting to the input
field stopped working.

Expected Results:
Pasting text to input fields should work even when they are placed inside a
protected section. They are frequently used this way in application forms, for
example.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

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


[Libreoffice-bugs] [Bug 105705] Libreoffice Writer crashes on inserting Zotero citations

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105705

Tom Colley  changed:

   What|Removed |Added

 CC||tcol...@livingdata.com.au

--- Comment #31 from Tom Colley  ---
I have registered a bug that may be related: Bug 109327

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


[Libreoffice-bugs] [Bug 108386] [META] Sorting related bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108386

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|81010   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=81010
[Bug 81010] Calc crashes when sorting using autofilter sort
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103512] [META] AutoFilter-related bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103512

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||81010


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=81010
[Bug 81010] Calc crashes when sorting using autofilter sort
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108386] [META] Sorting related bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108386

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 109326] [META] Data filter bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109326

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||8386
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 109327] LO Crashes When Used with New Release of Zotero

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109327

Tom Colley  changed:

   What|Removed |Added

 OS|All |Linux (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-bugs] [Bug 109326] New: [META] Data filter bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109326

Bug ID: 109326
   Summary: [META] Data filter bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Depends on: 103512

Bugs related to the various filter commands found in the Data menu like
AutoFilter and Standard Filter.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109327] New: LO Crashes When Used with New Release of Zotero

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109327

Bug ID: 109327
   Summary: LO Crashes When Used with New Release of Zotero
   Product: LibreOffice
   Version: 5.3.4.2 release
  Hardware: x86 (IA32)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tcol...@livingdata.com.au

Description:
I have been using LO 5.x  with Zotero 4.x bibliographic software (running in
Firefox) for some time without any major issues. I recently upgraded to Zotero
5.06. Zotero 5.06 (which runs independently of Firefox) functions well on its
own, but (for me) fails to integrate with LO: LO crashes when any Zotero
functions are initiated from the Zotero toolbar in LO. Others and I have
pursued the matter with Zotero developers:
SEE
https://forums.zotero.org/discussion/66569/libreoffice-crashes-when-clicking-on-insert-citation
AND
https://forums.zotero.org/discussion/66609/libreoffice-v5-crashes-when-used-with-zotero-v5?new=1

The integration of LO and Zotero is done by a plugin for which I have tried old
and new versions (3.5.9 and 5.0.4). LO crashes with both versions of the
plugin. 
After much investigation, Zotero development team suggest that the problem is
likely to be a LO library as reports of this problem come from multiple people
with different versions of Linux.

I notice that Bug 105705 describes a similar problem but with Zotero 4.x (in
Firefox).

--My System---
OS: Ubuntu 14.04 32bit
Libreoffice Version: 5.3.4.2
Zotero Version: 5.06
---

Steps to Reproduce:
1. Install Libreoffice Version: 5.3.4.2 and Zotero Version: 5.04 on Ubuntu
14.04 32bit
2. Install the LO plugin for Zotero (remove any old Zotero plugin in
LibreOffice -> Tools -> Extension Manager, close LO, install the new plugin
from Zotero application by going to Preferences -> Cite -> Word Processor
Plugins)
3. Open LO with a new document and then click any of the buttons on the Zotero
toolbar (e.g. Add Citation or Set Document Preferences)

Actual Results:  
LO crashes

Expected Results:
LO inserts a Zotero citation into the document or allows Zotero document
preferences to be set.


Reproducible: Always

User Profile Reset: Yes, I initiated a new user profile (by renaming the
current one) several times while investigating this problem - see Zotero
discussion thread mentioned above.

Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:54.0) Gecko/20100101
Firefox/54.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-bugs] [Bug 103512] [META] AutoFilter-related bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103512

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109326


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108254] [META] Format filters (import/export) bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108254

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||philip...@hotmail.com,
   ||vstuart.fo...@utsa.edu
  Component|LibreOffice |filters and storage
Summary|[META] Filter   |[META] Format filters
   |(import/export) bugs and|(import/export) bugs and
   |enhancements|enhancements
  Alias|Filter  |Format-Filters

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


[Libreoffice-bugs] [Bug 108386] [META] Sorting related bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108386

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||81501


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=81501
[Bug 81501] SORT: Large memory footprint while sorting a large table
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102847] [META] Quick Find, Search and Replace

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||83141


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83141
[Bug 83141] Find & Replace extremely slow / freeze with large spreadsheet
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83141] Find & Replace extremely slow / freeze with large spreadsheet

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83141

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||102847
Summary|Calc Find Replace extremely |Find & Replace extremely
   |slow /  freeze with large   |slow / freeze with large
   |spreadsheet |spreadsheet


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108386] [META] Sorting related bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108386

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||81010


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=81010
[Bug 81010] Calc crashes when sorting using autofilter sort
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109275] TSCP Classification toolbar crashes LibreOffice applications

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109275

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #1 from Aron Budea  ---
Could you first check with a clean user profile [1], and if that doesn't help,
take a backtrace and attach here as described in [2].

[1] https://wiki.documentfoundation.org/UserProfile
[2] https://wiki.documentfoundation.org/QA/BugReport/Debug_Information

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


[Libreoffice-bugs] [Bug 96805] IBus/KMFL characters are not "swallowed" - unimplemented AccessibleEditableText components

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96805

--- Comment #4 from Aron Budea  ---
(In reply to Alex ARNAUD from comment #3)
> Could you provide a steps-by-steps description for this bug ? 
> 
> I don't understand the user consequence of this bug.

Hi Alex, Justin is a long-time LibreOffice developer, and this seemed to be an
issue described on a level that is closer to devs, I trusted his expertise, and
didn't bother actually reproducing it.

My understanding is that this is related to the feature that is described in
the last sentence in the description.
With some input systems special characters can be composed using multiple
simple characters (eg. can be typed with keyboard), and then the combinations
are replaced with the respective special character. For this certain UI
components has to support specific calls ("delete surrounding text") that is
apparently missing.

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


[Libreoffice-bugs] [Bug 109321] alignment is not correct on the buttons

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109321

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Xisco Faulí  ---


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

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


[Libreoffice-bugs] [Bug 109242] FILESAVE: Button Label still align on the left ( steps in comment 3 )

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109242

Xisco Faulí  changed:

   What|Removed |Added

 CC||xv3...@gmail.com

--- Comment #6 from Xisco Faulí  ---
*** Bug 109321 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 99634] UI: Use 'Formula' rather than 'Function' as tooltip label of equal sign button

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99634

--- Comment #7 from V Stuart Foote  ---
The toggle action of the button "composes" the formula OR "accepts" the formula
and evaluates.

So while the formula is composed of functions, cell ranges, and static values,
labeling it "Function" in the tooltip is not correct.

Action "Compose" would be more correct--matched with the "Accept" or "Cancel"
button widgets, but "Formula" IS a better tooltip than "Function".

If not change "Function" -> "Compose",  then "Function" -> "Formula" is
acceptable.

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


[Libreoffice-bugs] [Bug 109325] Selecting a spelling language should work out of the box

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109325

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Aron Budea  ---


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

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


[Libreoffice-bugs] [Bug 34142] Calc language identification should be similar to Writer's

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34142

--- Comment #13 from Aron Budea  ---
*** Bug 109325 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 99634] UI: Use 'Formula' rather than 'Function' as tooltip label of equal sign button

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99634

Heiko Tietze  changed:

   What|Removed |Added

 CC||gautier.sop...@gmail.com

--- Comment #6 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #5)
> Cor, Stuart, Eike, Heiko, Tommy: What's your take?

Bike shedding to me but Wikipedia adopts the math talk with 'formula' for
'=4/3*pi()*r³' and leaves the tech talk 'function' for informatics. So +1 for
the change.And let's invite Sophie to the party.

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


[Libreoffice-bugs] [Bug 109325] New: Selecting a spelling language should work out of the box

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109325

Bug ID: 109325
   Summary: Selecting a spelling language should work out of the
box
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: topicUI
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marcoagpi...@mail.telepac.pt
CC: marcoagpi...@mail.telepac.pt

Created attachment 134828
  --> https://bugs.documentfoundation.org/attachment.cgi?id=134828=edit
screenshot of no list of spellers

We should be able to change the spelling language by right-clicking on the
bottom bar or using the language menu, since it always shows "more dictionaries
online...".

Thanks to Áron, I was able to change the speller to Portuguese using the
"spelling" item in the menu, but it should work out of the box, because there
won't be an Áron for each newbie who wants to check spelling in Calc.

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


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

2017-07-24 Thread Julien Nabet
 dbaccess/source/inc/dsntypes.hxx   |2 +-
 xmloff/source/forms/propertyexport.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit feb54809e9c0ed921cfda3417fe1eff7d6b9e2ef
Author: Julien Nabet 
Date:   Mon Jul 24 23:25:38 2017 +0200

Typo: tyoe->type

Change-Id: I65c1da9adaec5f95d38cb523822d50e9a05386bd
Reviewed-on: https://gerrit.libreoffice.org/40384
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 

diff --git a/dbaccess/source/inc/dsntypes.hxx b/dbaccess/source/inc/dsntypes.hxx
index 911d99b367e6..e6ca73926395 100644
--- a/dbaccess/source/inc/dsntypes.hxx
+++ b/dbaccess/source/inc/dsntypes.hxx
@@ -154,7 +154,7 @@ public:
 // check if a Create New Database button may be shown to insert connection 
url
 bool supportsDBCreation(const OUString& _sURL) const;
 
-/// check if the given data source tyoe is based on the file system - i.e. 
the URL is a prefix plus a file URL
+/// check if the given data source type is based on the file system - i.e. 
the URL is a prefix plus a file URL
 bool isFileSystemBased(const OUString& _sURL) const;
 
 bool isConnectionUrlRequired(const OUString& _sURL) const;
diff --git a/xmloff/source/forms/propertyexport.cxx 
b/xmloff/source/forms/propertyexport.cxx
index add27d089911..5bc13cded759 100644
--- a/xmloff/source/forms/propertyexport.cxx
+++ b/xmloff/source/forms/propertyexport.cxx
@@ -216,7 +216,7 @@ namespace xmloff
 aValue, eValueAttName);
 break;
 default:
-OSL_FAIL("OPropertyExport::exportRemainingProperties: 
unsupported sequence tyoe !");
+OSL_FAIL("OPropertyExport::exportRemainingProperties: 
unsupported sequence type !");
 break;
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103602] new documents fail ODF validation with Error: unexpected attribute "draw:fill"

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103602

--- Comment #9 from Thorsten Behrens (CIB)  ---
(In reply to Regina Henschel from comment #8)
> Thorsten, can you please have a look at it, how a solution should look in
> principle?
> 
No real better ideas - but loext:page-fill seems redundant to me, too. Perhaps
we  can restructure the schema a bit, so that fill attributes are grouped
better, instead of repeatedly listed at various places?

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


[Libreoffice-bugs] [Bug 109261] Crash in: rtl_uString_acquire

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109261

Aron Budea  changed:

   What|Removed |Added

 Blocks|105537  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109198] EDITING: whole system crash randomly and repeatedly

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109198

Aron Budea  changed:

   What|Removed |Added

 Blocks|105537  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109193] FILESAVE crashes when saving to subdir that was recently changed from read-only to R /W

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109193

Aron Budea  changed:

   What|Removed |Added

 Blocks|105537  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 105537] [META] Assertion failed crashes

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537

Aron Budea  changed:

   What|Removed |Added

 Depends on|109193, 109198, 109261, |
   |109275, 109197  |

--- Comment #3 from Aron Budea  ---
Let's remove the non-assertions. Dávid, a good principle when evaluating if a
crashing bug belongs here is:
- it only happens with a build with debug symbols,
- the backtrace or the crash message mentions: assertion failed.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109193
[Bug 109193] FILESAVE crashes when saving to subdir that was recently changed
from read-only to R/W
https://bugs.documentfoundation.org/show_bug.cgi?id=109197
[Bug 109197] Libreoffice crashes by deleting the internal variables, writer
https://bugs.documentfoundation.org/show_bug.cgi?id=109198
[Bug 109198] EDITING: whole system crash randomly and repeatedly
https://bugs.documentfoundation.org/show_bug.cgi?id=109261
[Bug 109261] Crash in: rtl_uString_acquire
https://bugs.documentfoundation.org/show_bug.cgi?id=109275
[Bug 109275] TSCP Classification toolbar crashes LibreOffice applications
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109275] TSCP Classification toolbar crashes LibreOffice applications

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109275

Aron Budea  changed:

   What|Removed |Added

 Blocks|105537  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109197] Libreoffice crashes by deleting the internal variables, writer

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109197

Aron Budea  changed:

   What|Removed |Added

 Blocks|105537  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 103602] new documents fail ODF validation with Error: unexpected attribute "draw:fill"

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103602

Regina Henschel  changed:

   What|Removed |Added

 CC||t...@libreoffice.org

--- Comment #8 from Regina Henschel  ---
Thorsten, can you please have a look at it, how a solution should look in
principle?

(In reply to Luke Deller from comment #6)
> I understand from these comments that ODF does not support page fill by
> gradient/hatching for text documents, so we will need to move this
> information into the "loext" extension namespace.
> 
> To achieve this how about we make a child element of
>  named , and move all the
> draw:fill-* attributes onto this child element?  Or any better suggestions?

I'm no sure about a solution. We need to keep in mind, how a final solution
without namespace "loext:" can be realized in ODF 1.3. Do you have an idea
about changing the schema and the specification?

>From a technical point of view, you can put all the currently not allowed
draw:fill-* attributes individually into the "loext:" namespace, without a new
element. Please talk to Thorsten Behrens about a principle solution, perhaps
via IRC.

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


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

2017-07-24 Thread Eike Rathke
 filter/source/graphic/GraphicExportDialog.cxx|   12 --
 filter/source/graphic/GraphicExportDialog.hxx|1 
 filter/source/graphic/GraphicExportFilter.cxx|7 +++
 filter/source/graphic/GraphicExportFilter.hxx|1 
 include/svtools/DocumentToGraphicRenderer.hxx|5 ++
 include/svtools/GraphicExportOptionsDialog.hxx   |3 +
 svtools/source/filter/DocumentToGraphicRenderer.cxx  |   35 +++
 svtools/source/filter/GraphicExportOptionsDialog.cxx |5 +-
 8 files changed, 55 insertions(+), 14 deletions(-)

New commits:
commit a7a99a574660fc62a9514b2ed3f8ddfe8ad8540c
Author: Eike Rathke 
Date:   Mon Jul 24 22:31:34 2017 +0200

Export to PNG: use selection if Selection is selected

The SelectionOnly property from the export file dialog was not passed down 
from
GraphicExportFilter::filter() to DocumentToGraphicRenderer so that always
passed a component model instead of a selection object to the 
implementation of
XRenderable (getRendererCount(), getRenderer(), render())

Also have GraphicExportDialog consider the selection so the
DocumentToGraphicRenderer at its GraphicExportOptionsDialog calls 
XRenderable
the same.

Change-Id: I976bf16cf87cf5ca2678bdba7adfaf61c2063168
Reviewed-on: https://gerrit.libreoffice.org/40380
Reviewed-by: Eike Rathke 
Tested-by: Jenkins 

diff --git a/filter/source/graphic/GraphicExportDialog.cxx 
b/filter/source/graphic/GraphicExportDialog.cxx
index 4cd6346ae3c7..4f1d47acaf68 100644
--- a/filter/source/graphic/GraphicExportDialog.cxx
+++ b/filter/source/graphic/GraphicExportDialog.cxx
@@ -35,8 +35,9 @@ using namespace css::uno;
 using namespace css::beans;
 using namespace css::lang;
 
-GraphicExportDialog::GraphicExportDialog( const Reference< XComponentContext 
>& )
-: meFieldUnit(FUNIT_NONE)
+GraphicExportDialog::GraphicExportDialog( const Reference< XComponentContext 
>& ) :
+meFieldUnit(FUNIT_NONE),
+mbSelectionOnly(false)
 {
 }
 
@@ -84,6 +85,10 @@ void GraphicExportDialog::setPropertyValues( const 
Sequence& aPro
 {
 maMediaDescriptor[ i ].Value >>= maFilterDataSequence;
 }
+else if ( maMediaDescriptor[ i ].Name == "SelectionOnly" )
+{
+maMediaDescriptor[ i ].Value >>= mbSelectionOnly;
+}
 }
 }
 
@@ -96,7 +101,8 @@ void GraphicExportDialog::setTitle( const OUString& aTitle )
 sal_Int16 GraphicExportDialog::execute()
 {
 sal_Int16 nReturn = ui::dialogs::ExecutableDialogResults::CANCEL;
-ScopedVclPtrInstance< GraphicExportOptionsDialog > 
graphicExportOptionsDialog( Application::GetDefDialogParent(), mxSourceDocument 
);
+ScopedVclPtrInstance< GraphicExportOptionsDialog > 
graphicExportOptionsDialog( Application::GetDefDialogParent(),
+mxSourceDocument, mbSelectionOnly );
 if (graphicExportOptionsDialog->Execute() == RET_OK )
 {
 maFilterDataSequence = graphicExportOptionsDialog->getFilterData();
diff --git a/filter/source/graphic/GraphicExportDialog.hxx 
b/filter/source/graphic/GraphicExportDialog.hxx
index bad51f9ae1ee..dcbb8e5bcd9d 100644
--- a/filter/source/graphic/GraphicExportDialog.hxx
+++ b/filter/source/graphic/GraphicExportDialog.hxx
@@ -48,6 +48,7 @@ class GraphicExportDialog : public cppu::WeakImplHelper
 
 OUString   maDialogTitle;
 FieldUnit  meFieldUnit;
+bool   mbSelectionOnly;
 
 public:
 
diff --git a/filter/source/graphic/GraphicExportFilter.cxx 
b/filter/source/graphic/GraphicExportFilter.cxx
index 15dea5400298..e4279513416e 100644
--- a/filter/source/graphic/GraphicExportFilter.cxx
+++ b/filter/source/graphic/GraphicExportFilter.cxx
@@ -26,6 +26,7 @@
 GraphicExportFilter::GraphicExportFilter( const Reference&  
)
 : mTargetWidth(0)
 , mTargetHeight(0)
+, mbSelectionOnly(false)
 {}
 
 GraphicExportFilter::~GraphicExportFilter()
@@ -56,6 +57,10 @@ void GraphicExportFilter::gatherProperties( const 
Sequence& rProp
 {
 aProperty.Value >>= mxOutputStream;
 }
+else if ( aProperty.Name == "SelectionOnly" )
+{
+aProperty.Value >>= mbSelectionOnly;
+}
 }
 
 for ( sal_Int32 i = 0; i < mFilterDataSequence.getLength(); i++ )
@@ -93,7 +98,7 @@ sal_Bool SAL_CALL GraphicExportFilter::filter( const 
Sequence& rD
 {
 gatherProperties(rDescriptor);
 
-DocumentToGraphicRenderer aRenderer( mxDocument );
+DocumentToGraphicRenderer aRenderer( mxDocument, mbSelectionOnly );
 sal_Int32 aCurrentPage = aRenderer.getCurrentPageWriter();
 Size aDocumentSizePixel = aRenderer.getDocumentSizeInPixels(aCurrentPage);
 
diff --git a/filter/source/graphic/GraphicExportFilter.hxx 
b/filter/source/graphic/GraphicExportFilter.hxx
index 1f639ca9d775..1514bdefa774 100644
--- a/filter/source/graphic/GraphicExportFilter.hxx
+++ b/filter/source/graphic/GraphicExportFilter.hxx

[Libreoffice-ux-advise] [Bug 99634] UI: Use 'Formula' rather than 'Function' as tooltip label of equal sign button

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99634

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |ba...@quipo.it,
   |.freedesktop.org|c...@nouenoff.nl,
   ||er...@redhat.com,
   ||philip...@hotmail.com,
   ||vstuart.fo...@utsa.edu
Summary|UI: wrong word function |UI: Use 'Formula' rather
   |instead of formula  |than 'Function' as tooltip
   ||label of equal sign button

--- Comment #5 from Yousuf Philips (jay)  ---
Seems like a one-liner to fix, as long as we have agreement on the change.

Cor, Stuart, Eike, Heiko, Tommy: What's your take?

https://opengrok.libreoffice.org/xref/core/sc/inc/strings.hrc#179

-- 
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 99634] UI: Use 'Formula' rather than 'Function' as tooltip label of equal sign button

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99634

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |ba...@quipo.it,
   |.freedesktop.org|c...@nouenoff.nl,
   ||er...@redhat.com,
   ||philip...@hotmail.com,
   ||vstuart.fo...@utsa.edu
Summary|UI: wrong word function |UI: Use 'Formula' rather
   |instead of formula  |than 'Function' as tooltip
   ||label of equal sign button

--- Comment #5 from Yousuf Philips (jay)  ---
Seems like a one-liner to fix, as long as we have agreement on the change.

Cor, Stuart, Eike, Heiko, Tommy: What's your take?

https://opengrok.libreoffice.org/xref/core/sc/inc/strings.hrc#179

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


[Libreoffice-bugs] [Bug 99634] UI: wrong word function instead of formula

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99634

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|108253  |108660


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108253
[Bug 108253] [META] Calc cell formula bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108660
[Bug 108660] [META] Formula bar (input line) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108660] [META] Formula bar (input line) bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108660

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||99634


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99634
[Bug 99634] UI: wrong word function instead of formula
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108253] [META] Calc cell formula bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|99634   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99634
[Bug 99634] UI: wrong word function instead of formula
-- 
You are receiving this mail because:
You 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 99634] UI: wrong word function instead of formula

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99634

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|108253  |108660


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108253
[Bug 108253] [META] Calc cell formula bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108660
[Bug 108660] [META] Formula bar (input line) bugs and enhancements
-- 
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 99359] Can't export the current worksheet as a PNG image

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99359

--- Comment #3 from Marco A.G.Pinto  ---
LO 5.3.4.2 still has the bug.

I have spent endless hours today trying to workaround 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 109322] New: Mac OS X main .app not signed in 5.4.0.3, language .app not signed in 5.4.0.3 and in 5.3.5.1 (regression)

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109322

Bug ID: 109322
   Summary: Mac OS X main .app not signed in 5.4.0.3, language
.app not signed in 5.4.0.3 and in 5.3.5.1 (regression)
   Product: LibreOffice
   Version: 5.4.0.3 rc
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fuchs_fr...@freenet.de

Description:
The Mac OS X installation main package (LibreOffice.app) and the language
installation package (LibreOffice Language Pack.app) are not signed by a
verified Apple developer.

Steps to Reproduce:
1.open the .dmg 
2.double click on the .app installation package (both, main and language are
affected)
3.Mac OS X reports that they are not signed by a verified Apple developer

Actual Results:  
see step 3

Expected Results:
both .app installation packages should have been signed with a valid
certificate. There should not be an error message, starting the .app with a
double click should work w/o an error message.


Reproducible: Always

User Profile Reset: No

Additional Info:
The language pack .app in 5.3.5.1 is not signed, too.


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:54.0)
Gecko/20100101 Firefox/54.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: sd/source

2017-07-24 Thread Caolán McNamara
 sd/source/ui/slidesorter/controller/SlideSorterController.cxx |   14 
+++---
 sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx |1 
 2 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit d30ae9c17ba51a55dd491f4c91712860b495f424
Author: Caolán McNamara 
Date:   Mon Jul 24 21:32:30 2017 +0100

don't jump back to selected slide on right click context menu

i.e. two many slides to fit in slide sorter panel, so scroll bar,
select slide one, scroll to the end and right click between slides
(or anywhere that isn't a slide) and without this fix the sorter
jumps back to make the selected slide 1 visible. The right click
menu will offer "new slide", choosing that will insert a slide
at the point that was originally clicked, not at the point it
was scrolled back to

losing focus trigger a (dubious looking) callback to jump to the
selected slide, so disable it while context menu is up

Change-Id: Ie42bf158258cc38c9b7cfda7672f24d2ac8bfa11
Reviewed-on: https://gerrit.libreoffice.org/40379
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx 
b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx
index 7163ac888ede..52d102f2c42b 100644
--- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx
+++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx
@@ -110,6 +110,7 @@ SlideSorterController::SlideSorterController (SlideSorter& 
rSlideSorter)
   mpListener(),
   mnModelChangeLockCount(0),
   mbIsForcedRearrangePending(false),
+  mbContextMenuOpen(false),
   mbPostModelChangePending(false),
   maSelectionBeforeSwitch(),
   mnCurrentPageBeforeSwitch(0),
@@ -382,7 +383,9 @@ bool SlideSorterController::Command (
 SfxDispatcher* pDispatcher = pViewShell->GetDispatcher();
 if (pDispatcher != nullptr)
 {
+mbContextMenuOpen = true;
 pDispatcher->ExecutePopup( aPopupId, pWindow, 
 );
+mbContextMenuOpen = false;
 mrSlideSorter.GetView().UpdatePageUnderMouse();
 ::rtl::Reference 
pFunction(GetCurrentSelectionFunction());
 if (pFunction.is())
@@ -547,9 +550,14 @@ IMPL_LINK(SlideSorterController, WindowEventHandler, 
VclWindowEvent&, rEvent, vo
 GetFocusManager().HideFocus();
 mrView.GetToolTip().Hide();
 
-// Select the current slide so that it is properly
-// visualized when the focus is moved to the edit view.
-
GetPageSelector().SelectPage(GetCurrentSlideManager()->GetCurrentSlide());
+//don't scroll back to the selected slide when we lose
+//focus due to a temporary active context menu
+if (!mbContextMenuOpen)
+{
+// Select the current slide so that it is properly
+// visualized when the focus is moved to the edit view.
+
GetPageSelector().SelectPage(GetCurrentSlideManager()->GetCurrentSlide());
+}
 }
 break;
 
diff --git a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx 
b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
index 9a68255a09d1..60c6f58a9fe0 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
@@ -240,6 +240,7 @@ private:
 
 int mnModelChangeLockCount;
 bool mbIsForcedRearrangePending;
+bool mbContextMenuOpen;
 
 bool mbPostModelChangePending;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 101217] Setting the column width and height should not round the values causing compounding errors

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101217

Nathan Shearer  changed:

   What|Removed |Added

Version|5.1.2.2 release |4.4.4.3 release

--- Comment #3 from Nathan Shearer  ---
Retested and I can confirm this bug still exists in:
4.4.4.3
5.1.2.2
5.2.7.2
5.3.4.2

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


[Libreoffice-bugs] [Bug 62277] Consecutive and duplicated error messages when save to overwrite a document without permission.

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62277

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #9 from Jean-Baptiste Faure  ---
Under Ubuntu 16.04 x86-64 and LO 5.4.1.0.0+ I get only one error message.

So closing as WorksForMe. Please, feel free to reopen if you disagree.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 109321] New: alignment is not correct on the buttons

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109321

Bug ID: 109321
   Summary: alignment is not correct on the buttons
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xv3...@gmail.com

Created attachment 134827
  --> https://bugs.documentfoundation.org/attachment.cgi?id=134827=edit
text in buttons are not in center

Recently when opening my file for members, that i created with dbase, the text
on the buttons next to end file, is not correct displayed

Version: 5.4.1.0.0+
Build ID: 6622ea7365fbf1b425e5f90667dd7e6466fd0293
CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-5-4, Time:
2017-07-21_06:37:51
Locale: nl-BE (en_US.UTF-8); Calc: group

and

Version: 6.0.0.0.alpha0+
Build ID: 8becd40f030b94fe3fb6ad82b048ee97daaea2b1
CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: kde4; 
Locale: nl-BE (en_US.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-bugs] [Bug 107977] [META] Calc feature enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107977

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|109189  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109189
[Bug 109189] Statusbar sum and average calculation with decimal values
equivalent to zero sometimes shows incorrect negative exponential value
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86066] [META] Improvements to the statusbar

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86066

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109189


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109189
[Bug 109189] Statusbar sum and average calculation with decimal values
equivalent to zero sometimes shows incorrect negative exponential value
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109189] Statusbar sum and average calculation with decimal values equivalent to zero sometimes shows incorrect negative exponential value

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109189

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Hardware|x86-64 (AMD64)  |All
Version|5.3.1.2 release |Inherited From OOo
 Blocks|107977  |86066
Summary|Internal SUM calculation of |Statusbar sum and average
   |over 6 negative decimal |calculation with decimal
   |values results in rounding  |values equivalent to zero
   |error   |sometimes shows incorrect
   ||negative exponential value
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #5 from Yousuf Philips (jay)  ---
Steps:
1. Open attachment 134826
2. Select the values in either columns B, D, or H
3. Look in the statusbar section that normally shows 'Average: ; Sum: 0' and
notice that it has a negative value rather than a 0.

Version: 6.0.0.0.alpha0+
Build ID: 888f3f18cf42ca08f55a5e4826b4298f391e14aa
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86066
[Bug 86066] [META] Improvements to the statusbar
https://bugs.documentfoundation.org/show_bug.cgi?id=107977
[Bug 107977] [META] Calc feature enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109189] Internal SUM calculation of over 6 negative decimal values results in rounding error

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109189

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #4 from Yousuf Philips (jay)  ---
Created attachment 134826
  --> https://bugs.documentfoundation.org/attachment.cgi?id=134826=edit
sample

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - connectivity/source

2017-07-24 Thread Rico Tzschichholz
 connectivity/source/drivers/evoab2/EApi.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit ffe568afd34be683430e6a31ca2368f957a4876d
Author: Rico Tzschichholz 
Date:   Mon Jul 24 11:24:48 2017 +0200

add libebook-1.2.so.19 in EApi.cxx

Change-Id: I900a190948087360bb4c3cd9235c9848333ad66f
Reviewed-on: https://gerrit.libreoffice.org/40358
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 
(cherry picked from commit 5844d813411be8c4c7c394be07a49eaf92885758)
Reviewed-on: https://gerrit.libreoffice.org/40362

diff --git a/connectivity/source/drivers/evoab2/EApi.cxx 
b/connectivity/source/drivers/evoab2/EApi.cxx
index fc81a1944769..81db0b0d83df 100644
--- a/connectivity/source/drivers/evoab2/EApi.cxx
+++ b/connectivity/source/drivers/evoab2/EApi.cxx
@@ -21,6 +21,7 @@
 #define  DECLARE_FN_POINTERS 1
 #include "EApi.h"
 static const char *eBookLibNames[] = {
+"libebook-1.2.so.19", // evolution-data-server 3.24+
 "libebook-1.2.so.16",
 "libebook-1.2.so.15",
 "libebook-1.2.so.14", // bumped again (evolution-3.6)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107340] Undo label shows "Delete $1" after deleting text with Track Changes set

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107340

Gabor Kelemen  changed:

   What|Removed |Added

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

--- Comment #4 from Gabor Kelemen  ---
Checked with current master build, now the deleted text appears correctly in
the Edit -> Undo menu. Thanks!

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


[Libreoffice-ux-advise] [Bug 107601] Rename Data > Statistics > "t-test" to "paired t-test"

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107601

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |olivier.hallot@documentfoun
   |.freedesktop.org|dation.org,
   ||tietze.he...@gmail.com

--- Comment #3 from Heiko Tietze  ---
That's not a UX question but pure statistics
(https://en.wikipedia.org/wiki/Student%27s_t-test#Unpaired_and_paired_two-sample_t-tests).
We should make it at least/additionally clear in the help. Adding Olivier.

-- 
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 107601] Rename Data > Statistics > "t-test" to "paired t-test"

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107601

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |olivier.hallot@documentfoun
   |.freedesktop.org|dation.org,
   ||tietze.he...@gmail.com

--- Comment #3 from Heiko Tietze  ---
That's not a UX question but pure statistics
(https://en.wikipedia.org/wiki/Student%27s_t-test#Unpaired_and_paired_two-sample_t-tests).
We should make it at least/additionally clear in the help. Adding Olivier.

-- 
You are receiving this mail because:
You 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/svx sc/inc sc/source sd/inc sd/Library_sd.mk sd/source svx/source

2017-07-24 Thread Noel Grandin
 include/svx/galmisc.hxx  |9 -
 include/svx/svdetc.hxx   |3 -
 include/svx/svdobj.hxx   |8 -
 sc/inc/userdat.hxx   |8 -
 sc/source/core/data/drwlayer.cxx |4 --
 sc/source/core/data/userdat.cxx  |   25 
 sd/Library_sd.mk |1 
 sd/inc/sdobjfac.hxx  |   39 -
 sd/source/core/sdobjfac.cxx  |   59 ---
 sd/source/ui/app/sddll.cxx   |4 --
 svx/source/gallery2/galmisc.cxx  |8 -
 svx/source/gallery2/galtheme.cxx |2 -
 svx/source/svdraw/svdetc.cxx |6 ---
 svx/source/svdraw/svdobj.cxx |   19 
 14 files changed, 195 deletions(-)

New commits:
commit b6c3afdcbe66075f5a82d35ce8e403e7fe696174
Author: Noel Grandin 
Date:   Mon Jul 24 13:56:33 2017 +0200

SdrGlobalData::aUserMakeObjUserDataHdl is unused

ever since

commit ddb1d5ebf0a81888001ffa1dbab883df70cdc279
Author: Felix Zhang 
Date:   Fri Nov 18 18:23:52 2011 +0800
remove unused Sdr methods

removed the SdrObjFactory::MakeNewObjUserData method

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

diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index 7ab20dee1ef0..b74f7f7e2061 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -115,15 +115,6 @@ public:
 const ImageMap& GetImageMap() const { return aImageMap; }
 };
 
-class SgaUserDataFactory
-{
-public:
-SgaUserDataFactory() { SdrObjFactory::InsertMakeUserDataHdl( 
LINK(this,SgaUserDataFactory,MakeUserData) ); }
-~SgaUserDataFactory() { SdrObjFactory::RemoveMakeUserDataHdl( 
LINK(this,SgaUserDataFactory,MakeUserData) ); }
-
-DECL_STATIC_LINK( SgaUserDataFactory, MakeUserData, 
SdrObjUserDataCreatorParams, SdrObjUserData* );
-};
-
 class GraphicFilter;
 
 class SVX_DLLPUBLIC GalleryProgress
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx
index 8cffd3cb6323..171e8d1318ba 100644
--- a/include/svx/svdetc.hxx
+++ b/include/svx/svdetc.hxx
@@ -168,7 +168,6 @@ public:
 
 
 std::vector>& ImpGetUserMakeObjHdl();
-std::vector>& 
ImpGetUserMakeObjUserDataHdl();
 
 class SdrOle2Obj;
 class AutoTimer;
@@ -204,8 +203,6 @@ class SVX_DLLPUBLIC SdrGlobalData
 public:
 std::vector>
 aUserMakeObjHdl;
-std::vector>
-aUserMakeObjUserDataHdl;
 SdrEngineDefaults*  pDefaults;
 OLEObjCache aOLEObjCache;
 
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 380564066a69..5d4669eb5749 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -968,12 +968,6 @@ struct SdrObjCreatorParams
 SdrInventor nInventor;
 sal_uInt16  nObjIdentifier;
 };
-struct SdrObjUserDataCreatorParams
-{
-SdrInventor nInventor;
-sal_uInt16  nObjIdentifier;
-SdrObject*  pObject;
-};
 
 /**
  * Whoever creates his own objects must set a link in the SdrObjFactory class.
@@ -990,8 +984,6 @@ public:
 static SdrObject* MakeNewObject(SdrInventor nInventor, sal_uInt16 
nObjIdentifier, const tools::Rectangle& rSnapRect, SdrPage* pPage);
 static void InsertMakeObjectHdl(Link 
const & rLink);
 static void RemoveMakeObjectHdl(Link 
const & rLink);
-static void InsertMakeUserDataHdl(Link const & rLink);
-static void RemoveMakeUserDataHdl(Link const & rLink);
 
 private:
 static SVX_DLLPRIVATE SdrObject* CreateObjectFromFactory(
diff --git a/sc/inc/userdat.hxx b/sc/inc/userdat.hxx
index 756ddc4876ef..4ee5b27ebc7e 100644
--- a/sc/inc/userdat.hxx
+++ b/sc/inc/userdat.hxx
@@ -31,14 +31,6 @@
 #define SC_UD_IMAPDATA  2
 #define SC_UD_MACRODATA 3
 
-class ScDrawObjFactory
-{
-DECL_STATIC_LINK( ScDrawObjFactory, MakeUserData, 
SdrObjUserDataCreatorParams, SdrObjUserData* );
-public:
-ScDrawObjFactory();
-   ~ScDrawObjFactory();
-};
-
 class SC_DLLPUBLIC ScDrawObjData : public SdrObjUserData
 {
 public:
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx
index 0c0544e27e2f..16833568b511 100644
--- a/sc/source/core/data/drwlayer.cxx
+++ b/sc/source/core/data/drwlayer.cxx
@@ -79,7 +79,6 @@
 
 using namespace ::com::sun::star;
 
-static ScDrawObjFactory* pFac = nullptr;
 static E3dObjFactory* pF3d = nullptr;
 static sal_uInt16 nInst = 0;
 
@@ -323,7 +322,6 @@ ScDrawLayer::ScDrawLayer( ScDocument* pDocument, const 

[Libreoffice-bugs] [Bug 93244] Widescreen aspect ratio (16:9) by default in Impress

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93244

--- Comment #9 from Bastián Díaz  ---
(In reply to Yousuf Philips (jay) from comment #8)
> 
> Well this discussion would only focus on the default interface layout, but
> even if we include the other interface layouts, all but the tabbed
> notebookbar utilize the sidebar.
> 

why? You say it as if the interfaces in LO were something static, even the
default layout is dynamic. There are elements that are only found in the
sidebar or will follow that path. 
If only showing the tab bar of sidebar by default, you gain more space by
showing a 16:9 slide than a 4:3 slide.
https://cloud.woelkli.com/s/z13YdEk4RImhjee

On the other hand, it is not a real problem using different configurations of
the default layout using a 16:9 page format (note: the size of the sidebar is
the one that brings by default LO). https://cloud.woelkli.com/s/amf5az6HWlCtwtm

I don't think you should not use a new page format simply because the default
layout has less space to work, but instead, adapt the elements of the default
layout to embrace the new format is the way. As I said earlier 4:3 formats are
legacy and so other presentation applications offer templates for this,
although currently the default format is 16:9. Also consider Apple Keynote, MS
Power Point and other presentations apps also have a slide pane and a sidebar
using the 16:9 format by default for years.

> 
> As mentioned above in comment 1, "... the majority of them havent shifted
> over to widescreen yet, but provide in their template selector dialog an
> easy means of seeing 4:3 and 16:9 templates to choose from." This statement
> is true for iwork keynote, calligra stage, corel presentation x7, and used
> to also be true for GDrive when i made that comment.
> 

On the template selector I agree, but it is not so on the default page format.
The dialog for selecting templates is optional and shows both options, however,
the default format remains 16:9 if nothing is selected. 

> The simplest solution is to do the same and create a black 4:3 and 16:9
> templates that the users can select from when the template manager appears.
> 

IMHO I think it is not good to show templates of different formats on one page.
For example, Apple Keynote shows a set of common templates and a combobox that
allows you to select the resolution of these (changing the aspect ratio), even
if the resolution is changed, the same set of templates is displayed.

LibreOffice could display a limited set of templates (including a blank layout)
available in 16:9 and 4:3 aspect ratio.

-- 
You are receiving this mail because:
You 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 93244] Widescreen aspect ratio (16:9) by default in Impress

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93244

--- Comment #9 from Bastián Díaz  ---
(In reply to Yousuf Philips (jay) from comment #8)
> 
> Well this discussion would only focus on the default interface layout, but
> even if we include the other interface layouts, all but the tabbed
> notebookbar utilize the sidebar.
> 

why? You say it as if the interfaces in LO were something static, even the
default layout is dynamic. There are elements that are only found in the
sidebar or will follow that path. 
If only showing the tab bar of sidebar by default, you gain more space by
showing a 16:9 slide than a 4:3 slide.
https://cloud.woelkli.com/s/z13YdEk4RImhjee

On the other hand, it is not a real problem using different configurations of
the default layout using a 16:9 page format (note: the size of the sidebar is
the one that brings by default LO). https://cloud.woelkli.com/s/amf5az6HWlCtwtm

I don't think you should not use a new page format simply because the default
layout has less space to work, but instead, adapt the elements of the default
layout to embrace the new format is the way. As I said earlier 4:3 formats are
legacy and so other presentation applications offer templates for this,
although currently the default format is 16:9. Also consider Apple Keynote, MS
Power Point and other presentations apps also have a slide pane and a sidebar
using the 16:9 format by default for years.

> 
> As mentioned above in comment 1, "... the majority of them havent shifted
> over to widescreen yet, but provide in their template selector dialog an
> easy means of seeing 4:3 and 16:9 templates to choose from." This statement
> is true for iwork keynote, calligra stage, corel presentation x7, and used
> to also be true for GDrive when i made that comment.
> 

On the template selector I agree, but it is not so on the default page format.
The dialog for selecting templates is optional and shows both options, however,
the default format remains 16:9 if nothing is selected. 

> The simplest solution is to do the same and create a black 4:3 and 16:9
> templates that the users can select from when the template manager appears.
> 

IMHO I think it is not good to show templates of different formats on one page.
For example, Apple Keynote shows a set of common templates and a combobox that
allows you to select the resolution of these (changing the aspect ratio), even
if the resolution is changed, the same set of templates is displayed.

LibreOffice could display a limited set of templates (including a blank layout)
available in 16:9 and 4:3 aspect ratio.

-- 
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 109315] CPU spikes when in options dialog paths section (gtk3)

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109315

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #1 from Aron Budea  ---
Can't reproduce with the following build. Checked using htop, no cores had more
than 10% utilization.

Version: 6.0.0.0.alpha0+
Build ID: 4815b6f7c70cca5a226163cb8a227f32be48
CPU threads: 16; OS: Linux 4.10; UI render: default; VCL: gtk3; 
Locale: en-GB (en_US.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-5.3' - connectivity/source

2017-07-24 Thread Aron Budea
 connectivity/source/inc/writer/WConnection.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 112479351ea3c794578d58af12c8c6f501f0c0ef
Author: Aron Budea 
Date:   Mon Jul 24 21:00:15 2017 +0200

Fix build

after c478d1b3cc371d3b9e8147ff57347f99d25c565e
error: looser throw specifier

Change-Id: I458b5aaa58f10b951c823cae3d32ef1832c11787
Reviewed-on: https://gerrit.libreoffice.org/40378
Reviewed-by: Aron Budea 
Tested-by: Aron Budea 

diff --git a/connectivity/source/inc/writer/WConnection.hxx 
b/connectivity/source/inc/writer/WConnection.hxx
index d0911ba4..7894141321e0 100644
--- a/connectivity/source/inc/writer/WConnection.hxx
+++ b/connectivity/source/inc/writer/WConnection.hxx
@@ -108,7 +108,7 @@ class OWriterConnection : public file::OConnection
 cppu::WeakComponentImplHelperBase::disposing();
 }
 
-virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) 
override
+virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) 
throw (::css::uno::RuntimeException, ::std::exception) override
 {
 const bool bShutDown = (rEvent.Source == m_xDesktop);
 if (bShutDown)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103412] Base report builder: "font color" and "background color" buttons in conditional formatting are broken

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103412

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #5 from Julien Nabet  ---
On pc Debian x86-64 with kde4 rendering on master sources updated today or with
LO Debian package 5.3.4, I don't reproduce this.

Robert/Matteo: could you give it a try with a recent LO version?

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


[Libreoffice-bugs] [Bug 105857] MultiSelection list box not working with Dropdown > Yes

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105857

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #7 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I can see values when
clicking on the arrow of the dropbox.
I can then select several values (not very easily I must recognize) with
Ctrl+left click
How was the behaviour in old version?

-- 
You are receiving this mail because:
You 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 'feature/cpu_intrinsics_support' - vcl/benchmarks

2017-07-24 Thread Tomaž Vajngerl
 vcl/benchmarks/ScanlineBenchmark.cxx |   98 +++
 1 file changed, 98 insertions(+)

New commits:
commit aad060cf9e35873dec4e2608e33b7f9d32afb11b
Author: Tomaž Vajngerl 
Date:   Mon Jul 24 20:38:46 2017 +0200

benchmark for color component swap - ScanlineBenchmark

Change-Id: Icf737f7efdc386185fabab2fda0b71d73a5dfa36

diff --git a/vcl/benchmarks/ScanlineBenchmark.cxx 
b/vcl/benchmarks/ScanlineBenchmark.cxx
new file mode 100644
index ..83d328b9387f
--- /dev/null
+++ b/vcl/benchmarks/ScanlineBenchmark.cxx
@@ -0,0 +1,98 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+
+#include "ScanlineTools.hxx"
+
+// SCOPED NANO TIMER
+#include 
+#include 
+#include 
+
+struct ScopedNanoTimer
+{
+std::string msName;
+std::chrono::high_resolution_clock::time_point maStart;
+
+ScopedNanoTimer(std::string sName)
+: msName(sName)
+, maStart(std::chrono::high_resolution_clock::now())
+{}
+
+~ScopedNanoTimer(void)
+{
+auto aEnd = std::chrono::high_resolution_clock::now();
+sal_Int64 aDurationInMilliSeconds = 
std::chrono::duration_cast(aEnd - maStart).count();
+if (aDurationInMilliSeconds > 10)
+std::cout << msName << " time : " << aDurationInMilliSeconds << " 
ms" << std::endl;
+}
+};
+
+namespace vcl
+{
+
+namespace benchmark
+{
+
+void benchmarkConvertScanlineRGBAtoBGRA()
+{
+sal_uInt8 R = 1;
+sal_uInt8 G = 100;
+sal_uInt8 B = 57;
+sal_uInt8 A = 255;
+
+sal_uInt8 aPixelSource[]   = { R, G, B, A };
+
+std::vector aSource(2000 * 4);
+std::vector aDestination(2000 * 4);
+
+for (size_t i = 0; i < aSource.size(); ++i)
+{
+aSource[i] = aPixelSource[i % 4];
+}
+
+const int nNumberOfLoops = 10;
+
+{
+ScopedNanoTimer aTimer("loop");
+for (int c = 0; c < nNumberOfLoops; c++)
+{
+vcl::scanline::swapABCDtoCBAD(aSource.data(), aDestination.data(), 
aSource.size());
+}
+}
+if (cpuid::hasSSE2())
+{
+ScopedNanoTimer aTimer("sse2");
+for (int c = 0; c < nNumberOfLoops; c++)
+{
+vcl::scanline::swapABCDtoCBAD_SSE2(aSource.data(), 
aDestination.data(), aSource.size());
+}
+}
+if (cpuid::hasSSSE3())
+{
+ScopedNanoTimer aTimer("ssse3");
+for (int c = 0; c < nNumberOfLoops; c++)
+{
+vcl::scanline::swapABCDtoCBAD_SSSE3(aSource.data(), 
aDestination.data(), aSource.size());
+}
+}
+if (cpuid::hasAVX2())
+{
+ScopedNanoTimer aTimer("avx2");
+for (int c = 0; c < nNumberOfLoops; c++)
+{
+vcl::scanline::swapABCDtoCBAD_AVX2(aSource.data(), 
aDestination.data(), aSource.size());
+}
+}
+}
+
+} // anonymous namespace
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/cpu_intrinsics_support' - vcl/CppunitTest_vcl_bitmap_test.mk vcl/qa

2017-07-24 Thread Tomaž Vajngerl
 vcl/CppunitTest_vcl_bitmap_test.mk   |2 
 vcl/qa/cppunit/ScanlineToolsTest.cxx |  120 +++
 2 files changed, 122 insertions(+)

New commits:
commit 1936505690b7e14d4fb2a3dbcc92c497bf203bbb
Author: Tomaž Vajngerl 
Date:   Mon Jul 24 20:30:55 2017 +0200

test for color component swap from ScanlineTools

Change-Id: I39804a1ab36f4f62ba78f3e7486a83e42e20811d

diff --git a/vcl/CppunitTest_vcl_bitmap_test.mk 
b/vcl/CppunitTest_vcl_bitmap_test.mk
index d01684480b03..a7bae0bd593f 100644
--- a/vcl/CppunitTest_vcl_bitmap_test.mk
+++ b/vcl/CppunitTest_vcl_bitmap_test.mk
@@ -11,12 +11,14 @@ $(eval $(call gb_CppunitTest_CppunitTest,vcl_bitmap_test))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_bitmap_test, \
 vcl/qa/cppunit/BitmapTest \
+vcl/qa/cppunit/ScanlineToolsTest \
 ))
 
 $(eval $(call gb_CppunitTest_use_externals,vcl_bitmap_test,\
boost_headers \
glm_headers \
 ))
+
 ifeq ($(ENABLE_HEADLESS),)
 $(eval $(call gb_CppunitTest_use_externals,vcl_bitmap_test,\
  epoxy \
diff --git a/vcl/qa/cppunit/ScanlineToolsTest.cxx 
b/vcl/qa/cppunit/ScanlineToolsTest.cxx
new file mode 100644
index ..cfc93ecec3ae
--- /dev/null
+++ b/vcl/qa/cppunit/ScanlineToolsTest.cxx
@@ -0,0 +1,120 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+#include 
+#include 
+#include 
+
+#include 
+
+#include "ScanlineTools.hxx"
+
+namespace
+{
+
+class ScanlineToolsTest : public CppUnit::TestFixture
+{
+void testConvertScanlineRGBAtoBGRA();
+
+CPPUNIT_TEST_SUITE(ScanlineToolsTest);
+CPPUNIT_TEST(testConvertScanlineRGBAtoBGRA);
+CPPUNIT_TEST_SUITE_END();
+};
+
+void ScanlineToolsTest::testConvertScanlineRGBAtoBGRA()
+{
+sal_uInt8 R = 50;
+sal_uInt8 G = 100;
+sal_uInt8 B = 150;
+sal_uInt8 A = 200;
+
+sal_uInt8 aPixelSource[]   = { R, G, B, A };
+sal_uInt8 aPixelExpected[] = { B, G, R, A };
+
+size_t aSize = (256 + 2) * 4;
+
+std::vector aSource(aSize);
+std::vector aExpected(aSize);
+
+for (size_t i = 0; i < aSource.size(); ++i)
+{
+aSource[i]   = (aPixelSource[i % 4] + (i / 4));
+aExpected[i] = (aPixelExpected[i % 4] + (i / 4));
+}
+
+{
+std::vector aDestination(aSize);
+
+bool bResult = vcl::scanline::swapABCDtoCBAD(aSource.data(), 
aDestination.data(), aSource.size());
+CPPUNIT_ASSERT(bResult);
+
+for (size_t i = 0; i < aSource.size(); i += 4)
+{
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 0]), int(aDestination[i + 
0]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 1]), int(aDestination[i + 
1]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 2]), int(aDestination[i + 
2]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 3]), int(aDestination[i + 
3]));
+}
+}
+
+if (cpuid::hasSSE2())
+{
+std::vector aDestination(aSize);
+
+bool bResult = vcl::scanline::swapABCDtoCBAD_SSE2(aSource.data(), 
aDestination.data(), aSource.size());
+CPPUNIT_ASSERT(bResult);
+
+for (size_t i = 0; i < aSource.size(); i += 4)
+{
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 0]), int(aDestination[i + 
0]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 1]), int(aDestination[i + 
1]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 2]), int(aDestination[i + 
2]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 3]), int(aDestination[i + 
3]));
+}
+}
+
+if (cpuid::hasSSSE3())
+{
+std::vector aDestination(aSize);
+
+bool bResult = vcl::scanline::swapABCDtoCBAD_SSSE3(aSource.data(), 
aDestination.data(), aSource.size());
+CPPUNIT_ASSERT(bResult);
+
+for (size_t i = 0; i < aSource.size(); i += 4)
+{
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 0]), int(aDestination[i + 
0]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 1]), int(aDestination[i + 
1]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 2]), int(aDestination[i + 
2]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 3]), int(aDestination[i + 
3]));
+}
+}
+
+if (cpuid::hasAVX2())
+{
+std::vector aDestination(aSize);
+
+bool bResult = vcl::scanline::swapABCDtoCBAD_AVX2(aSource.data(), 
aDestination.data(), aSource.size());
+CPPUNIT_ASSERT(bResult);
+
+for (size_t i = 0; i < aSource.size(); i += 4)
+{
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 0]), int(aDestination[i + 
0]));
+CPPUNIT_ASSERT_EQUAL(int(aExpected[i + 1]), int(aDestination[i + 
1]));
+

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - connectivity/Configuration_writer.mk connectivity/Library_calc.mk connectivity/Library_file.mk connectivity/Library_writer.mk connect

2017-07-24 Thread Miklos Vajna
 Repository.mk |
1 
 connectivity/Configuration_writer.mk  |   
20 
 connectivity/Library_calc.mk  |
4 
 connectivity/Library_file.mk  |
4 
 connectivity/Library_writer.mk|   
49 +
 connectivity/Module_connectivity.mk   |
2 
 connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu |   
44 +
 connectivity/source/drivers/calc/CConnection.cxx  |
8 
 connectivity/source/drivers/calc/CTable.cxx   |
4 
 connectivity/source/drivers/component/CColumns.cxx|   
11 
 connectivity/source/drivers/component/CPreparedStatement.cxx  |   
12 
 connectivity/source/drivers/component/CResultSet.cxx  |   
56 -
 connectivity/source/drivers/component/CStatement.cxx  |   
12 
 connectivity/source/drivers/writer/WCatalog.cxx   |   
63 +
 connectivity/source/drivers/writer/WConnection.cxx|  
257 ++
 connectivity/source/drivers/writer/WDatabaseMetaData.cxx  |  
325 +++
 connectivity/source/drivers/writer/WDriver.cxx|   
90 ++
 connectivity/source/drivers/writer/WTable.cxx |  
420 ++
 connectivity/source/drivers/writer/WTables.cxx|   
50 +
 connectivity/source/drivers/writer/Wservices.cxx  |  
102 ++
 connectivity/source/drivers/writer/writer.component   |   
17 
 connectivity/source/inc/component/CColumns.hxx|   
13 
 connectivity/source/inc/component/CPreparedStatement.hxx  |   
13 
 connectivity/source/inc/component/CResultSet.hxx  |   
25 
 connectivity/source/inc/component/CStatement.hxx  |   
13 
 connectivity/source/inc/writer/WCatalog.hxx   |   
45 +
 connectivity/source/inc/writer/WConnection.hxx|  
170 
 connectivity/source/inc/writer/WDatabaseMetaData.hxx  |   
52 +
 connectivity/source/inc/writer/WDriver.hxx|   
58 +
 connectivity/source/inc/writer/WTable.hxx |  
116 ++
 connectivity/source/inc/writer/WTables.hxx|   
45 +
 dbaccess/inc/dbaccess_helpid.hrc  |
1 
 dbaccess/source/core/misc/dsntypes.cxx|
4 
 dbaccess/source/inc/dsntypes.hxx  |
3 
 dbaccess/source/ui/dlg/AutoControls.src   |
5 
 dbaccess/source/ui/dlg/ConnectionHelper.cxx   |   
13 
 dbaccess/source/ui/dlg/ConnectionPage.cxx |
4 
 dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx |
2 
 dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx |
2 
 dbaccess/source/ui/dlg/DbAdminImpl.cxx|
1 
 dbaccess/source/ui/dlg/dbadminsetup.src   |
4 
 dbaccess/source/ui/dlg/dbwiz.cxx  |
1 
 dbaccess/source/ui/dlg/dbwizsetup.cxx |   
10 
 dbaccess/source/ui/inc/dbu_dlg.hrc|
4 
 dbaccess/source/ui/inc/dbwizsetup.hxx |
2 
 include/sal/log-areas.dox |
1 
 postprocess/CustomTarget_registry.mk  |
6 
 postprocess/Rdb_services.mk   |
1 
 sw/CppunitTest_sw_mailmerge.mk|
1 
 sw/inc/dbmgr.hxx  |
3 
 sw/inc/dbui.hrc   |
2 
 sw/qa/extras/mailmerge/data/10-testing-addresses-writer.odt   
|binary
 sw/qa/extras/mailmerge/data/writer-mail-merge.odt 
|binary
 sw/qa/extras/mailmerge/mailmerge.cxx  |   
14 
 sw/source/ui/dbui/dbui.src|   
10 
 sw/source/uibase/dbui/dbmgr.cxx   |   
19 
 56 files changed, 2108 insertions(+), 106 deletions(-)

New commits:
commit c478d1b3cc371d3b9e8147ff57347f99d25c565e
Author: Miklos Vajna 
Date:   Mon Jul 17 08:02:54 2017 +0200

Implement mail merge data source from 

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

2017-07-24 Thread Markus Mohrhard
 desktop/source/app/app.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c8e8ae885b519e2bb282b087606b3be2a07c218d
Author: Markus Mohrhard 
Date:   Mon Jul 24 20:03:47 2017 +0200

updater: make sure the old oosplash process closes

Change-Id: Idc0c0231552c79b5e944facffd2d64352bb94cff

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index e19227314202..4e6dc432f55e 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1430,6 +1430,8 @@ int Desktop::Main()
 officecfg::Office::Update::Update::OldBuildID::set(aBuildID, 
batch);
 officecfg::Office::Update::Update::UpdateRunning::set(true, 
batch);
 batch->commit();
+// avoid the old oosplash staying around
+CloseSplashScreen();
 update();
 }
 else if (isTimeForUpdateCheck())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 109096] GEOMEAN gives Err:502 when an argument is zero

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109096

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr,
   ||winfrieddonkers@libreoffice
   ||.org

--- Comment #1 from Julien Nabet  ---
I suppose since Excel doesn't accept <= 0 values (see
https://support.office.com/en-us/article/GEOMEAN-function-db1ac48d-25a5-40a0-ab83-0b38980e40d5),
it won't be too on LO for compatibility.

Winfried: thought you might be interested in this one.

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


[Libreoffice-bugs] [Bug 109320] FILEOPEN: DOCX - Libreoffice doesnt support the w:dropCap=" margin" feature

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109320

--- Comment #1 from Yousuf Philips (jay)  ---
how it looks in Word - attachment 134825

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


[Libreoffice-qa] QA meeting on Tue, Jun 25 at 16:00 UTC

2017-07-24 Thread Xisco Fauli
Hello,

Kindly Reminder: Next QA meeting will take place tomorrow Tue, Jul 25
at 16:00 UTC in the IRC channel #libreoffice-qa. More information:
https://wiki.documentfoundation.org/QA/IRC

If you have any topic you want it to be discussed during the meeting,
please send me an email or bring it directly to the meeting.

Regards

-- 
Xisco Faulí
Libreoffice QA Team
IRC: x1sc0

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

[Libreoffice-bugs] [Bug 109319] FILEOPEN: DOCX - Not importing drop caps space to text value (w:hSpace)

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109319

--- Comment #1 from Yousuf Philips (jay)  ---
how it looks in Word - attachment 134825

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


[Libreoffice-bugs] [Bug 109318] FILEOPEN: DOCX - Wrong drop caps lines value imported

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109318

--- Comment #2 from Yousuf Philips (jay)  ---
Created attachment 134825
  --> https://bugs.documentfoundation.org/attachment.cgi?id=134825=edit
how it looks in Word

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


[Libreoffice-qa] Weekly QA Report (W29-2017)

2017-07-24 Thread Xisco Fauli
Hello,

What have happened in QA in the last 7 days?

  * 133 have been created, of which, 54 are still unconfirmed ( Total
Unconfirmed bugs: 459 )
Link: http://tinyurl.com/ya5quhx7

  * 867 comments have been written.

== STATUS CHANGED ==
  * 17 bugs have been changed to 'ASSIGNED'.
Link: http://tinyurl.com/yd7wk9pl
Done by: Xisco Faulí ( 10 ), Zolnai Tamás ( 2 ), Dennis Francis ( 2
), Miklos Vajna ( 1 ), Rosemary Sebastian ( 1 ), Gabor Kelemen ( 1 )

  * 6 bugs have been changed to 'CLOSED'.
Link: http://tinyurl.com/ya43b3n9
Done by: Regina Henschel ( 4 ), Eike Rathke ( 2 )

  * 29 bugs have been changed to 'NEEDINFO'.
Link: http://tinyurl.com/y9c49yry
Done by: Xisco Faulí ( 14 ), Timur ( 4 ), V Stuart Foote ( 3 ),
tommy27 ( 3 ), Heiko Tietze ( 1 ), Yousuf Philips (jay) ( 1 ), m.a.riosv
( 1 ), Alex Thurgood ( 1 ), CarlO ( 1 )

  * 44 bugs have been changed to 'NEW'.
Link: http://tinyurl.com/y8r43alm
Done by: Xisco Faulí ( 11 ), Alex Thurgood ( 5 ), tommy27 ( 5 ),
Timur ( 3 ), Julien Nabet ( 2 ), Regina Henschel ( 2 ), raal ( 2 ),
Yousuf Philips (jay) ( 2 ), Jacques Guilleron ( 2 ), Aron Budea ( 2 ), V
Stuart Foote ( 1 ), Buovjaga ( 1 ), Heiko Tietze ( 1 ), Samuel Mehrbrodt
(CIB) ( 1 ), m.a.riosv ( 1 ), Gabor Kelemen ( 1 ), Jean-Baptiste Faure (
1 ), Cor Nouws ( 1 )

  * 27 bugs have been changed to 'RESOLVED DUPLICATE'.
Link: http://tinyurl.com/ycssvp4v
Done by: Xisco Faulí ( 14 ), V Stuart Foote ( 2 ), Heiko Tietze ( 2
), Gabor Kelemen ( 2 ), Jan-Marek Glogowski ( 2 ), Buovjaga ( 1 ),
Telesto ( 1 ), Julien Nabet ( 1 ), raal ( 1 ), Cor Nouws ( 1 )

  * 23 bugs have been changed to 'RESOLVED FIXED'.
Link: http://tinyurl.com/yaas5xcu
Done by: Buovjaga ( 2 ), Samuel Mehrbrodt (CIB) ( 2 ), Michael Stahl
( 2 ), Eike Rathke ( 2 ), Katarina Behrens (CIB) ( 2 ), Zolnai Tamás ( 1
), Miklos Vajna ( 1 ), thomas.beck ( 1 ), Thorsten Behrens (CIB) ( 1 ),
Julien Nabet ( 1 ), Paul Trojahn ( 1 ), Mike Kaganski ( 1 ), Luke Deller
( 1 ), Timur ( 1 ), Jan-Marek Glogowski ( 1 ), fvroman ( 1 ), Adolfo
Jayme ( 1 ), Dennis Francis ( 1 )

  * 5 bugs have been changed to 'RESOLVED INSUFFICIENTDATA'.
Link: http://tinyurl.com/yckaxol8
Done by: Heiko Tietze ( 2 ), Timur ( 2 ), c.kirbach ( 1 )

  * 1 bug has been changed to 'RESOLVED MOVED'.
Link: http://tinyurl.com/yc4yrj2u
Done by: Buovjaga ( 1 )

  * 4 bugs have been changed to 'RESOLVED NOTABUG'.
Link: http://tinyurl.com/ybtvxchr
Done by: Xisco Faulí ( 1 ), Buovjaga ( 1 ), Jean-Baptiste Faure ( 1
), Jacques Guilleron ( 1 )

  * 2 bugs have been changed to 'RESOLVED NOTOURBUG'.
Link: http://tinyurl.com/y8qyo6ff
Done by: juergen.burcha...@online.de ( 1 ), Jean-Baptiste Faure ( 1 )

  * 7 bugs have been changed to 'RESOLVED WONTFIX'.
Link: http://tinyurl.com/y7efenly
Done by: Heiko Tietze ( 3 ), V Stuart Foote ( 2 ), Buovjaga ( 1 ),
Yousuf Philips (jay) ( 1 )

  * 23 bugs have been changed to 'RESOLVED WORKSFORME'.
Link: http://tinyurl.com/y8fp6plr
Done by: Heiko Tietze ( 6 ), Xisco Faulí ( 3 ), Timur ( 3 ),
m.a.riosv ( 2 ), V Stuart Foote ( 1 ), Buovjaga ( 1 ), Yousuf Philips
(jay) ( 1 ), Pierre-Alain Dorange ( 1 ), nv ( 1 ), Terrence Enger ( 1 ),
Bob Elkin ( 1 ), ata4tech ( 1 ), larry.fin...@lwfinger.net ( 1 )

  * 8 bugs have been changed to 'UNCONFIRMED'.
Link: http://tinyurl.com/ybhutze8
Done by: Xisco Faulí ( 3 ), Buovjaga ( 1 ), Oliver ( 1 ), gpowers (
1 ), brunojapp ( 1 ), AnFr ( 1 )

  * 4 bugs have been changed to 'VERIFIED FIXED'.
Link: http://tinyurl.com/yddm2292
Done by: Xisco Faulí ( 3 ), tommy27 ( 1 )

== KEYWORDS ADDED ==
  * 'accessibility' has been added to 5 bugs.
Link: http://tinyurl.com/y79amgo7
Done by: Alex ARNAUD ( 3 ), V Stuart Foote ( 1 ), Heiko Tietze ( 1 )

  * 'bibisectRequest' has been added to 7 bugs.
Link: http://tinyurl.com/ya8ug6yo
Done by: Xisco Faulí ( 2 ), Telesto ( 1 ), Yousuf Philips (jay) ( 1
), Cor Nouws ( 1 ), tommy27 ( 1 ), Alex ARNAUD ( 1 )

  * 'bibisected' has been added to 15 bugs.
Link: http://tinyurl.com/yafprq8g
Done by: Xisco Faulí ( 8 ), Aron Budea ( 5 ), raal ( 2 )

  * 'bisected' has been added to 13 bugs.
Link: http://tinyurl.com/yb6q2efl
Done by: Xisco Faulí ( 6 ), Aron Budea ( 4 ), raal ( 2 ), Luke ( 1 )

  * 'dataLoss' has been added to 2 bugs.
Link: http://tinyurl.com/ybrc492u
Done by: Buovjaga ( 1 ), Timur ( 1 )

  * 'easyHack' has been added to 1 bugs.
Link: http://tinyurl.com/y8skk9uc
Done by: Heiko Tietze ( 1 )

  * 'filter:doc' has been added to 1 bugs.
Link: http://tinyurl.com/yb8glrpj
Done by: Buovjaga ( 1 )

  * 'filter:docx' has been added to 1 bugs.
Link: http://tinyurl.com/yb8glrpj
Done by: Buovjaga ( 1 )

  * 'filter:odt' has been added to 3 bugs.
Link: http://tinyurl.com/y9eyut57
Done by: Xisco Faulí ( 3 )

  * 'filter:pptx' has been added to 2 bugs.
Link: http://tinyurl.com/ychv727j
Done by: Xisco Faulí ( 1 ), 

Weekly QA Report (W29-2017)

2017-07-24 Thread Xisco Fauli
Hello,

What have happened in QA in the last 7 days?

  * 133 have been created, of which, 54 are still unconfirmed ( Total
Unconfirmed bugs: 459 )
Link: http://tinyurl.com/ya5quhx7

  * 867 comments have been written.

== STATUS CHANGED ==
  * 17 bugs have been changed to 'ASSIGNED'.
Link: http://tinyurl.com/yd7wk9pl
Done by: Xisco Faulí ( 10 ), Zolnai Tamás ( 2 ), Dennis Francis ( 2
), Miklos Vajna ( 1 ), Rosemary Sebastian ( 1 ), Gabor Kelemen ( 1 )

  * 6 bugs have been changed to 'CLOSED'.
Link: http://tinyurl.com/ya43b3n9
Done by: Regina Henschel ( 4 ), Eike Rathke ( 2 )

  * 29 bugs have been changed to 'NEEDINFO'.
Link: http://tinyurl.com/y9c49yry
Done by: Xisco Faulí ( 14 ), Timur ( 4 ), V Stuart Foote ( 3 ),
tommy27 ( 3 ), Heiko Tietze ( 1 ), Yousuf Philips (jay) ( 1 ), m.a.riosv
( 1 ), Alex Thurgood ( 1 ), CarlO ( 1 )

  * 44 bugs have been changed to 'NEW'.
Link: http://tinyurl.com/y8r43alm
Done by: Xisco Faulí ( 11 ), Alex Thurgood ( 5 ), tommy27 ( 5 ),
Timur ( 3 ), Julien Nabet ( 2 ), Regina Henschel ( 2 ), raal ( 2 ),
Yousuf Philips (jay) ( 2 ), Jacques Guilleron ( 2 ), Aron Budea ( 2 ), V
Stuart Foote ( 1 ), Buovjaga ( 1 ), Heiko Tietze ( 1 ), Samuel Mehrbrodt
(CIB) ( 1 ), m.a.riosv ( 1 ), Gabor Kelemen ( 1 ), Jean-Baptiste Faure (
1 ), Cor Nouws ( 1 )

  * 27 bugs have been changed to 'RESOLVED DUPLICATE'.
Link: http://tinyurl.com/ycssvp4v
Done by: Xisco Faulí ( 14 ), V Stuart Foote ( 2 ), Heiko Tietze ( 2
), Gabor Kelemen ( 2 ), Jan-Marek Glogowski ( 2 ), Buovjaga ( 1 ),
Telesto ( 1 ), Julien Nabet ( 1 ), raal ( 1 ), Cor Nouws ( 1 )

  * 23 bugs have been changed to 'RESOLVED FIXED'.
Link: http://tinyurl.com/yaas5xcu
Done by: Buovjaga ( 2 ), Samuel Mehrbrodt (CIB) ( 2 ), Michael Stahl
( 2 ), Eike Rathke ( 2 ), Katarina Behrens (CIB) ( 2 ), Zolnai Tamás ( 1
), Miklos Vajna ( 1 ), thomas.beck ( 1 ), Thorsten Behrens (CIB) ( 1 ),
Julien Nabet ( 1 ), Paul Trojahn ( 1 ), Mike Kaganski ( 1 ), Luke Deller
( 1 ), Timur ( 1 ), Jan-Marek Glogowski ( 1 ), fvroman ( 1 ), Adolfo
Jayme ( 1 ), Dennis Francis ( 1 )

  * 5 bugs have been changed to 'RESOLVED INSUFFICIENTDATA'.
Link: http://tinyurl.com/yckaxol8
Done by: Heiko Tietze ( 2 ), Timur ( 2 ), c.kirbach ( 1 )

  * 1 bug has been changed to 'RESOLVED MOVED'.
Link: http://tinyurl.com/yc4yrj2u
Done by: Buovjaga ( 1 )

  * 4 bugs have been changed to 'RESOLVED NOTABUG'.
Link: http://tinyurl.com/ybtvxchr
Done by: Xisco Faulí ( 1 ), Buovjaga ( 1 ), Jean-Baptiste Faure ( 1
), Jacques Guilleron ( 1 )

  * 2 bugs have been changed to 'RESOLVED NOTOURBUG'.
Link: http://tinyurl.com/y8qyo6ff
Done by: juergen.burcha...@online.de ( 1 ), Jean-Baptiste Faure ( 1 )

  * 7 bugs have been changed to 'RESOLVED WONTFIX'.
Link: http://tinyurl.com/y7efenly
Done by: Heiko Tietze ( 3 ), V Stuart Foote ( 2 ), Buovjaga ( 1 ),
Yousuf Philips (jay) ( 1 )

  * 23 bugs have been changed to 'RESOLVED WORKSFORME'.
Link: http://tinyurl.com/y8fp6plr
Done by: Heiko Tietze ( 6 ), Xisco Faulí ( 3 ), Timur ( 3 ),
m.a.riosv ( 2 ), V Stuart Foote ( 1 ), Buovjaga ( 1 ), Yousuf Philips
(jay) ( 1 ), Pierre-Alain Dorange ( 1 ), nv ( 1 ), Terrence Enger ( 1 ),
Bob Elkin ( 1 ), ata4tech ( 1 ), larry.fin...@lwfinger.net ( 1 )

  * 8 bugs have been changed to 'UNCONFIRMED'.
Link: http://tinyurl.com/ybhutze8
Done by: Xisco Faulí ( 3 ), Buovjaga ( 1 ), Oliver ( 1 ), gpowers (
1 ), brunojapp ( 1 ), AnFr ( 1 )

  * 4 bugs have been changed to 'VERIFIED FIXED'.
Link: http://tinyurl.com/yddm2292
Done by: Xisco Faulí ( 3 ), tommy27 ( 1 )

== KEYWORDS ADDED ==
  * 'accessibility' has been added to 5 bugs.
Link: http://tinyurl.com/y79amgo7
Done by: Alex ARNAUD ( 3 ), V Stuart Foote ( 1 ), Heiko Tietze ( 1 )

  * 'bibisectRequest' has been added to 7 bugs.
Link: http://tinyurl.com/ya8ug6yo
Done by: Xisco Faulí ( 2 ), Telesto ( 1 ), Yousuf Philips (jay) ( 1
), Cor Nouws ( 1 ), tommy27 ( 1 ), Alex ARNAUD ( 1 )

  * 'bibisected' has been added to 15 bugs.
Link: http://tinyurl.com/yafprq8g
Done by: Xisco Faulí ( 8 ), Aron Budea ( 5 ), raal ( 2 )

  * 'bisected' has been added to 13 bugs.
Link: http://tinyurl.com/yb6q2efl
Done by: Xisco Faulí ( 6 ), Aron Budea ( 4 ), raal ( 2 ), Luke ( 1 )

  * 'dataLoss' has been added to 2 bugs.
Link: http://tinyurl.com/ybrc492u
Done by: Buovjaga ( 1 ), Timur ( 1 )

  * 'easyHack' has been added to 1 bugs.
Link: http://tinyurl.com/y8skk9uc
Done by: Heiko Tietze ( 1 )

  * 'filter:doc' has been added to 1 bugs.
Link: http://tinyurl.com/yb8glrpj
Done by: Buovjaga ( 1 )

  * 'filter:docx' has been added to 1 bugs.
Link: http://tinyurl.com/yb8glrpj
Done by: Buovjaga ( 1 )

  * 'filter:odt' has been added to 3 bugs.
Link: http://tinyurl.com/y9eyut57
Done by: Xisco Faulí ( 3 )

  * 'filter:pptx' has been added to 2 bugs.
Link: http://tinyurl.com/ychv727j
Done by: Xisco Faulí ( 1 ), 

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

2017-07-24 Thread Miklos Vajna
 sw/source/core/access/accframebase.cxx |   14 +++---
 sw/source/core/access/accframebase.hxx |2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit f51ad2f3e840efc26e4eeec6491972bca1e4d58a
Author: Miklos Vajna 
Date:   Mon Jul 24 18:43:39 2017 +0200

sw: prefix members of SwAccessibleFrameBase

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

diff --git a/sw/source/core/access/accframebase.cxx 
b/sw/source/core/access/accframebase.cxx
index 53572cbd1deb..ea619e72b333 100644
--- a/sw/source/core/access/accframebase.cxx
+++ b/sw/source/core/access/accframebase.cxx
@@ -82,7 +82,7 @@ void SwAccessibleFrameBase::GetStates(
 if( IsSelected() )
 {
 rStateSet.AddState( AccessibleStateType::SELECTED );
-assert(bIsSelected && "bSelected out of sync");
+assert(m_bIsSelected && "bSelected out of sync");
 ::rtl::Reference < SwAccessibleContext > xThis( this );
 GetMap()->SetCursorContext( xThis );
 
@@ -128,14 +128,14 @@ SwAccessibleFrameBase::SwAccessibleFrameBase(
 sal_Int16 nInitRole,
 const SwFlyFrame* pFlyFrame  ) :
 SwAccessibleContext( pInitMap, nInitRole, pFlyFrame ),
-bIsSelected( false )
+m_bIsSelected( false )
 {
 const SwFrameFormat *pFrameFormat = pFlyFrame->GetFormat();
 const_cast< SwFrameFormat * >( pFrameFormat )->Add( this );
 
 SetName( pFrameFormat->GetName() );
 
-bIsSelected = IsSelected();
+m_bIsSelected = IsSelected();
 }
 
 void SwAccessibleFrameBase::InvalidateCursorPos_()
@@ -145,8 +145,8 @@ void SwAccessibleFrameBase::InvalidateCursorPos_()
 
 {
 osl::MutexGuard aGuard( m_Mutex );
-bOldSelected = bIsSelected;
-bIsSelected = bNewSelected;
+bOldSelected = m_bIsSelected;
+m_bIsSelected = bNewSelected;
 }
 
 if( bNewSelected )
@@ -191,7 +191,7 @@ void SwAccessibleFrameBase::InvalidateFocus_()
 
 {
 osl::MutexGuard aGuard( m_Mutex );
-bSelected = bIsSelected;
+bSelected = m_bIsSelected;
 }
 assert(bSelected && "focus object should be selected");
 
@@ -203,7 +203,7 @@ void SwAccessibleFrameBase::InvalidateFocus_()
 bool SwAccessibleFrameBase::HasCursor()
 {
 osl::MutexGuard aGuard( m_Mutex );
-return bIsSelected;
+return m_bIsSelected;
 }
 
 SwAccessibleFrameBase::~SwAccessibleFrameBase()
diff --git a/sw/source/core/access/accframebase.hxx 
b/sw/source/core/access/accframebase.hxx
index ea6a1ba55097..d8e26442171c 100644
--- a/sw/source/core/access/accframebase.hxx
+++ b/sw/source/core/access/accframebase.hxx
@@ -29,7 +29,7 @@ class SwFlyFrame;
 class SwAccessibleFrameBase : public SwAccessibleContext,
   public SwClient
 {
-boolbIsSelected;// protected by base class mutex
+boolm_bIsSelected;// protected by base class mutex
 boolIsSelected();
 
 protected:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 109104] URLENCODE() funktion does not correctly encode newlines

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109104

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #4 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I indeed got %A

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


[Libreoffice-bugs] [Bug 109320] New: FILEOPEN: DOCX - Libreoffice doesnt support the w: dropCap="margin" feature

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109320

Bug ID: 109320
   Summary: FILEOPEN: DOCX - Libreoffice doesnt support the
w:dropCap="margin" feature
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 88173, 104520, 109316

Steps:
1. Open attachment 134821 [details]
2. Notice that drop caps 'I' is within the document text area
3. Compare this with MS Word and notice that the 'I' is within the margin area.

Version: 6.0.0.0.alpha0+
Build ID: 888f3f18cf42ca08f55a5e4826b4298f391e14aa
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group

LibreOffice doesnt have a supported feature of this kind, so is unable to
import it. Relevant OOXML code - 


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88173
[Bug 88173] [META] DOCX (OOXML) format limitations
https://bugs.documentfoundation.org/show_bug.cgi?id=104520
[Bug 104520] [META] DOCX (OOXML) bug tracker
https://bugs.documentfoundation.org/show_bug.cgi?id=109316
[Bug 109316] [META] Drop caps bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109320


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109320
[Bug 109320] FILEOPEN: DOCX - Libreoffice doesnt support the w:dropCap="margin"
feature
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109316] [META] Drop caps bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109316

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109320


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109320
[Bug 109320] FILEOPEN: DOCX - Libreoffice doesnt support the w:dropCap="margin"
feature
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88173] [META] DOCX (OOXML) format limitations

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88173

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109320


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109320
[Bug 109320] FILEOPEN: DOCX - Libreoffice doesnt support the w:dropCap="margin"
feature
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109304] Signature infobars not shown in Math

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109304

Katarina Behrens (CIB)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |katarina.behr...@cib.de
   |desktop.org |

--- Comment #1 from Katarina Behrens (CIB)  ---
Pretty much confirmed

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


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109319


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109319
[Bug 109319] FILEOPEN: DOCX - Not importing drop caps space to text value
(w:hSpace)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109319] New: FILEOPEN: DOCX - Not importing drop caps space to text value (w:hSpace)

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109319

Bug ID: 109319
   Summary: FILEOPEN: DOCX - Not importing drop caps space to text
value (w:hSpace)
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 104520, 109316

Steps:
1. Open attachment 134821
2. Notice that their there is no space between first drop caps 'L' and the 'I'
and the text next to it
3. Compare this with MS Word and notice that there is space.

Version: 6.0.0.0.alpha0+
Build ID: 888f3f18cf42ca08f55a5e4826b4298f391e14aa
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group

Checking the XML and LO isnt importing the w:hSpace attribute from the
 tag.

e.g. 


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104520
[Bug 104520] [META] DOCX (OOXML) bug tracker
https://bugs.documentfoundation.org/show_bug.cgi?id=109316
[Bug 109316] [META] Drop caps bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109316] [META] Drop caps bugs and enhancements

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109316

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||109319


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109319
[Bug 109319] FILEOPEN: DOCX - Not importing drop caps space to text value
(w:hSpace)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48799] [META] Impress Bullets and Numbering bugs (formatting and UI)

2017-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48799

Federico Mena-Quintero  changed:

   What|Removed |Added

 Depends on|109290  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109290
[Bug 109290] Tooltip with page number in Slides pane is superfluous/annoying
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   5   >