[Libreoffice-commits] .: 3 commits - cui/source officecfg/registry qadevOOo/tests unotools/source

2012-11-30 Thread Libreoffice Gerrit user
cui/source/options/optgdlg.cxx |2 officecfg/registry/schema/org/openoffice/Setup.xcs | 840 +- qadevOOo/tests/java/ifc/configuration/backend/_XLayerHandler.java | 15

[Libreoffice-commits] .: l10ntools/source

2012-11-30 Thread Libreoffice Gerrit user
l10ntools/source/localize.cxx |4 1 file changed, 4 insertions(+) New commits: commit 034b56290e1afddcc3861df20a68687462a39c18 Author: Andras Timar ati...@suse.com Date: Fri Nov 30 09:03:03 2012 +0100 do not extract strings from da/hu dictionary help tree Change-Id:

[Libreoffice-commits] .: svtools/inc

2012-11-30 Thread Libreoffice Gerrit user
svtools/inc/svtools/treelist.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 415a3dd3028e6e5f5167492b472ab0d5962dc737 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri Nov 30 09:09:22 2012 +0100 Fix Windows build with VS2010: forward declaration

Re: libcmis i386 build fail

2012-11-30 Thread Cedric Bosdonnat
Hi Bjoern, Thanks for the patch. I integrated it in libcmis-0.3 branch. It's pending on master branch, but I broke it before, so I'ld like to repair before pushing there ;) -- Cedric On Thu, 2012-11-29 at 19:11 +0100, Bjoern Michaelsen wrote: Hi, I had this libcmis build fail on i386 today:

[Libreoffice-commits] .: sdext/source

2012-11-30 Thread Libreoffice Gerrit user
sdext/source/presenter/PresenterTimer.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 860e001458f93b0568562aa5a2400d8d421c4aef Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri Nov 30 09:30:51 2012 +0100 Missing include Change-Id:

[Libreoffice-commits] .: xmlhelp/source

2012-11-30 Thread Libreoffice Gerrit user
xmlhelp/source/cxxhelp/provider/databases.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e46e96ca7cf6c75749141f0267983e9b4ddc6519 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri Nov 30 09:53:17 2012 +0100 Disambiguate for Visual Studio 2010

[Libreoffice-commits] .: helpcontent2

2012-11-30 Thread Libreoffice Gerrit user
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cf1612dc836c161e70478d6e797ff0fe35e4ed10 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 30 10:05:13 2012 +0100 f532752756c81a295116b0889fe4e9d31b7c3bb6 had rolled back helpcontent2

[Libreoffice-commits] .: configure.ac officecfg/registry scp2/source scripting/Extension_ScriptProviderForPython.mk scripting/Module_scripting.mk scripting/Package_scriptproviderforpython.mk scripting

2012-11-30 Thread Libreoffice Gerrit user
configure.ac|2 officecfg/registry/data/org/openoffice/Setup.xcu|1 scp2/source/extensions/directory_extensions.scp | 11 - scp2/source/extensions/file_extensions.scp | 17 +--

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #179 from Michael Meeks michael.me...@novell.com --- Hi Steve; please hold off adding more bugs (added six in one day) until we can get some independent assessment of the ones you have already added - being annoying to you is bad of

Re: ScChangeTrackingExportHelper, SvNumberFormatter

2012-11-30 Thread Michael Meeks
On Thu, 2012-11-29 at 22:49 +0100, Eike Rathke wrote: A pointer wouldn't change much, defaulting to NULL wouldn't make sense anyway as then the caller wouldn't know what number type was detected and what format index to apply. Sigh - I guess so; I wonder if there is a magic compiler

Re: Bug 34465 - get rid of all calls to virtual const SfxPoolItem* Put( const SfxPoolItem, USHORT nWhich)

2012-11-30 Thread Maciej Rumianowski
Just Ping if someone could help me on that. 2012/11/26 Maciej Rumianowski maciej.rumianow...@gmail.com I failed here. Every place Item with which-id 4040 (EE_FEATURE_LINEBR) is created/copied/setWhich is a valid SfxVoidItem with Type() method. Only fails in SfxItemSet destructor as below

Re: minutes of ESC call ...

2012-11-30 Thread Michael Meeks
Hi Lionel, On Thu, 2012-11-29 at 18:20 +0100, Lionel Elie Mamane wrote: On Thu, Nov 29, 2012 at 04:45:57PM +, Michael Meeks wrote: * Release Engineering update (Petr) + 4.0 timeline: Monday: feature-freeze ... + please let Petr know if you're late I'm late on the

Re: Java/SWING + VCL / X crasher ...

2012-11-30 Thread Stephan Bergmann
On 11/29/2012 05:36 PM, Andrew Haley wrote: On 11/29/2012 04:34 PM, Michael Meeks wrote: If you want java working, it is necessary to run javaldx, which finds the JRE and sets the right LD_LIBRARY_PATH nastiness to make that work (IIRC), and that is now spawned by the ooquickstart.

[Libreoffice-commits] .: 2 commits - cppuhelper/source officecfg/registry

2012-11-30 Thread Libreoffice Gerrit user
cppuhelper/source/propertysetmixin.cxx |7 ++- officecfg/registry/data/org/openoffice/Setup.xcu |2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit a28b4c1e3e5855c208c9d940de8e922de33eb129 Author: Lionel Elie Mamane lio...@mamane.lu Date: Thu Nov 29

[PUSHED] Do not override the message of an underlying PropertyVetoExc...

2012-11-30 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/1198 -- To view, visit https://gerrit.libreoffice.org/1198 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

Re: Java/SWING + VCL / X crasher ...

2012-11-30 Thread Andrew Haley
On 11/30/2012 10:17 AM, Stephan Bergmann wrote: On 11/29/2012 05:36 PM, Andrew Haley wrote: On 11/29/2012 04:34 PM, Michael Meeks wrote: If you want java working, it is necessary to run javaldx, which finds the JRE and sets the right LD_LIBRARY_PATH nastiness to make that work (IIRC), and

[Libreoffice-commits] .: reportdesign/source

2012-11-30 Thread Libreoffice Gerrit user
reportdesign/source/core/api/FixedLine.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5189b345329c91113db247fbc95bce43efb42078 Author: Lionel Elie Mamane lio...@mamane.lu Date: Fri Nov 30 11:34:45 2012 +0100 use static_castcppu::OWeakObject*(this) for

[Libreoffice-commits] .: sw/source

2012-11-30 Thread Libreoffice Gerrit user
sw/source/filter/ww8/wrtw8sty.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit accebf15ae5d8f93399cbe93ea4e8ba22aedd5d2 Author: Michael Stahl mst...@redhat.com Date: Fri Nov 30 11:44:40 2012 +0100 wrtw8sty.cxx: convert anachronistic SvArray calls

Re: ScChangeTrackingExportHelper, SvNumberFormatter

2012-11-30 Thread Noel Grandin
On 2012-11-30 11:51, Michael Meeks wrote: On Thu, 2012-11-29 at 22:49 +0100, Eike Rathke wrote: A pointer wouldn't change much, defaulting to NULL wouldn't make sense anyway as then the caller wouldn't know what number type was detected and what format index to apply. Sigh - I guess

[Libreoffice-commits] .: forms/source

2012-11-30 Thread Libreoffice Gerrit user
forms/source/component/ListBox.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 79080b68f3d367e1ef82155d221e221b2a96a4c8 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri Nov 30 11:56:46 2012 +0100 Include iterator Change-Id:

Re: opinions on additional calc functions

2012-11-30 Thread Michael Stahl
On 30/11/12 00:44, tino wrote: This UNO add-in thing turns out a bit too complex for me. I've managed as far as getting a libpricinglo.so compiled but make install doesn't copy it into destination. Also there's no entry of the new add-in in services.rdb, which I think is needed. I've already

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 57311, which changed state. Bug 57311 Summary: LO 3.6.4.1 is named LOdev instead of LibreOffice for Linux / Deb x86 https://bugs.freedesktop.org/show_bug.cgi?id=57311 What|Removed

[Libreoffice-commits] .: cui/source desktop/inc desktop/source sfx2/source unotools/inc unotools/Library_utl.mk unotools/Package_inc.mk unotools/source

2012-11-30 Thread Libreoffice Gerrit user
cui/source/options/optmemory.cxx |1 desktop/inc/app.hxx |8 desktop/source/app/app.cxx |2 desktop/source/app/appinit.cxx |7 sfx2/source/appl/app.cxx |1 sfx2/source/appl/appmain.cxx |1

Re: Java/SWING + VCL / X crasher ...

2012-11-30 Thread Andrew Haley
On 11/24/2012 06:02 PM, Michael Meeks wrote: Sorry to bother you; just visiting some friends at Munich hosting a hack-fest; and they have an interesting problem with OpenJDK. It -seems- that even though we initialise X with XInitThreads - before Java gets involved and all has worked

[Libreoffice-commits] .: l10ntools/source

2012-11-30 Thread Libreoffice Gerrit user
l10ntools/source/localize.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit af06afdbe8c61604b4498ce1e11660dd3b647dcc Author: Andras Timar ati...@suse.com Date: Fri Nov 30 12:36:44 2012 +0100 there is nothing to localize in 'scripting' module Change-Id:

[PATCH] Change in core[libreoffice-3-6]: split qnametostr up to try and make .o's small enough for pp...

2012-11-30 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1201 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/1201/1 split qnametostr up to try and make .o's small enough for ppc64 i.e. relocation truncated to fix:

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - reportdesign/source

2012-11-30 Thread Libreoffice Gerrit user
reportdesign/source/core/inc/ReportHelperImpl.hxx | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) New commits: commit b14f981e055bde9243c82d3ca5bbd3e469a7eb40 Author: Lionel Elie Mamane lio...@mamane.lu Date: Thu Nov 29 16:35:14 2012 +0100 fdo#57611 do not

[PUSHED] Change in core[libreoffice-3-6]: fdo#57611 do not crash when setting too small size

2012-11-30 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/1197 -- To view, visit https://gerrit.libreoffice.org/1197 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

Re: Bug 34465 - get rid of all calls to virtual const SfxPoolItem* Put( const SfxPoolItem, USHORT nWhich)

2012-11-30 Thread Bjoern Michaelsen
On Thu, Nov 22, 2012 at 08:52:20AM +0100, Maciej Rumianowski wrote: I have hit a problem that i don't fully understand. Disabled items are SfxVoidItem with Which 0, but inserted with different one. State of Item is check with TYPE Macro as below if ( (*ppFnd)-Type() == TYPE(SfxVoidItem) )

Base unit tests

2012-11-30 Thread Lionel Elie Mamane
On Sat, Nov 03, 2012 at 11:09:52AM +0100, David Ostrovsky wrote: On 03.11.2012 10:00, Lionel Elie Mamane wrote: I pushed a complete unit test for ado driver (based on mdb files that was attached to this issue). For all file based drivers it would be trivially to add a mandatory unit test

Re: screencast instructions

2012-11-30 Thread Christian Lohmaier
Hi Noel, *, On Thu, Nov 29, 2012 at 5:36 PM, Noel Power nopo...@suse.com wrote: I was asked by a number of people about how I created http://users.freedesktop.org:8080/~noelp/zoom/JumpingAnchoredShapes.ods I might be missing something - but a spreadsheet document is not a screencast video...

[Libreoffice-commits] .: offapi/com offapi/type_reference offapi/UnoApi_offapi.mk

2012-11-30 Thread Libreoffice Gerrit user
offapi/UnoApi_offapi.mk|5 - offapi/com/sun/star/ucb/Cookie.idl | 69 offapi/com/sun/star/ucb/CookiePolicy.idl | 51 --- offapi/com/sun/star/ucb/CookieRequest.idl | 47 --

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on|57698 | -- You are receiving

[Libreoffice-commits] .: oox/source

2012-11-30 Thread Libreoffice Gerrit user
oox/source/export/drawingml.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 28315fb6a40dd0f43990272b11037f60d26afda7 Author: Radek Doulik r...@novell.com Date: Fri Nov 30 14:18:32 2012 +0100 do not write rotation when it is equal to multiple of 360 degrees

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on|35669 | -- You are receiving

[Libreoffice-commits] .: writerfilter/source

2012-11-30 Thread Libreoffice Gerrit user
writerfilter/source/dmapper/PropertyMap.cxx | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) New commits: commit 3f13a8255be93cd3b697f42d691b35418eb87114 Author: Miklos Vajna vmik...@suse.cz Date: Fri Nov 30 13:18:07 2012 +0100 dmapper: couple of null pointer checks

Re: Build failures of LO master on openSUSE

2012-11-30 Thread Eike Rathke
Hi Stephan, On Wednesday, 2012-11-28 15:21:32 +0100, Stephan van den Akker wrote: : WARNING: Source for swriter_en-US.zip not found! : WARNING: Source for swriter_en-US.zip not found! : WARNING: Using swriter_en-US.zip instead of swriter_en-US.zip was not successful Looks to me like some

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on|56939 | -- You are receiving

Re: Build failures of LO master on openSUSE

2012-11-30 Thread Stephan van den Akker
No, but I did use autogen (...) --without-help And to be more precise: building works, but make dev-install fails, even on a freshly cloned tree. 2012/11/30 Eike Rathke er...@redhat.com Hi Stephan, On Wednesday, 2012-11-28 15:21:32 +0100, Stephan van den Akker wrote: : WARNING: Source

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on|57710 | -- You are receiving

[Libreoffice-commits] .: 2 commits - connectivity/source extensions/source

2012-11-30 Thread Libreoffice Gerrit user
connectivity/source/manager/mdrivermanager.hxx |8 +++- extensions/source/bibliography/bibload.cxx |5 - 2 files changed, 7 insertions(+), 6 deletions(-) New commits: commit 27520df57c887488ff4fd5580a9e932f67bd3976 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov

[Libreoffice-commits] .: ucb/source

2012-11-30 Thread Libreoffice Gerrit user
ucb/source/ucp/odma/odma_content.cxx | 16 ++-- ucb/source/ucp/odma/odma_content.hxx |4 ++-- ucb/source/ucp/odma/odma_datasupplier.cxx |3 ++- ucb/source/ucp/odma/odma_provider.cxx |2 +- 4 files changed, 11 insertions(+), 14 deletions(-) New commits:

Re: Java/SWING + VCL / X crasher ...

2012-11-30 Thread Michael Meeks
Hi Andrew, On Fri, 2012-11-30 at 11:29 +, Andrew Haley wrote: Fixed thusly, We'll see what the AWT devs say. Thanks so much; sorry it took such an awkward setup to debug. ATB, Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot

[Libreoffice-commits] .: 3 commits - padmin/source svtools/inc unotools/inc vcl/inc

2012-11-30 Thread Libreoffice Gerrit user
padmin/source/prtsetup.cxx| 30 +++--- padmin/source/rtsetup.src |1 svtools/inc/svtools/menuoptions.hxx |2 - unotools/inc/unotools/cmdoptions.hxx |2 -

Re: Bug 34465 - get rid of all calls to virtual const SfxPoolItem* Put( const SfxPoolItem, USHORT nWhich)

2012-11-30 Thread Maciej Rumianowski
Hi Bjoern, thanks for reply :) So, to change the conditionals, we need to make sure the state is consistent. Thus: - adding the asserts Do you mean DBG_ASSERT or real assert? How do debug those DBG_ASSERT, when compiling I don't get a lot of output. My command is make 21 | tee

[Libreoffice-commits] .: i18npool/inc i18npool/source l10ntools/source scp2/source solenv/inc svtools/source

2012-11-30 Thread Libreoffice Gerrit user
i18npool/inc/i18npool/lang.h |1 + i18npool/source/isolang/isolang.cxx |1 + l10ntools/source/ulfconv/msi-encodinglist.txt |1 + scp2/source/ooo/module_helppack.ulf |6 ++ scp2/source/ooo/module_langpack.ulf |6 ++

Re: [API] Some more cleanup ideas

2012-11-30 Thread Stephan Bergmann
On 11/29/2012 06:44 PM, Thorsten Behrens wrote: Stephan Bergmann wrote: * a bit more extreme - kill ::com::sun::star inside office code, by having a ~global using namespace ::com::sun::star; or namespace api = ::com::sun::star; in e.g. sal/config.h, and writing only _that_ out in

[Libreoffice-commits] .: sw/qa

2012-11-30 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo52052.rtf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c7d9febc31fecc2cfd7bfe28e987d010b8ad42e0 Author: Miklos Vajna vmik...@suse.cz Date: Fri Nov 30 15:26:47 2012 +0100 sw: test a bit more in qa/extras For this test

Re: screencast instructions

2012-11-30 Thread Noel Power
Christian On 30/11/12 13:16, Christian Lohmaier wrote: Hi Noel, *, I might be missing something - but a spreadsheet document is not a screencast video... doh!! but obviously I copied the wrong link http://users.freedesktop.org:8080/~noelp/zoom/zoomcast.ogv is what I meant for me the high bit

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44664, which changed state. Bug 44664 Summary: cups landscape woes with pdf: printer truncates Landscape orientation pages to Portrait dimensions https://bugs.freedesktop.org/show_bug.cgi?id=44664 What

Fwd: solaris/smartos support planned?

2012-11-30 Thread Yaroslav Tarasenko
Hello, are there any plans to have solaris port of libreoffice oficially supported? What is the opinion of developers on the topic? Is there a future for solaris/illumos port? Thanks for replies. -- Regards, Yaroslav. ___ LibreOffice

[Libreoffice-commits] .: sc/source

2012-11-30 Thread Libreoffice Gerrit user
sc/source/ui/view/drawview.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 1d6713a72631cf38267cc0a154a6c25244f26ab5 Author: Jan Holesovsky ke...@suse.cz Date: Fri Nov 30 15:55:59 2012 +0100 Fix indentation. Change-Id:

[Libreoffice-commits] .: offapi/com

2012-11-30 Thread Libreoffice Gerrit user
offapi/com/sun/star/xforms/Binding.idl | 13 + offapi/com/sun/star/xml/NamespaceContainer.idl |2 +- 2 files changed, 14 insertions(+), 1 deletion(-) New commits: commit 6bf05adf3f46ca74ccda0d3c82399ab63343c35d Author: Michael Stahl mst...@redhat.com Date: Fri Nov 30

Re: Fwd: solaris/smartos support planned?

2012-11-30 Thread Michael Stahl
On 30/11/12 15:51, Yaroslav Tarasenko wrote: Hello, are there any plans to have solaris port of libreoffice oficially supported? What is the opinion of developers on the topic? Is there a future for solaris/illumos port? if somebody steps up to do the work, sure why not... ... Solaris

[Libreoffice-commits] .: 2 commits - extensions/Executable_pluginapp.bin.mk extensions/StaticLibrary_plugcon.mk vcl/unx

2012-11-30 Thread Libreoffice Gerrit user
extensions/Executable_pluginapp.bin.mk |2 -- extensions/StaticLibrary_plugcon.mk| 11 ++- vcl/unx/gtk/window/gtksalmenu.cxx | 10 ++ 3 files changed, 16 insertions(+), 7 deletions(-) New commits: commit 1b123a4bd821e1d43c64418652b69a782cd243a2 Author: David

[Libreoffice-commits] .: configure.ac Makefile.top

2012-11-30 Thread Libreoffice Gerrit user
Makefile.top |4 ++-- configure.ac |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 81b959dd976d4caf8a5be9ef7e9cc343ab2f6289 Author: Peter Foley pefol...@verizon.net Date: Fri Nov 30 10:20:28 2012 -0500 cosmetic fixes Change-Id:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on|40465 | -- You are receiving

Re: screencast instructions

2012-11-30 Thread Christian Lohmaier
Hi Noel, *, On Fri, Nov 30, 2012 at 3:28 PM, Noel Power nopo...@suse.com wrote: Christian On 30/11/12 13:16, Christian Lohmaier wrote: doh!! but obviously I copied the wrong link http://users.freedesktop.org:8080/~noelp/zoom/zoomcast.ogv is what I meant Ah :-) for me the high bit rate

Re: Build error libxmlsec

2012-11-30 Thread Caolán McNamara
On Wed, 2012-11-28 at 19:02 -0200, Marcos Souza wrote: Hi guys, I'm getting this error when trying to build the master: checking for gnutls libraries = 0.8.1... no checking for mscrypto libraries... none checking for crypto library... configure: error: At least one crypto library should

[Libreoffice-commits] .: 2 commits - idlc/inc idlc/source idlc/test sal/inc

2012-11-30 Thread Libreoffice Gerrit user
idlc/inc/idlc/astoperation.hxx |2 -- idlc/inc/idlc/errorhandler.hxx |3 --- idlc/source/errorhandler.cxx |6 -- idlc/test/interface.idl|1 - sal/inc/sal/types.h| 23 +++ 5 files changed, 11 insertions(+), 24 deletions(-) New

[Libreoffice-commits] .: sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UI_swriter.mk

2012-11-30 Thread Libreoffice Gerrit user
sw/AllLangResTarget_sw.mk|1 sw/UI_swriter.mk |1 sw/inc/globals.hrc |2 sw/source/ui/app/app.src |4 sw/source/ui/inc/insfnote.hxx| 38 +-- sw/source/ui/misc/insfnote.cxx |

[PUSHED] migrate 'Insert Footnote' dialog to .ui file

2012-11-30 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/1193 -- To view, visit https://gerrit.libreoffice.org/1193 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

Re: [PATCH][RESOLVED] title page and autoformat

2012-11-30 Thread Caolán McNamara
On Thu, 2012-11-29 at 10:43 +, Gokul Swaminathan wrote: Dear Caolan, Title page and bookmark widget converted for writer. oops!, sorry, the title page dialog is already converted to .ui format since April :-(, it was one of the first ones I did. As a rule of thumb, a dialog is

Re: [API] Some more cleanup ideas

2012-11-30 Thread Stephan Bergmann
On 11/29/2012 06:42 PM, Thorsten Behrens wrote: Stephan Bergmann wrote: Right, forgot about the Clang case. So that would mean keeping SAL_THROW non-deprecated, making it a nop with Clang --disable-dbgutil (but making it a non-nop for GCC generally), and changing the cppumaker-generated

[Libreoffice-commits] .: helpcontent2

2012-11-30 Thread Libreoffice Gerrit user
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ce7c249d9355238ea6d0cba2ed1f5cb4337ed83d Author: Andras Timar ati...@suse.com Date: Fri Nov 30 17:03:34 2012 +0100 Updated core Project: help b91788bdfe56875a9342d011439f954e50d9c751 empty -

[Libreoffice-commits] .: source/text

2012-11-30 Thread Libreoffice Gerrit user
source/text/scalc/05/empty_cells.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b91788bdfe56875a9342d011439f954e50d9c751 Author: Andras Timar ati...@suse.com Date: Fri Nov 30 17:03:34 2012 +0100 empty - Empty to please pofilter Change-Id:

Re: random number generators for calc

2012-11-30 Thread tino
I've had a look at what Gnumeric offers, and they've done a big job on random number generation. Comparing with what is available in boost I've separated the list into rand functions which could be quickly implemented using boost and those which can't (and would require more intelligence to

Re: Build failures of LO master on openSUSE

2012-11-30 Thread Stephan van den Akker
Magically the dev-install just started working again. Thanks all for the advice! 2012/11/30 Stephan van den Akker stephanv...@gmail.com No, but I did use autogen (...) --without-help And to be more precise: building works, but make dev-install fails, even on a freshly cloned tree.

[PATCH] fdo#38838 UniString - OUString in cui

2012-11-30 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1202 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/1202/1 fdo#38838 UniString - OUString in cui Change-Id: I9b629cad4d9b6d4c086bfff47f1d3e9779b2c24d --- M

[Libreoffice-commits] .: 5 commits - cui/Library_cui.mk cui/source cui/uiconfig cui/UI_cui.mk vcl/source

2012-11-30 Thread Libreoffice Gerrit user
cui/Library_cui.mk |1 cui/UI_cui.mk|2 cui/source/inc/cuires.hrc|1 cui/source/options/personalization.cxx | 107 + cui/source/options/personalization.hxx | 51 ++

[Libreoffice-commits] .: sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UI_swriter.mk

2012-11-30 Thread Libreoffice Gerrit user
sw/AllLangResTarget_sw.mk|1 sw/UI_swriter.mk |1 sw/inc/globals.hrc |2 sw/source/ui/app/app.src |5 + sw/source/ui/cctrl/swlbox.cxx| 14 sw/source/ui/inc/bookmark.hxx|

[PUSHED] migrate 'Insert Bookmark' dialog to .ui file

2012-11-30 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/1199 -- To view, visit https://gerrit.libreoffice.org/1199 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PATCH] fdo#38838 UniString - OUString in cui

2012-11-30 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1203 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/1203/1 fdo#38838 UniString - OUString in cui Change-Id: I16eae4aff2b946421df2b65ecfbd1d9b2e2256b6 --- M

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

2012-11-30 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo57708.rtf |8 ++ sw/qa/extras/rtfimport/rtfimport.cxx | 12 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 70 +++-- writerfilter/source/rtftok/rtfdocumentimpl.hxx | 13 +++- 4 files changed, 73 insertions(+), 30

Re: [API] Some more cleanup ideas

2012-11-30 Thread Thorsten Behrens
Stephan Bergmann wrote: using namespace com::sun::star would save some 5 additional characters - let me see what a test build yields... ...but would increase potential for ambiguities. Yes, so I went for the css alias in the end. This change has been pushed to master. Cheers, -- Thorsten

[Libreoffice-commits] .: 2 commits - i18npool/inc i18npool/source sal/inc sal/Package_inc.mk sal/qa vcl/generic vcl/source

2012-11-30 Thread Libreoffice Gerrit user
i18npool/inc/i18npool/languagetag.hxx |8 i18npool/source/languagetag/languagetag.cxx | 22 ++ sal/Package_inc.mk |1 sal/inc/rtl/locale.hxx | 250 sal/qa/rtl/locale/rtl_locale.cxx| 60

[Libreoffice-commits] .: cui/uiconfig

2012-11-30 Thread Libreoffice Gerrit user
cui/uiconfig/ui/select_persona_dialog.ui | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) New commits: commit 8eb4867806ac5d245e7cecaffbc0c026b2cf9d0d Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 30 16:28:53 2012 + set expected dialog name

[Libreoffice-commits] .: dictionaries

2012-11-30 Thread Libreoffice Gerrit user
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 694a2c53810dec6d8e069d74baf51e6cdda91faa Author: László Németh nem...@numbertext.org Date: Fri Nov 30 17:29:41 2012 +0100 Updated core Project: dictionaries

[Libreoffice-commits] .: en/pythonpath hu_HU/pythonpath

2012-11-30 Thread Libreoffice Gerrit user
en/pythonpath/lightproof_en.py|2 +- en/pythonpath/lightproof_impl_en.py |5 ++--- hu_HU/pythonpath/lightproof_hu_HU.py |3 ++- hu_HU/pythonpath/lightproof_impl_hu_HU.py |8 4 files changed, 9 insertions(+), 9 deletions(-) New commits: commit

Re: random number generators for calc

2012-11-30 Thread Michael Stahl
On 30/11/12 17:07, tino wrote: I've had a look at what Gnumeric offers, and they've done a big job on random number generation. Comparing with what is available in boost I've separated the list into rand functions which could be quickly implemented using boost and those which can't (and would

Re: Desarrollar extensiones para Libre Office

2012-11-30 Thread Thorsten Behrens
Yamilka Leyva Coss wrote: Hello, my name is Yamilka Leyva, am student at the University of Informatics Sciences UCI, belong in a group of developing new features for Libre Office, right now I want to develop new functionalities for it, I need all the documentation possible which can

[Libreoffice-commits] .: 2 commits - cui/uiconfig offapi/com offapi/type_reference offapi/UnoApi_offapi.mk

2012-11-30 Thread Libreoffice Gerrit user
cui/uiconfig/ui/select_persona_dialog.ui | 121 ++-- offapi/UnoApi_offapi.mk |2 offapi/com/sun/star/text/AdvancedTextDocument.idl | 128 -- offapi/com/sun/star/text/HypertextDocument.idl| 64 ---

[Libreoffice-commits] .: sw/source

2012-11-30 Thread Libreoffice Gerrit user
sw/source/filter/rtf/swparrtf.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit ed654c4aa7f9f10fcb16127349009bc0c38b12e8 Author: Miklos Vajna vmik...@suse.cz Date: Fri Nov 30 17:37:08 2012 +0100 Revert fdo#43869 use the old rtf importer for paste This reverts

[Libreoffice-commits] .: ucb/source

2012-11-30 Thread Libreoffice Gerrit user
ucb/source/ucp/odma/odma_resultset.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0eaa504b49114becc571dd1887d6b93e3b364666 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Nov 30 17:48:34 2012 +0100 One more blind Windows-only ucp/odma fix

[PATCH] Removed useless method from languagetag

2012-11-30 Thread Paula Mannes (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1204 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/1204/1 Removed useless method from languagetag Change-Id: I683c54ed278d5a6ba12eaefb8040c3753a24f119 Signed-off-by:

[Libreoffice-commits] .: 2 commits - vcl/generic vcl/source

2012-11-30 Thread Libreoffice Gerrit user
vcl/generic/fontmanager/fontconfig.cxx |3 ++- vcl/source/window/builder.cxx |4 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 9f5ef935986cdf84189cbe2a7a0b0e90de0c3b1c Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 30 16:52:31 2012 +

Re: minutes of ESC call ...

2012-11-30 Thread Petr Mladek
Mat M píše v Pá 30. 11. 2012 v 01:42 +0100: Le Thu, 29 Nov 2012 18:20:45 +0100, Lionel Elie Mamane lio...@mamane.lu a écrit: On Thu, Nov 29, 2012 at 04:45:57PM +, Michael Meeks wrote: * Release Engineering update (Petr) + 4.0 timeline: Monday: feature-freeze ... +

License

2012-11-30 Thread Paula Mannes
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Paula Mannes ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: minutes of ESC call ...

2012-11-30 Thread Petr Mladek
Michael Meeks píše v Pá 30. 11. 2012 v 10:14 +: Hi Lionel, On Thu, 2012-11-29 at 18:20 +0100, Lionel Elie Mamane wrote: On Thu, Nov 29, 2012 at 04:45:57PM +, Michael Meeks wrote: * Release Engineering update (Petr) + 4.0 timeline: Monday: feature-freeze ... +

[PUSHED] Removed useless method from languagetag

2012-11-30 Thread Olivier Hallot (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/1204 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1204 To unsubscribe,

[PATCH] Remove rtl:: from a test in test/

2012-11-30 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1205 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/05/1205/1 Remove rtl:: from a test in test/ Change-Id: I151dc2e733c6c3a56d316b931934ff80aa076580 Signed-off-by: Marcos

[Libreoffice-commits] .: test/source

2012-11-30 Thread Libreoffice Gerrit user
test/source/sheet/xcellrangesquery.cxx | 42 - 1 file changed, 21 insertions(+), 21 deletions(-) New commits: commit 36b7794d832dbc87c250ef02eee643c4ce68f87a Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Fri Nov 30 14:56:19 2012 -0200

[PUSHED] Remove rtl:: from a test in test/

2012-11-30 Thread Markus Mohrhard (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/1205 Approvals: Markus Mohrhard: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1205 To

[PATCH] fdo#38838 UniString - OUString in dbaccess

2012-11-30 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1206 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/1206/1 fdo#38838 UniString - OUString in dbaccess Change-Id: Ief7e1faf605ca80555f752bd875db56f47e36ad6 --- M

[Libreoffice-commits] .: cui/uiconfig

2012-11-30 Thread Libreoffice Gerrit user
cui/uiconfig/ui/select_persona_dialog.ui | 91 --- 1 file changed, 49 insertions(+), 42 deletions(-) New commits: commit 47f73da0dd4bc94856a50bfd8b666a979e851326 Author: Jan Holesovsky ke...@suse.cz Date: Fri Nov 30 18:18:33 2012 +0100 Personas: Tweak the

[Libreoffice-commits] .: filter/Configuration_filter.mk filter/CustomTarget_svg.mk

2012-11-30 Thread Libreoffice Gerrit user
filter/Configuration_filter.mk |6 -- filter/CustomTarget_svg.mk |1 + 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 3e0d7e60bc00b36cca0755a6b02879e0a1cc2484 Author: Michael Stahl mst...@redhat.com Date: Fri Nov 30 18:19:47 2012 +0100 filter: add

Re: [API] Some more cleanup ideas

2012-11-30 Thread Lubos Lunak
On Friday 30 of November 2012, Stephan Bergmann wrote: On 11/29/2012 06:42 PM, Thorsten Behrens wrote: With SAL_THROW exception specs on api headers removed, there's a very nice substantial cleanup task possible subsequently, that removes it from all implementation methods, too. I'm not

[Libreoffice-commits] .: offapi/com offapi/type_reference offapi/UnoApi_offapi.mk qadevOOo/Jar_OOoRunner.mk qadevOOo/tests sw/source

2012-11-30 Thread Libreoffice Gerrit user
offapi/UnoApi_offapi.mk|1 offapi/com/sun/star/text/XTextEmbeddedObject.idl | 62 - offapi/type_reference/types.rdb|binary qadevOOo/Jar_OOoRunner.mk |1

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #180 from Steve Kelem st...@kelem.net --- Sorry to overwhelm you. I happened across the MAB for the first time and thought What a great way to get some old issues resolved and some long-standing ones that I need to generate a test

fdo#38838 UniString - OUString in dbaccess

2012-11-30 Thread Ricardo Montania (via Code Review)
Ricardo Montania has abandoned this change. Change subject: fdo#38838 UniString - OUString in dbaccess .. Patch Set 1: Abandoned Need of change previous patch. -- To view, visit https://gerrit.libreoffice.org/1206 To

  1   2   3   >