[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 6 commits - sc/inc sc/source

2013-03-14 Thread Kohei Yoshida
sc/inc/column.hxx |8 + sc/source/core/data/column.cxx | 25 ++- sc/source/core/data/column2.cxx | 21 ++ sc/source/core/data/column3.cxx | 292 +++- 4 files changed, 189 insertions(+), 157 deletions(-) New commits: commit 5b1d9145acd9dc

[PATCH] coverity#708921: Use after free

2013-03-14 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2738 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/2738/1 coverity#708921: Use after free Change-Id: I446fa717dfd11fc5d6045cb1e8dc3eaf8861262e --- M svx/source/gallery2/g

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #127 from Lionel Elie Mamane --- On Thu, Mar 14, 2013 at 10:00:01PM +, bugzilla-dae...@freedesktop.org wrote: > Michael Meeks changed: > --- Comment #126 from Michael Meeks --- > Removing 48043 (...) it's unclear to me that it'

Re: About coverity 705746 (pormulti.cxx from sw module)

2013-03-14 Thread Noel Grandin
On 2013-03-14 21:20, julien2412 wrote: Hello, Scan coverity detected this: 27. overwrite_var: Overwriting "pMarg" in "pMarg = new SwMarginPortion(0)" leaks the storage that "pMarg" points to (http://opengrok.libreoffice.org/xref/core/sw/source/core/text/pormulti.cxx#738) 738 if( nLeft

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

2013-03-14 Thread Julien Nabet
sw/source/ui/dochdl/swdtflvr.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit b1231b5ed214d449347d69bc3d29616377655d20 Author: Julien Nabet Date: Fri Mar 15 07:13:30 2013 +0100 coverity#705760: Resource leak Change-Id: I56c9c8307d6e5c3d119b9c894ef5122f448ef3f7 di

Re: Android market 50mb cap

2013-03-14 Thread Jonathan Aquilina
Mike I would like to see some proof on this as I have seen apps on the play store which are larger then 50Mb i have seen some close to 200Mb. On Thu, Mar 14, 2013 at 10:47 PM, Michael Meeks wrote: > Hi Mike, > > On Thu, 2013-03-14 at 09:09 -0700, Mike Murphy wrote: > > I read an article illustra

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

2013-03-14 Thread Ivan Timofeev
sc/source/core/data/global.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c0da80faaf1ee70b503b4a7bb437a51219259a49 Author: Ivan Timofeev Date: Fri Mar 15 08:40:55 2013 +0400 fix "simplify copy" the second argument is a count Change-Id: I

[PATCH libreoffice-4-0] fdo#62360: fix word breaking in Writer for spell checking

2013-03-14 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2737 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/2737/1 fdo#62360: fix word breaking in Writer for spell checking Change-Id: I0f23e9f7f076f3a82d1d5df92d9d4d3919fc816d -

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

2013-03-14 Thread László Németh
sw/source/core/txtnode/txtedt.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 9ff5720b8aa993c24fe00f1e326c3cb80b2d8eb5 Author: László Németh Date: Fri Mar 15 04:31:25 2013 +0100 fdo#62360: fix word breaking in Writer for spell checking Chan

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

2013-03-14 Thread Thomas Arnhold
dbaccess/source/ui/browser/unodatbr.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 72a3647e5c72d7065eda3b1925880790b8bca2f1 Author: Thomas Arnhold Date: Fri Mar 15 02:46:47 2013 +0100 dbaccess: fix ambiguity Change-Id: Ib25a9eab4ff2b2ba078f18d21e

[PUSHED] fdo#38838, String to OUString in dbaccess

2013-03-14 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/2386 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2386 To unsubscribe, vis

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

2013-03-14 Thread Gergő Mocsi
dbaccess/source/core/inc/core_resource.hxx | 12 ++-- dbaccess/source/core/resource/core_resource.cxx | 23 +++ dbaccess/source/ui/app/AppController.cxx|6 +- dbaccess/source/ui/app/AppController.hxx|6 +- dbaccess/source/ui/app/AppControllerDnD.cxx | 70

[PUSHED] fdo#38838, String to OUString, in dbaccess/source/ui/browser

2013-03-14 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/2538 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2538 To unsubscribe, vis

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

2013-03-14 Thread Markus Mohrhard
sc/source/filter/chart/chart_imp.cxx | 42 +++ 1 file changed, 42 insertions(+) New commits: commit fbaad98be26889bd0e278093f95a14bdb13786b6 Author: Markus Mohrhard Date: Fri Mar 15 01:35:45 2013 +0100 forgot the file Change-Id: I90a001b354810dae

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

2013-03-14 Thread Thomas Arnhold
sc/source/core/data/global.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0434a2a6d9bd4730710a19aec5ddbea83014809 Author: Thomas Arnhold Date: Fri Mar 15 01:33:27 2013 +0100 simplify copy Change-Id: Iec5a960b0a6492b1e4690c31b9c2098248c23cfa dif

[Libreoffice-commits] core.git: 9 commits - filter/source officecfg/registry sc/inc sc/Library_sc.mk sc/sdi sc/source sc/uiconfig sfx2/inc sfx2/source svx/inc svx/sdi

2013-03-14 Thread Markus Mohrhard
filter/source/config/fragments/filters/chart8.xcu|2 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu| 31 --- officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |5 sc/Library_sc.mk

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

2013-03-14 Thread Caolán McNamara
sw/uiconfig/swriter/ui/bibliographyentry.ui | 23 +-- 1 file changed, 5 insertions(+), 18 deletions(-) New commits: commit 3ce6b70835762ef0cb21e5742c6744c7c2ad4aed Author: Caolán McNamara Date: Fri Mar 15 00:22:29 2013 + various efforts to consistently apply HIG

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

2013-03-14 Thread Thomas Arnhold
sc/source/core/data/global.cxx |4 ++-- sc/source/core/tool/stringutil.cxx |2 +- sc/source/filter/excel/xicontent.cxx |2 +- sc/source/filter/ftools/ftools.cxx |2 +- sc/source/ui/dbgui/validate.cxx |2 +- 5 files changed, 6 insertions(+), 6 deletions(-) New co

Re: [Libreoffice-qa] Minutes - QA Call 03/08/2013

2013-03-14 Thread Terrence Enger
I am keeping the dev list in the recipients as I have just volunteered our stars to give autographs. Perhaps further discussion should go to the QA list. On Thu, 2013-03-14 at 11:32 -0700, Joel Madero wrote: > On Thu, Mar 14, 2013 at 11:27 AM, Terrence Enger > wrote: > > > On Thu, 2013-03-14 a

Re: minutes of ESC call ...

2013-03-14 Thread Cor Nouws
Hi, Michael Meeks wrote (14-03-13 17:10) * Learning lessons from the template manager story (Cedric) + was never included in any release as an experimental feature + can we find a way to encourage people to try experimental features ? + communication problems around enti

[PUSHED] fdo#38448 No scrolling in mailmerge's create new address lis...

2013-03-14 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/2454 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2454 To unsubscribe, vi

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

2013-03-14 Thread Christopher Copits
sw/source/ui/dbui/createaddresslistdialog.cxx | 13 + 1 file changed, 13 insertions(+) New commits: commit 3cafeddf42e128110bf69ce93af39658080d7c63 Author: Christopher Copits Date: Wed Feb 27 19:14:55 2013 -0500 fdo#38448 No scrolling in mailmerge's create new address list >

[PUSHED] fdo#38838: Replaced some (Uni)String to OUString in core/sc

2013-03-14 Thread Fridrich Strba (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/2735 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2735 To unsubscribe, vis

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

2013-03-14 Thread elixir
sc/inc/global.hxx|4 +- sc/inc/stringutil.hxx|6 +-- sc/source/core/data/global.cxx | 12 +++ sc/source/core/tool/stringutil.cxx | 52 - sc/source/filter/excel/xecontent.cxx |5 +-- sc/source/filter/exc

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Lior Kaplan changed: What|Removed |Added Depends on|53030 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Lior Kaplan changed: What|Removed |Added Depends on||53030 -- You are receiving this mail beca

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Michael Meeks changed: What|Removed |Added Depends on|48043 | --- Comment #126 from Michael Meeks --

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/inc sc/qa sc/source

2013-03-14 Thread Kohei Yoshida
sc/inc/column.hxx|3 +++ sc/inc/document.hxx |3 ++- sc/inc/table.hxx |3 +++ sc/qa/unit/ucalc.cxx |3 ++- sc/source/core/data/column2.cxx | 14 ++ sc/source/core/data/document.cxx |9 + sc/source/c

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Lior Kaplan changed: What|Removed |Added Depends on||53030 --- Comment #125 from Lior Kaplan -

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Lior Kaplan changed: What|Removed |Added Depends on||48043 --- Comment #124 from Lior Kaplan -

Re: Android market 50mb cap

2013-03-14 Thread Michael Meeks
Hi Mike, On Thu, 2013-03-14 at 09:09 -0700, Mike Murphy wrote: > I read an article illustrating the difficulties the Libre team was > having squeezing the document viewer into the 50mb Play Store cap. As > you know, Google has a strong interest in having Libre productivity > tools on its platform

Re: System::Beep() removal (2nd)

2013-03-14 Thread Caolán McNamara
On Thu, 2013-03-14 at 16:18 +, Michael Meeks wrote: > System beeps essentially don't work (at least on Linux) and on terminal > servers particularly. > > I wonder if we could instead play a sound with the avmedia backend - of > course, it'd be synchronous and lamer - but then, peop

[Libreoffice-commits] core.git: svl/CppunitTest_svl_qa_cppunit.mk

2013-03-14 Thread Fridrich Štrba
svl/CppunitTest_svl_qa_cppunit.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 36938e69d098c4e42d471963bc433dc914cebd57 Author: Fridrich Å trba Date: Thu Mar 14 22:13:23 2013 +0100 Fix svl Windows build Change-Id: Ibb5a6bb612f08a91c078492244e62f4a58102e39 diff --g

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

2013-03-14 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml.in |6 ++ sw/uiconfig/swriter/ui/insertcaption.ui| 69 +++-- 2 files changed, 38 insertions(+), 37 deletions(-) New commits: commit 4dfbd5d06f80813688af46a5c10ea641e320fc2b Author: Caolán McNamara Date: Thu Mar 14 2

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

2013-03-14 Thread Caolán McNamara
helpers/help_hid.lst | 17 source/text/simpress/01/0608.xhp | 68 +-- 2 files changed, 34 insertions(+), 51 deletions(-) New commits: commit a3f08d3afbee18266371a23abedd41c6a31ff57b Author: Caolán McNamara Date: Thu Mar 14 21:01

[Libreoffice-commits] core.git: helpcontent2

2013-03-14 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 50c54587613d61fe0d6d7d83cc6e5523e2152aeb Author: Caolán McNamara Date: Thu Mar 14 21:01:57 2013 + Updated core Project: help a3f08d3afbee18266371a23abedd41c6a31ff57b diff --git a/helpconte

[PUSHED] updated help after .ui conversion for sd/source/ui/dlg/prese...

2013-03-14 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/2733 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2733 To unsubscribe, vi

[PUSHED] resurrect svl/qa/unit/svl.cxx

2013-03-14 Thread Fridrich Strba (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/2642 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2642 To unsubscribe, vis

[Libreoffice-commits] core.git: svl/CppunitTest_svl_qa_cppunit.mk

2013-03-14 Thread Fridrich Štrba
svl/CppunitTest_svl_qa_cppunit.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 252a2f00c8eda9d5eb10acb5df86f2d67478c26a Author: Fridrich Å trba Date: Thu Mar 14 22:03:59 2013 +0100 Fix build Change-Id: If7363af4ff336fe344f0449afa41bde09fc5f800 diff --git a/svl/Cpp

[Libreoffice-commits] core.git: helpcontent2

2013-03-14 Thread Krisztian Pinter
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d0c9ca0c1ec40af1ae6237de24e0a96891f4ad55 Author: Krisztian Pinter Date: Thu Mar 14 16:56:16 2013 +0100 Updated core Project: help a744928e0c3f187d52765684de7f2720a97be892 updated help a

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

2013-03-14 Thread Krisztian Pinter
source/text/simpress/01/0608.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a744928e0c3f187d52765684de7f2720a97be892 Author: Krisztian Pinter Date: Thu Mar 14 16:56:16 2013 +0100 updated help after .ui conversion for sd/source/ui/dlg/present.cxx

[Libreoffice-commits] core.git: svl/CppunitTest_svl_qa_cppunit.mk svl/Module_svl.mk svl/qa

2013-03-14 Thread Korrawit Pruegsanusak
svl/CppunitTest_svl_qa_cppunit.mk | 62 ++ svl/Module_svl.mk |2 + svl/qa/unit/svl.cxx | 20 +--- 3 files changed, 80 insertions(+), 4 deletions(-) New commits: commit 148c5451bae2d4edb9981baad66f78d2857ee038 Author

[PUSHED] coverity#705747: Resource leak

2013-03-14 Thread Fridrich Strba (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/2736 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2736 To unsubscribe, vis

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

2013-03-14 Thread Julien Nabet
sw/source/core/text/pormulti.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit ccc8a44a21fbfb4e2b4cb659f4c515aeac795006 Author: Julien Nabet Date: Thu Mar 14 21:45:51 2013 +0100 coverity#705747: Resource leak Change-Id: Ifc071261ce5697355b904fbd12272b27c04183e4

[PATCH] coverity#705747: Resource leak

2013-03-14 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2736 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/2736/1 coverity#705747: Resource leak Change-Id: Ifc071261ce5697355b904fbd12272b27c04183e4 --- M sw/source/core/text/po

[PUSHED] coverity#705748: Resource leak

2013-03-14 Thread Fridrich Strba (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/2734 Approvals: Björn Michaelsen: Looks good to me, but someone else must approve Fridrich Strba: Verified; Looks good to me, approved -- To

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

2013-03-14 Thread Julien Nabet
sw/source/core/text/pormulti.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 01311421166abcc5bd95f700bbf9ef96ec9e3cce Author: Julien Nabet Date: Thu Mar 14 21:13:49 2013 +0100 coverity#705748: Resource leak Change-Id: I3178b1301db389b76f514b5a2bf2d18dae78ae01

[PATCH] fdo#38838: Replaced some (Uni)String to OUString in core/sc

2013-03-14 Thread Prashant Pandey (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2735 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/35/2735/1 fdo#38838: Replaced some (Uni)String to OUString in core/sc Change-Id: I4fa27b933c5b3cf2645b139bf6349b90f613feab

[PUSHED] converted sd/source/ui/dlg/present.src to .ui

2013-03-14 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/2732 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2732 To unsubscribe, vi

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

2013-03-14 Thread Caolán McNamara
sd/source/ui/dlg/present.cxx |6 -- sd/uiconfig/simpress/ui/presentationdialog.ui | 54 +- 2 files changed, 44 insertions(+), 16 deletions(-) New commits: commit 990d3c7ecab5c394abebf914dd7f148d6323780a Author: Caolán McNamara Date: Thu Mar 14 20

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

2013-03-14 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 8ff584704aa7bb3ec50e735bf7d1ff9674a45cb0 Author: Kohei Yoshida Date: Thu Mar 14 16:19:31 2013 -0400 Remove ambiguity for the windows build. Change-Id: I9b94281f7acd2223686508baa219

[PATCH] coverity#705748: Resource leak

2013-03-14 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2734 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/34/2734/1 coverity#705748: Resource leak Change-Id: I3178b1301db389b76f514b5a2bf2d18dae78ae01 --- M sw/source/core/text/po

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

2013-03-14 Thread Fridrich Štrba
sc/source/core/data/dpoutput.cxx |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) New commits: commit 568044ae7245b94099bd5511e17babdc15f6ca62 Author: Fridrich Å trba Date: Thu Mar 14 21:06:36 2013 +0100 Pointless nit-picking on coding style Change-Id: I54bd60c11a

mdds 0.7.1 on master

2013-03-14 Thread Kohei Yoshida
FYI, building the latest master branch now requires mdds 0.7.1. It still builds with earlier version of mdds, but Calc's unit test will likely fail. Kohei ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailma

Re: BETA tester

2013-03-14 Thread Jean-Baptiste Faure
Hi vinipuh7, Le 14/03/2013 19:55, vinipuh7 a écrit : > Hi, if your interested in a beta tester for the application, I'll > gladly help you. > Best regards from France. You can join our FR QA team on the mailing list q...@fr.libreoffice.org. Please have a look at http://fr.libreoffice.org/forums/ f

[Libreoffice-commits] core.git: download.lst

2013-03-14 Thread Kohei Yoshida
download.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 85b18e362b009676b8b9705481efb9c83f49823a Author: Kohei Yoshida Date: Thu Mar 14 15:35:00 2013 -0400 Update mdds to 0.7.1. Change-Id: I4c6e655641dcca192d4edd1edf5535d5dddcd3c1 diff --git a/d

About coverity 705746 (pormulti.cxx from sw module)

2013-03-14 Thread julien2412
Hello, Scan coverity detected this: 27. overwrite_var: Overwriting "pMarg" in "pMarg = new SwMarginPortion(0)" leaks the storage that "pMarg" points to (http://opengrok.libreoffice.org/xref/core/sw/source/core/text/pormulti.cxx#738) 738 if( nLeft || nRight ) 739 { 740

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - 5 commits - neon/makefile.mk neon/neon.patch neon/neon_win32_root_certs.patch ucb/source

2013-03-14 Thread Tor Lillqvist
neon/makefile.mk|2 - neon/neon.patch |6 ++- neon/neon_win32_root_certs.patch| 58 ucb/source/ucp/webdav/NeonSession.cxx |7 ++- ucb/source/ucp/webdav/webdavcontent.cxx |6 +++ 5 files cha

BETA tester

2013-03-14 Thread vinipuh7
Hi, if your interested in a beta tester for the application, I'll gladly help you. Best regards from France. Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: README.cross

2013-03-14 Thread Matúš Kukan
README.cross | 65 +-- 1 file changed, 63 insertions(+), 2 deletions(-) New commits: commit 63a13216e35228f8a703f9f5d5823fc23e03bb2d Author: Matúš Kukan Date: Thu Mar 14 17:05:15 2013 +0100 mention cross-compilation for Raspbian

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

2013-03-14 Thread Michael Stahl
sw/inc/docary.hxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit abccbae3d8376d7f8b79d517a758daeac08af003 Author: Michael Stahl Date: Thu Mar 14 19:36:04 2013 +0100 SwFrmFmts: MSVC does stupid things with dllexporting templates ... so work around

Re: [Libreoffice-qa] Minutes - QA Call 03/08/2013

2013-03-14 Thread Joel Madero
On Thu, Mar 14, 2013 at 11:27 AM, Terrence Enger wrote: > On Thu, 2013-03-14 at 10:25 -0700, Joel Madero wrote: > > *Triage Contest > [snip] > > +Ideas for prizes > > -Hoodies, T-Shirts, Mug, laptop case > > How about a full-size printout of the dependency graph that we can now > prod

Re: [Libreoffice-qa] Minutes - QA Call 03/08/2013

2013-03-14 Thread Terrence Enger
On Thu, 2013-03-14 at 10:25 -0700, Joel Madero wrote: > *Triage Contest [snip] > +Ideas for prizes > -Hoodies, T-Shirts, Mug, laptop case How about a full-size printout of the dependency graph that we can now produce from the reowrked make system? For extra spiffiness, invite experts

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 50/afa50122cf6ce6e98acaf12315b4d240546d47

2013-03-14 Thread Eike Rathke
50/afa50122cf6ce6e98acaf12315b4d240546d47 |1 + 1 file changed, 1 insertion(+) New commits: commit fb4e88a2ec8bf0fedfc213bf4810c8d972bbd664 Author: Eike Rathke Date: Thu Mar 14 19:22:17 2013 +0100 Notes added by 'git notes add' diff --git a/50/afa50122cf6ce6e98acaf12315b4d240546d47

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

2013-03-14 Thread Luboš Luňák
solenv/bin/concat-deps.c |1 + 1 file changed, 1 insertion(+) New commits: commit 07e24bdca5ab941368e3e9facb94ac1b80690ace Author: Luboš Luňák Date: Thu Mar 14 19:03:03 2013 +0100 __BYTE_ORDER was used without the relevant #include Change-Id: I4e4d10c1c82834608b14aae62f02e

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

2013-03-14 Thread Eike Rathke
sc/source/core/data/dpoutput.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit d965698e1010951450b508269add14dfdb9dfeeb Author: Eike Rathke Date: Thu Mar 14 19:02:57 2013 +0100 catch const & Change-Id: Ia1ee717922f82e2300d31741749964489b255c

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sc/source

2013-03-14 Thread Wang Lei
sc/source/core/data/dpoutput.cxx | 17 + 1 file changed, 17 insertions(+) New commits: commit 0f79e6fded66af9d33350864efa4d8c1109b41e1 Author: Wang Lei Date: Thu Jun 14 05:38:10 2012 + i#119972 - Formula GETPIVOTDATA returns #REF! value Patch by: pengyunquan

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 0f/2925109059fbba578c355696280a0a7785c691

2013-03-14 Thread Eike Rathke
0f/2925109059fbba578c355696280a0a7785c691 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 21d1bb328117f0c9d2afc6e94a4b0781abf99922 Author: Eike Rathke Date: Thu Mar 14 18:54:56 2013 +0100 Notes added by 'git notes add' diff --git a/0f/2925109059fbba578c355696

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

2013-03-14 Thread Wang Lei
sc/source/core/data/dpoutput.cxx | 17 + 1 file changed, 17 insertions(+) New commits: commit 166db0df90f1a5443c6914f48848891fa8016782 Author: Wang Lei Date: Thu Jun 14 05:38:10 2012 + i#119972 - Formula GETPIVOTDATA returns #REF! value Patch by: pengyunquan

[Libreoffice-commits] core.git: xmloff/inc xmloff/qa

2013-03-14 Thread Michael Meeks
xmloff/inc/xmloff/xmlaustp.hxx |1 + xmloff/qa/unit/uxmloff.cxx | 40 +--- 2 files changed, 30 insertions(+), 11 deletions(-) New commits: commit c44e6855a9148dda31d09ba4cbfc5cd7729b8199 Author: Michael Meeks Date: Thu Mar 14 17:41:18 2013 +

[PUSHED libreoffice-4-0] fdo#54275: Fix GVFS UCP, so saving docs works again

2013-03-14 Thread Fridrich Strba (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/2730 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2730 To unsubscribe, vis

[PUSHED libreoffice-3-6] fdo#54275: Fix GVFS UCP, so saving docs works again

2013-03-14 Thread Fridrich Strba (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/2729 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2729 To unsubscribe, vis

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - ucb/source

2013-03-14 Thread Stephan Bergmann
ucb/source/ucp/gvfs/gvfs_content.cxx | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) New commits: commit dcd1171c5be0830c59bfacff74a254295d9b Author: Stephan Bergmann Date: Thu Mar 14 17:01:07 2013 +0100 fdo#54275: Fix GVFS UCP, so saving docs works aga

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - ucb/source

2013-03-14 Thread Stephan Bergmann
ucb/source/ucp/gvfs/gvfs_content.cxx | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) New commits: commit f2d8cc9f69cbfb85881e73ffa6a6926fb3395238 Author: Stephan Bergmann Date: Thu Mar 14 17:01:07 2013 +0100 fdo#54275: Fix GVFS UCP, so saving docs works aga

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 0f/2925109059fbba578c355696280a0a7785c691

2013-03-14 Thread Eike Rathke
0f/2925109059fbba578c355696280a0a7785c691 |1 + 1 file changed, 1 insertion(+) New commits: commit 28adf12506ba5b1e42ada6aec134817d7ef282ec Author: Eike Rathke Date: Thu Mar 14 18:33:08 2013 +0100 Notes added by 'git notes add' diff --git a/0f/2925109059fbba578c355696280a0a7785c691

[Libreoffice-qa] Minutes - QA Call 03/08/2013

2013-03-14 Thread Joel Madero
Time Begin: 1405 Present: Florian, Joel, Joren, Petr, Robinson Pending Action Items *NEEDINFO +AGREED: Current text is good for 1st comment to be added to all NEEDINFO bugs which have not had activity for 6+ months. +AGREED: This week we will start process +ACTION: Joel will be resp

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

2013-03-14 Thread Lionel Elie Mamane
offapi/com/sun/star/report/XGroup.idl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9d0e346d604a55126d0cb37c77b3d0b36a565582 Author: Lionel Elie Mamane Date: Thu Mar 14 18:08:50 2013 +0100 spelling Change-Id: Ie56501b781920a0d568062806211abec7e755e0

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 78/68e574f16146cfe194e9e1ab86f9da0318a20c

2013-03-14 Thread Eike Rathke
78/68e574f16146cfe194e9e1ab86f9da0318a20c |1 + 1 file changed, 1 insertion(+) New commits: commit 469f609004f738b5627370dca9f8a3eacabdc00d Author: Eike Rathke Date: Thu Mar 14 18:10:46 2013 +0100 Notes added by 'git notes add' diff --git a/78/68e574f16146cfe194e9e1ab86f9da0318a20c

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

2013-03-14 Thread Ariel Constenla-Haile
basic/source/sbx/sbxscan.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit a63cc778d1d09f49046f1e205557b08534fdc030 Author: Ariel Constenla-Haile Date: Sun Jun 10 16:19:52 2012 + i119933 - make Basic FORMAT function work with non-ASCII text

[PATCH] updated help after .ui conversion for sd/source/ui/dlg/prese...

2013-03-14 Thread Krisztian Pinter (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2733 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/help refs/changes/33/2733/1 updated help after .ui conversion for sd/source/ui/dlg/present.cxx Change-Id: I77382afa4143ced041d29c0467a6b7c2f

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Markus Mohrhard changed: What|Removed |Added Depends on||60712 Blocks|60712

[Libreoffice-commits] core.git: mdds/mdds_0.7.0_unreachable_warning.patch.1 mdds/UnpackedTarball_mdds.mk

2013-03-14 Thread Michael Stahl
mdds/UnpackedTarball_mdds.mk|1 + mdds/mdds_0.7.0_unreachable_warning.patch.1 | 13 + 2 files changed, 14 insertions(+) New commits: commit 96ef305d322ebf82e37ca8555a0b2573318a4fde Author: Michael Stahl Date: Thu Mar 14 18:03:53 2013 +0100 mdds: work arou

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

2013-03-14 Thread Michael Stahl
writerperfect/source/writer/MWAWImportFilter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2968fbc470c32ac15d29b7c704c90e49b95d6658 Author: Michael Stahl Date: Thu Mar 14 17:32:26 2013 +0100 spurious warning C4701: potentially uninitialized local variabl

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

2013-03-14 Thread Eike Rathke
sc/source/filter/xml/xmlwrap.cxx | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) New commits: commit 412956137043f15a38a9196f1ae8a32fe3b305f6 Author: Eike Rathke Date: Thu Mar 14 17:45:42 2013 +0100 catch const & Change-Id: Ieac2188ead00d8e08b538356

[PATCH libreoffice-4-0-2] fdo#54275: Fix GVFS UCP, so saving docs works again

2013-03-14 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2731 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/31/2731/1 fdo#54275: Fix GVFS UCP, so saving docs works again Similar to 8722f0e7ef690205d042c8a6b1fdf342a34ecbe1 "rhbz#89

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 23/ad78fe2d5c5c9d35e30964525b45f442458513

2013-03-14 Thread Eike Rathke
23/ad78fe2d5c5c9d35e30964525b45f442458513 |1 + 1 file changed, 1 insertion(+) New commits: commit 24eb4adf9140a5fa4762b78b09681b07f06b5909 Author: Eike Rathke Date: Thu Mar 14 17:41:36 2013 +0100 Notes added by 'git notes add' diff --git a/23/ad78fe2d5c5c9d35e30964525b45f442458513

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 54275, which changed state. Bug 54275 Summary: Linux: Unable to "Save" (or "Save As") New Document on Samba (gvfs) Mounted Share https://bugs.freedesktop.org/show_bug.cgi?id=54275 What|Removed

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 54275, which changed state. Bug 54275 Summary: Linux: Unable to "Save" (or "Save As") New Document on Samba (gvfs) Mounted Share https://bugs.freedesktop.org/show_bug.cgi?id=54275 What|Removed

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

2013-03-14 Thread Ariel Constenla-Haile
padmin/source/adddlg.cxx | 20 ++-- sc/inc/scerrors.hxx |1 sc/source/filter/xml/xmlwrap.cxx | 64 ++- sc/source/ui/src/scerrors.src|4 ++ 4 files changed, 78 insertions(+), 11 deletions(-) New commits: commit 14410

[PATCH libreoffice-4-0] fdo#54275: Fix GVFS UCP, so saving docs works again

2013-03-14 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2730 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/2730/1 fdo#54275: Fix GVFS UCP, so saving docs works again Similar to 8722f0e7ef690205d042c8a6b1fdf342a34ecbe1 "rhbz#89

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - svx/source

2013-03-14 Thread karth
svx/source/table/viewcontactoftableobj.cxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit d87160b888fe476d179982cbb297cf0e70632f3a Author: karth Date: Thu Jan 24 05:49:50 2013 +0530 Resolves the bug fdo#59117 missing borders of last column

[Libreoffice-commits] core.git: registry/Module_registry.mk

2013-03-14 Thread Matúš Kukan
registry/Module_registry.mk |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit df8673367a46b78e5abb35d89559bbc3e64b05b4 Author: Matúš Kukan Date: Thu Mar 14 17:24:00 2013 +0100 do not build registry's executables for iOS Change-Id: Ided79f8993a

[PATCH libreoffice-3-6] fdo#54275: Fix GVFS UCP, so saving docs works again

2013-03-14 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2729 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/2729/1 fdo#54275: Fix GVFS UCP, so saving docs works again Similar to 8722f0e7ef690205d042c8a6b1fdf342a34ecbe1 "rhbz#89

Re: Need help regarding BUG #60700

2013-03-14 Thread Michael Meeks
Hi Alex, On Sat, 2013-03-02 at 07:26 -0800, Alex Ivan wrote: > I've been looking into bug #60700 > and have currently > managed to figure out when those empty directories are created. When ? well - code-wise, I suggest you git grep f

Re: System::Beep() removal (2nd)

2013-03-14 Thread Michael Meeks
On Sun, 2013-02-24 at 01:31 +0100, Thomas Arnhold wrote: > I want to get some opinions about bringing the vcl/sound related stuff > back so we get beeps working for Basic again. Or are there > alternatives?! System beeps essentially don't work (at least on Linux) and on terminal servers

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - drawinglayer/source editeng/source

2013-03-14 Thread navin patidar
drawinglayer/source/processor2d/vclprocessor2d.cxx |4 ++-- editeng/source/editeng/impedit3.cxx| 18 +- 2 files changed, 7 insertions(+), 15 deletions(-) New commits: commit fc7a1b54cf8edbc52fb48e89043d3b9f9a742a4b Author: navin patidar Date: Sun Feb 10 09

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

2013-03-14 Thread Michael Stahl
chart2/source/view/charttypes/PieChart.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 51a18f9bbd0191936e5137f9fe86161e7d87c8da Author: Michael Stahl Date: Thu Mar 14 17:15:11 2013 +0100 warning C4101: unreferenced local variable Change-Id: I43a0a

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc sc/qa sc/source

2013-03-14 Thread Kohei Yoshida
sc/inc/column.hxx |2 sc/inc/columniterator.hxx | 11 +++ sc/inc/document.hxx|2 sc/inc/table.hxx |2 sc/qa/unit/ucalc.cxx | 79 + sc/source/core/data/columniterator

[PUSHED libreoffice-4-0] i#119870: Line transparency value is lost after saving as an...

2013-03-14 Thread Fridrich Strba (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/2727 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2727 To unsubscribe, vis

minutes of ESC call ...

2013-03-14 Thread Michael Meeks
* Present: + Norbert, Andras, Petr, Kendy, Lionel, Markus, Michael M, Stephan, Eike, Caolan, Thorsten, Cedric, Astron, Bjoern, Ahmad * Pending Action Items + Bugzilla attachments not set to autodetect (Bjoern) + [ pinging Tollef ] + disab

  1   2   3   >