[Libreoffice-bugs] [Bug 93901] "Edit Paragraph Style" dialog does not save changes anymore after using "apply" button

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93901

--- Comment #9 from Ulrich Windl  ---
So the important pattern is that after having committed a change with Apply,
the setting is ignored for OK if it's the setting with which the dialog had
been opened. So I guess the logic of "something changed" is severely broken.
The use pattern is rather common if you want to try some change temporarily
(e.g. while hunting for obscure bugs).

-- 
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 94047] New: Black bordres when resize window to all screen

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94047

Bug ID: 94047
   Summary: Black bordres when resize window to all screen
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: v17...@gmail.com

-- 
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 93997] Fileopen: xml excel file General input/output error.

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93997

--- Comment #9 from Timur  ---
Created attachment 118541
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118541=edit
XML test file zipped

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


Re: [Libreoffice-commits] core.git: basic/source "Revert a fix that can never have worked in the first place?"

2015-09-09 Thread David Tardon
Hi,

On Tue, Sep 08, 2015 at 11:05:20AM +0200, Stephan Bergmann wrote:
> or what
> "Allow Input as symbol for action option compatible" shall even mean:

I suppose it means using

Option Compatible

statement in the basic code.

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


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

2015-09-09 Thread Albert Thuswaldner
 sc/source/ui/drawfunc/drawsh2.cxx |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 083c865f9af70a12dfed52b07785e303eb61b397
Author: Albert Thuswaldner 
Date:   Tue Sep 8 19:57:48 2015 +0200

tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxx

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

diff --git a/sc/source/ui/drawfunc/drawsh2.cxx 
b/sc/source/ui/drawfunc/drawsh2.cxx
index e01639d..d582b3a 100644
--- a/sc/source/ui/drawfunc/drawsh2.cxx
+++ b/sc/source/ui/drawfunc/drawsh2.cxx
@@ -50,15 +50,13 @@
 #include 
 #include 
 
-#include 
-
 using namespace com::sun::star;
 
 ScDrawShell::ScDrawShell( ScViewData* pData ) :
 SfxShell(pData->GetViewShell()),
 pViewData( pData ),
 mpSelectionChangeHandler(new svx::sidebar::SelectionChangeHandler(
-::boost::bind(::GetSidebarContextName, this),
+[this] () { return this->GetSidebarContextName(); },
 GetFrame()->GetFrame().GetController(),
 sfx2::sidebar::EnumContext::Context_Cell))
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93243] replace boost::bind with C++11 lambdas

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93243

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner
   |SkillCpp TopicCleanup   |SkillCpp TopicCleanup
   ||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


[Bug 93243] replace boost::bind with C++11 lambdas

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93243

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner
   |SkillCpp TopicCleanup   |SkillCpp TopicCleanup
   ||target:5.1.0

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


[Libreoffice-bugs] [Bug 93243] replace boost::bind with C++11 lambdas

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93243

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

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

tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxx

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 87228] Data series changes require confirmation for each change

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87228

denis campbell  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from denis campbell  ---
Thanks John, you are right. Resolved. Great job by the team - donation on the
way!

-- 
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 94050] New: Printing in rc 5.0.2.1. not in all colors and impress handout no background printed

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94050

Bug ID: 94050
   Summary: Printing in rc 5.0.2.1. not in all colors and impress
handout no background printed
   Product: LibreOffice
   Version: 5.0.2.1 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: maartje2...@gmail.com

-- 
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 94029] Changing (particular?) setting in paragraph style twice in the dialog with Apply-button, without closing in between, ignores second change

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94029

Ulrich Windl  changed:

   What|Removed |Added

 CC||ulrich.wi...@rz.uni-regensb
   ||urg.de

--- Comment #3 from Ulrich Windl  ---
(In reply to Cor Nouws from comment #1)
> I make the summary correct to and set severity to minor..

First I think "Paragraph style change ignored" describes the problem rather
well, and secondly if you change something in a dialog, then press OK, the
change should not be ignored. I wouldn't call this a "minor problem".

-- 
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 94008] FILEOPEN: Crash opening password protected xlsx file

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94008

--- Comment #8 from Kevin Suo  ---
Created attachment 118538
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118538=edit
un-successful-debug info

See attached dbg result. This seems to be an unsucessful dbg, I got the
following error:
ERROR: Symbol file could not be found...

Hope this is helpful in some point. 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 54703] Hidden Sections are no longer hidden when printing or exporting pdf.

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54703

Heinz Repp  changed:

   What|Removed |Added

   Keywords||regression

-- 
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 67106] fileopen: DOCX File looks different in Libreoffice than Ms Word: pictures are repeated many times...

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67106

Xisco Faulí  changed:

   What|Removed |Added

 CC||aniste...@gmail.com

--- Comment #8 from Xisco Faulí  ---
Created attachment 118544
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118544=edit
Comparison between Libreoffice 5.0.1.2 (left) and Word 2010 (right)

This issue is still present in

Version: 5.0.1.2
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: es-ES (es_ES)

on Windows 7 (64-bit)

-- 
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 54703] Hidden Sections are no longer hidden when printing or exporting pdf.

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54703

Heinz Repp  changed:

   What|Removed |Added

 OS|Linux (All) |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-bugs] [Bug 93433] incomplete display of long autocorrect list in the replacement table

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93433

--- Comment #3 from tommy27  ---
you have to reload the list multiple times consecutively since the incomplete
loading is inconstant

anyway I still reproduce the bug with LibO 5.0.1.2 under Win7x64

-- 
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: chart2/source

2015-09-09 Thread Tor Lillqvist
 chart2/source/view/charttypes/VSeriesPlotter.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit caec9ce01ea252e2661b7275da542a41526ff3f6
Author: Tor Lillqvist 
Date:   Wed Sep 9 10:50:29 2015 +0300

WaE: loplugin:stringconstant

Fix warning: elide construction of rtl::OUString with string constant
argument in call of rtl::OUString::operator=.

Change-Id: I5017509c04381fb158da1ceede7c8bef564f1c07

diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx 
b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 7a8f1d2..e5370ac 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -573,9 +573,9 @@ uno::Reference< drawing::XShape > 
VSeriesPlotter::createDataLabel( const uno::Re
 // with the category name
 Sequence< tNameSequence > aParaPropNames(3);
 aParaPropNames[1].realloc(1);
-aParaPropNames[1][0] = OUString( "ParaAdjust" );
+aParaPropNames[1][0] = "ParaAdjust";
 aParaPropNames[2].realloc(1);
-aParaPropNames[2][0] = OUString( "ParaAdjust" );
+aParaPropNames[2][0] = "ParaAdjust";
 
 Sequence< tAnySequence > aParaPropValues(3);
 aParaPropValues[1].realloc(1);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #52 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

ucb: tdf#88206 replace cppu::WeakImplHelper* etc.

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 on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #53 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

sw: tdf#88206 replace cppu::WeakImplHelper* etc.

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

2015-09-09 Thread Takeshi Abe
 sw/inc/pch/precompiled_sw.hxx|3 ++-
 sw/inc/pch/precompiled_swui.hxx  |1 +
 sw/inc/pch/precompiled_vbaswobj.hxx  |1 +
 sw/inc/unodraw.hxx   |1 -
 sw/inc/unoparagraph.hxx  |4 ++--
 sw/qa/core/filters-test.cxx  |2 --
 sw/source/core/inc/unobookmark.hxx   |2 +-
 sw/source/core/inc/unometa.hxx   |7 +++
 sw/source/core/inc/unosection.hxx|4 ++--
 sw/source/ui/vba/vbaaddins.cxx   |1 -
 sw/source/ui/vba/vbaapplication.hxx  |4 ++--
 sw/source/ui/vba/vbaborders.hxx  |1 -
 sw/source/ui/vba/vbadialog.hxx   |4 ++--
 sw/source/ui/vba/vbadialogs.hxx  |4 ++--
 sw/source/ui/vba/vbadocument.hxx |3 ++-
 sw/source/ui/vba/vbadocuments.cxx|3 ---
 sw/source/ui/vba/vbadocuments.hxx|3 ++-
 sw/source/ui/vba/vbafont.hxx |3 ++-
 sw/source/ui/vba/vbaglobals.hxx  |4 ++--
 sw/source/ui/vba/vbapagesetup.hxx|4 ++--
 sw/source/ui/vba/vbawindow.hxx   |4 ++--
 sw/source/uibase/app/swmodul1.cxx|1 -
 sw/source/uibase/uno/SwXDocumentSettings.hxx |1 -
 23 files changed, 30 insertions(+), 35 deletions(-)

New commits:
commit 7805e7a95437d12f5081237e0e4a064ef53c032a
Author: Takeshi Abe 
Date:   Tue Sep 8 08:51:30 2015 +0900

sw: tdf#88206 replace cppu::WeakImplHelper* etc.

with the variadic variants.

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

diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx
index c60047c..0ace20a 100644
--- a/sw/inc/pch/precompiled_sw.hxx
+++ b/sw/inc/pch/precompiled_sw.hxx
@@ -471,10 +471,11 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx
index 473c61c..8ee8cc4 100644
--- a/sw/inc/pch/precompiled_swui.hxx
+++ b/sw/inc/pch/precompiled_swui.hxx
@@ -103,6 +103,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx 
b/sw/inc/pch/precompiled_vbaswobj.hxx
index 4021e27..fbdfc6f 100644
--- a/sw/inc/pch/precompiled_vbaswobj.hxx
+++ b/sw/inc/pch/precompiled_vbaswobj.hxx
@@ -109,6 +109,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx
index ce894a9..35d9a6d 100644
--- a/sw/inc/unodraw.hxx
+++ b/sw/inc/unodraw.hxx
@@ -28,7 +28,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/sw/inc/unoparagraph.hxx b/sw/inc/unoparagraph.hxx
index e0a2f18..a3fbfa3 100644
--- a/sw/inc/unoparagraph.hxx
+++ b/sw/inc/unoparagraph.hxx
@@ -33,7 +33,7 @@
 #include 
 #include 
 
-#include 
+#include 
 
 #include 
 
@@ -47,7 +47,7 @@ class SwTextNode;
 class SwTable;
 class SwXText;
 
-typedef ::cppu::ImplInheritanceHelper10
+typedef ::cppu::ImplInheritanceHelper
 <   ::sfx2::MetadatableMixin
 ,   ::com::sun::star::lang::XUnoTunnel
 ,   ::com::sun::star::lang::XServiceInfo
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx
index 077a95e..2da7a32 100644
--- a/sw/qa/core/filters-test.cxx
+++ b/sw/qa/core/filters-test.cxx
@@ -10,8 +10,6 @@
 #include 
 #include 
 
-#include 
-
 #include 
 
 #include 
diff --git a/sw/source/core/inc/unobookmark.hxx 
b/sw/source/core/inc/unobookmark.hxx
index 2310689..22bf7de 100644
--- a/sw/source/core/inc/unobookmark.hxx
+++ b/sw/source/core/inc/unobookmark.hxx
@@ -219,7 +219,7 @@ class SwXFieldmarkParameters
 ::sw::mark::IFieldmark::parameter_map_t* getCoreParameters() throw 
(::com::sun::star::uno::RuntimeException);
 };
 
-typedef cppu::ImplInheritanceHelper1< SwXBookmark,
+typedef cppu::ImplInheritanceHelper< SwXBookmark,
 ::com::sun::star::text::XFormField > SwXFieldmark_Base;
 
 class SwXFieldmark
diff --git a/sw/source/core/inc/unometa.hxx b/sw/source/core/inc/unometa.hxx
index 26699b3..02d 100644
--- a/sw/source/core/inc/unometa.hxx
+++ b/sw/source/core/inc/unometa.hxx
@@ -30,8 +30,7 @@
 #include 
 #include 
 
-#include 
-#include 
+#include 
 
 #include 
 #include 
@@ -49,7 +48,7 @@ namespace sw {
 class Meta;
 }
 
-typedef ::cppu::ImplInheritanceHelper6
+typedef ::cppu::ImplInheritanceHelper
 <   ::sfx2::MetadatableMixin
 ,   ::com::sun::star::lang::XUnoTunnel
 ,   ::com::sun::star::lang::XServiceInfo
@@ -234,7 +233,7 @@ public:
 
 };
 
-typedef ::cppu::ImplInheritanceHelper2
+typedef ::cppu::ImplInheritanceHelper
 <   SwXMeta
 ,   ::com::sun::star::beans::XPropertySet
 ,   ::com::sun::star::text::XTextField
diff --git 

[Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #53 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

sw: tdf#88206 replace cppu::WeakImplHelper* etc.

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 on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 65865] FILEOPEN: Do NOT load the default values of the styles in doc import filter

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65865

--- Comment #11 from Xisco Faulí  ---
ohh I see, apologize for the inconvenience caused

-- 
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 94048] New: Calc is too restrictive with naming cell ranges

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94048

Bug ID: 94048
   Summary: Calc is too restrictive with naming cell ranges
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: daniel.re...@gmx.de

Calc does not allow to use names that look like R1C1 references which is good.

But other names that should work will not be allowed either, e.g. "r1abcdef" or
"r2d2".

-- 
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 94050] Printing in rc 5.0.2.1. not in all colors and impress handout no background printed

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94050

Maarten  changed:

   What|Removed |Added

   Priority|medium  |high

--- Comment #1 from Maarten  ---
In writer and impress not all colors are printed.. besides that, there were
strange inkmarks when printing in writer on top of page. LO version = 5.0.2.1 
Problems were this big that i deleted this rc and went back to version
5.0.1.2.. Then there is no problem..

-- 
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 94047] Black borders when view to full screen

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94047

v17564  changed:

   What|Removed |Added

Summary|Black bordres when resize   |Black borders when view to
   |window to all screen|full screen

--- Comment #2 from v17564  ---
Manjaro 0.8.13 OpenRC x86_64 with Xfce 4.12

When I start the Libreoffice to full size of the screen black borders, at the
bottom and on the left appear. Occurs with any option: writer, calc, etc.

If i resize the window and i go back to full size, manually, the black borders
disappear.

-- 
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 93992] Typos in Calc function names and error codes

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93992

--- Comment #6 from Daniel Rentz  ---
Created attachment 118542
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118542=edit
Test document for function translations

-- 
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 93755] Unexpected Behaviour Change

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93755

Jacques Guilleron  changed:

   What|Removed |Added

 CC||guillero...@aol.com

--- Comment #2 from Jacques Guilleron  ---
Same behaviour as Raal with
LO 5.0.1.2 Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261 
Locale : fr-FR (fr_FR)
& Windws 7 Home Premium.
Can you precise your OS?

-- 
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 93992] Typos in Calc function names and error codes

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93992

--- Comment #5 from Daniel Rentz  ---
@Jacques, I have built a test document to check the translated strings used in
formulas. I will attach this document to this issue. Feel free to reuse it as
you want, and to forward it to the other l10n teams (I did not check all
locales supported in LO by myself).

-- 
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: 5 commits - basctl/source chart2/source include/svtools include/svx include/vcl reportdesign/source sc/inc sc/source sd/inc sd/source svtools/source svx/source sw/inc s

2015-09-09 Thread Noel Grandin
 basctl/source/basicide/baside2.hxx|2 
 basctl/source/basicide/baside2b.cxx   |4 -
 basctl/source/basicide/baside3.cxx|9 +---
 basctl/source/basicide/bastype3.hxx   |8 +--
 basctl/source/basicide/bastypes.cxx   |5 --
 basctl/source/dlged/dlgedfac.cxx  |4 -
 basctl/source/inc/baside3.hxx |3 -
 basctl/source/inc/dlgedfac.hxx|2 
 chart2/source/controller/inc/ChartController.hxx  |2 
 chart2/source/controller/main/ChartController.cxx |5 --
 include/svtools/treelistbox.hxx   |4 -
 include/svx/fmobjfac.hxx  |2 
 include/svx/galmisc.hxx   |8 +--
 include/svx/objfac3d.hxx  |2 
 include/svx/svdetc.hxx|   17 ---
 include/svx/svdhdl.hxx|6 +-
 include/svx/svdmodel.hxx  |   47 ++
 include/svx/svdobj.hxx|   12 ++---
 include/vcl/accel.hxx |   10 +---
 reportdesign/source/ui/inc/dlgedfac.hxx   |2 
 reportdesign/source/ui/report/dlgedfac.cxx|6 --
 sc/inc/userdat.hxx|2 
 sc/source/core/data/userdat.cxx   |5 --
 sc/source/ui/docshell/docfunc.cxx |4 -
 sc/source/ui/inc/anyrefdg.hxx |2 
 sc/source/ui/inc/docfunc.hxx  |2 
 sc/source/ui/miscdlgs/anyrefdg.cxx|8 ---
 sd/inc/sdobjfac.hxx   |2 
 sd/source/core/sdobjfac.cxx   |6 --
 sd/source/ui/dlg/brkdlg.cxx   |9 +---
 sd/source/ui/inc/BreakDlg.hxx |3 -
 svtools/source/contnr/imivctl1.cxx|   10 +---
 svtools/source/contnr/treelistbox.cxx |6 --
 svx/source/engine3d/objfac3d.cxx  |4 -
 svx/source/form/fmobjfac.cxx  |6 --
 svx/source/gallery2/galmisc.cxx   |6 --
 svx/source/svdraw/svdetc.cxx  |   28 -
 svx/source/svdraw/svdhdl.cxx  |3 -
 svx/source/svdraw/svdobj.cxx  |   10 ++--
 sw/inc/dobjfac.hxx|2 
 sw/inc/doc.hxx|2 
 sw/source/core/doc/DocumentDrawModelManager.cxx   |2 
 sw/source/core/draw/dobjfac.cxx   |5 --
 sw/source/core/undo/undraw.cxx|3 -
 vcl/inc/accmgr.hxx|4 -
 vcl/source/window/accel.cxx   |9 
 vcl/source/window/accmgr.cxx  |   17 +--
 vcl/source/window/toolbox.cxx |8 +--
 48 files changed, 134 insertions(+), 194 deletions(-)

New commits:
commit 78b124143a3c2bd82984c1c06aa3265c211cef13
Author: Noel Grandin 
Date:   Tue Sep 8 12:45:38 2015 +0200

convert Link<> to typed

Change-Id: I2f36a123662488ef5534f7bf0845d61e497fb0ec

diff --git a/basctl/source/basicide/baside2.hxx 
b/basctl/source/basicide/baside2.hxx
index 81351a3..fbadefd 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -236,7 +236,7 @@ protected:
 DECL_LINK_TYPED( ButtonHdl, Button *, void );
 DECL_LINK_TYPED(TreeListHdl, SvTreeListBox*, void);
 DECL_LINK_TYPED( implEndDragHdl, HeaderBar *, void );
-DECL_LINK_TYPED( EditAccHdl, Accelerator *, void );
+DECL_LINK_TYPED( EditAccHdl, Accelerator&, void );
 
 
 public:
diff --git a/basctl/source/basicide/baside2b.cxx 
b/basctl/source/basicide/baside2b.cxx
index 95924e3..b389792 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -1827,9 +1827,9 @@ IMPL_LINK_NOARG_TYPED( WatchWindow, implEndDragHdl, 
HeaderBar *, void )
 }
 }
 
-IMPL_LINK_TYPED( WatchWindow, EditAccHdl, Accelerator *, pAcc, void )
+IMPL_LINK_TYPED( WatchWindow, EditAccHdl, Accelerator&, rAcc, void )
 {
-switch ( pAcc->GetCurKeyCode().GetCode() )
+switch ( rAcc.GetCurKeyCode().GetCode() )
 {
 case KEY_RETURN:
 {
diff --git a/basctl/source/basicide/bastype3.hxx 
b/basctl/source/basicide/bastype3.hxx
index 5974db7..3106cf7 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -29,19 +29,19 @@ namespace basctl
 class ExtendedEdit : public Edit
 {
 private:
-Accelerator  aAcc;
-Link  aAccHdl;
+Accelerator   aAcc;
+Link   aAccHdl;
 Link  aLoseFocusHdl;
 
 protected:
-DECL_LINK( EditAccHdl, Accelerator * );
+DECL_LINK_TYPED( EditAccHdl, Accelerator&, void );
 DECL_LINK(ImplGetFocusHdl, void *);
 

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

2015-09-09 Thread Tor Lillqvist
 sc/qa/unit/ucalc_formula.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e4757b79e2938e48a57d129413df3f06bf638b4d
Author: Tor Lillqvist 
Date:   Wed Sep 9 09:19:00 2015 +0300

WaE: loplugin:stringconstant

Elide construction of rtl::OUString with string constant argument in
call of rtl::operator+.

Change-Id: Ic5bce873550d9755094bbd5a0867994d1670e02a

diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 675e517..5df5457 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -5596,7 +5596,7 @@ void Test::testFuncTableRef()
 OUString aFormula( OUString::createFromAscii( pColumn2Formula));
 ScAddress aPos(1,5,0);
 OUString aPrefix( aPos.Format(SCA_VALID) + " " + aFormula + " : ");
-CPPUNIT_ASSERT_EQUAL( aPrefix + OUString("448"), aPrefix + 
m_pDoc->GetString( aPos));
+CPPUNIT_ASSERT_EQUAL( OUString(aPrefix + "448"), OUString(aPrefix + 
m_pDoc->GetString(aPos)));
 }
 
 // Set header in column B. Use ScDocFunc to have table column names 
refreshed.
@@ -5772,7 +5772,7 @@ void Test::testFuncTableRef()
 OUString aFormula( OUString::createFromAscii( pColumn3Formula));
 ScAddress aPos(5,13,0);
 OUString aPrefix( aPos.Format(SCA_VALID) + " " + aFormula + " : ");
-CPPUNIT_ASSERT_EQUAL( aPrefix + OUString("448"), aPrefix + 
m_pDoc->GetString( aPos));
+CPPUNIT_ASSERT_EQUAL( OUString(aPrefix + "448"), OUString(aPrefix + 
m_pDoc->GetString(aPos)));
 }
 
 m_pDoc->DeleteTab(0);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94012] Constant crash after upgrade

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94012

--- Comment #7 from Vittorio F.  ---
Created attachment 118539
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118539=edit
strace.log

-- 
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 93992] Typos in Calc function names and error codes

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93992

--- Comment #7 from Daniel Rentz  ---
The test document contains a column with formulas using all functions supported
in LO 5.0, and another column that extracts the translated function names using
the FORMULA() function. Just open the document with a specific UI language, and
it will show the translated function names.

-- 
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: editeng/source

2015-09-09 Thread Stephan Bergmann
 editeng/source/editeng/editeng.cxx |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

New commits:
commit a622aaf28fbf01a4de44c9e5c2c85b46bf63697b
Author: Stephan Bergmann 
Date:   Wed Sep 9 10:05:00 2015 +0200

clang-analyzer-deadcode.DeadStores

...uselessly introduced with 94cac4c58d234fa7f75a115351b6d4dc02edab69 
"changed
to new clipboard interface"

Change-Id: I4e446c7e524f1c80fe82d699d8c16e5cfa59932c

diff --git a/editeng/source/editeng/editeng.cxx 
b/editeng/source/editeng/editeng.cxx
index 910b487..6da4272 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -270,13 +270,9 @@ void EditEngine::Draw( OutputDevice* pOutDev, const 
Rectangle& rOutRect, const P
 if ( bClip )
 {
 // Clip only if necessary...
-if ( !rStartDocPos.X() && !rStartDocPos.Y() &&
- ( rOutRect.GetHeight() >= (long)GetTextHeight() ) &&
- ( rOutRect.GetWidth() >= (long)CalcTextWidth() ) )
-{
-bClip = false;
-}
-else
+if ( rStartDocPos.X() || rStartDocPos.Y() ||
+ ( rOutRect.GetHeight() < (long)GetTextHeight() ) ||
+ ( rOutRect.GetWidth() < (long)CalcTextWidth() ) )
 {
 // Some printer drivers cause problems if characters graze the
 // ClipRegion, therefore rather add a pixel more ...
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93887] Crash when pasting with the middle mouse button (GTK3)

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93887

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #12 from Caolán McNamara  ---
I think the trick to reproducing this is to select in writer, paste if you
want, then click inside writer to drop the selection and then middle paste
again.

i.e. libreoffice owns the clipboard by putting something into it, then puts
nothing into it on setting a null selection but still owns it and thinks it no
longer owns it because its empty.

-- 
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: editeng/source

2015-09-09 Thread Stephan Bergmann
 editeng/source/rtf/rtfitem.cxx |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 3870d1145696a5d3969c269b5a8b19a6360d6b63
Author: Stephan Bergmann 
Date:   Wed Sep 9 10:22:17 2015 +0200

clang-analyzer-deadcode.DeadStores

(a use of nStyleNo at the end of SvxRTFParser::ReadAttr had been in a 
commented-
out clode block ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial
import," and later been cleaned from the code)

Change-Id: Ic9e30cc1bccca9c4246deb50fbc6d545e3ea31a2

diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx
index fb3e84c..d8a9739 100644
--- a/editeng/source/rtf/rtfitem.cxx
+++ b/editeng/source/rtf/rtfitem.cxx
@@ -206,7 +206,6 @@ void SvxRTFParser::ReadAttr( int nToken, SfxItemSet* pSet )
 DBG_ASSERT( pSet, "A SfxItemSet has to be provided as argument!" );
 bool bFirstToken = true;
 bool bContinue = true;
-sal_uInt16 nStyleNo = 0;// default
 FontUnderline eUnderline;
 FontUnderline eOverline;
 FontEmphasisMark eEmphasis;
@@ -222,7 +221,6 @@ void SvxRTFParser::ReadAttr( int nToken, SfxItemSet* pSet )
 {
 case RTF_PARD:
 RTFPardPlain( true,  );
-nStyleNo = 0;
 bPardTokenRead = true;
 break;
 
@@ -287,7 +285,7 @@ void SvxRTFParser::ReadAttr( int nToken, SfxItemSet* pSet )
 }
 else
 {
-nStyleNo = -1 == nTokenValue ? 0 : sal_uInt16(nTokenValue);
+sal_uInt16 nStyleNo = -1 == nTokenValue ? 0 : 
sal_uInt16(nTokenValue);
 /* setze am akt. auf dem AttrStack stehenden Style die
I sit on akt. which is on the immediate style AttrStack 
*/
 // StyleNummer
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 65865] FILEOPEN: .doc import paragraph center bug

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65865

Luke  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 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 65865] FILEOPEN: .doc import paragraph center bug

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65865

--- Comment #9 from Luke  ---
Created attachment 118543
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118543=edit
Writer vs Word

Xisco, 
You need to compare the .doc to the docx or Writer vs Word. The close
parenthesis should be under the "W".

Still not fixed in:

Version: 5.1.0.0.alpha1+
Build ID: 9a8a4442fd6368c20cf6a3d7efa3bd42962ee12f

-- 
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 93373] Black bar when launched maximized (GTK3)

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93373

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||v17...@gmail.com

--- Comment #4 from Maxim Monastirsky  ---
*** Bug 94047 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: vcl/unx

2015-09-09 Thread Caolán McNamara
 vcl/unx/gtk3/app/gtk3gtkinst.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit f3f1919aa4eca2f6180649eda43bcb813b1f0450
Author: Caolán McNamara 
Date:   Wed Sep 9 09:45:58 2015 +0100

Resolves: tdf#93887 distinguish between empty selection lost selection

Change-Id: Id0be728602b3c58b2853ff464336d68303531efe

diff --git a/vcl/unx/gtk3/app/gtk3gtkinst.cxx b/vcl/unx/gtk3/app/gtk3gtkinst.cxx
index 9d7284f..1656b0f 100644
--- a/vcl/unx/gtk3/app/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/app/gtk3gtkinst.cxx
@@ -372,8 +372,11 @@ sal_Bool VclGtkClipboard::supportsService( const OUString& 
ServiceName ) throw(
 
 Reference< css::datatransfer::XTransferable > VclGtkClipboard::getContents() 
throw( RuntimeException, std::exception )
 {
-if (!m_aContents.is())
+if (G_OBJECT(m_pOwner) != 
gtk_clipboard_get_owner(gtk_clipboard_get(m_nSelection)) &&
+!m_aContents.is())
 {
+//tdf#93887 This is the system clipboard/selection. We fetch it when 
we are not
+//the owner of the clipboard and have not already fetched it.
 m_aContents = new GtkTransferable(m_nSelection);
 }
 return m_aContents;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94047] Black borders when view to full screen

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94047

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||momonas...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #3 from Maxim Monastirsky  ---
See Bug 93373 for a workaround.

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

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


Re: [Libreoffice-commits] core.git: basic/source "Revert a fix that can never have worked in the first place?"

2015-09-09 Thread Stephan Bergmann

On 09/09/2015 10:20 AM, Noel Power wrote:

On 09/09/15 09:05, David Tardon wrote:

On Tue, Sep 08, 2015 at 11:05:20AM +0200, Stephan Bergmann wrote:

or what
"Allow Input as symbol for action option compatible" shall even mean:

I suppose it means using

Option Compatible

statement in the basic code.

yes it's to do with Compatiblity mode (and thus also VBASupport which
iirc implicitly sets the compatability mode),  note: I know nothing
about this fix or associated issue. But wont that codel now error out
with 'syntax error' where it would have previously passed assuming the
mode and token values matched ? Might make more sense to change the
conditional inside the 'if( SbiTokenizer::IsKwd( eTok ) ) ' test to
error out as appropriate (but not make the useless token assignment


Argh, sure.  You sometimes stare at code too long and hard to still be 
able to see the obvious.


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


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

2015-09-09 Thread Michael Meeks
 slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx |5 
+++--
 vcl/opengl/gdiimpl.cxx |4 
++--
 2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 60d1a244b18e9a2be1bffc41f73448315b4aa1ee
Author: Michael Meeks 
Date:   Tue Sep 8 21:25:17 2015 +0100

OpenGL: use CHECK_GL_ERROR() only when a context is bound.

Removes a large number of spurious GL errors left & right.

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

diff --git 
a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx 
b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
index 9f2b60b..f468f87 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
@@ -1230,11 +1230,12 @@ void SAL_CALL OGLTransitionerImpl::update( double nTime 
) throw (uno::RuntimeExc
 if (isDisposed() || !mbValidOpenGLContext || 
mpTransition->getSettings().mnRequiredGLVersion > mnGLVersion)
 return;
 
-CHECK_GL_ERROR();
 mpContext->makeCurrent();
+CHECK_GL_ERROR();
 
 glEnable(GL_DEPTH_TEST);
 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
+CHECK_GL_ERROR();
 
 if(mpTransition)
 {
@@ -1277,8 +1278,8 @@ void SAL_CALL OGLTransitionerImpl::viewChanged( const 
Reference< presentation::X
 
 void OGLTransitionerImpl::disposeTextures()
 {
-CHECK_GL_ERROR();
 mpContext->makeCurrent();
+CHECK_GL_ERROR();
 
 #if defined( GLX_EXT_texture_from_pixmap )
 const GLWindow& rGLWindow(mpContext->getOpenGLWindow());
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 0100ae2..10b5c35 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1874,9 +1874,9 @@ void OpenGLSalGraphicsImpl::endPaint()
 mpContext->AcquireDefaultFramebuffer();
 glFlush();
 mpContext->swapBuffers();
-}
 
-CHECK_GL_ERROR();
+CHECK_GL_ERROR();
+}
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94049] New: RTF IMPORT: rtf file with OLE object crashes libreoffice every time

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94049

Bug ID: 94049
   Summary: RTF IMPORT: rtf file with OLE object crashes
libreoffice every time
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: s...@mess.org

Created attachment 118545
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118545=edit
Open this file an libreoffice always crashes

Stack trace:

(gdb) bt
#0  0x2b2f49c8 in raise () at /lib64/libc.so.6
#1  0x2b2f665a in abort () at /lib64/libc.so.6
#2  0x2bd5e5a5 in __gnu_debug::_Error_formatter::_M_error() const ()
at /lib64/libstdc++.so.6
#3  0x2aaae5261dad in std::stack >::pop()
(this=0x23237d0)
at /usr/include/c++/5.1.1/bits/stl_stack.h:217
#4  0x2aaae5238a77 in
writerfilter::dmapper::DomainMapper_Impl::appendOLE(rtl::OUString const&,
std::shared_ptr) (this=0x2323780,
rStreamName=..., pOLEHandler=
std::shared_ptr (count 2, weak 0) 0x2285c80)
at
/home/sean/git/libreoffice/writerfilter/source/dmapper/DomainMapper_Impl.cxx:1374
#5  0x2aaae51ef39d in
writerfilter::dmapper::DomainMapper::sprmWithProps(writerfilter::Sprm&,
std::shared_ptr) (this=0x2224780,
rSprm=..., rContext=std::shared_ptr (count 3, weak 0) 0x2287d30)
at
/home/sean/git/libreoffice/writerfilter/source/dmapper/DomainMapper.cxx:2278
#6  0x2aaae51e7f84 in
writerfilter::dmapper::DomainMapper::lcl_sprm(writerfilter::Sprm&)
(this=0x2224780, rSprm=...)
at
/home/sean/git/libreoffice/writerfilter/source/dmapper/DomainMapper.cxx:1028
#7  0x2aaae52ab6e5 in
writerfilter::LoggedProperties::sprm(writerfilter::Sprm&) (this=0x2224780,
rSprm=...)
at
/home/sean/git/libreoffice/writerfilter/source/dmapper/LoggedResources.cxx:340
#8  0x2aaae51acfbf in
writerfilter::rtftok::RTFReferenceProperties::resolve(writerfilter::Properties&)
(this=0x1f23590, rHandler=...)
at
/home/sean/git/libreoffice/writerfilter/source/rtftok/rtfreferenceproperties.cxx:40
#9  0x2aaae51f68c0 in
writerfilter::dmapper::DomainMapper::lcl_props(std::shared_ptr) (this=0x2224780, ref=std::shared_ptr (count 3, weak 0) 0x1f23590)
at
/home/sean/git/libreoffice/writerfilter/source/dmapper/DomainMapper.cxx:3196
#10 0x2aaae52aaa33 in
writerfilter::LoggedStream::props(std::shared_ptr) (this=0x22247b8, ref=std::shared_ptr (count 3, weak 0) 0x1f23590)
at
/home/sean/git/libreoffice/writerfilter/source/dmapper/LoggedResources.cx---Type
 to continue, or q  to quit---
x:255
#11 0x2aaae515bcc5 in writerfilter::rtftok::RTFDocumentImpl::popState()
(this=0x2107790)
at
/home/sean/git/libreoffice/writerfilter/source/rtftok/rtfdocumentimpl.cxx:5414
#12 0x2aaae51c6ccd in writerfilter::rtftok::RTFTokenizer::resolveParse()
(this=0x21f73e0)
at
/home/sean/git/libreoffice/writerfilter/source/rtftok/rtftokenizer.cxx:107
#13 0x2aaae5141ae6 in
writerfilter::rtftok::RTFDocumentImpl::resolve(writerfilter::Stream&)
(this=0x2107790, rMapper=...)
at
/home/sean/git/libreoffice/writerfilter/source/rtftok/rtfdocumentimpl.cxx:710
#14 0x2aaae5325886 in
RtfFilter::filter(com::sun::star::uno::Sequence
const&) (this=0x22b2bd0, aDescriptor=...)
at /home/sean/git/libreoffice/writerfilter/source/filter/RtfFilter.cxx:152

#15 0x2ec5999d in SfxObjectShell::ImportFrom(SfxMedium&,
com::sun::star::uno::Reference const&)
(this=0x2223a50, 
rMedium=..., xInsertPosition=...)
at /home/sean/git/libreoffice/sfx2/source/doc/objstor.cxx:2279
#16 0x2ec51a2e in SfxObjectShell::DoLoad(SfxMedium*) (this=0x2223a50,
pMed=0x1f4e2a0) at /home/sean/git/libreoffice/sfx2/source/doc/objstor.cxx:775
#17 0x2ec985e3 in
SfxBaseModel::load(com::sun::star::uno::Sequence
const&) (this=0x209baf0, seqArguments=...)
at /home/sean/git/libreoffice/sfx2/source/doc/sfxbasemodel.cxx:1860
#18 0x2ed9144c in (anonymous
namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence
const&, com::sun::star::uno::Reference const&)
(this=0x20dc2d0, rArgs=..., _rTargetFrame=...)
at /home/sean/git/libreoffice/sfx2/source/view/frmload.cxx:703
#19 0x2aaad11173cc in framework::LoadEnv::impl_loadContent()
(this=0x235bad0) at
/home/sean/git/libreoffice/framework/source/loadenv/loadenv.cxx:1128
#20 0x2aaad11136c9 in framework::LoadEnv::startLoading() (this=0x235bad0)
at /home/sean/git/libreoffice/framework/source/loadenv/loadenv.cxx:388
#21 0x2aaad1094bb8 in
framework::LoadDispatcher::impl_dispatch(com::sun::star::util::URL const&,
com::sun::star::uno::Sequence const&,

[Libreoffice-bugs] [Bug 94048] Calc is too restrictive with naming cell ranges

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94048

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
Version|5.0.1.2 release |Inherited From OOo
 Ever confirmed|0   |1

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

Confirmed - thanks for filing!
Leaving this as 'bug' - could argue for 'enhancement' too, but .. ;)

Cor

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


[Libreoffice-bugs] [Bug 94012] Constant crash after upgrade

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94012

--- Comment #8 from Vittorio F.  ---
Hi, added strace.log

-- 
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 81926] UI: square instead of special character when the UI font doesn’t contain the character (lack of font substitution)

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81926

--- Comment #13 from Marina Latini  ---
(In reply to Adolfo Jayme from comment #12)
> Since the places in which this happens are just too many (and unpredictably
> so, given the different languages we support; cf. linked Launchpad bug
> report), it is my opinion that it is not feasible to open multiple reports
> for the same issue.

and what about changing this report in a meta bug?

best,
Marina

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

2015-09-09 Thread Miklos Vajna
 sw/source/core/undo/rolbck.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 79bc956e7f44b762bfd6560e5a9c9812fa3dcf4d
Author: Miklos Vajna 
Date:   Wed Sep 9 09:06:18 2015 +0200

sw: use std::unique_ptr<> in undo

Change-Id: I327108c72d6f00575491de8ee1ebc470e6d18bb5

diff --git a/sw/source/core/undo/rolbck.cxx b/sw/source/core/undo/rolbck.cxx
index 294ab3e..a30bd42 100644
--- a/sw/source/core/undo/rolbck.cxx
+++ b/sw/source/core/undo/rolbck.cxx
@@ -56,7 +56,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 OUString SwHistoryHint::GetDescription() const
 {
@@ -596,7 +596,7 @@ void SwHistoryBookmark::SetInDoc( SwDoc* pDoc, bool )
 
 SwNodes& rNds = pDoc->GetNodes();
 IDocumentMarkAccess* pMarkAccess = pDoc->getIDocumentMarkAccess();
-boost::scoped_ptr pPam;
+std::unique_ptr pPam;
 ::sw::mark::IMark* pMark = NULL;
 
 if(m_bSavePos)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94047] Black bordres when resize window to all screen

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94047

--- Comment #1 from v17564  ---
Created attachment 118540
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118540=edit
Screen capture

-- 
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 94045] FILEOPEN: Negative paragraph indents cannot be loaded from docx

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94045

Jacques Guilleron  changed:

   What|Removed |Added

 CC||guillero...@aol.com

--- Comment #1 from Jacques Guilleron  ---
Can be opened with LO 5.1.0.0.alpha1+
Build ID: d417059dae303685de7aa0f4b1c192ffcf5304d5
TinderBox: Win-x86@39, Branch:master, Time: 2015-09-05_09:23:01
Locale: fr-FR (fr_FR)
& Wiindows 7 Home Premium.

-- 
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: chart2/qa chart2/source chart2/uiconfig include/xmloff offapi/com offapi/type_reference oox/inc oox/source xmloff/source

2015-09-09 Thread Marco Cecchetti
 chart2/qa/extras/xshape/chart2xshape.cxx|   28 
 chart2/qa/extras/xshape/data/ods/tdf90839-4.ods |binary
 chart2/qa/extras/xshape/data/reference/tdf90839-1.xml   |   10 
 chart2/qa/extras/xshape/data/reference/tdf90839-2.xml   |  336 
++
 chart2/qa/extras/xshape/data/reference/tdf90839-3.xml   |  336 
++
 chart2/qa/extras/xshape/data/reference/tdf90839-4.xml   |  336 
++
 chart2/qa/extras/xshape/data/xlsx/tdf90839-2.xlsx   |binary
 chart2/qa/extras/xshape/data/xlsx/tdf90839-3.xlsx   |binary
 chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx |8 
 chart2/source/controller/dialogs/res_DataLabel.cxx  |8 
 chart2/source/controller/dialogs/res_DataLabel.hxx  |1 
 chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx  |   46 +
 chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx  |   44 +
 chart2/source/inc/chartview/ChartSfxItemIds.hxx |   13 
 chart2/source/model/main/DataPointProperties.cxx|8 
 chart2/source/model/main/DataPointProperties.hxx|1 
 chart2/source/view/charttypes/PieChart.cxx  |   29 
 chart2/source/view/charttypes/VSeriesPlotter.cxx|  139 +++-
 chart2/source/view/inc/AbstractShapeFactory.hxx |9 
 chart2/source/view/inc/OpenglShapeFactory.hxx   |9 
 chart2/source/view/inc/ShapeFactory.hxx |   36 +
 chart2/source/view/inc/VSeriesPlotter.hxx   |5 
 chart2/source/view/main/ChartItemPool.cxx   |1 
 chart2/source/view/main/OpenglShapeFactory.cxx  |   15 
 chart2/source/view/main/ShapeFactory.cxx|  103 +++
 chart2/uiconfig/ui/dlg_DataLabel.ui |   19 
 chart2/uiconfig/ui/tp_DataLabel.ui  |   21 
 include/xmloff/xmltoken.hxx |1 
 offapi/com/sun/star/chart/ChartDataPointProperties.idl  |5 
 offapi/com/sun/star/chart2/DataPointProperties.idl  |4 
 offapi/type_reference/offapi.idl|1 
 oox/inc/drawingml/chart/objectformatter.hxx |5 
 oox/source/drawingml/chart/objectformatter.cxx  |   18 
 oox/source/drawingml/chart/seriesconverter.cxx  |2 
 xmloff/source/chart/PropertyMap.hxx |1 
 xmloff/source/chart/PropertyMaps.cxx|1 
 xmloff/source/core/xmltoken.cxx |1 
 37 files changed, 1551 insertions(+), 49 deletions(-)

New commits:
commit 9ed1dd01be8afa0961e388a79e9ff4c1235820c2
Author: Marco Cecchetti 
Date:   Sun Jul 19 18:18:00 2015 +0200

tdf#90839: support for wrapped text in data labels and for centered data 
value

Now in a pie chart the text of a label can be wrapped, the wrapping is
automatic and the maximum text width is fixed to almost half the pie
radius. This feature is used to import correctly the relative text
wrapping property provided by MSO.

Moreover the data value and percent value of a label are now centered
horizontally, respect with the label text.

Conflicts:
chart2/qa/extras/xshape/chart2xshape.cxx

Change-Id: Ie10d6184365436f763cd9693a5bbefcfa9b3862b
Reviewed-on: https://gerrit.libreoffice.org/17193
Tested-by: Jenkins 
Reviewed-by: Andras Timar 

diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx 
b/chart2/qa/extras/xshape/chart2xshape.cxx
index f57fdfc..dd74e18 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -31,13 +31,20 @@ public:
 void testFdo75075();
 void testPropertyMappingBarChart();
 void testPieChartLabels1();
+void testPieChartLabels2();
+void testPieChartLabels3();
+void testPieChartLabels4();
 void testTdf76649TrendLineBug();
 
 CPPUNIT_TEST_SUITE(Chart2XShapeTest);
 CPPUNIT_TEST(testFdo75075);
 CPPUNIT_TEST(testPropertyMappingBarChart);
 CPPUNIT_TEST(testPieChartLabels1);
+CPPUNIT_TEST(testPieChartLabels2);
+CPPUNIT_TEST(testPieChartLabels3);
+CPPUNIT_TEST(testPieChartLabels4);
 CPPUNIT_TEST(testTdf76649TrendLineBug);
+
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -113,6 +120,27 @@ void Chart2XShapeTest::testPieChartLabels1()
 compareAgainstReference("tdf90839-1.xml");
 }
 
+void Chart2XShapeTest::testPieChartLabels2()
+{
+// text wrap: wrap all text labels except one
+load("chart2/qa/extras/xshape/data/xlsx/", 

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

2015-09-09 Thread Noel Grandin
 include/vcl/menu.hxx|4 
 vcl/source/window/menubarwindow.cxx |   14 --
 vcl/source/window/menubarwindow.hxx |2 --
 3 files changed, 20 deletions(-)

New commits:
commit 5ab7806d6c8e2d155fc022ace19f83afbe5f9e68
Author: Noel Grandin 
Date:   Sun Sep 6 18:37:21 2015 +0200

remove unused Link<> fields

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

diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 1d22bdc..46149cc 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -413,8 +413,6 @@ VCL_DLLPUBLIC void Invalidated();
 class VCL_DLLPUBLIC MenuBar : public Menu
 {
 Link maCloseHdl;
-Link<> maFloatHdl;
-Link<> maHideHdl;
 bool mbCloseBtnVisible : 1;
 bool mbFloatBtnVisible : 1;
 bool mbHideBtnVisible : 1;
@@ -470,8 +468,6 @@ public:
 
 void SetCloseButtonClickHdl( const Link& rLink ) { maCloseHdl 
= rLink; }
 const Link& GetCloseButtonClickHdl() const   { return 
maCloseHdl; }
-const Link<>& GetFloatButtonClickHdl() const { return 
maFloatHdl; }
-const Link<>& GetHideButtonClickHdl() const  { return 
maHideHdl; }
 
 //  - by default a menubar is displayable
 //  - if a menubar is not displayable, its MenuBarWindow will never be 
shown
diff --git a/vcl/source/window/menubarwindow.cxx 
b/vcl/source/window/menubarwindow.cxx
index d3ac8d6..7728943 100644
--- a/vcl/source/window/menubarwindow.cxx
+++ b/vcl/source/window/menubarwindow.cxx
@@ -153,11 +153,9 @@ MenuBarWindow::MenuBarWindow( vcl::Window* pParent ) :
 aCloseBtn->AddEventListener(LINK(this, MenuBarWindow, 
ToolboxEventHdl));
 aCloseBtn->SetQuickHelpText(IID_DOCUMENTCLOSE, 
ResId(SV_HELPTEXT_CLOSEDOCUMENT, *pResMgr).toString());
 
-aFloatBtn->SetClickHdl( LINK( this, MenuBarWindow, FloatHdl ) );
 aFloatBtn->SetSymbol( SymbolType::FLOAT );
 aFloatBtn->SetQuickHelpText( ResId(SV_HELPTEXT_RESTORE, 
*pResMgr).toString() );
 
-aHideBtn->SetClickHdl( LINK( this, MenuBarWindow, HideHdl ) );
 aHideBtn->SetSymbol( SymbolType::HIDE );
 aHideBtn->SetQuickHelpText( ResId(SV_HELPTEXT_MINIMIZE, 
*pResMgr).toString() );
 }
@@ -289,18 +287,6 @@ IMPL_LINK( MenuBarWindow, ShowHideListener, 
VclWindowEvent*, pEvent )
 return 0;
 }
 
-IMPL_LINK_NOARG_TYPED(MenuBarWindow, FloatHdl, Button*, void)
-{
-if (pMenu)
-static_cast(pMenu)->GetFloatButtonClickHdl().Call( pMenu );
-}
-
-IMPL_LINK_NOARG_TYPED(MenuBarWindow, HideHdl, Button*, void)
-{
-if (pMenu)
-static_cast(pMenu)->GetHideButtonClickHdl().Call( pMenu );
-}
-
 void MenuBarWindow::ImplCreatePopup( bool bPreSelectFirst )
 {
 MenuItemData* pItemData = pMenu ? pMenu->GetItemList()->GetDataFromPos( 
nHighlightedItem ) : NULL;
diff --git a/vcl/source/window/menubarwindow.hxx 
b/vcl/source/window/menubarwindow.hxx
index 7004066..da15f86 100644
--- a/vcl/source/window/menubarwindow.hxx
+++ b/vcl/source/window/menubarwindow.hxx
@@ -104,8 +104,6 @@ private:
 virtual void ApplySettings(vcl::RenderContext& rRenderContext) 
SAL_OVERRIDE;
 
 DECL_LINK_TYPED(CloseHdl, ToolBox*, void);
-DECL_LINK_TYPED(FloatHdl, Button*, void);
-DECL_LINK_TYPED(HideHdl, Button*, void);
 DECL_LINK( ToolboxEventHdl, VclWindowEvent* );
 DECL_LINK( ShowHideListener, VclWindowEvent* );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-09-09 Thread Stephan Bergmann
 basic/source/comp/exprtree.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1f6b082388c7e1eaa668f02008488b317c0d4988
Author: Stephan Bergmann 
Date:   Wed Sep 9 10:50:55 2015 +0200

Fix previous commit

...4b4a7c0d87eb580272aba0777c9021789025bdc0 "Revert a fix that can never 
have
worked in the first place?"---which presumably did work after all, as Noel
thankfully pointed out to me,


"Re: [Libreoffice-commits] core.git: basic/source 'Revert a fix that can 
never
have worked in the first place?'"

Change-Id: I411bfaacbfebf50589290c6a3040d0300c256439

diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx
index 8b22257..53dcfc5 100644
--- a/basic/source/comp/exprtree.cxx
+++ b/basic/source/comp/exprtree.cxx
@@ -215,7 +215,8 @@ SbiExprNode* SbiExpression::Term( const KeywordSymbolInfo* 
pKeywordSymbolInfo )
 return new SbiExprNode( aSym );
 }
 // no keywords allowed from here on!
-if( SbiTokenizer::IsKwd( eTok ) )
+if( SbiTokenizer::IsKwd( eTok )
+&& (!pParser->IsCompatible() || eTok != INPUT) )
 {
 pParser->Error( ERRCODE_BASIC_SYNTAX );
 bError = true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: offapi/com offapi/type_reference

2015-09-09 Thread Stephan Bergmann
 offapi/com/sun/star/chart/ChartDataPointProperties.idl |   11 ++-
 offapi/com/sun/star/chart2/DataPointProperties.idl |2 ++
 offapi/type_reference/offapi.idl   |1 -
 3 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit 773aecc810b1b39c0c3cc78eabf03054c9d113f1
Author: Stephan Bergmann 
Date:   Wed Sep 9 11:05:04 2015 +0200

Avoid needless incompatible change

..in 9ed1dd01be8afa0961e388a79e9ff4c1235820c2 "tdf#90839: support for 
wrapped
text in data labels and for centered data value" by moving the additional
optional property to the end; also, add missing @since tags

Change-Id: I6f8a6cb22d29ba27a109089892b8df009d1043db

diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl 
b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
index 8b586dc..06a3b4d 100644
--- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl
+++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
@@ -92,11 +92,6 @@ published service ChartDataPointProperties
 [optional, property] string LabelSeparator;
 
 
-/** specifies if the text of a data label (caption) must be wrapped
- */
-[optional, property] boolean TextWordWrap;
-
-
 /** specifies a number format for the display of the value in the data 
label
  */
 [optional, property] long NumberFormat;
@@ -138,6 +133,12 @@ published service ChartDataPointProperties
 percent of the radius.
  */
 [optional, property] long SegmentOffset;
+
+/** specifies if the text of a data label (caption) must be wrapped
+
+@since LibreOffice 5.1
+ */
+[optional, property] boolean TextWordWrap;
 };
 
 
diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl 
b/offapi/com/sun/star/chart2/DataPointProperties.idl
index 090d086..31bd0a4 100644
--- a/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -263,6 +263,8 @@ service DataPointProperties
 [optional, property] string LabelSeparator;
 
 /** specifies if the text of a data label (caption) must be wrapped
+
+@since LibreOffice 5.1
  */
 [optional, property] boolean TextWordWrap;
 
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 888180e..f95e6b7 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3136,7 +3136,6 @@ module com {
  interface ::com::sun::star::beans::XPropertySet;
  [property] long DataCaption;
  [property, optional] string LabelSeparator;
- [property, optional] boolean TextWordWrap;
  [property, optional] long NumberFormat;
  [property, optional] long PercentageNumberFormat;
  [property, optional] long LabelPlacement;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94008] FILEOPEN: Crash opening password protected xlsx file

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94008

--- Comment #9 from Kevin Suo  ---
(In reply to Kevin Suo from comment #8)
By the way, I use WinDbg, with the following symbol path:
CACHE*C:\symbols;SRV*http://dev-builds.libreoffice.org/daily/master/Win-x86@39/symbols;SRV*http://dev-downloads.libreoffice.org/symstore/symbols;SRV*http://msdl.microsoft.com/download/symbols

-- 
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 87228] Data series changes require confirmation for each change

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87228

--- Comment #6 from John  ---
V 4.4.5.2 does not appear to have the problem.  Having just edited the Data
Ranges of a Chart in a spreadsheet that previously exhibited the problem ti
would appear to have been rectified.

-- 
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: ucb/source

2015-09-09 Thread Takeshi Abe
 ucb/source/core/FileAccess.cxx  |6 +++---
 ucb/source/core/cmdenv.hxx  |4 ++--
 ucb/source/core/identify.hxx|4 ++--
 ucb/source/core/provprox.hxx|4 ++--
 ucb/source/core/ucbcmds.cxx |8 
 ucb/source/core/ucbprops.hxx|4 ++--
 ucb/source/core/ucbstore.cxx|4 ++--
 ucb/source/core/ucbstore.hxx|9 -
 ucb/source/sorter/sortdynres.hxx|9 -
 ucb/source/sorter/sortresult.cxx|4 ++--
 ucb/source/ucp/expand/ucpexpand.cxx |4 ++--
 ucb/source/ucp/file/filinsreq.hxx   |8 
 ucb/source/ucp/file/filprp.hxx  |4 ++--
 ucb/source/ucp/file/filrow.hxx  |4 ++--
 ucb/source/ucp/file/filstr.hxx  |4 ++--
 ucb/source/ucp/file/prov.hxx|4 ++--
 ucb/source/ucp/ftp/ftpintreq.hxx|8 
 ucb/source/ucp/tdoc/tdoc_docmgr.hxx |6 +++---
 ucb/source/ucp/tdoc/tdoc_documentcontentfactory.hxx |4 ++--
 ucb/source/ucp/tdoc/tdoc_stgelems.hxx   |9 -
 ucb/source/ucp/webdav/webdavresponseparser.cxx  |2 +-
 21 files changed, 55 insertions(+), 58 deletions(-)

New commits:
commit 5cce78f9a52050e15a63761bd8af36075b1a8945
Author: Takeshi Abe 
Date:   Wed Sep 9 12:25:25 2015 +0900

ucb: tdf#88206 replace cppu::WeakImplHelper* etc.

with the variadic variants.

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

diff --git a/ucb/source/core/FileAccess.cxx b/ucb/source/core/FileAccess.cxx
index 47e86f2..b746f7a 100644
--- a/ucb/source/core/FileAccess.cxx
+++ b/ucb/source/core/FileAccess.cxx
@@ -132,7 +132,7 @@ public:
 
 // Implementation XActiveDataSink
 
-class OActiveDataSink : public cppu::WeakImplHelper1< XActiveDataSink >
+class OActiveDataSink : public cppu::WeakImplHelper< XActiveDataSink >
 {
 Reference< XInputStream > mxStream;
 
@@ -147,7 +147,7 @@ public:
 
 // Implementation XActiveDataStreamer
 
-class OActiveDataStreamer : public cppu::WeakImplHelper1< XActiveDataStreamer >
+class OActiveDataStreamer : public cppu::WeakImplHelper< XActiveDataStreamer >
 {
 Reference< XStream > mxStream;
 
@@ -162,7 +162,7 @@ public:
 
 // Implementation XCommandEnvironment
 
-class OCommandEnvironment : public cppu::WeakImplHelper1< XCommandEnvironment >
+class OCommandEnvironment : public cppu::WeakImplHelper< XCommandEnvironment >
 {
 Reference< XInteractionHandler > mxInteraction;
 
diff --git a/ucb/source/core/cmdenv.hxx b/ucb/source/core/cmdenv.hxx
index b9234cf..1e80457 100644
--- a/ucb/source/core/cmdenv.hxx
+++ b/ucb/source/core/cmdenv.hxx
@@ -20,7 +20,7 @@
 #ifndef INCLUDED_UCB_SOURCE_CORE_CMDENV_HXX
 #define INCLUDED_UCB_SOURCE_CORE_CMDENV_HXX
 
-#include "cppuhelper/implbase3.hxx"
+#include 
 
 #include "com/sun/star/lang/XInitialization.hpp"
 #include "com/sun/star/lang/XServiceInfo.hpp"
@@ -30,7 +30,7 @@
 namespace ucb_cmdenv {
 
 class UcbCommandEnvironment :
-public cppu::WeakImplHelper3< com::sun::star::lang::XInitialization,
+public cppu::WeakImplHelper< com::sun::star::lang::XInitialization,
   com::sun::star::lang::XServiceInfo,
   com::sun::star::ucb::XCommandEnvironment 
>
 {
diff --git a/ucb/source/core/identify.hxx b/ucb/source/core/identify.hxx
index 375d2c9..a17742e 100644
--- a/ucb/source/core/identify.hxx
+++ b/ucb/source/core/identify.hxx
@@ -22,10 +22,10 @@
 
 #include 
 #include 
-#include 
+#include 
 
 
-class ContentIdentifier : public cppu::WeakImplHelper1 <
+class ContentIdentifier : public cppu::WeakImplHelper <
 css::ucb::XContentIdentifier >
 {
 public:
diff --git a/ucb/source/core/provprox.hxx b/ucb/source/core/provprox.hxx
index 03ab40f..b4a3d5f 100644
--- a/ucb/source/core/provprox.hxx
+++ b/ucb/source/core/provprox.hxx
@@ -30,7 +30,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 
 
@@ -39,7 +39,7 @@
 
 
 
-class UcbContentProviderProxyFactory : public cppu::WeakImplHelper2 <
+class UcbContentProviderProxyFactory : public cppu::WeakImplHelper <
 css::lang::XServiceInfo,
 css::ucb::XContentProviderFactory >
 {
diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx
index 0669335..cfdebc8 100644
--- a/ucb/source/core/ucbcmds.cxx
+++ b/ucb/source/core/ucbcmds.cxx
@@ -19,7 +19,7 @@
 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
@@ -94,7 +94,7 @@ struct TransferCommandContext
 
 
 class InteractionHandlerProxy :
-public cppu::WeakImplHelper1< 

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

2015-09-09 Thread Takeshi Abe
 unotools/inc/pch/precompiled_utl.hxx|3 +--
 unotools/source/config/configitem.cxx   |4 ++--
 unotools/source/config/itemholder1.hxx  |4 ++--
 unotools/source/config/useroptions.cxx  |3 ++-
 unotools/source/config/xmlaccelcfg.cxx  |1 -
 unotools/source/misc/closeveto.cxx  |4 ++--
 unotools/source/misc/desktopterminationobserver.cxx |4 ++--
 unotools/source/misc/eventlisteneradapter.cxx   |4 ++--
 unotools/source/misc/sharedunocomponent.cxx |4 ++--
 unotools/source/ucbhelper/XTempFile.hxx |4 ++--
 unotools/source/ucbhelper/ucblockbytes.cxx  |   17 -
 11 files changed, 25 insertions(+), 27 deletions(-)

New commits:
commit a9c83ee37561e0dbf5f1ad57a4de7c179785c45b
Author: Takeshi Abe 
Date:   Wed Sep 9 12:51:01 2015 +0900

unotools: tdf#88206 replace cppu::WeakImplHelper*

with the variadic variants.

Change-Id: I43d586da78976c33557e66ced9782ac7adb8dc77
Reviewed-on: https://gerrit.libreoffice.org/18428
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/unotools/inc/pch/precompiled_utl.hxx 
b/unotools/inc/pch/precompiled_utl.hxx
index dd498fc..08314b4 100644
--- a/unotools/inc/pch/precompiled_utl.hxx
+++ b/unotools/inc/pch/precompiled_utl.hxx
@@ -131,8 +131,7 @@
 #include 
 #include 
 #include 
-#include 
-#include 
+#include 
 #include 
 #include 
 #include 
diff --git a/unotools/source/config/configitem.cxx 
b/unotools/source/config/configitem.cxx
index 08f2f71..fd1c423 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -51,7 +51,7 @@ using namespace com::sun::star::beans;
 using namespace com::sun::star::container;
 using namespace com::sun::star::configuration;
 
-#include 
+#include 
 
 #ifdef DBG_UTIL
 static inline void lcl_CFG_DBG_EXCEPTION(const sal_Char* cText, const 
Exception& rEx)
@@ -77,7 +77,7 @@ catch(const Exception& rEx)   \
 */
 
 namespace utl{
-class ConfigChangeListener_Impl : public cppu::WeakImplHelper1
+class ConfigChangeListener_Impl : public cppu::WeakImplHelper
 <
 com::sun::star::util::XChangesListener
 >
diff --git a/unotools/source/config/itemholder1.hxx 
b/unotools/source/config/itemholder1.hxx
index 8cb1729..9e40618 100644
--- a/unotools/source/config/itemholder1.hxx
+++ b/unotools/source/config/itemholder1.hxx
@@ -21,11 +21,11 @@
 #define INCLUDED_UNOTOOLS_SOURCE_CONFIG_ITEMHOLDER1_HXX
 
 #include 
-#include 
+#include 
 #include 
 
 class ItemHolder1 : private ItemHolderMutexBase
-  , public  ::cppu::WeakImplHelper1< css::lang::XEventListener 
>
+  , public  ::cppu::WeakImplHelper< css::lang::XEventListener >
 {
 
 // member
diff --git a/unotools/source/config/useroptions.cxx 
b/unotools/source/config/useroptions.cxx
index 424b2be..639200f 100644
--- a/unotools/source/config/useroptions.cxx
+++ b/unotools/source/config/useroptions.cxx
@@ -29,6 +29,7 @@
 #include 
 #include "itemholder1.hxx"
 
+#include 
 #include 
 #include 
 #include 
@@ -70,7 +71,7 @@ static o3tl::enumarray 
vOptionNames = {
 
 std::weak_ptr SvtUserOptions::xSharedImpl;
 
-class SvtUserOptions::ChangeListener : public 
cppu::WeakImplHelper1
+class SvtUserOptions::ChangeListener : public 
cppu::WeakImplHelper
 {
 public:
 explicit ChangeListener (Impl& rParent): m_rParent(rParent) { }
diff --git a/unotools/source/config/xmlaccelcfg.cxx 
b/unotools/source/config/xmlaccelcfg.cxx
index 47796e6..8ee8953 100644
--- a/unotools/source/config/xmlaccelcfg.cxx
+++ b/unotools/source/config/xmlaccelcfg.cxx
@@ -21,7 +21,6 @@
 
 #include 
 #include 
-#include 
 #include 
 
 using namespace com::sun::star::uno;
diff --git a/unotools/source/misc/closeveto.cxx 
b/unotools/source/misc/closeveto.cxx
index c8e68c2..144cb24 100644
--- a/unotools/source/misc/closeveto.cxx
+++ b/unotools/source/misc/closeveto.cxx
@@ -21,7 +21,7 @@
 
 #include 
 
-#include 
+#include 
 #include 
 #include 
 
@@ -46,7 +46,7 @@ namespace utl
 
 //= CloseListener_Impl
 
-typedef ::cppu::WeakImplHelper1 <   XCloseListener
+typedef ::cppu::WeakImplHelper <   XCloseListener
 >   CloseListener_Base;
 class CloseListener_Impl : public CloseListener_Base
 {
diff --git a/unotools/source/misc/desktopterminationobserver.cxx 
b/unotools/source/misc/desktopterminationobserver.cxx
index b6785ac..cecb590 100644
--- a/unotools/source/misc/desktopterminationobserver.cxx
+++ b/unotools/source/misc/desktopterminationobserver.cxx
@@ -21,7 +21,7 @@
 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 
@@ -56,7 +56,7 @@ namespace utl
 
 //= OObserverImpl
 
-class OObserverImpl : public ::cppu::WeakImplHelper1< 
XTerminateListener >
+class OObserverImpl : public 

[Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #50 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

testtools: tdf#88206 replace cppu::WeakImplHelper*

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 on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #51 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

unotools: tdf#88206 replace cppu::WeakImplHelper*

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 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #52 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

ucb: tdf#88206 replace cppu::WeakImplHelper* etc.

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


[Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #51 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

unotools: tdf#88206 replace cppu::WeakImplHelper*

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 on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 65865] FILEOPEN: Do NOT load the default values of the styles in doc import filter

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65865

Luke  changed:

   What|Removed |Added

 CC||vmik...@collabora.co.uk
Summary|FILEOPEN: .doc import   |FILEOPEN: Do NOT load the
   |paragraph center bug|default values of the
   ||styles in doc import filter

--- Comment #10 from Luke  ---
Miklos may be interested in this. Since:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=b95d203bc17c83ec0fe5139f519d53ed1d842d3a

Fixed the docx issue. The likely solution is to not load the default values of
the styles in doc import filter.

-- 
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 94046] New: UNO API LibreOffice Writer Process hang / freeze C#

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94046

Bug ID: 94046
   Summary: UNO API LibreOffice Writer Process hang / freeze C#
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tahirve...@gmail.com

I have an appication in which I fill the OpenOffice text document using
bookmarks and then save them as PDF (C#, .NET 4.0, VS 2010). The problem is
that when the document filled first time then everything works fine but after
closing the document using API and open new document and try to fill (
Automatically using Uno API) then Uno API process won't get response from
LibreOffice.

Mean second time LibreOffice process won't response on writng bookmarks and my
application process wait for the response of LibreOffice. This results in hang
in my application, as my process wait indefinitely response from Uno API (and
may be Uno API wait for response from running LibreOffice process).

The file is loaded from a template and bookmarks are filled. Program is started
using 

soffice -accept=pipe,name=myPipeName;urp;StarOffice.ServiceManager -nodefault
-nologo -nofirststartwizard -norestore

using UnoUrlResolver I have connected to running office instance. It is may be
some bug in Uno API thread or what can be the reason?

-- 
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: include/vcl vcl/source

2015-09-09 Thread Noel Grandin
 include/vcl/field.hxx   |3 ---
 vcl/source/control/field.cxx|   36 
 vcl/source/control/field2.cxx   |   12 
 vcl/source/control/longcurr.cxx |   14 --
 4 files changed, 65 deletions(-)

New commits:
commit 61afb4bebafe6e615611e74b17ce0fc43648813f
Author: Noel Grandin 
Date:   Sun Sep 6 18:41:59 2015 +0200

remove unused Link<> field

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

diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index d5503cd..e6e117e 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -43,7 +43,6 @@ class VCL_DLLPUBLIC FormatterBase
 private:
 VclPtrmpField;
 LocaleDataWrapper*  mpLocaleDataWrapper;
-Link<>  maErrorLink;
 boolmbReformat;
 boolmbStrictFormat;
 boolmbEmptyFieldValue;
@@ -83,8 +82,6 @@ public:
 
 const AllSettings&  GetFieldSettings() const;
 
-const Link<>&   GetErrorHdl() const { return 
maErrorLink; }
-
 voidSetEmptyFieldValue();
 boolIsEmptyFieldValue() const;
 
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index cb6b46b..41a72a9 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -495,18 +495,6 @@ bool NumericFormatter::ImplNumericReformat( const 
OUString& rStr, sal_Int64& rVa
 {
 sal_Int64 nTempVal = ClipAgainstMinMax(rValue);
 
-if ( GetErrorHdl().IsSet() && (rValue != nTempVal) )
-{
-mnCorrectedValue = nTempVal;
-if ( !GetErrorHdl().Call( this ) )
-{
-mnCorrectedValue = 0;
-return false;
-}
-else
-mnCorrectedValue = 0;
-}
-
 rOutStr = CreateFieldText( nTempVal );
 return true;
 }
@@ -1396,18 +1384,6 @@ bool MetricFormatter::ImplMetricReformat( const 
OUString& rStr, double& rValue,
 else if ( nTempVal < GetMin())
 nTempVal = (double)GetMin();
 
-if ( GetErrorHdl().IsSet() && (rValue != nTempVal) )
-{
-mnCorrectedValue = (sal_Int64)nTempVal;
-if ( !GetErrorHdl().Call( this ) )
-{
-mnCorrectedValue = 0;
-return false;
-}
-else
-mnCorrectedValue = 0;
-}
-
 rOutStr = CreateFieldText( (sal_Int64)nTempVal );
 return true;
 }
@@ -1950,18 +1926,6 @@ bool CurrencyFormatter::ImplCurrencyReformat( const 
OUString& rStr, OUString& rO
 else if ( nTempVal < GetMin())
 nTempVal = GetMin();
 
-if ( GetErrorHdl().IsSet() && (nValue != nTempVal) )
-{
-mnCorrectedValue = nTempVal;
-if ( !GetErrorHdl().Call( this ) )
-{
-mnCorrectedValue = 0;
-return false;
-}
-else
-mnCorrectedValue = 0;
-}
-
 rOutStr = CreateFieldText( nTempVal );
 return true;
 }
diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx
index f47d6c4..b3241e1 100644
--- a/vcl/source/control/field2.cxx
+++ b/vcl/source/control/field2.cxx
@@ -1114,12 +1114,6 @@ bool DateFormatter::ImplDateReformat( const OUString& 
rStr, OUString& rOutStr, c
 else if ( aTempDate < GetMin() )
 aTempDate = GetMin();
 
-if ( GetErrorHdl().IsSet() && (aDate != aTempDate) )
-{
-if( !GetErrorHdl().Call( this ) )
-return false;
-}
-
 rOutStr = ImplGetDateAsText( aTempDate, rSettings );
 
 return true;
@@ -2159,12 +2153,6 @@ bool TimeFormatter::ImplTimeReformat( const OUString& 
rStr, OUString& rOutStr )
 else if ( aTempTime < GetMin() )
 aTempTime = GetMin();
 
-if ( GetErrorHdl().IsSet() && (aTime != aTempTime) )
-{
-if ( !GetErrorHdl().Call( this ) )
-return false;
-}
-
 bool bSecond = false;
 bool b100Sec = false;
 if ( meFormat != TimeFieldFormat::F_NONE )
diff --git a/vcl/source/control/longcurr.cxx b/vcl/source/control/longcurr.cxx
index ae9178b..adc4626 100644
--- a/vcl/source/control/longcurr.cxx
+++ b/vcl/source/control/longcurr.cxx
@@ -277,20 +277,6 @@ bool ImplLongCurrencyReformat( const OUString& rStr, 
BigInt nMin, BigInt nMax,
 else if ( nTempVal < nMin )
 nTempVal = nMin;
 
-if ( rFormatter.GetErrorHdl().IsSet() && (nValue != nTempVal) )
-{
-rFormatter.mnCorrectedValue = nTempVal;
-if ( !rFormatter.GetErrorHdl().Call(  ) )
-{
-rFormatter.mnCorrectedValue = 0;
-

[Libreoffice-commits] core.git: extensions/source include/sfx2 include/svtools include/svx include/vcl sc/source sfx2/source svtools/source svx/source sw/inc sw/source vcl/source

2015-09-09 Thread Noel Grandin
 extensions/source/propctrlr/standardcontrol.cxx |5 +
 extensions/source/propctrlr/standardcontrol.hxx |2 +-
 include/sfx2/tbxctrl.hxx|2 +-
 include/svtools/calendar.hxx|2 +-
 include/svx/lboxctrl.hxx|2 +-
 include/svx/sidebar/Popup.hxx   |2 +-
 include/vcl/dockwin.hxx |2 +-
 include/vcl/floatwin.hxx|4 ++--
 include/vcl/lstbox.hxx  |2 +-
 sc/source/ui/inc/gridwin.hxx|2 +-
 sc/source/ui/view/gridwin.cxx   |3 +--
 sfx2/source/toolbox/tbxitem.cxx |4 +---
 svtools/source/control/calendar.cxx |3 +--
 svx/source/sidebar/tools/Popup.cxx  |4 +---
 svx/source/tbxctrls/lboxctrl.cxx|6 ++
 sw/inc/view.hxx |2 +-
 sw/source/uibase/inc/navipi.hxx |2 +-
 sw/source/uibase/uiview/viewling.cxx|3 +--
 sw/source/uibase/utlui/navipi.cxx   |4 +---
 vcl/source/control/combobox.cxx |5 ++---
 vcl/source/control/lstbox.cxx   |5 ++---
 vcl/source/window/dockmgr.cxx   |4 +---
 vcl/source/window/menufloatingwindow.cxx|4 +---
 vcl/source/window/menufloatingwindow.hxx|2 +-
 24 files changed, 28 insertions(+), 48 deletions(-)

New commits:
commit be73c1602dbe4d0f09d0e9c4853ec89df3eb37ad
Author: Noel Grandin 
Date:   Wed Sep 9 07:23:12 2015 +0200

convert Link<> to typed

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

diff --git a/extensions/source/propctrlr/standardcontrol.cxx 
b/extensions/source/propctrlr/standardcontrol.cxx
index 2a9005a..b1c205e 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -1303,9 +1303,8 @@ namespace pcr
 }
 
 
-IMPL_LINK( DropDownEditControl, ReturnHdl, OMultilineFloatingEdit*, 
/*pMEd*/)
+IMPL_LINK_NOARG_TYPED( DropDownEditControl, ReturnHdl, FloatingWindow*, 
void)
 {
-
 OUString aStr = m_pFloatingEdit->getEdit().GetText();
 OUString aStr2 = GetText();
 ShowDropDown(false);
@@ -1315,8 +1314,6 @@ namespace pcr
 if ( m_pHelper )
 m_pHelper->notifyModifiedValue();
 }
-
-return 0;
 }
 
 
diff --git a/extensions/source/propctrlr/standardcontrol.hxx 
b/extensions/source/propctrlr/standardcontrol.hxx
index e88111c..7345543 100644
--- a/extensions/source/propctrlr/standardcontrol.hxx
+++ b/extensions/source/propctrlr/standardcontrol.hxx
@@ -406,7 +406,7 @@ namespace pcr
 longFindPos(long nSinglePos);
 
 private:
-DECL_LINK( ReturnHdl, OMultilineFloatingEdit* );
+DECL_LINK_TYPED( ReturnHdl, FloatingWindow*, void );
 DECL_LINK_TYPED( DropDownHdl, Button*, void );
 
 bool ShowDropDown( bool bShow );
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index 2ceb704..2fbbcbf 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -173,7 +173,7 @@ friend struct SfxTbxCtrlFactory;
 SfxToolBoxControl_Impl*pImpl;
 
 protected:
-DECL_LINK( PopupModeEndHdl, void * );
+DECL_LINK_TYPED( PopupModeEndHdl, FloatingWindow*, void );
 DECL_LINK_TYPED( ClosePopupWindow, SfxPopupWindow *, void );
 
 // old SfxToolBoxControl methods
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index a9546b5..6bb8bf3 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -360,7 +360,7 @@ private:
 
 DECL_DLLPRIVATE_LINK_TYPED( ImplSelectHdl, Calendar*, 
void );
 DECL_DLLPRIVATE_LINK_TYPED( ImplClickHdl, Button*, 
void );
-DECL_DLLPRIVATE_LINK( ImplPopupModeEndHdl, void* );
+DECL_DLLPRIVATE_LINK_TYPED( ImplPopupModeEndHdl, 
FloatingWindow*, void );
 
 public:
 CalendarField( vcl::Window* pParent, WinBits nWinStyle 
);
diff --git a/include/svx/lboxctrl.hxx b/include/svx/lboxctrl.hxx
index a782530..a6ab60d 100644
--- a/include/svx/lboxctrl.hxx
+++ b/include/svx/lboxctrl.hxx
@@ -38,7 +38,7 @@ protected:
 
 voidImpl_SetInfo( sal_uInt16 nCount );
 
-DECL_LINK( PopupModeEndHdl, void * );
+DECL_LINK_TYPED( PopupModeEndHdl, FloatingWindow*, void );
 DECL_LINK( SelectHdl, void * );
 
 public:
diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx
index 7b44492..6b0c787 100644
--- a/include/svx/sidebar/Popup.hxx
+++ b/include/svx/sidebar/Popup.hxx
@@ -97,7 +97,7 @@ private:
 const ::rtl::OUString msAccessibleName;
 

[Libreoffice-bugs] [Bug 70361] Add box plot (a.k.a. box-and-whiskers plot) chart type

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70361

--- Comment #11 from Ian L  ---

I've worked out how to ammend the macros.
Please ignore my statement ", but which is not "open", in so far as the
production of the plot in OpenOffice Draw is not transparent and cannot easily
be ammended or added to:" That is simply not true.

(In reply to Ian L from comment #10)
> Comparison of multiple Box plots scaled on the same scale is an essential
> tool for data visualisation.  I urge that this feature is created as a
> matter of urgency.
> 
> There is a decent basic implementation here where all the boxes are plotted
> on a common scale, but which is not "open", in so far as the production of
> the plot in OpenOffice Draw is not transparent and cannot easily be ammended
> or added to:
> http://www.westmont.edu/~phunter/ma5/oo/boxplots.html
> 
> It has the drawbacks of not permitting the setting of "fences" (to determine
> outliers) nor does it allow the plotting of the mean as well as the median. 
> 
> The following project appears not to be active:
> 
> http://extensions.libreoffice.org/extension-center/advance-office-chart

-- 
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 94040] il righello laterale non c' è !

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94040

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||momonas...@gmail.com
 Resolution|--- |NOTABUG

--- Comment #2 from Maxim Monastirsky  ---
Hi,

The vertical ruler is off by default. You can enable it at
Tools->Options...->LibreOffice Writer->View.

-- 
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 - filter/source testtools/source

2015-09-09 Thread Caolán McNamara
 filter/source/graphicfilter/ieps/ieps.cxx |3 ++-
 testtools/source/bridgetest/bridgetest.cxx|7 +++
 testtools/source/bridgetest/constructors.cxx  |7 +++
 testtools/source/bridgetest/cppobj.cxx|4 ++--
 testtools/source/bridgetest/currentcontextchecker.cxx |4 ++--
 testtools/source/bridgetest/currentcontextchecker.hxx |4 ++--
 testtools/source/bridgetest/multi.hxx |4 ++--
 testtools/source/performance/ubtest.cxx   |4 ++--
 8 files changed, 18 insertions(+), 19 deletions(-)

New commits:
commit c30c6357743a4f0845269aef493a661cd1375eec
Author: Caolán McNamara 
Date:   Wed Sep 9 09:11:50 2015 +0100

speed up eps testing

Change-Id: I5a7c42aff29277a8189dc00a4a3a185d3a8d3021

diff --git a/filter/source/graphicfilter/ieps/ieps.cxx 
b/filter/source/graphicfilter/ieps/ieps.cxx
index ddabfc7..a1924c6 100644
--- a/filter/source/graphicfilter/ieps/ieps.cxx
+++ b/filter/source/graphicfilter/ieps/ieps.cxx
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -724,7 +725,7 @@ GraphicImport( SvStream & rStream, Graphic & rGraphic, 
FilterConfigItem* )
 long nHeight = nNumb[3] - nNumb[1] + 1;
 
 // if there is no preview -> try with gs to make one
-if( !bHasPreview )
+if (!bHasPreview && !utl::ConfigManager::IsAvoidConfig())
 {
 bHasPreview = RenderAsEMF(pBuf, nBytesRead, aGraphic);
 if (!bHasPreview)
commit ac142d91b6c141f4f2b8ee4966be8c9b2eb63e82
Author: Takeshi Abe 
Date:   Tue Sep 8 10:31:57 2015 +0900

testtools: tdf#88206 replace cppu::WeakImplHelper*

with the variadic variants.

Change-Id: I6c77b9219c772f38005431fed7cd0f4132fab2b9
Reviewed-on: https://gerrit.libreoffice.org/18395
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/testtools/source/bridgetest/bridgetest.cxx 
b/testtools/source/bridgetest/bridgetest.cxx
index d17900f..4288902 100644
--- a/testtools/source/bridgetest/bridgetest.cxx
+++ b/testtools/source/bridgetest/bridgetest.cxx
@@ -32,8 +32,7 @@
 #include "uno/environment.hxx"
 
 #include 
-#include 
-#include 
+#include 
 #include 
 
 #include 
@@ -102,7 +101,7 @@ bool checkEmpty(OUString const & string, char const * 
message) {
 
 
 class TestBridgeImpl : public osl::DebugBase,
-   public WeakImplHelper2< XMain, XServiceInfo >
+   public WeakImplHelper< XMain, XServiceInfo >
 {
 Reference< XComponentContext > m_xContext;
 
@@ -305,7 +304,7 @@ static bool performSequenceOfCallTest( const Reference < 
XBridgeTest >  )
 return xLBT->sequenceOfCallTestPassed();
 }
 
-class ORecursiveCall : public WeakImplHelper1< XRecursiveCall >
+class ORecursiveCall : public WeakImplHelper< XRecursiveCall >
 {
 private:
 Mutex m_mutex;
diff --git a/testtools/source/bridgetest/constructors.cxx 
b/testtools/source/bridgetest/constructors.cxx
index 3eb4d97..9212e97 100644
--- a/testtools/source/bridgetest/constructors.cxx
+++ b/testtools/source/bridgetest/constructors.cxx
@@ -32,8 +32,7 @@
 #include "com/sun/star/uno/XInterface.hpp"
 #include "cppu/unotype.hxx"
 #include "cppuhelper/factory.hxx"
-#include "cppuhelper/implbase1.hxx"
-#include "cppuhelper/implbase2.hxx"
+#include 
 #include "cppuhelper/implementationentry.hxx"
 #include "cppuhelper/weak.hxx"
 #include "rtl/string.h"
@@ -51,7 +50,7 @@ namespace {
 
 namespace ttb = ::test::testtools::bridgetest;
 class Impl:
-public cppu::WeakImplHelper1,
+public cppu::WeakImplHelper,
 private boost::noncopyable
 {
 public:
@@ -198,7 +197,7 @@ void Impl::initialize(css::uno::Sequence< css::uno::Any > 
const & arguments)
 }
 
 
-class Impl2: public ::cppu::WeakImplHelper2<
+class Impl2: public ::cppu::WeakImplHelper<
 css::lang::XInitialization, ttb::XMultiBase1 >
 {
 public:
diff --git a/testtools/source/bridgetest/cppobj.cxx 
b/testtools/source/bridgetest/cppobj.cxx
index 4b74e4a..8e4ed6a 100644
--- a/testtools/source/bridgetest/cppobj.cxx
+++ b/testtools/source/bridgetest/cppobj.cxx
@@ -26,7 +26,7 @@
 #include 
 #include 
 
-#include 
+#include 
 #include 
 #include "cppuhelper/exc_hlp.hxx"
 #include "cppuhelper/compbase_ex.hxx"
@@ -116,7 +116,7 @@ static void assign( TestData & rData,
 
 class Test_Impl :
 public osl::DebugBase,
-public WeakImplHelper3< XBridgeTest2, XServiceInfo , XRecursiveCall >
+public WeakImplHelper< XBridgeTest2, XServiceInfo , XRecursiveCall >
 {
 TestData _aData, _aStructData;
 sal_Int32 m_nLastCallId;
diff --git a/testtools/source/bridgetest/currentcontextchecker.cxx 
b/testtools/source/bridgetest/currentcontextchecker.cxx
index adb0fb3..17ca1cc 100644
--- a/testtools/source/bridgetest/currentcontextchecker.cxx

[Bug 93243] replace boost::bind with C++11 lambdas

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93243

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

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

tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxx

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 on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #50 from Commit Notification 
 ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to "master":

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

testtools: tdf#88206 replace cppu::WeakImplHelper*

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 94011] TABLE: Table border (dashed) is not saved

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94011

--- Comment #3 from Oliver Specht  ---
The unsaved border types are fine_dashed, dashed_dot, dashed_dot_dot and
double_thin.

-- 
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 94019] Inconsistent behaviour when drag-moving a chart, chart doesn't always move with mouse.

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94019

--- Comment #3 from kie...@gmail.com ---
Hi,

Didn't fix it, changed 200MB -> 512MB and 5MB -> 24MB per object.

Unticked hardware acceleration and 'Use anti-aliasing' - still happens

Use OpenGL doesn't work, even if I tick force opengl, it unticks itself.

Bug still happens so it's not a hardware or graphics cache memory issue -
especially as it tends to happen soon after opening LibreOffice.

I would think the way to find this bug is look for the code that causes the
icon to display a little rectangle when dragging (as part of the mouse icon)
and trace back from there, look for an if statement that goes one way or the
other - this appears to be a kludge for a piece of code that fails to work -
why does it fail?

Where are mouse icons stored, what is this particular icons reference code?

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

2015-09-09 Thread Caolán McNamara
 sw/source/ui/frmdlg/cption.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit b95175cc41f96ce669d2a4d4c55034c1f80ac74b
Author: Caolán McNamara 
Date:   Wed Sep 9 11:30:11 2015 +0100

stray debugging lines

Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89

diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx
index d68c0b6..db588e6 100644
--- a/sw/source/ui/frmdlg/cption.cxx
+++ b/sw/source/ui/frmdlg/cption.cxx
@@ -317,8 +317,6 @@ IMPL_LINK_NOARG(SwCaptionDialog, ModifyHdl)
 SwFieldType* pType = (bCorrectFieldName && !bNone)
 ? rSh.GetFieldType( RES_SETEXPFLD, sFieldTypeName )
 : 0;
-fprintf(stderr, "pType is %p\n", pType);
-fprintf(stderr, "bCorrectFieldName is %d\n", bCorrectFieldName);
 m_pOKButton->Enable( bCorrectFieldName &&
 (!pType ||
 static_cast(pType)->GetType() 
== nsSwGetSetExpType::GSE_SEQ) );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-09-09 Thread Miklos Vajna
 vcl/source/app/scheduler.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 3dfeae78cac187ec27f873271005c77aebafd038
Author: Miklos Vajna 
Date:   Wed Sep 9 12:30:18 2015 +0200

vcl: restore lost hunk in Scheduler::ImplStartTimer()

Regression from commit 6d64d2f38d9f6c2f54e05675ecd0709eabf6d8ca (Minor
refactoring and cleanup of Scheduler and Timer., 2015-07-19), the old
Timer::ImplStartTimer() used to set nMS to at least 1, but the new
Scheduler::ImplStartTimer() didn't do that.

With this, JunitTest_sw_unoapi_3 no longer hangs for me.

Change-Id: I16ad360f1e5430cde7ec8b28e8c2620d260c9ec0

diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index c4fb701..3f18ab7 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -116,6 +116,9 @@ void Scheduler::ImplStartTimer(sal_uInt64 nMS, bool bForce)
 ImplSVData* pSVData = ImplGetSVData();
 InitSystemTimer(pSVData);
 
+if ( !nMS )
+nMS = 1;
+
 // Update timeout only when not in timer handler and
 // only if smaller timeout, to avoid skipping.
 if (bForce || (!pSVData->mnUpdateStack &&
@@ -290,3 +293,5 @@ Scheduler::~Scheduler()
 mpSchedulerData->mpScheduler = NULL;
 }
 }
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Libreoffice build : Chart and spellcheck not working

2015-09-09 Thread Christian Lohmaier
On Tue, Sep 8, 2015 at 2:45 PM, Madhura Ravindra Palsule
 wrote:
> Hi,> My OS version is Win 7.
> trying to build using a patch updated.
> Struggling with spellcheck, unable to add dictionaries in build (tried using
> flag --with-external-dict-dir = libo-core/dictionsries/en  and
> --with-myspell-dicts= libo-core/dictionsries/en ) But no use, giving same
> output.
> [...]
> No dictionary is copied to installed folder\extension folder
> How to include dictionaries form source in resulting msi?

By *not* using those flags.

with-extenal-dict-dir tells LO (once it is installed) to look for
dictionaries in the specified path. This is mostly for
linux-distributions that have systemwide installed dictionaries in
/usr/share/myspell or similar.

and --with-myspell-dicts realls should be treated as
--enable-myspell-dicts - it doesn't accept a path. It only checks for
"yes" and libo-core/dictionaries... is != yes, so it is af if you had
specified "--without-myspell-dicts", i.e. the exact opposite of what
you want.

(And even if it accepted a path in the source - why specify the name
of the toplevel directory? I would expect it to find it in
//dictionaries/en
if you're building within the sourcedirectly, I would have expect just
dictionaries/en - or rather just dictionaries, as there are multiple
ones included)

you should not only specify options, but also look at what configure
prints out as result of those options.

~/vc/git/libo-core/autogen.sh
--with-external-dict-dir=libo-core/dictionsries/en
--with-myspell-dicts=libo-core/dictionaries/en | grep dict
Running ./configure with
'--with-external-dict-dir=libo-core/dictionsries/en'
'--with-myspell-dicts=libo-core/dictionaries/en'
'--srcdir=/home/cl/vc/git/libo-core' '--enable-option-checking=fatal'
checking whether to include MySpell dictionaries... no
checking whether to use dicts from external paths... yes
checking for spelling dictionary directory... file://libo-core/dictionsries/en

→ you disable inclusion of myspell dictionaries, and you tell it to
look in /libo-core/dictionsries/en (typo in the path in addition to
not doing what you want:-))

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


[Libreoffice-bugs] [Bug 93858] Page Orientation hand-over to PDF-output in OS-print-dialogue incorrect

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93858

--- Comment #6 from steve -_-  ---
Nico, absolutely agree, but since the OSX devs from LO are rare to none
existant all the rambling will not help. freedomsponsoring a bug might help
https://freedomsponsors.org/

Otherwise sit and wait or learn how to code is all we can do.

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


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

2015-09-09 Thread Tor Lillqvist
 vcl/opengl/gdiimpl.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a393cf99ae948a8144c8f0cee3a26bd432825052
Author: Tor Lillqvist 
Date:   Wed Sep 9 13:16:47 2015 +0300

Revert "add some warnings to non-implemented features"

These warnings are too annoying. So sue me.

This reverts commit 5c60dab390d66a4d5abeaf548efecf3913b90839.

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 21208b3..2b11010 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1614,11 +1614,11 @@ void OpenGLSalGraphicsImpl::invert(
 
 if( nFlags & SAL_INVERT_TRACKFRAME )
 {
-SAL_WARN("vcl.opengl", "check where this call is coming from! NOT 
IMPLEMENTED YET!");
+
 }
 else if( nFlags & SAL_INVERT_50 )
 {
-SAL_WARN("vcl.opengl", "check where this call is coming from! NOT 
IMPLEMENTED YET!");
+
 }
 else // just invert
 {
@@ -1635,11 +1635,11 @@ void OpenGLSalGraphicsImpl::invert( sal_uInt32 nPoints, 
const SalPoint* pPtAry,
 
 if( nFlags & SAL_INVERT_TRACKFRAME )
 {
-SAL_WARN("vcl.opengl", "check where this call is coming from! NOT 
IMPLEMENTED YET!");
+
 }
 else if( nFlags & SAL_INVERT_50 )
 {
-SAL_WARN("vcl.opengl", "check where this call is coming from! NOT 
IMPLEMENTED YET!");
+
 }
 else // just invert
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93776] Import of Word Doc formatting errors with text box locations

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93776

--- Comment #3 from sparknz  ---
(In reply to Cor Nouws from comment #2)
> One report, one single problem ? :)


Quote:
this bug is about the spacing above the first line of text:
"ELECTRICAL CERTIFICATE OF COMPIANCE & ELECTRICAL SAFETY CERTIFICATE"

MSWORD 1mm
LibreOffice 8mm.

/quote.

This bug was meant to be about one problem. Sorry that was not clear.

-- 
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 93678] BUILD SYSTEM: add options to disable components

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93678

--- Comment #2 from iko...@yandex.ru ---
(In reply to David Tardon from comment #1)
> This was discussed in the past several times.
Discussed — well.
But what about proper documentating the results.
Something like a link to FAQ's answer…


> 1. We want less build complexity, not more.
Why not want correctness and completeness first?

> 2. It does not work that way anyway--various unit tests need the application
> libraries. Base might be an exception, but it not easily possible to build
> without Writer or Calc.

Base NOT «might», but IS the clearest exception.
Keeping in mind Linux default (using shared libraries) you'll get lot of
wonders trying to make operable (in right way (!)) collaborate editing feature.

> Btw, all database-related functionality can be disabled by
> --disable-database-connectivity (unless it has bit-rotted).
All including interface (i.e. Base)?

For now I'm interested more in advanced build, than in disabling Base.
But due to orienting on less complexity the only available database engine is
built-in. That provides complexity while operaing with small databases, just
few tables with maximum thousands of rows.

-- 
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: formula/source

2015-09-09 Thread Stephan Bergmann
 formula/source/ui/dlg/formula.cxx |5 -
 1 file changed, 5 deletions(-)

New commits:
commit 68311d3cec745cdc62ef73639dcc34cfce98f4f2
Author: Stephan Bergmann 
Date:   Wed Sep 9 11:38:53 2015 +0200

clang-analyzer-deadcode.DeadStores

...ever since 2cb4c646a81c92d7582c0db6eedeb09128ace1c5 "CWS-TOOLING: 
integrate
CWS frmdlg"

Change-Id: I5ba64a9e8005efc5e918669d0ef3119c18c32594

diff --git a/formula/source/ui/dlg/formula.cxx 
b/formula/source/ui/dlg/formula.cxx
index 6d04323..09663f3 100644
--- a/formula/source/ui/dlg/formula.cxx
+++ b/formula/source/ui/dlg/formula.cxx
@@ -1601,11 +1601,6 @@ IMPL_LINK_NOARG_TYPED(FormulaDlg_Impl, MatrixHdl, 
Button*, void)
 
 IMPL_LINK_NOARG(FormulaDlg_Impl, FuncSelHdl)
 {
-sal_Int32 nCat = pFuncPage->GetCategory();
-if ( nCat == LISTBOX_ENTRY_NOTFOUND ) nCat = 0;
-sal_Int32 nFunc = pFuncPage->GetFunction();
-if ( nFunc == LISTBOX_ENTRY_NOTFOUND ) nFunc = 0;
-
 if (   (pFuncPage->GetFunctionEntryCount() > 0)
 && (pFuncPage->GetFunction() != LISTBOX_ENTRY_NOTFOUND) )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81234

Jacques Guilleron  changed:

   What|Removed |Added

 Blocks||94043

-- 
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: Changes to 'feature/fixes10'

2015-09-09 Thread Michael Meeks
New branch 'feature/fixes10' available with the following commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94038] Right click menu is greyed when playing video

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94038

--- Comment #2 from Yan Pashkovsky  ---
This is a regression cause in LO 4.4.5 windows there is no such problem. Hmm,
why there are so much regressions? There was nothing new for Impress from 4.4
to 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


[Libreoffice-bugs] [Bug 89082] patch-testing, ignore

2015-09-09 Thread bugzilla-daemon
https://bugzilla-test.documentfoundation.org/show_bug.cgi?id=89082

Christian Lohmaier  changed:

   What|Removed |Added

   Severity|critical|blocker

-- 
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 89082] New: patch-testing, ignore

2015-09-09 Thread bugzilla-daemon
https://bugzilla-test.documentfoundation.org/show_bug.cgi?id=89082

Bug ID: 89082
   Summary: patch-testing, ignore
   Product: QA Tools
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lohma...@gmx.de

foobar

-- 
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 94053] New: Help > About LibreOffice should show x86 or x64 installation

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94053

Bug ID: 94053
   Summary: Help > About LibreOffice should show x86 or x64
installation
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dcclay...@bataltd.co.uk

The help about dialogue box should show the installed version of LO (x86 or
x64) to assist with troubleshooting / bug reporting now that an x86 install
version is available.

-- 
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 80717] FILEOPEN: DOC file has incorrect spacing between tables

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80717

Xisco Faulí  changed:

   What|Removed |Added

 CC||aniste...@gmail.com

--- Comment #4 from Xisco Faulí  ---
This issue is still present in

Version: 5.0.1.2
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: es-ES (es_ES)

on Windows 7 (64-bit)

-- 
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 87183] FILEOPEN: checkboxes are not shown in .doc document

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87183

Xisco Faulí  changed:

   What|Removed |Added

 CC||aniste...@gmail.com

--- Comment #2 from Xisco Faulí  ---
This issue is still present in

Version: 5.0.1.2
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: es-ES (es_ES)

on Windows 7 (64-bit)

-- 
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 94051] New: Error 1305 when installing LO on Windows 7 64 bit

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94051

Bug ID: 94051
   Summary: Error 1305 when installing LO on Windows 7 64 bit
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ange...@gmx.net

Created attachment 118546
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118546=edit
Screenshot of installer error message.

When installing LO 5.0.1.2 (Win x86_64) on a Windows 7 64-bit from a drive
different to "C:", the installer reports error 1305 (see attached screen shot).

However, installation works fine if the MSI file
(LibreOffice_5.0.1_Win_x64.msi) is simply moved to some folder on drive "C:"
and executed from this location.

-- 
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 94043] RTF Column Export Problem

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94043

Jacques Guilleron  changed:

   What|Removed |Added

 Depends on||81234

-- 
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 77014] Words in input fields are broken between lines at the end of line

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77014

Jan Holesovsky  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ke...@collabora.com
   |desktop.org |

--- Comment #8 from Jan Holesovsky  ---
Taking this bug...

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


[Libreoffice-bugs] [Bug 94052] New: LibreLogo: German translation fix/enhancements

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94052

Bug ID: 94052
   Summary: LibreLogo: German translation fix/enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kont...@gute2.de

I use LibO 4.4.3 on Debian Linux.

After the changes from bug #81352 have materialized in 4.4.1 I had a look at
the current state of affairs.

Please additionally change the following in LibreLogo_de.properties:

1. CLOSE=schliessen should be CLOSE=schlie\u00DFen instead.

2. Currently we have
FONTHEIGHT=schriftgr\u00F6sse|textgr\u00F6sse|schg|tg
and
FONTWEIGHT=schriftgewicht|schg
containing 'schg' zwo times. This seems like nonsense.
I suggest having
FONTWEIGHT=schriftgewicht
because this option seems much less common.

3. Please – at least – add the following alternative translations:
IF=wenn|falls
Reason: 'wenn' can have a temporal meaning, which is unintentional.
TO=zu|als
Reason: 'zu' is too literal and does not fit in this context.

4. Please change
RANGE=reihe
into
RANGE=folge
Reason: Seen from a mathematical perspective, what range does, is completely
different from a 'reihe'.
At best it can be seen as some simple form of a 'folge'.
See: https://de.wikipedia.org/wiki/Reihe_(Mathematik) and
https://de.wikipedia.org/wiki/Folge_(Mathematik)

5. In the documentation of LibreLogo there are a few minor errors:
'Prtogrammeditor' should read 'Programmeditor'.
In the sub-section 'SCHREIBE' the old (and now incorrect) translation
SCHRIFT … has survived the last round of changes.
In the sub-section 'RÜCKGABE' it says:
"Gibt den Wert einer Funktion aus." which should be refined to
"Gibt den Wert einer Funktion zurück." because there is no output involved
here.

-- 
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 93776] Microsoft Word 97/2000/XP/2003 Doc vs libreoffice blank space different size above the first line of text on page

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93776

--- Comment #4 from Cor Nouws  ---
(In reply to sparknz from comment #3)

> This bug was meant to be about one problem. Sorry that was not clear.

Yes, sorry. My comment was triggered by Andy's note !

-- 
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 94043] RTF Column Export Problem

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94043

Jacques Guilleron  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||guillero...@aol.com
 Ever confirmed|0   |1

--- Comment #1 from Jacques Guilleron  ---
Hi,

Reproduced with 
LO 5.0.0.5 Build ID: 1b1a90865e348b492231e1c451437d7a15bb262b
Locale : fr-FR (fr_FR)
& windows 7 Home Premium.

Thanks for the report

-- 
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 94012] Constant crash after upgrade

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94012

--- Comment #9 from David Clayton  ---
Hi,
I have also noticed multiple crashes on 5.0.1.2. I'm not 100% sure if related,
but for me it always seems to coincide with a save, or an autosave. 

perhaps you could observe your next crash and see if it has just attempted to
autosave. 

David

-- 
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 92036] Writer infinite idle spelling loop ...

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92036

Michael Stahl  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |mst...@redhat.com
   |desktop.org |
Summary|Writer infinite spelling|Writer infinite idle
   |loop ...|spelling loop ...

--- Comment #9 from Michael Stahl  ---
more useful things to know: if you have a grammar checker enabled the grammar
checking thread will call SwPageFrm::ValidateSpelling() via
SwXFlatParagraphIterator::getNextPara() and that terminates the idle spelling
loop.

found a way to fix the idle spelling loop, even without relying on grammar
checking.

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

2015-09-09 Thread Ryan McCoskrie
 vcl/unx/kde4/KDESalFrame.cxx|   75 ++
 vcl/unx/kde4/KDESalFrame.hxx|4 +-
 vcl/unx/kde4/KDESalGraphics.cxx |   77 
 vcl/unx/kde4/KDESalGraphics.hxx |7 +--
 vcl/unx/kde4/KDEXLib.cxx|5 +-
 vcl/unx/kde4/KDEXLib.hxx|4 +-
 6 files changed, 78 insertions(+), 94 deletions(-)

New commits:
commit ba8cdfca4d875af0c95622c7b87a8291e130865a
Author: Ryan McCoskrie 
Date:   Thu Aug 20 16:42:01 2015 +1200

tdf#92649: Converted pointers to unique_ptr's in vcl/unx/kde4

Change-Id: I1bab95a9a3db765d3b3bd34345dc006ccd33caf0

diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx
index 871ee73..125e049 100644
--- a/vcl/unx/kde4/KDESalFrame.cxx
+++ b/vcl/unx/kde4/KDESalFrame.cxx
@@ -288,48 +288,44 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
 
 // Menu
 style.SetSkipDisabledInMenus( TRUE );
-KMenuBar* pMenuBar = new KMenuBar();
-if ( pMenuBar )
-{
-// Color
-QPalette qMenuCG = pMenuBar->palette();
-
-// Menu text and background color, theme specific
-Color aMenuFore = toColor( qMenuCG.color( QPalette::WindowText ) );
-Color aMenuBack = toColor( qMenuCG.color( QPalette::Window ) );
-
-style.SetMenuTextColor( aMenuFore );
-style.SetMenuBarTextColor( 
style.GetPersonaMenuBarTextColor().get_value_or( aMenuFore ) );
-style.SetMenuColor( aMenuBack );
-style.SetMenuBarColor( aMenuBack );
-style.SetMenuHighlightColor( toColor ( qMenuCG.color( 
QPalette::Highlight ) ) );
-style.SetMenuHighlightTextColor( aMenuFore );
-
-// set special menubar higlight text color
-if ( QApplication::style()->inherits( "HighContrastStyle" ) )
-ImplGetSVData()->maNWFData.maMenuBarHighlightTextColor = toColor( 
qMenuCG.color( QPalette::HighlightedText ) );
-else
-ImplGetSVData()->maNWFData.maMenuBarHighlightTextColor = aMenuFore;
-
-// set menubar rollover color
-if ( pMenuBar->style()->styleHint( QStyle::SH_MenuBar_MouseTracking ) )
-{
-style.SetMenuBarRolloverColor( toColor ( qMenuCG.color( 
QPalette::Highlight ) ) );
-style.SetMenuBarRolloverTextColor( 
ImplGetSVData()->maNWFData.maMenuBarHighlightTextColor );
-}
-else
-{
-style.SetMenuBarRolloverColor( aMenuBack );
-style.SetMenuBarRolloverTextColor( aMenuFore );
-}
-style.SetMenuBarHighlightTextColor(style.GetMenuHighlightTextColor());
+std::unique_ptr pMenuBar = std::unique_ptr( new 
KMenuBar() );
+
+// Color
+QPalette qMenuCG = pMenuBar->palette();
+
+// Menu text and background color, theme specific
+Color aMenuFore = toColor( qMenuCG.color( QPalette::WindowText ) );
+Color aMenuBack = toColor( qMenuCG.color( QPalette::Window ) );
+
+style.SetMenuTextColor( aMenuFore );
+style.SetMenuBarTextColor( 
style.GetPersonaMenuBarTextColor().get_value_or( aMenuFore ) );
+style.SetMenuColor( aMenuBack );
+style.SetMenuBarColor( aMenuBack );
+style.SetMenuHighlightColor( toColor ( qMenuCG.color( QPalette::Highlight 
) ) );
+style.SetMenuHighlightTextColor( aMenuFore );
 
-// Font
-aFont = toFont( pMenuBar->font(), 
rSettings.GetUILanguageTag().getLocale() );
-style.SetMenuFont( aFont );
+// set special menubar higlight text color
+if ( QApplication::style()->inherits( "HighContrastStyle" ) )
+ImplGetSVData()->maNWFData.maMenuBarHighlightTextColor = toColor( 
qMenuCG.color( QPalette::HighlightedText ) );
+else
+ImplGetSVData()->maNWFData.maMenuBarHighlightTextColor = aMenuFore;
+
+// set menubar rollover color
+if ( pMenuBar->style()->styleHint( QStyle::SH_MenuBar_MouseTracking ) )
+{
+style.SetMenuBarRolloverColor( toColor ( qMenuCG.color( 
QPalette::Highlight ) ) );
+style.SetMenuBarRolloverTextColor( 
ImplGetSVData()->maNWFData.maMenuBarHighlightTextColor );
 }
+else
+{
+style.SetMenuBarRolloverColor( aMenuBack );
+style.SetMenuBarRolloverTextColor( aMenuFore );
+}
+style.SetMenuBarHighlightTextColor(style.GetMenuHighlightTextColor());
 
-delete pMenuBar;
+// Font
+aFont = toFont( pMenuBar->font(), rSettings.GetUILanguageTag().getLocale() 
);
+style.SetMenuFont( aFont );
 
 // Scroll bar size
 style.SetScrollBarSize( QApplication::style()->pixelMetric( 
QStyle::PM_ScrollBarExtent ) );
@@ -366,7 +362,6 @@ KDESalFrame::~KDESalFrame()
 
 KDESalFrame::GraphicsHolder::~GraphicsHolder()
 {
-delete pGraphics;
 }
 
 SalGraphics* KDESalFrame::AcquireGraphics()
diff --git a/vcl/unx/kde4/KDESalFrame.hxx b/vcl/unx/kde4/KDESalFrame.hxx
index ca45b346..1346237 100644
--- a/vcl/unx/kde4/KDESalFrame.hxx
+++ b/vcl/unx/kde4/KDESalFrame.hxx
@@ -19,6 +19,8 @@
 
 #pragma once
 
+#include 
+

[Libreoffice-bugs] [Bug 83844] FILEOPEN: DOC - Hanging paragraph indent not imported correctly

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83844

Xisco Faulí  changed:

   What|Removed |Added

 CC||aniste...@gmail.com

--- Comment #3 from Xisco Faulí  ---
This issue is still present in

Version: 5.0.1.2
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: es-ES (es_ES)

on Windows 7 (64-bit)

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

2015-09-09 Thread Caolán McNamara
 sw/source/ui/frmdlg/cption.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 88ca0c91484350b60c6a10a7a1ef570d83560df1
Author: Caolán McNamara 
Date:   Wed Sep 9 11:30:11 2015 +0100

stray debugging lines

Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89
(cherry picked from commit b95175cc41f96ce669d2a4d4c55034c1f80ac74b)

diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx
index bdf1e56..e97ef56 100644
--- a/sw/source/ui/frmdlg/cption.cxx
+++ b/sw/source/ui/frmdlg/cption.cxx
@@ -318,8 +318,6 @@ IMPL_LINK_NOARG(SwCaptionDialog, ModifyHdl)
 SwFieldType* pType = (bCorrectFieldName && !bNone)
 ? rSh.GetFieldType( RES_SETEXPFLD, sFieldTypeName )
 : 0;
-fprintf(stderr, "pType is %p\n", pType);
-fprintf(stderr, "bCorrectFieldName is %d\n", bCorrectFieldName);
 m_pOKButton->Enable( bCorrectFieldName &&
 (!pType ||
 static_cast(pType)->GetType() 
== nsSwGetSetExpType::GSE_SEQ) );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93776] Microsoft Word 97/2000/XP/2003 Doc vs libreoffice blank space different size above the first line of text on page

2015-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93776

sparknz  changed:

   What|Removed |Added

Summary|Import of Word Doc  |Microsoft Word
   |formatting errors with text |97/2000/XP/2003 Doc vs
   |box locations   |libreoffice blank space
   ||different size above the
   ||first line of text on page

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