Re: [Libreoffice] Styles cleanup & removing option page std fonts

2011-10-19 Thread Cedric Bosdonnat
Hi Dag, On Wed, 2011-10-19 at 16:19 +0200, Dag Wieers wrote: > (Maybe this was already discussed before.) > > It would be nice if the default template that ships with LibreOffice would > ship with visually attractive styles, and paragraph styles for commonly > used blocks or admonitions, eg. li

Re: [Libreoffice] Calc - a better design ...

2011-10-19 Thread Kevin Hunter
Hi Michael, I'm hesitant to ask this because I cannot personally promise time toward LO (only on an as-can basis, which is dismally small ATM), but hey, you can easily so no. :-) You mention "really need[ing] a whiteboard" to elaborate properly. I submit that putting your thoughts together,

[Libreoffice] make experts: progress information?

2011-10-19 Thread Kevin Hunter
Hi LO Make experts, Is it possible to get subproject build progress information dynamically from Make? Among other things, moving all projects to tail_build currently reduces the usefulness of the Zenity SVG clock build progress meter. I'm looking at snippets like http://snippets.dzone.com

[Libreoffice] Don't use plain "char" if you want to put negative values into it

2011-10-19 Thread Tor Lillqvist
Remember that char is either signed or unsigned, depending on platform. Sure, char being signed is the much more common thing, but for instance on ARM Linuxes it is unsigned. So code like: char nDiff = bDown ? 1 : -1; ... if( (-1 == nDiff && 0 >= nLevel) || (1 == nDiff && MAXLEVEL - 1 <= nLev

[Libreoffice] Wichtig: Leider ist Ihr Zugang zum PayLife Bank GmbH System momentan gesperrt.

2011-10-19 Thread PayLife Bank GmbH Schalte Schritte
Kontostatus:Verschlossen ! Leider ist Ihr Zugang zum PayLife Bank GmbH System momentan gesperrt. Um Ihr PayLife Konto wieder freizuschalten, laden Sie bitte das beigefügte Formular aus und füllen Sie die Schritte. Wichtig: Wenn Sie nicht abgeschlossen haben alle Schritte Ihrer PayLife Kon

[Libreoffice] [PATCH] SvUShorts -> std::vector

2011-10-19 Thread Daniel Di Marco
Hi, I replaced some more SvUShorts with std::vectors. Cheers, Daniel >From bdd91161cd4f7c9f5bd0b4d7d5a91d2d1fb23745 Mon Sep 17 00:00:00 2001 From: Daniel Di Marco Date: Thu, 20 Oct 2011 02:06:49 +0100 Subject: [PATCH] SvUShorts -> std::vector --- sw/source/core/bastyp/swcache.cxx | 21

Re: [Libreoffice] [Libreoffice-ux-advise] Styles cleanup & removing option page std fonts

2011-10-19 Thread Dag Wieers
On Wed, 19 Oct 2011, Cor Nouws wrote: Michael Meeks wrote (19-10-11 17:19) Are you volunteering ? (and it's worth checking the result with the ux-advise guys too of course). Dag, would you or shall I ;-) Serious: I am willing to play a role in this. But even more serious: if a few

Re: [Libreoffice] [Libreoffice-ux-advise] Styles cleanup & removing option page std fonts

2011-10-19 Thread Cor Nouws
Michael Meeks wrote (19-10-11 17:19) Let me take it to ux-advise :-) Good idea :-) Maybe related to Cedrics default-template implementation: a way to easily choose another template ('style sheet') - this in contrast to the current way of importing styles via the function in the windo

Re: [Libreoffice] Fwd: Re: patch for scan-diialog

2011-10-19 Thread Markus Mohrhard
Hello Rob, I only did a quick check but it seems that you are missing the implementation. I think you need to adjust scanner.hxx:64 and the corresponding parts in this class. Then I saw that you are still using sal_Bool. We try to switch to bool where it is possible that means in most places exce

Re: [Libreoffice] Styles cleanup & removing option page std fonts

2011-10-19 Thread Dag Wieers
On Wed, 19 Oct 2011, Michael Meeks wrote: On Wed, 2011-10-19 at 16:19 +0200, Dag Wieers wrote: It would make using OpenOffice by default more attractive without the need to look for existing templates and/or mess around with styles. I know one can already do this for themselves, but normal use

Re: [Libreoffice] Fwd: Re: patch for scan-diialog

2011-10-19 Thread Rob Snelders
Hi Stephan, I tried to add the XScannerManager2. But when I try with this patch then the menu-items are disabled. I have tried to search where the problem was but I can´t find it. Can you help me? M.V.G. Rob Snelders On 13-10-11 16:59, Stephan Bergmann wrote: On 10/12/2011 06:32 PM, Rob Sne

[Libreoffice] Photos from the conference

2011-10-19 Thread Radek Doulík
Hi all, I have put my photos from the LibOCon on the web. These are from Tuesday and Wednesday. I will add more of them later. http://naplatno.cz/libocon2011-days-1-2/ Cheers Radek ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http:/

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread Andrew Haley
On 10/19/2011 05:57 PM, Michael Meeks wrote: > > On Wed, 2011-10-19 at 17:32 +0200, Stephan Bergmann wrote: >> What the LibO hsqldb code does a lot is call JNI's >> Attach/DetachCurrentThread. Googling around, >> "Stack >> guard page

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread Michael Meeks
On Wed, 2011-10-19 at 17:32 +0200, Stephan Bergmann wrote: > What the LibO hsqldb code does a lot is call JNI's > Attach/DetachCurrentThread. Googling around, > "Stack > guard pages should be removed when thread is detached" suggests

Re: [Libreoffice] Properties not accessible

2011-10-19 Thread Michael Stahl
hi Knut, On 13/10/11 12:09, Knut Olav Bøhmer wrote: Hi, Why is it that some properties on some objects/services are not settable from BASIC? Like for example "ThisComponent.getTextSections().getByName("sectionName").IsAutomaticUpdate = True" has no effect Is it some way to "fix" it? it looks

[Libreoffice] Gerrit migration

2011-10-19 Thread Bjoern Michaelsen
Hi all, I just setup a a page for coordinating and tracking the status of the migration to gerrit. While this is mostly a developer topic, other teams are invited to contribute to this if they identify stuff to be done in their domain (as a developer, I might be blind to those): http://wiki.docu

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread John Talbut
On 19/10/11 16:32, Stephan Bergmann wrote: On 10/19/2011 05:07 PM, Michael Meeks wrote: On Wed, 2011-10-19 at 16:34 +0200, Stephan Bergmann wrote: (the number is not always 72) that is repeated more or less identically some 12,000 times in the 7 minute run. Since each set appears to take around

[Libreoffice] development summary: year 2011, week 41

2011-10-19 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 41th week in 2011 on LibreOffice repositories and the living branches: + master:LO-3.5 development + libreoffice-3-3: fixes for LO-3.3.5 bug fix release + libreoffice-3-4: fixes for LO-3.4.4 bug fix

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread Stephan Bergmann
On 10/19/2011 05:07 PM, Michael Meeks wrote: On Wed, 2011-10-19 at 16:34 +0200, Stephan Bergmann wrote: (the number is not always 72) that is repeated more or less identically some 12,000 times in the 7 minute run. Since each set appears to take around .02 seconds that alone would account for so

Re: [Libreoffice] [PORTERS HEADS-UP] feature/kill-set_soenv

2011-10-19 Thread Bjoern Michaelsen
On Wed, Oct 19, 2011 at 03:25:28PM +0200, Eike Rathke wrote: > Please preserve environment variables like SRC_ROOT and INPATH, as they > are most useful in scripts and aliases to properly detect directories, > respectively provide a way to generate a to-be-sourced-script from > config.Host.mk Well

Re: [Libreoffice] Styles cleanup & removing option page std fonts

2011-10-19 Thread Michael Meeks
Hi Dag, On Wed, 2011-10-19 at 16:19 +0200, Dag Wieers wrote: > (Maybe this was already discussed before.) Let me take it to ux-advise :-) > It would be nice if the default template that ships with LibreOffice would > ship with visually attractive styles, and paragraph styles for commonl

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread Noel Grandin
Hi Is there a way of getting a stacktrace from this tool, so we could see where the /proc/self/map access is coming from? Regards, Noel. Michael Meeks wrote: > On Wed, 2011-10-19 at 16:34 +0200, Stephan Bergmann wrote: >>> (the number is not always 72) that is repeated more or less identically

[Libreoffice] [RESOLVED] vcl: Incomplete font substitution when FontConfig matches italic font

2011-10-19 Thread Caolán McNamara
On Fri, 2011-10-07 at 19:56 +0200, Maxim Iorsh wrote: > Bug URL: https://bugassistant.libreoffice.org/show_bug.cgi?id=41556 I struggled with this for a while, but finally figured it out. For us at least the bottom layer FontConfig substitution actually does do the right thing, except the result go

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread Michael Meeks
On Wed, 2011-10-19 at 16:34 +0200, Stephan Bergmann wrote: > > (the number is not always 72) that is repeated more or less identically > > some 12,000 times in the 7 minute run. Since each set appears to take > > around .02 seconds that alone would account for some 4 minutes of the run. > > 7321

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread Stephan Bergmann
On 10/19/2011 04:10 PM, John Talbut wrote: What I notice is that there is a set of lines starting with read(72 and ending with close(72) (the number is not always 72) that is repeated more or less identically some 12,000 times in the 7 minute run. Since each set appears to take around .02 second

Re: [Libreoffice] Styles cleanup & removing option page std fonts

2011-10-19 Thread Dag Wieers
On Wed, 19 Oct 2011, Cedric Bosdonnat wrote: On Tue, 2011-10-18 at 18:03 +0200, Cor Nouws wrote: Interest caught by your presentation in Paris, I saw your patch in cgit: 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb I understand the idea to remove default paragraph styles such as list, list1, l

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-19 Thread John Talbut
Hi Kendy OK, good; so what you can do to help to analyze it more, is to look at the strace output, and see if the reason for hang in java.net.PlainSocketimpl.socketAccept is actually something that can be worked around. I have got an strace, it is at http://wiki.documentfoundation.org/File:Bug

Re: [Libreoffice] Styles cleanup & removing option page std fonts

2011-10-19 Thread Cor Nouws
Hi Cedric, > This option page does exactly the same than changing the values in the > style directly. Yes.. > In a not-so-far future, I'ld like to have this all > configured through a default template instead of what we have... Ah, more new to come :-) > and removing that option page is on the

Re: [Libreoffice] [PORTERS HEADS-UP] feature/kill-set_soenv

2011-10-19 Thread Eike Rathke
Hi Bjoern, On Monday, 2011-09-19 20:09:44 +0200, Bjoern Michaelsen wrote: > All of this is a sure fire way to drive a newcomer (and even oldtimers) > insane. IMHO the final goal has to be that the above process > gets as simple as: > - calling a perl-script called autogen.sh, to: > - call autoc

Re: [Libreoffice] memory leak or tricky LO foo?

2011-10-19 Thread Eike Rathke
Hi Kevin, On Wednesday, 2011-10-05 02:01:24 -0400, Kevin Hunter wrote: > In idly reading LO code (trying yet again to spend time wrapping my > head around anything in the code base), Great :) > I'm puzzled by this snippet > (with minor format alteration for email) from > svl/source/numbers/zfo

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Rainer Bielefeld changed: What|Removed |Added Depends on||41887, 41898, 41985 Block

Re: [Libreoffice] Trying to identify a webdav bug fixed in LibreOffice but not in Open Office

2011-10-19 Thread Michael Stahl
On 19/10/11 11:00, Julien Petit wrote: Hello everyone, last year i experienced the following bug with webdav in Open Office : https://issues.apache.org/ooo/show_bug.cgi?id=113354 When saving an already existing document on a wedav server, the file got truncated. A few month ago i changed to Lib

Re: [Libreoffice] Trying to identify a webdav bug fixed in LibreOffice but not in Open Office

2011-10-19 Thread Caolán McNamara
On Wed, 2011-10-19 at 11:00 +0200, Julien Petit wrote: > A few month ago i changed to LibreOffice and realized that the bug > didn't exist in it (great surprise!). > Since the latest Open Office is still affected by this bug i wondered > if the LibreOffice team did a special fix for it? Initially

Re: [Libreoffice] gdb: catching exceptions...

2011-10-19 Thread Tom Tromey
I'm re-sending this note... I sent it yesterday via gmane, but I guess this list is configured for moderation even in that situation; so today I joined. Mark Wielaard pointed out this note to me. Feel free to CC 'arc...@sourceware.org' on hacks like this, we're interested in hearing about them a

Re: [Libreoffice] gdb: catching exceptions...

2011-10-19 Thread Tom Tromey
> "Michael" == Michael Stahl > writes: Mark Wielaard pointed out this note to me. Feel free to CC 'arc...@sourceware.org' on hacks like this, we're interested in hearing about them and to find out what developers need from gdb. Michael> since my smoketest failed again today, i've dist

[Libreoffice] Trying to identify a webdav bug fixed in LibreOffice but not in Open Office

2011-10-19 Thread Julien Petit
Hello everyone, last year i experienced the following bug with webdav in Open Office : https://issues.apache.org/ooo/show_bug.cgi?id=113354 When saving an already existing document on a wedav server, the file got truncated. A few month ago i changed to LibreOffice and realized that the bug didn't

Re: [Libreoffice] Instruction to develop extensions

2011-10-19 Thread Michael Meeks
Hi Nicholas, On Tue, 2011-10-18 at 22:57 +0200, Andreas Mantke wrote: > Nicholas wrote: > > I have experience in Java, PHP and C. Please advice how I can > > get started to create LibreOffice extensions and if there are > > any mentors available. I suspect this very much depends on what y

[Libreoffice] Unexpected failures (eg. segfaults) using PyUNO and LibreOffice/OpenOffice

2011-10-19 Thread Dag Wieers
Hi, During the course of the LibreOffice conference in Paris, we (the unoconv and cloudooo projects) found that some of the issues our users were having while doing document conversions using PyUNO and OpenOffice and LibreOffice were not related to our own project, but have a root-cause in eit

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Rainer Bielefeld changed: What|Removed |Added CC||LibreOffice@bielefeldundbus

[Libreoffice] [REVIEW] Cherry-pick to 3-4? commit f33232a3ff67d7a4def830fa6fda78ef5f255ae7

2011-10-19 Thread Tor Lillqvist
OK, so technically not possible as cherry-pick because of the git repo combination, I guess, but anyway, should this fix be cherry-picked to the 3.4 branch? It is supposed to fix the Windows build so that a 64-bit Explorer extension is also built, to get the Explorer extension also on a 64-bit OS.

Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3 but OK in 3.3.4

2011-10-19 Thread arnaud.mal...@arkarell.com
> I just pushed 2 commits to LO master that fix the problem you encountered. > > The configuration of the custom XML filter packages works a little > different compared to the built-in filters. The 2nd userdata parameter > currently is just ignored upon importing a package. > > The first patch su