[Libreoffice-bugs] [Bug 105257] Wayland: Popup menus are misplaced when two monitors are not combined exactly side by side

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105257

--- Comment #3 from Noam Cohen  ---
I downloaded and installed the LibreOfficeDev_5.4.0.0.alpha0_Linux_x86-64_rpm
build. However -it starts up with an X backend instead of Wayland. Is there a
RPM build that was compiled with the Wayland backend for me to test?

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


[Libreoffice-bugs] [Bug 104807] Field for editing Placeholder field ( and other function field details) is (too) small / does not resize

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104807

jan iversen  changed:

   What|Removed |Added

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

--- Comment #6 from jan iversen  ---
Seems solved

-- 
You are receiving this mail because:
You 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 103391] Show dialog when no local help is installed

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103391

--- Comment #16 from jan iversen  ---
Is this solved ?

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


[Libreoffice-commits] core.git: bin/gbuild-to-ide

2017-01-11 Thread Edmund Wong
 bin/gbuild-to-ide |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit a6931e8d00a77e6db9390aeee9a8b0b533986220
Author: Edmund Wong 
Date:   Wed Dec 14 13:06:05 2016 +0800

No need for a separate variable. Just get the value directly from the 
dictionary.

Change-Id: Ic8a707ac78cf5ad3e225131ae23f1f1277f3ae7c
Reviewed-on: https://gerrit.libreoffice.org/31991
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index d4eb5e9..6fdcb3f 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -775,7 +775,7 @@ class 
VisualStudioIntegrationGenerator(IdeIntegrationGenerator):
 
 def __init__(self, gbuildparser, ide):
 IdeIntegrationGenerator.__init__(self, gbuildparser, ide)
-self.toolset = self.retrieve_toolset(ide)
+self.toolset = self.retrieve_toolset()
 self.solution_directory = './'
 self.configurations = {
 'Build': {
@@ -795,9 +795,8 @@ class 
VisualStudioIntegrationGenerator(IdeIntegrationGenerator):
 }
 }
 
-def retrieve_toolset(self, ide):
-ide_toolset_map = {'vs2013': 'v120', 'vs2015': 'v140'}
-return ide_toolset_map[ide]
+def retrieve_toolset(self):
+return {'vs2013': 'v120', 'vs2015': 'v140'}.get(self.ide, None)
 
 def module_make_command(self, targets):
 return '%(sh)s -c "PATH=\\"/bin:$PATH\\";BUILDDIR=\\"%(builddir)s\\" 
%(makecmd)s -rsC %(location)s ' + targets + '"'
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105254] Pivot table Filter field is lost if saved in Microsoft 2007-2013 XML file format , but if saved from ODF then whole pivot table is lost

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105254

--- Comment #6 from grofaty  ---
I was trying to recreate a problem on master on Windows 7, but master crashes.
I have reported new bug 105273 for crash.

I was trying to recreate a problem on LO 5.2.4.2 on Ubuntu 16.04, but there is
no Data | Pivot Table | Pivot Table option available. I have reported a new bug
105275.

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


[Libreoffice-bugs] [Bug 105275] No option to create a new pivot table in LibreOffice 5.2.5.2 on Ubuntu

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105275

grofaty  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 105275] No option to create a new pivot table in LibreOffice 5.2.5.2 on Ubuntu

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105275

--- Comment #2 from grofaty  ---
I have added two attachment:
1. File: libreoffice-PPA_Ubuntu.png print screen no "Pivot table" menu option
available.
2. File: libreoffice-PPA_Ubuntu.png print screen of the LibreOffice PPA.

This problem may be related only to Linux or maybe even only to Ubuntu.
I tested this problem on LibreOffice 5.2.4.2 using PPA on Ubuntu 16.04.

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


[Libreoffice-bugs] [Bug 105275] No option to create a new pivot table in LibreOffice 5.2.5.2 on Ubuntu

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105275

--- Comment #1 from grofaty  ---
Created attachment 130342
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130342=edit
libreoffice-PPA_Ubuntu.png

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


[Libreoffice-bugs] [Bug 105275] New: No option to create a new pivot table in LibreOffice 5.2.5.2 on Ubuntu

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105275

Bug ID: 105275
   Summary: No option to create a new pivot table in LibreOffice
5.2.5.2 on Ubuntu
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: grof...@hotmail.com

Created attachment 130341
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130341=edit
libreoffice-PPA_Ubuntu.png

I was trying to reproduce a bug 105254 related to Pivot Table on
LibreOffice/Windows, but I see I can't even create a pivot table in
LibreOffice/Ubuntu.

I did the following:
1. Open LibreOffice Calc.
2. In fields type in:
A1: Name
A2: Alice
A3: Bob
A4: Connie
B1: Size
B2: 170
B3: 180
B4: 160
3. Select fields from A1:B4.
4. Data | Pivot Data and what I see there are only two options "Refresh" and
"Delete" and both are greyed out.

I expected to see "Data | Pivot Table | Pivot Table" like it is on LibreOffice
5.2.4.2 on Windows 7 SP1.

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


[Libreoffice-bugs] [Bug 105274] Idea: Add Support to Save Draw (and PDF) file to ODT format ( without text boxes)

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105274

--- Comment #1 from Kevin Suo  ---
Created attachment 130340
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130340=edit
complicated.pdf

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


[Libreoffice-bugs] [Bug 105274] New: Idea: Add Support to Save Draw (and PDF) file to ODT format (without text boxes)

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105274

Bug ID: 105274
   Summary: Idea: Add Support to Save Draw (and PDF) file to ODT
format (without text boxes)
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

Created attachment 130339
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130339=edit
simple.pdf

Currently Draw can import PDF files very well. The idea is to add support to
save the Draw file as an ODT file directly.

---
Steps to reproduce:
---

1. Open an PDF file with Draw;
2. In File menu, there should be an submenu item  "Save as Text Document".

As most PDF files are very complicated, when users hit this submenu, he or she
should be warned that some formatting may not reserved in the exported text
document.

-
More Details in a Simple Way
-

The attached "simple.pdf" file is created using Writer. There are simple two
paragraphs: "I love LibreOffice!" and "I love LibreOffice very much!", with
some simple formatting.

Now you open this PDF with Draw. You will see the perfect same text with
formatting, except that the text is in text boxes. Remember in Writer the text
is in paragraphs.
Save it as "simple.odg", then unzip, in content.xml you will find those text,
both in draw:text-box node. The idea is to assembly the text back to form the
same paragraphs as it is in Writer, while retaining as much formatting as
possible.

--
More Complicated Real Case Example
--

The attached "complicated.pdf" is an Issues and Decision Memo issued by the
U.S. Department of Commerce regarding an Anti-dumping case. Assume that I open
this file in Draw, then want to click "File - Save as Text Document" menu to
save it as a ODT file so that I can do some editing.

If you open this file in Draw, you see many many text boxes which hold the real
text. When unzip the odg file you will see thousands of  in
content.xml. 
Currently if I want to make this file to an ODT file, I have to do it manually
by copy-and-paste the texts in each text boxes from Draw to Writer. The idea is
to assembly the text in text-boxes into Writer, so that we have nice formatted
text in paragraphs, while retaining as much formatting as possible.

-

I know this feature needs a lot of work, but it worth a try as it may be very
useful, and may make LibreOffice more competitive than other products.

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


[Libreoffice-bugs] [Bug 105273] Crash of LibreOffice master when LibreOffice tries to startup

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105273

--- Comment #1 from grofaty  ---
I tried to locate the problem in previous master versions so I installed:
libo-master~2016-12-28_23.10.06_LibreOfficeDev_5.4.0.0.alpha0_Win_x86.msi
currently the oldest version from:
http://dev-builds.libreoffice.org/daily/master/Win-x86@42/
and problem is already in this version, so crash at LibreOffice start-up.

By the way I was trying to test the problem on 5.3-dev and on 5.2-dev but I see
folders:
http://dev-builds.libreoffice.org/daily/libreoffice-5-3/
and
http://dev-builds.libreoffice.org/daily/libreoffice-5-2/
are empty, no Windows version to download.

If I can help in anyway to diagnose this problem, please let me know and please
point me to some documentation how to debug a problem.

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


[Libreoffice-bugs] [Bug 105273] New: Crash of LibreOffice master when LibreOffice tries to startup

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105273

Bug ID: 105273
   Summary: Crash of LibreOffice master when LibreOffice tries to
startup
   Product: LibreOffice
   Version: 5.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: grof...@hotmail.com

Created attachment 130338
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130338=edit
Crash_print_screen

Hi,
I was testing one of my bugs on current "fresh" version and just to make sure
the problem is not already fixed I downloaded LibreOffice master file:
libo-master~2017-01-11_23.07.37_LibreOfficeDev_5.4.0.0.alpha0_Win_x86.msi
and tried to install it on Windows 7 SP1. To my surprise LibreOffice crashed at
start-up.

How I installed:
1. Double click on exe file.
2. Everything in install dialogs I have left default and installed.

How I started up LibreOffice:
1. On desktop icon was created I clicked on the icon and it took a while
(probably Windows was recording the crash problem) and then "LibreOfficeDev has
stopped working" dialog appears.

I am not really an expert of debugging LibreOffice. Is there anything I can do
to help diagnose this problem?
Regards

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


[Libreoffice-bugs] [Bug 92122] UI: the opaque window move prevent the slides overviewer to be docked

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92122

--- Comment #10 from tommy27  ---
thanks for retesting but you should do it with latest LibO release (5.2.4.2) 
the 5.0.6.3 release you used is obsolete.

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


[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

tommy27  changed:

   What|Removed |Added

Version|5.1.4.2 release |4.2.2.1 release

--- Comment #36 from tommy27  ---
@Dan H
please DO NOT change version field in an improper way as you did.
it MUST indicate EARLIEST version the bug appeared (as indicated), not the
latest.

so reverting it back to 4.2.2.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 47596] FILEOPEN: rotated and cropped image in MS-Office .doc not rotated and wrongly scaled

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47596

--- Comment #23 from grofaty  ---
Timur,
I can't create new document in Microsoft Office, because I don't use MSO. I
just got the document from my business partner few years ago.

If someone has a MSO it is probably simple to create document:
1. Open my attachment from year 2012 from LibreOffice.
2. Right click on image and click Copy.
3. Open MSO and paste.
4. Do what Timur suggest: "Good way is to create few .doc files in MSO from
scratch, with different rotated/cropped/WFM/PNG settings, and test in LO."
Regards

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


[Libreoffice-bugs] [Bug 105254] Pivot table Filter field is lost if saved in Microsoft 2007-2013 XML file format , but if saved from ODF then whole pivot table is lost

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105254

grofaty  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from grofaty  ---
Hi,
I have created three documents for each of the test one document. I think it
may even be two separate problems in this pivot table - one for test 1 and
another for test 2.

By the way there is little mistake in Description of bug in step 19. Correct
description is: "Open in step 17 saved document."
Regards

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


[Libreoffice-bugs] [Bug 105254] Pivot table Filter field is lost if saved in Microsoft 2007-2013 XML file format , but if saved from ODF then whole pivot table is lost

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105254

--- Comment #4 from grofaty  ---
Created attachment 130337
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130337=edit
Sample_steps_from_17-20

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


[Libreoffice-bugs] [Bug 105254] Pivot table Filter field is lost if saved in Microsoft 2007-2013 XML file format , but if saved from ODF then whole pivot table is lost

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105254

--- Comment #3 from grofaty  ---
Created attachment 130336
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130336=edit
Sample_steps_from_13-16

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


[Libreoffice-bugs] [Bug 105254] Pivot table Filter field is lost if saved in Microsoft 2007-2013 XML file format , but if saved from ODF then whole pivot table is lost

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105254

--- Comment #2 from grofaty  ---
Created attachment 130335
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130335=edit
Sample_steps_from_1-12

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


[Libreoffice-bugs] [Bug 105272] FILESAVE: Structured Reference Corrupted on XLSX round trip

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105272

Luke  changed:

   What|Removed |Added

   Keywords||bibisected, regression
Version|Inherited From OOo  |5.4.0.0.alpha0+ Master

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


[Libreoffice-bugs] [Bug 105272] New: FILESAVE: Structured Reference Corrupted on XLSX round trip

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105272

Bug ID: 105272
   Summary: FILESAVE: Structured Reference Corrupted on XLSX round
trip
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lukebe...@hotmail.com

Excel spreadsheets that use structured reference tables are now corrupted on
round trip with a 'Err:507'. 

Steps to reproduce:
1. With a recent build of LibreOffice open attachment 114686
2. Save as XLSX
3. Open in Excel or Calc

The first sheet, Per Participant has a 'Err:507'  (#REF! in Excel). On the
'Data' sheet, the Total Medals column also has an 'Err:507'.

Fortunately, the relevant tinderbox builds had not yet faded into the ether(
why is TDF so stingy here?), and I was able to quickly bibisect this regression
to:

https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=215cbfb460326010737433c2020638e9388a88a4..0ab8a27244e74e1c0916b3737f15c6c949aead78

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


[Libreoffice-bugs] [Bug 105271] Sideways page display jump & window flash with every character typed under dual window condition

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105271

R. Bingham  changed:

   What|Removed |Added

 CC||rdbing...@verizon.net

--- Comment #1 from R. Bingham  ---
WORKAROUND 1: Reduce the LO application window width of either MAIN or
REFERENCE or both such that the right scroll bar or right properties sidebar
overlaps the WYSIWYG doc page and the right jumping of the doc page in MAIN
stops. A key is that this forces appearance of the horizontal scroll bar if
enabled for the window.

WORKAROUND 2: Disable horizontal scroll bar in *either* MAIN or REFERENCE or
both via VIEW->Scrollbars->Horizontal scrollbar. LO application window width of
both MAIN and REFERENCE becomes a don't care.

LO Version: 5.2.3.3 (x64)
Build ID: d54a8868f08a7b39642414cf2c8ef2f228f780cf
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; 
Locale: en-US (en_US); Calc: group

Windows 10 Pro x64 in Intel.

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


[Libreoffice-bugs] [Bug 104475] FILESAVE DOCX: Lines lost after RT

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104475

Bartosz  changed:

   What|Removed |Added

 Blocks||104528


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104528
[Bug 104528] [META] FILESAVE: DOCX: Corrupted file in MSO Word after RT
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104528] [META] FILESAVE: DOCX: Corrupted file in MSO Word after RT

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104528

Bartosz  changed:

   What|Removed |Added

 Depends on||104475


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104475
[Bug 104475] FILESAVE DOCX: Lines lost after RT
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94420] Selection of adjacent columns has changed to Xcel Variant, very laborious.

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94420

--- Comment #4 from gilward.ku...@gmail.com ---
> Better workaround:
> 1.Place cursor in Column B1. 
> 2. SHIFT & CTRL  and left arrow 
> 3. TAB
> 4. SHIFT & CTRL and Down arrow
> 5. TAB
> 6. SHIFT and Right arrow

Let me change that to:
> 1.Place cursor in Column B1. 
> 2. SHIFT & CTRL  and left arrow 
> 3. TAB
> 4. SHIFT & CTRL and Down arrow
> 5. SHIFT+TAB (less work than TAB when the columns are not adjacent)
> 6. SHIFT and Right arrow

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


[Libreoffice-bugs] [Bug 104953] DOCX created by LibreOffice makes Microsoft Word 2013 crash

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104953

Bartosz  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTOURBUG

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


[Libreoffice-bugs] [Bug 105271] New: Sideways page display jump & window flash with every character typed under dual window condition

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105271

Bug ID: 105271
   Summary: Sideways page display jump & window flash with every
character typed under dual window condition
   Product: LibreOffice
   Version: 5.2.3.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rdbing...@verizon.net

Scenario: A multi-page Writer all-text doc with 2 normal-view (not Web view)
windows open on same doc. Label the windows MAIN and REFERENCE where active
editing is in MAIN  and REFERENCE is positioned 1 or 2 pages later in the doc
such that there is no content overlap between the windows. Between MAIN and
REFERENCE in the doc there are no manual or Styles-associated forced page
breaks that potentially could buffer text flow.  Editing in MAIN which changes
text length in MAIN propagates by text flow to what is displayed in REFERENCE
as expected.

IFF (If & only If) *both* MAIN and REFERENCE page windows are *wider* than the
WYSIWYG doc page, meaning the right hand scroll bar or properties sidebar is
not visually overlapping the right side of the WYSIWYG doc page, then for each
character typed (inserted) or deleted in MAIN:

A) The MAIN WYSIWYG doc page does a sideways right jump and then a left return
and Writer mis-places or looses track of the horizontal position of the cursor
is as if both cursor and text jump right but only the text then returns left.
For subsequent character inserts characters are inserted as expected from where
the cursor was initially placed but the displayed cursor maintains a
7-character right offset in the lengthening text.  Delete or backspace works as
expected where the cursor was initially placed but the cursor maintains the
same right offset, so things become confusing very quickly.

B) For each character insertion or deletion or even mouse click in MAIN,
REFERENCE flashes an otherwise absent horizontal scroll bar at the bottom of
its page window.

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


[Libreoffice-bugs] [Bug 94420] Selection of adjacent columns has changed to Xcel Variant, very laborious.

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94420

--- Comment #3 from gilward.ku...@gmail.com ---
still present in
Version: 5.2.4.2
Build-ID: 3d5603e1122f0f102b62521720ab13a38a4e0eb0
Windows 7

I also used to do it like that.

Better workaround:
1.Place cursor in Column B1. 
2. SHIFT & CTRL  and left arrow 
3. TAB
4. SHIFT & CTRL and Down arrow
5. TAB
6. SHIFT and Right arrow

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


[Libreoffice-bugs] [Bug 105269] ENHANCEMENT: Add "Insert/Delete/Rename/Move..." Commands into Right-click Context Menu of "Navigator -> Sheets"

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105269

--- Comment #1 from Kevin Suo  ---
Created attachment 130334
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130334=edit
The current Navigator for Calc

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


[Libreoffice-bugs] [Bug 105269] ENHANCEMENT: Add "Insert/Delete/Rename/Move..." Commands into Right-click Context Menu of "Navigator -> Sheets"

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105269

Kevin Suo  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 105270] ENHANCEMENT: Allow Drag-and-Drop to Re-arrange the Sheets in The Navigator for Calc

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105270

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||5269
   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 105269] ENHANCEMENT: Add "Insert/Delete/Rename/Move..." Commands into Right-click Context Menu of "Navigator -> Sheets"

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105269

Kevin Suo  changed:

   What|Removed |Added

Summary|ENHANCEMENT: Add|ENHANCEMENT: Add
   |"Insert/Delete/Rename/Move. |"Insert/Delete/Rename/Move.
   |.." Commands into   |.." Commands into
   |Right-click Context Menu of |Right-click Context Menu of
   |"Navigation -> Sheets"  |"Navigator -> Sheets"

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


[Libreoffice-bugs] [Bug 105270] New: ENHANCEMENT: Allow Drag-and-Drop to Re-arrange the Sheets in The Navigator for Calc

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105270

Bug ID: 105270
   Summary: ENHANCEMENT: Allow Drag-and-Drop to Re-arrange the
Sheets in The Navigator for Calc
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

It will be great to allow the user to re-arrange the order of sheets by
drag-and-drop in the Navigator.

Steps to reproduce:
1. Insert many sheets (i.e., Sheet 1, Sheet 2, ..., Sheet 100)
2. Open the Navigator, in the "Sheets" section, try to move Sheet 100 to the
position after Sheet 1, by drag-and-drop.

Currently this is not possible in Calc.

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


[Libreoffice-bugs] [Bug 105269] ENHANCEMENT: Add "Insert/Delete/Rename/Move..." Commands into Right-click Context Menu of "Navigation -> Sheets"

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105269

Kevin Suo  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 105269] New: ENHANCEMENT: Add "Insert/Delete/Rename/Move..." Commands into Right-click Context Menu of "Navigation -> Sheets"

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105269

Bug ID: 105269
   Summary: ENHANCEMENT: Add "Insert/Delete/Rename/Move..."
Commands into Right-click Context Menu of "Navigation
-> Sheets"
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

Currently there are only "Drag Mode" and "Display" option in the "Sheets"
section of the Navigator for Calc. 

It will be great if other commands, such as Insert, Delete, Rename, Move or
Copy Sheet, Hide, Show, Protect etc, to be included in the right-click menu.

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


[Libreoffice-bugs] [Bug 105268] New: Auto Fill: The Next Value for "001-001-001" is " 001-001-002" Rather than "001-001000"

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105268

Bug ID: 105268
   Summary: Auto Fill: The Next Value for "001-001-001" is
"001-001-002" Rather than "001-001000"
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

Steps to reproduce:
1. Type 001-001-001 in cell A1.
2. Fill down from A1 to A5.

Current Behaviour:
001-001-001
001-001000
001-001001
001-001002
001-001003


Expected Behaviour:
001-001-001
001-001-002
001-001-003
001-001-004
001-001-005

This bug is inherited from the old OpenOffice.org 3.3.0
Still reproducible in the most recent master.

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

2017-01-11 Thread Kohei Yoshida
 package/inc/ZipFile.hxx   |6 +++---
 package/source/zipapi/ZipFile.cxx |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 14e65f7d2d6f48cf2012305cbda40d24f4f88c78
Author: Kohei Yoshida 
Date:   Wed Jan 11 21:54:34 2017 -0500

These SAL_CALL can go as well...

Change-Id: I79aa4374126faaf9f782fb7ff0c12c171e7041b1

diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 962733c..eac5f0b 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -142,19 +142,19 @@ public:
 const css::uno::Sequence< sal_Int8 > ,
 const ::rtl::Reference < EncryptionData >  );
 
-css::uno::Reference< css::io::XInputStream > SAL_CALL getInputStream(
+css::uno::Reference< css::io::XInputStream > getInputStream(
 ZipEntry& rEntry,
 const ::rtl::Reference < EncryptionData > ,
 bool bDecrypt,
 const rtl::Reference& aMutexHolder );
 
-css::uno::Reference< css::io::XInputStream > SAL_CALL getDataStream(
+css::uno::Reference< css::io::XInputStream > getDataStream(
 ZipEntry& rEntry,
 const ::rtl::Reference < EncryptionData > ,
 bool bDecrypt,
 const rtl::Reference& aMutexHolder );
 
-css::uno::Reference< css::io::XInputStream > SAL_CALL getWrappedRawStream(
+css::uno::Reference< css::io::XInputStream > getWrappedRawStream(
 ZipEntry& rEntry,
 const ::rtl::Reference < EncryptionData > ,
 const OUString& aMediaType,
diff --git a/package/source/zipapi/ZipFile.cxx 
b/package/source/zipapi/ZipFile.cxx
index 6b397c6..e27b911 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -522,7 +522,7 @@ std::unique_ptr ZipFile::entries()
 return o3tl::make_unique(aEntries);
 }
 
-uno::Reference< XInputStream > SAL_CALL ZipFile::getInputStream( ZipEntry& 
rEntry,
+uno::Reference< XInputStream > ZipFile::getInputStream( ZipEntry& rEntry,
 const ::rtl::Reference< EncryptionData > ,
 bool bIsEncrypted,
 const rtl::Reference& aMutexHolder )
@@ -549,7 +549,7 @@ uno::Reference< XInputStream > SAL_CALL 
ZipFile::getInputStream( ZipEntry& rEntr
 bIsEncrypted );
 }
 
-uno::Reference< XInputStream > SAL_CALL ZipFile::getDataStream( ZipEntry& 
rEntry,
+uno::Reference< XInputStream > ZipFile::getDataStream( ZipEntry& rEntry,
 const ::rtl::Reference< EncryptionData > ,
 bool bIsEncrypted,
 const rtl::Reference& aMutexHolder )
@@ -585,7 +585,7 @@ uno::Reference< XInputStream > SAL_CALL 
ZipFile::getDataStream( ZipEntry& rEntry
 bIsEncrypted );
 }
 
-uno::Reference< XInputStream > SAL_CALL ZipFile::getRawData( ZipEntry& rEntry,
+uno::Reference< XInputStream > ZipFile::getRawData( ZipEntry& rEntry,
 const ::rtl::Reference< EncryptionData >& rData,
 bool bIsEncrypted,
 const rtl::Reference& aMutexHolder )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105267] New: UI: German Calc has shortcuts that are not usable on a German keyboard

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105267

Bug ID: 105267
   Summary: UI: German Calc has shortcuts that are not usable on a
German keyboard
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gilward.ku...@gmail.com

Description:
These keys don't exist on a German keyboard:
; ' [ ] (these characters are created using modifier keys)

This means that the German version of Calc should not use shortcuts with these
keys (at least not as the only shortcut of a command). But it does.

Steps to Reproduce:
set the user interface to German

Actual Results:  
Ctrl+; is the shortcut for "Insert current date"
Ctrl+Shift+; is the shortcut for "Insert current time"
Ctrl+' is the shortcut for "Fill single edit"
Ctrl+[ is the shortcut for "Mark Precedents"
Ctrl+] is the shortcut for "Mark Dependents"


Expected Results:
The German version of Calc should use shortcuts with keys that exist on a
German keyboard.

My suggestions (same shortcuts as in the German version of Excel):
Ctrl+.  for "Insert current date"
Ctrl+Shift+.  for "Insert current time"
Ctrl+,  for "Fill single edit"
Alt+Shift+7  for "Mark Precedents"
Alt+Shift+6  for "Mark Dependents"

They are all free.


Reproducible: Always

User Profile Reset: yes

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101
Firefox/50.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: 2 commits - package/inc package/source

2017-01-11 Thread Kohei Yoshida
 package/inc/ZipFile.hxx  |1 -
 package/inc/ZipPackage.hxx   |3 ++-
 package/source/zipapi/ZipFile.cxx|4 +---
 package/source/zippackage/ZipPackage.cxx |   12 +---
 4 files changed, 8 insertions(+), 12 deletions(-)

New commits:
commit f7c9ecaac9017e94e1dbcd5295b4d6fa3a33948f
Author: Kohei Yoshida 
Date:   Wed Jan 11 19:39:25 2017 -0500

Use std::unique_ptr for the ZipFile instance.

Change-Id: Ifac7a9e29c8cf0afcf44a82db608ba3c48499ca1

diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 2856e42..6a3ac01 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -36,6 +36,7 @@
 #include 
 #include 
 #include 
+#include 
 
 class ZipOutputStream;
 class ZipPackageFolder;
@@ -97,7 +98,7 @@ protected:
 css::uno::Reference < css::io::XSeekable > m_xContentSeek;
 const css::uno::Reference < css::uno::XComponentContext > m_xContext;
 
-ZipFile  *m_pZipFile;
+std::unique_ptr m_pZipFile;
 
 bool isLocalFile() const;
 
diff --git a/package/source/zippackage/ZipPackage.cxx 
b/package/source/zippackage/ZipPackage.cxx
index 026e1ed..cb2e618 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -69,7 +69,6 @@
 #include "com/sun/star/io/XAsyncOutputMonitor.hpp"
 
 #include 
-#include 
 #include 
 
 #include 
@@ -80,6 +79,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace std;
 using namespace osl;
@@ -156,14 +156,12 @@ ZipPackage::ZipPackage ( const uno::Reference < 
XComponentContext >  )
 , m_bAllowRemoveOnInsert( true )
 , m_eMode ( e_IMode_None )
 , m_xContext( xContext )
-, m_pZipFile( nullptr )
 {
 m_xRootFolder = new ZipPackageFolder( m_xContext, m_nFormat, 
m_bAllowRemoveOnInsert );
 }
 
 ZipPackage::~ZipPackage()
 {
-delete m_pZipFile;
 }
 
 bool ZipPackage::isLocalFile() const
@@ -734,7 +732,7 @@ void SAL_CALL ZipPackage::initialize( const uno::Sequence< 
Any >& aArguments )
 OUString message;
 try
 {
-m_pZipFile = new ZipFile ( m_xContentStream, m_xContext, true, 
m_bForceRecovery );
+m_pZipFile = o3tl::make_unique(m_xContentStream, 
m_xContext, true, m_bForceRecovery);
 getZipFileContents();
 }
 catch ( IOException & e )
@@ -749,14 +747,14 @@ void SAL_CALL ZipPackage::initialize( const 
uno::Sequence< Any >& aArguments )
 }
 catch ( Exception & )
 {
-if( m_pZipFile ) { delete m_pZipFile; m_pZipFile = nullptr; }
+m_pZipFile.reset();
 throw;
 }
 
 if ( bBadZipFile )
 {
 // clean up the memory, and tell the UCB about the error
-if( m_pZipFile ) { delete m_pZipFile; m_pZipFile = nullptr; }
+m_pZipFile.reset();
 
 throw css::packages::zip::ZipIOException (
 THROW_WHERE "Bad Zip File, " + message,
@@ -1104,7 +1102,7 @@ void ZipPackage::ConnectTo( const uno::Reference< 
io::XInputStream >& xInStream
 if ( m_pZipFile )
 m_pZipFile->setInputStream( m_xContentStream );
 else
-m_pZipFile = new ZipFile ( m_xContentStream, m_xContext, false );
+m_pZipFile = o3tl::make_unique(m_xContentStream, m_xContext, 
false);
 }
 
 namespace
commit e5dc4ab7a023b003d312ea6f12e647353335
Author: Kohei Yoshida 
Date:   Wed Jan 11 17:08:50 2017 -0500

Not worth having this as a separate data member.

It is the same as the input stream instance, and it is only used in
one call site.

Change-Id: If52209420462aec7ec3dbc180e05f09603acaea1

diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index bac0168..962733c 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -61,7 +61,6 @@ class ZipFile
 ByteGrabber aGrabber;
 ZipUtils::Inflater aInflater;
 css::uno::Reference < css::io::XInputStream > xStream;
-css::uno::Reference < css::io::XSeekable > xSeek;
 const css::uno::Reference < css::uno::XComponentContext > m_xContext;
 
 bool bRecoveryMode;
diff --git a/package/source/zipapi/ZipFile.cxx 
b/package/source/zipapi/ZipFile.cxx
index 49264b0..6b397c6 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -72,7 +72,6 @@ ZipFile::ZipFile( uno::Reference < XInputStream > , 
const uno::Reference
 : aGrabber(xInput)
 , aInflater( true )
 , xStream(xInput)
-, xSeek(xInput, UNO_QUERY)
 , m_xContext ( rxContext )
 , bRecoveryMode( false )
 {
@@ -90,7 +89,6 @@ ZipFile::ZipFile( uno::Reference < XInputStream > , 
const uno::Reference
 : aGrabber(xInput)
 , aInflater( true )
 , xStream(xInput)
-, xSeek(xInput, UNO_QUERY)
 , m_xContext ( rxContext )
 , bRecoveryMode( bForceRecovery )
 {
@@ -118,7 +116,6 @@ void ZipFile::setInputStream ( 

[Libreoffice-bugs] [Bug 91089] UI for custom Spin effect timing combo box is too small

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91089

--- Comment #3 from Gregor  ---
Present in 5.2.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 77186] Custom animation timing repeat until next slide doesn't work

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77186

--- Comment #9 from Gregor  ---
Present in 5.2.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 85788] Language in Custom animation effects dialog

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85788

--- Comment #5 from Gregor  ---
Language has not changed 
5.2.4.2
Windows 10

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


[Libreoffice-bugs] [Bug 73092] EDITING: Repeat custom animation path does not remove ( paint over with background) end position.

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73092

--- Comment #6 from Gregor  ---
Sometimes present in 5.2.4.2
Windows 10
Slide with numerous objects each with custom paths

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


[Libreoffice-bugs] [Bug 85798] Custom animation motion path preview cuts preview short

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85798

--- Comment #4 from Gregor  ---
Still present in 5.2.4.2
Windows 10

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


[Libreoffice-bugs] [Bug 33022] Change motion path of custom effect, old path displays on screen until the presentation is reloaded

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33022

--- Comment #17 from Gregor  ---
Present in 5.2.4.2
Windows 10

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


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.2.5.1'

2017-01-11 Thread Christian Lohmaier
Tag 'libreoffice-5.2.5.1' created by Christian Lohmaier 
 at 2017-01-12 00:54 +

Tag libreoffice-5.2.5.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYdtPVAAoJEPQ0oe+v7q6jXGEP/jTciNr2I38ygAFtKAYCpW9R
n2hUnJ0uUwjwRHCvJY/9/5oqBhjYFZyse2c2hwqPGR3uw3jTjrPAqe4oduWJ+/i9
lNXmOWRpLMrbZ5s58AO8Cvmxyik95ZWwSc/Wkk/4L8txZUKyDDQYwF2bTAP6O54u
EvipjYDdoQ63dAGBkMujNOdw7jeAWQSIVHcu/9UqFT568WyMdOChax9muFsGUITH
EyXB42vRIO5xh4EDI27thleW69I0aw5W2tOUH5Dc9qG5BQ1bS5XVWwdGIUUoBQcQ
eRzEirAWNidDOoyhSNa8dO9PgyfKtk/E3qYRcp7o12M3r9K4yS++7iouvZcM1gfk
sTJvuypj1i7aRmvMvSXXn1di8tdIjdY0USr84JUoyV+St9YYJKucYPqRy2NUPIxn
lcTNIvxulbE5Bj4yHNMIwifhL3Ru81gTpfndIC/T/Jjc7ldRfRurejNQtF13+3hw
NHokGkYD8cyWnBxxMhpnEutQup4WcoBcJIw9uPDm7gXSwkeW/g6AFjxmUA8Hi5OZ
nvTkXA6kbxtYz5m8BNpeKxhqniLgo92h01GsDgNOu0y0R/OEML6kZ/Kdyt4wIo/9
uWMkDhWvKDJ9IQR8nXIJD7a4IGERBYDB4YCbi5TsjdaxLSITyM7oCKtwXVpu0bwy
L6cHxMhF49ToqKW8AhbN
=ub9x
-END PGP SIGNATURE-

Changes since libreoffice-5-2-branch-point-20:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.2.5.1'

2017-01-11 Thread Christian Lohmaier
Tag 'libreoffice-5.2.5.1' created by Christian Lohmaier 
 at 2017-01-12 00:54 +

Tag libreoffice-5.2.5.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYdtPPAAoJEPQ0oe+v7q6j714QAIkPbob6VoTMeFF3/t1aAvmh
uTM4jJciSU0YRZqfutMm4yny0pTbN4EtU7PRKiQNSC0zlTZJhX9TMdsFXwG3Plpg
WhTFVk3lZXPqbrqHv94DDNCKU9CK40s6hjgMZgBuO2l2gdS5r98dy/PFLacCxDX3
7gUTKBKq/96TPp6XlWX3/nMbOVCs70SGQje0Jfdtcc6iVCxL+muQszvvZup0gHqX
VlSKpWOLWZGn8tiXZnpWGSHo9JpZLhV48O6L48wCtkz6+uIN+rIQ9oSZ+wAk/qMM
A0KRy17H+hA2BKEsCk+7P4z/Z1QbTSTQ7FZnLbcuYigZEGEURZFQ/eZP20LSqeFR
udxGl6pQjbAYmX2U3VrBS06d030FpZHOTLiZa+UBUAoc4pDx8UobTyP+V4vrvbxp
hFOrWnhq/WTtB8Ku5dN7GX8EX1maWKwSMlmiFVKH3P9V7zBW7fO3IfK8dN8UBDzI
2/4bUVN53Np9B3wmxIgs4tDsI4lelggWKJWz2FIuWyAhZK8iSlAm7vmXHOePPdtk
BhatDL6S+C/7rqlJ5eCFzSRUrsVMVxyxURElPPwdrxZmMZGt8pUXXBRI4oVCOnA1
pgIMy8kOQVR6dzcEjx9Z9W4hHwVjfbfHpsd/OhXD5vet5UdBT7iy+LY7CsSyHhwG
PiDBWam7brlBW50xMDu1
=bzB/
-END PGP SIGNATURE-

Changes since cp-5.1-branch-point-8:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.2.5.1'

2017-01-11 Thread Christian Lohmaier
Tag 'libreoffice-5.2.5.1' created by Christian Lohmaier 
 at 2017-01-12 00:54 +

Tag libreoffice-5.2.5.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYdtPcAAoJEPQ0oe+v7q6jIt0P/iFfeBJQsXxLvHVhQyGvkCHw
3ohLouSdnqSMZdh4SQgIe+HZ+Y9mghQNqhRL80eH4s5EhHHVBbnEDb3PB/hGZxo8
OT67EGfgsucmn6yDjKF8VFtmKyhe4vH6rGJKIht86dXJW1Wht2cCN/o8CUwnHiw+
RG+573penu6ssTbUuNvVn0JO3/36lNjzrXBh70u4lVPeCiEgQM+5JPQF3KY3hLA6
hLM0sQ5HyLUKkIbF0YjnxdomyU/5nJg02eB9EAcRqcgvwuYeQ/po6gpNBr0sKTRN
Y7uLygg95oGeK+LM/Y+MDhwrygqn7P/HxVykoaBKtF6yiClluMdUtHavbXp2imjl
OmQwL1jiSrSRG5+UKvWsrTlfw+guxFpDfQMoPN4AE661O1k9l41Qr53wsYiR6C+z
s4wUpLwDqVNu0gTVc9DdUrEOKuLu7u82jqF8vpkUE1+M8JgKRIOBbr1Ip+ZqPh8n
LCE33Xp2z+gJEmCihiopsAj1It8Hj2wiUqmZR6Ms4nMGKVuljyKNkhkgBJYIiFfD
j3NpeDmAb6mS8g/Gaj7m0YK4FsL6Rxk5bWQ/3VouTPOS98j5SaAY4vGqB23XdrmA
7wqoVvxTKOvi/LYcxLZExhXokJaaAPv3ihr931X0fH1GxI/maemUo3ndX9FCjGrN
7KrqP7n4EJORbX6GVI85
=iK0J
-END PGP SIGNATURE-

Changes since libreoffice-5-2-branch-point-936:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2-5' - configure.ac

2017-01-11 Thread Christian Lohmaier
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 73b6483123d3137665813b5b6e03fa7693c942c3
Author: Christian Lohmaier 
Date:   Thu Jan 12 01:55:18 2017 +0100

bump product version to 5.2.5.1.0+

Change-Id: Idb43b0caf384217c43a3ccad3b20c58f4177b00f

diff --git a/configure.ac b/configure.ac
index d08c259..424f1d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.2.5.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.2.5.1.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.2.5.1'

2017-01-11 Thread Christian Lohmaier
Tag 'libreoffice-5.2.5.1' created by Christian Lohmaier 
 at 2017-01-12 00:54 +

Tag libreoffice-5.2.5.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYdtPZAAoJEPQ0oe+v7q6jCYUP/jTL83rlWNuxVAnecOh13kS2
Oo9Ct4c8UOjxfNw6yCUfZofrg0qqyLqRR6wDrem0zJFfNgrw+GNmOXjvdxqBWQVu
pePPL+Hve060xusFae/NB1KCCg4Q4uAScYkUvgifYVPtsLb+ycYLy8nzjABnLVGB
16oXFJJYMKi7FIysvmGmnd0IpQvaUKwaBqPWKMVr4BDm9bWTNbrmkPD9x3CZn98u
snHgSRdOfB31c3KyhKC7HXQDZ810RmuE5N/MPBSMwZqeGq1vqmZSQb736foM3lNh
ZsF9kiPCd5YfVnlaqmHJ0yIVPSLaCk3MzqSwiIVUr2UdOviLq51umw5crFTOx3mY
i2VU089OxIITQ2fxKt1mGpi4FW97/SeqO5rkp6SWjmYzSITmGf8FpbwR46XS9CHm
khnPdj3TVcu1wGAzDQmFZNPJ9y2LVpwLHRVVOxygMfxHBIQPNnN8O7rEf3VjfqW9
C7bI0tUwWU/JlR/hgQT6SSy96tj+/4HGKbw0L4jpgmnBgDJhIkzattCHNq6wL0f2
CC0LrCMy6zSXqG7CbU8hSD5pSFrYyUnwHUQIDiPvoAYd2bhPl1zqy0uBeUJDzrla
u8j+IjXIlUbUPK5jYU27udl78LFka19ylyDM90ZqdGGTVZM4rfVQp7ldEo0s+Y78
ItS9fm/mYhaO2uwLDnv7
=hAAQ
-END PGP SIGNATURE-

Changes since cp-5.1-branch-point-24:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - configure.ac

2017-01-11 Thread Christian Lohmaier
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b5b8fa0f1d01de4577193acc41f0df71021d
Author: Christian Lohmaier 
Date:   Thu Jan 12 01:52:06 2017 +0100

bump product version to 5.2.6.0.0+

Change-Id: I5486ee53c9e87c62bb312caf8b5a8340dfa94e11

diff --git a/configure.ac b/configure.ac
index d08c259..5c12d1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.2.5.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.2.6.0.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'libreoffice-5-2-5'

2017-01-11 Thread Christian Lohmaier
New branch 'libreoffice-5-2-5' available with the following commits:
commit 710c06144b911d34dc52818f3117606f3c3bee63
Author: Christian Lohmaier 
Date:   Thu Jan 12 01:49:39 2017 +0100

Branch libreoffice-5-2-5

This is 'libreoffice-5-2-5' - the stable branch for the 5.2.5 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.2.x release,
please use the 'libreoffice-5-2' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: Ic9645219a607c0a669b14d77b72a5d741b4eb8e8

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'libreoffice-5-2-5'

2017-01-11 Thread Christian Lohmaier
New branch 'libreoffice-5-2-5' available with the following commits:
commit cfbbb4dd65b07901d8c7c49161d4d907fc8c4aea
Author: Christian Lohmaier 
Date:   Thu Jan 12 01:49:11 2017 +0100

Branch libreoffice-5-2-5

This is 'libreoffice-5-2-5' - the stable branch for the 5.2.5 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.2.x release,
please use the 'libreoffice-5-2' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: I5b12d95816bf3fd77a6f86d171e31f3d5994f6fd

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'libreoffice-5-2-5'

2017-01-11 Thread Christian Lohmaier
New branch 'libreoffice-5-2-5' available with the following commits:
commit 938af4497a92a4d55b2cca34b520db27675cc362
Author: Christian Lohmaier 
Date:   Thu Jan 12 01:49:11 2017 +0100

Branch libreoffice-5-2-5

This is 'libreoffice-5-2-5' - the stable branch for the 5.2.5 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.2.x release,
please use the 'libreoffice-5-2' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: I5c46ef825038374fb39f77c573998ed6c9dd01a5

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-5-2-5'

2017-01-11 Thread Christian Lohmaier
New branch 'libreoffice-5-2-5' available with the following commits:
commit 01da5b657197d34fb518566fe0d48c42614cfc94
Author: Christian Lohmaier 
Date:   Thu Jan 12 01:49:11 2017 +0100

Branch libreoffice-5-2-5

This is 'libreoffice-5-2-5' - the stable branch for the 5.2.5 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 5.2.x release,
please use the 'libreoffice-5-2' branch.

If you want to build something cool, unstable, and risky, use master.

Change-Id: I65b0ec54b64e7f01112de60638a303c6610e4fa9

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sd/source

2017-01-11 Thread Michael Stahl
 sd/source/ui/view/Outliner.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 5f081ce502e5528049fc76657d623afcee24
Author: Michael Stahl 
Date:   Wed Jan 11 17:17:27 2017 +0100

tdf#105182 sd: avoid iterating too far in SdOutliner::Initialize()

Considering the valid indexes are extended by "-1" for backwards
iterators and "size()" for forward iterators, it's obvious that a
not-yet-at-the-end-in-the-other-direction iterator can be incremented
once, but not necessarily twice.

Why this code even wants to increment it twice isn't obvious to me.

Change-Id: I578c8c6202049ebe6dbed41b8276a6bfa0566bbc
(cherry picked from commit aa1ee198b5b55d0a92418eb3294c93553e8513dd)
Reviewed-on: https://gerrit.libreoffice.org/32975
Tested-by: Jenkins 
Reviewed-by: Christian Lohmaier 

diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index f4d6839..42d4a20 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -580,7 +580,10 @@ void Outliner::Initialize (bool bDirectionIsForward)
 // The iterator has pointed to the object one ahead/before the 
current
 // one.  Now move it to the one before/ahead the current one.
 ++maObjectIterator;
-++maObjectIterator;
+if (maObjectIterator != 
sd::outliner::OutlinerContainer(this).end())
+{
+++maObjectIterator;
+}
 }
 
 mbMatchMayExist = true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

--- Comment #35 from Dan H  ---
Out of curiosity, I just installed Gnumeric 1.12.28, and tried the same series
of steps, applied to the same file, in that package.  Saving completed nice and
quickly.  Might there be mileage in a comparison of the comment-handling bits
of the two codebases?

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


[Libreoffice-bugs] [Bug 100151] Crash at the end of slideshow or previews in Impress ( in remote desktop session, for workaround see comment 25)

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100151

Aron Budea  changed:

   What|Removed |Added

Summary|Crash at the end of |Crash at the end of
   |slideshow or previews in|slideshow or previews in
   |Impress (in remote desktop  |Impress (in remote desktop
   |session..)  |session, for workaround see
   ||comment 25)

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


[Libreoffice-bugs] [Bug 102036] Libre Office - Drawing - Page Format

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102036

--- Comment #4 from Jon  ---
I have 64-bit version of Kubuntu.

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

2017-01-11 Thread Tor Lillqvist
 solenv/bin/macosx-codesign-app-bundle |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit a6216119be2c32e9031c6bb9b7dfa07f0468d813
Author: Tor Lillqvist 
Date:   Thu Jan 12 01:40:37 2017 +0200

Always exit with error if codesign fails

That sanity check was added in
615fae2f67028f3c5c51c70c77dbaa9b9f3856d6 but we lost it at some stage.

The codesigning script has a very confusing history, in part caused by
its use for two purposes, when building for the Mac App Store and when
building for a TDF style distribution on a dmg disk image. Those who
work with the former and those who work with the latter haven't
necessarily checked that it doesn't break for the other case. Sorry.

Change-Id: I79011302f60b1f6551328c8b80e00f5d3698504c

diff --git a/solenv/bin/macosx-codesign-app-bundle 
b/solenv/bin/macosx-codesign-app-bundle
index c48f60e..c2a6db3f 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -55,7 +55,7 @@ done
 find "$APP_BUNDLE/Contents/MacOS" -type f |
 while read file; do
 id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
-codesign --force --verbose --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id 
--sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$file"
+codesign --force --verbose --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id 
--sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$file" || exit 1
 done
 
 # Sign included bundles. First .app ones (i.e. the Python.app inside
@@ -67,7 +67,7 @@ while read app; do
 fn=${fn%.*}
 # Assume the app has a XML (and not binary) Info.plist
 id=`grep -A 1 'CFBundleIdentifier' $app/Contents/Info.plist | 
tail -1 | sed -e 's,.*,,' -e 's,.*,,'`
-codesign --verbose --identifier=$id --sign "$MACOSX_CODESIGNING_IDENTITY" 
$entitlements "$app"
+codesign --verbose --identifier=$id --sign "$MACOSX_CODESIGNING_IDENTITY" 
$entitlements "$app" || exit 1
 done
 
 # Then .framework ones. Again, be generic just for kicks.
@@ -80,7 +80,7 @@ while read framework; do
 if test ! -L "$version" -a -d "$version"; then
# Assume the framework has a XML (and not binary) Info.plist
id=`grep -A 1 'CFBundleIdentifier' 
$version/Resources/Info.plist | tail -1 | sed -e 's,.*,,' -e 
's,.*,,'`
-codesign --verbose --identifier=$id --sign 
"$MACOSX_CODESIGNING_IDENTITY" "$version"
+codesign --verbose --identifier=$id --sign 
"$MACOSX_CODESIGNING_IDENTITY" "$version" || exit 1
 fi
 done
 done
@@ -89,7 +89,7 @@ done
 
 find "$APP_BUNDLE" -name '*.mdimporter' -type d |
 while read bundle; do
-codesign --verbose --prefix=$MACOSX_BUNDLE_IDENTIFIER. --sign 
"$MACOSX_CODESIGNING_IDENTITY" "$bundle"
+codesign --verbose --prefix=$MACOSX_BUNDLE_IDENTIFIER. --sign 
"$MACOSX_CODESIGNING_IDENTITY" "$bundle" || exit 1
 done
 
 # Sign the app bundle as a whole which means (re-)signing the
@@ -106,6 +106,6 @@ done
 
 id=`echo ${PRODUCTNAME} | tr ' ' '-'`
 
-codesign --force --verbose --identifier="${MACOSX_BUNDLE_IDENTIFIER}" --sign 
"$MACOSX_CODESIGNING_IDENTITY" $entitlements "$APP_BUNDLE"
+codesign --force --verbose --identifier="${MACOSX_BUNDLE_IDENTIFIER}" --sign 
"$MACOSX_CODESIGNING_IDENTITY" $entitlements "$APP_BUNDLE" || exit 1
 
 exit 0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 102036] Libre Office - Drawing - Page Format

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102036

--- Comment #3 from Jon  ---
I have the same bug but in Linux rather than Windows. I'm using a Lenovo E360
with Kubuntu 16.04. I first noticed this Draw component bug in LO v5.1.4. I
uninstalled LO v5.1.4 and installed v5.2.4. There was no change. The issue is
that, under Format > Page Properties, there is a Page Background tab/option but
no Page or Page Setup tab/option at all. It's not there. That, of course, is
the option/tab where the page orientation, page size, and margins are set.

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

2017-01-11 Thread Tor Lillqvist
 solenv/bin/macosx-codesign-app-bundle |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 3e7e4df5a47b8d94ab86a8d6d0df38b1f282f980
Author: Tor Lillqvist 
Date:   Thu Jan 12 01:33:05 2017 +0200

CodesignRules.plist was removed in 615fae2f67028f3c5c51c70c77dbaa9b9f3856d6

Change-Id: Ibde5189ecf09ec8dfaf3223683c5480974084865

diff --git a/solenv/bin/macosx-codesign-app-bundle 
b/solenv/bin/macosx-codesign-app-bundle
index e7942eb..c48f60e 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -28,10 +28,7 @@ if test -n "$ENABLE_MACOSX_SANDBOX"; then
 # through that. I think.
 other_files=''
 else
-# In a non-sandboxed build (distributed outside the App Store)
-# we traditionally have use --resource-rules. Let's not touch that?
-resource_rules="--resource-rules 
$SRCDIR/setup_native/source/mac/CodesignRules.plist"
-# And there we then want to sign data files, too, hmm.
+# We then want to sign data files, too, hmm.
 other_files="\
  -or -name '*.fodt' -or -name 'schema.strings' -or -name 'schema.xml' \
  -or -name '*.jar' -or -name '*.jnilib' -or -name 'LICENSE' -or -name 
'LICENSE.html' \
@@ -109,6 +106,6 @@ done
 
 id=`echo ${PRODUCTNAME} | tr ' ' '-'`
 
-codesign --force --verbose --identifier="${MACOSX_BUNDLE_IDENTIFIER}" 
$resource_rules --sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements 
"$APP_BUNDLE"
+codesign --force --verbose --identifier="${MACOSX_BUNDLE_IDENTIFIER}" --sign 
"$MACOSX_CODESIGNING_IDENTITY" $entitlements "$APP_BUNDLE"
 
 exit 0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105266] New: PPTX import: The attributes fill="lightenLess" and =" lighten" are rendered wrong in "bevel" shape

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105266

Bug ID: 105266
   Summary: PPTX import: The attributes fill="lightenLess" and
="lighten" are rendered wrong in "bevel" shape
   Product: LibreOffice
   Version: 5.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 130333
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130333=edit
enhanced geometry and image of it

Open attached pptx document. It contains three shapes of type "bevel" and an
image of these shapes, created by PowerPoint 2010.

You will notice that the left and top part of the bevel has wrong colors.

(1) The left part should be lighter than the top part. The left part has
attribute value "lighten" and the top part has attribute value "lightenLess"
according the presetShapeDefinitions.xml from the spec.

(2) The "lighten" and the "lightenLess" parts have wrong colors in case the
basic fill color (in the middle) has a low luminance. Such case is the right
shape. When you examine the colors and look at their HSL-values, you can see,
that PowerPoint does not only increase the luminance in this cases, but reduce
the saturation in addition. LO misses this.

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


[Libreoffice-bugs] [Bug 48140] Remove uno calls from xlsx import

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48140

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

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

tdf#48140 replace CellAddress in xlsx import (3)

It will be available in 5.4.0.

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

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

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


[Libreoffice-bugs] [Bug 48140] Remove uno calls from xlsx import

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48140

--- Comment #40 from Commit Notification 
 ---
Jochen Nitschke committed a patch related to this issue.
It has been pushed to "master":

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

tdf#48140 replace CellAddress in xlsx import (2)

It will be available in 5.4.0.

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

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

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


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

2017-01-11 Thread Jochen Nitschke
 sc/source/filter/oox/querytablebuffer.cxx |8 
 sc/source/filter/oox/worksheethelper.cxx  |   15 +++
 2 files changed, 11 insertions(+), 12 deletions(-)

New commits:
commit 88f561204d7cee25633df8117cc8d7e1ebd8e9ad
Author: Jochen Nitschke 
Date:   Wed Jan 11 14:30:11 2017 +0100

tdf#48140 replace CellAddress in xlsx import (3)

Change-Id: Ie56cea7fdee7ff6c9e72880e56f9e31ce5f7e03b
Reviewed-on: https://gerrit.libreoffice.org/32970
Reviewed-by: Jochen Nitschke 
Tested-by: Jochen Nitschke 

diff --git a/sc/source/filter/oox/querytablebuffer.cxx 
b/sc/source/filter/oox/querytablebuffer.cxx
index d561493..aa973a7 100644
--- a/sc/source/filter/oox/querytablebuffer.cxx
+++ b/sc/source/filter/oox/querytablebuffer.cxx
@@ -99,7 +99,7 @@ OUString lclBuildWebQueryTables( const 
WebPrModel::TablesVector& rTables )
 }
 
 Reference< XAreaLink > lclFindAreaLink(
-const Reference< XAreaLinks >& rxAreaLinks, const CellAddress& 
rDestPos,
+const Reference< XAreaLinks >& rxAreaLinks, const ScAddress& rDestPos,
 const OUString& rFileUrl, const OUString& rTables, const OUString& 
rFilterName, const OUString& rFilterOptions )
 {
 try
@@ -112,7 +112,7 @@ Reference< XAreaLink > lclFindAreaLink(
 PropertySet aPropSet( xAreaLink );
 CellRangeAddress aDestArea = xAreaLink->getDestArea();
 OUString aString;
-if( (rDestPos.Sheet == aDestArea.Sheet) && (rDestPos.Column == 
aDestArea.StartColumn) && (rDestPos.Row == aDestArea.StartRow) &&
+if( (rDestPos.Tab() == aDestArea.Sheet) && (rDestPos.Col() == 
aDestArea.StartColumn) && (rDestPos.Row() == aDestArea.StartRow) &&
 (rTables == xAreaLink->getSourceArea()) &&
 aPropSet.getProperty( aString, PROP_Url ) && (rFileUrl == 
aString) &&
 aPropSet.getProperty( aString, PROP_Filter ) && 
(rFilterName == aString) &&
@@ -233,13 +233,13 @@ void QueryTable::finalizeImport()
 OSL_ENSURE( bIsRange, "QueryTable::finalizeImport - 
defined name does not contain valid cell range" );
 if( bIsRange && getAddressConverter().checkCellRange( 
aDestRange, false, true ) )
 {
-CellAddress aDestPos( aDestRange.aStart.Tab(), 
aDestRange.aStart.Col(), aDestRange.aStart.Row() );
 // find tables mode: entire document, all tables, or 
specific tables
 OUString aTables = pWebPr->mbHtmlTables ? 
lclBuildWebQueryTables( pWebPr->maTables ) : "HTML_all";
 if( !aTables.isEmpty() ) try
 {
 PropertySet aDocProps( getDocument() );
 Reference< XAreaLinks > xAreaLinks( 
aDocProps.getAnyProperty( PROP_AreaLinks ), UNO_QUERY_THROW );
+CellAddress aDestPos( aDestRange.aStart.Tab(), 
aDestRange.aStart.Col(), aDestRange.aStart.Row() );
 OUString aFilterName = "calc_HTML_WebQuery";
 OUString aFilterOptions;
 xAreaLinks->insertAtPosition( aDestPos, aFileUrl, 
aTables, aFilterName, aFilterOptions );
@@ -247,7 +247,7 @@ void QueryTable::finalizeImport()
 sal_Int32 nRefreshPeriod = 
xConnection->getModel().mnInterval * 60;
 if( nRefreshPeriod > 0 )
 {
-PropertySet aPropSet( lclFindAreaLink( 
xAreaLinks, aDestPos, aFileUrl, aTables, aFilterName, aFilterOptions ) );
+PropertySet aPropSet( lclFindAreaLink( 
xAreaLinks, aDestRange.aStart, aFileUrl, aTables, aFilterName, aFilterOptions ) 
);
 aPropSet.setProperty( PROP_RefreshPeriod, 
nRefreshPeriod );
 }
 }
diff --git a/sc/source/filter/oox/worksheethelper.cxx 
b/sc/source/filter/oox/worksheethelper.cxx
index f739be3..d3a2811 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -337,7 +337,7 @@ private:
 /** Generates the final URL for the passed hyperlink. */
 OUStringgetHyperlinkUrl( const HyperlinkModel& rHyperlink ) 
const;
 /** Inserts a hyperlinks into the specified cell. */
-void insertHyperlink( const CellAddress& rAddress, const OUString& rUrl );
+void insertHyperlink( const ScAddress& rAddress, const OUString& rUrl );
 
 /** Inserts all imported data validations into their cell ranges. */
 voidfinalizeValidationRanges() const;
@@ -961,8 +961,8 @@ void WorksheetGlobals::finalizeHyperlinkRanges()
 OUString aUrl = getHyperlinkUrl( *aIt );
 // try to insert URL into each cell of the range
 if( !aUrl.isEmpty() )
-  

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

2017-01-11 Thread Jochen Nitschke
 sc/source/filter/inc/drawingfragment.hxx |2 +-
 sc/source/filter/oox/commentsbuffer.cxx  |2 +-
 sc/source/filter/oox/drawingfragment.cxx |   11 +--
 3 files changed, 7 insertions(+), 8 deletions(-)

New commits:
commit 34006130756be2cec73a623cf65b3e71493276a1
Author: Jochen Nitschke 
Date:   Wed Jan 11 14:22:24 2017 +0100

tdf#48140 replace CellAddress in xlsx import (2)

Change-Id: I14bf283fe8a795944a08a4cde2fff3d670f6e3ed
Reviewed-on: https://gerrit.libreoffice.org/32969
Reviewed-by: Jochen Nitschke 
Tested-by: Jochen Nitschke 

diff --git a/sc/source/filter/inc/drawingfragment.hxx 
b/sc/source/filter/inc/drawingfragment.hxx
index e9a29d2..d4000e8 100644
--- a/sc/source/filter/inc/drawingfragment.hxx
+++ b/sc/source/filter/inc/drawingfragment.hxx
@@ -144,7 +144,7 @@ public:
 explicitVmlDrawing( const WorksheetHelper& rHelper );
 
 /** Returns the drawing shape for a cell note at the specified position. */
-const ::oox::vml::ShapeBase* getNoteShape( const css::table::CellAddress& 
rPos ) const;
+const ::oox::vml::ShapeBase* getNoteShape( const ScAddress& rPos ) const;
 
 /** Filters cell note shapes. */
 virtual boolisShapeSupported( const ::oox::vml::ShapeBase& rShape 
) const override;
diff --git a/sc/source/filter/oox/commentsbuffer.cxx 
b/sc/source/filter/oox/commentsbuffer.cxx
index d164f54..568d380 100644
--- a/sc/source/filter/oox/commentsbuffer.cxx
+++ b/sc/source/filter/oox/commentsbuffer.cxx
@@ -162,7 +162,7 @@ void Comment::finalizeImport()
 }
 
 // convert shape formatting and visibility
-if( const ::oox::vml::ShapeBase* pNoteShape = 
getVmlDrawing().getNoteShape( aNotePos ) )
+if( const ::oox::vml::ShapeBase* pNoteShape = 
getVmlDrawing().getNoteShape( maModel.maRange.aStart ) )
 {
 // position and formatting
 pNoteShape->convertFormatting( xAnnoShape );
diff --git a/sc/source/filter/oox/drawingfragment.cxx 
b/sc/source/filter/oox/drawingfragment.cxx
index 7c22093..67b2427 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -55,7 +55,6 @@ using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::document;
 using namespace ::com::sun::star::drawing;
 using namespace ::com::sun::star::script;
-using namespace ::com::sun::star::table;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::xml::sax;
 using namespace ::oox::core;
@@ -313,7 +312,7 @@ namespace {
 class VmlFindNoteFunc
 {
 public:
-explicitVmlFindNoteFunc( const CellAddress& rPos );
+explicitVmlFindNoteFunc( const ScAddress& rPos );
 booloperator()( const ::oox::vml::ShapeBase& rShape ) 
const;
 
 private:
@@ -321,9 +320,9 @@ private:
 sal_Int32   mnRow;
 };
 
-VmlFindNoteFunc::VmlFindNoteFunc( const CellAddress& rPos ) :
-mnCol( rPos.Column ),
-mnRow( rPos.Row )
+VmlFindNoteFunc::VmlFindNoteFunc( const ScAddress& rPos ) :
+mnCol( rPos.Col() ),
+mnRow( rPos.Row() )
 {
 }
 
@@ -409,7 +408,7 @@ VmlDrawing::VmlDrawing( const WorksheetHelper& rHelper ) :
 maListBoxFont.monSize = 160;
 }
 
-const ::oox::vml::ShapeBase* VmlDrawing::getNoteShape( const CellAddress& rPos 
) const
+const ::oox::vml::ShapeBase* VmlDrawing::getNoteShape( const ScAddress& rPos ) 
const
 {
 return getShapes().findShape( VmlFindNoteFunc( rPos ) );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103893] Crash LibreOffice with start Math

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103893

Khaled Hosny  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103893] Crash LibreOffice with start Math

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103893

Khaled Hosny  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||khaledho...@eglug.org
 Resolution|--- |DUPLICATE

--- Comment #12 from Khaled Hosny  ---


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

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


[Libreoffice-bugs] [Bug 105015] [Windows] Failure to populate system font list

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105015

Khaled Hosny  changed:

   What|Removed |Added

   Priority|medium  |highest
   Assignee|libreoffice-b...@lists.free |khaledho...@eglug.org
   |desktop.org |
Summary|Font rendering issue on |[Windows]  Failure to
   |Windows builds, Crash in:   |populate system font list
   |ImplReleaseTempFonts(SalDat |
   |a &) or in: |
   |SalAbort(rtl::OUString  |
   |const &,bool)   |
   Severity|normal  |major

--- Comment #27 from Khaled Hosny  ---
(In reply to V Stuart Foote from comment #25)
> @Khaled, *
> 
> So it looks like there _are_ font handling crashes occurring in the 5.3.0.1
> builds, was a little hard to tell with noise from the 5.2.4.2 issue.

This is already stated above and it is why I’m asking for more information, but
so far little was given.

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

2017-01-11 Thread Eike Rathke
 i18npool/source/localedata/data/de_CH.xml |   17 -
 i18npool/source/localedata/data/de_LI.xml |   17 -
 i18npool/source/localedata/data/fr_CH.xml |   17 -
 i18npool/source/localedata/data/it_CH.xml |   17 -
 4 files changed, 48 insertions(+), 20 deletions(-)

New commits:
commit 771fad2dfe556a5c47ccd5e987fc304350600557
Author: Eike Rathke 
Date:   Wed Jan 11 13:43:50 2017 +0100

Resolves: tdf#105209 CHF currency symbol is CHF instead of SFr.

Change-Id: Ic216c7b901bf6da779e161f35e5143739267b066
(cherry picked from commit 28a0737f8c21e5c9f789af328348e51b6044c28c)
Reviewed-on: https://gerrit.libreoffice.org/32966
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/i18npool/source/localedata/data/de_CH.xml 
b/i18npool/source/localedata/data/de_CH.xml
index 7e6eb88..5b2ac1f 100644
--- a/i18npool/source/localedata/data/de_CH.xml
+++ b/i18npool/source/localedata/data/de_CH.xml
@@ -87,22 +87,22 @@
   0.00%
 
 
-  [$SFr.-807] #'##0;[$SFr.-807] -#'##0
+  [$CHF-807] #'##0;[$CHF-807] -#'##0
 
 
-  [$SFr.-807] #'##0.00;[$SFr.-807] -#'##0.00
+  [$CHF-807] #'##0.00;[$CHF-807] -#'##0.00
 
 
-  [$SFr.-807] #'##0;[RED][$SFr.-807] -#'##0
+  [$CHF-807] #'##0;[RED][$CHF-807] -#'##0
 
 
-  [$SFr.-807] #'##0.00;[RED][$SFr.-807] -#'##0.00
+  [$CHF-807] #'##0.00;[RED][$CHF-807] -#'##0.00
 
 
   #'##0.00 CCC
 
 
-  [$SFr.-807] #'##0.--;[RED][$SFr.-807] -#'##0.--
+  [$CHF-807] #'##0.--;[RED][$CHF-807] -#'##0.--
 
 
   T.MM.JJ
@@ -203,6 +203,13 @@
   
 
   CHF
+  CHF
+  CHF
+  Schweizer Franken
+  2
+
+
+  CHF
   SFr.
   CHF
   Schweizer Franken
diff --git a/i18npool/source/localedata/data/de_LI.xml 
b/i18npool/source/localedata/data/de_LI.xml
index 7247669..d368c05 100644
--- a/i18npool/source/localedata/data/de_LI.xml
+++ b/i18npool/source/localedata/data/de_LI.xml
@@ -87,22 +87,22 @@
   0.00%
 
 
-  [$SFr.-1407] #'##0;[$SFr.-1407]-#'##0
+  [$CHF-1407] #'##0;[$CHF-1407]-#'##0
 
 
-  [$SFr.-1407] #'##0.00;[$SFr.-1407]-#'##0.00
+  [$CHF-1407] #'##0.00;[$CHF-1407]-#'##0.00
 
 
-  [$SFr.-1407] #'##0;[ROT][$SFr.-1407]-#'##0
+  [$CHF-1407] #'##0;[ROT][$CHF-1407]-#'##0
 
 
-  [$SFr.-1407] #'##0.00;[ROT][$SFr.-1407]-#'##0.00
+  [$CHF-1407] #'##0.00;[ROT][$CHF-1407]-#'##0.00
 
 
   #'##0.00 CCC
 
 
-  [$SFr.-1407] #'##0.--;[ROT][$SFr.-1407]-#'##0.--
+  [$CHF-1407] #'##0.--;[ROT][$CHF-1407]-#'##0.--
 
 
   TT.MM.JJ
@@ -203,6 +203,13 @@
   
 
   CHF
+  CHF
+  CHF
+  Schweizer Franken
+  2
+
+
+  CHF
   SFr.
   CHF
   Schweizer Franken
diff --git a/i18npool/source/localedata/data/fr_CH.xml 
b/i18npool/source/localedata/data/fr_CH.xml
index 907d517..a2a51fc 100644
--- a/i18npool/source/localedata/data/fr_CH.xml
+++ b/i18npool/source/localedata/data/fr_CH.xml
@@ -88,22 +88,22 @@
   0.00%
 
 
-  [$sFr.-100C] #'##0;[$sFr.-100C] -#'##0
+  [$CHF-100C] #'##0;[$CHF-100C] -#'##0
 
 
-  [$sFr.-100C] #'##0.00;[$sFr.-100C] -#'##0.00
+  [$CHF-100C] #'##0.00;[$CHF-100C] -#'##0.00
 
 
-  [$sFr.-100C] #'##0;[RED][$sFr.-100C] -#'##0
+  [$CHF-100C] #'##0;[RED][$CHF-100C] -#'##0
 
 
-  [$sFr.-100C] #'##0.00;[RED][$sFr.-100C] 
-#'##0.00
+  [$CHF-100C] #'##0.00;[RED][$CHF-100C] -#'##0.00
 
 
   #'##0.00 CCC
 
 
-  [$sFr.-100C] #'##0.--;[RED][$sFr.-100C] 
-#'##0.--
+  [$CHF-100C] #'##0.--;[RED][$CHF-100C] -#'##0.--
 
 
   J.MM.AA
@@ -204,6 +204,13 @@
   
 
   CHF
+  CHF
+  CHF
+  franc suisse
+  2
+
+
+  CHF
   sFr.
   CHF
   franc suisse
diff --git a/i18npool/source/localedata/data/it_CH.xml 
b/i18npool/source/localedata/data/it_CH.xml
index a71019c..1514c67 100644
--- a/i18npool/source/localedata/data/it_CH.xml
+++ b/i18npool/source/localedata/data/it_CH.xml
@@ -87,22 +87,22 @@
   0.00%
 
 
-  [$SFr.-810] #'##0;[$SFr.-810] -#'##0
+  [$CHF-810] #'##0;[$CHF-810] -#'##0
 
 
-  [$SFr.-810] #'##0.00;[$SFr.-810] -#'##0.00
+  [$CHF-810] #'##0.00;[$CHF-810] -#'##0.00
 
 
-  [$SFr.-810] #'##0;[RED][$SFr.-810] -#'##0
+  [$CHF-810] #'##0;[RED][$CHF-810] -#'##0
 
 
-  [$SFr.-810] #'##0.00;[RED][$SFr.-810] -#'##0.00
+  [$CHF-810] #'##0.00;[RED][$CHF-810] -#'##0.00
 
 
   #'##0.00 CCC
 
 
-  [$SFr.-810] #'##0.--;[RED][$SFr.-810] -#'##0.--
+  [$CHF-810] #'##0.--;[RED][$CHF-810] -#'##0.--
 
 
   G.MM.AA
@@ -203,6 +203,13 @@
   
 
   CHF
+  CHF
+  CHF
+  Franco Svizzero
+  2
+
+
+  CHF
   SFr.
   CHF
   Franco 

[Libreoffice-bugs] [Bug 101841] MAILMERGE: First Record Incorrect When Printing Selected Records to File

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101841

--- Comment #18 from Commit Notification 
 ---
Jan-Marek Glogowski committed a patch related to this issue.
It has been pushed to "libreoffice-5-2":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=bbb2a2bac5486b9a9b9d7061f058defc11fc447f=libreoffice-5-2

tdf#101841 MM correctly account record selections

It will be available in 5.2.5.

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

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

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


[Libreoffice-bugs] [Bug 101841] MAILMERGE: First Record Incorrect When Printing Selected Records to File

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101841

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.3.0|target:5.3.0 target:5.2.5

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sw/inc sw/source

2017-01-11 Thread Jan-Marek Glogowski
 sw/inc/IDocumentFieldsAccess.hxx |2 +
 sw/source/core/doc/DocumentFieldsManager.cxx |   33 +++
 sw/source/core/inc/DocumentFieldsManager.hxx |1 
 sw/source/uibase/dbui/dbmgr.cxx  |   45 +++
 4 files changed, 68 insertions(+), 13 deletions(-)

New commits:
commit bbb2a2bac5486b9a9b9d7061f058defc11fc447f
Author: Jan-Marek Glogowski 
Date:   Thu Sep 1 20:35:51 2016 +0200

tdf#101841 MM correctly account record selections

Don't reset the pParam->xResultSet for selections when querying
the result count. This actually resets the selection.

 * MM just increment after a successful next record

This correctly counts the record id from 1, while using 0
for the first item in the selection array.

(cherry picked from commit 178a23a827f16e046e5d5efb2aa2aa3fc990452a)

 * MM account next record fields for progress dialog

When calculating the maximum document count, we were not accounting
"next record" fields in the document, like in labels etc.

Also any selection of records was ignored.

Fixes accounting part of tdf#101841.

(cherry picked from commit 260cd3aeea2d02507dd131ee2028c4f48f7562f8)

Change-Id: I458e9e2e1af122f8324bcd873fd35ffcf89d62d3
Reviewed-on: https://gerrit.libreoffice.org/32184
Tested-by: Jenkins 
Reviewed-by: Christian Lohmaier 

diff --git a/sw/inc/IDocumentFieldsAccess.hxx b/sw/inc/IDocumentFieldsAccess.hxx
index f9b116b..6280e9a 100644
--- a/sw/inc/IDocumentFieldsAccess.hxx
+++ b/sw/inc/IDocumentFieldsAccess.hxx
@@ -130,6 +130,8 @@ namespace com { namespace sun { namespace star { namespace 
uno { class Any; } }
 
 virtual void InsDelFieldInFieldLst(bool bIns, const SwTextField& rField) = 
0;
 
+virtual sal_Int32 GetRecordsPerDocument() const = 0;
+
 protected:
 virtual ~IDocumentFieldsAccess() {};
  };
diff --git a/sw/source/core/doc/DocumentFieldsManager.cxx 
b/sw/source/core/doc/DocumentFieldsManager.cxx
index 8c63866..f99ad75 100644
--- a/sw/source/core/doc/DocumentFieldsManager.cxx
+++ b/sw/source/core/doc/DocumentFieldsManager.cxx
@@ -913,7 +913,6 @@ void DocumentFieldsManager::UpdateExpFields( SwTextField* 
pUpdateField, bool bUp
 SwSection* pSect = const_cast((*it)->GetSection());
 if( pSect )
 {
-
 SwSbxValue aValue = aCalc.Calculate(
 pSect->GetCondition() );
 if(!aValue.IsVoidValue())
@@ -1186,6 +1185,38 @@ void DocumentFieldsManager::UpdateUsrFields()
 }
 }
 
+sal_Int32 DocumentFieldsManager::GetRecordsPerDocument() const
+{
+sal_Int32 nRecords = 1;
+
+mpUpdateFields->MakeFieldList( m_rDoc, true, GETFLD_ALL );
+if( mpUpdateFields->GetSortLst()->empty() )
+return nRecords;
+
+for( SetGetExpFields::const_iterator it = 
mpUpdateFields->GetSortLst()->begin();
+it != mpUpdateFields->GetSortLst()->end(); ++it )
+{
+const SwTextField *pTextField = (*it)->GetTextField();
+if( !pTextField )
+continue;
+
+const SwFormatField  = pTextField->GetFormatField();
+const SwField* pField = pFormatField.GetField();
+
+switch( pField->GetTyp()->Which() )
+{
+case RES_DBNEXTSETFLD:
+case RES_DBNUMSETFLD:
+nRecords++;
+break;
+default:
+break;
+}
+}
+
+return nRecords;
+}
+
 void DocumentFieldsManager::UpdatePageFields( SfxPoolItem* pMsgHint )
 {
 for( SwFieldTypes::size_type i = 0; i < INIT_FLDTYPES; ++i )
diff --git a/sw/source/core/inc/DocumentFieldsManager.hxx 
b/sw/source/core/inc/DocumentFieldsManager.hxx
index a5facc6..fc6f9af 100644
--- a/sw/source/core/inc/DocumentFieldsManager.hxx
+++ b/sw/source/core/inc/DocumentFieldsManager.hxx
@@ -60,6 +60,7 @@ public:
 virtual bool IsNewFieldLst() const override;
 virtual void SetNewFieldLst( bool bFlag) override;
 virtual void InsDelFieldInFieldLst(bool bIns, const SwTextField& rField) 
override;
+virtual sal_Int32 GetRecordsPerDocument() const override;
 
 //Non Interface methods
 
diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx
index fe9e87f..c5b5123 100644
--- a/sw/source/uibase/dbui/dbmgr.cxx
+++ b/sw/source/uibase/dbui/dbmgr.cxx
@@ -177,10 +177,14 @@ static SfxObjectShell* lcl_CreateWorkingDocument(
 SwDBManager** const pDBManager,
 SwView** const pView, SwWrtShell** const pWrtShell, SwDoc** const pDoc );
 
-static bool lcl_getCountFromResultSet( sal_Int32& rCount, const 
uno::Reference& xResultSet )
+static bool lcl_getCountFromResultSet( sal_Int32& rCount, const SwDSParam* 
pParam )
 {
-uno::Reference xPrSet(xResultSet, uno::UNO_QUERY);
-if(xPrSet.is())
+rCount = pParam->aSelection.getLength();
+if ( rCount > 0 )
+return true;
+

[Libreoffice-bugs] [Bug 80430] [META] LOCALHELP: Features x Documentation gap

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||92430


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92430
[Bug 92430] LOCALHELP: Use URI instead of URL in help pages for WEBSERVICE and
FILTERXML spreadsheet functions
-- 
You are receiving this mail because:
You 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-2' - sc/inc sc/source

2017-01-11 Thread Eike Rathke
 sc/inc/formulacell.hxx  |9 +++-
 sc/source/core/data/column.cxx  |2 -
 sc/source/core/data/formulacell.cxx |   40 
 sc/source/core/tool/refdata.cxx |4 +++
 4 files changed, 45 insertions(+), 10 deletions(-)

New commits:
commit 33c1491acb3fd6b87ac16d80ed728f423762e867
Author: Eike Rathke 
Date:   Mon Jan 9 19:47:06 2017 +0100

Resolves: tdf#104711 adjust range reference constructed of named anchors

A constructed range reference of named anchors (i.e. extended during
expression compilation) forms a range listened at that needs to be
adjusted if the cell is shifted and one or both anchor parts are
individually named relative references.

Currently the resulting range (ScComplexRefData aka DoubleRef) does not
know to distinguish between whether its anchors are the result of a
literal range in a named expression or the result of individually named
anchors, so such RelName DoubleRef needs to be adjusted unconditionally
when shifting or moving the formula cell.

Change-Id: I75e2cc79ac60116671acce7641567337d5f5f7ed
(cherry picked from commit 439b2a134218b93e6ca9fa23005b89c19498f586)
Reviewed-on: https://gerrit.libreoffice.org/32924
Tested-by: Jenkins 
Reviewed-by: Christian Lohmaier 

diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index faebe08..c31c1a1 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -241,7 +241,14 @@ public:
It is similar to HasOneReference(), but more general.
  */
 bool HasRefListExpressibleAsOneReference(ScRange& rRange) const;
-boolHasRelNameReference() const;
+
+enum class RelNameRef
+{
+NONE,   ///< no relative reference from named expression
+SINGLE, ///< only single cell relative reference
+DOUBLE  ///< at least one range relative reference from named 
expression
+};
+RelNameRef  HasRelNameReference() const;
 
 bool UpdateReference(
 const sc::RefUpdateContext& rCxt, ScDocument* pUndoDoc = nullptr, 
const ScAddress* pUndoCellPos = nullptr );
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index ed04ccd..b707963 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2825,7 +2825,7 @@ struct SetDirtyIfPostponedHandler
 {
 void operator() (size_t /*nRow*/, ScFormulaCell* pCell)
 {
-if (pCell->IsPostponedDirty() || pCell->HasRelNameReference())
+if (pCell->IsPostponedDirty() || (pCell->HasRelNameReference() != 
ScFormulaCell::RelNameRef::NONE))
 pCell->SetDirty();
 }
 };
diff --git a/sc/source/core/data/formulacell.cxx 
b/sc/source/core/data/formulacell.cxx
index 64a0bb4..a9cfdec 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -2842,18 +2842,34 @@ 
ScFormulaCell::HasRefListExpressibleAsOneReference(ScRange& rRange) const
 return false;
 }
 
-bool ScFormulaCell::HasRelNameReference() const
+ScFormulaCell::RelNameRef ScFormulaCell::HasRelNameReference() const
 {
+RelNameRef eRelNameRef = RelNameRef::NONE;
 pCode->Reset();
 formula::FormulaToken* t;
 while ( ( t = pCode->GetNextReferenceRPN() ) != nullptr )
 {
-if ( t->GetSingleRef()->IsRelName() ||
-(t->GetType() == formula::svDoubleRef &&
-t->GetDoubleRef()->Ref2.IsRelName()) )
-return true;
+switch (t->GetType())
+{
+case formula::svSingleRef:
+if (t->GetSingleRef()->IsRelName() && eRelNameRef == 
RelNameRef::NONE)
+eRelNameRef = RelNameRef::SINGLE;
+break;
+case formula::svDoubleRef:
+if (t->GetDoubleRef()->Ref1.IsRelName() || 
t->GetDoubleRef()->Ref2.IsRelName())
+// May originate from individual cell names, in which case
+// it needs recompilation.
+return RelNameRef::DOUBLE;
+/* TODO: have an extra flag at ScComplexRefData if range was
+ * extended? or too cumbersome? might narrow recompilation to
+ * only needed cases.
+ * */
+break;
+default:
+;   // nothing
+}
 }
-return false;
+return eRelNameRef;
 }
 
 bool ScFormulaCell::UpdatePosOnShift( const sc::RefUpdateContext& rCxt )
@@ -3058,7 +3074,13 @@ bool ScFormulaCell::UpdateReferenceOnShift(
 bInDeleteUndo = (pChangeTrack && pChangeTrack->IsInDeleteUndo());
 
 // RelNameRefs are always moved
-bool bHasRelName = HasRelNameReference();
+bool bHasRelName = false;
+if (!bRecompile)
+{
+RelNameRef eRelNameRef = HasRelNameReference();
+bHasRelName = (eRelNameRef != 

[Libreoffice-bugs] [Bug 92430] LOCALHELP: Use URI instead of URL in help pages for WEBSERVICE and FILTERXML spreadsheet functions

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92430

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||80430
 Ever confirmed|0   |1


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] LOCALHELP: Features x Documentation gap
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104768] Poor linking to Macro documentation

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104768

Olivier Hallot  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 76324] CALC becomes very slow with 5000+ comments

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

Dan H  changed:

   What|Removed |Added

Version|4.2.2.1 release |5.1.4.2 release

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

2017-01-11 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7cd7c8d80a81e50cdf28cd3ee2d3a2349ab1a7e
Author: Christian Lohmaier 
Date:   Wed Jan 11 18:13:43 2017 +0100

Updated core
Project: translations  82afb6e52e019d26c110a745d68d5b882bb4bbe5

another update for translations for 5.2.5 rc1

Change-Id: If7935fd0b029bbb8444e11f9ab5e04e3ac1167a5

diff --git a/translations b/translations
index c9a77fe6..82afb6e 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit c9a77fe62307ba509ff3b66d8ad06c1385d17a11
+Subproject commit 82afb6e52e019d26c110a745d68d5b882bb4bbe5
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Branch 'libreoffice-5-2' - source/cy source/es source/fi source/fr source/pt-BR source/uk source/vec source/zh-TW

2017-01-11 Thread Christian Lohmaier
 source/cy/cui/source/dialogs.po  |   14 +-
 source/cy/cui/uiconfig/ui.po |6 
 source/cy/scp2/source/ooo.po |   10 -
 source/es/helpcontent2/source/text/shared/01.po  |8 -
 source/es/helpcontent2/source/text/shared/02.po  |8 -
 source/es/officecfg/registry/data/org/openoffice/Office/UI.po|   18 +-
 source/es/sc/source/ui/src.po|6 
 source/es/sc/uiconfig/scalc/ui.po|8 -
 source/es/scp2/source/ooo.po |   10 -
 source/es/sd/source/core.po  |   10 -
 source/es/sd/source/ui/app.po|8 -
 source/es/vcl/source/src.po  |8 -
 source/fi/scp2/source/ooo.po |   12 -
 source/fr/scp2/source/ooo.po |   12 -
 source/pt-BR/scp2/source/ooo.po  |   10 -
 source/uk/scp2/source/ooo.po |   12 -
 source/vec/cui/uiconfig/ui.po|8 -
 source/vec/filter/uiconfig/ui.po |8 -
 source/zh-TW/basctl/uiconfig/basicide/ui.po  |   13 +-
 source/zh-TW/cui/source/options.po   |   10 -
 source/zh-TW/cui/uiconfig/ui.po  |   14 +-
 source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po |   64 
+-
 source/zh-TW/sc/uiconfig/scalc/ui.po |   10 -
 source/zh-TW/scp2/source/accessories.po  |   15 +-
 source/zh-TW/sd/uiconfig/simpress/ui.po  |6 
 source/zh-TW/svl/source/misc.po  |   11 -
 source/zh-TW/svx/source/dialog.po|   10 -
 source/zh-TW/svx/source/gallery2.po  |8 -
 source/zh-TW/svx/source/svdraw.po|   44 +++---
 source/zh-TW/svx/source/toolbars.po  |   21 +--
 source/zh-TW/svx/uiconfig/ui.po  |   14 +-
 source/zh-TW/sw/uiconfig/swriter/ui.po   |   14 +-
 32 files changed, 217 insertions(+), 213 deletions(-)

New commits:
commit 82afb6e52e019d26c110a745d68d5b882bb4bbe5
Author: Christian Lohmaier 
Date:   Wed Jan 11 18:13:43 2017 +0100

another update for translations for 5.2.5 rc1

Change-Id: If7935fd0b029bbb8444e11f9ab5e04e3ac1167a5

diff --git a/source/cy/cui/source/dialogs.po b/source/cy/cui/source/dialogs.po
index 48b90e9..5d1927a 100644
--- a/source/cy/cui/source/dialogs.po
+++ b/source/cy/cui/source/dialogs.po
@@ -4,7 +4,7 @@ msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI\n;
 "POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-10 16:03+\n"
+"PO-Revision-Date: 2017-01-11 13:37+\n"
 "Last-Translator: Rhoslyn Prys \n"
 "Language-Team: LANGUAGE \n"
 "Language: cy\n"
@@ -13,8 +13,8 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
 "X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462896239.00\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1484141876.00\n"
 
 #: cuires.src
 msgctxt ""
@@ -327,7 +327,7 @@ msgctxt ""
 "RID_SVXSTR_HYPDLG_MACROACT2\n"
 "string.text"
 msgid "Trigger hyperlink"
-msgstr "Cychwyn hyperddolen"
+msgstr "Cychwyn dolen"
 
 #: hyperdlg.src
 msgctxt ""
@@ -359,7 +359,7 @@ msgctxt ""
 "RID_SVXSTR_HYPERDLG_HLINETTP_HELP\n"
 "string.text"
 msgid "This is where you create a hyperlink to a Web page or FTP server 
connection."
-msgstr "Dyma lle rydych yn creu cyswllt i dudalen Gwe neu gysylltiad gweinydd 
FTP."
+msgstr "Dyma lle rydych yn creu dolen tudalen Gwe neu gysylltiad gweinydd FTP."
 
 #: hyperdlg.src
 msgctxt ""
@@ -375,7 +375,7 @@ msgctxt ""
 "RID_SVXSTR_HYPERDLG_HLMAILTP_HELP\n"
 "string.text"
 msgid "This is where you create a hyperlink to an e-mail address."
-msgstr "Dyma lle rydych yn creu hypergyswllt i gyfeiriad e-bost."
+msgstr "Dyma lle rydych yn creu dolen i gyfeiriad e-bost."
 
 #: hyperdlg.src
 msgctxt ""
@@ -391,7 +391,7 @@ msgctxt ""
 "RID_SVXSTR_HYPERDLG_HLDOCTP_HELP\n"
 "string.text"
 msgid "This is where you create a hyperlink to an existing document or a 
target within a document."
-msgstr "Dyma lle rydych yn creu cyswllt â dogfen benodol neu darged o fewn 
dogfen."
+msgstr "Dyma lle rydych yn creu dolen i ddogfen benodol neu darged o fewn 
dogfen."
 
 #: hyperdlg.src
 msgctxt ""
diff --git a/source/cy/cui/uiconfig/ui.po 

[Libreoffice-bugs] [Bug 104768] Poor linking to Macro documentation

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104768

--- Comment #1 from Olivier Hallot  ---
On Version 5.3 a new entry in the Help menu will bring user to this
documentation site:

http://documentation.libreoffice.org

which has more books available and download is immediate.

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


[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

Dan H  changed:

   What|Removed |Added

 CC||vi5u0-libreoff...@yahoo.co.
   ||uk

--- Comment #34 from Dan H  ---
Created attachment 130332
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130332=edit
Spreadsheet with many comments

I'm experiencing similar symptoms in LO version 5.1.4.2 build ID
1:5.1.4-0ubuntu1, under Ubuntu 16.04 x64, with the attached file (which I think
is somewhat smaller and has somewhat fewer comments than example files
previously posted on this thread).  Like Peter, I believe the trouble started
with a fairly recent (c. July 2016) upgrade.

Steps to reproduce problem:

1. Open the attached file in LO Calc.
2. Highlight (for example) cell E181.
3. Press ctrl-c to copy.
4. Highlight (for example) cell E182.
5. Press ctrl-v to paste.
6. Press ctrl-s to save.
7. CPU usage of soffice.bin jumps to near 100% and stays there, and LO hangs
indefinitely (when I say "indefinitely" - on my last test, I gave up waiting
and killed the soffice.bin process after about 25 minutes).

I can also confirm Peter's observations, that the situation is greatly improved
if one creates a blank worksheet, and switches to that blank worksheet being
the visible sheet, prior to saving, and that having done this once in a
particular LO process, subsequent saves in the same LO process work well
regardless of which sheet is visible, and that the problem then comes back
again once LO is closed and re-opened.

Another oddity which also arose around July 2016 and may or may not be related:
"save" no longer checks whether or not the document has been modified since it
was last saved - it overwrites anyway.  This is the case irrespective of
whether or not there are lots of cell comments (in fact, it applies to all LO
components, not just Calc.)

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


[Libreoffice-bugs] [Bug 104414] FILEOPEN DOCX: SAXParseException: unknown error' due to Bezier of non-supported ellipse segments for VML shape

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104414

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #10 from Mike Kaganski  ---
Patch submitted for review: https://gerrit.libreoffice.org/32978

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


[Libreoffice-bugs] [Bug 105236] Chart Axis Number Format not display correctly in XLS but ODS is working

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105236

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |preBibisect
Version|4.1 all versions|3.5.0 release

--- Comment #6 from Xisco Faulí  ---
Also reproduced in

LibreOffice 3.5.0 
Build ID: d6cde02

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


[Libreoffice-bugs] [Bug 105210] Movies run as full screen in presentation mode, and multiple movies on the same slide run one on top of the other such that only one movie is seen.

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105210

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Hello,

Thank you for reporting the bug.

I can't reproduce it in

Version: 5.4.0.0.alpha0+
Build ID: 9a30cb2161506e003f14592d83075ab9d30516c1
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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

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


[Libreoffice-bugs] [Bug 105243] FILESAVE Error due to missing lock file

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105243

henning.b...@yahoo.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from henning.b...@yahoo.de ---
I tried the versions 5.2.4 and 5.3.0.1
The error still persists.

I recorded a video with the bug occurring in it.

https://www.youtube.com/watch?v=uCERDFwZX-k=youtu.be

As you can see the lock file goes 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-commits] online.git: 3 commits - common/Protocol.cpp common/Protocol.hpp kit/Kit.cpp loleaflet/src test/TileQueueTests.cpp test/WhiteBoxTests.cpp wsd/protocol.txt wsd/TileDesc.hpp

2017-01-11 Thread Tor Lillqvist
 common/Protocol.cpp |   36 +++
 common/Protocol.hpp |8 +
 kit/Kit.cpp |   39 ++--
 loleaflet/src/core/Socket.js|3 
 loleaflet/src/layer/tile/TileLayer.js   |3 
 loleaflet/src/layer/tile/WriterTileLayer.js |   14 ++
 test/TileQueueTests.cpp |   28 ++---
 test/WhiteBoxTests.cpp  |   10 --
 wsd/TileDesc.hpp|  135 +---
 wsd/protocol.txt|   24 ++--
 10 files changed, 221 insertions(+), 79 deletions(-)

New commits:
commit bc19f90dd48a1792fca9d5b7bbf13b8f1b35134b
Author: Tor Lillqvist 
Date:   Wed Jan 4 14:36:13 2017 +0200

Don't send a tile that hasn't changed even if client asks for it

The server tells the client the hash of each tile it sends (calculated
from the contents of the tile, not its PNG encoding). When the client
asks for a tile to be refreshed, it tells the server what the hash of
the existing tile is. If the server notices that the tile contents
hasn't actually changed, it doesn't PNG encode it and doesn't send it
to the client.

The intent is that this will reduce load on the server and also avoid
unnecessary tile traffic.

Change-Id: Ia06ca68655ea984ed4319f24f4470afda322eccf

diff --git a/common/Protocol.cpp b/common/Protocol.cpp
index ad02f0f..f2e6fc3 100644
--- a/common/Protocol.cpp
+++ b/common/Protocol.cpp
@@ -58,6 +58,20 @@ namespace LOOLProtocol
 return true;
 }
 
+bool stringToUInt64(const std::string& input, uint64_t& value)
+{
+try
+{
+value = std::stoull(input);
+}
+catch (std::invalid_argument&)
+{
+return false;
+}
+
+return true;
+}
+
 bool getTokenInteger(const std::string& token, const std::string& name, 
int& value)
 {
 size_t nextIdx;
@@ -80,6 +94,28 @@ namespace LOOLProtocol
 return true;
 }
 
+bool getTokenUInt64(const std::string& token, const std::string& name, 
uint64_t& value)
+{
+size_t nextIdx;
+try
+{
+if (token.size() < name.size() + 2 ||
+token.substr(0, name.size()) != name ||
+token[name.size()] != '=' ||
+(value = std::stoull(token.substr(name.size() + 1), ), 
false) ||
+nextIdx != token.size() - name.size() - 1)
+{
+return false;
+}
+}
+catch (std::invalid_argument&)
+{
+return false;
+}
+
+return true;
+}
+
 bool getTokenString(const std::string& token, const std::string& name, 
std::string& value)
 {
 try
diff --git a/common/Protocol.hpp b/common/Protocol.hpp
index 0a0a0fe..0e544b0 100644
--- a/common/Protocol.hpp
+++ b/common/Protocol.hpp
@@ -10,6 +10,7 @@
 #ifndef INCLUDED_LOOLPROTOCOL_HPP
 #define INCLUDED_LOOLPROTOCOL_HPP
 
+#include 
 #include 
 #include 
 #include 
@@ -41,6 +42,8 @@ namespace LOOLProtocol
 std::tuple ParseVersion(const std::string& version);
 
 bool stringToInteger(const std::string& input, int& value);
+bool stringToUInt64(const std::string& input, uint64_t& value);
+
 inline
 bool parseNameValuePair(const std::string& token, std::string& name, 
std::string& value, const char delim = '=')
 {
@@ -63,6 +66,7 @@ namespace LOOLProtocol
 }
 
 bool getTokenInteger(const std::string& token, const std::string& name, 
int& value);
+bool getTokenUInt64(const std::string& token, const std::string& name, 
uint64_t& value);
 bool getTokenString(const std::string& token, const std::string& name, 
std::string& value);
 bool getTokenKeyword(const std::string& token, const std::string& name, 
const std::map& map, int& value);
 
diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index db96997..c2e2281 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -380,9 +380,9 @@ public:
 }
 
 bool encodeBufferToPNG(unsigned char* pixmap, int width, int height,
-   std::vector& output, LibreOfficeKitTileMode 
mode)
+   std::vector& output, LibreOfficeKitTileMode 
mode,
+   uint64_t hash)
 {
-const uint64_t hash = Png::hashBuffer(pixmap, width, height);
 if (cacheTest(hash, output))
 {
 return true;
@@ -395,10 +395,9 @@ public:
 bool encodeSubBufferToPNG(unsigned char* pixmap, size_t startX, size_t 
startY,
   int width, int height,
   int bufferWidth, int bufferHeight,
-  std::vector& output, 
LibreOfficeKitTileMode mode)
+  std::vector& output, 
LibreOfficeKitTileMode mode,
+  uint64_t 

[Libreoffice-bugs] [Bug 105168] mpg-video not displayed in impress anymore

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105168

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
I can't reproduce it in

Version: 5.4.0.0.alpha0+
Build ID: 9a30cb2161506e003f14592d83075ab9d30516c1
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

Which OS are you using? is OpenCL enabled? have you tried to reset the profile?

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


[Libreoffice-bugs] [Bug 105236] Chart Axis Number Format not display correctly in XLS but ODS is working

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105236

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
  Component|Calc|Chart
Version|unspecified |4.1 all versions
 Ever confirmed|0   |1

--- Comment #5 from Xisco Faulí  ---
Confirmed in

- Version: 5.4.0.0.alpha0+
Build ID: 9a30cb2161506e003f14592d83075ab9d30516c1
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

- Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

- Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

but not in

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

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


[Libreoffice-bugs] [Bug 92122] UI: the opaque window move prevent the slides overviewer to be docked

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92122

Jérôme  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #9 from Jérôme  ---
This bug still occurs with :
- M. Windows 7 service pack 1 64 bits (x86_64)
- LibreOffice 5.0.6.3.0+ 32 bits (x86)

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


[Libreoffice-bugs] [Bug 105214] Shortcut command-shift-4 works unexpectedly

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105214

--- Comment #2 from DMS  ---
Maybe I should have noticed by myself. Command-shift-3 is the simple screen
shot and doesn’t work neither. I found that 1, 2, 5, 6, 8, 9 and 0 (zero) are
no system keyboard shortcuts, (command-shift-7 opens menu bar for navigation
with arrow keys), so there would be just enough possible shortcuts for the
seven formats?
DMS

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


[Libreoffice-bugs] [Bug 59902] LibreOffice does not warn when opening a .sdw or .sdc file, therefore imports as ASCII

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59902

Gerry  changed:

   What|Removed |Added

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

--- Comment #12 from Gerry  ---
set to RESOLVED->FIXED as version 5.3 will include StarOffice filters. Thanks a
lot!

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


[Libreoffice-bugs] [Bug 104754] Windows 10, hoher Kontrast

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104754

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Hello ,

Thank you for reporting the bug. Please attach an screenshot as this makes it
easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

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


[Libreoffice-bugs] [Bug 105254] Pivot table Filter field is lost if saved in Microsoft 2007-2013 XML file format , but if saved from ODF then whole pivot table is lost

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105254

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

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

Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

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


[Libreoffice-bugs] [Bug 105261] FORMATTING: FILEOPEN: docx bad rendering

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105261

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 Status|UNCONFIRMED |NEW
 CC||rattles2...@gmail.com,
   ||xiscofa...@libreoffice.org
Version|5.1.6.2 release |4.2 all versions
 Ever confirmed|0   |1

--- Comment #4 from Xisco Faulí  ---
Confirmed in

- Version: 5.4.0.0.alpha0+
Build ID: 9a30cb2161506e003f14592d83075ab9d30516c1
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

- Version: 4.5.0.0.alpha0+
Build ID: 2851ce5afd0f37764cbbc2c2a9a63c7adc844311
Locale: ca_ES

however the layout seems correct in

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

in

Version: 4.2.0.0.alpha0+
Build ID: 7f4a622f9fbf27774efa908348e682df7280713b

the layout was worse than in 3.3 but better than it's nowadays.

Layout became completely messed up by:

author  Adam Co  2013-06-26 08:08:56 (GMT)
committer   Miklos Vajna   2013-06-28 09:43:48 (GMT)
commit  74c5ed19f430327988194cdcd6bdff09591a93fa (patch)
tree3c13fe12ac592a1d0acb6caf273f12a1d0e15433
parent  7f4a622f9fbf27774efa908348e682df7280713b (diff)
DOCX import fix for table with auto size

Adding Cc: to Adam Co

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


Re: [Libreoffice-qa] Call for testing. Shutdown problems in Windows

2017-01-11 Thread m.a.riosv
Sure, but I have not seen the issue with master builds.

Version: 5.4.0.0.alpha0+
Build ID: 92a1ad1f36b6d3cc13135a8c0805508933011577
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-01-06_23:42:59
Locale: es-ES (es_ES); Calc: CL

Miguel Ángel.



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-Call-for-testing-Shutdown-problems-in-Windows-tp4204415p4205002.html
Sent from the QA mailing list archive at Nabble.com.
___
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-commits] core.git: Branch 'libreoffice-5-3' - sd/source

2017-01-11 Thread Michael Stahl
 sd/source/ui/view/Outliner.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit dd133c29b3731c93c8cc0b96ea0632d8998ae594
Author: Michael Stahl 
Date:   Wed Jan 11 17:17:27 2017 +0100

tdf#105182 sd: avoid iterating too far in SdOutliner::Initialize()

Considering the valid indexes are extended by "-1" for backwards
iterators and "size()" for forward iterators, it's obvious that a
not-yet-at-the-end-in-the-other-direction iterator can be incremented
once, but not necessarily twice.

Why this code even wants to increment it twice isn't obvious to me.

Change-Id: I578c8c6202049ebe6dbed41b8276a6bfa0566bbc
(cherry picked from commit aa1ee198b5b55d0a92418eb3294c93553e8513dd)
Reviewed-on: https://gerrit.libreoffice.org/32973
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index 959cfa4..396e0ef 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -583,7 +583,10 @@ void SdOutliner::Initialize (bool bDirectionIsForward)
 // The iterator has pointed to the object one ahead/before the 
current
 // one.  Now move it to the one before/ahead the current one.
 ++maObjectIterator;
-++maObjectIterator;
+if (maObjectIterator != 
sd::outliner::OutlinerContainer(this).end())
+{
+++maObjectIterator;
+}
 }
 
 mbMatchMayExist = true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105265] PERCENTRANK function in Function Wizard

2017-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105265

Gabor Kelemen  changed:

   What|Removed |Added

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

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