[PATCH libreoffice-4-0] another fix for error bar import, related fdo#60083

2013-03-05 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2560 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/2560/1 another fix for error bar import, related fdo#60083 Change-Id: I843a597702cb0cb66d8696c277666e1605091c09 --- M x

[PATCH libreoffice-4-0] and one more fix for error bar import, related fdo#60083

2013-03-05 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2559 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/2559/1 and one more fix for error bar import, related fdo#60083 Change-Id: I76ff4849137aaad175b3c95dce6644d612871201 --

[Libreoffice-commits] core.git: android/experimental vcl/android

2013-03-05 Thread Tor Lillqvist
android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java | 21 +++--- vcl/android/androidinst.cxx | 10 +--- 2 files changed, 12 insertions(+), 19 deletions(-) New commits: commit 4ceb66d86f508629bd663d165

Re: gnumake module deps ...

2013-03-05 Thread David Ostrovsky
On Tue Mar 5 Michael Meeks wrote: >I had a quick hack at the: > >make module-deps Thank you! After looking into it i thnk, that it needs some tweaks before it can be merged ;-) (a) you named it module-deps, but it is library-deps for now. Well may be we want library-deps too, but to be

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

2013-03-05 Thread Markus Mohrhard
chart2/qa/extras/chart2import.cxx | 20 sc/inc/reftokenhelper.hxx |2 +- sc/source/core/tool/reftokenhelper.cxx | 20 +++- sc/source/ui/unoobj/chart2uno.cxx | 18 ++ 4 files changed, 46 insertions(+), 14 deletion

Re: [HELP] Java expert needed on fdo#61726

2013-03-05 Thread Tor Lillqvist
> to rectify that i renamed our class to be ReportEngine2.java Wouldn't it have been appropriate to rename the package, too? If the report-builder is an extension, not part of offapi, why are its classes in com.sun.star? --tml ___ LibreOffice mailing li

Re: [HELP] Java expert needed on fdo#61726

2013-03-05 Thread Lionel Elie Mamane
On Wed, Mar 06, 2013 at 01:22:33AM +0100, David Ostrovsky wrote: > /On Tue Mar 5/Lionel Elie Mamane wrote: >>> On Tue, Mar 05, 2013 at 04:20:32PM +0200, Noel Grandin wrote: >>>/ Normally when that happens it indicates that you have multiple >>>/ copies of the same code in your CLASSPATH, and th

Re: compilation failure on centos 6

2013-03-05 Thread David Tardon
Hi, On Tue, Mar 05, 2013 at 12:52:41PM -0500, Neeraj Rai wrote: > Hi Caolan, > > I get following error : > checking for GSTREAMER_0_10... configure: error: Package requirements > (gstreamer-0.10 gstreamer-plugins-base-0.10 ) were not met: > No package 'gstreamer-plugins-base-0.10' found

Re: [tdf-discuss] macro compatibility between LO and AOO?

2013-03-05 Thread Andrew Douglas Pitonyak
They work independently. The best you can likely do is to check the code or dev documentation to see if it is in both places and if it is marked deprecated or not. I do not know how to check the IDL, but, if you figure that out, I expect that it would not be too difficult to check that for co

Re: [tdf-discuss] macro compatibility between LO and AOO?

2013-03-05 Thread Andrew Douglas Pitonyak
On 03/04/2013 04:46 AM, Fernand Vanrie wrote: On 4/03/2013 8:27, M. Fioretti wrote: On Mon, Mar 04, 2013 08:16:25 AM +0100, Fernand Vanrie wrote: 99% percent , changes comes and will come from incompatiliteis in de API. for now this is OK, small changes from version to version, but nothing w

[PATCH] tempfile: aRet is always empty

2013-03-05 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2558 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/2558/1 tempfile: aRet is always empty pParent is no longer used so this code makes no sense. Change-Id: I9c53b263a640e

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

2013-03-05 Thread Takeshi Abe
sd/source/ui/func/futempl.cxx |3 --- sfx2/source/appl/fileobj.cxx |5 - sfx2/source/dialog/dockwin.cxx |9 - 3 files changed, 17 deletions(-) New commits: commit 2082dc5421a7d1e8447cddfca96df084abdc3cbc Author: Takeshi Abe Date: Wed Mar 6 10:21:05 2013 +0900 Re

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 8 commits - bridges/source configure.in editeng/source l10ntools/inc sc/source svx/source sw/source

2013-03-05 Thread Herbert Dürr
bridges/source/cpp_uno/msvc_win32_intel/except.cxx |1 configure.in | 10 +-- editeng/source/outliner/outleeng.cxx |2 - l10ntools/inc/export.hxx | 29 - l10ntools/inc/l10ntools/direc

[Libreoffice-commits] core.git: nss/nsinstall.py

2013-03-05 Thread Peter Foley
nss/nsinstall.py |1 + 1 file changed, 1 insertion(+) New commits: commit 7b8411810239683911ad7ef749ed7943038949b4 Author: Peter Foley Date: Tue Mar 5 19:49:26 2013 -0500 fix access is denied error in nss on windows Change-Id: I3b0ebab5e87897a9c29da4b3f97f7fb71cdd1751 diff -

[HELP] Java expert needed on fdo#61726

2013-03-05 Thread David Ostrovsky
/On Tue Mar 5/Lionel Elie Mamane wrote: On Tue, Mar 05, 2013 at 04:20:32PM +0200, Noel Grandin wrote: / Normally when that happens it indicates that you have multiple />>/ copies of the same code in your CLASSPATH, and the two copies are />>/ from different versions of the code. / Conc

[Libreoffice-commits] core.git: reportbuilder/Jar_reportbuilder.mk reportbuilder/java

2013-03-05 Thread David Ostrovsky
reportbuilder/Jar_reportbuilder.mk |2 reportbuilder/java/com/sun/star/report/ReportEngine.java| 46 -- reportbuilder/java/com/sun/star/report/ReportEngine2.java | 46 ++ reportbuilder/java/com/sun/star/r

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

2013-03-05 Thread Peter Foley
solenv/gbuild/platform/com_MSC_class.mk |1 + solenv/gbuild/platform/com_MSC_defs.mk |1 - 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit acc4ed5c4b116fe6b5104833341cc044f77e0374 Author: Peter Foley Date: Tue Mar 5 19:11:12 2013 -0500 avoid -manifest warning f

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

2013-03-05 Thread Peter Foley
solenv/bin/concat-deps.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) New commits: commit 8e60dd94c6a7e3e3e57bfabdd0040b3d1e966285 Author: Peter Foley Date: Tue Mar 5 18:36:26 2013 -0500 replace snprintf with fwrite in concat-deps As suggested by Norbe

missing license statement

2013-03-05 Thread Sven Jacobi
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Best regards, Sven Jacobi ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2013-03-05 Thread Tor Lillqvist
vcl/android/androidinst.cxx |7 --- vcl/headless/svpinst.cxx | 11 +++ vcl/inc/headless/svpinst.hxx |2 ++ 3 files changed, 17 insertions(+), 3 deletions(-) New commits: commit 185b6251436ef03e314295e4fff8fcfae0d656b2 Author: Tor Lillqvist Date: Wed Mar 6 00:26:50 20

What is Xinerama (used for) ?

2013-03-05 Thread Matúš Kukan
Hi there, Xinerama is used in desktop/Executable_oosplash.mk : desktop/unx/source/splashx.c vcl/Library_vclplug_gen.mk : vcl/unx/generic/app/saldisp.cxx It has quite complicated check in configure. When cross-compiling I ended up with USE_XINERAMA=NO although it should be available. (noti

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - Repository.mk smoketest/CppunitTest_liblibreoffice.mk smoketest/Executable_libtest.mk smoketest/libtest.cxx smoketest/Module_smoketest.mk

2013-03-05 Thread Michael Meeks
Repository.mk |1 smoketest/CppunitTest_liblibreoffice.mk | 33 smoketest/Executable_libtest.mk | 36 + smoketest/Module_smoketest.mk |2 smoketest/libtest.cxx | 65 ++

[Libreoffice-commits] core.git: unoidl/prj

2013-03-05 Thread Kohei Yoshida
unoidl/prj/build.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f7417d7aadba02caa96c0346996b4f2fff2ed2d3 Author: Kohei Yoshida Date: Tue Mar 5 16:52:52 2013 -0500 My check-deps script expects a space there... Change-Id: Ia591bc9422112d62756c7c80b

[Libreoffice-commits] core.git: l10ntools/Executable_ulfconv.mk l10ntools/Module_l10ntools.mk l10ntools/source Repository.mk

2013-03-05 Thread Andras Timar
Repository.mk|1 l10ntools/Executable_ulfconv.mk | 21 -- l10ntools/Module_l10ntools.mk|1 l10ntools/source/ulfconv/ulfconv.cxx | 352 --- 4 files changed, 375 deletions(-) New commits: commit 5cf45109cc8a5ee53ab2a5

[Libreoffice-commits] dev-tools.git: scripts/annotate.pl

2013-03-05 Thread Caolán McNamara
scripts/annotate.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 034121a1c0a41004a903e2db5b2dd3d2321d3da5 Author: Caolán McNamara Date: Fri Mar 1 13:01:51 2013 + allow 'merged as:' as note prefix diff --git a/scripts/annotate.pl b/scripts/annotate.pl

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

2013-03-05 Thread Stephan Bergmann
basic/qa/cppunit/basic_coverage.cxx | 13 +++-- cppu/source/typelib/typelib.cxx |8 +++- 2 files changed, 6 insertions(+), 15 deletions(-) New commits: commit f4b218d16442f5daacf87b42e9cb1fb816bef4c0 Author: Stephan Bergmann Date: Tue Mar 5 21:20:25 2013 +0100 *ppRet

Re: help regarding bug 39445 - writing out tools/

2013-03-05 Thread Stephan Bergmann
On 03/05/2013 05:26 PM, Andras Timar wrote: On Tue, Mar 5, 2013 at 3:49 PM, Stephan Bergmann wrote: On 03/04/2013 02:36 PM, Krisztian Pinter wrote: I've been tasked with this easyhack: https://bugs.freedesktop.org/show_bug.cgi?id=39445 I started with this source, because it seemed easy enoug

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

2013-03-05 Thread Rene Engelhard
scp2/source/ooo/module_hidden_ooo.scp | 38 +- scp2/source/writer/module_writer.scp |8 +++ 2 files changed, 23 insertions(+), 23 deletions(-) New commits: commit e141af7d7f0969cd425de8ebc852d1b91a8e5c85 Author: Rene Engelhard Date: Tue Mar 5 21:02:31

[PUSHED] remove ScpConvertTarget class, no codepage conversion is nee...

2013-03-05 Thread David Tardon (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2555 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2555 To unsubscribe, visit

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

2013-03-05 Thread Andras Timar
solenv/gbuild/InstallModuleTarget.mk| 47 ++-- solenv/gbuild/TargetLocations.mk|2 - solenv/gbuild/platform/IOS_ARM_GCC.mk |4 -- solenv/gbuild/platform/WNT_INTEL_GCC.mk |8 - solenv/gbuild/platform/com_MSC_class.mk |8 - solenv/g

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

2013-03-05 Thread Tor Lillqvist
android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java | 40 -- 1 file changed, 17 insertions(+), 23 deletions(-) New commits: commit 0b10d7cf5059d6a8868864fd7625c4e58eda612c Author: Tor Lillqvist Date: Tue Mar 5 21:24:59 2013 +0200 Rework scaling o

Re: compilation failure on centos 6

2013-03-05 Thread Riccardo Magliocchetti
Jonathan, Il 05/03/2013 19:31, Jonathan Aquilina ha scritto: Riccardo I had tried master branch with headless last week and it was not working, are you telling me now any issues that there were have been resolved in regards to headless? I have seen your mail but I haven't seen your response to

Templates

2013-03-05 Thread Ross Smith
The help file describes a methodology for creating a new default template by using a menu item that doesn't exist. This means a user can create a template but cannot make it the default. Specifically the help file says to create a template and save it,. then ChooseFile - Templates - Organize

[SOLVED] Re: Cppcheck: 'nTotalItems' is assigned a value never used (sfx2 part)

2013-03-05 Thread Julien Nabet
On 05/03/2013 17:37, Caolán McNamara wrote: On Tue, 2013-02-12 at 06:23 -0800, julien2412 wrote: Cppcheck reported this: sfx2/source/control/thumbnailview.cxx 293 unreadVariable style Variable 'nTotalItems' is assigned a value that is never used. See http://opengrok.libreoffice.org/xref

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

2013-03-05 Thread Julien Nabet
sfx2/source/control/thumbnailview.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 03c51284b9a23dabc9139504691d061ce38be279 Author: Julien Nabet Date: Tue Mar 5 20:00:53 2013 +0100 Remove unused nTotalItems See http://nabble.documentfoundation.org/Cppcheck-nTot

Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-05 Thread Tomaž Vajngerl
Hi, I am looking why exporting SVG doesn't work when exporting charts (fdo#60137). In [1] we need "com.sun.star.svg.SVGWriter" but it is not present in LO. Looks to me like we missed to include changes in [2] from AOO when rebasing. What should we do about this? Regards, Tomaž [1] http://cgit.f

gnumake module deps ...

2013-03-05 Thread Michael Meeks
I had a quick hack at the: make module-deps thing - and wrote the world's worst performing algorithm (in perl) to process it into a graphviz graph. Most of the time is spent eliding redundant dependencies; by which I mean if 'foo' depends on 'vcl' and 'sal' - we should e

[Libreoffice-commits] core.git: bin/module-deps.pl Makefile.in

2013-03-05 Thread Michael Meeks
Makefile.in|2 - bin/module-deps.pl | 103 + 2 files changed, 97 insertions(+), 8 deletions(-) New commits: commit 956c8eed2ca24285d1a19cda2f5f878b3e455ca8 Author: Michael Meeks Date: Tue Mar 5 18:31:18 2013 + world's la

Re: compilation failure on centos 6

2013-03-05 Thread Jonathan Aquilina
Riccardo I had tried master branch with headless last week and it was not working, are you telling me now any issues that there were have been resolved in regards to headless? On Tue, Mar 5, 2013 at 7:09 PM, Riccardo Magliocchetti < riccardo.magliocche...@gmail.com> wrote: > Neeraj, > > Il 05/03

Re: compilation failure on centos 6

2013-03-05 Thread Riccardo Magliocchetti
Neeraj, Il 05/03/2013 18:52, Neeraj Rai ha scritto: Confirmed that libX11 x86_64 is installed, but you are right about exotic option. I used headless because I had issues without it. Please ignore the original issue (#1) and please help me with issue (#2) --enable-headless will reliably work o

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 59629, which changed state. Bug 59629 Summary: Custom animation: only the first line is animated https://bugs.freedesktop.org/show_bug.cgi?id=59629 What|Removed |Added -

Re: compilation failure on centos 6

2013-03-05 Thread Neeraj Rai
Hi Caolan, Confirmed that libX11 x86_64 is installed, but you are right about exotic option. I used headless because I had issues without it. Please ignore the original issue (#1) and please help me with issue (#2) when I do not give headless to autogen.sh > ./autogen.sh --prefix=/work/opt/libr

[Libreoffice-commits] core.git: 2 commits - neon/Library_neon.mk ucb/source

2013-03-05 Thread Tor Lillqvist
neon/Library_neon.mk |6 ++ ucb/source/ucp/webdav-neon/NeonSession.cxx |2 +- 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 0e838cead94a0e4627e12fb55b4b8c29e9905d4c Author: Tor Lillqvist Date: Tue Mar 5 14:29:16 2013 +0200 Call ne_de

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 59629, which changed state. Bug 59629 Summary: Custom animation: only the first line is animated https://bugs.freedesktop.org/show_bug.cgi?id=59629 What|Removed |Added -

Re: [HELP] Java expert needed on fdo#61726

2013-03-05 Thread Lionel Elie Mamane
On Tue, Mar 05, 2013 at 04:20:32PM +0200, Noel Grandin wrote: > On 2013-03-05 16:01, Lionel Elie Mamane wrote: >> If someone with a better clue at Java could take a look at >> https://bugs.freedesktop.org/show_bug.cgi?id=61726 >> I'd be grateful. >> It completely breaks ReportBuilder, blocks othe

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - smoketest/CppunitTest_liblibreoffice.mk smoketest/libtest.cxx

2013-03-05 Thread Jack Leigh
smoketest/CppunitTest_liblibreoffice.mk |1 + smoketest/libtest.cxx |6 ++ 2 files changed, 7 insertions(+) New commits: commit 62be87c650483ce30556505c493ca5047cfd7c27 Author: Jack Leigh Date: Tue Mar 5 16:47:03 2013 + liblibo: test documentLoad method

Re: [tdf-discuss] macro compatibility between LO and AOO?

2013-03-05 Thread Fred Ollinger
I know that there were reasons for the fork and I respect that. I was wondering if libreoffice and aooo can't agree to some basic level api for 3rd party developers? Probably not, but I think it's worth asking. Fred On Tue, Mar 5, 2013 at 8:28 AM, Keith Curtis wrote: > On Mon, Mar 4, 2013 at 1:

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/source

2013-03-05 Thread Michael Meeks
desktop/source/lib/init.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit 4fa2dc9a253d15d4503e0f9403f2fdac126e8b42 Author: Michael Meeks Date: Tue Mar 5 16:52:39 2013 + liblibo: better init code. Change-Id: I8757739960cb1c764a5a66bd6

[PUSHED] fix for fdo#61801

2013-03-05 Thread Stephan Bergmann (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2553 Approvals: Stephan Bergmann: Verified; Looks good to me, approved Kohei Yoshida: Looks good to me, but someone else must approve -- To

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - 2 commits - desktop/inc desktop/source smoketest/CppunitTest_liblibreoffice.mk smoketest/libtest.cxx

2013-03-05 Thread Jack Leigh
desktop/inc/liblibreoffice.hxx |5 ++--- desktop/inc/liblibreoffice_impl.hxx |7 ++- desktop/source/lib/init.cxx | 22 +++--- desktop/source/lib/shim.cxx |3 ++- smoketest/CppunitTest_liblibreoffice.mk | 17 ++---

Re: Cppcheck: 'nTotalItems' is assigned a value never used (sfx2 part)

2013-03-05 Thread Caolán McNamara
On Tue, 2013-02-12 at 06:23 -0800, julien2412 wrote: > Cppcheck reported this: > sfx2/source/control/thumbnailview.cxx > 293 unreadVariable style Variable 'nTotalItems' is assigned a value that > is > never used. > > See > http://opengrok.libreoffice.org/xref/core/sfx2/source/control/thumbna

Re: [tdf-discuss] macro compatibility between LO and AOO?

2013-03-05 Thread Keith Curtis
On Mon, Mar 4, 2013 at 1:46 AM, Fernand Vanrie wrote: > On 4/03/2013 8:27, M. Fioretti wrote: >> >> On Mon, Mar 04, 2013 08:16:25 AM +0100, Fernand Vanrie wrote: >> >>> 99% percent , changes comes and will come from incompatiliteis in de API. >>> for now this is OK, small changes from version to v

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/inc

2013-03-05 Thread Jack Leigh
desktop/inc/liblibreoffice.hxx | 30 ++ desktop/inc/liblibreoffice_impl.hxx | 30 ++ 2 files changed, 60 insertions(+) New commits: commit 6b5abcd2a2157276acb8416b4daab21fb4a76952 Author: Jack Leigh Date: Tue Mar 5 16:26:27 2013

Re: help regarding bug 39445 - writing out tools/

2013-03-05 Thread Andras Timar
Hi, On Tue, Mar 5, 2013 at 3:49 PM, Stephan Bergmann wrote: > On 03/04/2013 02:36 PM, Krisztian Pinter wrote: >> >> I've been tasked with this easyhack: >> https://bugs.freedesktop.org/show_bug.cgi?id=39445 >> >> I started with this source, because it seemed easy enough: >> >> http://opengrok.lib

Re: cross-compiling and python

2013-03-05 Thread d . ostrovsky
On Tue Mar 5 Matus Kukan wrote: But I don't think we need to get rid ourselves of python-build-time dependency. Surely, at least on Linux and Windows, it is available. +1 Mac OS X 10.7.5 here: david@wizball> python --version Python 2.7.1 so, i would say, just drop that "feature" of using in

Re: compilation failure on centos 6

2013-03-05 Thread Caolán McNamara
On Sat, 2013-03-02 at 10:39 -0500, Neeraj Rai wrote: > Hi, > > > I am getting a compilation failure on Centos 6. It seems -lX11 will > solve it, but I am not sure where to change. Please advise. > Neeraj > [build LNK] Executable/oosplash > /data2/work/sid0/dev/builddir/libreoffice-4.0.0.3/workdi

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/inc desktop/Library_libreoffice.mk desktop/source smoketest/libtest.cxx

2013-03-05 Thread Jack Leigh
desktop/Library_libreoffice.mk |6 ++ desktop/inc/liblibreoffice.h | 38 -- desktop/source/lib/init.cxx| 32 +--- desktop/source/lib/shim.cxx| 12 smoketest/libtest.cxx |6 -- 5 fi

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

2013-03-05 Thread Miklos Vajna
sw/source/core/text/itrform2.cxx | 18 ++ 1 file changed, 18 insertions(+) New commits: commit 5dc729cae00e6ea35f5dde13eba89434be2d7dc5 Author: Miklos Vajna Date: Tue Mar 5 16:25:57 2013 +0100 bnc#793998 SwTxtFormatter::FormatLine: fix missing repaints The incor

[Libreoffice-commits] core.git: cui/source offapi/com sc/source svtools/source vcl/win

2013-03-05 Thread Noel Grandin
cui/source/options/personalization.cxx|3 +- offapi/com/sun/star/ui/dialogs/FilePicker.idl |1 sc/source/ui/xmlsource/xmlsourcedlg.cxx |3 +- svtools/source/control/filectrl2.cxx |3 +- vcl/win/source/gdi/salprn.cxx | 30 +--

Re: DialControl widget

2013-03-05 Thread Caolán McNamara
On Tue, 2013-03-05 at 11:57 -0300, Olivier Hallot wrote: > Actually I meant: What parent gtk widget should I use? GtkSpin? Oh right, for the glade placeholder. Doesn't really matter I suppose, nothing is a good fit. Maybe a "GtkSpinner" just because that's round as well :-), otherwise a GtkDrawing

[Libreoffice-qa] Minutes - QA Call 02/22/2013

2013-03-05 Thread Joel Madero
Start Time: 1405 UTC People Present – Florian, Joel, Petr Completed Action Items *Note: From now on Completed Action Items will not be listed on agenda and will only be visible on minutes *Moved relevant 3.5 MAB to 3.6 and closed 3.5 MAB meta tracker (Joel) Pending Action Items *FreeDesktop.O

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-03-05 Thread Stephan Bergmann
I have zero insight into that area of the code, but from what I gather: GrammarCheckingIterator::GetSuggestedEndOfSentence(rText, ...) -- where rText apparently is one single paragraph -- used to be convoluted code that always returns rText.getLength() for the last few years, whether that chan

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/Library_libreoffice.mk desktop/Library_sofficeapp.mk desktop/source

2013-03-05 Thread Michael Meeks
desktop/Library_libreoffice.mk | 21 desktop/Library_sofficeapp.mk |5 +++ desktop/source/lib/init.cxx|9 +++ desktop/source/lib/shim.cxx| 52 + 4 files changed, 67 insertions(+), 20 deletions(-) New commits: commit

Re: building concat-deps

2013-03-05 Thread Norbert Thiebaud
On Tue, Mar 5, 2013 at 4:01 AM, Michael Meeks wrote: > Hi Matus, > > On Tue, 2013-03-05 at 10:06 +0100, Matúš Kukan wrote: >> recently building concat-deps was changed to not use gcc on Windows [1]. >> Is it all right ? Wasn't using gcc deliberate for some reason ? > > I imagine it was use

Re: DialControl widget

2013-03-05 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Em 04-03-2013 08:44, Caolán McNamara escreveu: > On Sat, 2013-03-02 at 22:38 -0300, Olivier Hallot wrote: >> Hi Caolán, all >> >> what will be the gtk widget to hold DialControl? DialControl is present >> in Calc cell text alignment. > > It'll have to

Re: help regarding bug 39445 - writing out tools/

2013-03-05 Thread Stephan Bergmann
On 03/04/2013 02:36 PM, Krisztian Pinter wrote: I've been tasked with this easyhack: https://bugs.freedesktop.org/show_bug.cgi?id=39445 I started with this source, because it seemed easy enough: http://opengrok.libreoffice.org/xref/core/rsc/source/tools/rsctools.cxx#175 Code in rsc/source/tool

License statement

2013-03-05 Thread Jiří Blecha
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards, Jiri Blecha ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: 2 commits - extras/source formula/inc formula/source sc/source

2013-03-05 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml |7 ++ formula/inc/formula/funcutl.hxx |6 +++-- formula/source/ui/dlg/funcutl.cxx | 31 sc/source/ui/miscdlgs/anyrefdg.cxx |5 4 files changed, 43 insertions(+), 6 deleti

Re: [HELP] Java expert needed on fdo#61726

2013-03-05 Thread Noel Grandin
On 2013-03-05 16:01, Lionel Elie Mamane wrote: Hi, If someone with a better clue at Java could take a look at https://bugs.freedesktop.org/show_bug.cgi?id=61726 I'd be grateful. It completely breaks ReportBuilder, blocks other work on quite annoying / important bugs in ReportBuilder, ... >From

[PUSHED] Update README to explain what "SV" stands for in the source.

2013-03-05 Thread Thomas Arnhold (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2532 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2532 To unsubscribe, vis

[PUSHED] Converted Insert -> Names -> Define widget.

2013-03-05 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2130 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2130 To unsubscribe, vi

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/inc desktop/source smoketest/CppunitTest_liblibreoffice.mk smoketest/libtest.cxx

2013-03-05 Thread Michael Meeks
desktop/inc/liblibreoffice.h|2 - desktop/source/lib/init.cxx | 38 ++-- smoketest/CppunitTest_liblibreoffice.mk |1 smoketest/libtest.cxx | 19 +++- 4 files changed, 47 insertions(+), 13 deletions(-) N

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

2013-03-05 Thread Abdulelah Alarifi
sc/uiconfig/scalc/ui/definename.ui | 301 + 1 file changed, 301 insertions(+) New commits: commit d1c72717a2260b46a76624db377277d90c6190d4 Author: Abdulelah Alarifi Date: Wed Feb 13 09:53:28 2013 +0300 Converted Insert -> Names -> Define widget.

[HELP] Java expert needed on fdo#61726

2013-03-05 Thread Lionel Elie Mamane
Hi, If someone with a better clue at Java could take a look at https://bugs.freedesktop.org/show_bug.cgi?id=61726 I'd be grateful. It completely breaks ReportBuilder, blocks other work on quite annoying / important bugs in ReportBuilder, ... >From what Google tells me, I don't understand how a I

[PATCH] fdo#39468: Translate German comments in dbaccess/source/ui

2013-03-05 Thread David Verrier (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2556 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/2556/1 fdo#39468: Translate German comments in dbaccess/source/ui Change-Id: I9eb3c97ffe2dd122960bb4c5f5b0594767ea0fb9

[PATCH] docx import, fixed cropping

2013-03-05 Thread Sven Jacobi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2557 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/2557/1 docx import, fixed cropping Change-Id: I910c2f769e88c5d9d17fc5bf072909b4b7f28ef0 --- M writerfilter/source/dmapp

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

2013-03-05 Thread Chris
vcl/README |4 1 file changed, 4 insertions(+) New commits: commit b3b2a4a3f32527a3066d77e2a51c03339db21244 Author: Chris Date: Tue Mar 5 22:44:38 2013 +1100 Update README to explain what "SV" stands for in the source. Change-Id: I0d0a71a6e74ca2d90487313e33cf82ea7bcac063

Re: cross-compiling and python

2013-03-05 Thread Matúš Kukan
Hi Kendy, On 5 March 2013 14:11, Jan Holesovsky wrote: > Having had a look at what is the python needed for during the build, and > it seems to me that it is only because of filter/source/svg/js2hxx.py . >... > So - I think best would be just to bundle presentation_engine.js to the > LO installat

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/Library_libreoffice.mk smoketest/CppunitTest_liblibreoffice.mk smoketest/libtest.cxx smoketest/Module_smoketest.mk

2013-03-05 Thread Michael Meeks
desktop/Library_libreoffice.mk | 44 smoketest/CppunitTest_liblibreoffice.mk | 44 smoketest/Module_smoketest.mk |4 ++ smoketest/libtest.cxx | 37 ++ 4 files ch

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/source

2013-03-05 Thread Michael Meeks
desktop/source/lib/init.cxx | 90 1 file changed, 82 insertions(+), 8 deletions(-) New commits: commit 7f141a511f5e25be12a8df416980ef0ad8d5641a Author: Michael Meeks Date: Tue Mar 5 13:30:51 2013 + liblibo: start of initial bootstrapping.

[Libreoffice-commits] core.git: Branch 'feature/liblibo' - desktop/inc desktop/Module_desktop.mk desktop/source Repository.mk

2013-03-05 Thread Michael Meeks
Repository.mk|1 + desktop/Module_desktop.mk|1 + desktop/inc/liblibreoffice.h | 38 ++ desktop/source/lib/init.cxx | 40 4 files changed, 80 insertions(+) New commits: commit baa661b2b66

[Libreoffice-commits] help.git: Branch 'distro/suse/suse-3.6' - 3 commits -

2013-03-05 Thread Petr Mladek
0 files changed New commits: commit 17717a8d049fe7501921cf7b17bca0158b4563cc Merge: fd9c83b c08ad66 Author: Petr Mladek Date: Mon Mar 4 12:14:06 2013 +0100 Merge tag 'libreoffice-3.6.5.2' into suse-3.6 Tag libreoffice-3.6.5.2 commit c08ad6641c93d9c71e298b086596f33181f2d184 Autho

[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - 3 commits -

2013-03-05 Thread Libreoffice Gerrit user
0 files changed New commits: commit b62604d92dcfc577159415b87dd1c333121bde42 Merge: e5bb4f9 6e6b3fc Author: Petr Mladek Date: Mon Mar 4 12:13:57 2013 +0100 Merge tag 'libreoffice-3.6.5.2' into suse-3.6 Tag libreoffice-3.6.5.2 commit 6e6b3fc050037fe80992e229aef2af2bf974b12f Autho

[Libreoffice-commits] Changes to 'feature/liblibo'

2013-03-05 Thread David Tardon
New branch 'feature/liblibo' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: cross-compiling and python

2013-03-05 Thread Jan Holesovsky
Hi Matúš, Matúš Kukan píše v Út 05. 03. 2013 v 13:12 +0100: > I should have express myself better. This is not only about cross-compiling. > The problem is that for build platform you don't want to build pyuno > and all the other things. You only want to be able to execute python > when building.

[PUSHED] res. bug on numbered paragraph when .doc import

2013-03-05 Thread Muthu Subramanian K (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2046 Approvals: Muthu Subramanian K: Verified; Looks good to me, approved Tor Lillqvist: Looks good to me, but someone else must approve Libr

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

2013-03-05 Thread Eike Rathke
solenv/bin/create-ids |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4f25fac0bdf76f035bd521660d8fd74e8b7e0137 Author: Eike Rathke Date: Tue Mar 5 14:08:49 2013 +0100 so there's no need anymore for ls and grep out workdir Change-Id: I991ab1ff60d056ba8

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

2013-03-05 Thread Maxime de Roucy
sw/source/filter/ww8/ww8par.hxx |9 + sw/source/filter/ww8/ww8par3.cxx | 70 +++ 2 files changed, 44 insertions(+), 35 deletions(-) New commits: commit d5405d4c42459304a1152b7a1722a1627f775b07 Author: Maxime de Roucy Date: Wed Feb 6 17:24:29 2013

[PATCH] remove ScpConvertTarget class, no codepage conversion is nee...

2013-03-05 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2555 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/2555/1 remove ScpConvertTarget class, no codepage conversion is needed Change-Id: I45f309c6c23704af8638003fd54f1a7e4506

[PUSHED] fdo#38838, replacement of String with OUString

2013-03-05 Thread Muthu Subramanian K (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2554 Approvals: Muthu Subramanian K: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2554 To unsubscribe

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

2013-03-05 Thread Eike Rathke
solenv/bin/create-ids |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f56d1bb450530581bd9aaaecd8fa0bbf4ad0f950 Author: Eike Rathke Date: Tue Mar 5 13:45:58 2013 +0100 */$INPATH/misc/build is gone, dead, squelched Change-Id: I9beed35b786ee4b096ec

[Libreoffice-commits] core.git: avmedia/source basctl/source sc/source sd/source sfx2/inc sfx2/source starmath/inc starmath/source svtools/inc svtools/source sw/inc sw/source

2013-03-05 Thread Ádám Csaba Király
avmedia/source/viewer/mediawindow.cxx |2 +- basctl/source/basicide/basdoc.cxx |2 +- basctl/source/basicide/basdoc.hxx |6 +++--- basctl/source/basicide/bastype3.cxx | 20 ++-- sc/source/ui/docshell/docsh.cxx | 10 +- sc/source/ui/inc/docsh.

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-03-05 Thread Caolán McNamara
helpers/help_hid.lst | 10 --- source/text/shared/01/05040300.xhp | 51 ++--- 2 files changed, 26 insertions(+), 35 deletions(-) New commits: commit 071306b8f2e8d419a76ba2d493b7b8377fde2eff Author: Caolán McNamara Date: Tue Mar 5 12:44:22

[Libreoffice-commits] core.git: helpcontent2

2013-03-05 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit de02e1e546a2141567afd8a90e54bcde72550ab1 Author: Caolán McNamara Date: Tue Mar 5 12:44:22 2013 + Updated core Project: help 071306b8f2e8d419a76ba2d493b7b8377fde2eff diff --git a/helpconten

[Libreoffice-commits] core.git: 2 commits - autodoc/Executable_autodoc.mk autodoc/source formula/inc formula/source Makefile.in sc/source solenv/bin unusedcode.easy

2013-03-05 Thread Caolán McNamara
Makefile.in |1 autodoc/Executable_autodoc.mk|1 autodoc/source/parser/inc/tokens/tkp.hxx | 78 --- autodoc/source/parser/tokens/tkp.cxx | 50 --- formula/inc/formula/funcutl.hxx |2

Re: archive / install slowness ...

2013-03-05 Thread Christian Lohmaier
Hi David, *, On Mon, Mar 4, 2013 at 11:26 PM, David Ostrovsky wrote: > > So let's pick up this ARCHIVE from file_python.scp and check what's going on > there > (i ommited non important pieces): > > File gid_File_Py_Python_Core > #ifdef MACOSX > Name = "LibreOfficePython.framework.zip"; >

License Statement

2013-03-05 Thread Ngo Cao Cuong
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards, Cao Cuong NGO. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH] fdo#60148 Clean up warnings from the Clang compiler plugin

2013-03-05 Thread Ngo Cao Cuong
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. On 03/04/2013 06:20 PM, Cao Cuong Ngo (via Code Review) wrote: > Hi, > > I have submitted a patch for review: > > https://gerrit.libreoffice.org/2544 > > To pull it, you can do: > > gi

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

2013-03-05 Thread Miklos Vajna
sw/source/core/text/porlay.hxx | 11 --- 1 file changed, 11 deletions(-) New commits: commit d431a1323f0b7bbeff79216b2c132e457b6cd3ef Author: Miklos Vajna Date: Tue Mar 5 13:22:50 2013 +0100 SwLinePortion: drop no longer needed C30 workaround Change-Id: I80496eab6f1bbdc

Re: cross-compiling and python

2013-03-05 Thread Matúš Kukan
On 5 March 2013 12:38, Tor Lillqvist wrote: >> --enable-build-python= > > But we have a generic --with-build-platform-configure-options option > that can be used to pass several options to the sub-configury for the > build platform. Would it work to use: > > --with-build-platform-configure-options

  1   2   >