Re: [Libreoffice] Disabling unit tests building?

2011-03-21 Thread Norbert Thiebaud
On Mon, Mar 21, 2011 at 6:10 PM, Jan Holesovsky wrote: > Hi Bjoern, > > On 2011-03-21 at 18:34 +0100, Bjoern Michaelsen wrote: > >> We clearly want to run unittest by default. It might make sense to >> rename the current "all" target to "buildonly" and "allandcheck" to >> "all" to be more explicit

Re: [Libreoffice] EasyHack: Ruler/Notes toggling

2011-03-21 Thread Cor Nouws
Hi Robert, Robert Vaccaro wrote (22-03-11 01:49) I'm new to hacking LibreOffice and would like to implement the Notes (comments) toggling easyhack. Before I begin working on it, is anyone else currently working on this? I don't want to duplicate effort. Good that you ask. Actually it is one

[Libreoffice] [Bug 34404] LibreOffice 3.3.2 release blockers / stoppers

2011-03-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34404 Rainer Bielefeld changed: What|Removed |Added Depends on|34184 | --- Comment #18 from Rainer Bielefel

Re: [Libreoffice] Compiled failed in sw

2011-03-21 Thread Miklos Vajna
On Mon, Mar 21, 2011 at 09:07:32PM +0100, Julien Nabet wrote: > [/home/maryline/compile-libreoffice/libo/solver/300/unxlngi6.pro/workdir/CxxObject/sw/source/filter/ww8/docxattributeoutput.o] > > Erreur > > I didn't find unxlng directory but i suppose this has changed with gnumake. No, I got "

[Libreoffice] EasyHack: Ruler/Notes toggling

2011-03-21 Thread Robert Vaccaro
Hi: I'm new to hacking LibreOffice and would like to implement the Notes (comments) toggling easyhack. Before I begin working on it, is anyone else currently working on this? I don't want to duplicate effort. Also, is this easyhack still relevant from a UI perspective? I plan to stick to simpl

Re: [Libreoffice] [Patch] allow one anonymous db range per sheet in calc

2011-03-21 Thread Kohei Yoshida
On Tue, 2011-03-22 at 00:22 +0100, Markus Mohrhard wrote: > Ok, > > > thanks for your advice. I will rework it but suggest that the static > method will be placed in ScDBCollection. Ah, yes. My finger slipped. I meant to type ScDB*, not ScDP*. :-P So many ScFooCollection in Calc core... Gla

Re: [Libreoffice] [Patch] allow one anonymous db range per sheet in calc

2011-03-21 Thread Markus Mohrhard
Ok, thanks for your advice. I will rework it but suggest that the static method will be placed in ScDBCollection. But there is then there is the question whether an Undo should undo the last change in the active sheet or undo the last change in any sheet. Note that ,as I see it, this will only af

Re: [Libreoffice] Disabling unit tests building?

2011-03-21 Thread Jan Holesovsky
Hi Bjoern, On 2011-03-21 at 18:34 +0100, Bjoern Michaelsen wrote: > We clearly want to run unittest by default. It might make sense to > rename the current "all" target to "buildonly" and "allandcheck" to > "all" to be more explicit. The GNU make conventions are unclear if > checks should be run

[Libreoffice] Using Inflater/Deflater classes from component/package

2011-03-21 Thread Peter Jentsch
Hi there, after hibernating for a while I've started to finish where I left off in removing the Java dependency from xsltfilter (was EasyHack De-Java-Ise flat xml export). I've ported the Java code from XSLTFilterOLEExtracter (sic) to C++ and found there's a generic C++ interface to zlib hidde

Re: [Libreoffice] EasyHack: Improved bug filing form / flow

2011-03-21 Thread Christoph Noack
Hi Samuel, great to hear that you continue this project ... Am Montag, den 21.03.2011, 21:53 + schrieb Samuel Atkins: > Hello all, > > I'd like to pick-up this project, as it looks like something I could > accomplish! [...] > So this is largely an introduction. So, hello! And of course, i

Re: [Libreoffice] XCU and XCS files in recent releases

2011-03-21 Thread Olivier Hallot
Thanks Cor for the pointer!!!. Googling on top of your tip, I got http://blogs.sun.com/GullFOSS/entry/a_new_configuration, so it is likely that I will have to build an extension. Regards Olivier Em 21-03-2011 18:48, Cor Nouws escreveu: Hi Olivier, Olivier Hallot wrote (21-03-11 22:29) In

Re: [Libreoffice] [PATCH] Removed never defined _OLD_FILE_IMPL

2011-03-21 Thread Christina Roßmanith
Am 21.03.2011 18:10, schrieb Michael Meeks: On Mon, 2011-03-21 at 13:44 +0100, Christina Roßmanith wrote: I've removed all blocks of code #ifdef'ed by _OLD_FILE_IMPL because it was never defined. It builds successfully. Could someone please review to make sure that nothing was deleted accidental

Re: [Libreoffice] EasyHack: Improved bug filing form / flow

2011-03-21 Thread Samuel Atkins
Hello all, I'd like to pick-up this project, as it looks like something I could accomplish! I've had a go on it the last couple of days, and the current page is at http://atkinslg.dyndns.org:4080/stuff/submitbug.html - I'm mostly working from Michael's proposal. I've spoken with him on IRC a

Re: [Libreoffice] [PATCH] Delete last SVX_LIGHT usage

2011-03-21 Thread Michaël Lefèvre
As usual, under LPGLv3+/MPL ;) On Mon, Mar 21, 2011 at 10:18 PM, Michael Lefevre wrote: > Xavier SVX_LIGHT deletion forgot just on occurence. > This patch delete the last one. > --- >  editeng/source/items/borderline.cxx |    4 >  1 files changed, 0 insertions(+), 4 deletions(-) > > diff --g

Re: [Libreoffice] XCU and XCS files in recent releases

2011-03-21 Thread Cor Nouws
Hi Olivier, Olivier Hallot wrote (21-03-11 22:29) In version 3.2 of OpenOffice we had the feature below implemented (allow to configure Base to forbid creation on a new local database) http://openoffice.org/bugzilla/show_bug.cgi?id=96862 And a schema file was available to enable this configur

[Libreoffice] [PATCH] Remove DECLARE_LIST( FmCtrlModelList, XInterface* ).

2011-03-21 Thread Rafael Dominguez
0001-Remove-DECLARE_LIST-FmCtrlModelList-XInterface.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] XCU and XCS files in recent releases

2011-03-21 Thread Olivier Hallot
Hi, In version 3.2 of OpenOffice we had the feature below implemented (allow to configure Base to forbid creation on a new local database) http://openoffice.org/bugzilla/show_bug.cgi?id=96862 And a schema file was available to enable this configuration. Now it seems that the XCU and XCS files

[Libreoffice] [PATCH] Delete last SVX_LIGHT usage

2011-03-21 Thread Michael Lefevre
Xavier SVX_LIGHT deletion forgot just on occurence. This patch delete the last one. --- editeng/source/items/borderline.cxx |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx index d6b4efc..0a130f7

Re: [Libreoffice] [Patch] allow one anonymous db range per sheet in calc

2011-03-21 Thread Kohei Yoshida
Hello Markus, On Mon, 2011-03-21 at 19:33 +0100, Markus Mohrhard wrote: > this patch allows one anonymous db range per sheet instead of one per > document. There are still some places the old anonymous db range is > used, but I#m not quite sure whether i should change these. Probably yes. The i

Re: [Libreoffice] [PUSHED] Re: Fix Bug 32559

2011-03-21 Thread Jeroen van Rijn
On Mon, Mar 21, 2011 at 21:27, Caolán McNamara wrote: > On Mon, 2011-03-21 at 17:36 +0100, Bálint Dózsa wrote: > > I will try to change this. > > So we need to detect the current case of the word. > > > > When the word is APPLE: > > nF3ShiftCounter=2; > > When the word is Apple: > > nF3ShiftCount

Re: [Libreoffice] [PUSHED] Re: Fix Bug 32559

2011-03-21 Thread Caolán McNamara
On Mon, 2011-03-21 at 17:36 +0100, Bálint Dózsa wrote: > I will try to change this. > So we need to detect the current case of the word. > > When the word is APPLE: > nF3ShiftCounter=2; > When the word is Apple: > nF3ShiftCounter=1; > And when the word is apple: > nF3ShiftCounter=0; basically yea

[Libreoffice] EPS Export with text for LaTex and PSFrag

2011-03-21 Thread Jesse Perla
Does anyone know how to get LibreOffice Draw to export EPS without text rendered as curves? This is necessary to use these diagrams in LaTex with PSFrag for example. I can't figure out the changes to the configuration files (or in the latest OpenOffice for that matter as the config files seem to

[Libreoffice] Compiled failed in sw

2011-03-21 Thread Julien Nabet
Hello, I replaced my repository with a fresh one. With no arguments passed at autogen.sh, I've got this : /home/maryline/compile-libreoffice/libo/sw/source/filter/ww8/docxattributeoutput.cxx: In member function ‘virtual void DocxAttributeOutput::SectionLineNumbering(sal_uLong, const SwLineNumb

[Libreoffice] [Patch] allow one anonymous db range per sheet in calc

2011-03-21 Thread Markus Mohrhard
Hi, this patch allows one anonymous db range per sheet instead of one per document. There are still some places the old anonymous db range is used, but I#m not quite sure whether i should change these. Additionally it allows one autofilter per sheet. I'd appreciate a better solution for generati

Re: [Libreoffice] [PATCH] Removed never defined _OLD_FILE_IMPL

2011-03-21 Thread Christina Roßmanith
Am 21.03.2011 18:10, schrieb Michael Meeks: On Mon, 2011-03-21 at 13:44 +0100, Christina Roßmanith wrote: I've removed all blocks of code #ifdef'ed by _OLD_FILE_IMPL because it was never defined. It builds successfully. Could someone please review to make sure that nothing was deleted accidental

Re: [Libreoffice] Deliver and build tree size

2011-03-21 Thread Bjoern Michaelsen
On Mon, 21 Mar 2011 12:19:38 -0500 Norbert Thiebaud wrote: > Well, I think that the 'OUTDIR,WORKDIR and SRCDIR on the same > filesystem' requirement kill one of the most interesting feature of > this separation. > So if this is added to configure , make sure that one can turn that > off in autoge

Re: [Libreoffice] Disabling unit tests building?

2011-03-21 Thread Bjoern Michaelsen
Hi Lubos, On Mon, 21 Mar 2011 13:48:19 +0100 Lubos Lunak wrote: > how can I disable the unit tests that are run every single time I > rebuild e.g. Writer? I find them pretty annoying, they at least > quadruple the build time every time I do a change (and they must be > pretty useless when it com

Re: [Libreoffice] Deliver and build tree size

2011-03-21 Thread Norbert Thiebaud
On Mon, Mar 21, 2011 at 8:32 AM, Bjoern Michaelsen wrote: > Hi all, > > > Also I added an option to hardlink from SOLVER into WORKDIR. To enable > this you currently have to set gb_Deliver_HARDLINK manually. We could > do that per default in configure/set_soenv on non-Windows platforms, > but this

[Libreoffice] [Bug 34404] LibreOffice 3.3.2 release blockers / stoppers

2011-03-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34404 --- Comment #17 from Michael Meeks 2011-03-21 10:16:25 PDT --- filed bug #35509 for 3.3.3 release blockers. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

Re: [Libreoffice] [PATCH] Removed never defined _OLD_FILE_IMPL

2011-03-21 Thread Michael Meeks
On Mon, 2011-03-21 at 13:44 +0100, Christina Roßmanith wrote: > I've removed all blocks of code #ifdef'ed by _OLD_FILE_IMPL because it > was never defined. It builds successfully. Could someone please review > to make sure that nothing was deleted accidentally? @@ -427,7 +425,7 @@ void OslStrea

Re: [Libreoffice] [PUSHED] Re: Fix Bug 32559

2011-03-21 Thread Bálint Dózsa
I will try to change this. So we need to detect the current case of the word. When the word is APPLE: nF3ShiftCounter=2; When the word is Apple: nF3ShiftCounter=1; And when the word is apple: nF3ShiftCounter=0; Balint 2011. március 21. 14:34 Caolán McNamara írta, : > On Sat, 2011-03-19 at 15:12

[Libreoffice] GreaseMonkey script for OOo bugs fixed in LO has been updated

2011-03-21 Thread Cedric Bosdonnat
Hi all, The title says it all... The old version wasn't useful anymore since OpenOffice switched to Kenai and bugzilla. The GreaseMonkey script has been updated for the new bugzilla. It can be fetched here, like before: http://userscripts.org/scripts/show/87923 Regards, -- Cédric Bosdonnat Li

Re: [Libreoffice] [WIP] [PATCH] Additional translations of German comments in libs-core/sfx2/source/

2011-03-21 Thread Muthu Subramanian K
@Albert: There seems to be some conflicts with the newer code, would it be possible for you to fix those, please? I have pushed a few files from this patch set though. Thank you very much! PS: I had actually reviewed most parts of the patch, but when i tried to commit and do a 'pull -r' i had too

Re: [Libreoffice] Tests in ure/sal/osl/socket unveiled SocketAddr comparison bug.

2011-03-21 Thread Caolán McNamara
On Sun, 2011-03-20 at 00:06 +0100, Wilhelm Pflüger wrote: > I re-enabled the tests that I had to disable before. And (hopefully) > removed an unveiled bug. aha, excellent, all pushed, thanks for these. > Some of the socket tests are still not usable as these tests depend on > existent servers som

[Libreoffice] [PUSHED] [PUSHED] Re: EasyHacks: Reanimated tests in ure/sal/qa/osl/socket.

2011-03-21 Thread Caolán McNamara
On Fri, 2011-03-18 at 22:30 +0100, Wilhelm Pflüger wrote: > I had to disable some tests that failed. Looks good, pushed, thanks for this. > Unfortunately I realized that I was unable to debug the dynamically > linked library that is tested by cppunittester. Does anyone has a hint > which tool I c

[Libreoffice] [PUSHED] Re: Fix Bug 32559

2011-03-21 Thread Caolán McNamara
On Sat, 2011-03-19 at 15:12 +0100, Bálint Dózsa wrote: > I did tentatively the modification for calc, and draw. It works for > me. So, all pushed, thanks for these and your work. There are some potential improvements, e.g. the case rotation works off a counter which on the face of it would seem r

[Libreoffice] Deliver and build tree size

2011-03-21 Thread Bjoern Michaelsen
Hi all, I just enabled striping on link for gbuild on Linux unless you explicitly requested symbols, by setting SYMBOL/SYMBOLS or DEBUG: http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=1ed2342c1e33c28ad048205c4a708fe7b39bfb17 If you can test on other platforms (OSX/BSD) feel free

[Libreoffice] Disabling unit tests building?

2011-03-21 Thread Lubos Lunak
Hello, how can I disable the unit tests that are run every single time I rebuild e.g. Writer? I find them pretty annoying, they at least quadruple the build time every time I do a change (and they must be pretty useless when it comes to verifying the debug output I added as the change). --

[Libreoffice] [PATCH] Removed never defined _OLD_FILE_IMPL

2011-03-21 Thread Christina Roßmanith
Hi, I've removed all blocks of code #ifdef'ed by _OLD_FILE_IMPL because it was never defined. It builds successfully. Could someone please review to make sure that nothing was deleted accidentally? Thank you, Christina >From 665f2746fe89509f5e3e44ce9f263b5befe3cc34 Mon Sep 17 00:00:00 2001 Fr

Re: [Libreoffice] [PATCH] [WIP] Remove most of dead code in libs-core

2011-03-21 Thread Christina Roßmanith
Am 20.03.2011 00:52, schrieb Xisco Faulí: Here we go with the first round of patches. Whitespaces are not deleted anymore and all the bogus have been deleted. Everything builds allright. Part 1 --> http://dl.dropbox.com/u/1274885/removed-commented-code-part1.tar.gz I'll post the second part so

[Libreoffice] Please help us work on VCL bug #33090 - Thai text in some UI elements will be displayed overlapped on Windows Vista / Windows 7

2011-03-21 Thread Samphan Raruenrom
I'm working on this bug : https://bugs.freedesktop.org/show_bug.cgi?id=33090 "Thai text in some UI elements will be displayed overlapped on Windows Vista / Windows 7" I've tried debugging the bug. Note: You must set the Option to "use system font for user interface" and the system font must no

[Libreoffice] Oбучение и пoдбор пeрсонала

2011-03-21 Thread Oбучение для финaнcистoв , логиcтoв , менeджеров
ОБУЧEНИЕ ЛИЧHOCТНОГО РOСТА 23 мaрта. Искуcство paбoты co cложными клиeнтами. 24 мapта. Пpoфессиональный офиc-менеджмент в пocтpоении имиджa компaнии. 24 мaртa. Финанcовая диaгноcтика компaнии. 25 мapтa. Мoтивaция пepcонала: cиcтемно, cтpуктурно, пpактичнo. 28-29 мapтa.Oп

Re: [Libreoffice] GNU cp dependency

2011-03-21 Thread Francois Tigeot
Hi Michael, On Mon, Mar 21, 2011 at 10:22:22AM +, Michael Meeks wrote: > On Sun, 2011-03-20 at 08:27 +0100, Francois Tigeot wrote: > > It was not luck, there was some conditional code to use either GNU or > > straight cp. It may have been a hack though. > > Hey - well, if we can do a bu

Re: [Libreoffice] Opengrok indexing up to date ?

2011-03-21 Thread Cedric Bosdonnat
Hi Michael, On Mon, 2011-03-21 at 10:33 +0100, Michaël Lefèvre wrote: > As I started simple easy hack on libreoffice a month ago, I'm using > opengrok.libreoffice.org to search for code. > But anytime I load the page, it still show > > "Indexes created Thu Feb 17 00:44:12 CET 2011" > > at the bo

[Libreoffice] updating credits ...

2011-03-21 Thread Michael Meeks
Hi there, I was wondering: your lovely credits page: http://www.libreoffice.org/about-us/credits/ How does that get updated ? and/or at what frequency :-) I don't see any new people for Feb / Mar - which is strange; is there some way we can make that process more

Re: [Libreoffice] GNU cp dependency

2011-03-21 Thread Michael Meeks
Hi Francois, On Sun, 2011-03-20 at 08:27 +0100, Francois Tigeot wrote: > It was not luck, there was some conditional code to use either GNU or > straight cp. It may have been a hack though. Hey - well, if we can do a build with your 'cp' that works, then we should tweak the configure chec

Re: [Libreoffice] [PUSHED] [PATCH] Fix Bug 34666

2011-03-21 Thread Petr Mladek
Christina Roßmanith píše v Pá 18. 03. 2011 v 20:51 +0100: > Am 18.03.2011 14:08, schrieb Petr Mladek: > >> Very cool, checked that - it's pushed! :) > > Heh, I have tried the patch yesterday and did not see any difference in > > the HTML import. I was not sure what it actually fixed, so I asked > >

Re: [Libreoffice] java-application and libreoffice

2011-03-21 Thread Cedric Bosdonnat
Hello Jochen, On Fri, 2011-03-18 at 22:04 +0100, Jochen georges wrote: > Exception in thread "main" java.lang.UnsatisfiedLinkError: > com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Ljava/lang/String;)I > at > com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Native Meth

[Libreoffice] Opengrok indexing up to date ?

2011-03-21 Thread Michaël Lefèvre
As I started simple easy hack on libreoffice a month ago, I'm using opengrok.libreoffice.org to search for code. But anytime I load the page, it still show "Indexes created Thu Feb 17 00:44:12 CET 2011" at the bottom. And a quick search did show that my last patch from march 17th, has not been r

[Libreoffice] [Bug 34404] LibreOffice 3.3.2 release blockers / stoppers

2011-03-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34404 Bug 34404 depends on bug 34187, which changed state. Bug 34187 Summary: MAILMERGE Transfer status" remains on "0 of 0 sent" with attach as pdf https://bugs.freedesktop.org/show_bug.cgi?id=34187 What|Old Value |N

Re: [Libreoffice] [BUG 32598] How to access the current document from a MediaWindow?

2011-03-21 Thread Thorsten Behrens
Skyler Hawthorne wrote: > Now that introduction is out of the way, I was hoping someone could > help me with a bug! As per the LO GSoC Wiki ( > http://wiki.documentfoundation.org/Development/GSoc ), I am working > on an EasyHack bug. I chose Bug #32598 ( > https://bugs.freedesktop.org/show_bug.cgi?

Re: [Libreoffice] [REVIEWED] Review requests for mailmerge to email fixes

2011-03-21 Thread Caolán McNamara
On Fri, 2011-03-18 at 18:48 +0100, Petr Mladek wrote: > Michael Meeks píše v Pá 18. 03. 2011 v 17:12 +: > > On Fri, 2011-03-18 at 17:56 +0100, Petr Mladek wrote: > > > > http://cgit.freedesktop.org/libreoffice/writer/commit/?id=7482695994c5f6bf9995748944e38d2792aaed92 > > > > This took qui

Re: [Libreoffice] Move DBG_ERROR[1-9] to OSL_TRACE

2011-03-21 Thread David Tardon
On Fri, Mar 18, 2011 at 08:53:36PM +0100, Thomas Arnhold wrote: > Hi, > > some days ago I converted all DBG_ERROR[1-9], which had a printf like > format string, to OSL_TRACE. David Tardon pointed me out that this > slightly changed the behavior, because the according OSL variant of > DBG_ERROR is