[Libreoffice-bugs] [Bug 96892] New: Low precision in PDF export of SVG images leads to visible artifacts at high zoom levels

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96892

Bug ID: 96892
   Summary: Low precision in PDF export of SVG images leads to
visible artifacts at high zoom levels
   Product: LibreOffice
   Version: 4.0 all versions
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: a.gy...@gmail.com

Created attachment 121717
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121717=edit
test file

The attached test.odt contains two small images, an SVG on the left and a very
similar PNG on the right. It also contains a line of 10pt size text for scale.

Steps to reproduce:

1. Open test.odt in Writer

2. File -> Export as PDF

3. View the resulting PDF at 1600% zoom or higher in LibreOffice Draw, Acrobat
Reader or Inkscape

4. Lines in the SVG image (the one on the left) are noticeably wiggly, but
should in fact all be perfectly straight


Programs affected: Writer and Draw (haven't tested Calc)

Versions affected: I have noticed similar effects in all previous versions of
LibreOffice since vector export of SVG images was first introduced. My current
version is as follows:

LibreOffice version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1~precise2


Possible cause: 

When you look at the resulting PDF in Draw or Inkscape, at zooms around 3000%
you can clearly see that all control points are placed on a grid. This is not
the case in the original SVG image.

When you look at the uncompressed PDF, which can be obtained using either
pdfunzip or via

$ pdftk test.pdf output uncomp.pdf uncompress

you will see that the data are all rounded up (truncated?) to one decimal
place. I would argue that this is insufficient - e.g. my current version of
Inkscape saves three decimal places by default. Apparently so does Adobe
Distiller - see the discussion here:

https://bugs.freedesktop.org/show_bug.cgi?id=23364


Relevant code:

I suspect that this could be due to lines 512 and 513 of
vcl/source/gdi/pdfwriter_impl.cxx in core:

static const sal_Int32 nLog10Divisor = 1;
static const double fDivisor = 10.0;

The first constant is then used in PDFWriterImpl::PDFPage::appendPixelPoint()
as the precision argument when calling appendDouble. 

If this is the cause, I would argue that the constants should be increased to 3
and 1000.0, respectively.

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


[Libreoffice-bugs] [Bug 96850] FORMATTING: send-to-back does not work for embedded images over text

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96850

Erik Sohns  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #11 from Erik Sohns  ---


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

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - xmlhelp/source

2016-01-04 Thread Stephan Bergmann
 xmlhelp/source/cxxhelp/provider/provider.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f284ec139beb920486e8351f9e758966969349ab
Author: Stephan Bergmann 
Date:   Mon Jan 4 15:14:27 2016 +0100

tdf#96855: Put back assignment of xHierAccess

...that had inadvertently been removed as part of a larger code removal in
6948c546fdc00dddec7d58e03150dcc87921d6b2 "tdf#75637: Resolve help images 
via a
vnd.libreoffice.image UCP"

Change-Id: Ic2d5e1a5fa5a10b240bb9e511e6dcb8097e58081
(cherry picked from commit 549e900b4b0047b8cb6c236ea50a3fc046e5fb51)
Reviewed-on: https://gerrit.libreoffice.org/21081
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx 
b/xmlhelp/source/cxxhelp/provider/provider.cxx
index 2df4bb5..ffac57d 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -323,6 +323,8 @@ void ContentProvider::init()
 }
 
 OUString productversion( setupversion + " " + setupextension );
+
+xHierAccess = getHierAccess( sProvider,  "org.openoffice.Office.Common" );
 bool showBasic = getBooleanKey(xHierAccess,"Help/ShowBasic");
 m_pDatabases = new Databases( showBasic,
   instPath,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96890] The file "groupuinames.xml" is invalid XML because of missing namespace binding

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96890

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
   Hardware|x86 (IA32)  |All
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #2 from Julien Nabet  ---
Code pointer:
http://opengrok.libreoffice.org/xref/core/sfx2/source/doc/doctemplateslocal.cxx#66

(If you got no time or if you're on another issue, I can quickly submit a patch
to review)

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


[Libreoffice-bugs] [Bug 34525] fontwork problem: font URW Chancery L renders not correct when bold

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34525

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #22 from Jean-Baptiste Faure  ---
According to comment #20, closing as NotABug.

Best regards. JBF

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


Re: Remove ActiveX from LibreOffice

2016-01-04 Thread Michael Stahl
On 30.12.2015 21:02, Bryan Quigley wrote:
> Hi there,
> 
> Recently it was decided to remove the rest of NPAPI support [1] which
> got me thinking about the other Windows specific plugin tech -
> ActiveX.
> 
> It seems ActiveX is very much no longer recommended by Microsoft and
> it seems to not work by default for IE10/11 on Windows 7 and up.  Any
> objections to removing?

i don't think that a LO browser plugin is a terribly good idea, so no
objection to removing that.

> AFAICT this would just be removing embedding LO into IE.

however, isn't it the case that ActiveX components may not be used just
from IE, but from any Win32 application?

that sounds like a potentially more useful embedding use-case, similar
to "officebean" and "LibreOfficeKit", but for developers that are
familiar with Win32 APIs.

(or would that be something else that also happens to be called
"ActiveX" but is not actually implemented by LO's so_activex library?)

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


[Libreoffice-bugs] [Bug 96893] New: Calc Sheet Edit Refresh Issues

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96893

Bug ID: 96893
   Summary: Calc Sheet Edit Refresh Issues
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pebk...@hotmail.com

User-Agent:   Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/47.0.2526.106 Safari/537.36
Build Identifier: LibreOffice 5.0.3.2

After editing, adding, or modifying a cell or its contents, the sheet does not
refresh, and display the new cell value, or formatting.  However, if I scroll
down the sheet, the sheet updates properly.

I am also noticing that this affects the system menus too (such as the "Help"
menu).

I have a multi-sheet (12-18 sheets I'd say), and I am using mostly vlookup
functions between sheets.

I originally saw this issue in an early release of LibreOffice v5.0.0.x, but I
could reproduce the issue every time, just by creating a new worksheet. 
v5.0.3.2 (from Linux-Mint 17.3 repos) has thus-far been more reliable.

Reproducible: Sometimes

Steps to Reproduce:
1.Copy formula from cell ("=LEFT(E2626, LEN(E2626)-3)" in this case)
2.Paste formula in cell below original
  - Cell contents don't visibly update until something such as scrolling
refreshes the view

OR

1.Adjust column width
  - Column width does not visibly change until something such as scrolling
refreshes the view

OR

* Just about any modification to the sheet produces the issue
Actual Results:  
Cell contents/sheet format does not visibly update until something such as
scrolling refreshes the view

Expected Results:  
Cell contents and sheet formatting should visibly refresh after modifications
are complete to the cell/sheet

[Information automatically included from LibreOffice]
Locale: en-US
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes


Reset User Profile?No

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


[Libreoffice-bugs] [Bug 73476] PDF: PDF export and printing of specific document corrupts PDF and print-out

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73476

--- Comment #5 from Harald Koester  ---
Bug still exists with version 5.0.4.

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


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

2016-01-04 Thread AlexF
 android/source/res/layout/activity_main.xml |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit fa354c9ae940ae12abf26b1d8c62836d4e50dfb4
Author: AlexF 
Date:   Sun Dec 6 21:01:38 2015 +0800

tdf#96127 Android: No UI visible

Duplicate  statement found.
Problem could be caused by either
1) a differing xml reading mechanism across android versions
2) toolbar being accessed in a different way across android versions

Duplicate element removed, and linearlayout shifted below first toolbar.

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

diff --git a/android/source/res/layout/activity_main.xml 
b/android/source/res/layout/activity_main.xml
index 881466d..625422e 100644
--- a/android/source/res/layout/activity_main.xml
+++ b/android/source/res/layout/activity_main.xml
@@ -20,10 +20,9 @@
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 android:layout_above="@+id/toolbar_bottom"
+android:layout_below="@+id/toolbar"
 android:orientation="vertical">
 
-
-
 http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96847] Android viewer crashes on every file (android 4.4.4)

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96847

raal  changed:

   What|Removed |Added

   Keywords||have-backtrace

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


[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer, even linked images are embedded and link details are lost from the document (comment 24 comment 30 )

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48887

--- Comment #55 from Cor Nouws  ---
Thanks for all the comments.

Probably this is not too hard to add an option and give the choice.
So people with some coding experience might feel invited to jump on this?
Do realize that there are always more experienced people to help a hand when
needed.

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


[Libreoffice-bugs] [Bug 96850] FORMATTING: send-to-back does not work for embedded images over text

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96850

Erik Sohns  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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96892] Low precision in PDF export of SVG images leads to visible artifacts at high zoom levels

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96892

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Created attachment 121719
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121719=edit
pdf test files without and with patch.

Thank you Martin for your detailed analysis!

I gave a try to your patch but as you can see with the attachment, the result
seems worse :-(

However, would you be interested in contributing on LO dev?
Indeed you may submit your patch to review and improve it.
See https://wiki.documentfoundation.org/Development for more information.

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


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

2016-01-04 Thread farukuzun
 loleaflet/src/map/handler/Map.Keyboard.js |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 8dd56fafe7d9fe0db15f09ad0c49357178c2aaba
Author: farukuzun 
Date:   Mon Jan 4 21:57:22 2016 +0200

loleaflet: Fix Ctrl+Alt+C (insert comment) on Firefox

On Firefox, pressing Ctrl+Alt+c (uppercase "C" is working fine)
to insert a comment causes a "c" letter in comment box,
because KeyboardEvent.char[0] deprecated. It is working
quite well in other browsers. A workaround is needed for Firefox.

[0]: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/char

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

diff --git a/loleaflet/src/map/handler/Map.Keyboard.js 
b/loleaflet/src/map/handler/Map.Keyboard.js
index 6df4b4c..6ef3c23 100644
--- a/loleaflet/src/map/handler/Map.Keyboard.js
+++ b/loleaflet/src/map/handler/Map.Keyboard.js
@@ -340,6 +340,12 @@ L.Map.Keyboard = L.Handler.extend({
 
if (e.originalEvent.altKey || e.originalEvent.shiftKey) {
 
+   // need to handle Ctrl + Alt + C separately for Firefox
+   if (e.originalEvent.key === 'c' && 
e.originalEvent.altKey) {
+   L.Socket.sendMessage('uno 
.uno:InsertAnnotation');
+   return true;
+   }
+
// Ctrl + Alt
if (!e.originalEvent.shiftKey) {
switch (e.originalEvent.keyCode) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


How to get HelpId ?

2016-01-04 Thread Regina Henschel

Hi all,

I need some help, how HelpIds are generated. I have set the environment 
variable HELP_DEBUG, so I see the hid which belongs to the extended tip. 
Unfortunately extended tips are not always shown.


Example A:
In the start center the hid for the icon "Templates" is
sfx/ui/startcenter/templates_all
and it shows the extended tip defined for that hid in file 
/text/shared/guide/startcenter.xhp

And in the file /core/sfx2/uiconfig/ui/startcenter.ui I find

But how does that fit together?

Example B:
When you open the drop-down-list from that button, the last item is 
'Edit Templates'. But it has no extended tip. Why not? Is that the same 
bug as #76644?
From what this item does I guess it should be ".uno:TemplateManager" or 
".uno:NewDoc". When the item has the focus and I press F1, I get an 
empty help.

What is the hid of this item (and the others)?

Example C:
Start the Template Manager for example by click on item 'Edit 
Templates'. In the Template Manager window I see a lot of "hid" in the 
extended tip, e.g. 'sfx/ui/templatedlg/template_view'. That seems to 
belong to '' 
from /core/sfx2/uiconfig/ui/templatedlg.ui.


But I also see simple 'save', 'new_folder', 'import' ... without a 
'sfx/ui/templatedlg/' or similar prefix. Are they usable as hid in this 
short kind? If not, what is the complete hid? On F1 I get the auxiliary 
page /text/swriter/main.xhp. Is there a way to show which hid was 
actually searched for?



Kind regards
Regina



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


[Libreoffice-bugs] [Bug 96488] Newly installed most recent Java jre not found by LO Base in Windows 10 Professional 64 bit.

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96488

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
Indeed about 32/64 bits point, see my comment
https://bugs.documentfoundation.org/show_bug.cgi?id=96891#c1

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


[Bug 96136] replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL in basic's scanner test

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96136

--- Comment #4 from Markus Mohrhard (retired)  
---
Great work. I'm looking forward to your next easy hack.

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


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

2016-01-04 Thread Caolán McNamara
 hwpfilter/source/hbox.cxx |2 +-
 hwpfilter/source/hbox.h   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e488bc443b681c8d1a36667e5d3caa4e42c28baf
Author: Caolán McNamara 
Date:   Mon Jan 4 20:27:22 2016 +

cppcheck: duplInheritedMember

Change-Id: I451a7a04fd1578d3095e5931f0792a32870a647e

diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index fb3037d..beef201 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -331,7 +331,7 @@ TxtBox::TxtBox()
 , dummy(0)
 , dummy1(0)
 , cap_len(0)
-, next(0)
+, next_box(0)
 , dummy2(0)
 , reserved1(0)
 , cap_pos(0)
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index f8fbd6e..36b8a14 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -336,7 +336,7 @@ struct TxtBox: public FBox
 
 short dummy1; // to not change structure 
size */
 short cap_len;
-short next;
+short next_box;
 short dummy2; // to not change structure 
size */
 unsigned char reserved1;
 /**
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96891] New: base 5.0.4.2 incompatibility jre win 10

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96891

Bug ID: 96891
   Summary: base 5.0.4.2 incompatibility jre win 10
   Product: LibreOffice
   Version: 5.0.4.2 rc
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fbe...@gmail.com

Created attachment 121716
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121716=edit
error messages

Version: 5.0.4.2 (x64) Win 10

Jave JRE newest installed, and since incompatibility, tried to install the
32-bit. jre-8u66-windows-i586 / JavaSetup8u66. Impossible, because 'already
newer version on pc'. Do you recommend to delete the standard Java and switch
to the earlier (Chip mentions security problems)!? Must be compatible! Maybe
similar to 96488.

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


[Libreoffice-bugs] [Bug 96892] Low precision in PDF export of SVG images leads to visible artifacts at high zoom levels

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96892

--- Comment #1 from Martin  ---
Created attachment 121718
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121718=edit
screentshot of PDF at 1600% zoom

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


[Libreoffice-bugs] [Bug 96539] Crash when closing presentation mode for (specific?) file: "SEH Exception Access Violation" (with Use Hardware Acceleration turned on)

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96539

Cor Nouws  changed:

   What|Removed |Added

Summary|Crash when closing  |Crash when closing
   |presentation mode for   |presentation mode for
   |(specific?) file: "SEH  |(specific?) file: "SEH
   |Exception Access Violation" |Exception Access Violation"
   ||(with Use Hardware
   ||Acceleration turned on)

--- Comment #12 from Cor Nouws  ---
Hi Guido,

(In reply to Guido Eli from comment #11)
> the issue is gone if I turn the acceleration off.

Thanks!
What are your OS and LibreOffice details?
Do you test in a VM?

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


[Libreoffice-bugs] [Bug 96864] VIEWING White block in table when window width is less than table widtd

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96864

Beluga  changed:

   What|Removed |Added

Version|unspecified |5.0.4.2 rc

--- Comment #4 from Beluga  ---
(In reply to Emanz from comment #3)
> It works! Thank you!

Well, now we know it is an OpenGL bug ;)

If you would like to do further testing, you could install LibreOffice 5.1 RC1
in parallel and see, if the OpenGL bug is still present:
https://wiki.documentfoundation.org/Installing_in_parallel/Linux
http://www.libreoffice.org/download/pre-releases/

If it is still in 5.1, I will add this report to the "v. 5.0+ OpenGL meta bug".

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


[Libreoffice-bugs] [Bug 96882] FILESAVE When saving a file written in AOO 4.1.1 with either LO4.2.8 or LO5.0.4 AOO will crash on opening the file

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96882

Terrence Enger  changed:

   What|Removed |Added

 CC||lo_b...@iseries-guru.com

--- Comment #1 from Terrence Enger  ---
Thank you for your effort to help us improve LibreOffice.

>From the description, I tend to this that this is an OpenOffice bug.
Even if our output file is malformed, a crash is an impolite way to
complain about the problem.  Kellnerp, would you be willing to file a
but report against OpenOffice.

I have run officeotron agains each of the .odt files.  Each has
several cases of an attribute not allowed, either "contextual-spacing"
or "keep-together" or "layout-grid-snap-to-characters"; but it is
common for parsers not to be too upset about attributes.  The file
...-LO-5.0.4.2.odt additionally provokes messages the
Configurations2/accelerator/current.xml lacks a MIME type and gives
premature end of file; but that contained file is already empty in
16.01.03-주보-64b-AOO-4.1.1.odt.

HTH,
Terry.

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


[Libreoffice-bugs] [Bug 96877] Crashes during development

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96877

--- Comment #5 from Cor Nouws  ---
(In reply to tim from comment #4)

> Sorry, silly of me to ask.

No problem ;) 

> I'll try it.  I'm near the end of my development process now so expect fewer
> crashes anyway.
> 
> I'd still be interested to know if my experience of frequent crashes when
> designing forms, macros etc is common or not.

I've no idea. You could ask on user list or forum. But hard to tell if that
will give a representative response.

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


[Libreoffice-bugs] [Bug 96891] base 5.0.4.2 incompatibility jre win 10

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96891

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||488

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


[Libreoffice-bugs] [Bug 90661] EDITING: Drag a table or image from Navigator "As Copy" or "As Link" doesn't work

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90661

Cor Nouws  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
Version|4.4.0.3 release |Inherited From OOo
Summary|EDITING: Drag from  |EDITING: Drag a table or
   |Navigator "As Copy" or "As  |image from Navigator "As
   |Link" doesn't work starting |Copy" or "As Link" doesn't
   |with Libo 4.4+  |work
 Whiteboard|possibleRegression  |
   Severity|minor   |enhancement

--- Comment #7 from Cor Nouws  ---
(In reply to Joel Madero from comment #5)
> I cannot confirm that this is a regression. As there are a couple issues in
> the bug I focused just on the copy a table from navigator issue. Tested all
> the way back to 3.5 and couldn't confirm the regression.

Indeed. In LibreOffice 3.3.0 one can drag a hyperlink from a table and an
image.
No link nor copy.

The same is true in Version: 5.2.0.0.alpha0+
Build ID: c1258abe50f1508ea0f628ff963bc1914ab86b67
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2016-01-02_01:45:44
Locale: nl-NL (nl_NL.UTF-8)

So it's an enhancement request.

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


[Libreoffice-bugs] [Bug 96891] base 5.0.4.2 incompatibility jre win 10

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96891

--- Comment #1 from Julien Nabet  ---
If you install LO 64 bits, you must have a jre/jdk 64 bits.
If you install LO 32 bits, you must have a jre/jdk 32 bits.
Now I don't know how LO reacts if you have a jre/jdk 32 + a jre/jdk 64

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


[Libreoffice-bugs] [Bug 96011] Document is not focused on opening LO / opening existing documents

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96011

--- Comment #8 from Óvári  ---
Added owner of bug 96843

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - xmlhelp/source

2016-01-04 Thread Stephan Bergmann
 xmlhelp/source/cxxhelp/provider/provider.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e4a154790397428f2e2f5bcdf26de407d6b0e2da
Author: Stephan Bergmann 
Date:   Mon Jan 4 15:14:27 2016 +0100

tdf#96855: Put back assignment of xHierAccess

...that had inadvertently been removed as part of a larger code removal in
6948c546fdc00dddec7d58e03150dcc87921d6b2 "tdf#75637: Resolve help images 
via a
vnd.libreoffice.image UCP"

Change-Id: Ic2d5e1a5fa5a10b240bb9e511e6dcb8097e58081
(cherry picked from commit 549e900b4b0047b8cb6c236ea50a3fc046e5fb51)
Reviewed-on: https://gerrit.libreoffice.org/21082
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx 
b/xmlhelp/source/cxxhelp/provider/provider.cxx
index 95b1c6d..7f833ff 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -323,6 +323,8 @@ void ContentProvider::init()
 }
 
 OUString productversion( setupversion + " " + setupextension );
+
+xHierAccess = getHierAccess( sProvider,  "org.openoffice.Office.Common" );
 bool showBasic = getBooleanKey(xHierAccess,"Help/ShowBasic");
 m_pDatabases = new Databases( showBasic,
   instPath,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96892] Low precision in PDF export of SVG images leads to visible artifacts at high zoom levels

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96892

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated yesterday, I confirm that the
lines aren't straight with a big zoom (eg: 1600%)

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


[Libreoffice-bugs] [Bug 82775] libreoffice in headless mode crashes when serving multiple concurrent requests

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82775

--- Comment #14 from Julien Nabet  ---
(In reply to Stephan Bergmann from comment #10)
> (In reply to Julien Nabet from comment #9)
> > but I don't know how to do this
> 
> do what?

Sorry for my previous comment.
I was talking about launching the test.
Indeed, I've got this:
Traceback (most recent call last):
  File "uno-client", line 13, in 
import uno

It seems I've got a pb to run Python script which uses "import uno" with a
build of master sources.
With LO Debian LO package, no pb since there's these:
python3-uno - Python-UNO bridge
uno-libs3 - LibreOffice UNO runtime environment -- public shared libraries
uno-libs3-dbg - LibreOffice UNO runtime environment -- public shared library
debug symbols
unoconv - converter between LibreOffice document formats

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


[Libreoffice-bugs] [Bug 96850] FORMATTING: send-to-back does not work for embedded images over text

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96850

Erik Sohns  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---

--- Comment #10 from Erik Sohns  ---
(In reply to V Stuart Foote from comment #6)
> Also with Writer have issue of normal Paragraph text, text in Frames, and
> text in Text boxes. Have to handle images differently with each type of
> text. Or with Fontwork text. 
> 
> Frames and "normal" Paragraph objects observe wrap.
> 
I understand that images, just like other objects, may "interact" (i.e. wrap,
columnize, ...) with "text" objects. This certainly ties into the rendering
process (i.e. object placement, scaling, ...), but may be complementary to the
layering aspect. Interestingly, the wrap (i.e. paragraph/page layout)
functionality could be implemented in terms of laying out objects residing on
the same layer.


(In reply to V Stuart Foote from comment #9)
> > I see. So, in theory, images are just specific objects that could/should be
> > layered, just like any other object; or "text" component (i.e. paragraphs,
> > frames/boxes, fontwork, ...).
> > 
> > I understand that, in certain situations, it may make sense to group some
> > objects, to layer them relative to other objects and/or groups.
> 
> Correct, and unfortunately there is no mechanism for handling layers in
> LibreOffice (or AOO or OOo, or StarOffice before).

>
> We also lack a GUI for efficiently controlling groupings and individual
> objects as layers. Draw alone has a rudimentary capability in a tabbed UI.
> Across the modules Navigator shows labeled/described objects, but does not
> directly manipulate them for grouping or reordering as layers.
>
> Believe that as work proceeds on restructuring the internal
> SdrObject/SdrPage  corresponding work on the GUI will then support efficient
> grouping and ordering of objects (not just as layers on a canvas)--think
> document structure and flow, for screen readers and other automation. 
>
I think the "layers on a canvas" paradigm is fundamental to the document
rendering procedure. However, document layout (i.e. the "text processor") may
involve both pre- (in order to accommodate text-object interactions and similar
features), as well as post-processing steps (as far as the "text processor"
requires information about the overall layering configuration).

> So with that said, this specific issue is out of context. Could dupe to one
> of many issues or even to bug 95812, but probably best to just close as
> notabug given the current summary write up.
Yes, this may decay to a dupe of bug 95812, I will mark it accordingly.

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


[Libreoffice-bugs] [Bug 96892] Low precision in PDF export of SVG images leads to visible artifacts at high zoom levels

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96892

--- Comment #2 from Martin  ---
I have also tested the file on Windows 8 and LibreOffice 4.2.8.2, the result is
the same - at 1600% zoom the lines in the PDF are wiggly rather than straight.

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


[Bug 96136] replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL in basic's scanner test

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96136

Dipankar Niranjan  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 96488] Newly installed most recent Java jre not found by LO Base in Windows 10 Professional 64 bit.

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96488

Julien Nabet  changed:

   What|Removed |Added

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

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


[Libreoffice-commits] dev-tools.git: clang/find-unprefixed-members.cxx

2016-01-04 Thread Miklos Vajna
 clang/find-unprefixed-members.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 913bf1ab0e434b628b415d37e1cbaf9bb0d1d70c
Author: Miklos Vajna 
Date:   Mon Jan 4 09:13:28 2016 +0100

clang: guard against 0 pRecord

diff --git a/clang/find-unprefixed-members.cxx 
b/clang/find-unprefixed-members.cxx
index 5c92f70..9cb3503 100644
--- a/clang/find-unprefixed-members.cxx
+++ b/clang/find-unprefixed-members.cxx
@@ -95,7 +95,7 @@ public:
 
 clang::RecordDecl* pRecord = 
pDecl->getQualifier()->getAsType()->getAsCXXRecordDecl();
 
-if (m_rContext.match(pRecord->getQualifiedNameAsString()))
+if (pRecord && m_rContext.match(pRecord->getQualifiedNameAsString()))
 {
 std::string aName = pDecl->getNameAsString();
 if (aName.find("s") != 0)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: dictionaries

2016-01-04 Thread Andras Timar
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66a82c248ea099d43f289e0737cd7e8cb808a591
Author: Andras Timar 
Date:   Mon Jan 4 09:23:50 2016 +0100

Updated core
Project: dictionaries  ce7755c7d3179d682dfaccace9e64b6a008c77d2

tdf#96782 updated German dictionaries

Change-Id: Ifa7aed93eaa0448ba530cc029ee55480060e1be5

diff --git a/dictionaries b/dictionaries
index d8738db..ce7755c 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit d8738db715233dbd83bff56aa166ae0bdf0a8e18
+Subproject commit ce7755c7d3179d682dfaccace9e64b6a008c77d2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96877] Crashes during development

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96877

t...@tim-passingham.co.uk changed:

   What|Removed |Added

 CC||t...@tim-passingham.co.uk

--- Comment #2 from t...@tim-passingham.co.uk ---
(In reply to Cor Nouws from comment #1)
> Hi Tim,
> 
> Did you try a new user profile?
> 
> Ciao - Cor
No, I haven't.  Is that likely to help?

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


[Libreoffice-bugs] [Bug 96590] UI: after saving file, save icon is not greyed out

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96590

--- Comment #12 from Jan Holesovsky  ---
Andy: Thanks for your reports, but because of the reasons you wrote yourself,
they will be only ignored.

If you really want to help sorting out the issues, please report them correctly
- as new bugs, with exact steps how to reproduce.  For example, "slow response
of Draw and Impress interface" indeed sounds frightening, but without
further/exact details how to see it (for a developer), nobody will do anything
about that.

Hope you understand - there are thousands of bugs, and nobody is going through
closed ones just to check for unrelated reports.

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


Re: [Libreoffice-qa] Propose new keywords want-valgrind and have-valgrind

2016-01-04 Thread David Tardon
Hi,

On Sat, Dec 05, 2015 at 07:40:20AM -0700, julien2412 wrote:
> Hello,
> 
> In the same way, we got keywords "want-backtrace" and "have-backtrace" in
> Bugzilla, it could be useful to have "want-valgrind" and "have-valgrind".
> The goal is to re
> Moreover, we already have a link how to do it (even if for the moment, it's
> only for Linux)
> :https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_Valgrind_log.
> 
> Any thoughts?

I think this is both too specific and too generic. On one side, valgrind
is only one of available memory debuggers: there is also ASAN (granted,
it requires a specific setup) or DrMemory on Windows. On the other side,
memory checker is only one of the valgrind tools (albeit the default
one). Maybe "want-memtrace" or "want-memcheck"? (I prefer the latter.)

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

[Libreoffice-bugs] [Bug 82775] libreoffice in headless mode crashes when serving multiple concurrent requests

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82775

--- Comment #10 from Stephan Bergmann  ---
(In reply to Julien Nabet from comment #9)
> but I don't know how to do this

do what?

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


Re: Regarding #tdf89175 android: Password protected files

2016-01-04 Thread Miklos Vajna
Hi Alex,

On Wed, Dec 23, 2015 at 05:37:35AM -0700, Alex F  wrote:
> Been using the following settings in autogen.input to build LO after a make
> clean. 
> --enable-debug
> --enable-selective-debuginfo="sw/"
> --with-distro=LibreOfficeAndroid
> --with-android-ndk=/home/alex/Android/Sdk/ndk-bundle
> --with-android-sdk=/home/alex/Android/Sdk

This means you'll get debug symbols in sw/ only, while the password
protection code is not specific for Writer, it's shared with Calc and
Impress as well.

Passwords a probably entered via an interaction handler, see
LOKInteractionHandler::handleInteractionRequest() in
desktop/source/lib/lokinteractionhandler.cxx, perhaps that's what has to
be extended.

Probably you can do the hard part of this feature in a normal desktop
build against gtktiledviewer, and only the Android-specific part in an
Android build -- that should help your debugging. :-)

Regards,

Miklos


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: connectivity/Library_tdeab1.mk connectivity/source

2016-01-04 Thread Jan-Marek Glogowski
 connectivity/Library_tdeab1.mk   |1 +
 connectivity/source/drivers/kab/KCatalog.cxx |5 +
 connectivity/source/drivers/kab/KTable.cxx   |   14 +++---
 3 files changed, 9 insertions(+), 11 deletions(-)

New commits:
commit 29be1b06b8e63694d1ce60d8b7af3f21791bf697
Author: Jan-Marek Glogowski 
Date:   Mon Jan 4 10:42:33 2016 +0100

TDE kab: fix dbgutil and clang werror build

Change-Id: I37948ff77d060dc18a583389966b52c06a95bdaf

diff --git a/connectivity/Library_tdeab1.mk b/connectivity/Library_tdeab1.mk
index 54c90a4..513d0953 100644
--- a/connectivity/Library_tdeab1.mk
+++ b/connectivity/Library_tdeab1.mk
@@ -31,6 +31,7 @@ $(eval $(call gb_Library_use_libraries,tdeab1,\
dbtools \
sal \
salhelper \
+   tl \
 ))
 
 $(eval $(call gb_Library_add_exception_objects,tdeab1,\
diff --git a/connectivity/source/drivers/kab/KCatalog.cxx 
b/connectivity/source/drivers/kab/KCatalog.cxx
index c9a48a1..63d0449 100644
--- a/connectivity/source/drivers/kab/KCatalog.cxx
+++ b/connectivity/source/drivers/kab/KCatalog.cxx
@@ -44,10 +44,7 @@ void KabCatalog::refreshTables()
 TStringVector aVector;
 Sequence< OUString > aTypes { "%" };
 Reference< XResultSet > xResult = m_xMetaData->getTables(
-Any(),
-OUString("%"),
-OUString("%"),
-aTypes);
+Any(), "%", "%", aTypes);
 
 if (xResult.is())
 {
diff --git a/connectivity/source/drivers/kab/KTable.cxx 
b/connectivity/source/drivers/kab/KTable.cxx
index 0c4a5af..cdcd7d2 100644
--- a/connectivity/source/drivers/kab/KTable.cxx
+++ b/connectivity/source/drivers/kab/KTable.cxx
@@ -58,17 +58,17 @@ void KabTable::refreshColumns()
 
 if (!isNew())
 {
-Reference< XResultSet > xResult = 
m_pConnection->getMetaData()->getColumns(
-Any(),
-m_SchemaName,
-m_Name,
-OUString("%"));
+Reference< XResultSet > xResult =
+m_pConnection->getMetaData()->getColumns(
+Any(), m_SchemaName, m_Name, "%");
 
 if (xResult.is())
 {
-Reference< XRow > xRow(xResult, UNO_QUERY);
-while (xResult->next())
+Reference< XRow > xRow(xResult, UNO_QUERY);
+while (xResult->next())
+{
 aVector.push_back(xRow->getString(4));
+}
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/opengl

2016-01-04 Thread Michael Meeks
 vcl/opengl/gdiimpl.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b5e574703278c942f280b05b27ef99091ca84da
Author: Michael Meeks 
Date:   Sat Jan 2 10:54:40 2016 +

tdf#96858 - opengl - fix off-by-1 in glScissor clipping.

Change-Id: I3085e2d2848e2041c2faadbfce099ce75c62b712
Reviewed-on: https://gerrit.libreoffice.org/21044
Tested-by: Jenkins 
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index e92b6b6..9a40e46 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -332,7 +332,7 @@ void OpenGLSalGraphicsImpl::ImplInitClipRegion()
 if( mbUseScissor )
 {
 Rectangle aRect( maClipRegion.GetBoundRect() );
-glScissor( aRect.Left(), GetHeight() - aRect.Bottom() - 1, 
aRect.GetWidth() + 1, aRect.GetHeight() + 1 );
+glScissor( aRect.Left(), GetHeight() - aRect.Bottom() - 1, 
aRect.GetWidth(), aRect.GetHeight() );
 CHECK_GL_ERROR();
 }
 else if( !maClipRegion.IsEmpty() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96658] selection of objects in Draw and Impress awfully slow

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96658

Jan Holesovsky  changed:

   What|Removed |Added

   Keywords||bibisectRequest
 Status|NEW |NEEDINFO

--- Comment #3 from Jan Holesovsky  ---
Andy: Thanks a lot for this report - obviously I did not know of it when
commenting in bug 96590 :-)  Great stuff.

The only missing piece at the moment is the draw or presentation file that
triggers the behaviour - if you can attach here a file that triggers the
behaviour (the simpler the better), that would be good, otherwise the report is
perfect.

If you want to help the developers further, trying to bibisect
(https://wiki.documentfoundation.org/QA/Bibisect) could be the way to go, as
apparently this is something that used to be better in previous versions.

Thank you for helping LibreOffice - and hope my comment in 96590 did not feel
harsh...

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 13 commits - connectivity/source extensions/source javaunohelper/com lotuswordpro/source sc/source sw/source

2016-01-04 Thread Caolán McNamara
 connectivity/source/drivers/firebird/PreparedStatement.cxx |   10 +-
 connectivity/source/drivers/firebird/Util.cxx  |   16 +--
 extensions/source/abpilot/typeselectionpage.cxx|2 
 javaunohelper/com/sun/star/comp/helper/Bootstrap.java  |   58 +++--
 lotuswordpro/source/filter/lwpfrib.cxx |4 
 lotuswordpro/source/filter/lwpfribmark.cxx |4 
 lotuswordpro/source/filter/lwpfribptr.cxx  |9 +-
 lotuswordpro/source/filter/lwpfribsection.cxx  |   47 ++
 lotuswordpro/source/filter/lwpfribtable.cxx|   10 +-
 lotuswordpro/source/filter/lwplayout.cxx   |   11 +-
 lotuswordpro/source/filter/lwplayout.hxx   |   12 ++
 lotuswordpro/source/filter/lwppara.cxx |6 -
 lotuswordpro/source/filter/lwptoc.cxx  |7 +
 lotuswordpro/source/filter/xfilter/xfcell.cxx  |2 
 sc/source/filter/excel/xechart.cxx |1 
 sw/source/core/view/viewsh.cxx |4 
 16 files changed, 139 insertions(+), 64 deletions(-)

New commits:
commit 5800444912989f58e827daabcb51be080b42bfb1
Author: Caolán McNamara 
Date:   Tue Dec 29 10:54:53 2015 +

return early if Container invalidated

Change-Id: I3983070f1fe447e4b75b956cf95d3b3c5266b3f9
(cherry picked from commit 78c6be9cf3c9c3c87d2f41981bdc61047171eafe)
(cherry picked from commit 312ae095c17812f40d08997acc058a1314675af5)
Reviewed-on: https://gerrit.libreoffice.org/21001
Tested-by: Jenkins 
Reviewed-by: David Tardon 
(cherry picked from commit 7fd61a5e182597ddf41bb957dcaef11fe0eef816)

diff --git a/lotuswordpro/source/filter/lwppara.cxx 
b/lotuswordpro/source/filter/lwppara.cxx
index 520be75..1825dee 100644
--- a/lotuswordpro/source/filter/lwppara.cxx
+++ b/lotuswordpro/source/filter/lwppara.cxx
@@ -253,6 +253,8 @@ void LwpPara::Parse(IXFStream* pOutputStream)
 {
 m_pXFContainer = new XFContentContainer;
 XFConvert(m_pXFContainer);
+if (!m_pXFContainer)
+return;
 m_pXFContainer->ToXml(pOutputStream);
 m_pXFContainer->Reset();
 delete m_pXFContainer;
commit 176802fa72c9952b1ea7ea632cfcaa198b9c0290
Author: Caolán McNamara 
Date:   Mon Dec 28 14:43:50 2015 +

guard against infinite recursion in GetGeometry

(cherry picked from commit 9ec011f6874cf663db54d0420c41d9299e4ed882)
(cherry picked from commit 02c113a3ab57d7880bb1f794e192fb42aea078e1)

Change-Id: I901f77f5846512cb528f2e14bbc50409fa29bef2
Reviewed-on: https://gerrit.libreoffice.org/20988
Reviewed-by: David Tardon 
Tested-by: David Tardon 
(cherry picked from commit ab8c84b1b1d14adc0cabbc063ba8a5132a540201)

diff --git a/lotuswordpro/source/filter/lwplayout.cxx 
b/lotuswordpro/source/filter/lwplayout.cxx
index a0d3a510..53e1261 100644
--- a/lotuswordpro/source/filter/lwplayout.cxx
+++ b/lotuswordpro/source/filter/lwplayout.cxx
@@ -585,9 +585,12 @@ void LwpLayoutMisc::Read(LwpObjectStream* pStrm)
 }
 
 LwpMiddleLayout::LwpMiddleLayout( LwpObjectHeader , LwpSvStream* pStrm )
-: LwpVirtualLayout(objHdr, pStrm),
-  m_pStyleStuff(new LwpLayoutStyle), m_pMiscStuff(new LwpLayoutMisc)
-{}
+: LwpVirtualLayout(objHdr, pStrm)
+, m_pStyleStuff(new LwpLayoutStyle)
+, m_pMiscStuff(new LwpLayoutMisc)
+, m_bGettingGeometry(false)
+{
+}
 
 LwpMiddleLayout::~LwpMiddleLayout()
 {
@@ -663,7 +666,7 @@ rtl::Reference LwpMiddleLayout::GetBasedOnStyle()
 * @descr:   Get the geometry of current layout
 *
 */
-LwpLayoutGeometry* LwpMiddleLayout::GetGeometry()
+LwpLayoutGeometry* LwpMiddleLayout::Geometry()
 {
 if( !m_LayGeometry.IsNull() )
 {
diff --git a/lotuswordpro/source/filter/lwplayout.hxx 
b/lotuswordpro/source/filter/lwplayout.hxx
index 749513b..f540aec 100644
--- a/lotuswordpro/source/filter/lwplayout.hxx
+++ b/lotuswordpro/source/filter/lwplayout.hxx
@@ -321,7 +321,15 @@ public:
 virtual bool MarginsSameAsParent() SAL_OVERRIDE;
 virtual double MarginsValue(const sal_uInt8& nWhichSide) SAL_OVERRIDE;
 virtual double GetExtMarginsValue(const sal_uInt8& nWhichSide) 
SAL_OVERRIDE;
-LwpLayoutGeometry* GetGeometry();
+LwpLayoutGeometry* GetGeometry()
+{
+if (m_bGettingGeometry)
+throw std::runtime_error("recursion in layout");
+m_bGettingGeometry = true;
+auto pRet = Geometry();
+m_bGettingGeometry = false;
+return pRet;
+}
 double GetGeometryHeight();
 double GetGeometryWidth();
 LwpBorderStuff* GetBorderStuff();
@@ -369,6 +377,7 @@ protected:
 void Read() SAL_OVERRIDE;
 private:
 LwpObjectID m_BasedOnStyle;
+LwpLayoutGeometry* Geometry();
 protected:
 enum
 {
@@ -387,6 +396,7 @@ protected:
 LwpObjectID 

[Libreoffice-bugs] [Bug 96837] "who are": grammar checker suggests "who is are" as correction

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96837

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
What do I need to do to enable this type of grammar checking?
I installed Lightproof grammar checker for en-US and enabled Possible mistakes
in the options, but it doesn't detect any error for "who are blah blah blah" or
"The students, who are, after all, just learning too".

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

Ubuntu 15.10 64-bit 
Version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1
Locale: en-US (en_US.UTF-8)

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


Re: Build error on branch libreoffice-5-0-4

2016-01-04 Thread Oliver Brinzing

Hi,

i cannot confirm build problems with lo 5.0.4.2 (win10/VS 2013).
i followed instructions given at:
https://wiki.documentfoundation.org/Development/BuildingOnWindows

my cygwin PATH looks like:
PATH='/usr/local/bin:/usr/bin:cygdrive/c/WINDOWS/System32/ [...]

build settings:
/cygdrive/d/sources/core/autogen.sh \
--with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \
--with-vendor=LO 5.X Debug Build
--with-external-tar=/cygdrive/d/sources/lo-externalsrc
--with-junit=/cygdrive/d/sources/junit-4.10.jar
--with-ant-home=/cygdrive/d/sources/apache-ant-1.9.5
--disable-ccache
--enable-pch
--without-fonts
--with-lang=de
--with-package-format=installed msi
--enable-dbgutil
--enable-debug
--enable-crashdump
--disable-online-update
--with-help
--with-myspell-dicts
--enable-ext-wiki-publisher
--enable-ext-nlpsolver

/opt/lo/bin/make gb_COLOR=1 gb_TITLES=1

first i had trouble with my anti virus bitdefender 2016.
i had to exclude folders:
  c:\cygwin
  d:\sources
and processes:
  c:\cygwin\bin\perl.exe([main] perl 7968 C:\cygwin\bin\perl.exe: *** fatal error - 
NtCreateEvent(lock): 0xC058)

  c:\cygwin\bin\bash.exe

i remember, i did a "chmod 777 -R  d:\sources\core" before starting the build
(fatal: konnte nicht auf '.git/config' zugreifen: Permission denied)

Regards
Oliver


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


[Libreoffice-bugs] [Bug 96861] "Enable natural sort" is not defined clearly enough in the Bulgarian help

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96861

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
Summary|"Enable natural sort" is|"Enable natural sort" is
   |defined tot enough clear in |not defined clearly enough
   |the Bulgarian help  |in the Bulgarian help
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
I think you should contact the Bulgarian translators:
https://wiki.documentfoundation.org/Local_Mailing_Lists#Bulgarian

Setting to NEEDINFO while waiting for the translators' reaction.

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


[Libreoffice-bugs] [Bug 96881] Table column/row width cannot be changed if the cursor is in a protected cell of another table

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96881

--- Comment #2 from aqcoder  ---
(In reply to Cor Nouws from comment #1)
> Hi acqoder,
> 
> Thanks for reporting!
> 
> 1) Is this changed in a recent version, as far as you know?
> 
> 2) Is your problem either
>   Table column/row width protected cell can be changed if the cursor is in
> not protected cell of that table
> or
>   "Table column/row width cannot be changed if the cursor is in a protected
> cell of another table" ??
> 
> I guess the latter.
> But IMO it's just a matter or refreshment. Click on the border, release,
> click and drag again and it works. Not?
> 
> Thanks,
> Cor

Thanks @Cor Nouws!
1)It is not changed. I test it in the build of master branch.
2)It is only relative with the current cursor is in a protected cell,whether it
is in the same table or another.so both of the all.

I think it is imortand for what is it mean for 'protected':
if the cell is protected, then it can not be changed width and height,include
which is relative with it.
IMO if the A1 cell is protectd, then the A1 B1 cells can not changed width and
height.And the
A2 B2 cell can not changed width, uless you press ctrl + shift key. but the A2
B2 cell can change height becouse of it is not relative with A1 cell.

and there is anoter video for my easyhack code in the attachment, but there is
also some problems now:

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


[Libreoffice-bugs] [Bug 96829] VIEWING: CJK Ext-B characters crowd together

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96829

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
For me, it overlaps a bit differently in 4.3.
In 5.2, I don't see the ext-b character at all.

Duplicate of bug 96457?

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: b4082bed2de12cd576a06a9f456a71101809f3ed
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-01-02_00:47:38
Locale: fi-FI (fi_FI)

4.3.0.1

Set to NEEDINFO.
Change to NEW, if you don't see this as a duplicate. Change to RESOLVED
DUPLICATE of bug 96457, if you do.

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


[Libreoffice-bugs] [Bug 96839] Page and Paragraph Styles

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96839

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 96858] clipping errors / screen-dirty from tooltips ...

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96858

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0
   ||target:5.1.0.2

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


[Libreoffice-bugs] [Bug 96875] missing menu options for "Paste Only"

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96875

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Alex Thurgood  ---
Version: 5.2.0.0.alpha0+
Build ID: 5ff0c0c283217fdb87f78e1f06c90db0af16b59f
CPU Threads: 2; OS Version: -; UI Render: default; 
Locale : fr-FR (fr.UTF-8)

Confirming

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


[Libreoffice-bugs] [Bug 96843] No input focus after starting an application

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96843

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #2 from Beluga  ---


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

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


[Libreoffice-bugs] [Bug 96011] Document is not focused on opening LO / opening existing documents

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96011

Beluga  changed:

   What|Removed |Added

 CC||sworddrag...@aol.com

--- Comment #7 from Beluga  ---
*** Bug 96843 has been marked as a duplicate of this bug. ***

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


[Libreoffice-commits] help.git: Changes to 'distro/collabora/cp-5.0'

2016-01-04 Thread Adolfo Jayme Barrientos
New branch 'distro/collabora/cp-5.0' available with the following commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'distro/collabora/cp-5.0'

2016-01-04 Thread Andras Timar
New branch 'distro/collabora/cp-5.0' available with the following commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - dictionaries

2016-01-04 Thread Andras Timar
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01e552befef06c689c69f719cc55d0357f5d41ae
Author: Andras Timar 
Date:   Mon Dec 28 18:37:23 2015 +0100

Updated core
Project: dictionaries  325c7f44aef55c744d29c8df058efa105d1e2330

Updated Slovenian thesaurus

Change-Id: I971d3b3af1dee4b598359d893dd8111fc5d4cec9
(cherry picked from commit d8738db715233dbd83bff56aa166ae0bdf0a8e18)
Reviewed-on: https://gerrit.libreoffice.org/20992
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/dictionaries b/dictionaries
index 54ef13f..325c7f4 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 54ef13f6f93da64c8619f28ad1235562204c93fb
+Subproject commit 325c7f44aef55c744d29c8df058efa105d1e2330
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-01-04 Thread Tor Lillqvist
 sfx2/source/appl/appdde.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit a188bd6ad109c7696f29509c1db72b802a4bd435
Author: Tor Lillqvist 
Date:   Mon Jan 4 13:30:08 2016 +0200

Remove two pointless DBG_ASSERTs "There is no Dde-Service"

Avoid hundreds of presumably pointless warning messages in some unit
tests at least. The code explicitly checks and handles the asserted
condition not being true right after the DBG_ASSERTs.

Change-Id: I5482c56aeeadb8f85dfdd03e12960abd7e769c56

diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 62b81f4..b901227 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -462,7 +462,6 @@ void SfxAppData_Impl::DeInitDDE()
 #if defined( WNT )
 void SfxApplication::AddDdeTopic( SfxObjectShell* pSh )
 {
-DBG_ASSERT( pAppData_Impl->pDocTopics, "There is no Dde-Service" );
 //OV: DDE is disconnected in server mode!
 if( !pAppData_Impl->pDocTopics )
 return;
@@ -495,7 +494,6 @@ void SfxApplication::AddDdeTopic( SfxObjectShell* pSh )
 void SfxApplication::RemoveDdeTopic( SfxObjectShell* pSh )
 {
 #if defined WNT
-DBG_ASSERT( pAppData_Impl->pDocTopics, "There is no Dde-Service" );
 //OV: DDE is disconnected in server mode!
 if( !pAppData_Impl->pDocTopics )
 return;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96859] Applying paragraph style resets writing direction

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96859

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #1 from Beluga  ---


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

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


[Libreoffice-bugs] [Bug 58070] RTL [HE] EDITING Switching paragraph style changes character orientation

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58070

Beluga  changed:

   What|Removed |Added

 CC||davian...@gmail.com

--- Comment #5 from Beluga  ---
*** Bug 96859 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 96659] When you open and select text in a text object in a Draw or impress document, all goes white and the selected text is invisible

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96659

--- Comment #2 from Andy  ---
I am sorry, but what kind of further information should I provide??

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


[Libreoffice-bugs] [Bug 96881] Table column/row width cannot be changed if the cursor is in a protected cell of another table

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96881

--- Comment #6 from aqcoder  ---
(In reply to Cor Nouws from comment #5)
> (In reply to aqcoder from comment #3)
> > Created attachment 121711 [details]
> > video for easyhack
> 
> Thanks!
> So your proposal is to change the behavior so that pressing Ctrl+Shift is
> needed when you want to change a row/column that has one or more protected
> cells?
> That looks fine to me.
> 
> Do you also have an idea what happens when one uses Alt+left/right to resize
> a column or Alt+up/down to resize a row? That is possible now in a
> row/column that has one or more protected cells.

Oh,I see! I misunderstand the mean of 'protected'.
I thought the protected is inlcude width and height.
And,I imagine that the protected cell also can not changed width/height when
press ctrl+shift. In the video,when press ctrl+shift,it just can make the A2 B2
cell to loss relative with A1 cell wich is protected.

if do this, i think it also need some controls for Alt+left etc.

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


[Libreoffice-bugs] [Bug 96658] selection of objects in Draw and Impress awfully slow

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96658

--- Comment #4 from Andy  ---
I could easily attach a file as you suggest, but it is really a general
behaviour - you just need to draw any two shapes and switch focus between them
to see the dramatic slowing down. 

So the file would be just that: a Draw file with e.g. 2 rectangles in it, or
any other object for that matter, It could be a shape and a text object and it
would be the same.

Since you are very kind with my unrelenting bothering, may I quote also Bug
96659, again related to object in Draw files (text in text object that goes
white and the selected text is invisible when editing), somebody answered me in
a way that it is not entirely clear to me

As for the harshness, you really needn't worry I know I am often pestering
with too strong emphasis, it is because I am not just using LO privately: being
a university professor I use it full time in lectures with large group of
students, and so I get deeply worried whenever a new bug or regression causes
difficulties in the classroom...

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


[Libreoffice-bugs] [Bug 96881] Table column/row width cannot be changed if the cursor is in a protected cell of another table

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96881

--- Comment #3 from aqcoder  ---
Created attachment 121711
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121711=edit
video for easyhack

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


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

2016-01-04 Thread Miklos Vajna
 sw/inc/hints.hxx  |   16 
 sw/source/core/attr/hints.cxx |   20 ++--
 2 files changed, 18 insertions(+), 18 deletions(-)

New commits:
commit f591a096de3b69ecba16b002fb6ba9ba496ad53a
Author: Miklos Vajna 
Date:   Mon Jan 4 09:29:02 2016 +0100

sw: prefix members of SwAttrSetChg

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

diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index f5da6ee..dc8d179 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -192,27 +192,27 @@ public:
  */
 class SwAttrSetChg: public SwMsgPoolItem
 {
-bool bDelSet;
-SwAttrSet* pChgSet;   ///< what has changed
-const SwAttrSet* pTheChgdSet; ///< is only used to compare
+bool m_bDelSet;
+SwAttrSet* m_pChgSet;   ///< what has changed
+const SwAttrSet* m_pTheChgdSet; ///< is only used to compare
 public:
 SwAttrSetChg( const SwAttrSet& rTheSet, SwAttrSet& rSet );
 SwAttrSetChg( const SwAttrSetChg& );
 virtual ~SwAttrSetChg();
 
 /// What has changed
-const SwAttrSet* GetChgSet() const { return pChgSet; }
-  SwAttrSet* GetChgSet()   { return pChgSet; }
+const SwAttrSet* GetChgSet() const { return m_pChgSet; }
+  SwAttrSet* GetChgSet()   { return m_pChgSet; }
 
 /// Where it has changed
-const SwAttrSet* GetTheChgdSet() const { return pTheChgdSet; }
+const SwAttrSet* GetTheChgdSet() const { return m_pTheChgdSet; }
 
-sal_uInt16 Count() const { return pChgSet->Count(); }
+sal_uInt16 Count() const { return m_pChgSet->Count(); }
 void ClearItem( sal_uInt16 nWhichL = 0 )
 #ifdef DBG_UTIL
 ;
 #else
-{ pChgSet->ClearItem( nWhichL ); }
+{ m_pChgSet->ClearItem( nWhichL ); }
 #endif
 };
 
diff --git a/sw/source/core/attr/hints.cxx b/sw/source/core/attr/hints.cxx
index 32f92d7..ebcd788 100644
--- a/sw/source/core/attr/hints.cxx
+++ b/sw/source/core/attr/hints.cxx
@@ -78,31 +78,31 @@ SwAutoFormatGetDocNode::SwAutoFormatGetDocNode( const 
SwNodes* pNds )
 
 SwAttrSetChg::SwAttrSetChg( const SwAttrSet& rTheSet, SwAttrSet& rSet )
 : SwMsgPoolItem( RES_ATTRSET_CHG ),
-bDelSet( false ),
-pChgSet(  ),
-pTheChgdSet(  )
+m_bDelSet( false ),
+m_pChgSet(  ),
+m_pTheChgdSet(  )
 {
 }
 
 SwAttrSetChg::SwAttrSetChg( const SwAttrSetChg& rChgSet )
 : SwMsgPoolItem( RES_ATTRSET_CHG ),
-bDelSet( true ),
-pTheChgdSet( rChgSet.pTheChgdSet )
+m_bDelSet( true ),
+m_pTheChgdSet( rChgSet.m_pTheChgdSet )
 {
-pChgSet = new SwAttrSet( *rChgSet.pChgSet );
+m_pChgSet = new SwAttrSet( *rChgSet.m_pChgSet );
 }
 
 SwAttrSetChg::~SwAttrSetChg()
 {
-if( bDelSet )
-delete pChgSet;
+if( m_bDelSet )
+delete m_pChgSet;
 }
 
 #ifdef DBG_UTIL
 void SwAttrSetChg::ClearItem( sal_uInt16 nWhch )
 {
-OSL_ENSURE( bDelSet, "The Set may not be changed!" );
-pChgSet->ClearItem( nWhch );
+OSL_ENSURE( m_bDelSet, "The Set may not be changed!" );
+m_pChgSet->ClearItem( nWhch );
 }
 #endif
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 89382] vcl: unwind 'TODO' comment ...

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89382

--- Comment #7 from Michael Meeks  ---
Ah - so, "when incompatibility is ok" - originally at Sun it was not possible
to break internal API much at all; this is an artifact from then.

Your patch looks fine; can you submit it to gerrit ? =)

Beyond that - this deletion listener stuff is a bit of a nightmare, and is
(now) un-necessary.

Instead we can hold a VclPtr<> reference on the item, and then check if it is
disposed after the call instead =)

It would be wonderful to start going through the code removing cases where we
use deletion listeners =)

Would that be interesting to you ? =)

Thanks !

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


[Libreoffice-bugs] [Bug 84756] Chart Labels not aligned as expected (macro open empty chart in writer)

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84756

mmaurer  changed:

   What|Removed |Added

   Keywords||regression
Version|4.0.3.3 release |Inherited From OOo
 OS|All |Windows (All)

--- Comment #5 from mmaurer  ---
There are 2 Problems:
- with a new version of LibreOffice (tested with 4.3.0, 5.0.0.5 and 5.0.4.2)
the macro opens an empty document, and so alignement of chart labels can not be
tested) --> regression
- Chart Labels are not aligned as expected --> tested in OpenOffice, bug is
already present --> inherited from OOo

Operating System = Windows 7 Professional

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


[Libreoffice-bugs] [Bug 96858] clipping errors / screen-dirty from tooltips ...

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96858

--- Comment #4 from Commit Notification 
 ---
Michael Meeks committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4b5e574703278c942f280b05b27ef99091ca84da=libreoffice-5-1

tdf#96858 - opengl - fix off-by-1 in glScissor clipping.

It will be available in 5.1.0.2.

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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92613] .rtf justifications lost on saving wtih LO 4.4.4

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92613

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||r...@post.cz,
   ||vmik...@collabora.co.uk

--- Comment #6 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Miklos Vajna ; Could you possibly take a look at this one? Thanks

c6125412588c8176a1295417eb7cb73a1624ed04 is the first bad commit
commit c6125412588c8176a1295417eb7cb73a1624ed04
Author: Norbert Thiebaud 
Date:   Sun May 31 21:34:45 2015 -0500

source sha:4ee2a882dddb395a816cd54004b634d57cfb2446

source sha:4ee2a882dddb395a816cd54004b634d57cfb2446

authorMiklos Vajna 2015-04-17 08:44:47
(GMT)
committerMiklos Vajna 2015-04-17 09:35:27
(GMT)
commit4ee2a882dddb395a816cd54004b634d57cfb2446 (patch)
tdf#86182 RTF import: fix handling of \rtlpar

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


[Libreoffice-bugs] [Bug 96590] UI: after saving file, save icon is not greyed out

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96590

--- Comment #13 from Andy  ---
Regarding "slow response of Draw and Impress interface", do you mean that the
description I wrote in bug 96658 is not clear enough?
And if so, what do you think should I do to make it clearer?

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


[Libreoffice-bugs] [Bug 96842] Pasting Authenticated Web Content Deadlocks Session

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96842

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #6 from Beluga  ---
(In reply to Julien Nabet from comment #5)
> Just for those who would like to give it a try, would you have an example?
> url of a website + testing credentials. Ideally, it'd be relevant to
> reproduce with the website.

I took it to mean I have to copy images in particular.

However, it turns out it is surprisingly hard to find such protected images to
test with.

I have a Webtrees install and copied a protected image - no hang, it just
pasted an empty placeholder. It uses a mediafirewall.php.

Then I tried a .htaccess & .htpasswd protected folder where I put a html file
and an image. Apparently though, after you have entered the user and password,
you can access the file from any browser and thus you can copy and paste the
image to LibreOffice just fine. I guess it is IP address -based.

I tried some CMSes and stuff, but none seem to have protected admin images!!
Prestashop, Drupal, Joomla, Wordpress, Modx, I gave up.
Here you can try from a host of demo installs:
http://www.opensourcecms.com/scripts/show.php?catid=all=All+CMS+Demos

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - download.lst external/libvisio

2016-01-04 Thread Fridrich Štrba
 download.lst  |4 ++--
 external/libvisio/UnpackedTarball_libvisio.mk |7 ---
 external/libvisio/ubsan.patch |   15 ---
 3 files changed, 2 insertions(+), 24 deletions(-)

New commits:
commit 3998ab1b6a055c7d6c2ff6c3869d07295b8017a3
Author: Fridrich Å trba 
Date:   Wed Dec 23 15:31:14 2015 +0100

Upload libvisio 0.1.4

(cherry picked from commit ce014ac76678f186da27faadc973af3eb253c817)

Conflicts:
download.lst
external/libvisio/UnpackedTarball_libvisio.mk

Change-Id: Ia4cb506a95a150b8106187719e9104760409dea6

diff --git a/download.lst b/download.lst
index ef5a69b..77a2dfb 100644
--- a/download.lst
+++ b/download.lst
@@ -135,8 +135,8 @@ export SERF_TARBALL := serf-1.2.1.tar.bz2
 export SWING_TARBALL := 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
 export UCPP_TARBALL := 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
 export VIGRA_TARBALL := d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz
-export VISIO_MD5SUM := 726c1f5be65eb7d649e0d48b63d920e7
-export VISIO_TARBALL := libvisio-0.1.1.tar.bz2
+export VISIO_MD5SUM := 3f829e7e5f7304da37446938bb0df1f5
+export VISIO_TARBALL := libvisio-0.1.4.tar.bz2
 export WPD_MD5SUM := 0773d79a1f240ef9f4f20242b13c5bb7
 export WPD_TARBALL := libwpd-0.10.0.tar.bz2
 export WPG_MD5SUM := 17da9770cb8b317b7633f9807b32b71a
diff --git a/external/libvisio/UnpackedTarball_libvisio.mk 
b/external/libvisio/UnpackedTarball_libvisio.mk
index db83360..47421b4 100644
--- a/external/libvisio/UnpackedTarball_libvisio.mk
+++ b/external/libvisio/UnpackedTarball_libvisio.mk
@@ -13,13 +13,6 @@ $(eval $(call 
gb_UnpackedTarball_set_tarball,libvisio,$(VISIO_TARBALL)))
 
 $(eval $(call gb_UnpackedTarball_set_patchlevel,libvisio,0))
 
-$(eval $(call gb_UnpackedTarball_add_patches,libvisio,\
-   external/libvisio/vsd-msvc-max.patch.1 \
-   external/libvisio/ubsan.patch \
-   external/libvisio/tdf-92270-VSDX-theme-color-import-fix.patch \
-   external/libvisio/tdf-92271-fix-VSDX-char-background-handling.patch \
-))
-
 ifeq ($(COM_GCC_IS_CLANG),TRUE)
 ifneq ($(filter -fsanitize=%,$(CC)),)
 $(eval $(call gb_UnpackedTarball_add_patches,libvisio, \
diff --git a/external/libvisio/ubsan.patch b/external/libvisio/ubsan.patch
deleted file mode 100644
index 16b0ec4..000
--- a/external/libvisio/ubsan.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 src/lib/VSDParser.cpp
-+++ src/lib/VSDParser.cpp
-@@ -1104,7 +1104,11 @@
-   input->seek(1, librevenge::RVNG_SEEK_CUR);
-   double scale = readDouble(input);
-   input->seek(1, librevenge::RVNG_SEEK_CUR);
--  scale /= readDouble(input);
-+  double scaleDenom = readDouble(input);
-+  if (scaleDenom != 0)
-+  {
-+scale /= scaleDenom;
-+  }
- 
-   if (m_isStencilStarted && m_currentStencil)
-   {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96787] Autocorrection of (c) to copyright symbol persists after removal from autocorrection list

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96787

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #11 from Beluga  ---
Not reproduced.

Changed lang of document to German (Germany). (c) was autocorrected.
Removed the autocorrection rule for (c) in German (Germany). (c) was not
autocorrected anymore.

Ubuntu 15.10 64-bit 
Version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 96881] Table column/row width cannot be changed if the cursor is in a protected cell of another table

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96881

--- Comment #5 from Cor Nouws  ---
(In reply to aqcoder from comment #3)
> Created attachment 121711 [details]
> video for easyhack

Thanks!
So your proposal is to change the behavior so that pressing Ctrl+Shift is
needed when you want to change a row/column that has one or more protected
cells?
That looks fine to me.

Do you also have an idea what happens when one uses Alt+left/right to resize a
column or Alt+up/down to resize a row? That is possible now in a row/column
that has one or more protected cells.

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


[Libreoffice-bugs] [Bug 96857] Drucken unter libreoffice calc??!!

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96857

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Which PDF printer are you using, then? Please use English.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 96824] When managing recorded changes, sorting by date does not work

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96824

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #4 from Beluga  ---
Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists with 5.1 or higher. Change
to RESOLVED WORKSFORME, if the problem went away.

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


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

2016-01-04 Thread Dipangar Niranjar
 basic/qa/cppunit/test_scanner.cxx |  856 +++---
 1 file changed, 428 insertions(+), 428 deletions(-)

New commits:
commit 0e41527fd52f676ff6240a08b3fe25607c1ca726
Author: Dipangar Niranjar 
Date:   Sun Jan 3 18:56:44 2016 +0100

tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL

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

diff --git a/basic/qa/cppunit/test_scanner.cxx 
b/basic/qa/cppunit/test_scanner.cxx
index af2ea88..b054cce 100644
--- a/basic/qa/cppunit/test_scanner.cxx
+++ b/basic/qa/cppunit/test_scanner.cxx
@@ -128,42 +128,42 @@ namespace
 CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
 
 symbols = getSymbols(source4);
-CPPUNIT_ASSERT(symbols.size() == 1);
-CPPUNIT_ASSERT(symbols[0].text == cr);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(1), symbols.size());
+CPPUNIT_ASSERT_EQUAL(cr, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
 
 symbols = getSymbols(source5);
-CPPUNIT_ASSERT(symbols.size() == 2);
-CPPUNIT_ASSERT(symbols[0].text == cr);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
-CPPUNIT_ASSERT(symbols[1].text == cr);
-CPPUNIT_ASSERT(symbols[1].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(2), symbols.size());
+CPPUNIT_ASSERT_EQUAL(cr, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
+CPPUNIT_ASSERT_EQUAL(cr, symbols[1].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[1].type);
 
 symbols = getSymbols(source6);
-CPPUNIT_ASSERT(symbols.size() == 2);
-CPPUNIT_ASSERT(symbols[0].text == cr);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
-CPPUNIT_ASSERT(symbols[1].text == cr);
-CPPUNIT_ASSERT(symbols[1].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(2), symbols.size());
+CPPUNIT_ASSERT_EQUAL(cr, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
+CPPUNIT_ASSERT_EQUAL(cr, symbols[1].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[1].type);
 
 symbols = getSymbols(source7);
-CPPUNIT_ASSERT(symbols.size() == 2);
-CPPUNIT_ASSERT(symbols[0].text == cr);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
-CPPUNIT_ASSERT(symbols[1].text == cr);
-CPPUNIT_ASSERT(symbols[1].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(2), symbols.size());
+CPPUNIT_ASSERT_EQUAL(cr, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
+CPPUNIT_ASSERT_EQUAL(cr, symbols[1].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[1].type);
 
 symbols = getSymbols(source8);
-CPPUNIT_ASSERT(symbols.size() == 2);
-CPPUNIT_ASSERT(symbols[0].text == cr);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
-CPPUNIT_ASSERT(symbols[1].text == cr);
-CPPUNIT_ASSERT(symbols[1].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(2), symbols.size());
+CPPUNIT_ASSERT_EQUAL(cr, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
+CPPUNIT_ASSERT_EQUAL(cr, symbols[1].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[1].type);
 
 symbols = getSymbols(source9);
-CPPUNIT_ASSERT(symbols.size() == 1);
-CPPUNIT_ASSERT(symbols[0].text == cr);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(1), symbols.size());
+CPPUNIT_ASSERT_EQUAL(cr, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
   }
 
   void ScannerTest::testOperators()
@@ -180,62 +180,62 @@ namespace
 std::vector symbols;
 
 symbols = getSymbols(sourceE);
-CPPUNIT_ASSERT(symbols.size() == 2);
-CPPUNIT_ASSERT(symbols[0].text == sourceE);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
-CPPUNIT_ASSERT(symbols[1].text == cr);
-CPPUNIT_ASSERT(symbols[1].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(2), symbols.size());
+CPPUNIT_ASSERT_EQUAL(sourceE, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
+CPPUNIT_ASSERT_EQUAL(cr, symbols[1].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[1].type);
 
 symbols = getSymbols(sourceLT);
-CPPUNIT_ASSERT(symbols.size() == 2);
-CPPUNIT_ASSERT(symbols[0].text == sourceLT);
-CPPUNIT_ASSERT(symbols[0].type == SbxVARIANT);
-CPPUNIT_ASSERT(symbols[1].text == cr);
-CPPUNIT_ASSERT(symbols[1].type == SbxVARIANT);
+CPPUNIT_ASSERT_EQUAL(size_t(2), symbols.size());
+CPPUNIT_ASSERT_EQUAL(sourceLT, symbols[0].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[0].type);
+CPPUNIT_ASSERT_EQUAL(cr, symbols[1].text);
+CPPUNIT_ASSERT_EQUAL(SbxVARIANT, symbols[1].type);
 
 symbols = getSymbols(sourceGT);
-CPPUNIT_ASSERT(symbols.size() == 2);
-CPPUNIT_ASSERT(symbols[0].text == sourceGT);
-

[Bug 96136] replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL in basic's scanner test

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96136

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.0

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


[Bug 96136] replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL in basic's scanner test

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96136

--- Comment #3 from Commit Notification 
 ---
Dipangar Niranjar committed a patch related to this issue.
It has been pushed to "master":

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

tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL

It will be available in 5.2.0.

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

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

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


[Libreoffice-bugs] [Bug 96860] SAVE After save as DOC file of some Writer document with illustrations in frames some illustrations are missing

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96860

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
Tried doing from scratch using the Draw smiley face.
Only the Drawing format disappeared after saving to .doc.
Draw 8, GDI metafile and bitmap were visible. No problem with bitmap quality.

Did the same with your example .odg and this time NONE of the pasted images
disappeared after save to .doc and reload.

I will attach the .odt so you can test.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: b4082bed2de12cd576a06a9f456a71101809f3ed
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-01-02_00:47:38
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 96860] SAVE After save as DOC file of some Writer document with illustrations in frames some illustrations are missing

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96860

--- Comment #3 from Beluga  ---
Created attachment 121712
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121712=edit
Example document working correctly

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


Re: build break in sources/core/sc/qa/unit/ucalc_formula.cxx(823) : error : Assertion

2016-01-04 Thread Markus Mohrhard
Hey,

On Fri, Dec 11, 2015 at 4:07 PM, Oliver Brinzing 
wrote:

> Hi,
>
> i tried to build lo master last weekend (win 1064bit) but failed -
> yesterday i tried again,
> i did a clean before, but got same error:
>
> D:/sources/core/sc/qa/unit/ucalc_formula.cxx(823) : error : Assertion
> Test name: Test::testFormulaHashAndTag
> assertion failed
> - Expression: false
> - Unexpected vectorization state: expr: '=AVERAGE(X1:Y200)', using
> software interpreter: 1
>
> Failures !!!
> Run: 225 Failure total: 1 Failures: 1 Errors: 0
> warn:tools.debug:5496:3948:tools/source/debug/debug.cxx:72: no
> DbgTestSolarMutex function set
> warn:fwk:5496:3948:framework/source/services/desktop.cxx:1024: Desktop
> disposed before terminating it
> warn:tools.debug:5496:3948:tools/source/debug/debug.cxx:72: no
> DbgTestSolarMutex function set
> warn:svl.items:5496:3948:svl/source/items/style.cxx:51: SfxStyleSheetBase
> left 7; SfxStyleSheetBasePool left 2
> warn:legacy.osl:5496:3948:unotools/source/config/configmgr.cxx:168:
> OSL_ASSERT: items_.empty()
>
> Error: a unit test failed, please do one of:
> make CppunitTest_sc_ucalc CPPUNITTRACE=TRUE # which is a shortcut for the
> following line
> make CppunitTest_sc_ucalc
> CPPUNITTRACE="'C:/PROGRA~2/MICROS~2.0/VC//../Common7/IDE/devenv.exe'
> /debugexe" # for interactive debugging in Visual Studio
> make CppunitTest_sc_ucalc CPPUNITTRACE="drmemory -free_max_frames 20" #
> for memory checking (install Dr.Memory first, and put it to your PATH)
>
> D:/sources/core/solenv/gbuild/CppunitTest.mk:90: recipe for target
> 'D:/sources/core/workdir/CppunitTest/sc_ucalc.test' failed
> make[1]: *** [D:/sources/core/workdir/CppunitTest/sc_ucalc.test] Error 1
> make[1]: *** Waiting for unfinished jobs
> Makefile:247: recipe for target 'build' failed
> make: *** [build] Error 2
>
> any hints?
>

This is "fixed" now in master. If you are interested have a look at my
other mail about why I had to disable the test.

Regards,
Markus


>
> Regards
> Oliver
>
> build configuration is:
>
> /cygdrive/d/sources/core/autogen.sh \
> --with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \
> --with-vendor="LO 5.X Debug Build" \
> --with-external-tar=/cygdrive/d/sources/lo-externalsrc \
> --with-junit=/cygdrive/d/sources/junit-4.10.jar \
> --with-ant-home=/cygdrive/d/sources/apache-ant-1.9.5 \
> --disable-ccache \
> --enable-pch \
> --without-fonts \
> --with-lang="de" \
> --with-package-format="installed msi" \
> --enable-dbgutil \
> --enable-debug \
> --enable-crashdump \
> --disable-online-update \
> --with-help \
> --with-myspell-dicts \
> --enable-ext-wiki-publisher \
> --enable-ext-nlpsolver
>
>
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - helpcontent2

2016-01-04 Thread Adolfo Jayme Barrientos
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3826558f967bd873871154439f108923a26b4b26
Author: Adolfo Jayme Barrientos 
Date:   Mon Nov 23 08:00:02 2015 -0600

Updated core
Project: help  ab4c21fa199cdaa11862f49e201af73d67c7850b

Revert "tdf#87313 Update instructions to Firefox 42"

This reverts commit 1f6ca79f4270e03fe256129147752fd7e6c8ab54.

diff --git a/helpcontent2 b/helpcontent2
index d7cbd22..ab4c21f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d7cbd22f6da101618b489b42e6990d74fd820423
+Subproject commit ab4c21fa199cdaa11862f49e201af73d67c7850b
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 32531] Incorrect cursor key movement between table cells of different directionality

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32531

--- Comment #17 from Miklos Vajna  ---
Seeing this is marked as an easy hack, but without code pointers:

Writer keyboard input for the main editing area is in general handled in
SwEditWin::KeyInput(), sw/source/uibase/docvw/edtwin.cxx. Put a breakpoint at
the start of the member function in a debugger, then hit the key you're
interested in, that'll allow you to see where the exact code is for the actual
use case.

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


[Libreoffice-bugs] [Bug 32531] Incorrect cursor key movement between table cells of different directionality

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32531

--- Comment #17 from Miklos Vajna  ---
Seeing this is marked as an easy hack, but without code pointers:

Writer keyboard input for the main editing area is in general handled in
SwEditWin::KeyInput(), sw/source/uibase/docvw/edtwin.cxx. Put a breakpoint at
the start of the member function in a debugger, then hit the key you're
interested in, that'll allow you to see where the exact code is for the actual
use case.

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


[Libreoffice-bugs] [Bug 51038] Error while trying to launch English LibreOffice installer

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51038

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #8 from Beluga  ---
Seems we have enough confirmations, so setting to NEW.

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


Disabling ucalc's testFormulaHashAndTag

2016-01-04 Thread Markus Mohrhard
Hey Kendy,

I just disabled Test::testFormulaHashAndTag in [1]. I saw some failures
related to it on some of the jenkins builds and was finally able to
reproduce it on my Windows machine. As mentioned in the commit msg the test
only worked on machines that have no OpenCL

A few explanations to the problems that I mention in the commit msg:

1.) Any test that makes an assumption about OpenCL being present should
check that there is actually a valid OpenCL platform as we are otherwise
taking some strange code paths. This test while not directly assuming that
OpenCL is enabled however the assumption is indirectly through the default
value of OpenCL and the blacklisted/whitelisted OpenCL subset.

2.) In general I'm not a fan of changing the configuration in a test. If it
is really necessary it should IMHO be an own test file that only uses this
configuration. If you really want to change the configuration make it
exception safe (like introducing an object that will reset the config in
the destructor) to ensure that all test are always running with the correct
configuration. In a worst case this test would fail and all the other tests
could now fail because of the wrong configuration value which would make
debugging nearly impossible.

3.) That is the actual problem that made the test fail. Changing the
configuration does not mean that we will get a new formula group
interpreter. The formula group interpreter is a global object that needs to
be explicitly changed by calling
FormulaGroupInterpreter::switchOpenCLDevice. That happens if you change the
configuration through the UI but not if you change it through the code.

I hope that you can look at the test and make it work again.

Regards,
Markus

[1]
http://cgit.freedesktop.org/libreoffice/core/commit/?id=f4dc8a869ac49f19c20fc5fa606448e9103726bd
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 96883] New: File properties do not update

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96883

Bug ID: 96883
   Summary: File properties do not update
   Product: LibreOffice
   Version: 4.2.8.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzi...@manuscripts.org.uk

I am trying to put footers in a document which will print the page number, the
date when the document was last revised, and today's date, using the options
from Insert -> Fields -> Other (etc.)

The page number and today's date work fine, but the "Date" "Modified" generates
a date several days ago: "30/12/2015".

If I view the file properties in a file manager, the date when I last revised
and saved the file is given correctly (i.e. today's date), but if I open the
file with Writer and look at the document's properties (File -> Properties) the
date is given as "30/12/2015".

I am using LibreOffice Writer version 4.2.8.2 with Zorin 9 Core (based on
Ubuntu 14.04). Has this apparent bug been fixed in more recent versions of
LibreOffice, and if so, how should I update my version?

Thanks in advance

peter

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


[Libreoffice-bugs] [Bug 96659] When you open and select text in a text object in a Draw or impress document, all goes white and the selected text is invisible

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96659

--- Comment #3 from Beluga  ---
(In reply to Andy from comment #2)
> I am sorry, but what kind of further information should I provide??

The information on whether the problem is dependent on the option Tools -
Options - LibO - View - Use OpenGL for all rendering
Restart LibreOffice always after changing the option.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/opengl

2016-01-04 Thread Michael Meeks
 vcl/opengl/gdiimpl.cxx |   48 ++--
 1 file changed, 14 insertions(+), 34 deletions(-)

New commits:
commit bcaaae8066cff2a366ce95283652c9cb147410ab
Author: Michael Meeks 
Date:   Fri Jan 1 17:45:06 2016 +

vcl: opengl - ensure we have the right GL context for rendering.

Also significantly simplify, and remove paranoid ramblings
from the flushing code.

Change-Id: Ie7cc742caac290d77ac931c54cc4fe777a7872de
Reviewed-on: https://gerrit.libreoffice.org/21048
Tested-by: Jenkins 
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 9a40e46..73a2c82 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -2021,8 +2021,10 @@ void OpenGLSalGraphicsImpl::doFlush()
 
 if( !mpWindowContext.is() )
 {
-VCL_GL_INFO( "late creation of window context" );
+// ensure everything is released from the old context.
+OpenGLContext::clearCurrent();
 mpWindowContext = CreateWinContext();
+VCL_GL_INFO( "late creation of window context" );
 }
 
 assert( mpWindowContext.is() );
@@ -2031,17 +2033,9 @@ void OpenGLSalGraphicsImpl::doFlush()
 mpWindowContext->makeCurrent();
 CHECK_GL_ERROR();
 
-VCL_GL_INFO( "flushAndSwap - acquire default frame buffer" );
+VCL_GL_INFO( "flushAndSwap - acquire default framebuffer" );
 
 mpWindowContext->AcquireDefaultFramebuffer();
-glBindFramebuffer( GL_FRAMEBUFFER, 0 ); // FIXME: paranoid double check.
-CHECK_GL_ERROR();
-
-VCL_GL_INFO( "flushAndSwap - acquired default frame buffer" );
-
-glDisable( GL_SCISSOR_TEST ); // FIXME: paranoia ...
-CHECK_GL_ERROR();
-glDisable( GL_STENCIL_TEST ); // FIXME: paranoia ...
 CHECK_GL_ERROR();
 
 glViewport( 0, 0, GetWidth(), GetHeight() );
@@ -2056,8 +2050,6 @@ void OpenGLSalGraphicsImpl::doFlush()
 glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT 
);
 CHECK_GL_ERROR();
 
-SalTwoRect aPosAry( 0, 0, maOffscreenTex.GetWidth(), 
maOffscreenTex.GetHeight(),
-0, 0, maOffscreenTex.GetWidth(), 
maOffscreenTex.GetHeight() );
 VCL_GL_INFO( "Texture height " << maOffscreenTex.GetHeight() << " vs. 
window height " << GetHeight() );
 
 OpenGLProgram *pProgram =
@@ -2066,41 +2058,29 @@ void OpenGLSalGraphicsImpl::doFlush()
 VCL_GL_INFO( "Can't compile simple copying shader !" );
 else
 {
-pProgram->Use(); // FIXME: paranoia ...
-VCL_GL_INFO( "done paranoid re-use." );
 pProgram->SetTexture( "sampler", maOffscreenTex );
-maOffscreenTex.Bind(); // FIXME: paranoia ...
 
-VCL_GL_INFO( "bound bits etc." );
+SalTwoRect aPosAry( 0, 0, maOffscreenTex.GetWidth(), 
maOffscreenTex.GetHeight(),
+0, 0, maOffscreenTex.GetWidth(), 
maOffscreenTex.GetHeight() );
 
 GLfloat aTexCoord[8];
 maOffscreenTex.GetCoord( aTexCoord, aPosAry, false );
 pProgram->SetTextureCoord( aTexCoord );
 
-long nX1( aPosAry.mnDestX );
-long nY1( aPosAry.mnDestY );
-long nX2( nX1 + aPosAry.mnDestWidth );
-long nY2( nY1 + aPosAry.mnDestHeight );
-const SalPoint aPoints[] = { { nX1, nY2 }, { nX1, nY1 },
- { nX2, nY1 }, { nX2, nY2 }};
-
-sal_uInt32 nPoints = 4;
-std::vector aVertices(nPoints * 2);
-sal_uInt32 i, j;
-
-for( i = 0, j = 0; i < nPoints; i++, j += 2 )
-{
-aVertices[j]   = GLfloat(aPoints[i].mnX);
-aVertices[j+1] = GLfloat(aPoints[i].mnY);
-}
+GLfloat fWidth( maOffscreenTex.GetWidth() );
+GLfloat fHeight( maOffscreenTex.GetHeight() );
+const GLfloat aVertices[] = { 0, fHeight,
+  0, 0,
+  fWidth, 0,
+  fWidth, fHeight };
 
 pProgram->ApplyMatrix(GetWidth(), GetHeight(), 0.0);
 pProgram->SetVertices( [0] );
-glDrawArrays( GL_TRIANGLE_FAN, 0, nPoints );
+glDrawArrays( GL_TRIANGLE_FAN, 0, 4 );
 
 pProgram->Clean();
 
-glBindTexture( GL_TEXTURE_2D, 0 );
+maOffscreenTex.Unbind();
 
 static bool bNoSwap = getenv("SAL_GL_NO_SWAP");
 if (!bNoSwap)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96872] LibreOffice/4.2.8.2 changes fonts and formatting when opening OpenOffice 4.1.1 odt files

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96872

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga  ---
(In reply to kelln...@earthlink.net from comment #3)
> A user's expectation is that when there is a missing font on open:
> 1) The user should be alerted to a font substitution
> 2) The fact that another font has been substituted should be reflected in
> the toolbar. There was no way I could find to get the toolbar to show which
> font was being used in place of the original Gentium font. 

A substituted font will be shown in italics in the font dropdown.

There is bug 61134 which requests for a tooltip to show the font that has been
used as replacement.

How else should the user be alerted?

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


[Libreoffice-bugs] [Bug 96881] Table column/row width cannot be changed if the cursor is in a protected cell of another table

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96881

--- Comment #4 from Cor Nouws  ---
(In reply to aqcoder from comment #2)
> 
> I think it is imortand for what is it mean for 'protected':
> if the cell is protected, then it can not be changed width and
> height,include which is relative with it.

The Help says: "You can protect the contents of individual cells of a Writer
text table from changes."

So I don't think this is a bug.

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - translations

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

New commits:
commit 92438441777518634556788109b6c443e9596782
Author: Christian Lohmaier 
Date:   Fri Dec 11 00:12:56 2015 +0100

Updated core
Project: translations  a4d73b6c9d421623eef51d4ca9907954002cf8dd

update translations for 5.0.4 rc2

and force-fix errors using pocheck

Change-Id: I60a7ba91db056f5cffde7d32542f556e031a8293

diff --git a/translations b/translations
index d7d2939..a4d73b6 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit d7d293962f648d490de39264d0c9573b9536b06d
+Subproject commit a4d73b6c9d421623eef51d4ca9907954002cf8dd
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'distro/collabora/cp-5.0'

2016-01-04 Thread Christian Lohmaier
New branch 'distro/collabora/cp-5.0' available with the following commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Character encoding not being detected when using Link to external source in calc

2016-01-04 Thread Chris Sherlock
Hi Mark,

BOM detection is irrelevant here. The HTTP header states that it should be 
UTF8, but this is not being honoured. 

There is something further down the stack that isn’t recording the HTTP 
headers. 

Chris

> On 4 Jan 2016, at 4:23 PM, Mark Hung  wrote:
> 
> Hi Chris,
> 
> As recently I'm working on SvParser and HTMLParser, 
> 
> There is BOM detection is in SvParser::GetNextChar().
> 
> A quick look at eehtml, EditHTMLParser:: <>EditHTMLParser seems relevant.
> 
> Best regards.
> 
> 
> 2016-01-04 12:02 GMT+08:00 Chris Sherlock  >:
> Hey guys, 
> 
> Probably nobody saw this because of the time of year (Happy New Year, 
> incidentally!!!).
> 
> Just a quick ping to the list to see if anyone can give me some pointers. 
> 
> Chris
> 
>> On 30 Dec 2015, at 12:15 PM, Chris Sherlock > > wrote:
>> 
>> Hi guys,
>> 
>> In bug 95217 - https://bugs.documentfoundation.org/show_bug.cgi?id=95217 
>>  - Persian test 
>> in a webpage encoded as UTF-8 is corrupting.
>> 
>> If I take the webpage and save to an HTML file encoded as UTF8, then there 
>> are no problems and the Persian text comes through fine. However, when 
>> connecting to a webserver directly, the HTTP header correctly gives the 
>> content type as utf8.
>> 
>> I did a test using Charles Proxy with its SSL interception feature turned on 
>> and pointed Safari to 
>> https://bugs.documentfoundation.org/attachment.cgi?id=119818 
>> 
>> 
>> The following headers are gathered:
>> 
>> HTTP/1.1 200 OK
>> Server: nginx/1.2.1
>> Date: Sat, 26 Dec 2015 01:41:30 GMT
>> Content-Type: text/html; name="text.html"; charset=UTF-8
>> Content-Length: 982
>> Connection: keep-alive
>> X-xss-protection: 1; mode=block
>> Content-disposition: inline; filename="text.html"
>> X-content-type-options: nosniff
>> 
>> Some warnings are spat out that it editeng's eehtml can't detect the 
>> encoding. I initially thought it was looking for a BOM, which makes no sense 
>> for a webpage, but that's wrong. Instead, for some reason the headers don't 
>> seem to be processed and the HTML parser is falling back to ISO-8859-1 and 
>> not UTF8 as the character encoding.
>> 
>> We seem to use Neon to make the GET request to the webserver. A few 
>> observations:
>> 
>> 1. We detect a server OK response as an error
>> 2. (Probably more to the point) I believe PROPFIND is being used, but 
>> actually even though the function being used indicates a PROPFIND verb is 
>> used a GET is used as is normal but the headers aren't being stored. This 
>> ,Evans that when the parser looks for the headers to find the encoding it's 
>> not finding anything, resulting in a fallback to ISO-8859-1.
>> 
>> One easy thing (doesn't solve the root issue) is that wouldn't it be a 
>> better idea to fallback to UTF8 and not ISO-8859-1, given ISO-8859-1 is 
>> really just a subset of UTF-8?
>> 
>> Any pointers on how to get to the bottom of this would be appreciated, I'm 
>> honestly not up on webdav or Neon.
>> 
>> Chris Sherlock
> 
> 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org 
> http://lists.freedesktop.org/mailman/listinfo/libreoffice 
> 
> 
> 
> 
> 
> -- 
> Mark Hung

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


[Libreoffice-commits] dictionaries.git: de/de_AT_frami.aff de/de_AT_frami.dic de/de_CH_frami.aff de/de_CH_frami.dic de/de_DE_frami.aff de/de_DE_frami.dic de/description.xml de/hyph_de_AT.dic de/hyph_d

2016-01-04 Thread Andras Timar
 de/README_de_DE_frami.txt |   34 
 de/README_extension_owner.txt |   20 
 de/README_hyph_de.txt |4 
 de/de_AT_frami.aff|   32 
 de/de_AT_frami.dic|30454 +-
 de/de_CH_frami.aff|   32 
 de/de_CH_frami.dic|30334 +-
 de/de_DE_frami.aff|   32 
 de/de_DE_frami.dic|30489 +-
 de/description.xml|2 
 de/hyph_de_AT.dic | 3901 
 de/hyph_de_CH.dic | 3892 
 de/hyph_de_DE.dic | 3901 
 de/th_de_CH_v2.dat|196411 
+++---
 de/th_de_DE_v2.dat|196405 +++--
 15 files changed, 345430 insertions(+), 150513 deletions(-)

New commits:
commit ce7755c7d3179d682dfaccace9e64b6a008c77d2
Author: Andras Timar 
Date:   Mon Jan 4 09:23:50 2016 +0100

tdf#96782 updated German dictionaries

Change-Id: Ifa7aed93eaa0448ba530cc029ee55480060e1be5

diff --git a/de/README_de_DE_frami.txt b/de/README_de_DE_frami.txt
index 52dcb7d..9f300f9 100644
--- a/de/README_de_DE_frami.txt
+++ b/de/README_de_DE_frami.txt
@@ -1,17 +1,17 @@
-Bei dem Wörterbuch xxx_frami handelt es sich um ein Addon. Es enthält
-alle Wörter des Basiswörterbuchs, zusätzlich jedoch etliche, die entweder
-im Basiswörterbuch noch fehlen oder die nicht unbedingt zum Kernwortschatz
-des Deutschen gehören. Die zusätzlichen Aufnahmen sind ungeprüft.
-Dieses Wörterbuch basiert auf dem igerman98 Ispell-Wörterbuch, zu finden
-unter http://www.j3e.de/ispell/igerman98/ .
-
-Das Wörterbuch und alle enthaltenen Wortlisten sind lizenziert unter der
-GNU GPL, Version 2.
-Fehlermeldungen oder Ergänzungswünsche können gemailt werden an:
-Franz Michael Baumann 
-
-Autor des Grundwörterbuchs:
-Bjoern Jacke 
-
-Autor der Erweiterung
-Franz Michael Baumann 
\ No newline at end of file
+Bei dem Wörterbuch xxx_frami handelt es sich um ein Addon. Es enthält
+alle Wörter des Basiswörterbuchs, zusätzlich jedoch etliche, die entweder
+im Basiswörterbuch noch fehlen oder die nicht unbedingt zum Kernwortschatz
+des Deutschen gehören. Die zusätzlichen Aufnahmen sind ungeprüft.
+Dieses Wörterbuch basiert auf dem igerman98 Ispell-Wörterbuch, zu finden
+unter http://www.j3e.de/ispell/igerman98/ .
+
+Das Wörterbuch und alle enthaltenen Wortlisten sind lizenziert unter der
+GNU GPL, Version 2 oder 3.
+Fehlermeldungen oder Ergänzungswünsche können gemailt werden an:
+Franz Michael Baumann 
+
+Autor des Grundwörterbuchs:
+Bjoern Jacke 
+
+Autor der Erweiterung
+Franz Michael Baumann 
\ No newline at end of file
diff --git a/de/README_extension_owner.txt b/de/README_extension_owner.txt
index fd759c1..c102ff0 100644
--- a/de/README_extension_owner.txt
+++ b/de/README_extension_owner.txt
@@ -1,42 +1,42 @@
 
-COMMENT OF THE EXTENSION OWNER
+COMMENT OF THE EXTENSION OWNER (KARL ZEILER)
 
 
 Compatibility
 =
 This extension is compatible with:
-- ApacheOpenOffice (Version 3.3, 3.4, 4.0)
-- LibreOffice (Versions 3.3, 3.4, 3.5, 3.6, 4.0, 4.1)
+- Apache OpenOffice (Versions 3.3, 3.4; 4.0, 4.1)
+- LibreOffice (Versions 3.3, 3.4, 3.5, 3.6; 4.0, 4.1, 4.2, 4.3, 4.4; 5.0, 5.1, 
5.2)
 - OpenOffice.org (Versions 3.0 or later)
 
 Spell checking
 ==
 de-DE_frami
-Version: 2013-12-06
+Version: 2015-12-22
 Author:  Franz Michael Baumann 
 Based on igerman98 dictionary:
-Version: 2013-12-06
+Version: 2015-12-22
 Author:  Björn Jacke 
  Download: http://www.j3e.de/ispell/igerman98/dict/
 License: GNU GPL Version 2 or GPL Version 3 or OASIS 0.1
 
-The frami dictionary contains the complete word list of igerman98
+The frami dictionary contains the complete word list of igerman98 
 and in addition numerous supplements by Franz Michael Baumann according to
 the reform of 2006-08-01.
 
 Hyphenation
 ===
-Version: 2013-12-06
- Enhanced blacklist to improve the hyphenation module by Karl Zeiler
+Version: 2015-12-28
+ Enhanced exceptional list for improved hyphenation by Karl Zeiler
 Authors: Marco Huggenberger 
  Daniel Naber 
- Karl Zeiler 
+Karl Zeiler 
 License: GNU LGPL Version 2.1 or later
 
 Thesaurus
 =
 OpenThesaurus - Deutscher Thesaurus - Synonyme und Assoziationen
-Version: 2013-12-05 DE
+Version: 2015-12-23 DE
 License: GNU LGPL Version 2.1 or later
 http://www.openthesaurus.de
 
diff --git a/de/README_hyph_de.txt b/de/README_hyph_de.txt
index b27906a..57e3fea 100644
--- a/de/README_hyph_de.txt
+++ b/de/README_hyph_de.txt
@@ -4,8 +4,8 @@ Hyphenation dictionary "hyph_de_DE.dic"
 Language: German (de DE)
  according to the reform of 2006-08-01 (i.e. reformed or new 
spelling)
 

[Libreoffice-bugs] [Bug 96881] Table column/row width cannot be changed if the cursor is in a protected cell of another table

2016-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96881

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||c...@nouenoff.nl
Summary|TABLE: It determine to  |Table column/row width
   |adjust table cloumn/row in  |cannot be changed if the
   |a wrong way.|cursor is in a protected
   ||cell of another table
 Ever confirmed|0   |1

--- Comment #1 from Cor Nouws  ---
Hi acqoder,

Thanks for reporting!

1) Is this changed in a recent version, as far as you know?

2) Is your problem either
  Table column/row width protected cell can be changed if the cursor is in not
protected cell of that table
or
  "Table column/row width cannot be changed if the cursor is in a protected
cell of another table" ??

I guess the latter.
But IMO it's just a matter or refreshment. Click on the border, release, click
and drag again and it works. Not?

Thanks,
Cor

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


[Libreoffice-commits] core.git: officecfg/util

2016-01-04 Thread Tor Lillqvist
 officecfg/util/data_val.xsl |4 
 1 file changed, 4 deletions(-)

New commits:
commit 26f09844b5f696522cf25be1d9cb44e90973bf77
Author: Tor Lillqvist 
Date:   Mon Jan 4 11:03:37 2016 +0200

Remove warning that can be ignored

"yeah, makes sense to remove it", says Stephan.

Change-Id: Ife7baa5814a856dca7f0f02ac3cb2521e2980851

diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl
index cd2f10e..a6726c1 100644
--- a/officecfg/util/data_val.xsl
+++ b/officecfg/util/data_val.xsl
@@ -199,10 +199,6 @@
   test="preceding-sibling::value[((not($lang) and not(@xml:lang)) 
or $lang=@xml:lang) and ((not($module) and not(@install:module)) or 
$module=@install:module)]">
 ERROR: Property '' has values with matching xml:lang attribute  and inconsistent install:module attributes.
   
-  
-ATTENTION: Property '' 
has different values for different modules. Make sure the modules are mutually 
exclusive!
-  
 

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


  1   2   3   4   >