[Libreoffice] TAKI da Muhteşem Fırsatlar devam ediyor

2011-04-08 Thread ElseTaki.com
ELSESILVER, Gümüş Takı, Doğal Taşlar, Çelik Takılar a:link { color: #00; text-decoration: none; } a:hover { color: #99; text-decoration: none; } a:visited { color: #00; text-decoration: none; } a:active { text-decoration: non

Re: [Libreoffice] [Patch]Add method Copy to ScVbaWorksheets

2011-04-08 Thread Markus Mohrhard
Hello Noel, > starting with a workbook with the following sheets 'sheet1', 'sheet2' and > 'sheet3' > and trying a macro like: > > sub test >worksheets.copy after:=worksheets(2) > end sub > > results in the following sheets in the workbook 'sheet1', 'sheet2', > 'sheet1_2', 'sheet2_2', 'sheet1_

Re: [Libreoffice] GSoC: Easy Hack: Make python / mail-merge debuggable

2011-04-08 Thread Timo
Is there a way to test the pythonfile within office? At the moment each time i kill soffice, restart writer and click Extras>Serienbrief>versenden. MessageBox.showMessage() actually doesnt react. May somebody have a look at that function? Do the nonfree software prefering people see the python out

Re: [Libreoffice] Is a mutex guard preferable?

2011-04-08 Thread Takeshi Abe
Hi Michael, Thanks for your confirmation! On Fri, 08 Apr 2011 16:56:58 +0100, Michael Meeks wrote: > Hi Takeshi, > > On Thu, 2011-04-07 at 21:35 +0900, Takeshi Abe wrote: >> I just wonder if a mutex guard should protect the whole body of >> SmGraphicAccessible::setCaretPosition() in starmath/s

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Miklos Vajna
On Fri, Apr 08, 2011 at 04:52:21PM +0100, Michael Meeks wrote: > > On Fri, 2011-04-08 at 16:10 +0100, Caolán McNamara wrote: > > > How do we keep platforms in sync? One tag per platform? > > > > I sort of imagined a rolling tag, last-known-buildable-platform or > > something of that nature. >

Re: [Libreoffice] Helgrind results for LO

2011-04-08 Thread Michael Meeks
On Wed, 2011-04-06 at 11:42 +0100, Caolán McNamara wrote: > On Mon, 2011-04-04 at 11:39 +0100, Caolán McNamara wrote: > > I've got visibility enabled in my desktop env and so a goodly chunk of > > the /memcheck/ warnings are in the gnome a11y stack, something which I've > > always some dubious fee

Re: [Libreoffice] [Patch]Add method Copy to ScVbaWorksheets

2011-04-08 Thread Noel Power
Hi Markus, On 08/04/11 01:38, Markus Mohrhard wrote: Hello, here the patch for the EasyHack: http://wiki.documentfoundation.org/Development/Easy_Hacks#VBA_support_add_support_for_Worksheets.Copy or Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34763 . It needs the patch from this afte

[Libreoffice] Helgrind results for LO

2011-04-08 Thread Julian Seward
At FOSDEM'11 there was some mumbling about LO's regression tests taking two days to run due to some timeout kludgery necessitated by occasional hangs at exit due to possible threading bugs. Or something like that. I can't remember exactly. Recently I've been improving Valgrind's Helgrind tool a

Re: [Libreoffice] Is a mutex guard preferable?

2011-04-08 Thread Michael Meeks
Hi Takeshi, On Thu, 2011-04-07 at 21:35 +0900, Takeshi Abe wrote: > I just wonder if a mutex guard should protect the whole body of > SmGraphicAccessible::setCaretPosition() in starmath/source/accessibility.cxx > as attached. Yes - good catch :-) everyone else that calls String aTxt(

Re: [Libreoffice] po2oo: error: no such option: --skipsource

2011-04-08 Thread Andras Timar
2011/4/8 Jan Holesovsky : > Hi Andras, > > On 2011-04-08 at 04:16 +0200, Andras Timar wrote: > >> >    Hi.  This is imacat from Taiwan.  I tried to build LibreOffice from >> > git, and got the following error: "po2oo: error: no such option: >> > --skipsource".  I'm building on my Debian Squeeze 6.0

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Michael Meeks
On Fri, 2011-04-08 at 16:10 +0100, Caolán McNamara wrote: > > How do we keep platforms in sync? One tag per platform? > > I sort of imagined a rolling tag, last-known-buildable-platform or > something of that nature. Sounds good to me :-) might be worth a quick look at the space overhead

Re: [Libreoffice] [partial PATCH] Easy hack: expunge duplicate enumerations in vcl

2011-04-08 Thread Caolán McNamara
On Wed, 2011-04-06 at 22:11 +0200, Christina Roßmanith wrote: > Hi Caolan, > > I've continued to remove psp::weight::type. At the end of your last > e-mail you mention 3 enums. ... Or shouldn't "three" be taken literally. Don't take it literally I suppose :-) > italic, pitch, family <-> FontIta

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Christian Lohmaier
Hi *, On Fri, Apr 8, 2011 at 3:40 PM, Caolán McNamara wrote: > On Fri, 2011-04-08 at 05:28 -0600, Tor Lillqvist wrote: >> > Any idea what went wrong? >> >> master is in general buildable on Windows about once a week if you are >> lucky. > > I still think that we should hack something up to get th

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Bjoern Michaelsen
On Fri, 08 Apr 2011 16:10:55 +0100 Caolán McNamara wrote: > I sort of imagined a rolling tag, last-known-buildable-platform or > something of that nature. I see the point, but as git does not version tags (right?) moving the tags would make us loose valuable information. Imaging you want to hunt

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Caolán McNamara
On Fri, 2011-04-08 at 16:36 +0200, Bjoern Michaelsen wrote: > Should that be: > - a moving tag (moving forward whenever a build succeeeds) > - or a numbered tag (like OOo milestones) > How do we keep platforms in sync? One tag per platform? I sort of imagined a rolling tag, last-known-buildable-

Re: [Libreoffice] po2oo: error: no such option: --skipsource

2011-04-08 Thread Jan Holesovsky
Hi Andras, On 2011-04-08 at 04:16 +0200, Andras Timar wrote: > >Hi. This is imacat from Taiwan. I tried to build LibreOffice from > > git, and got the following error: "po2oo: error: no such option: > > --skipsource". I'm building on my Debian Squeeze 6.0.1 amd64, kernel > > 2.6.32, gcc 4.

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Bjoern Michaelsen
Hi Caolán, On Fri, 08 Apr 2011 14:40:05 +0100 Caolán McNamara wrote: > I still think that we should hack something up to get the buildbots to > tag a successful build, or something of that nature, and allow that to > be checked out for the casual hacker. I think thats a good idea. Should that b

Re: [Libreoffice] Excel 2003 XML format

2011-04-08 Thread Michael Meeks
Hi Peter, Digging through old mail :-) On Wed, 2011-03-23 at 20:04 +0100, Peter Jentsch wrote: > So, I guess I'll be able to provide a patch that completely replaces > that Java bases XSLT transformations with C++/libxslt based ones in a > reasonable timeframe ... but! That work will most

Re: [Libreoffice] [PATCH] Support for greek numbering style for bullets

2011-04-08 Thread Michael Meeks
Hi Pantelis, I was just adding your work to the 3.4 features page, when I noticed in: On Fri, 2011-03-11 at 14:37 +0200, Pantelis Koukousoulas wrote: > (see http://openoffice.org/bugzilla/show_bug.cgi?id=91143 and particularly > the dates of comments) although it is something that the Gre

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Caolán McNamara
On Fri, 2011-04-08 at 05:28 -0600, Tor Lillqvist wrote: > > Any idea what went wrong? > > master is in general buildable on Windows about once a week if you are > lucky. I still think that we should hack something up to get the buildbots to tag a successful build, or something of that nature, and

Re: [Libreoffice] GSoC: Easy Hack: Make python / mail-merge debuggable

2011-04-08 Thread Michael Meeks
Hi Timo, On Fri, 2011-04-08 at 14:00 +0200, Timo wrote: > I am applying for the GSoC-project dealing with conversion of > helpfiles. Cool ! :-) good to see your submission. > Before I start that project I like to help with the task to make > mailmerge debuggable.* What action exactly ma

[Libreoffice] fixing the old+new opensymbol available and startup speedup

2011-04-08 Thread Caolán McNamara
So, for https://bugs.freedesktop.org/show_bug.cgi?id=30729 where we use the possibly older "system" opensymbol if there is one, where system is FcSetSystem and refers to anything in /usr/share/fonts + ~/.fonts instead of the "local" new FcSetApplication bundled one which causes trouble because the

Re: [Libreoffice] icon in GNOME3

2011-04-08 Thread Michael Meeks
On Tue, 2011-04-05 at 11:34 +0200, Andreas Proschofsky wrote: > *) Optionally: Make openSUSE to not use its own icons for > LibreOffice ;) I believe these were the icons from build/ I've just removed them from libroffice-3-4's build module - so we should use the sysui icons (and .desktop

Re: [Libreoffice] Purging interval for nightly builds (was: Re: libreoffice-3-4 branch and tinderboxes)

2011-04-08 Thread Michael Meeks
On Fri, 2011-04-08 at 09:21 +0200, Thorsten Behrens wrote: > I propose to have some 2 weeks worth of nightly builds around (to > not fill up the disk entirely). Ok for everyone? Of course, it'd be more ideal to have one weeks' worth, and then one per week for the last 4+ weeks - but I ima

[Libreoffice] GSoC: Easy Hack: Make python / mail-merge debuggable

2011-04-08 Thread Timo
Dear Developer-Team, I am applying for the GSoC-project dealing with conversion of helpfiles. Before I start that project I like to help with the task to make mailmerge debuggable.* What action exactly makes office display a message? exit() did, raise Exception did, but print did not. I added a T

Re: [Libreoffice] CVER / C52 cleaning

2011-04-08 Thread Francois Tigeot
Hi Michael, On Thu, Apr 07, 2011 at 04:16:28PM +0100, Michael Meeks wrote: > > On Wed, 2011-04-06 at 22:31 +0200, Francois Tigeot wrote: > > CVER is defined in set_solenv.in and propagated in form of defines to the > > entire source tree. > > We're not worried about the Solaris build - we

Re: [Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Tor Lillqvist
> Any idea what went wrong? master is in general buildable on Windows about once a week if you are lucky. Just pull and try again, and once you have a build, don't pull in the tree any more, but do your hacking in it. Clone a different tree and iterate pulling and building in that until it agai

[Libreoffice] Build current master, stuck in odk, configmgr, more_fonts, sw

2011-04-08 Thread Samphan Raruenrom
I have the following error when building the current master (just g pull) ERROR: error 65280 occurred while making > /cygdrive/f/git/libo/odk/pack/copying > ERROR: error 65280 occurred while making > /cygdrive/f/git/libo/configmgr/source > ERROR: error 65280 occurred while making > /cygdrive/f/git

Re: [Libreoffice] [Patch]Add method Copy to ScVbaWorksheets

2011-04-08 Thread Noel Power
On 08/04/11 01:38, Markus Mohrhard wrote: Hello, here the patch for the EasyHack: http://wiki.documentfoundation.org/Development/Easy_Hacks#VBA_support_add_support_for_Worksheets.Copy or Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34763 . It needs the patch from this afternoon to wor

Re: [Libreoffice] [PATCH] conditional formatting with an unlimited number of rules

2011-04-08 Thread Christoph Noack
Hi Bob, hi Katarina, all! Bob, thanks for this patch ... absolutely appreciated :-) Since Katarina already mentioned some usability related stuff, I'd like to add some initial thoughts as well. I'm sorry that my knowledge about the feature might be incomplete, but the feature hasn't been in the d

Re: [Libreoffice] About the easyhack "expunge duplicate enumerations in vcl"

2011-04-08 Thread Chr. Roßmanith
Done. Christina -Ursprüngliche Nachricht- Von: "Michael Meeks" Gesendet: 08.04.2011 10:24:18 An: "Julien Nabet" , "Christina Roßmanith" Betreff: Re: [Libreoffice] About the easyhack "expunge duplicate enumerations in vcl" > >On Thu, 2011-04-07 at 23:23 +0200, Julien Nabet wrote: >>

Re: [Libreoffice] About the easyhack "expunge duplicate enumerations in vcl"

2011-04-08 Thread Michael Meeks
On Thu, 2011-04-07 at 23:23 +0200, Julien Nabet wrote: > I'd like to work on the easyhack "expunge duplicate enumerations in vcl". Ah - sadly Christina is working on this but (apparently) hasn't updated the wiki to reflect that ... Christina ? :-) ATB, Michael.

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #18 from Fran 2011-04-08 01:16:18 PDT --- (In reply to comment #17) > (In reply to comment #16) > > > This is a feature request thus should not be considered a stopper bug. Plus > > this requires non-trivial change, too risky for 3.

Re: [Libreoffice] Purging interval for nightly builds (was: Re: libreoffice-3-4 branch and tinderboxes)

2011-04-08 Thread Norbert Thiebaud
On Fri, Apr 8, 2011 at 2:21 AM, Thorsten Behrens wrote: > Hi, > > I propose to have some 2 weeks worth of nightly builds around (to > not fill up the disk entirely). Ok for everyone? ok with the caveat that we should always keep at least the last successful build (that is the one pointed by the l

[Libreoffice] Purging interval for nightly builds (was: Re: libreoffice-3-4 branch and tinderboxes)

2011-04-08 Thread Thorsten Behrens
Hi, I propose to have some 2 weeks worth of nightly builds around (to not fill up the disk entirely). Ok for everyone? Cheers, -- Thorsten pgpnMtAk3SCuT.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org htt

Re: [Libreoffice] Compilation failed in slideshow/source/engine

2011-04-08 Thread Thorsten Behrens
Hi Julien, > --enable-ext-presenter-ui > Good catch - this needs to go. > The file > compile-libreoffice/libo/slideshow/source/engine/makefile.mk > contains this > .IF "$(ENABLE_PRESENTER_EXTRA_UI)"=="YES" > ENABLE_PRESENTER_EXTRA_UI is not used anymore // (line 41) > .ENDIF > > Must these line