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

2015-11-12 Thread Jan Holesovsky
 desktop/source/lib/init.cxx |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit addd884799b88213df813fd8501c3ab8306593e1
Author: Jan Holesovsky 
Date:   Thu Nov 12 18:22:06 2015 +0100

lok: Use reference instead of copy constructing in range-based for.

Change-Id: Ie5bf5d4ab139f22e67f3654b0bb31e10b8c9f337

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index bc25f3e..e33544a 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1281,10 +1281,10 @@ static char* getStyles(LibreOfficeKitDocument* pThis, 
const char* pCommand)
 if (sStyleFam == "ParagraphStyles"
 && doc_getDocumentType(pThis) == LOK_DOCTYPE_TEXT)
 {
-for( OUString aStyle: aWriterStyles )
+for (const OUString& rStyle: aWriterStyles)
 {
 uno::Reference< beans::XPropertySet > xStyle;
-xStyleFamily->getByName( aStyle ) >>= xStyle;
+xStyleFamily->getByName(rStyle) >>= xStyle;
 OUString sName;
 xStyle->getPropertyValue("DisplayName") >>= sName;
 if( !sName.isEmpty() )
@@ -1299,14 +1299,14 @@ static char* getStyles(LibreOfficeKitDocument* pThis, 
const char* pCommand)
 }
 
 uno::Sequence aStyles = xStyleFamily->getElementNames();
-for ( OUString aStyle: aStyles )
+for (const OUString& rStyle: aStyles )
 {
 // Filter out the default styles - they are already at the top
 // of the list
-if (aDefaultStyleNames.find(aStyle) == aDefaultStyleNames.end())
+if (aDefaultStyleNames.find(rStyle) == aDefaultStyleNames.end())
 {
 boost::property_tree::ptree aChild;
-aChild.put("", aStyle);
+aChild.put("", rStyle);
 aChildren.push_back(std::make_pair("", aChild));
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92687] Rendering: Rotated text blurry and unreadable with GTK3

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92687

--- Comment #10 from Caolán McNamara  ---
bisecting will almost certainly show up nothing. Its presumably the underlying
"headless" backend that is just poor at rotated text and we need to rework
that.

-- 
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: framework/inc framework/source

2015-11-12 Thread Stephan Bergmann
 framework/inc/uielement/toolbarmanager.hxx|2 +-
 framework/source/uielement/toolbarmanager.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit da1f782cb2be82f605fe6b73420e40513f34ed1b
Author: Stephan Bergmann 
Date:   Thu Nov 12 21:28:58 2015 +0100

loplugin:passstuffbyref

Change-Id: Ie8641fe51f1a8943402f0aab5f78c331b6deb3a0

diff --git a/framework/inc/uielement/toolbarmanager.hxx 
b/framework/inc/uielement/toolbarmanager.hxx
index 0870d7d..65a5184 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -144,7 +144,7 @@ class ToolBarManager : public ToolbarManager_Base
 virtual bool MenuItemAllowed( sal_uInt16 ) const;
 
 void RemoveControllers();
-OUString RetrieveFromCommand( const OUString aName, const OUString& 
aCmdURL );
+OUString RetrieveFromCommand( const OUString & aName, const OUString& 
aCmdURL );
 sal_Int32 RetrievePropertiesFromCommand( const OUString& aCmdURL );
 css::uno::Sequence< css::beans::PropertyValue > GetPropsForCommand( 
const OUString& rCmdURL );
 void CreateControllers();
diff --git a/framework/source/uielement/toolbarmanager.cxx 
b/framework/source/uielement/toolbarmanager.cxx
index efc6a48..8c5bb68 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -809,7 +809,7 @@ uno::Sequence< beans::PropertyValue > 
ToolBarManager::GetPropsForCommand( const
 return aPropSeq;
 }
 
-OUString ToolBarManager::RetrieveFromCommand( const OUString aName, const 
OUString& aCmdURL )
+OUString ToolBarManager::RetrieveFromCommand( const OUString & aName, const 
OUString& aCmdURL )
 {
 OUString aLabel;
 Sequence< PropertyValue > aPropSeq;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95737] Fontwork Object incompatible

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95737

--- Comment #6 from Helmut  ---
(In reply to Beluga from comment #5)
> No problems. I even installed SquareSlab711 Bd BT Font.
> 
> Set to NEEDINFO.
> Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
> WORKSFORME, if the problem went away.

Not to confuse too much in my workstation set-up, I moved to a 
test-machine. All 5o versions appear nearly the same way.

Intel(R) Pentium(R) M processor 2.13GHz
ATI MOBILITY RADEON X600
Windows 7 Pro 32bit 
   with automatic Updates up to 11.11.2015


All Libre Office versions are on the same machine
 with hwlp of LibreOffice Server Install GUI 

Version: 4.4.5.2   fix installed
Build-ID: a22f674fd25a3b6f45bdebf25400ed2adff0ff99

Version: 5.0.2.2Portable rev 18 by winPenPack
Build-ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe

Version: 5.0.3.2
Build-ID: e5f16313668ac592c1bfb310f4390624e3dbfb75

Version: 5.1.0.0.alpha1+
Build-ID: b26018b762b7d5659ffab98ffb05c7a74dc94910
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-10-18_04:55:50

As this test-machine did not have the fonts installed, the Fontwork 
object characters had an other shape (as most you may have seen)
but where readable as such (see Fontwork_noFont_pic).
After installing the missing Postscript Fonts, the rendering is 
broken for ALL 5.x versions. See the PDF export Fontwork5Demo.pdf.
This reminded my on the other Postscript Font trouble, since 
Export PDF function exist. Deutsche Umlaute never made it into 
the PDF file with PS Fonts, see Fontwork5Demo.pdf. As all my PS 
Fonts are from before 1997 and Adobe Acrobat and PDF Creator 
(using Ghostscript) is doing it fine, i never cared much.

Problem could be pointed at

Rendering a Fontwork Object with Postsccript Font provided by Windowws 7 32bit

Helmut

-- 
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 95784] New: When using the 'labels' template maker I can't undo when I try to center a label

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95784

Bug ID: 95784
   Summary: When using the 'labels' template maker I can't undo
when I try to center a label
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thibault...@gmail.com

Here's what I do:
I make a label page using the label maker for 'Avery A4' 'L7163'(options
'synchronise contents').
And then I click on a label border and right click it, open 'Frame'.
I go to the 'Type' tab and at the bottom I change the position, vertical to
center and page text area. This makes the label center on the page but when I
want to undo it, Undo doesn't work.

If I didn't explain it well, here is a video of the process:
https://youtu.be/KFKMgEuII8U

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-qa] [ANN] LibreOffice 4.4.7 RC1 available

2015-11-12 Thread Christian Lohmaier
Dear Community,

The Document Foundation is pleased to announce the first release
candidate of LibreOffice 4.4.7. The upcoming 4.4.6 will be the seventh
and final in a sequence of frequent bugfix releases for our feature-packed 4.4
line. Please be aware that LibreOffice 4.4.7 RC1 has not been flagged
as ready for production use yet, however feel free to give it a try
instead of 4.4.6.

A work-in-progress list of new features in LibreOffice 4.4 can be
found at https://wiki.documentfoundation.org/ReleaseNotes/4.4

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Developers and QA might also be interested in the symbol server for
windows debug information (see the release notes linked below for
details)

Should you find bugs, please report them to our Bugzilla:

  https://bugs.documentfoundation.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/community/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs with 4.4.7 rc1 is available
from our wiki:

  http://wiki.documentfoundation.org/Releases/4.4.7/RC1

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help.

On behalf of the Community,

Christian
___
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/

[ANN] LibreOffice 4.4.7 RC1 available

2015-11-12 Thread Christian Lohmaier
Dear Community,

The Document Foundation is pleased to announce the first release
candidate of LibreOffice 4.4.7. The upcoming 4.4.6 will be the seventh
and final in a sequence of frequent bugfix releases for our feature-packed 4.4
line. Please be aware that LibreOffice 4.4.7 RC1 has not been flagged
as ready for production use yet, however feel free to give it a try
instead of 4.4.6.

A work-in-progress list of new features in LibreOffice 4.4 can be
found at https://wiki.documentfoundation.org/ReleaseNotes/4.4

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Developers and QA might also be interested in the symbol server for
windows debug information (see the release notes linked below for
details)

Should you find bugs, please report them to our Bugzilla:

  https://bugs.documentfoundation.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/community/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs with 4.4.7 rc1 is available
from our wiki:

  http://wiki.documentfoundation.org/Releases/4.4.7/RC1

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help.

On behalf of the Community,

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


[Libreoffice-bugs] [Bug 93862] Size of the window calculated in the wrong way

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93862

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Maxim Monastirsky  ---


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

-- 
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 91310] [META] Fallout from VclPtr merge

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91310

Maxim Monastirsky  changed:

   What|Removed |Added

 Depends on||95021

-- 
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 91310] [META] Fallout from VclPtr merge

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91310

Maxim Monastirsky  changed:

   What|Removed |Added

 Depends on||93407

-- 
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 95749] Change scale of axis X without change scale of axis Y

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95749

Katarina Behrens (CIB)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Katarina Behrens (CIB)  ---
> My problem is : I want than the last value of my data is the maximum of the
> scale X. But, if I unchecked the maximum value of the scale X, the
> automatics values of the scale Y also change. I think that this comportment
> is a bug ?

It is a bug. Possibly related tickets: bug#87067, bug#85690 ... my hunch is
that those are just different demonstrations of the same issue, that whenever
one changes anything in axis formatting dialog, it somehow messes up the other
axis too

Anyway, confirmed (Linux, few days old master build)

-- 
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 94138] Form Control Text Boxes Print And Export To PDF Incorrectly

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94138

--- Comment #20 from Dave Richards  ---
Created attachment 120513
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120513=edit
Multi Line Entry Areas Do Not Print Correctly

This document demonstrates the failure.

-- 
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 93085] Application window is too high, status bar is not visible

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93085

--- Comment #2 from Johnny_M  ---
P.S.: The original bug report was for 32-bit Windows. I changed the "Hardware"
field to "All" since it also affects 64-bit Linux.

-- 
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 94138] Form Control Text Boxes Print And Export To PDF Incorrectly

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94138

Dave Richards  changed:

   What|Removed |Added

 Status|VERIFIED|REOPENED
 Resolution|FIXED   |---

--- Comment #19 from Dave Richards  ---
Re-opening the bug, the users have found a widget that is still broken.  In the
test document I gave you all of the entry boxes were "single line".  If you
toggle them into multi-line entry widgets, they lose font attributes and do not
print correctly.  I am attaching the test document, and at the bottom of page 1
I have added two multi-line text boxes...they should be Nimbus Sans 9, regular
and bold and they print in a completely different font.  This is how the
single-line widgets previously worked before the patch was applied.

-- 
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 95737] Fontwork Object incompatible

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95737

--- Comment #7 from Helmut  ---
Created attachment 120514
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120514=edit
Addition demo sample files

-- 
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 93085] Application window is too high, status bar is not visible

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93085

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||u.fu...@yahoo.de

--- Comment #3 from Maxim Monastirsky  ---
*** Bug 93862 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] core.git: sw/qa

2015-11-12 Thread Stephan Bergmann
 sw/qa/extras/uiwriter/uiwriter.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 58d8fa1105f5a259111c1cbafc54ff1586d2e24c
Author: Stephan Bergmann 
Date:   Thu Nov 12 22:15:32 2015 +0100

loplugin:stringconstant

Change-Id: Ibead5179a353e7698d649bf20d0f7d13d4641136

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index 9ca85ee..0560a14 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -2278,8 +2278,8 @@ void SwUiWriterTest::testTdf89714()
 uno::Reference 
xInterface(xFact->createInstance("com.sun.star.text.Defaults"), uno::UNO_QUERY);
 uno::Reference xPropState(xInterface, 
uno::UNO_QUERY);
 //enabled Paragraph Orphan and Widows by default starting in LO5.1
-CPPUNIT_ASSERT_EQUAL( uno::makeAny(sal_Int8(2)), 
xPropState->getPropertyDefault(OUString("ParaOrphans")) );
-CPPUNIT_ASSERT_EQUAL( uno::makeAny(sal_Int8(2)), 
xPropState->getPropertyDefault(OUString("ParaWidows"))  );
+CPPUNIT_ASSERT_EQUAL( uno::makeAny(sal_Int8(2)), 
xPropState->getPropertyDefault("ParaOrphans") );
+CPPUNIT_ASSERT_EQUAL( uno::makeAny(sal_Int8(2)), 
xPropState->getPropertyDefault("ParaWidows")  );
 }
 
 void SwUiWriterTest::testPropertyDefaults()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76239] OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 )

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76239

--- Comment #87 from Andras Timar  ---
I tested my patch. 

1. I created a clean Windows 8.1 virtual machine. 

2. I installed LibreOffice 4.4.2 and I upgraded it to LibreOffice 5.1 without
my patch. OpenSymbol font (and all other fonts installed by LibreOffice)
disappeared. 

3. I removed LibreOffice 5.1, and installed LibreOffice 4.4.2 again. Then I
upgraded it to LibreOffice 5.1 with my patch. OpenSymbol font was kept.

4. I bumped the version number to 5.1.0.1, and built LibreOffice again. I
upgraded my 5.1.0.0.alpha1+ to 5.1.0.1. Note, that these installers had the
same version number for the fonts. OpenSymbol font was kept.

Conclusion: it works. I'll backport my patch to release branches. Please test
very carefully, and do not reopen this bug, unless you are perfectly sure that
the fix is not working. Check the target version numbers!

-- 
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 76239] OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 )

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76239

Andras Timar  changed:

   What|Removed |Added

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

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


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

2015-11-12 Thread Caolán McNamara
 basctl/source/basicide/baside3.cxx |6 ++
 basctl/source/inc/baside3.hxx  |3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 33df62efe3c94b87b765f8334c8b614eb896338b
Author: Caolán McNamara 
Date:   Thu Nov 12 12:25:16 2015 +

Resolves: tdf#95021 crash on closing macro dialog editor

VclPtr related, dialog dtor is never called, so timer
is never stopped and timer refers to deleted parent
data

(cherry picked from commit 0943adb2f7ec319891c11889b40c9a69f0d1027e)

Change-Id: I804ba082817802c0017e61c6b86c5d3694995ea8
Reviewed-on: https://gerrit.libreoffice.org/19926
Reviewed-by: Maxim Monastirsky 
Tested-by: Maxim Monastirsky 

diff --git a/basctl/source/basicide/baside3.cxx 
b/basctl/source/basicide/baside3.cxx
index 19c052d..9ebb90e 100644
--- a/basctl/source/basicide/baside3.cxx
+++ b/basctl/source/basicide/baside3.cxx
@@ -98,6 +98,12 @@ DialogWindow::DialogWindow(DialogWindowLayout* pParent, 
ScriptDocument const& rD
 SetReadOnly(true);
 }
 
+void DialogWindow::dispose()
+{
+pEditor.reset();
+BaseWindow::dispose();
+}
+
 void DialogWindow::LoseFocus()
 {
 if ( IsModified() )
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index 94cd40e..49358a9 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.hxx
@@ -56,13 +56,14 @@ class DialogWindow: public BaseWindow
 {
 private:
 DialogWindowLayout& rLayout;
-boost::scoped_ptr pEditor; // never nullptr
+boost::scoped_ptr pEditor;
 boost::scoped_ptr pUndoMgr; // never nullptr
 OUStringaCurPath;
 
 protected:
 virtual voidPaint(vcl::RenderContext& rRenderContext, const 
Rectangle& rRect) SAL_OVERRIDE;
 virtual voidResize() SAL_OVERRIDE;
+virtual voiddispose() SAL_OVERRIDE;
 
 virtual voidMouseButtonDown( const MouseEvent& rMEvt ) 
SAL_OVERRIDE;
 virtual voidMouseButtonUp( const MouseEvent& rMEvt ) SAL_OVERRIDE;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93085] Application window is too high, status bar is not visible (1024x600 resolution)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93085

Maxim Monastirsky  changed:

   What|Removed |Added

Summary|Application window is too   |Application window is too
   |high, status bar is not |high, status bar is not
   |visible |visible (1024x600
   ||resolution)

--- Comment #4 from Maxim Monastirsky  ---
Well, the system req. page says that 1024x768 is the minimum supported:

http://www.libreoffice.org/get-help/system-requirements/

-- 
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 93873] The typing speed is really slow

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93873

f5d50...@opayq.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from f5d50...@opayq.com ---
I disabled OpenGL, but saw no significant difference. I also disabled OpenCL at
a later moment (OpenGL continued to be disabled), but that did not make a
significant difference either.

-- 
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 93085] Application window is too high, status bar is not visible (1024x600 resolution)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93085

--- Comment #5 from Johnny_M  ---
More details (like in bug 93862): LO actually starts with a correct window
hight, but the window becomes too high after one closes a document.

Test procedure:
1. Start LO
2. Click, e.g., on "Writer Document" to open an empty document
3. Close the Writer document (NOT the whole LO)
4. Click, e.g., on "Writer Document" to open an empty document

Expected results:
1. LO starts maximized (from before closing), with correct hight
2. Empty document is opened with correct window hight - status bar is visible
3. Correct hight (one can see the "Help" and "Extensions" buttons correctly at
the bottom)
4. Empty document is opened with correct window hight - status bar is visible

Actual results:
3. Window too high - only the tops of the "Help" and "Extensions" buttons
visible
4. Window too high - status bar not visible (can be made visible by moving the
window up holding down the Alt key, but then the window caption disappears)

Similarly if LO is started by opening, e.g., a Writer document on the disk - it
starts with correct hight and just to the wrong one if the document is closed.

-- 
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 36943] UI: Toolbar "Edit Points" not available

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36943

Papamatti  changed:

   What|Removed |Added

   See Also||https://bz.apache.org/ooo/s
   ||how_bug.cgi?id=55720

-- 
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 73996] Draw: When page pane is disabled, when opening new drawing, toolbars are not displayed, leads to CRASH

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73996

--- Comment #9 from tmacalp  ---
(In reply to Armin Le Grand from comment #8)
> Checked on Win7 LO 5.1.0.0.alpha1+
> Opening draw 2nd time indeed hides the left toolbar (the one with the
> shapes). Klicking to the doc brings it back. Reactivating the page pahe does
> not crash here, tried several times.

I can confirm your findings!  The crash part at least appears to be fixed in
the master nightly.

LO 4.4.6.3 will, of course, still crash.  And as mentioned above, LO 5.0.x
versions have a bug where the page pane doesn't remember its state.

-- 
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 93085] Application window is too high, status bar is not visible

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93085

Johnny_M  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Hardware|x86 (IA32)  |All
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from Johnny_M  ---
I can confirm this: I just switched from LO 4.4.6 to 5.0.3 by replacing
"ppa:libreoffice/libreoffice-4-4" with "ppa:libreoffice/libreoffice-5-0" and
there is the following issue: The LO window is too high for my 1024x600 netbook
screen. I tried resizing the window, but even with smallest hight the window
doesn't fit - it is exactly the status bar that is missing at the bottom. Or
alternatively the window caption if the window is moved up. That is under all
LO parts (Writer, Calc, etc.).

Additionally, I noticed after the update that maximizing the window did not
actually maximize it, but just made the window borders disappear. But I could
work around that by resizing the width to fill the whole screen.

Note: I usually use LO with its window maximized. And while all configuration
settings seem to have been taken over from LO 4.4 to 5.0, the maximization (or
the window width) was not - LO 5.0 started with a smaller window width after
the update.

System:
- ASUS EeePC R101 netbook
- 1024x600 screen, Intel on-board graphics
- 2GB RAM
- Linux Mint 17.1 MATE, 64bit (based on Ubuntu 14.04 Trusty; Kernel
3.13.0-37-generic; MATE 1.8.1)

-- 
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 76239] OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 )

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76239

--- Comment #86 from Commit Notification 
 ---
Andras Timar committed a patch related to this issue.
It has been pushed to "master":

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

tdf#76239 extract real file version from ttf files

It will be available in 5.1.0.

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

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

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


[Libreoffice-commits] core.git: solenv/bin

2015-11-12 Thread Andras Timar
 solenv/bin/modules/installer/windows/file.pm |   19 +--
 1 file changed, 17 insertions(+), 2 deletions(-)

New commits:
commit 38e24f1d059a6123ea15a68b4b24ca984642d66e
Author: Andras Timar 
Date:   Thu Nov 12 21:57:37 2015 +0100

tdf#76239 extract real file version from ttf files

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

diff --git a/solenv/bin/modules/installer/windows/file.pm 
b/solenv/bin/modules/installer/windows/file.pm
index c41be70..bd72185 100644
--- a/solenv/bin/modules/installer/windows/file.pm
+++ b/solenv/bin/modules/installer/windows/file.pm
@@ -551,10 +551,25 @@ sub get_fileversion
 $fileversion = $version . "." . $subversion . "." . $microversion 
. "." . $vervariant;
 }
 }
-# fake file version for font files (tdf#76239)
+# file version for font files (tdf#76239)
 if ( $onefile->{'Name'} =~ /\.ttf$|\.TTF$/ )
 {
-$fileversion = "1.0.0.0";
+open (TTF, "<$onefile->{'sourcepath'}");
+binmode TTF;
+{local $/ = undef; $ttfdata = ;}
+close TTF;
+
+my $ttfversion = "(Version )([0-9]+[.]*([0-9][.])*[0-9]+)";
+
+if ($ttfdata =~ /$ttfversion/ms)
+{
+my ($version, $subversion, $microversion, $vervariant) = 
split(/\./,$2);
+$fileversion = int($version) . "." . int($subversion) . "." . 
int($microversion) . "." . int($vervariant);
+}
+else
+{
+$fileversion = "1.0.0.0";
+}
 }
 
 return $fileversion;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/gbuild

2015-11-12 Thread Stephan Bergmann
 solenv/gbuild/platform/macosx.mk |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 8c8dab48fc8bf1d8c3f0f5e5139323222a81406e
Author: Stephan Bergmann 
Date:   Thu Nov 12 22:43:07 2015 +0100

Make "make debugrun" use lldb on Mac

...the way command line arguments for the debugee need to be passed to lldb 
with
some JSON quoting looks really odd

Change-Id: I11a74ee6f8969664e9ba1cd72d2e3723848ceea1

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 83091e1..0652062 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -308,10 +308,8 @@ gb_PythonTest_PRECOMMAND := 
$(gb_PythonTest_PRECOMMAND):$(WORKDIR)/UnpackedTarba
 # Module class
 
 define gb_Module_DEBUGRUNCOMMAND
-OFFICESCRIPT=$$($(gb_MKTEMP)) && \
-printf '%s\n' "set args --norestore --nologo 
'--accept=pipe,name=$(USER);urp;'" > $${OFFICESCRIPT} && \
-gdb -x $${OFFICESCRIPT} $(INSTROOT)/$(LIBO_BIN_FOLDER)/soffice && \
-rm $${OFFICESCRIPT}
+lldb -f $(INSTROOT)/$(LIBO_BIN_FOLDER)/soffice -- --norestore --nologo \
+'"--accept=pipe,name=$(USER)\;urp"'
 endef
 
 # InstallModuleTarget class
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95783] New: VIEWING: Line breaks too early for Georgia font

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95783

Bug ID: 95783
   Summary: VIEWING: Line breaks too early for Georgia font
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: derb...@interia.pl

Created attachment 120512
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120512=edit
Screenshot plus document triggering the bug

To reproduce:
- paste taste from the attached document
- set font to Georgia
- observe line breaks

The problem disappears if font is changed to any other (for example, to Times
New Roman or Liberation Serif).

I found the bug by opening an ODT document created on the same machine using
LibreOfficeWriter 4.2. I am sure text breaking was correct then. After opening
in LibreOffice 5.0, the text was oddly broken in several paragraphs.

-- 
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 95785] New: FILEOPEN FILESAVE office:value-type="float" calcext:value-type="int"

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95785

Bug ID: 95785
   Summary: FILEOPEN FILESAVE office:value-type="float"
calcext:value-type="int"
   Product: LibreOffice
   Version: 4.2.8.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jerome.bo...@wanadoo.fr

A number is currently stored as float. Could we possibly support an integer
format as "calcext:value-type" attribute ?

This would allow speed and memory optimizations for files created with Calc
when the file is opened and when it calculates with integer internal
representation instead of float internal representation.

However the Open Document Format compatibility would be supported by the
"office:value-type" attribute. If a number belongs to the integer set then it
belongs to the float set. Therefore the reading of the file with an other tool
would keep the data but it would loose the integer typing (it would only
decrease the performance).

-- 
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 95673] Does not open foreign file types in same instance

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95673

rou...@gmx.net changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 95717] DRAW: Manage layers in SVG export with id-attribute for the -element

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95717

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from Regina Henschel  ---
The description of the request is detailed enough now, therefore I set it to
new. At least using the id attribute of the -element in svg would be a
useful enhancement.

I have no answer to your other questions.

-- 
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 95669] new AutoCorrect replace rules for two-em dash (U+2E3A) and three-em dash (U+2E3B)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95669

--- Comment #8 from Beluga  ---
General Kutuzov: can we close this as worksforme? Are you happy with comment 7?

-- 
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 95717] DRAW: Manage layers in SVG export with id-attribute for the -element

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95717

Stephane Santon  changed:

   What|Removed |Added

Summary|DRAW: Manage layers in SVG  |DRAW: Manage layers in SVG
   |export with id-attribute|export with id-attribute
   |for the > -element   |for the -element

-- 
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 95681] Spelling and Grammar dialog does not display subscript and superscript

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95681

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|Writer  |ux-advise
Summary|Spelling and Grammer dialog |Spelling and Grammar dialog
   |does not display chemical   |does not display subscript
   |formulas correctly  |and superscript

--- Comment #1 from Beluga  ---
I confirm this, but I don't know what kind of revamp it would take to enable
this. It might also make it more difficult to view the check, if all styles
would be taken into consideration.

I'll swing this by UX.

-- 
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 95686] Unicode characters in Thesaurus dialog box

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95686

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
Same font used in Ubuntu & Windows?

-- 
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 95761] New: All Hotkeys with CTRL+ALT+ not worked

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95761

Bug ID: 95761
   Summary: All Hotkeys with CTRL+ALT+ not worked
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: juergen.funk...@cib.de

In the dialog "Customise-Keyboard" exist a lot of Hotkeys with CTRL+ALT and
CTRL+ALT+SHIFT but doesn't work.

-- 
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 88352] Freeze with simple animation Impress

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88352

Armin Le Grand  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |armin.le.gr...@me.com
   |desktop.org |

--- Comment #13 from Armin Le Grand  ---
The trick to reproduce is to start the slideshow, click three times (to speedup
stuff) and then to wait for the last animation. The last checkerboard animation
then seems to create checkerboard geomery with rectangle points so colose that
the triangulator gets into trouble. Debugging the triangulator...

-- 
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 95158] MPEG-4 Import into Impress Document causes crash in third-party library ffdshow.ax

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95158

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #13 from Beluga  ---
Thanks. Let's resolve this as notourbug, then.

-- 
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 95674] Slow scrolling and rendering glitch while scrolling when OpenGL enabled

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95674

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
Summary|Pictures scrambled extremly |Slow scrolling and
   |slow|rendering glitch while
   ||scrolling when OpenGL
   ||enabled

--- Comment #3 from Beluga  ---
The PDF issue is bug 94739.

I think it is safe to assume the scrolling problem is also caused by OpenGL
being used.

Peter: can you give us your graphics card model?

I will add this to the meta bug as no scrolling issue is yet in it.

-- 
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 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Beluga  changed:

   What|Removed |Added

 Depends on||95674

-- 
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 95674] Slow scrolling and rendering glitch while scrolling when OpenGL enabled

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95674

Beluga  changed:

   What|Removed |Added

 Blocks||93529

-- 
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 95562] Crash when printing a document with images (OpenGL)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95562

Beluga  changed:

   What|Removed |Added

 Blocks||93529

-- 
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 95562] Crash when printing a document with images (OpenGL)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95562

Beluga  changed:

   What|Removed |Added

   Keywords||want-backtrace
 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
A backtrace would help:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

-- 
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 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Beluga  changed:

   What|Removed |Added

 Depends on||95562

-- 
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 93491] Crash of Libreoffice by use of the mediaplayer

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93491

--- Comment #11 from Wim Heyvaert  ---
Bug remains in version: 5.0.3.2 (x64)

-- 
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: 16 commits - sc/source

2015-11-12 Thread Noel Grandin
 sc/source/filter/excel/xistyle.cxx  |   46 +++---
 sc/source/filter/inc/xistyle.hxx|   18 ++---
 sc/source/filter/xml/XMLStylesExportHelper.cxx  |9 +-
 sc/source/filter/xml/XMLStylesExportHelper.hxx  |4 -
 sc/source/filter/xml/xmlcelli.cxx   |   13 ++--
 sc/source/filter/xml/xmlcelli.hxx   |6 -
 sc/source/ui/dbgui/PivotLayoutTreeListData.cxx  |4 -
 sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx |6 -
 sc/source/ui/dbgui/sortkeydlg.cxx   |4 -
 sc/source/ui/dbgui/tpsort.cxx   |   74 
 sc/source/ui/docshell/autostyl.cxx  |   41 +++--
 sc/source/ui/inc/PivotLayoutDialog.hxx  |2 
 sc/source/ui/inc/PivotLayoutTreeListData.hxx|5 -
 sc/source/ui/inc/PivotLayoutTreeListLabel.hxx   |5 -
 sc/source/ui/inc/areasave.hxx   |9 +-
 sc/source/ui/inc/autostyl.hxx   |   31 --
 sc/source/ui/inc/gridwin.hxx|1 
 sc/source/ui/inc/sortkeydlg.hxx |5 -
 sc/source/ui/inc/viewfunc.hxx   |1 
 sc/source/ui/undo/areasave.cxx  |9 --
 sc/source/ui/unoobj/cellsuno.cxx|6 -
 sc/source/ui/view/output2.cxx   |   13 ++--
 22 files changed, 151 insertions(+), 161 deletions(-)

New commits:
commit 9822ddf366459d31148a4ccbf0a49da4f726b3db
Author: Noel Grandin 
Date:   Thu Nov 12 10:21:50 2015 +0200

sc: boost::ptr_vector->std::vector

Change-Id: I046ca3c7b16906695c8b15beb33d3ccf735315a5

diff --git a/sc/source/filter/excel/xistyle.cxx 
b/sc/source/filter/excel/xistyle.cxx
index 4ff74b5..603d294 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -1683,8 +1683,6 @@ ScStyleSheet* XclImpXFBuffer::CreateStyleSheet( 
sal_uInt16 nXFIndex )
 
 // Buffer for XF indexes in cells =
 
-IMPL_FIXEDMEMPOOL_NEWDEL( XclImpXFRange )
-
 bool XclImpXFRange::Expand( SCROW nScRow, const XclImpXFIndex& rXFIndex )
 {
 if( maXFIndex != rXFIndex )
@@ -1722,7 +1720,7 @@ void XclImpXFRangeColumn::SetDefaultXF( const 
XclImpXFIndex& rXFIndex )
 OSL_ENSURE( maIndexList.empty(), "XclImpXFRangeColumn::SetDefaultXF - 
Setting Default Column XF is not empty" );
 
 // insert a complete row range with one insert.
-maIndexList.push_back( new XclImpXFRange( 0, MAXROW, rXFIndex ) );
+maIndexList.push_back( XclImpXFRange( 0, MAXROW, rXFIndex ) );
 }
 
 void XclImpXFRangeColumn::SetXF( SCROW nScRow, const XclImpXFIndex& rXFIndex )
@@ -1759,20 +1757,20 @@ void XclImpXFRangeColumn::SetXF( SCROW nScRow, const 
XclImpXFIndex& rXFIndex )
 ++(pThisRange->mnScRow1);
 // try to concatenate with previous of this
 if( !pPrevRange || !pPrevRange->Expand( nScRow, rXFIndex ) )
-Insert( new XclImpXFRange( nScRow, rXFIndex ), nIndex );
+Insert( XclImpXFRange( nScRow, rXFIndex ), nIndex );
 }
 else if( nLastScRow == nScRow ) // replace last XF
 {
 --(pThisRange->mnScRow2);
 if( !pNextRange || !pNextRange->Expand( nScRow, rXFIndex ) )
-Insert( new XclImpXFRange( nScRow, rXFIndex ), nNextIndex 
);
+Insert( XclImpXFRange( nScRow, rXFIndex ), nNextIndex );
 }
 else// insert in the middle of 
the range
 {
 pThisRange->mnScRow1 = nScRow + 1;
 // List::Insert() moves entries towards end of list, so insert 
twice at nIndex
-Insert( new XclImpXFRange( nScRow, rXFIndex ), nIndex );
-Insert( new XclImpXFRange( nFirstScRow, nScRow - 1, 
pThisRange->maXFIndex ), nIndex );
+Insert( XclImpXFRange( nScRow, rXFIndex ), nIndex );
+Insert( XclImpXFRange( nFirstScRow, nScRow - 1, 
pThisRange->maXFIndex ), nIndex );
 }
 return;
 }
@@ -1788,12 +1786,12 @@ void XclImpXFRangeColumn::SetXF( SCROW nScRow, const 
XclImpXFIndex& rXFIndex )
 return;
 
 // create new range
-Insert( new XclImpXFRange( nScRow, rXFIndex ), nNextIndex );
+Insert( XclImpXFRange( nScRow, rXFIndex ), nNextIndex );
 }
 
-void XclImpXFRangeColumn::Insert(XclImpXFRange* pXFRange, sal_uLong nIndex)
+void XclImpXFRangeColumn::Insert(const XclImpXFRange& rXFRange, sal_uLong 
nIndex)
 {
-maIndexList.insert( maIndexList.begin() + nIndex, pXFRange );
+maIndexList.insert( maIndexList.begin() + nIndex, rXFRange );
 }
 
 void XclImpXFRangeColumn::Find(
diff --git a/sc/source/filter/inc/xistyle.hxx b/sc/source/filter/inc/xistyle.hxx
index 1fd2978..183d472 100644
--- a/sc/source/filter/inc/xistyle.hxx
+++ b/sc/source/filter/inc/xistyle.hxx
@@ -25,7 +25,6 @@
 #include 
 

[Libreoffice-bugs] [Bug 95717] DRAW: SVG export does not provide layers

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95717

--- Comment #5 from Stephane Santon  ---
(In reply to Regina Henschel from comment #3)
> To me it looks like your request is not about "layers" but about groups.

Yes. The Draw layers have to be exported as groups.

> an own namespace should not be done

OK

> Currently neither a page nor a group gets an identifier but only the
> individual shapes. I would support a request, that svg export should make
> the name of a group to an id-attribute of the -element in svg. Such could
> be used in Impress too, where no user layers exists.

Good !

> It would be possible to put the layer into a class attribute, but it does
> not work well, because a group in Draw can contain shapes from different
> layers. 

Oh ! I didn't know. OK.

> Do you agree to take this bug report as request for an id-attribute for the
> -element, which is generated for a group in Draw? If yes, the subject
> line should be changed accordingly.

In a first step, yes. 

Is it enough to define "layers" ? Layers could be defined by :
- a SVG goup (OK)
- with an id (OK with the new request)
- and that is *a direct child of the root SVG element*.



In the current SVG export, you can find the first SVG Child group as :

  
   
   
  
 

What is it for ?



And then the next (and last) SVG child group with the SlideGroup class as :

 
  
   

 
  
[...]
  
 
 
  
[...]
  
 
 
  
   
[...]
   
  
  
   
[...]
   
  
 

   
  
 

Is there always only ONE SlideGroup ?

Could the layers objects be separated in different SlideGroups with their own
ID ?

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 95717] DRAW: Manage layers in SVG export with id-attribute for the > -element

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95717

Stephane Santon  changed:

   What|Removed |Added

Summary|DRAW: SVG export does not   |DRAW: Manage layers in SVG
   |provide layers  |export with id-attribute
   ||for the > -element

-- 
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 95671] LibO can't click menu and has many mouse description after use table and change font

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95671

--- Comment #3 from Jean-Baptiste Faure  ---
(In reply to Sumate from comment #2)
> (In reply to tommy27 from comment #1)
> > please tell your exact Linux distro and version
> 
> Use Ubuntu 16.04 Daily.

Ok, so as you are using an alpha version of next Ubuntu version, the bug is
probably not on the LibreOffice side. Please try with a stable version of your
distribution.

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


[Libreoffice-bugs] [Bug 95426] pop up window became full screen & close full screen window leave the desktop

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95426

Beluga  changed:

   What|Removed |Added

Version|unspecified |5.0.2.2 release

-- 
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 95158] MPEG-4 Import into Impress Document causes crash in third-party library ffdshow.ax

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95158

Christoph  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #12 from Christoph  ---
I updated LO to the current version and did all the
proposed steps you proposed.

VLC was already installed in the current version when the bug came up for the
first time.

My problem was solved after the deinstallation of the "shark codec pack" (see
comments above). 
Now I can import and work with all supported video formats in LO as
expected - and without further errors.

Thank you all for this great support and fine piece of software.

-- 
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 95717] DRAW: SVG export does not provide layers

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95717

--- Comment #4 from Stephane Santon  ---
Created attachment 120492
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120492=edit
Draw file with 4 objetcs, and 1 custom layer

-- 
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 82251] EDITING: Crash Draw upon past of graphic

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82251

--- Comment #10 from Florian Reisinger  ---
#6 works
Original attachment cannot be opened with:
Version: 5.0.2.2
Build-ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe-GL
Gebietsschema: en-US (de_AT)

-- 
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 95761] All Hotkeys with CTRL+ALT+ not worked

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95761

Juergen Funk  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |juergen.funk...@cib.de
   |desktop.org |
 OS|All |Windows (All)

-- 
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: helpcontent2

2015-11-12 Thread Jan Holesovsky
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d47cb79e22278a4ed0c8f03f1de8f403515e81b7
Author: Jan Holesovsky 
Date:   Thu Nov 12 09:41:15 2015 +0100

Updated core
Project: help  33e5713fd42f7e898ed9338dd63575fad0e47462

Killed the last remnants of the 'lastedited' element.

diff --git a/helpcontent2 b/helpcontent2
index c3b9e27..33e5713 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit c3b9e2711f3670e3a9f5fdf7abb7e4dca8ea1f2b
+Subproject commit 33e5713fd42f7e898ed9338dd63575fad0e47462
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: helpauthoring/filter

2015-11-12 Thread Jan Holesovsky
 helpauthoring/filter/soffice2xmlhelp.xsl |2 --
 helpauthoring/filter/xmlhelp.dtd |7 +--
 helpauthoring/filter/xmlhelp2soffice.xsl |   11 ---
 3 files changed, 1 insertion(+), 19 deletions(-)

New commits:
commit 4f65bb81fdc580ff303877d4c75ba767f790dc32
Author: Jan Holesovsky 
Date:   Thu Nov 12 09:46:14 2015 +0100

Killed the 'lastedited' element, we have git.

Change-Id: I32b24785759c84f963a7d078cdb1f9c2ba4c87e2

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl 
b/helpauthoring/filter/soffice2xmlhelp.xsl
index 3b533c6..058348b 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -81,8 +81,6 @@ META DATA
 
 
 
 
 
 
@@ -766,14 +763,6 @@ ITEM
 
 
-
-

[Libreoffice-commits] core.git: 2 commits - swext/mediawiki sw/inc sw/qa sw/source xmlhelp/util

2015-11-12 Thread Jan Holesovsky
 sw/inc/doc.hxx   |   12 ++--
 sw/inc/unochart.hxx  |2 +-
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |   12 ++--
 sw/qa/extras/uiwriter/uiwriter.cxx   |   10 +-
 sw/source/core/doc/CntntIdxStore.cxx |   10 +-
 sw/source/core/doc/doc.cxx   |6 +++---
 sw/source/core/doc/doccorr.cxx   |   16 
 sw/source/core/doc/docnew.cxx|2 +-
 sw/source/core/frmedt/fews.cxx   |   10 +-
 sw/source/core/inc/txtfrm.hxx|2 +-
 sw/source/core/unocore/unochart.cxx  |   12 ++--
 sw/source/filter/ww8/ww8atr.cxx  |2 +-
 sw/source/uibase/app/docsh.cxx   |2 +-
 swext/mediawiki/help/wiki.xhp|1 -
 swext/mediawiki/help/wikiaccount.xhp |1 -
 swext/mediawiki/help/wikiformats.xhp |1 -
 swext/mediawiki/help/wikisend.xhp|1 -
 swext/mediawiki/help/wikisettings.xhp|1 -
 xmlhelp/util/main_transform.xsl  |3 ---
 19 files changed, 49 insertions(+), 57 deletions(-)

New commits:
commit f92c53f96dda175c971278a141a72dfd0e978466
Author: Jan Holesovsky 
Date:   Thu Nov 12 09:51:46 2015 +0100

bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.

Change-Id: I11d282c3be86feb57f5279220d84d8a121df0dbd

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index b13679c..52eae86 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1641,17 +1641,17 @@ public:
 void dumpAsXml(struct _xmlTextWriter* = nullptr) const;
 
 std::set GetDocColors();
-std::vector< std::weak_ptr > mvUnoCrsrTbl;
+std::vector< std::weak_ptr > mvUnoCrsrTable;
 
 // Remove expired UnoCrsr weak pointers the document keeps to notify about 
document death.
-void cleanupUnoCrsrTbl()
+void cleanupUnoCrsrTable()
 {
 // In most cases we'll remove most of the elements.
-std::vector< std::weak_ptr > unoCrsrTbl;
-std::copy_if(mvUnoCrsrTbl.begin(), mvUnoCrsrTbl.end(),
- std::back_inserter(unoCrsrTbl),
+std::vector< std::weak_ptr > unoCrsrTable;
+std::copy_if(mvUnoCrsrTable.begin(), mvUnoCrsrTable.end(),
+ std::back_inserter(unoCrsrTable),
  [](const std::weak_ptr& pWeakPtr) { return 
!pWeakPtr.expired(); });
-std::swap(mvUnoCrsrTbl, unoCrsrTbl);
+std::swap(mvUnoCrsrTable, unoCrsrTable);
 }
 
 private:
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 69adac5..09cb4f6 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -278,7 +278,7 @@ protected:
 
 public:
 SwChartDataSequence( SwChartDataProvider ,
- SwFrameFormat   ,
+ SwFrameFormat   ,
  std::shared_ptr pTableCursor );
 virtual ~SwChartDataSequence();
 
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index c023257..5138377 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -2887,12 +2887,12 @@ DECLARE_OOXMLIMPORT_TEST(testTdf91417, "tdf91417.docx")
 DECLARE_OOXMLIMPORT_TEST(testTdf90810, "tdf90810short.docx")
 {
 uno::Reference xTextDocument(mxComponent, 
uno::UNO_QUERY);
-uno::Reference xFtnSupp(xTextDocument, 
uno::UNO_QUERY);
-uno::Reference 
xFtnIdxAcc(xFtnSupp->getFootnotes(), uno::UNO_QUERY);
-uno::Reference xFtn(xFtnIdxAcc->getByIndex(0), 
uno::UNO_QUERY);
-uno::Reference xFtnText(xFtn, uno::UNO_QUERY);
-rtl::OUString sFtnText = xFtnText->getString();
-CPPUNIT_ASSERT_EQUAL(static_cast(90), 
static_cast(sFtnText.getLength()));
+uno::Reference xFootnoteSupp(xTextDocument, 
uno::UNO_QUERY);
+uno::Reference 
xFootnoteIdxAcc(xFootnoteSupp->getFootnotes(), uno::UNO_QUERY);
+uno::Reference xFootnote(xFootnoteIdxAcc->getByIndex(0), 
uno::UNO_QUERY);
+uno::Reference xFootnoteText(xFootnote, uno::UNO_QUERY);
+rtl::OUString sFootnoteText = xFootnoteText->getString();
+CPPUNIT_ASSERT_EQUAL(static_cast(90), 
static_cast(sFootnoteText.getLength()));
 }
 
 DECLARE_OOXMLIMPORT_TEST(testTdf89165, "tdf89165.docx")
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index 3049531..aac00f0 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1171,17 +1171,17 @@ void SwUiWriterTest::testDeleteTableRedlines()
 SwDoc* pDoc = createDoc();
 SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
 SwInsertTableOptions TableOpt(tabopts::DEFAULT_BORDER, 0);
-const SwTable& rTbl = pWrtShell->InsertTable(TableOpt, 1, 3);
+const SwTable& rTable = pWrtShell->InsertTable(TableOpt, 1, 3);
 uno::Reference xTable(getParagraphOrTable(1), 
uno::UNO_QUERY);
 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTable->getRows()->getCount());
 CPPUNIT_ASSERT_EQUAL(sal_Int32(3), 

[Libreoffice-bugs] [Bug 95753] Slide groups (topics sections)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95753

--- Comment #2 from Yan Pashkovsky  ---
Unfortunately it is impossible with MS office to switch language. The whole
idea is on the left side panel (slide previews). I have created two groups
(intro and topic 1), they consist of 2 and 3 slides. This is something like
folders
The groups provide such possibilities: 
1. I can move groups of slides, swap groups, remove/hide groups. 
2. I can start slide show from exact group. 
3. Easier navigation

-- 
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 95760] crash on serial-letter-wizard at last step (after preparing/runing trough all adresses)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95760

--- Comment #1 from o. berger  ---
Created attachment 120491
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120491=edit
the errormsg that i got

in the background you can see the last step of the serialletter wizard

-- 
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-ux-advise] [Bug 95681] Spelling and Grammar dialog does not display subscript and superscript

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95681

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|Writer  |ux-advise
Summary|Spelling and Grammer dialog |Spelling and Grammar dialog
   |does not display chemical   |does not display subscript
   |formulas correctly  |and superscript

--- Comment #1 from Beluga  ---
I confirm this, but I don't know what kind of revamp it would take to enable
this. It might also make it more difficult to view the check, if all styles
would be taken into consideration.

I'll swing this by UX.

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


[Libreoffice-bugs] [Bug 95684] [RFE] Spelling and Grammer dialog - improve highlighting in the text of selected pattern not in dictionary

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95684

Beluga  changed:

   What|Removed |Added

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

--- Comment #3 from Beluga  ---
Sounds good -> 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


[Libreoffice-bugs] [Bug 95717] DRAW: Manage layers in SVG export with id-attribute for the -element

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95717

Stephane Santon  changed:

   What|Removed |Added

 Attachment #120492|Draw file with 4 objetcs,   |Draw file with 4 objects,
description|and 1 custom layer  |and 1 custom layer

-- 
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 95578] A dispersion chart show totally wrong data after updating formulas with F9

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95578

Beluga  changed:

   What|Removed |Added

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

--- Comment #8 from Beluga  ---
Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. 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-bugs] [Bug 95760] New: crash on serial-letter-wizard at last step (after preparing/runing trough all adresses)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95760

Bug ID: 95760
   Summary: crash on serial-letter-wizard at last step (after
preparing/runing trough all adresses)
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i...@hochrhein-it.de

I did a writer serial-letter (starting from new blank document)

did around 10 trys with 2 sources (some .mdb some mysql) bouth via .odb as
datasource

when i arrived at last step it prepares the adresses and it runs trough (in my
case 200 datarows)
at the end screen gets grey and the standard windows error "programm did not
respond" (programm reagiert nicht mehr)

Libre Office got crashd and killd
at start LO again it tryes to restore.. but only restores an empty doc

i already solfed it:
disabled java in the LibreOffice options and tried again
now it works

my java version is: "Java 7 updater 79" 7.0.790

-- 
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 95673] Does not open foreign file types in same instance

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95673

Beluga  changed:

   What|Removed |Added

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

--- Comment #3 from Beluga  ---
rouwen: I guess this is worth trying:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. 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-bugs] [Bug 95685] [RFE] Spelling and Grammar - add full formating preview of related text area

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95685

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|Writer  |ux-advise
Summary|[RFE] Spelling and Grammer  |[RFE] Spelling and Grammar
   |- add full formating|- add full formating
   |preview of related text |preview of related text
   |area|area
   Severity|normal  |enhancement

--- Comment #1 from Beluga  ---
Puntin this to UX as well.

-- 
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 95648] When OpenGL rendering is active-- Uniscribe/Graphite font has black blocks when text justified

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95648

raal  changed:

   What|Removed |Added

   Keywords||bisected
 CC||r...@post.cz
 Whiteboard||bibisected

--- Comment #4 from raal  ---
This seems to have begun at the below commit.

dfe5bc24f6ccThis seems to have begun at the below commit.

dfe5bc24f6cc175d0021854f2a8042578f291265 is the first bad commit
commit dfe5bc24f6cc175d0021854f2a8042578f291265
Author: Norbert Thiebaud 
Date:   Sat Jul 18 16:35:48 2015 -0700

source sha:7eb4c6921850a5a377f6aa42ce4af85b145da01c

source sha:7eb4c6921850a5a377f6aa42ce4af85b145da01c

authorMarkus Mohrhard 2015-06-04
15:39:48 (GMT)
committerMarkus Mohrhard 2015-06-17
12:46:26 (GMT)
commit7eb4c6921850a5a377f6aa42ce4af85b145da01c (patch)
remove all traces of old device code

/bibisect-win32-5.1
$ git bisect log
# bad: [7af0dacdc70e7e8bd0785ab0be6e6ca64b64d08d] source
sha:8bde421ccec9c10fe1382ad68485852889dd4c74
# good: [c1efd324c6ad448ac9edb030dc9738b9e6899e4d] source
sha:ab465b90f6c6da5595393a0ba73f33a1e71a2b65
git bisect start '7af0dacdc70e7e8bd0785ab0be6e6ca64b64d08d'
'c1efd324c6ad448ac9edb030dc9738b9e6899e4d'
# bad: [3f6a85ce123f4e0c065f1c28b02f66dc7734cc04] source
sha:647b5aecd4c3facc302df33386451dda732aab98
git bisect bad 3f6a85ce123f4e0c065f1c28b02f66dc7734cc04
# bad: [c1575e5261af5b8dbdf5740a9bc4e6c7a1ba74d8] source
sha:cfbbb3ca5d0d7bc479e219e17aa2919196664118
git bisect bad c1575e5261af5b8dbdf5740a9bc4e6c7a1ba74d8
# good: [6840a870ecdfe7c1e6e5210ac23b4654de934fb5] source
sha:238e07ddca879e0951bef6391fdc5c3fc26bded5
git bisect good 6840a870ecdfe7c1e6e5210ac23b4654de934fb5
# bad: [a7db4f6a9c2bfe7c027e8f15f5753e159e276eff] source
sha:dc3d621411a1de2ec6b61da07741bdf1c80ffc1f
git bisect bad a7db4f6a9c2bfe7c027e8f15f5753e159e276eff
# good: [1a822261ca62e5b71702eaffc83673e58f1308a0] source
sha:97c9a87ac88b18e7bbb72ad218e5ed5cf4f4b2ed
git bisect good 1a822261ca62e5b71702eaffc83673e58f1308a0
# good: [b6018fea962b89b49b7d8be29d8be022506e37b2] source
sha:1c3eb9550dd0cb77e1f99c110d4e6626a00ba285
git bisect good b6018fea962b89b49b7d8be29d8be022506e37b2
# good: [0788dde820ad175f55d3eab14d75396aafc06e4e] source
sha:ffc1ffed11dc63a69fc2db04f12b3ea266b580fe
git bisect good 0788dde820ad175f55d3eab14d75396aafc06e4e
# bad: [2c4174c1192d26e2a9fed20b366ce3a50321bd29] source
sha:e5157e99e9d1fdba98d47342de52ef05b5c3c2f7
git bisect bad 2c4174c1192d26e2a9fed20b366ce3a50321bd29
# good: [a238265506fa1c2cb309b1e8914d9a23a52a0c3f] source
sha:09a490ddf516289b4ce2f70a19603b9590917632
git bisect good a238265506fa1c2cb309b1e8914d9a23a52a0c3f
# good: [624bb0f532192c44e632cd8bde80a506e1a121f1] source
sha:f067d7010322505013693a18b68fac6d6a53e61f
git bisect good 624bb0f532192c44e632cd8bde80a506e1a121f1
# bad: [317b006e8b8250f2bc8811b259e6e8fdc38be742] source
sha:60e2be1b664b290df891fcef1e7f29773f8f8ee6
git bisect bad 317b006e8b8250f2bc8811b259e6e8fdc38be742
# bad: [59400bc212cf2ceca6dd2fc6280f232888af1612] source
sha:56b1a63e670ed7e8c5cda4c86a23c347ce32a224
git bisect bad 59400bc212cf2ceca6dd2fc6280f232888af1612
# bad: [dfe5bc24f6cc175d0021854f2a8042578f291265] source
sha:7eb4c6921850a5a377f6aa42ce4af85b145da01c
git bisect bad dfe5bc24f6cc175d0021854f2a8042578f291265
# first bad commit: [dfe5bc24f6cc175d0021854f2a8042578f291265] source
sha:7eb4c6921850a5a377f6aa42ce4af85b145da01c
c24f6cc175d0021854f2a8042578f291265
Author: Norbert Thiebaud 
Date:   Sat Jul 18 16:35:48 2015 -0700

source sha:7eb4c6921850a5a377f6aa42ce4af85b145da01c

source sha:7eb4c6921850a5a377f6aa42ce4af85b145da01c

authorMarkus Mohrhard 2015-06-04
15:39:48 (GMT)
committerMarkus Mohrhard 2015-06-17
12:46:26 (GMT)
commit7eb4c6921850a5a377f6aa42ce4af85b145da01c (patch)
remove all traces of old device code

/bibisect-win32-5.1
$ git bisect log
# bad: [7af0dacdc70e7e8bd0785ab0be6e6ca64b64d08d] source
sha:8bde421ccec9c10fe1382ad68485852889dd4c74
# good: [c1efd324c6ad448ac9edb030dc9738b9e6899e4d] source
sha:ab465b90f6c6da5595393a0ba73f33a1e71a2b65
git bisect start '7af0dacdc70e7e8bd0785ab0be6e6ca64b64d08d'
'c1efd324c6ad448ac9edb030dc9738b9e6899e4d'
# bad: [3f6a85ce123f4e0c065f1c28b02f66dc7734cc04] source
sha:647b5aecd4c3facc302df33386451dda732aab98
git bisect bad 3f6a85ce123f4e0c065f1c28b02f66dc7734cc04
# bad: [c1575e5261af5b8dbdf5740a9bc4e6c7a1ba74d8] source
sha:cfbbb3ca5d0d7bc479e219e17aa2919196664118
git bisect bad c1575e5261af5b8dbdf5740a9bc4e6c7a1ba74d8
# good: [6840a870ecdfe7c1e6e5210ac23b4654de934fb5] source
sha:238e07ddca879e0951bef6391fdc5c3fc26bded5
git bisect good 

[Libreoffice-ux-advise] [Bug 95685] [RFE] Spelling and Grammar - add full formating preview of related text area

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95685

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|Writer  |ux-advise
Summary|[RFE] Spelling and Grammer  |[RFE] Spelling and Grammar
   |- add full formating|- add full formating
   |preview of related text |preview of related text
   |area|area
   Severity|normal  |enhancement

--- Comment #1 from Beluga  ---
Puntin this to UX as well.

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


[Libreoffice-bugs] [Bug 95697] Assertion editeng/source/items/frmitems.cxx:478: unknown MemberId

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95697

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
I believe you, so I set 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


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Beluga  changed:

   What|Removed |Added

 Depends on||95672

-- 
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 95672] VIEWING: Text inside text box appears corrupted when rotated (OpenGL related)

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95672

Beluga  changed:

   What|Removed |Added

 Blocks||93529

-- 
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 95195] Constant crash when saving after smooth/symmetric transition applied

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95195

Beluga  changed:

   What|Removed |Added

 CC||philip...@hotmail.com,
   ||todven...@suomi24.fi

--- Comment #8 from Beluga  ---
Jay: can you test this with Mint MATE?

-- 
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' - vcl/unx

2015-11-12 Thread Caolán McNamara
 vcl/unx/gtk/window/gtksalframe.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 11d0bacd7441ee206163b62dce33fc28a25f99dc
Author: Caolán McNamara 
Date:   Thu Nov 12 14:07:48 2015 +

Resolves: tdf#93847 gtk3: paint blocking is unnecessary and harmful

for gtk3. Probably also a fairly dumb idea for gtk2, but with the
extra unblocking opportunities it probably just "works out ok" in
that model.

Change-Id: I3d4716c691fc84a5e68c210fee51f9e31cfacc02
(cherry picked from commit f9dfd0129ce0b0e21e3f57488ff513794dbbaae5)
Reviewed-on: https://gerrit.libreoffice.org/19929
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/vcl/unx/gtk/window/gtksalframe.cxx 
b/vcl/unx/gtk/window/gtksalframe.cxx
index 980f0e4..13fec40 100644
--- a/vcl/unx/gtk/window/gtksalframe.cxx
+++ b/vcl/unx/gtk/window/gtksalframe.cxx
@@ -947,10 +947,12 @@ void GtkSalFrame::widget_set_size_request(long nWidth, 
long nHeight)
 {
 gint nOrigwidth, nOrigheight;
 gtk_window_get_size(GTK_WINDOW(m_pWindow), , );
+#if !GTK_CHECK_VERSION(3,0,0)
 if (nWidth > nOrigwidth || nHeight > nOrigheight)
 {
 m_bPaintsBlocked = true;
 }
+#endif
 gtk_widget_set_size_request(m_pWindow, nWidth, nHeight );
 }
 
@@ -958,10 +960,12 @@ void GtkSalFrame::window_resize(long nWidth, long nHeight)
 {
 gint nOrigwidth, nOrigheight;
 gtk_window_get_size(GTK_WINDOW(m_pWindow), , );
+#if !GTK_CHECK_VERSION(3,0,0)
 if (nWidth > nOrigwidth || nHeight > nOrigheight)
 {
 m_bPaintsBlocked = true;
 }
+#endif
 gtk_window_resize(GTK_WINDOW(m_pWindow), nWidth, nHeight);
 }
 
@@ -3658,7 +3662,6 @@ void GtkSalFrame::damaged (const basegfx::B2IBox& 
rDamageRect)
 gboolean GtkSalFrame::signalDraw( GtkWidget*, cairo_t *cr, gpointer frame )
 {
 GtkSalFrame* pThis = static_cast(frame);
-pThis->m_bPaintsBlocked = false;
 
 cairo_save(cr);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95410] Keyboard shortcut Ctrl-S should Always mean Save File

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95410

Adolfo Jayme  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 95785] FILEOPEN FILESAVE office:value-type="float" calcext:value-type="int"

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95785

Eike Rathke  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
Version|4.2.8.2 release |unspecified
 Resolution|--- |WONTFIX

--- Comment #1 from Eike Rathke  ---
What makes you think that an additional integer value-type would speed anything
up? Internal storage and calculations are in double anyway, having to
differentiate between integer and float during save would just slow down
things, and performance gain during load would just be marginal, if any at all.
Unless you want to majorly rewrite the engine there's no advantage in integers.

-- 
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 91443] FILEOPEN: freeze upon loading .xls on Lubuntu

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91443

--- Comment #30 from Andrew  ---
(In reply to Andrew from comment #26)
Sorry for the invective overtone to my retort above, they were merely words of
frustration and disappointment.  I guess I get busy sometimes and when I get
behind schedule I am not as patient as one has to be to make a contribution to
the Open Source Community.  

Comment #26 Correction:
Concerning the idea that I assigned this problem to myself: No, I never meant
to assign anything to myself.  Your bug reporting system is not that
user-friendly to us common users, my specific intentions to change this are
below:
Attempt 01:
> A. I tried erasing my name, and I got the
> "To reassign a bug, you must provide an address for the new assignee."
> error.
> B. I hit " back".
> C. I then pasted everybody on this mailing list in the assignee feild, and 
> then I got the following error message:
> "Bugzilla was unable to make any match at all for one or more of the names
> and/or email addresses you entered on the previous page.
> 
> Please go back and try other names or email addresses."

 I just don't have the time to participate in whatever tutorial exists on how
to change the assignee box.  

  Why can't you automate the bug reporting process?

-- 
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 95488] CRASH: When open Report wizard Step 2

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95488

Julien Nabet  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #7 from Julien Nabet  ---
Thank you Noel for the fix! Ok for me 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 95717] DRAW: Manage layers in SVG export with id-attribute for the -element

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95717

--- Comment #8 from Stephane Santon  ---
(In reply to Regina Henschel from comment #7)
> The description of the request is detailed enough now, therefore I set it to
> new. At least using the id attribute of the -element in svg would be a
> useful enhancement.

Thanks :-)

> I have no answer to your other questions.

I hope ID-ed groups (= layers) will be direct children of SVG element.

-- 
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' - vcl/source

2015-11-12 Thread Caolán McNamara
 vcl/source/window/dialog.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5a1d267a1ed7557db3fe4c73bc0749c885f0ebef
Author: Caolán McNamara 
Date:   Thu Nov 12 16:05:44 2015 +

Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3

Change-Id: I16ddac82a76a1e665797e4be192d3642f2660d9f
(cherry picked from commit 82abd23f3ee1900b7579e5a0afa23581d5836f01)
Reviewed-on: https://gerrit.libreoffice.org/19933
Tested-by: Jenkins 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 72652ae..4ce15de 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -816,6 +816,7 @@ bool Dialog::ImplStartExecuteModal()
 ImplAdjustNWFSizes();
 
 Show();
+ToTop();
 
 pSVData->maAppData.mnModalMode++;
 return true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-11-12 Thread Mike Kaganski
 sw/qa/extras/ooxmlexport/data/plausable-border.docx |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx|2 +-
 writerfilter/source/dmapper/PropertyMap.cxx |   10 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 78f90a6db00b5dd69bb14178a8b31fc0f845d59c
Author: Mike Kaganski 
Date:   Fri Oct 30 22:02:50 2015 +1000

tdf#95071: fix spacing calculations for border with page offset

With commit ebf767eeb2a169ba533e1b2ffccf16f41d95df35, some previously
hidden bugs manifested themselves, this is one of them.
The margin size calculated incorrectly when border offset was from
page. The border is drawn from the margin inwards, so the margin
should be equal to OOXML w:space attribute, and border distance
should be OOXML page margin - border distance - border width.

Incorrect calculation gave negative margin, with IllegalArgumentException
thrown in SfxItemPropertySet::setPropertyValue.

Reviewed-on: https://gerrit.libreoffice.org/19586
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

Cherry-picked from 061d98ccc7fc95234514d5dee3d9e80e49b10dc7

Change-Id: Ifcf4a348e975df53410933aab3684d17f68b688c
Reviewed-on: https://gerrit.libreoffice.org/19940
Tested-by: Jenkins 
Reviewed-by: Mike Kaganski 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sw/qa/extras/ooxmlexport/data/plausable-border.docx 
b/sw/qa/extras/ooxmlexport/data/plausable-border.docx
index a1a9547..c6f049f 100644
Binary files a/sw/qa/extras/ooxmlexport/data/plausable-border.docx and 
b/sw/qa/extras/ooxmlexport/data/plausable-border.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 8a186ef..42dc736 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -567,7 +567,7 @@ DECLARE_OOXMLIMPORT_TEST(testN758883, "n758883.docx")
 uno::Reference 
xPropertySet(getStyles("PageStyles")->getByName(DEFAULT_STYLE), uno::UNO_QUERY);
 sal_Int32 nValue = 0;
 xPropertySet->getPropertyValue("LeftMargin") >>= nValue;
-CPPUNIT_ASSERT_EQUAL(sal_Int32(794), nValue);
+CPPUNIT_ASSERT_EQUAL(sal_Int32(847), nValue);
 
 // No assert for the 3rd problem: see the comment in the test doc.
 
diff --git a/writerfilter/source/dmapper/PropertyMap.cxx 
b/writerfilter/source/dmapper/PropertyMap.cxx
index b9f46ff..dab485f 100644
--- a/writerfilter/source/dmapper/PropertyMap.cxx
+++ b/writerfilter/source/dmapper/PropertyMap.cxx
@@ -700,18 +700,18 @@ void SectionPropertyMap::SetBorderDistance( 
uno::Reference< beans::XPropertySet
 PropertyNameSupplier& rPropNameSupplier = 
PropertyNameSupplier::GetPropertyNameSupplier();
 
 sal_Int32 nDist = nDistance;
-if( nOffsetFrom == 1 )
+if( nOffsetFrom == 1 ) // From page
 {
 const OUString sMarginName = rPropNameSupplier.GetName( eMarginId );
 uno::Any aMargin = xStyle->getPropertyValue( sMarginName );
 sal_Int32 nMargin = 0;
 aMargin >>= nMargin;
 
-// Change the margins with the ( border distance - line width )
-xStyle->setPropertyValue( sMarginName, uno::makeAny( nDistance - 
nLineWidth ) );
+// Change the margins with the border distance
+xStyle->setPropertyValue( sMarginName, uno::makeAny( nDistance ) );
 
-// Set the distance to ( Margin - distance )
-nDist = nMargin - nDistance;
+// Set the distance to ( Margin - distance - nLineWidth )
+nDist = nMargin - nDistance - nLineWidth;
 }
 const OUString sBorderDistanceName = rPropNameSupplier.GetName( eDistId );
 if (xStyle.is())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] Bugzilla: Adding new Status for 'abandoned' bugs?

2015-11-12 Thread Eike Rathke
Hi Wols,

On Wednesday, 2015-11-11 19:09:39 +, Wols Lists wrote:

> It's getting more wordy but INSUFFICIENT DATA AVAILABLE is a bit more
> neutral.


insufficient data can not be available


scnr ;-)

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key "ID" 0x65632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Better use 64-bit 0x6A6CD5B765632D3A here is why: https://evil32.com/
Care about Free Software, support the FSFE https://fsfe.org/support/?erack


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


Re: [Libreoffice-qa] Bugzilla: Adding new Status for 'abandoned' bugs?

2015-11-12 Thread Bjoern Michaelsen
On Fri, Nov 13, 2015 at 12:00:16AM +0100, Eike Rathke wrote:
> Hi Wols,
> 
> On Wednesday, 2015-11-11 19:09:39 +, Wols Lists wrote:
> 
> > It's getting more wordy but INSUFFICIENT DATA AVAILABLE is a bit more
> > neutral.
> 
> 
> insufficient data can not be available
> 

Nitpick, but true none the less: if this is really what you guys want to do, it
should be DATA AVAILABLE INSUFFICIENT instead -- or DATA PROVIDED INSUFFICIENT.

Best,

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


[Libreoffice-bugs] [Bug 95787] Recovery recovers "wrong" file.

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95787

libreoff...@flotastisch.net changed:

   What|Removed |Added

 CC||libreoff...@flotastisch.net
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=95
   ||786

-- 
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 95786] Libre Office crashes while printing documents with images

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95786

libreoff...@flotastisch.net changed:

   What|Removed |Added

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

-- 
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 95670] CALCULATING: some text functions doesn't work inside SUMPRODUCT, they need the function introduced as array.

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95670

m.a.riosv  changed:

   What|Removed |Added

Version|5.1.0.0.alpha1  |4.4.7.1 rc

--- Comment #3 from m.a.riosv  ---
Present also in:

Version: 4.4.7.1 Buid Id.: ff36774456acc538223589597da53fd987db12e9

changed the version.

-- 
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 95776] Editing pivot table's layout introduces "Data" into Column Fields

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95776

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |NOTABUG

--- Comment #1 from m.a.riosv  ---
Hi @Dženan Zukić, thanks for reporting.

Not a bug it's by design, please take a look on the release notes:
https://wiki.documentfoundation.org/ReleaseNotes/4.3/es#Pivot_Table_layout_improvement

-- 
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 95787] New: Recovery recovers "wrong" file.

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95787

Bug ID: 95787
   Summary: Recovery recovers "wrong" file.
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@flotastisch.net

Created attachment 120516
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120516=edit
Buggy file with image.

Hello again!

While trying to print a document which caused an Libre Office Writer crash I
discovered an unexpected behaviour - see bug report #95786.

I saved "Bug1.odt" as "Bug2.odt". In the title bar stood "Bug2.odt", too. Then
I tried to print the document which caused Writer to crash. After restarting
the application the crash recovery started. Instead of recovering "Bug2.odt" it
said that it recovered "Bug.odt". I don't know what happens there because I can
open bothe files without recovery.


In short: save as -> Writer crashes -> document recovery restores original
document

Have a nice day.
Florian

-- 
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 95786] Libre Office crashes while printing documents with images

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95786

--- Comment #1 from libreoff...@flotastisch.net ---
Created attachment 120517
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120517=edit
Recover error message

I hope this helps. Sometimes I got this error messages while recovering
"Unknown SEH Exception".

-- 
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 95786] New: Libre Office crashes while printing documents with images

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95786

Bug ID: 95786
   Summary: Libre Office crashes while printing documents with
images
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@flotastisch.net

Created attachment 120515
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120515=edit
ZIP file which contains the document and the pdf export.

Hello!


Today I tried to print my train schedule. Libre Office Writer crashed when I
clicked OK in the printing dialog. I tried different printers (Foxit pdf
creator and my Brother printer) so this seems not to be a problem.

It printed only if I've removed the screenshots from the Deutsche Bahn website
(taken with the Windows 10 snipping tool). I've attached a document with one of
the images which caused the crash of Libre Office.

Additionally I tried to export the document as pdf but the images there looked
really strange. I don't know if this is another bug so I atteched that PDF,
too.

Have a great day.
Florian

-- 
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-ux-advise] [Bug 95701] "Save As" fail to save, asks irritating unnecessary questions instead

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95701

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|LibreOffice |ux-advise

--- Comment #2 from Beluga  ---
Sounds like UX material, so punting this over.

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


[Libreoffice-bugs] [Bug 95701] "Save As" fail to save, asks irritating unnecessary questions instead

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95701

Beluga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|LibreOffice |ux-advise

--- Comment #2 from Beluga  ---
Sounds like UX material, so punting this over.

-- 
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 95689] List indent is broken

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95689

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

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

fix tdf#95689 - List indent is broken

It will be available in 5.1.0.

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

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

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


[Libreoffice-bugs] [Bug 95689] List indent is broken

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95689

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bibisected  |bibisected target:5.1.0

-- 
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 95689] List indent is broken

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95689

Noel Grandin  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |noelgran...@gmail.com
   |desktop.org |

-- 
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: 2 commits - include/vcl vcl/Library_vcl.mk vcl/source

2015-11-12 Thread Samuel Mehrbrodt
 include/vcl/button.hxx  |6 ++
 include/vcl/buttonstatuslistener.hxx|   45 +++
 vcl/Library_vcl.mk  |1 
 vcl/source/control/button.cxx   |   26 +--
 vcl/source/control/buttonstatuslistener.cxx |   66 
 5 files changed, 141 insertions(+), 3 deletions(-)

New commits:
commit b34eab5996c52269360d166815ef15a250627c48
Author: Samuel Mehrbrodt 
Date:   Wed Nov 11 12:16:30 2015 +0100

Vcl: Set PushButtons pressed if the uno slot is active

Change-Id: I89708d13da2b3882aa0b7578b5acf48b6408010b

diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index cfd32e0..93d5b99 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -31,6 +31,8 @@
 #include 
 #include 
 
+#include 
+
 class UserDrawEvent;
 class ImplCommonButtonData;
 enum class DrawButtonFlags;
@@ -91,6 +93,9 @@ public:
 voidSetSmallSymbol(bool bSmall = true);
 virtual boolset_property(const OString , const OString 
) override;
 
+/// Sets the button state according to the FeatureStateEvent emitted by an 
Uno state change.
+virtual voidSetStateUno(const css::frame::FeatureStateEvent& 
rEvent);
+
 protected:
 
 /// Handler for click, in case we want the button to handle uno commands 
(.uno:Something).
@@ -182,6 +187,7 @@ public:
 
 voidSetState( TriState eState );
 TriStateGetState() const { return meState; }
+virtual voidSetStateUno(const css::frame::FeatureStateEvent& rEvent) 
override;
 
 voidCheck( bool bCheck = true );
 boolIsChecked() const;
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index d3435a5..153c706 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -617,6 +617,11 @@ bool Button::set_property(const OString , const 
OString )
 return true;
 }
 
+void Button::SetStateUno(const css::frame::FeatureStateEvent& rEvent)
+{
+Enable(rEvent.IsEnabled);
+}
+
 IMPL_STATIC_LINK_TYPED( Button, dispatchCommandHandler, Button*, pButton, void 
)
 {
 if (pButton == nullptr)
@@ -1601,6 +1606,13 @@ void PushButton::SetState( TriState eState )
 }
 }
 
+void PushButton::SetStateUno(const css::frame::FeatureStateEvent& rEvent)
+{
+Button::SetStateUno(rEvent);
+if (rEvent.State.has())
+SetPressed(rEvent.State.get());
+}
+
 void PushButton::SetPressed( bool bPressed )
 {
 if ( mbPressed != bPressed )
diff --git a/vcl/source/control/buttonstatuslistener.cxx 
b/vcl/source/control/buttonstatuslistener.cxx
index 984842d..bad5452 100644
--- a/vcl/source/control/buttonstatuslistener.cxx
+++ b/vcl/source/control/buttonstatuslistener.cxx
@@ -45,7 +45,7 @@ ButtonStatusListener::ButtonStatusListener(Button* button, 
const rtl::OUString&
 void ButtonStatusListener::statusChanged(const css::frame::FeatureStateEvent& 
rEvent)
 throw(css::uno::RuntimeException, std::exception)
 {
-mButton->Enable(rEvent.IsEnabled);
+mButton->SetStateUno(rEvent);
 }
 
 void ButtonStatusListener::disposing(const css::lang::EventObject& /*Source*/)
commit ca36bcc05d7159fd4cd8e3489fdf4b4551b696d6
Author: Samuel Mehrbrodt 
Date:   Tue Nov 10 12:48:05 2015 +0100

Vcl: Disable buttons if the associated UNO slot is disabled

The goal of this is to have buttons in the Sidebar and NotebookBar 
automatically disabled
without an additional wrapper.

Change-Id: I8d25cdc6b87323e02daf6969c68582354f301375

diff --git a/include/vcl/buttonstatuslistener.hxx 
b/include/vcl/buttonstatuslistener.hxx
new file mode 100644
index 000..7721895
--- /dev/null
+++ b/include/vcl/buttonstatuslistener.hxx
@@ -0,0 +1,45 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_VCL_BUTTONSTATUSLISTENER_HXX
+#define INCLUDED_VCL_BUTTONSTATUSLISTENER_HXX
+
+#include 
+#include 
+
+#include 
+#include 
+#include 
+
+
+class VCL_DLLPUBLIC ButtonStatusListener : public cppu::WeakImplHelper < 
css::frame::XStatusListener>
+{
+public:
+ButtonStatusListener(Button* button, const rtl::OUString& aCommand);
+
+private:
+VclPtr mButton; /** The button on which actions are performed */
+
+/** Dispatcher. Need to keep a reference to it as long as this 
StatusListener exists. */
+css::uno::Reference mxDispatch;
+css::util::URL maCommandURL;
+
+public:
+virtual void SAL_CALL statusChanged(const css::frame::FeatureStateEvent& 
rEvent)
+throw(css::uno::RuntimeException, std::exception) override;
+
+virtual void SAL_CALL disposing(const 

[Libreoffice-bugs] [Bug 95764] New: PDF and Comment

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95764

Bug ID: 95764
   Summary: PDF and Comment
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: albour...@gmail.com

When I print or export in pdf I do not see any comments!

-- 
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-4.4' - 4 commits - download.lst external/nss

2015-11-12 Thread Michael Stahl
 download.lst |2 
 external/nss/UnpackedTarball_nss.mk  |5 
 external/nss/nspr-build-config.patch | 2543 ---
 external/nss/nss-linux-x86.patch.0   |   10 
 external/nss/nss.patch   |6 
 external/nss/nss.vs2015.patch|   12 
 external/nss/nss_macosx.patch|   32 
 external/nss/ubsan.patch.0   |   11 
 8 files changed, 30 insertions(+), 2591 deletions(-)

New commits:
commit 1e10f55e7d312bd532e71ad549694517638454ce
Author: Michael Stahl 
Date:   Thu Nov 5 15:43:32 2015 +0100

nss: upgrade to release 3.19.4

Reviewed-on: https://gerrit.libreoffice.org/19808
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

Conflicts:
download.lst

Change-Id: I303254d17450e5252b5d9e925082c39d0077654e

diff --git a/download.lst b/download.lst
index c78ee2a..04aaf71 100644
--- a/download.lst
+++ b/download.lst
@@ -108,7 +108,7 @@ export MWAW_TARBALL := 
libmwaw-0.3.$(MWAW_VERSION_MICRO).tar.bz2
 export MYSQLCPPCONN_TARBALL := 
7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz
 export MYTHES_TARBALL := a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
 export NEON_TARBALL := ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz
-export NSS_TARBALL := 
2100bc5a7ea9685928ff68cda2e60569-nss-3.19.2-with-nspr-4.10.8.tar.gz
+export NSS_TARBALL := 
478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz
 export ODFGEN_MD5SUM := 47d292edebac7b60c61d5cf307da1d64
 export ODFGEN_VERSION_MICRO := 3
 export ODFGEN_TARBALL := libodfgen-0.1.$(ODFGEN_VERSION_MICRO).tar.bz2
commit 09907589ae8a5e2e5160e04204378c1c02f6bba3
Author: David Ostrovsky 
Date:   Mon Aug 31 21:05:07 2015 +0200

Fix nss on MSVC 14.0

Change-Id: I8c2f18a509ae6686af4ede5b0daa8291d164c9fd
Reviewed-on: https://gerrit.libreoffice.org/18211
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/external/nss/UnpackedTarball_nss.mk 
b/external/nss/UnpackedTarball_nss.mk
index 1b9f45d..d297ee4b 100644
--- a/external/nss/UnpackedTarball_nss.mk
+++ b/external/nss/UnpackedTarball_nss.mk
@@ -17,7 +17,8 @@ $(eval $(call gb_UnpackedTarball_add_patches,nss,\
external/nss/nss-3.13.5-zlib-werror.patch \
external/nss/nss_macosx.patch \
external/nss/nss-win32-make.patch.1 \
-   $(if $(filter WNTMSC,$(OS)$(COM)),external/nss/nss.windows.patch) \
+   $(if $(filter WNTMSC,$(OS)$(COM)),external/nss/nss.windows.patch \
+   external/nss/nss.vs2015.patch) \
$(if $(filter WNTGCC,$(OS)$(COM)),external/nss/nspr-4.9-build.patch.3 \
external/nss/nss-3.13.3-build.patch.3 \
external/nss/nss.mingw.patch.3) \
diff --git a/external/nss/nss.vs2015.patch b/external/nss/nss.vs2015.patch
new file mode 100755
index 000..42a325d
--- /dev/null
+++ b/external/nss/nss.vs2015.patch
@@ -0,0 +1,12 @@
+diff -ru nss.orig/nss/coreconf/WIN32.mk nss/nss/coreconf/WIN32.mk
+--- foo/nss.orig/nss/coreconf/WIN32.mk 2015-06-17 20:26:43.0 +0200
 foo/nss/nss/coreconf/WIN32.mk  2015-08-31 20:40:40.146490300 +0200
+@@ -192,7 +192,7 @@
+ ifneq ($(_MSC_VER),$(_MSC_VER_6))
+ # Convert certain deadly warnings to errors (see list at end of file)
+ OS_CFLAGS += -we4002 -we4003 -we4004 -we4006 -we4009 -we4013 \
+- -we4015 -we4028 -we4033 -we4035 -we4045 -we4047 -we4053 -we4054 -we4063 \
++ -we4015 -we4028 -we4033 -we4035 -we4045 -we4047 -we4053 -we4063 \
+  -we4064 -we4078 -we4087 -we4090 -we4098 -we4390 -we4551 -we4553 -we4715
+ 
+ ifeq ($(_MSC_VER_GE_12),1)
commit 4204179125d7ce78762c044eae1d1ce76fc4a100
Author: Michael Stahl 
Date:   Wed Jul 1 17:15:39 2015 +0200

nss: upgrade to release 3.19.2

- drop nss-linux-x86-patch.0:
  this was actually patching OS/2-specific code so is evidently obsolete
- drop nspr-build-config.patch:
  there does not appear to be any justification why this huge patch exists
  at all, so the only reasonable thing to do is to drop it
- nss_macosx.patch:
  drop several hunks relevant only to unuspported MacOSX/PPC platform

Conflicts:
download.lst

Change-Id: Id55fcb8eaa637c10a42203f1897480df8a6ec0fa

diff --git a/download.lst b/download.lst
index 71aec38..c78ee2a 100644
--- a/download.lst
+++ b/download.lst
@@ -108,7 +108,7 @@ export MWAW_TARBALL := 
libmwaw-0.3.$(MWAW_VERSION_MICRO).tar.bz2
 export MYSQLCPPCONN_TARBALL := 
7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz
 export MYTHES_TARBALL := a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
 export NEON_TARBALL := ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz
-export NSS_TARBALL := 
b279551b7638d0e36d1199548124c247-nss-3.16.5-with-nspr-4.10.6.tar.gz
+export NSS_TARBALL := 

[Libreoffice-bugs] [Bug 95709] [DISPLAY] Presentation mode renders graphics wrong

2015-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95709

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest
 OS|Linux (All) |All

--- Comment #5 from Beluga  ---
Repro, but not with 3.5.0. Not related to OpenGL setting.

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
Locale: fi-FI (fi_FI)

Version: 5.1.0.0.alpha1+
Build ID: b216cc1b8096eb60c27f67e8c27b7cd756c75e38
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-11-12_00:06:20
Locale: fi-FI (fi_FI)

3.5.0

-- 
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


  1   2   3   4   >