LibreOffice Gerrit News for core on 2014-10-14

2014-10-14 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Sane configure GStreamer handling in https://gerrit.libreoffice.org/11912 from Jan-Marek Glogowski about module build + vcl/source: get rid of redundant

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

2014-10-14 Thread Stephan Bergmann
starmath/inc/view.hxx|6 +- starmath/source/view.cxx |1 - 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit b80c468e35ee321b5580b42642064f74f9241fb6 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Oct 14 09:02:12 2014 +0200 SmViewShell: pImpl

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

2014-10-14 Thread Noel Grandin
include/svtools/treelist.hxx | 47 +++-- include/svtools/treelistbox.hxx |2 - svtools/source/contnr/treelist.cxx| 54 +- svtools/source/contnr/treelistbox.cxx | 14 +--- 4 files changed, 61 insertions(+), 56

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-14 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/convwatch/DB.java| 78 - qadevOOo/runner/convwatch/DBHelper.java | 18 qadevOOo/runner/convwatch/FileHelper.java| 30 qadevOOo/runner/convwatch/MSOfficePrint.java | 710 +++

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

2014-10-14 Thread Miklos Vajna
sw/source/filter/ww8/docxattributeoutput.cxx |3 ++- sw/source/filter/ww8/docxattributeoutput.hxx |7 --- 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit dea7cb8a4fc926c4a399dc28f9fb868da231986c Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Oct 14

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-14 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/util/AccessibilityTools.java | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 23e4eb6aeb77c74f5ff8a6a70f7adbe52e1c34e7 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sat Oct 11 20:27:09 2014 +0200 runner: Null pointer

[Libreoffice-commits] core.git: include/o3tl

2014-10-14 Thread Stephan Bergmann
include/o3tl/typed_flags_set.hxx | 85 +-- 1 file changed, 47 insertions(+), 38 deletions(-) New commits: commit 572f164173404074716da51bf143a13332a28792 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Oct 14 09:31:57 2014 +0200 Work around

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Stephan Bergmann
On 10/13/2014 10:07 PM, nicholas ferguson wrote: Suggest adding --enable-assert-dbg-never-abort prevent assert() aborts in debug mode. I see no good reason for that. (If your are so desperate that you need that for whatever reason, you should be able to add an ad-hoc patch locally,

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

2014-10-14 Thread Noel Grandin
sc/qa/unit/opencl-test.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit c60eac8db02fa6bd9097dfd387251bf85d9a7616 Author: Noel Grandin n...@peralex.com Date: Tue Oct 14 09:32:45 2014 +0200 don't execute ScOpenCLTest::testFinacialIRRFormula on OSX it has

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

2014-10-14 Thread Caolán McNamara
connectivity/source/drivers/jdbc/InputStream.cxx |3 - connectivity/source/drivers/jdbc/JConnection.cxx |8 +- connectivity/source/drivers/jdbc/JStatement.cxx|8 +- connectivity/source/drivers/jdbc/Object.cxx| 15 -

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Bjoern Michaelsen
Hi, On Tue, Oct 14, 2014 at 09:35:25AM +0200, Stephan Bergmann wrote: On 10/13/2014 10:07 PM, nicholas ferguson wrote: Suggest adding --enable-assert-dbg-never-abort prevent assert() aborts in debug mode. I see no good reason for that. (If your are so desperate that you need that

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

2014-10-14 Thread Caolán McNamara
package/source/xstor/xstorage.cxx | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) New commits: commit 58a96d3ccedbade4f1a8bfbbc4b7d8f1615cfc69 Author: Caolán McNamara caol...@redhat.com Date: Tue Oct 14 10:03:17 2014 +0100 bff: terminate on SAXException on

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

2014-10-14 Thread Stephan Bergmann
sw/qa/extras/uiwriter/uiwriter.cxx |4 ++-- sw/source/core/frmedt/feshview.cxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 7c7958ef455d09a0c02683519fb766696904a103 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Oct 14 11:07:09 2014 +0200

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Stephan Bergmann
On 10/14/2014 10:51 AM, Bjoern Michaelsen wrote: Well, I see a good reason for that. I recently saw some bibisects being done with Mikloss dbgutils bibisect repo[1] and they seem to contain more git bisect skips than everything else leading to less than optimal results. Now the fact that the

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Miklos Vajna
Hi Bjoern, On Tue, Oct 14, 2014 at 10:51:32AM +0200, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: Well, I see a good reason for that. I recently saw some bibisects being done with Mikloss dbgutils bibisect repo[1] and they seem to contain more git bisect skips than everything else

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Michael Stahl
On 14.10.2014 11:19, Stephan Bergmann wrote: On 10/14/2014 10:51 AM, Bjoern Michaelsen wrote: Well, I see a good reason for that. I recently saw some bibisects being done with Mikloss dbgutils bibisect repo[1] and they seem to contain more git bisect skips than everything else leading to less

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

2014-10-14 Thread Miklos Vajna
sw/qa/extras/inc/swmodeltestbase.hxx |3 +++ sw/qa/extras/odfimport/odfimport.cxx |2 -- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit f7b86315078f4fcdf7b6a6295abdfba2378f3601 Author: Miklos Vajna vmik...@collabora.co.uk Date: Tue Oct 14 11:31:36 2014 +0200

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Bjoern Michaelsen
Hi, On Tue, Oct 14, 2014 at 11:19:12AM +0200, Stephan Bergmann wrote: That sounds somewhat odd, given that at least make check apparently does not generally trigger failing asserts, so I would not assume that some random do something specific in LO would routinely do. Do you have an example?

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Bjoern Michaelsen
Hi Miklos, On Tue, Oct 14, 2014 at 11:49:24AM +0200, Miklos Vajna wrote: So it's the same as yours, just you need to do 'git show $sha1:build-info.txt', not 'git show $sha1' if you want to get core.git hashes. Not quite (unless Im missing something). Compare e.g.:

[Libreoffice-commits] core.git: 4 commits - chart2/source include/o3tl include/vcl o3tl/CppunitTest_o3tl_tests.mk o3tl/qa

2014-10-14 Thread Stephan Bergmann
chart2/source/view/axes/Tickmarks.cxx|6 - chart2/source/view/axes/VAxisProperties.cxx | 48 ++-- chart2/source/view/axes/VAxisProperties.hxx | 17 +--- chart2/source/view/axes/VCartesianAxis.cxx | 102 ---

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

2014-10-14 Thread Chris Sherlock
vcl/inc/salinst.hxx | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) New commits: commit 474d267efdcbc8cd069989f8b111566b2343c39e Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Oct 14 22:25:27 2014 +1100 vcl: change to css alias namespace

[Bug 45168] Add Option to crop (reduce size of) Images in PDF Export

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45168 --- Comment #11 from Samuel Mehrbrodt s.mehrbr...@gmail.com --- @Daniel: You could start by adding support for cropping. I would turn it on by default and add an option to toggle it off under the Image options in the pdf export dialog. Please

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

2014-10-14 Thread Noel Grandin
sd/source/filter/eppt/eppt.cxx |4 +- sd/source/filter/eppt/epptbase.hxx | 43 ++ sd/source/filter/eppt/pptx-epptbase.cxx | 52 3 files changed, 51 insertions(+), 48 deletions(-) New commits: commit

[Libreoffice-commits] core.git: jurt/com

2014-10-14 Thread Robert Antoni Buj i Gelonch
jurt/com/sun/star/lib/connections/socket/SocketConnection.java |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 530f060e41aa28634c133dab2e606907010d3cc3 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 14 11:25:26 2014 +0200 jurt:

[Libreoffice-commits] core.git: scripting/java

2014-10-14 Thread Robert Antoni Buj i Gelonch
scripting/java/com/sun/star/script/framework/container/ParcelContainer.java |5 + scripting/java/com/sun/star/script/framework/container/ScriptMetaData.java |4 ++-- scripting/java/com/sun/star/script/framework/io/UCBStreamHandler.java |3

[Libreoffice-commits] core.git: scripting/java

2014-10-14 Thread Robert Antoni Buj i Gelonch
scripting/java/com/sun/star/script/framework/container/ParcelDescriptor.java | 2 +- scripting/java/com/sun/star/script/framework/container/ScriptMetaData.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0fdba36ab6aa1eef3e147371153b7c5d12c11cae Author:

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

2014-10-14 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3a933f440a86ee20ba85898ac114dbe92f24cf9c Author: Andras Timar andras.ti...@collabora.com Date: Fri Oct 10 15:35:51 2014 +0200 Updated core Project: dictionaries

[Libreoffice-commits] dictionaries.git: Branch 'distro/collabora/cp-4.3' - 2 commits - fr_FR/description.xml fr_FR/fr.aff fr_FR/fr.dic fr_FR/README_fr.txt pt_PT/description.xml pt_PT/pt_PT.dic

2014-10-14 Thread Andras Timar
fr_FR/README_fr.txt | 13 fr_FR/description.xml |2 fr_FR/fr.aff |14658 +++--- fr_FR/fr.dic |15695 ++ pt_PT/description.xml |2 pt_PT/pt_PT.dic | 49 6 files

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

2014-10-14 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 863d8f470b60a4fbe2595f2be6b5817913cb452d Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Thu Oct 9 01:55:36 2014 +0200 Updated core Project: translations

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

2014-10-14 Thread Caolán McNamara
sd/source/ui/docshell/docshel2.cxx |3 +-- sfx2/source/bastyp/sfxhtml.cxx |2 +- sfx2/source/menu/virtmenu.cxx |2 +- 3 files changed, 3 insertions(+), 4 deletions(-) New commits: commit 2fff4927c4401f81b183883c94cb18d0b7806ca6 Author: Caolán McNamara caol...@redhat.com

[Libreoffice-commits] core.git: scripting/examples

2014-10-14 Thread Noel Grandin
scripting/examples/java/debugger/DebugRunner.java |2 +- scripting/examples/java/debugger/OOBeanShellDebugger.java |2 +- scripting/examples/java/debugger/OORhinoDebugger.java |2 +- scripting/examples/java/debugger/OOScriptDebugger.java|2 +- 4 files changed, 4

[Libreoffice-commits] core.git: readlicense_oo/docs

2014-10-14 Thread Norbert Thiebaud
readlicense_oo/docs/readme.xrm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8a1679e47e681e01f91091d45889f672e6722eb1 Author: Norbert Thiebaud nthieb...@gmail.com Date: Tue Oct 14 08:04:10 2014 -0500 fdo#81523 Bump the requirement for Mac in the Readme to

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

2014-10-14 Thread Stephan Bergmann
chart2/source/view/axes/Tickmarks.cxx|6 - chart2/source/view/axes/VAxisProperties.cxx | 48 ++-- chart2/source/view/axes/VAxisProperties.hxx | 17 +++- chart2/source/view/axes/VCartesianAxis.cxx | 102 ++-

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

2014-10-14 Thread Michael Stahl
svx/source/svdraw/svdomedia.cxx | 27 +++ vcl/source/gdi/impfont.cxx |2 +- 2 files changed, 20 insertions(+), 9 deletions(-) New commits: commit 782caa59cc0f72ef377b1d2c99b552b1be201f44 Author: Michael Stahl mst...@redhat.com Date: Tue Oct 14 15:04:26 2014

Re: [Libreoffice-commits] core.git: Revert Revert Make VCartesianAxis::get2DAxisMainLine() truly const method.

2014-10-14 Thread Stephan Bergmann
Markus, Can you please clarify the intended audience of --enable-chart-tests, and augment its description in configure.ac in case it is not intended for general usage. I had apparently at some point added it to my autogen.input in good faith, but can no longer reconstruct where I drew that

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - 86 commits - avmedia/source basctl/source basic/source bin/unpack-sources chart2/source configure.ac connectivity/source cppuhelper/s

2014-10-14 Thread Caolán McNamara
avmedia/source/framework/modeltools.cxx |3 basctl/source/basicide/moduldl2.cxx | 10 basic/source/uno/namecont.cxx| 17 bin/unpack-sources | 10

[Libreoffice-commits] core.git: bridges/test

2014-10-14 Thread Noel Grandin
bridges/test/java_uno/nativethreadpool/Relay.java |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a760e45df6602b9cf7b3fc728a8ed3e11f89b12b Author: Noel Grandin n...@peralex.com Date: Tue Oct 14 15:21:26 2014 +0200 fix use of RuntimeException constructor

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - readlicense_oo/docs

2014-10-14 Thread Michael Stahl
readlicense_oo/docs/readme.xrm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ffa12f6502af07c257aabd5198854b3b7c03d0da Author: Michael Stahl mst...@redhat.com Date: Tue Oct 14 15:21:25 2014 +0200 readme: official builds don't actually run on Mac OS X 10.5

[Libreoffice-commits] core.git: wizards/com

2014-10-14 Thread Noel Grandin
wizards/com/sun/star/wizards/common/ConfigGroup.java | 4 wizards/com/sun/star/wizards/common/ConfigSet.java | 10 - wizards/com/sun/star/wizards/common/Configuration.java | 10 -

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Stephan Bergmann
On 10/14/2014 12:06 PM, Bjoern Michaelsen wrote: I havent bibisected with that repo myself yet, just saw that e.g.: https://bugs.freedesktop.org/show_bug.cgi?id=84733#c1 has a lot of skipped commits. (Looks like I at least cannot easily reproduce that on my Fedora machine, as that

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

2014-10-14 Thread Noel Grandin
sd/source/filter/eppt/epptbase.hxx | 25 - 1 file changed, 25 deletions(-) New commits: commit a24f9d91977766df63a17395ce4854bdc747b88b Author: Noel Grandin n...@peralex.com Date: Mon Oct 13 10:33:56 2014 +0200 remove duplicate definitions of PPT_TRANSITION_TYPE

Re: core.git: sc/qa

2014-10-14 Thread Michael Stahl
hi Markus, i wonder if there's a buggy OpenCL driver on that Mac that needs to be blacklisted somewhere? On 14.10.2014 09:35, Noel Grandin wrote: sc/qa/unit/opencl-test.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit c60eac8db02fa6bd9097dfd387251bf85d9a7616

Re: core.git: sc/qa

2014-10-14 Thread Tor Lillqvist
i wonder if there's a buggy OpenCL driver on that Mac that needs to be blacklisted somewhere? Somebody else was wondering the same earlier this week. But there isn't such a large variety of OpenCL drivers (or whatever the correct term is) on OS X. Either or code is sliughtly buggy, or there is

libjpeg

2014-10-14 Thread Michael Stahl
On 14.10.2014 15:46, Stephan Bergmann wrote: On 10/14/2014 12:06 PM, Bjoern Michaelsen wrote: I havent bibisected with that repo myself yet, just saw that e.g.: https://bugs.freedesktop.org/show_bug.cgi?id=84733#c1 has a lot of skipped commits. (Looks like I at least cannot easily

Re: core.git: sc/qa

2014-10-14 Thread Michael Stahl
On 14.10.2014 16:04, Tor Lillqvist wrote: i wonder if there's a buggy OpenCL driver on that Mac that needs to be blacklisted somewhere? Somebody else was wondering the same earlier this week. But there isn't such a large variety of OpenCL drivers (or whatever the correct term is)

Re: core.git: sc/qa

2014-10-14 Thread Kohei Yoshida
On Tue, 2014-10-14 at 16:16 +0200, Michael Stahl wrote: On 14.10.2014 16:04, Tor Lillqvist wrote: i wonder if there's a buggy OpenCL driver on that Mac that needs to be blacklisted somewhere? Somebody else was wondering the same earlier this week. But there isn't such a

Re: allow ASSERT_ALWAYS_ABORT for debug builds on windows to be true or false

2014-10-14 Thread Terrence Enger
On Tue, 2014-10-14 at 12:12 +0200, Bjoern Michaelsen wrote: Since you have the source hash in the build-info.txt file, it might be helpful to have some script tagging the commit accordingly so that 'git bisect log' shows the source hashes too. That would be helpful. However, I would ask for

Re: core.git: sc/qa

2014-10-14 Thread Noel Grandin
On 2014-10-14 04:16 PM, Michael Stahl wrote: On 14.10.2014 16:04, Tor Lillqvist wrote: i wonder if there's a buggy OpenCL driver on that Mac that needs to be blacklisted somewhere? Somebody else was wondering the same earlier this week. But there isn't such a large variety of

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

2014-10-14 Thread Samuel Mehrbrodt
sd/source/ui/app/menuids_tmpl.src | 35 --- sd/source/ui/app/popup.src|4 sd/source/ui/app/popup2_tmpl.src |5 - 3 files changed, 44 deletions(-) New commits: commit 72cb37b6858a2636ff1e7bc8228efdc52eebf922 Author: Samuel Mehrbrodt

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

2014-10-14 Thread Miklos Vajna
sw/CppunitTest_sw_odfimport.mk |3 ++ sw/qa/extras/odfimport/data/bnc800714.fodt | 35 + sw/qa/extras/odfimport/odfimport.cxx | 11 + sw/source/core/text/frmform.cxx|7 - 4 files changed, 55 insertions(+), 1

[Libreoffice-commits] core.git: Branch 'feature/perfwork2' - 4 commits - chart2/source

2014-10-14 Thread Kohei Yoshida
chart2/source/view/axes/Tickmarks.cxx|6 - chart2/source/view/axes/VAxisProperties.cxx | 48 chart2/source/view/axes/VAxisProperties.hxx | 17 ++ chart2/source/view/axes/VCartesianAxis.cxx | 102 + chart2/source/view/axes/VCartesianAxis.hxx |4

[Libreoffice-commits] core.git: odk/examples qadevOOo/runner

2014-10-14 Thread Noel Grandin
odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java |2 qadevOOo/runner/util/ValueChanger.java | 1914 +- 2 files changed, 980 insertions(+), 936 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 3 commits - configure.ac include/svx

2014-10-14 Thread Stephan Bergmann
configure.ac |5 - include/svx/msdffdef.hxx | 33 - 2 files changed, 20 insertions(+), 18 deletions(-) New commits: commit f57a697fac4e2c885bfaf5add1dfe05ede552cd5 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Oct 14 17:00:27 2014

[Libreoffice-commits] core.git: 2 commits - basebmp/source include/basebmp sal/qa vcl/headless

2014-10-14 Thread Michael Meeks
basebmp/source/bitmapdevice.cxx | 27 ++-- include/basebmp/bitmapdevice.hxx |4 + sal/qa/osl/process/osl_Thread.cxx | 128 ++ vcl/headless/svpgdi.cxx |3 4 files changed, 77 insertions(+), 85 deletions(-) New commits: commit

Re: [Libreoffice-commits] core.git: Revert Revert Make VCartesianAxis::get2DAxisMainLine() truly const method.

2014-10-14 Thread Stephan Bergmann
On 10/14/2014 04:08 PM, Markus Mohrhard wrote: So it is a bit complicated. In contrast to draw/impress the xshape test in chart2 are not perfectly stable across machines. There are many factors that may result in differences between different computers. The reference machine for these tests was

Fwd: Re: [Libreoffice-commits] core.git: Revert Revert Make VCartesianAxis::get2DAxisMainLine() truly const method.

2014-10-14 Thread Markus Mohrhard
Only sent that to Stephan. -- Forwarded message -- From: Markus Mohrhard markus.mohrh...@googlemail.com Date: Oct 14, 2014 10:08 PM Subject: Re: [Libreoffice-commits] core.git: Revert Revert Make VCartesianAxis::get2DAxisMainLine() truly const method. To: Stephan Bergmann

[Libreoffice-commits] core.git: Branch 'feature/perfwork2' - chart2/source

2014-10-14 Thread Kohei Yoshida
chart2/source/view/axes/VCartesianAxis.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 9894c8559d13ea70a5e62a52c478522b9485d1df Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Tue Oct 14 11:35:29 2014 -0400 Take the current axis alignment

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

2014-10-14 Thread Kohei Yoshida
chart2/source/view/axes/VCartesianAxis.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 83210e28aeb0ba1faa809dbe705ce780cdd6fb4e Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Tue Oct 14 11:35:29 2014 -0400 Take the current axis alignment

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

2014-10-14 Thread Stephan Bergmann
sc/source/filter/oox/workbookfragment.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit b44b76746d8834a4c32f704273a8b7b7547a9328 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Oct 14 17:52:07 2014 +0200 Use C++11

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

2014-10-14 Thread Stephan Bergmann
sal/qa/osl/process/osl_Thread.cxx | 17 - 1 file changed, 17 deletions(-) New commits: commit 40f001b55074f1d0f5d722999c643406caad1b2b Author: Stephan Bergmann sberg...@redhat.com Date: Tue Oct 14 17:55:43 2014 +0200 Remove spurious cpu_count Change-Id:

[Libreoffice-commits] core.git: 11 commits - connectivity/source filter/source sd/CppunitTest_sd_filters_test.mk sd/qa svtools/source

2014-10-14 Thread Caolán McNamara
connectivity/source/drivers/jdbc/InputStream.cxx |2 filter/source/graphicfilter/icgm/actimpr.cxx | 67 --- filter/source/graphicfilter/icgm/bundles.cxx | 10 filter/source/graphicfilter/icgm/cgm.cxx | 41 +- filter/source/graphicfilter/icgm/cgm.hxx |5

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

2014-10-14 Thread Caolán McNamara
include/sfx2/templatedlg.hxx|2 +- sfx2/source/doc/templatedlg.cxx |2 +- sfx2/uiconfig/ui/templatedlg.ui |3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 60126254eba8a6a6b94c60b2101ee90986161e24 Author: Caolán McNamara caol...@redhat.com Date: Tue

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/CppunitTest_sw_odfimport.mk sw/qa sw/source

2014-10-14 Thread Miklos Vajna
sw/CppunitTest_sw_odfimport.mk |3 ++ sw/qa/extras/odfimport/data/bnc800714.fodt | 35 + sw/qa/extras/odfimport/odfimport.cxx | 11 + sw/source/core/text/frmform.cxx|7 - 4 files changed, 55 insertions(+), 1

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

2014-10-14 Thread Takeshi Abe
include/tools/unqidx.hxx |7 +-- tools/source/memtools/unqidx.cxx | 36 ++-- 2 files changed, 23 insertions(+), 20 deletions(-) New commits: commit 4e3772b1b472636b381ed511dcfff216fbe55d37 Author: Takeshi Abe t...@fixedpoint.jp Date: Mon Oct 13

python in autogen

2014-10-14 Thread timllloyd
Hi, I thought I would have a look at the LO code as a means of upgrading my programming skills and followed the instructions here: https://wiki.documentfoundation.org/Development/How_to_build https://wiki.documentfoundation.org/Development/How_to_build I am running Fedora 21 Alpha which was

sw export test failures

2014-10-14 Thread David Ostrovsky
Hi, on very recent master (9aad656156fbf76288e8a281760e60f1eccc6622), on VS 2013 the xmlexport tests are failing here [1]: // This is 17667 in the original document, was 504666 (so the image // become invisible), now is around 19072. CPPUNIT_ASSERT(getXPath(pXmlDoc,

Re: ESC call Thursday 16:00 central European time ...

2014-10-14 Thread Jean-Baptiste Faure
Hi, Le 07/10/2014 21:58, Michael Meeks a écrit : Hi guys, You are warmly invited (if you can make a phone-call) to hear what we get up to in the Engineering Steering Committee, ask questions at a suitable time in the agenda etc. We maintain our agenda in an etherpad here:

Re: Scripting: idesupport package is dead and can be dropped?

2014-10-14 Thread Cedric Bosdonnat
Hi David, This package used to be maintained by Steffen Grund and Juergen Schmidt in the Sun/Oracle times... but I think nobody is using it anymore. I'm not even sure it actually works with the latest versions of LO. -- Cedric On Thu, 2014-10-09 at 10:04 +0200, David Ostrovsky wrote: I asked

Building LO fails with autogen

2014-10-14 Thread Jens Tröger
Hello, I just enlisted in a fresh core source tree to build a local copy of LO. However, autogen fails. libreoffice ./autogen.sh autoconf: invalid option -I Try `autoconf --help' for more information. Failed to run autoconf at ./autogen.sh line 158. This is with the default GNU

build failure in [build SAX]

2014-10-14 Thread Terrence Enger
Greetings, I am trying to do a clean build of master commit c967872, fetched around 2014-10-12 12:50 UTC and still current as I write this, configured: CXXFLAGS=-std=c++11 --enable-option-checking=fatal --enable-dbgutil --enable-crashdump --without-system-postgresql

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

2014-10-14 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo82071.rtf | 46 + sw/qa/extras/rtfimport/rtfimport.cxx | 11 + writerfilter/source/rtftok/rtfdocumentimpl.cxx |5 ++ 3 files changed, 62 insertions(+) New commits: commit 75d0cbb2e8f737e4c1721285a172618a1af78135

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

2014-10-14 Thread Michael Meeks
filter/source/graphicfilter/icgm/outact.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e9e0ab477728f543efa78a04411057aed6c6c1e5 Author: Michael Meeks michael.me...@collabora.com Date: Tue Oct 14 18:16:52 2014 -0300 fix tinderboxen with the right sort of

[Libreoffice-commits] core.git: Branch 'feature/perfwork2' - 5 commits - include/svx svx/source

2014-10-14 Thread Kohei Yoshida
include/svx/svdotext.hxx |5 ++ include/svx/svdtrans.hxx |4 +- svx/source/svdraw/svdotext.cxx | 78 ++--- svx/source/svdraw/svdotxtr.cxx | 26 - 4 files changed, 57 insertions(+), 56 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 7 commits - sal/cppunittester sc/qa sot/source sw/source

2014-10-14 Thread Michael Stahl
sal/cppunittester/cppunittester.cxx |3 +++ sc/qa/extras/htmlexporttest.cxx | 19 --- sc/qa/unit/subsequent_export-test.cxx|1 + sc/qa/unit/subsequent_filters-test.cxx |2 ++ sc/qa/unit/ucalc.cxx |3 +++

[Bug 64975] FORMATTING: autoIndent for Chinese should be two characters

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64975 --- Comment #6 from Jiero lilil...@gmail.com --- (In reply to Kevin Suo from comment #5) In version 4.3.2, set first line indent to 2 字 or 2 ch will work. If you want all your documents do be indent 2 chars, please set your Text Body style and

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

2014-10-14 Thread Eike Rathke
sc/inc/markarr.hxx|1 sc/inc/rangelst.hxx |1 sc/source/core/data/markarr.cxx | 15 ++ sc/source/core/data/markdata.cxx | 17 +++ sc/source/core/tool/rangelst.cxx

[solved] Re: build failure in [build SAX]

2014-10-14 Thread Terrence Enger
Thanks to the good folks on IRC, my build is proceeding. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Bug 62957] FILESAVE: Save Last Slide Position in Impress

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62957 --- Comment #15 from ign_christian ign_christ...@yahoo.com --- (In reply to Sujay from comment #14) I have submitted the patch for review, hopefully it gets accepted. :) https://gerrit.libreoffice.org/#/c/8946/ Sorry..just a ping. Has it been

[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #33 from Harry Chapman harry@openmailbox.org --- (In reply to Tobias Lippert from comment #32) Hello Harry, I have explicitly included only a few selected character formats. There might be users who would rather not have the

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

2014-10-14 Thread Noel Grandin
editeng/source/editeng/editdoc.cxx |9 ++-- editeng/source/editeng/editdoc.hxx | 45 editeng/source/editeng/impedit.cxx |2 - editeng/source/editeng/impedit2.cxx | 38 ++-- editeng/source/editeng/impedit3.cxx | 67

[Libreoffice-commits] core.git: wizards/com

2014-10-14 Thread Robert Antoni Buj i Gelonch
wizards/com/sun/star/wizards/ui/UIConsts.java | 56 +- wizards/com/sun/star/wizards/ui/event/EventNames.java | 31 - 2 files changed, 43 insertions(+), 44 deletions(-) New commits: commit cdecac849b2aaf8314f3cb2046f70b3b436519a7 Author: Robert Antoni Buj i

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-14 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/util/XMLTools.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b11968e8bfcc1c4560427a9ca1d9e20a1075eb1b Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 14 15:23:57 2014 +0200 runner: replace '.size() == 0' with

[Libreoffice-qa] LibreOffice Has Been Reviewed at ListOfFreeware

2014-10-14 Thread Ubaid
Hello, I am Ubaid from www.listoffreeware.com. This is a popular tech blog that lists best free software out there. I am sending this mail to let you know that we recently reviewed LibreOffice on our website here: http://listoffreeware.com/list-of-best-free-visio-viewer-software-for-windows/

[Libreoffice-bugs] [Bug 84972] Font rendering in Charts issue

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84972 raal r...@post.cz changed: What|Removed |Added Version|3.4.2 release |4.3.2.2 release --- Comment #4 from

[Libreoffice-bugs] [Bug 83846] Bad allocation on Windows 7 x64 when working with master document

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83846 Darius Daniel Grigoras daniel.grigo...@movidius.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 84913] Repagination on PDF export changes page number

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84913 Darius Daniel Grigoras daniel.grigo...@movidius.com changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 83846] Bad allocation on Windows 7 x64 when working with master document

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83846 --- Comment #6 from Darius Daniel Grigoras daniel.grigo...@movidius.com --- I remember creating a sample master doc a while ago, which you can download from here: https://www.dropbox.com/s/vz43d9x0v1t3fxr/master_for_support.zip?dl=0 -- You are

[Libreoffice-bugs] [Bug 68071] Editing: Non-printing Characters are Not Set Apart from Text

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68071 Ulrich Windl ulrich.wi...@rz.uni-regensburg.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 84756] Chart Labels not aligned as expected

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84756 mmaurer muriel.mau...@vector.com changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 84756] Chart Labels not aligned as expected

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84756 --- Comment #2 from mmaurer muriel.mau...@vector.com --- Created attachment 107804 -- https://bugs.freedesktop.org/attachment.cgi?id=107804action=edit Macro to open the chart I have attached a Document with a macro that open a new chart

[Libreoffice-bugs] [Bug 84975] New: UI Comment popups have transparent background when desktop effects with OpenGL are turned on

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84975 Bug ID: 84975 Summary: UI Comment popups have transparent background when desktop effects with OpenGL are turned on Product: LibreOffice Version: 4.3.1.2 release Hardware:

[Libreoffice-bugs] [Bug 84975] UI Comment popups have transparent background when desktop effects with OpenGL are turned on

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84975 --- Comment #1 from dan...@tamm-tamm.de --- Created attachment 107806 -- https://bugs.freedesktop.org/attachment.cgi?id=107806action=edit Comment when shown explicitly via context menu. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 68071] Editing: Non-printing Characters are Not Set Apart from Text

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68071 --- Comment #14 from Cosmin Saveanu c.save...@laposte.net --- Any solution for Mac OS X users ? According to: https://wiki.documentfoundation.org/ReleaseNotes/4.3#Solarized_blue_for_Non-printing_characters ... Non-printing Characters are shown

[Libreoffice-bugs] [Bug 84913] Repagination on PDF export changes page number

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84913 tommy27 ba...@quipo.it changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 84913] Repagination on PDF export changes page number

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84913 tommy27 ba...@quipo.it changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving

[Libreoffice-bugs] [Bug 84236] CONTEXT MENU: Adding all view modes and including them in a submenu

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84236 --- Comment #5 from Jay Philips philip...@hotmail.com --- Looking at the OOo stats shows that there was around a 50/50 percent split between users going to the view menu and using the context menu for outline view. Unfortunately there were no

[Libreoffice-bugs] [Bug 84854] Calc issues with screen drawing

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84854 --- Comment #26 from David Tardon dtar...@redhat.com --- (In reply to V Stuart Foote from comment #25) Sorry for the noise of attaching another Stack Trace, but guess there is some chance that bug 84911 and this bug are related. They are not.

[Libreoffice-bugs] [Bug 84913] Repagination on PDF export changes page number

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84913 --- Comment #3 from tommy27 ba...@quipo.it --- thanks. I got the .odm master document and the other .odt file. please tell me step by step what I have to do in order to reproduce the bug. P.S. which LibO version are you using? -- You are

[Libreoffice-bugs] [Bug 84913] Repagination on PDF export changes page number

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84913 --- Comment #4 from Darius Daniel Grigoras daniel.grigo...@movidius.com --- (In reply to tommy27 from comment #3) thanks. I got the .odm master document and the other .odt file. please tell me step by step what I have to do in order to

[Libreoffice-bugs] [Bug 84887] FILEOPEN: TabBar::ImplShowPage(unsigned short) crash opening ODG

2014-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84887 Caolán McNamara caol...@redhat.com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

  1   2   3   >