[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-04-08 Thread David Tardon
RepositoryExternal.mk |4 1 file changed, 4 insertions(+) New commits: commit 35c53bbcc8f0a7b8627a8d5a2e167d76dc52d1c4 Author: David Tardon Date: Tue Apr 9 08:58:04 2013 +0200 ensure delivery of expat headers Change-Id: I73b5eba6c7cff7b6c45fd1f24197550d8e52f26b diff --g

[PATCH] code enhancement remove dublicate code

2013-04-08 Thread Abdulaziz A Alayed (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3279 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/79/3279/1 code enhancement remove dublicate code we add two variables to the class ScGridWindow which will be using in man

RE: build failure

2013-04-08 Thread Winfried Donkers
Hi Michael, > > have taken the drastic step of removing the entire codebase locally > > Sounds like that should help, or a 'git clean -d -f' or something might > save some downloading ;-) though it is a bit drastic too. Guess what: removing my entire local repository, using git clone to cr

Re: your mail

2013-04-08 Thread Markus Mohrhard
2013/4/9 Miklos Vajna > Hi Markus, > > On Tue, Apr 09, 2013 at 01:31:20AM +0200, Markus Mohrhard < > markus.mohrh...@googlemail.com> wrote: > > so I was trying to build a new coverity report but I get a build failure > > because of glibc. > > Do you mean glib? > Yes, of course. > > The SLED ti

[PUSHED] move Python tests in-process

2013-04-08 Thread David Ostrovsky (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/3215 Approvals: David Ostrovsky: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3215 To unsubscribe, vi

[PUSHED] set up python unit test infrastructure

2013-04-08 Thread David Ostrovsky (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/3214 Approvals: David Ostrovsky: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3214 To unsubscribe, vi

[Libreoffice-commits] core.git: pyuno/source solenv/gbuild sw/PythonTest_sw_unoapi.mk sw/qa test/inc test/source unotest/source

2013-04-08 Thread Michael Stahl
pyuno/source/module/pyuno_module.cxx | 42 +++ solenv/gbuild/PythonTest.mk | 84 +++ sw/PythonTest_sw_unoapi.mk | 39 ++ sw/qa/unoapi/python/get_expression.py|2 sw/qa/unoapi/python/se

[Libreoffice-commits] core.git: .gitignore solenv/gbuild sw/Module_sw.mk sw/PythonTest_sw_unoapi.mk sw/qa unotest/source

2013-04-08 Thread David Ostrovsky
.gitignore |1 solenv/gbuild/PythonTest.mk | 83 solenv/gbuild/TargetLocations.mk |2 solenv/gbuild/gbuild.mk |1 sw/Module_sw.mk |9

Re: your mail

2013-04-08 Thread Miklos Vajna
Hi Markus, On Tue, Apr 09, 2013 at 01:31:20AM +0200, Markus Mohrhard wrote: > so I was trying to build a new coverity report but I get a build failure > because of glibc. Do you mean glib? The SLED tinderbox was failing lately as well, and now it's green again. If you have a look at its logs,

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - framework/source

2013-04-08 Thread Kohei Yoshida
framework/source/loadenv/loadenv.cxx | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) New commits: commit 0b43af10a466f9dfd249ad559c9b21bc7d91256f Author: Kohei Yoshida Date: Tue Apr 9 00:55:02 2013 -0400 Add xlsx and ods bits. Those file types are s

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

2013-04-08 Thread Janit Anjaria
Hey Thorsten,Stefan , I just saw the patch,yes it definitely need clean up based on the white spaces ,and yeah the numbers in the patch are added so that the UI fixes right and hence the toolbar appears to be right.I am not sure about the reason why the icons dont appear in your case,as it does ap

Re: [PATCH]BUG#57950 Replace chained O(U)StringBuffer::append() with operator+

2013-04-08 Thread Janit Anjaria
Hey Thorsten, I am not pretty sure how can that be possible but yes i would clean the patch up and then mail it . Regards, Janit On Tue, Apr 9, 2013 at 4:02 AM, Thorsten Behrens wrote: > Janit Anjaria wrote: > > I am hereby submitting my patch for review on the bug/feature which > > i had work

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - 2 commits - sc/Library_scfilt.mk sc/source

2013-04-08 Thread Kohei Yoshida
sc/Library_scfilt.mk|1 sc/source/filter/inc/orcusinterface.hxx | 18 sc/source/filter/orcus/interface.cxx| 25 +++ sc/source/filter/orcus/xmlcontext.cxx | 34 +++- 4 files changed, 73 insertions(

[no subject]

2013-04-08 Thread Markus Mohrhard
Hey guys, so I was trying to build a new coverity report but I get a build failure because of glibc. The corresponding entries from the build are: /lo/users/moggi/core/shell/source/sessioninstall/SyncDbusSessionHelper.cxx:25: error: ‘GVariant’ has not been declared /lo/users/moggi/core/shell/sou

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

2013-04-08 Thread Kohei Yoshida
editeng/inc/editeng/editobj.hxx |2 editeng/source/editeng/editobj.cxx | 40 + editeng/source/editeng/editobj2.hxx |2 sc/qa/unit/data/ods/rich-text-cells.ods |binary sc/qa/unit/subsequent_filters-test.cxx | 36 +++ sc/s

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

2013-04-08 Thread Tor Lillqvist
dbaccess/source/core/api/KeySet.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 0987f5691248b9a14059b1e9a136d25570fe96d5 Author: Tor Lillqvist Date: Tue Apr 9 01:47:23 2013 +0300 WaE: unused variable 'insert_result' Change-Id: I5b0b7eeaa44e3e9e215b8d0bba7e7189c63

Re: [PATCH]BUG#57950 Replace chained O(U)StringBuffer::append() with operator+

2013-04-08 Thread Thorsten Behrens
Janit Anjaria wrote: > I am hereby submitting my patch for review on the bug/feature which > i had worked long back which replaces all the .append() calls witha > + operator. > Hi Janit, thanks for that patch - it needs some cleanup, too, though. String literals can be appended without explicit O

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

2013-04-08 Thread Takeshi Abe
svx/source/accessibility/AccessibleShape.cxx |6 +-- svx/source/dialog/ctredlin.cxx | 10 + svx/source/dialog/dlgctrl.cxx|3 - svx/source/items/hlnkitem.cxx|3 - svx/source/svdraw/svddrag.cxx|2 - svx/source/svdraw

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

2013-04-08 Thread Thorsten Behrens
Janit Anjaria wrote: > I am hereby submitting my patch for review on the bug/feature which i had > worked long back which solves the problem where the comboboxes now do > appear when the toolbar is vertical. > Hi Janit, the patch contains a lot of changes ala if ( eAlign == WINDOWALIGN_TOP

[PATCH] Template Manager: Use actual template icons if no thumbnail ...

2013-04-08 Thread Stefan Knorr (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3278 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/78/3278/1 Template Manager: Use actual template icons if no thumbnail exists Change-Id: Ie1ee86a180701355886a340ea97940303

[Libreoffice-commits] core.git: 3 commits - bridges/Library_cpp_uno.mk jvmfwk/distributions jvmfwk/plugins vcl/coretext

2013-04-08 Thread Tor Lillqvist
bridges/Library_cpp_uno.mk|3 ++- jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml |6 +- jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx | 11 ++- jvmfwk/plugins/sunmajor/pluginlib/util.cxx| 10 ++

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 69/070c9d4082f640e131038a47b18af47196b901

2013-04-08 Thread Xisco Fauli
69/070c9d4082f640e131038a47b18af47196b901 |1 + 1 file changed, 1 insertion(+) New commits: commit 9ae509f2743ac3cb2583c821b6579b145ded6059 Author: Xisco Fauli Date: Mon Apr 8 23:46:58 2013 +0200 Notes added by 'git notes add' diff --git a/69/070c9d4082f640e131038a47b18af47196b901 b

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

2013-04-08 Thread Xisco Fauli
oox/source/drawingml/textparagraph.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit aaeafc323ef77995950dd7337ee35886dd45e543 Author: Xisco Fauli Date: Mon Apr 8 23:37:32 2013 +0200 Fix again n719988, n734733 Bullet should have same color as follo

Re: plans with libmerged

2013-04-08 Thread Peter Foley
On Mon, Apr 8, 2013 at 10:19 AM, Tomáš Chvátal wrote: > This switch all/core/no sound pretty cool. > Libreoffice is currently built with mergedlib enabled on opensuse and gentoo > in production and there are no visible issues (currently master fails tests > [so i turned off my tinderbox after hav

[PATCH] Adding multicolor gradients to libmspub

2013-04-08 Thread Franz Schmid
Hi, this patch adds multicolor gradients to libmspub. + fixes pattern colors. Patch is against git master. Greetings, Franz Schmid >From 01af5aef449d1c0d0facd37a75f998657a662c9c Mon Sep 17 00:00:00 2001 From: Franz Schmid Date: Mon, 8 Apr 2013 22:00:39 +0200 Subject: [PATCH] Added complete mult

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f7/da26f51bfaddecd7b774bc237d6f5fa082e57c

2013-04-08 Thread Xisco Fauli
f7/da26f51bfaddecd7b774bc237d6f5fa082e57c |1 + 1 file changed, 1 insertion(+) New commits: commit ddd0a755224f8a01ca22ea7e7be2dee9d374ec2b Author: Xisco Fauli Date: Mon Apr 8 22:16:02 2013 +0200 Notes added by 'git notes add' diff --git a/f7/da26f51bfaddecd7b774bc237d6f5fa082e57c b

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

2013-04-08 Thread Andre Fischer
sd/source/filter/ppt/pptin.cxx | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) New commits: commit aac0ada9914c87c8c1c017744548602374f80320 Author: Andre Fischer Date: Mon Jul 9 12:59:06 2012 + Fix #i119545# Fixed import of master page layout from PPT.

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

2013-04-08 Thread Tor Lillqvist
sal/rtl/bootstrap.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit d35004bf7690b1450dfd1e4ee98e478b8d349699 Author: Tor Lillqvist Date: Mon Apr 8 22:48:28 2013 +0300 WaE: unused variable 'insertion' Change-Id: I57d39d7535d88045dcb0d7b665675074b7059d14 diff --git

Google Summer of Code 2013

2013-04-08 Thread Cedric Bosdonnat
Hello people, I just wanted to share a good news with you: LibreOffice has been selected to participate in GSoC 2013! Next steps for us: * Before May 24th, mentors needs to register on http://www.google-melange.com * Students application period runs from April 22nd to May 3rd. Happy mentorin

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

2013-04-08 Thread Tor Lillqvist
dbaccess/uiconfig/ui/generalpagewizard.ui |4 ++-- extras/source/glade/libreoffice-catalog.xml.in |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 791220056705458a50a14adc3c0f6cd46d6a9b25 Author: Tor Lillqvist Date: Mon Apr 8 22:23:53 2013 +0300 T

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

2013-04-08 Thread Stefan Knorr
Hi Janit, first: I am not a developer, so don't expect code pointers here, but I tried your patch out of interest. While it does build, your patch doesn't seem to work well: * my LibreOffice window now shows no toolbar icons whatsoever * I get lots of messages à la debug: max width 38

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 62971, which changed state. Bug 62971 Summary: 3d scene displays 90deg right turned https://bugs.freedesktop.org/show_bug.cgi?id=62971 What|Removed |Added --

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

2013-04-08 Thread Tor Lillqvist
sw/source/ui/inc/pggrid.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit d5a82c966d242b34aa491dd77915990d20558547 Author: Tor Lillqvist Date: Mon Apr 8 21:45:37 2013 +0300 WaE: private field 'm_pGridTypeFL' is not used Change-Id: I9d0143cc55471eb70d4c16ff1fbb33b2ae

Re: [Libreoffice-commits] core.git: fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes

2013-04-08 Thread Miklos Vajna
Hi, On Mon, Apr 08, 2013 at 05:36:54PM +0200, Stephan Bergmann wrote: > addressed for now with > > "Make icu's DefaultCharMapper usable on Windows." An additional problem was that this also broke

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

2013-04-08 Thread Thomas Arnhold
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 353 - sfx2/source/control/dispatch.cxx |2 2 files changed, 1 insertion(+), 354 deletions(-) New commits: commit 4136e6575e6ed55e30c3eb00061f2af0863aa970 Author: Thomas Arnhold Date: Mon A

[PUSHED libreoffice-4-0] Resolves: rhbz#949238 div by zero on pagedown in 0 width tas...

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

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

2013-04-08 Thread Caolán McNamara
svtools/source/control/valueset.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit cc42de5dccf4f284e479ab3c9ab81b8b114a2d88 Author: Caolán McNamara Date: Mon Apr 8 15:42:46 2013 +0100 Resolves: rhbz#949238 div by zero on pagedown in 0 width task pane Change-Id:

Re: claims of python unit test un-debugability considered somewhat exaggerated

2013-04-08 Thread David Malcolm
On Mon, 2013-04-08 at 11:32 -0600, Tom Tromey wrote: > > "Michael" == Michael Stahl writes: > > CCing David Malcolm. > > Michael> (gdb) py-bt > > I just wanted to mention here that Phil Muldoon is working on a "frame > filter" patch series that is basically "pretty printing for stack > fram

Re: claims of python unit test un-debugability considered somewhat exaggerated

2013-04-08 Thread Tom Tromey
> "Michael" == Michael Stahl writes: CCing David Malcolm. Michael> (gdb) py-bt I just wanted to mention here that Phil Muldoon is working on a "frame filter" patch series that is basically "pretty printing for stack frames". With this in place you'll no longer need a special command -- wit

[Libreoffice-commits] core.git: 2 commits - icu/DefaultCharMapper.patch.0 icu/UnpackedTarball_icu.mk vcl/inc vcl/source

2013-04-08 Thread Rene Engelhard
icu/DefaultCharMapper.patch.0 | 22 -- icu/UnpackedTarball_icu.mk|1 - vcl/inc/graphite_layout.hxx |1 - vcl/source/glyphs/graphite_layout.cxx | 23 ++- 4 files changed, 2 insertions(+), 45 deletions(-) New commits:

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - sd/inc

2013-04-08 Thread Michael Meeks
sd/inc/slidehack.hxx | 46 -- 1 file changed, 32 insertions(+), 14 deletions(-) New commits: commit e112be77bc02d63498f55e92c538b5b9e249a37d Author: Michael Meeks Date: Mon Apr 8 17:43:04 2013 +0100 calm warnings, get it to compile. C

[Libreoffice-commits] core.git: Changes to 'feature/orcus-update'

2013-04-08 Thread Caolán McNamara
New branch 'feature/orcus-update' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[PATCH]BUG#57950 Replace chained O(U)StringBuffer::append() with operator+

2013-04-08 Thread Janit Anjaria
Hey! I am hereby submitting my patch for review on the bug/feature which i had worked long back which replaces all the .append() calls witha + operator. Regards, Janit 0001-fdo-57950-replace-chained-O-U-StringBuffer-append-wi.patch Description: Binary data __

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

2013-04-08 Thread Irányossy Knoblauch Artúr
sc/source/filter/excel/xeview.cxx |5 +++-- sc/source/filter/inc/xeview.hxx |1 + 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 0c96156ec20b0092e7909cc06e1f0c5c4d29a05d Author: Irányossy Knoblauch Artúr Date: Sat Apr 6 10:13:24 2013 +0200 fdo#49120 - Imp

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

2013-04-08 Thread Janit Anjaria
Hey! I am hereby submitting my patch for review on the bug/feature which i had worked long back which solves the problem where the comboboxes now do appear when the toolbar is vertical. Regards, Janit 0001-fdo-55846-Comboboxes-weren-t-displayed-when-the-tool.patch Description: Binary data _

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

2013-04-08 Thread Irányossy Knoblauch Artúr
sc/source/filter/excel/xeview.cxx |5 +++-- sc/source/filter/inc/xeview.hxx |1 + 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 613c083180349c8a69a2a06da1e8da0eedf52fa8 Author: Irányossy Knoblauch Artúr Date: Sat Apr 6 10:13:24 2013 +0200 fdo#49120 - Imp

Re: [PATCH] WIP: Convert scalc delete contents dialog to .ui

2013-04-08 Thread Albert Thuswaldner
Correction, the second reference is: http://opengrok.libreoffice.org/xref/core/sc/source/ui/view/cellsh1.cxx#362 /Albert On Mon, Apr 8, 2013 at 5:52 PM, Albert Thuswaldner < albert.thuswald...@gmail.com> wrote: > Hi Caolán, > Thanks for your excellent tutorial on WidgetLayout conversion: > > >

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-08 Thread Michael Stahl
On 05/04/13 16:29, Lubos Lunak wrote: > On Thursday 04 of April 2013, Michael Stahl wrote: >> On 04/04/13 20:47, Bjoern Michaelsen wrote: >>> This would make library a being rebuild only if one of the 'public', >>> delivered headers of library b changed but not otherwise. And it would >>> make sur

Re: Bug 42796 - Macro assigned to dataform Before Unload or While Unloading events are not called when form container is closed

2013-04-08 Thread mcmurchy1917-libreoffice
Where I've got to thus far is - Line 209 is not called in comphelper/source/eventattachermgr/eventattachermgr.cxx 206 // Iterate over all listeners and pass events. 207 OInterfaceIteratorHelper aIt( mpManager->aScriptListeners ); 208 while( aIt.hasMoreElements() ) 209 ((XScriptListener *)aIt.nex

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

2013-04-08 Thread Caolán McNamara
helpers/help_hid.lst| 14 - source/text/swriter/01/05040800.xhp | 37 ++-- 2 files changed, 19 insertions(+), 32 deletions(-) New commits: commit fad1c3879f6fbdaa13d0849d5e23f671e36e6e2b Author: Caolán McNamara Date: Mon Apr 8 16

[Libreoffice-commits] core.git: helpcontent2

2013-04-08 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 58b2a1ad002fd24669589f4adfdcba58a80851ec Author: Caolán McNamara Date: Mon Apr 8 16:53:37 2013 +0100 Updated core Project: help fad1c3879f6fbdaa13d0849d5e23f671e36e6e2b diff --git a/helpconten

[PATCH] WIP: Convert scalc delete contents dialog to .ui

2013-04-08 Thread Albert Thuswaldner
Hi Caolán, Thanks for your excellent tutorial on WidgetLayout conversion: https://wiki.documentfoundation.org/Development/WidgetLayout#HOWTO:_Step_by_step_dialog_conversion With the help of this I almost completed the conversion of the Delete Contents dialog in Calc (see patch #1) What I didn't

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

2013-04-08 Thread Radek Doulik
xmloff/inc/EnhancedCustomShapeToken.hxx |2 xmloff/inc/xmloff/xmltoken.hxx |1 xmloff/source/core/xmltoken.cxx |1 xmloff/source/draw/EnhancedCustomShapeToken.cxx |2 xmloff/source/draw/shapeexport4.cxx | 64 +++

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Jorendc changed: What|Removed |Added Depends on||62971 --- Comment #10 from Jorendc --- I nomi

Re: [Libreoffice-commits] core.git: fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes

2013-04-08 Thread Stephan Bergmann
On 04/08/2013 05:15 PM, Stephan Bergmann wrote: The below breaks on MSVC/Windows, against our internal icu 51. Its DefaultCharMapper (icu/source/layout/DefaultCharMapper.h) and LECharMapper (icu/source/layout/LEFontInstance.h) it is derived from are not marked as U_LAYOUT_API, so their non-inlin

[Libreoffice-commits] core.git: icu/DefaultCharMapper.patch.0 icu/UnpackedTarball_icu.mk

2013-04-08 Thread Stephan Bergmann
icu/DefaultCharMapper.patch.0 | 22 ++ icu/UnpackedTarball_icu.mk|1 + 2 files changed, 23 insertions(+) New commits: commit 21fea27309a75b86add08918d2a2a2234ae1f1fb Author: Stephan Bergmann Date: Mon Apr 8 17:24:19 2013 +0200 Make icu's DefaultCharMapper usa

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

2013-04-08 Thread Caolán McNamara
sw/uiconfig/swriter/ui/textgridpage.ui | 451 + 1 file changed, 242 insertions(+), 209 deletions(-) New commits: commit d171099fdcb8951c2c93325c950bb416d5e13c1f Author: Caolán McNamara Date: Mon Apr 8 16:22:56 2013 +0100 tweak text grid page for non-squar

[PUSHED] Convert Writer asian text grid page to Widget UI

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

Re: cliureversion.mk not found build problem

2013-04-08 Thread Thomas Arnhold
Hi, I got the issue that "cliureversion.mk" is not found when trying to "make findunusedcode". This is reproducible with ./autogen.sh --enable-dbgutil make && make findunusedcode This fails with: : ERROR: Include file cliureversion.mk not found! : ADD_INCLUDE_FILES = cliureversion.mk,cliooot

Re: [Libreoffice-commits] core.git: fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes

2013-04-08 Thread Stephan Bergmann
The below breaks on MSVC/Windows, against our internal icu 51. Its DefaultCharMapper (icu/source/layout/DefaultCharMapper.h) and LECharMapper (icu/source/layout/LEFontInstance.h) it is derived from are not marked as U_LAYOUT_API, so their non-inline function definitions (esp., LECharMapper::~L

Re: Bug 42796 - Macro assigned to dataform Before Unload or While Unloading events are not called when form container is closed

2013-04-08 Thread Lionel Elie Mamane
On Mon, Apr 08, 2013 at 05:06:30PM +0200, Lionel Elie Mamane wrote: > And then, we need to find where we need to call > pFormShell->GetImpl()->loadForms(pCurPage, FORMS_UNLOAD) > in the case "1)". My idea for that is to see what triggers the *form* > *document* "before close" event (there does no

Re: Bug 42796 - Macro assigned to dataform Before Unload or While Unloading events are not called when form container is closed

2013-04-08 Thread Lionel Elie Mamane
On Wed, Mar 27, 2013 at 09:46:44AM +, mcmurchy1917-libreoff...@yahoo.co.uk wrote: > In the bug report it was confirmed that a macro assigned to either > the Before Unloading or When Unloading events of a dataform are not > called when the form document is closed. > However, when editing a fo

[PATCH libreoffice-4-0] Resolves: rhbz#949238 div by zero on pagedown in 0 width tas...

2013-04-08 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3277 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/3277/1 Resolves: rhbz#949238 div by zero on pagedown in 0 width task pane Change-Id: I2ee5e0b19db724adf94d699ce0af68664

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

2013-04-08 Thread Caolán McNamara
svtools/source/control/valueset.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 626bac2f5ccec91eb9962c700564381158f826bc Author: Caolán McNamara Date: Mon Apr 8 15:42:46 2013 +0100 Resolves: rhbz#949238 div by zero on pagedown in 0 width task pane Change-Id:

Re: plans with libmerged

2013-04-08 Thread Matúš Kukan
On 8 April 2013 16:19, Tomáš Chvátal wrote: > Libreoffice is currently built with mergedlib enabled on opensuse and gentoo > in production and there are no visible issues I believe that, but I want to profile it also. You should get problems with: export OOO_DISABLE_RECOVERY=1 export OOO_EXIT_POS

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

2013-04-08 Thread Stephan Bergmann
fpicker/source/win32/filepicker/FilePicker.hxx |1 + fpicker/source/win32/filepicker/VistaFilePicker.hxx |1 + 2 files changed, 2 insertions(+) New commits: commit f40b19d4b8571ef48e57732d34dab55f11978384 Author: Stephan Bergmann Date: Mon Apr 8 16:31:33 2013 +0200 Windows bu

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 49120, which changed state. Bug 49120 Summary: FILESAVE: LibreOffice corrupts XLSX file https://bugs.freedesktop.org/show_bug.cgi?id=49120 What|Removed |Added --

[PUSHED] fdo#49120 - Implementig XML_state

2013-04-08 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/3222 Approvals: Németh László: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3222 To unsubscribe, visi

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

2013-04-08 Thread Irányossy Knoblauch Artúr
sc/source/filter/excel/xeview.cxx |5 +++-- sc/source/filter/inc/xeview.hxx |1 + 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 95487b1116471b19447b9720b64a934abd668aff Author: Irányossy Knoblauch Artúr Date: Sat Apr 6 10:13:24 2013 +0200 fdo#49120 - Imp

Re: plans with libmerged

2013-04-08 Thread Tomáš Chvátal
2013/4/8 Matúš Kukan > Hi Peter, > > I've seen some massive adding to libmerged recently. > How do you intend to use it ? > Also, does it work now ? > > For me, it does not make sense to have all libraries in libmerged, it > was big enough already. > I am experimenting with it, to see how it help

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

2013-04-08 Thread Tor Lillqvist
vcl/coretext/salcoretextlayout.cxx | 20 1 file changed, 12 insertions(+), 8 deletions(-) New commits: commit 50977ad9ce8767562903cacf6084323ab4a21202 Author: Tor Lillqvist Date: Mon Apr 8 16:47:03 2013 +0300 More fixes to the CoreText code Disregard traili

[Libreoffice-commits] help.git: help-to-wiki.py

2013-04-08 Thread Andras Timar
help-to-wiki.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a01aa04b5d5101de448a662a3cca62bb40457111 Author: Andras Timar Date: Mon Apr 8 12:15:34 2013 +0200 another typo Change-Id: I33f3114581328b5d2b343a486f4b9067fd00540e diff --git a/help-to-w

[Libreoffice-commits] core.git: helpcontent2

2013-04-08 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e32e8d0314e30475419f5108e8bc65bba9fc779c Author: Andras Timar Date: Mon Apr 8 12:15:34 2013 +0200 Updated core Project: help a01aa04b5d5101de448a662a3cca62bb40457111 diff --git a/helpcontent2 b

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

2013-04-08 Thread Caolán McNamara
cui/source/dialogs/cuicharmap.cxx | 37 ++--- 1 file changed, 34 insertions(+), 3 deletions(-) New commits: commit eb1c8080016ee3d788a2eca6cbc6ba42ff7d362f Author: Caolán McNamara Date: Mon Apr 8 14:41:34 2013 +0100 Resolves: fdo#59246 shrink font to fit

plans with libmerged

2013-04-08 Thread Matúš Kukan
Hi Peter, I've seen some massive adding to libmerged recently. How do you intend to use it ? Also, does it work now ? For me, it does not make sense to have all libraries in libmerged, it was big enough already. I am experimenting with it, to see how it helps for Raspberry Pi. (Unfortunately, the

[Libreoffice-commits] core.git: README.Code tools/README

2013-04-08 Thread Thomas Arnhold
README.Code |2 +- tools/README |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit cf9bc834a404d213234f7d9344318ca7342cbcde Author: Thomas Arnhold Date: Mon Apr 8 15:34:25 2013 +0200 update documentation Change-Id: Idc3416bb304d728c646d699aa1c4348

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

2013-04-08 Thread Noel Grandin
embedserv/source/embed/docholder.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d95fb607c2ac9b04bdfa9d7a79248229dba6f769 Author: Noel Grandin Date: Mon Apr 8 15:24:17 2013 +0200 fix windows build diff --git a/embedserv/source/embed/docholder.cxx b/embed

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

2013-04-08 Thread Michael Meeks
README.Code| 67 + toolkit/README |4 +++ vcl/README |2 + 3 files changed, 73 insertions(+) New commits: commit 6ec631942364a87965d0951c756073faf934cabb Author: Michael Meeks Date: Mon Apr 8 14:05:06 2013 +0100 mor

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

2013-04-08 Thread Noel Grandin
embedserv/source/embed/docholder.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 84373a71d6eeac0d29500ed717ffd906bac4 Author: Noel Grandin Date: Mon Apr 8 14:56:27 2013 +0200 fix windows build diff --git a/embedserv/source/embed/docholder.cxx b

[Libreoffice-commits] dev-tools.git: lcov/coverage.sh

2013-04-08 Thread Miklos Vajna
lcov/coverage.sh | 51 +++ 1 file changed, 51 insertions(+) New commits: commit 366d589fb958b6f98fda590071d0027303cda858 Author: Miklos Vajna Date: Mon Apr 8 14:50:59 2013 +0200 import initial lcov coverage script Change-Id: Id41c

Re: shutting down UNO ...

2013-04-08 Thread Stephan Bergmann
On 04/08/2013 11:14 AM, Michael Meeks wrote: I was surprised to discover (when re-working gengal) that if you do some drawinglayer operations then it is necessary to shut-down UNO by disposing some UNO component - before exiting - to avoid some rather nasty atexit / static cleanup SEGV :-

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

2013-04-08 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/hyperlink.rtf |9 + sw/qa/extras/rtfexport/rtfexport.cxx |9 + 2 files changed, 18 insertions(+) New commits: commit 85c8252e13e9234253494f96ffd70df35be056dc Author: Miklos Vajna Date: Mon Apr 8 14:39:54 2013 +0200 test RtfAttribute

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

2013-04-08 Thread Noel Grandin
comphelper/source/property/opropertybag.hxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 5c0f6c6f6d3a708a82e80820f53870cb8a490e37 Author: Noel Grandin Date: Mon Apr 8 14:31:50 2013 +0200 fix windows build diff --git a/comphelper/source/property

Re: Bug 42796 - Macro assigned to dataform Before Unload or While Unloading events are not called when form container is closed

2013-04-08 Thread Lionel Elie Mamane
On Mon, Apr 08, 2013 at 09:13:56AM +0100, mcmurchy1917-libreoff...@yahoo.co.uk wrote: > On Thursday 04 Apr 2013 12:03:59 Lionel Elie Mamane wrote: >> On Thu, Apr 04, 2013 at 11:08:54AM +0200, Jan Holesovsky wrote: >>> mcmurchy1917-libreoff...@yahoo.co.uk píše v St 27. 03. 2013 v 09:46 I've f

Re: Bug 42796 - Macro assigned to dataform Before Unload or While Unloading events are not called when form container is closed

2013-04-08 Thread Lionel Elie Mamane
On Thu, Apr 04, 2013 at 12:27:56PM +0100, Noel Power wrote: > On 04/04/13 11:03, Lionel Elie Mamane wrote: >> On Thu, Apr 04, 2013 at 11:08:54AM +0200, Jan Holesovsky wrote: >>> mcmurchy1917-libreoff...@yahoo.co.uk píše v St 27. 03. 2013 v 09:46+: I've fallen foul of this bug in recent da

[Libreoffice-commits] core.git: 2 commits - helpcompiler/source RepositoryFixes.mk

2013-04-08 Thread Michael Stahl
RepositoryFixes.mk |1 - helpcompiler/source/HelpLinker.cxx |3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 18af827875cd587552767dea747f3dafa47bd963 Author: Michael Stahl Date: Mon Apr 8 13:36:55 2013 +0200 HelpLinker: add comment for my

Re: GSOC 2013 help

2013-04-08 Thread Michael Meeks
Hi Gergo, On Sun, 2013-04-07 at 21:16 +0200, Gergő Mocsi wrote: > I'd like to participate in GSOC 2013 in LO. I've alredy worked on > issue https://bugs.freedesktop.org/show_bug.cgi?id=35546 . I've seen > some GSOC ideas, but I'm completely lost. Haha :-) indeed, there are a lot of them.

[PATCH] selectrange.ui Widget

2013-04-08 Thread Manal Alhassoun (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3275 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/3275/1 selectrange.ui Widget Change-Id: I110d38248975e21dd454c73c787c16d7e94b473c --- A sc/uiconfig/scalc/ui/selectrang

Re: Customization

2013-04-08 Thread Michael Stahl
On 06/04/13 01:02, Bjoern Michaelsen wrote: > On Fri, Apr 05, 2013 at 09:55:19AM -0400, Jorge Luis Roque Alvarez wrote: >> Hi, >> >> Iam new with LO and i want to start getting involve with the comunity >> >> is there any automatic tool/script to generate the .debs from the sources? it depends o

[Libreoffice-commits] help.git: Branch 'libreoffice-4-0' - help-to-wiki.py

2013-04-08 Thread Andras Timar
help-to-wiki.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b56864919adc5b2c36b354e365c93964bb611dab Author: Andras Timar Date: Mon Apr 8 12:15:34 2013 +0200 another typo Change-Id: I33f3114581328b5d2b343a486f4b9067fd00540e diff --git a/help-to-w

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - helpcontent2

2013-04-08 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0901bc1a53ceafbbd1b907487f2a0daac50d3281 Author: Andras Timar Date: Mon Apr 8 12:15:34 2013 +0200 Updated core Project: help b56864919adc5b2c36b354e365c93964bb611dab diff --git a/helpcontent2 b

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

2013-04-08 Thread Thorsten Behrens
filter/source/svg/svgwriter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3c88993aeb262620b8e3bb3151e57f16260b51f3 Author: Thorsten Behrens Date: Mon Apr 8 13:02:18 2013 +0200 fdo#62682 bandaid fix for hyperlink export crash Fixes the crash, but

RE: build failure

2013-04-08 Thread Michael Meeks
On Mon, 2013-04-08 at 09:32 +0200, Winfried Donkers wrote: > > The bit that should include expat is: > > > > -I$O/inc/external/expat > > > > Where $O=/home/w.donkers/git/libo/solver/unxlngi6 > > > > Do you really not have an expat.h in there ? I do :-) > > No, I don't :-(

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

2013-04-08 Thread Caolán McNamara
helpers/help_hid.lst |5 - source/text/shared/01/01110101.xhp | 18 +- 2 files changed, 9 insertions(+), 14 deletions(-) New commits: commit 8324fed2c247ecc5948153ca9b5119a5307d4a31 Author: Caolán McNamara Date: Mon Apr 8 11:55:27 2013 +0100 update

[Libreoffice-commits] core.git: helpcontent2

2013-04-08 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 13821254f88d2c5488fba9fe6393dcf4ae810db4 Author: Caolán McNamara Date: Mon Apr 8 11:55:27 2013 +0100 Updated core Project: help 8324fed2c247ecc5948153ca9b5119a5307d4a31 diff --git a/helpconten

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - sd/inc

2013-04-08 Thread Michael Meeks
sd/inc/slidehack.hxx | 59 +++ 1 file changed, 36 insertions(+), 23 deletions(-) New commits: commit 8fe725b1dfc6424fa73617eea90f21ee81ba5413 Author: Michael Meeks Date: Mon Apr 8 11:55:53 2013 +0100 use smart ptrs. Change-Id: Ia7

Re: officecfg/registry: removal of items

2013-04-08 Thread Michael Meeks
On Mon, 2013-04-08 at 10:13 +0200, Thomas Arnhold wrote: > I removed some items which were long time marked as deprecated only. > They are already on master, but without API CHANGE prefix. Great - sounds good. > @Michael: Maybe you could add a note "API CHANGE" to them? > > 55664c9bd246

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 31/fedbe9f782976b6aa4615b6fd171ed52137c94 55/664c9bd2469d3e493e6f1b67fbb2f96500d492

2013-04-08 Thread Michael Meeks
31/fedbe9f782976b6aa4615b6fd171ed52137c94 |1 + 55/664c9bd2469d3e493e6f1b67fbb2f96500d492 |1 + 2 files changed, 2 insertions(+) New commits: commit 505715b71beb7c19b2334c6d1c9a9684a6acca92 Author: Michael Meeks Date: Mon Apr 8 11:41:47 2013 +0100 Notes added by 'git notes add' d

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

2013-04-08 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/bookmark.rtf |7 +++ sw/qa/extras/rtfexport/rtfexport.cxx |9 + 2 files changed, 16 insertions(+) New commits: commit 7b515a57eb6a644860715018656ac0b843b62baf Author: Miklos Vajna Date: Mon Apr 8 12:19:23 2013 +0200 test RTF_BKMKSTART an

[PATCH] Rename misleading Sort by Name option to Reverse Sort Order

2013-04-08 Thread Stefan Knorr (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3274 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/74/3274/1 Rename misleading Sort by Name option to Reverse Sort Order This list is always sorted by name, the option just

  1   2   >