Finding character after Formula anchor point

2013-04-19 Thread Rheinländer
Hi, I'm trying to find the character after a Formula's anchor. It's anchored "as character" so I thought this would be easy... // Create a model cursor at the anchor point Reference < XTextContent > formula = ... Reference < XText > xDocumentText = formula->getAnchor()->getText(); Reference < XTe

[ABANDONED] fdo42949 Remove unused headers in module eventattacher

2013-04-19 Thread Michael Dunphy (via Code Review)
Michael Dunphy has abandoned this change. Change subject: fdo42949 Remove unused headers in module eventattacher .. Patch Set 1: Abandoned Oops submitted twice, see https://gerrit.libreoffice.org/#/c/3494/ -- To view, visit h

[PATCH] fdo#42949 Remove unused headers in module eventattacher

2013-04-19 Thread Michael Dunphy (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3494 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/94/3494/1 fdo#42949 Remove unused headers in module eventattacher Change-Id: Idbb483733a00d3b23561519f911182f8316867fd ---

[PATCH] fdo42949 Remove unused headers in module eventattacher

2013-04-19 Thread Michael Dunphy (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3493 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/93/3493/1 fdo42949 Remove unused headers in module eventattacher Change-Id: Ia695f8fbfebc3d93f667fa314f2218ae7a4ef9e5 ---

[GSOC 2013] - More integration with Document Management Systems

2013-04-19 Thread Sagara Paranagama
Hi all, I'm interested in implementing $subject[1] as a GSOC project since I have some prior experience with coding a CMIS repository. As I understand it, the scope of the project would be to show the version history of documents while opening them from LibreOffice. However, in the wiki page it s

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

2013-04-19 Thread Kohei Yoshida
sc/inc/dpresfilter.hxx | 10 +- sc/inc/dptabsrc.hxx |2 +- sc/source/core/data/dpresfilter.cxx | 28 ++-- sc/source/core/data/dptabsrc.cxx|2 +- 4 files changed, 21 insertions(+), 21 deletions(-) New commits: commit 75c8

[PATCH] fdo#6299 Remove a few more pass-through headers

2013-04-19 Thread Michael Dunphy (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3492 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/92/3492/1 fdo#6299 Remove a few more pass-through headers Change-Id: I4cc2dc7f1da3bc15921939e3bd5908a3f7049eab --- M filte

Re: MAC OSX 10.6 scary build error: Segfault in the compiler

2013-04-19 Thread Norbert Thiebaud
On Fri, Apr 19, 2013 at 7:15 PM, Norbert Thiebaud wrote: > but then I ran into: > > [build CXX] unotools/source/ucbhelper/localfilehelper.cxx > /Volumes/TBRAM/build_core/unotools/source/misc/fontcvt.cxx:1538: > internal compiler error: Segmentation fault forcing -O0 for that source seems to allow

Re: Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-19 Thread Carles Pina i Estany
Hi, On Apr/19/2013, Norbert Thiebaud wrote: > On Fri, Apr 19, 2013 at 6:16 PM, Carles Pina i Estany wrote: > > > > Have you been able to reproduce the problem using 4.0.2.2 on Mac? > > Is it fix using the 4.0.3.1? > > I cannot reproduce since I _do_ have that nasty libintl.8.dylib at > that loc

Re: Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-19 Thread Norbert Thiebaud
On Fri, Apr 19, 2013 at 6:16 PM, Carles Pina i Estany wrote: > > Have you been able to reproduce the problem using 4.0.2.2 on Mac? > Is it fix using the 4.0.3.1? I cannot reproduce since I _do_ have that nasty libintl.8.dylib at that location... which is the root cause of the problem to start wit

MAC OSX 10.6 scary build error: Segfault in the compiler

2013-04-19 Thread Norbert Thiebaud
so after a fairly long hiatus.. I'm trying to get master build on Mac OSX 10.6 SDK back into shape... I've been running in python issue that seems to be related to a --enable-system-expat in ./configure of python3 then WaE... about obsolete redland API... which I skipped for now.. but then I ran

Re: Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-19 Thread Carles Pina i Estany
Hi, On Apr/19/2013, Norbert Thiebaud wrote: > On Fri, Apr 19, 2013 at 10:51 AM, Carles Pina i Estany > wrote: > > > Carles, > > Thanks for reporting the problem... > > I re-spined the 4.0.3.1 and 4.0.2.2 build... will be uploading them > shortly to pre-release... Have you been able to reprod

[PATCH] fdo#62699 Remove pass-through headers

2013-04-19 Thread Michael Dunphy (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3491 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/91/3491/1 fdo#62699 Remove pass-through headers Change-Id: I84a88238f6cdc485530ffb76f9444179a22abb92 --- M cui/source/opti

[PATCH] Remove pass-through header file sot/inc/sot/clsids.hxx

2013-04-19 Thread Michael Dunphy (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3490 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/90/3490/1 Remove pass-through header file sot/inc/sot/clsids.hxx Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 ---

Re: Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-19 Thread Norbert Thiebaud
On Fri, Apr 19, 2013 at 10:51 AM, Carles Pina i Estany wrote: > Carles, Thanks for reporting the problem... I re-spined the 4.0.3.1 and 4.0.2.2 build... will be uploading them shortly to pre-release... Norbert ___ LibreOffice mailing list LibreOffice@

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

2013-04-19 Thread Tor Lillqvist
sw/source/core/view/viewsh.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit cf3e8cf92190baddf601283855070a36fc89125c Author: Tor Lillqvist Date: Sat Apr 20 00:00:51 2013 +0300 WaE: variables set but not used Can bypass even more lines for OS

Re: [PUSHED] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Eike Rathke
Hi Janit, On Saturday, 2013-04-20 01:32:11 +0530, Janit Anjaria wrote: > I am hereby submitting my patches for review. Thanks. The changes to fmgridif.cxx did not apply as they were already done. I suggest you update your local repository and working tree more frequently with ./g pull -r and b

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

2013-04-19 Thread Tor Lillqvist
sw/source/core/view/viewsh.cxx | 22 +- 1 file changed, 5 insertions(+), 17 deletions(-) New commits: commit 8a5993aeea148ae5d84b4ab8f5116075d9456a5d Author: Tor Lillqvist Date: Fri Apr 19 23:29:31 2013 +0300 While at it, disable "smooth scroll" for Android and iOS,

[ABANDONED] Fix https://-related crashes.

2013-04-19 Thread Markus Mohrhard (via Code Review)
Markus Mohrhard has abandoned this change. Change subject: Fix https://-related crashes. .. Patch Set 1: Abandoned already merged, was just cherry-picked into that build -- To view, visit https://gerrit.libreoffice.org/3488 T

[PATCH] Fix https://-related crashes.

2013-04-19 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3488 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/3488/1 Fix https://-related crashes. The internal openssl on 64bit linux was built as linux-generic32, instead of linux

[PATCH] enable symbols and disable optimization in openssl for a dbg...

2013-04-19 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3489 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/3489/1 enable symbols and disable optimization in openssl for a dbgutil build Change-Id: I2100d40264c067b22548025ab3a3b

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

2013-04-19 Thread Janit Anjaria
svx/source/fmcomp/gridcell.cxx |2 +- svx/source/fmcomp/gridctrl.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit b444e459c8a3e39c36e7cf6854bd1eae92b0e81a Author: Janit Anjaria Date: Sat Apr 20 01:28:01 2013 +0530 fdo#62096 Replace O(U)String compare

Re: [PUSHED] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Eike Rathke
Hi Janit, On Saturday, 2013-04-20 01:17:28 +0530, Janit Anjaria wrote: > i am here by attaching my patch for fdo#62096. Thanks. Only the fmundo.cxx part applied, in the mean time the same changes were already done in fmundo.cxx Pushed http://cgit.freedesktop.org/libreoffice/core/commit/?id=f514

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

2013-04-19 Thread Janit Anjaria
svx/source/form/fmundo.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f51450717d4e639bd8af81c7d1ed13cc08e57e22 Author: Janit Anjaria Date: Sat Apr 20 01:10:51 2013 +0530 fdo#62096 Replace OUString compareTo with == operator I have followed the in

[PATCH] Remove pass-through header files sd/inc/eetext.hxx and sd/in...

2013-04-19 Thread Michael Dunphy (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3487 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/3487/1 Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxx Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089

Licence Statement

2013-04-19 Thread Janit Anjaria
Hey! Here is my licence statement: All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards, Janit ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/ma

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Janit Anjaria
Hey! I am hereby submitting my patches for review. Regards, Janit On Sat, Apr 20, 2013 at 12:53 AM, Eike Rathke wrote: > Hi Janit, > > On Friday, 2013-04-19 02:09:55 +0530, Janit Anjaria wrote: > > > -if ( 0 == PropertyName.compareTo( FM_PROP_TEXTLINECOLOR ) ) > > +if ( PropertyName =

Re: Regarding the Help for the bug

2013-04-19 Thread Eike Rathke
Hi Janit, On Wednesday, 2013-04-10 00:44:46 +0530, Janit Anjaria wrote: > I made code changes in the file svxacorr.cxx and what i did was that i > traversed the string by using *pStr(which points to the end of the string) > and henc echecked if second last character is a '.' ,in that case retur

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Janit Anjaria
Hey! i am here by attaching my patch for fdo#62096. Regards, Janit On Sat, Apr 20, 2013 at 12:47 AM, Eike Rathke wrote: > Hi Janit, > > On Wednesday, 2013-04-17 00:00:39 +0530, Janit Anjaria wrote: > > > -if ( sInstModel.compareTo( pProps->Name ) == 0 ) > > +if ( sInstM

Re: [PATCH]BUG#55846 Comboboxes aren’t displayed when the toolbar is vertical

2013-04-19 Thread Eike Rathke
Hi Janit, On Wednesday, 2013-04-10 00:42:49 +0530, Janit Anjaria wrote: > I am hereby attaching my bug after making all the needed changes : I fail to see where this patch actually changes code (except two cases) and not just spacing or ordering of variables. If it was meant as an additional pat

Fwd: "[PATCH] Removed unused method from core listed in unusedcode.easy"

2013-04-19 Thread Tor Lillqvist
unusedcode.easy is not to be trusted blindly. As unusedcode.README says: a) It's possible that some other platform or configuration uses the code, so manual inspection is always required. And you in fact suggested to *remove* a *use* of the function in question. (Which was in a file that is pl

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Eike Rathke
Hi Janit, On Friday, 2013-04-19 02:09:55 +0530, Janit Anjaria wrote: > -if ( 0 == PropertyName.compareTo( FM_PROP_TEXTLINECOLOR ) ) > +if ( PropertyName == ( FM_PROP_TEXTLINECOLOR ) ) Same nitpick as in my previous mail, please remove the now extraneous () Eike -- LibreOffice Calc d

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - vbahelper/inc

2013-04-19 Thread Luboš Luňák
vbahelper/inc/vbahelper/vbareturntypes.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 2100cf4a1fc5f1343edbbc666ca784e362175326 Author: Luboš Luňák Date: Fri Apr 19 21:19:05 2013 +0200 fix exception specification otherwise it's more lax tha

Re: [PATCH] BUG#62096 Replace O(U)String compareTo with ==

2013-04-19 Thread Eike Rathke
Hi Janit, On Wednesday, 2013-04-17 00:00:39 +0530, Janit Anjaria wrote: > -if ( sInstModel.compareTo( pProps->Name ) == 0 ) > +if ( sInstModel == ( pProps->Name ) ) I'd prefer if you removed also the now extraneous parenthesis additionally to the .compareTo, so that would

Patch for libmspub

2013-04-19 Thread Franz Schmid
Attached is a small patch for libmspub. Greetings, Franz Schmid >From 1c2461ca573b83cb34a368723d12aa84d90638bf Mon Sep 17 00:00:00 2001 From: Franz Schmid Date: Fri, 19 Apr 2013 20:49:01 +0200 Subject: [PATCH 2/2] First Line left indent is signed not unsigned. --- src/lib/MSPUBCollector.cpp |

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sc/qa

2013-04-19 Thread Luboš Luňák
dev/null |binary sc/qa/extras/testdocuments/ScDataPilotTableObj.ods |binary sc/qa/extras/testdocuments/ScDatabaseRangeObj.ods |binary sc/qa/extras/testdocuments/ScModelObj.ods |binary sc/qa/extras/testdocuments/ScNamedRangeObj.ods |binary

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 5 commits - oovbaapi/ooo oovbaapi/UnoApi_oovbaapi.mk scripting/source vbahelper/inc vbahelper/Package_inc.mk vbahelper/source

2013-04-19 Thread Noel Power
oovbaapi/UnoApi_oovbaapi.mk |8 +- oovbaapi/ooo/vba/msforms/ReturnBoolean.idl | 24 oovbaapi/ooo/vba/msforms/ReturnEffect.idl| 25 oovbaapi/ooo/vba/msforms/ReturnInteger.idl | 24 oovbaapi/ooo/vba/msforms/ReturnSingle.idl| 24

[PATCH libreoffice-3-6] resolved rhbz#919020 Basic CDbl() and CSng() scan localized ...

2013-04-19 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3486 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/3486/1 resolved rhbz#919020 Basic CDbl() and CSng() scan localized number Code wrongly replaced decimal separator with

[PUSHED libreoffice-4-0] fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips

2013-04-19 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/3485 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3485 To unsubscribe, visit

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

2013-04-19 Thread Miklos Vajna
writerfilter/source/dmapper/GraphicImport.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit c8b7ed1d8b93a8ca8d67b67c49c2de9b12715596 Author: Miklos Vajna Date: Fri Apr 19 17:14:05 2013 +0200 fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips

[PATCH libreoffice-4-0] fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips

2013-04-19 Thread Miklos Vajna (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3485 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/85/3485/1 fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips Regression from 3d7e168a2a43c2414b0633379102ddb29437e75

[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-04-19 Thread Jan Holesovsky
check.php | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) New commits: commit d64e9d8f766cfdc4699111289da85a960fd64b9d Author: Jan Holesovsky Date: Fri Apr 19 19:30:09 2013 +0200 Update the 3.6 line to 3.6.6. diff --git a/check.php b/check.php index 64cf818..eb6

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 58144, which changed state. Bug 58144 Summary: incorrect font used during installation on Windows XP https://bugs.freedesktop.org/show_bug.cgi?id=58144 What|Removed |Added -

[PATCH] fdo#63154: Change macros Min/Max for std::min/max

2013-04-19 Thread Marcos Souza (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/3326 to look at the new patch set (#3). Change subject: fdo#63154: Change macros Min/Max for std::min/max .. fd

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 63498, which changed state. Bug 63498 Summary: Personas doesn't work anymore https://bugs.freedesktop.org/show_bug.cgi?id=63498 What|Removed |Added -

[PATCH] fdo#60949: Move more libs to OOOLIBS

2013-04-19 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3484 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/84/3484/1 fdo#60949: Move more libs to OOOLIBS Change-Id: I566602028556aa954bcbd116c375b9b61cc3df6f --- M Repository.mk M

[LibreOffice-QA] Conference Call 2013-04-19 - Agenda & Minutes

2013-04-19 Thread Joel Madero
Thanks to Robinson we have a great new system for our agenda and minutes, minutes from today's meeting can be found here: https://wiki.documentfoundation.org/QA/Meetings/2013/April_19 Best, Joel -- *Joel Madero* LibreOffice QA Volunteer jmadero@gmail.com __

[PUSHED] fdo#61541 : Count Number of selected Cells in calc

2013-04-19 Thread Eike Rathke (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/3213 Approvals: Eike Rathke: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3213 To unsubscribe, visit

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

2013-04-19 Thread Prashant Pandey
sc/inc/global.hxx |3 - sc/inc/globstr.hrc|4 + sc/source/core/data/column2.cxx | 97 -- sc/source/core/data/documen4.cxx |4 + sc/source/filter/xml/XMLConverter.cxx |3 + sc/source/ui/src/globstr.

Re: Build failure on master with OSX - datetime.hxx

2013-04-19 Thread Lionel Elie Mamane
On Fri, Apr 19, 2013 at 02:44:58PM +0200, Alexander Thurgood wrote: > datetime.hxx : > In file included from > /Users/Shared/Repos/LO/core/tools/inc/tools/datetime.hxx:25, > from > /Users/Shared/Repos/LO/core/tools/source/datetime/datetime.cxx:19: > /Users/Shared/Repos/LO/core/tool

Re: Patch for postgresql driver

2013-04-19 Thread Lionel Elie Mamane
On Wed, Apr 17, 2013 at 09:39:59PM +0100, Wols Lists wrote: > I've now got the patch done. > Could someone with a postgresql implementation please test and push? Thank you for your patch. From looking at it, it looks good to go to me, but technically I wasn't able to apply it and we have some adm

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

2013-04-19 Thread Miklos Vajna
README.cross |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 42960dcc78175f44dacc8bd64cf6c6dcb8bbaf38 Author: Miklos Vajna Date: Fri Apr 19 18:26:03 2013 +0200 README.cross: don't mention explicit openSUSE releases Otherwise one will have to update th

Re: Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-19 Thread Stephan Bergmann
On 04/19/2013 05:20 PM, Stephan Bergmann wrote: On 04/18/2013 07:07 PM, Carles Pina i Estany wrote: Initially I thought that LO would not execute any code from the extension on the installation step. I guess that it can call some post-installation method for setting up (I've seen it in some othe

Re: Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-19 Thread Carles Pina i Estany
Hi, On Apr/19/2013, Stephan Bergmann wrote: > On 04/18/2013 07:07 PM, Carles Pina i Estany wrote: > >Initially I thought that LO would not execute any code from the > >extension on the installation step. I guess that it can call some > >post-installation method for setting up (I've seen it in som

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

2013-04-19 Thread Tor Lillqvist
android/Bootstrap/src/org/libreoffice/android/AppSupport.java | 31 +++ android/experimental/desktop/native-code.cxx |8 android/experimental/desktop/project.properties |1 android/experim

[PUSHED libreoffice-4-0] Personas: Now they are called 'Themes', and changed location...

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

[Libreoffice-commits] dev-tools.git: git-hooks/core.git git-hooks/dictionaries.git git-hooks/help.git git-hooks/translations.git

2013-04-19 Thread Miklos Vajna
git-hooks/core.git/hooks/update |2 +- git-hooks/dictionaries.git/hooks/update |2 +- git-hooks/help.git/hooks/update |2 +- git-hooks/translations.git/hooks/update |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) New commits: commit e6142d89ecaef481c6dc3403

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

2013-04-19 Thread Jan Holesovsky
cui/source/options/personalization.cxx | 34 +++-- 1 file changed, 12 insertions(+), 22 deletions(-) New commits: commit ecc9e5e4e393a81ae5cd31c18e92b99e243b2ed8 Author: Jan Holesovsky Date: Fri Apr 19 15:56:38 2013 +0200 Personas: Now they are called 'Themes

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

2013-04-19 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/fdo63685.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 10 ++ writerfilter/source/dmapper/GraphicImport.cxx |8 3 files changed, 14 insertions(+), 4 deletions(-) New commits: commit a88ac708403c03d0f950f09ec29c0d5a1e5a85b4 Aut

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

2013-04-19 Thread Lionel Elie Mamane
tools/inc/tools/time.hxx|4 ++-- tools/source/datetime/ttime.cxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 5df981a2a26106e6283a88fb27e6c6659fe1259d Author: Lionel Elie Mamane Date: Fri Apr 19 17:24:03 2013 +0200 tools ::Time: change constr

Re: Python extension not working on Mac (LibreOffice 4.0.2.2)

2013-04-19 Thread Stephan Bergmann
On 04/18/2013 07:07 PM, Carles Pina i Estany wrote: Initially I thought that LO would not execute any code from the extension on the installation step. I guess that it can call some post-installation method for setting up (I've seen it in some other extensions). That depends on whether any UNO

[PATCH libreoffice-4-0-3] Personas: Now they are called 'Themes', and changed location...

2013-04-19 Thread Jan Holesovsky (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3483 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/3483/1 Personas: Now they are called 'Themes', and changed location. Updated the URL's + the code that works with them

[PATCH libreoffice-4-0] Personas: Now they are called 'Themes', and changed location...

2013-04-19 Thread Jan Holesovsky (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3482 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/3482/1 Personas: Now they are called 'Themes', and changed location. Updated the URL's + the code that works with them

[ABANDONED] fdo#57950: Chained appends in postgresql driver

2013-04-19 Thread Marcos Souza (via Code Review)
Marcos Souza has abandoned this change. Change subject: fdo#57950: Chained appends in postgresql driver .. Patch Set 1: Abandoned Needs a rework. -- To view, visit https://gerrit.libreoffice.org/3170 To unsubscribe, visit htt

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

2013-04-19 Thread Stephan Bergmann
tools/source/datetime/ttime.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 877f55490f7105e2b1a40cd4bd9860fe8be2aebf Author: Stephan Bergmann Date: Fri Apr 19 17:08:08 2013 +0200 Wrap large values in SAL_CONST_INT64 Change-Id: I9a263e2232d63

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

2013-04-19 Thread Stephan Bergmann
tools/inc/tools/time.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ec49915442055f5b8f0055f2c250a0da096a3c1b Author: Stephan Bergmann Date: Fri Apr 19 17:05:55 2013 +0200 Wrap large values in SAL_CONST_UINT64 Change-Id: I865808911043a61de

[PUSHED] Delete two pass-through include files and update the file th...

2013-04-19 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/3474 Approvals: David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3474 To unsubscribe, visit

[PUSHED] remove unused component_canUnload functions

2013-04-19 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/3313 -- To view, visit https://gerrit.libreoffice.org/3313 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: mer

[PUSHED] sal: remove obsolete test/unloading

2013-04-19 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/3314 -- To view, visit https://gerrit.libreoffice.org/3314 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: mer

Re: Build failure on master with OSX - datetime.hxx

2013-04-19 Thread Alexander Thurgood
Le 19/04/13 14:44, Alexander Thurgood a écrit : > /Users/Shared/Repos/LO/core/tools/inc/tools/time.hxx:81: error: integer > constant is too large for ‘long’ type > /Users/Shared/Repos/LO/core/tools/inc/tools/time.hxx:84: error: integer > constant is too large for ‘long’ type sal_uInt16 GetH

[Libreoffice-commits] core.git: forms/source sfx2/source svl/inc svl/Package_inc.mk

2013-04-19 Thread Michael Dunphy
forms/source/component/DatabaseForm.cxx |2 +- sfx2/source/doc/objmisc.cxx |2 +- svl/Package_inc.mk |2 -- svl/inc/svl/inetmsg.hxx | 22 -- svl/inc/svl/inetstrm.hxx| 22 -- 5 f

[PUSHED] fdo#60949: Move some libs to OOOLIBS

2013-04-19 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/3476 Approvals: LibreOffice gerrit bot: Verified David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreof

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

2013-04-19 Thread Marcos Paulo de Souza
Repository.mk| 10 +++ scp2/source/canvas/cairocanvas.scp | 12 - scp2/source/ooo/file_library_ooo.scp | 44 +++ 3 files changed, 10 insertions(+), 56 deletions(-) New commits: commit ef08518fcfdab0e5fd5c61aa4fb4f7907fcb8

[Libreoffice-commits] core.git: 2 commits - postprocess/CustomTarget_images.mk solenv/bin solenv/gbuild

2013-04-19 Thread David Tardon
postprocess/CustomTarget_images.mk |9 - solenv/bin/uiimagelist.xsl | 36 + solenv/gbuild/TargetLocations.mk |5 ++ solenv/gbuild/UIConfig.mk | 63 +++-- 4 files changed, 107 insertions(+), 6 deletions(-) New c

[Libreoffice-commits] core.git: 3 commits - cui/source cui/uiconfig openssl/ExternalProject_openssl.mk

2013-04-19 Thread Jan Holesovsky
cui/source/options/personalization.cxx | 34 ++- cui/uiconfig/ui/personalization_tab.ui | 10 - cui/uiconfig/ui/select_persona_dialog.ui |8 +++ openssl/ExternalProject_openssl.mk |7 +++--- 4 files changed, 25 insertions(+), 34 deletio

Re: minutes of ESC call ...

2013-04-19 Thread Stephan Bergmann
On 04/18/2013 04:54 PM, Michael Meeks wrote: * Scripting interface for form elements broken (?) (Lionel) + I've just sent a message to the dev ML with subject "Value of a ListBox, FMC paradigm for Form elements (controls)" + C++ module / forms / frm:: +

[ABANDONED] fix fdo#47018 Impress pasting destroy bullet

2013-04-19 Thread Cao Cuong Ngo (via Code Review)
Cao Cuong Ngo has abandoned this change. Change subject: fix fdo#47018 Impress pasting destroy bullet .. Patch Set 1: Abandoned Merged -- To view, visit https://gerrit.libreoffice.org/3479 To unsubscribe, visit https://gerrit

[Libreoffice-commits] core.git: 2 commits - python3/python-3.3.0-elf-rpath.patch.1 python3/UnpackedTarball_python3.mk pyuno/CustomTarget_python_shell.mk pyuno/zipcore solenv/gbuild

2013-04-19 Thread Michael Stahl
python3/UnpackedTarball_python3.mk |6 ++ python3/python-3.3.0-elf-rpath.patch.1 | 13 + pyuno/CustomTarget_python_shell.mk |1 - pyuno/zipcore/nonmac.sh|4 solenv/gbuild/PythonTest.mk|2 +- 5 files changed, 20 insertions(+

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - sw/source

2013-04-19 Thread Miklos Vajna
sw/source/ui/docvw/edtwin.cxx | 57 +- sw/source/ui/wrtsh/wrtsh2.cxx | 11 ++-- 2 files changed, 49 insertions(+), 19 deletions(-) New commits: commit 26c6e88ad3779a1a61bb046fc049f0ae9c0df605 Author: Miklos Vajna Date: Fri Apr 19 16:05:41 2013 +0

Re: LO project Extensions and master build on OSX 10.8.3

2013-04-19 Thread Noel Grandin
On Friday, 19 April 2013, Fridrich Strba wrote: > Noel, > > Maybe I revert until we understand what the problem is? > > Given that python extensions are also failing for Alexander I suspect something else is at work. ___ LibreOffice mailing list LibreOff

[Libreoffice-commits] core.git: shell/source tubes/source ucb/source

2013-04-19 Thread Ivan Timofeev
shell/source/backends/gconfbe/gconfaccess.cxx |2 +- shell/source/sessioninstall/SyncDbusSessionHelper.cxx |2 +- tubes/source/manager.cxx |2 +- ucb/source/ucp/gio/gio_provider.cxx |2 +- 4 files changed, 4 insertions(+), 4 de

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

2013-04-19 Thread Eike Rathke
sc/source/core/tool/autoform.cxx |5 - sw/source/core/doc/tblafmt.cxx |5 + 2 files changed, 9 insertions(+), 1 deletion(-) New commits: commit 8a6a940a469bac1c274b988dce713181f044d6c4 Author: Eike Rathke Date: Fri Apr 19 15:06:38 2013 +0200 just added a big red notice

Re: Built-in Python Create Table Sample script fails on LO master OSX

2013-04-19 Thread Alexander Thurgood
Le 19/04/13 12:42, Alexander Thurgood a écrit : Running this through gdb : Reading symbols for shared libraries ..warning: .o file "/Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin10/4.2.1/libgcc.a(_muldi3.o)" more recent than executable timestamp in "/Applications/LibreOfficeDev.app/

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

2013-04-19 Thread Eike Rathke
editeng/inc/editeng/numitem.hxx |9 ++- editeng/source/items/numitem.cxx | 103 +-- 2 files changed, 104 insertions(+), 8 deletions(-) New commits: commit 721d0dfe70323d31e26394cfb32056a7ceec96c7 Author: Eike Rathke Date: Fri Apr 19 13:26:01 2013 +0200

Re: LO project Extensions and master build on OSX 10.8.3

2013-04-19 Thread Alexander Thurgood
Le 19/04/13 14:34, Noel Grandin a écrit : Hi Noel, > > On Friday, 19 April 2013, Alexander Thurgood wrote: > > It seems like something has gone wrong with registration/activation of > the extensions in my latest build of LO from master, the following no > > > That could be my java cle

Re: LO project Extensions and master build on OSX 10.8.3

2013-04-19 Thread Fridrich Strba
Noel, On 19/04/13 14:34, Noel Grandin wrote: > That could be my java cleanup work. What version of java are you using? I integrated it today, because it was logical and our baseline java 1.5 supports generics. Maybe I revert until we understand what the problem is? F. _

Re: LibreOffice SDK on Windows

2013-04-19 Thread Michael Stahl
On 19/04/13 14:29, Stephan Bergmann wrote: >> * The old settings.mk was apparently confused with using /MT ("link with >> LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link >> command line (where it was ignored), and you apparently can't pass both >> together to cl, so

[PUSHED libreoffice-3-6] fdo#63693 Do not force java -d32 for a 64-bit SDK

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

Build failure on master with OSX - datetime.hxx

2013-04-19 Thread Alexander Thurgood
Hi all, I'm getting a build failure this morning on OSX with pull from master in datetime.hxx : [build CXX] tools/source/datetime/datetime.cxx [build CXX] tools/source/datetime/ttime.cxx [build CXX] tools/source/fsys/tempfile.cxx In file included from /Users/Shared/Repos/LO/core/tools/inc/tools/d

[PUSHED libreoffice-4-0] fdo#63693 Do not force java -d32 for a 64-bit SDK

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

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - odk/settings

2013-04-19 Thread Stephan Bergmann
odk/settings/std.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 0d243a4452acc2a4672901e2782617b82aa135d4 Author: Stephan Bergmann Date: Fri Apr 19 09:26:53 2013 +0200 fdo#63693 Do not force java -d32 for a 64-bit SDK The test to determine JAVA_OPTIONS was alrea

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - odk/settings

2013-04-19 Thread Stephan Bergmann
odk/settings/std.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit bcebecda16cb8783a720a2bcaff7a74e279c866b Author: Stephan Bergmann Date: Fri Apr 19 09:26:53 2013 +0200 fdo#63693 Do not force java -d32 for a 64-bit SDK The test to determine JAVA_OPTIONS was alrea

Re: Zotero extension hosed with master build on OSX 10.8.3

2013-04-19 Thread Noel Grandin
On Friday, 19 April 2013, Alexander Thurgood wrote: > More extension woes with my master build > > Version: 4.1.0.0.alpha0+ > Build ID: f182521948f0d31b0f6ad7b98eb5fc32562ba3d > > > on OSX, this time with Zotero : > > The extension appears as disable in the Extensions Manager. If I try to > enable

[PATCH] date/time IDL datatypes incompatible change

2013-04-19 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2783 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/2783/24 date/time IDL datatypes incompatible change - nanosecond precision - signed (allowed negative) year Also: as

Re: LO project Extensions and master build on OSX 10.8.3

2013-04-19 Thread Noel Grandin
On Friday, 19 April 2013, Alexander Thurgood wrote: > It seems like something has gone wrong with registration/activation of > the extensions in my latest build of LO from master, the following no > > That could be my java cleanup work. What version of java are you using? _

LibreOffice SDK on Windows

2013-04-19 Thread Stephan Bergmann
For the record, here is my status of using the SDK of a recent (post "Adapt SDK to usage of msvcrtd for Windows --enable-dbgutil") master build (--enable-dbgutil even) on Windows: I use the SDK o

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

2013-04-19 Thread Tor Lillqvist
solenv/gbuild/platform/com_MSC_defs.mk |9 + 1 file changed, 9 insertions(+) New commits: commit 533f708cc872728a7b46705bde53b7499af30d85 Author: Tor Lillqvist Date: Fri Apr 19 15:02:03 2013 +0300 Add -wd4996 back in the debvugging runtime (_DEBUG, dbgutil build) case

[Libreoffice-commits] core.git: odk/CustomTarget_settings.mk odk/examples odk/pack odk/settings ure/source

2013-04-19 Thread Stephan Bergmann
odk/CustomTarget_settings.mk |3 - odk/examples/CLI/CSharp/Spreadsheet/Makefile |1 odk/examples/CLI/VB.NET/WriterDemo/Makefile |1

[PATCH libreoffice-3-6] fdo#63693 Do not force java -d32 for a 64-bit SDK

2013-04-19 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3481 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/81/3481/1 fdo#63693 Do not force java -d32 for a 64-bit SDK The test to determine JAVA_OPTIONS was already cheesy (e.g., i

[PUSHED] fdo#60641, localise strings

2013-04-19 Thread Andras Timar (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/3441 Approvals: Andras Timar: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3441 To unsubscribe, visit

  1   2   >