Re: [Libreoffice] file name glob filter (was: Re: Order of filters in the Open dialog)

2011-04-05 Thread Cedric Bosdonnat
On Mon, 2011-04-04 at 12:52 -0400, Kevin Hunter wrote: At 11:59am -0400 Mon, 04 Apr 2011, Michael Meeks wrote: On Mon, 2011-04-04 at 09:39 +0200, Cedric Bosdonnat wrote: I'm not sure what we want to do for the Open dialog filters... anyone else has an idea what to do? Not worrying

Re: [Libreoffice] a faster gnumake ? ...

2011-04-05 Thread Tor Lillqvist
Thats too close to be a accidental. It seems like GNU make restats every target everytime it gets named as a dependency without any caching (or expecting the OS to do the caching). And why wouldn't it? Make can not know that some files are typically static and not modified by commands being

Re: [Libreoffice] [PATCH] [PUSHED] Removal of bogus comments

2011-04-05 Thread Christina Roßmanith
Hi Anurag, this patch was fine. I've additionally removed some lines you've missed. And skipped this deletion: -sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum /*eClass*/) {return 0;} +sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum) {return 0;} Pushed! Christina

Re: [Libreoffice] a faster gnumake ? ...

2011-04-05 Thread Lubos Lunak
On Monday 04 of April 2011, Norbert Thiebaud wrote: On Mon, Apr 4, 2011 at 10:30 AM, Bjoern Michaelsen b) be fixed by sorting out duplicates when generating the dep file. This   could be done in the solenv/gbuild/processdeps.awk(*) script and   would then likely result in a 100% speedup.

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

2011-04-05 Thread Katarina Machalkova
Hey Bob all, I finally finished my work on the conditional formatting with an unlimited number of rules. Thank you to those who have helped me to create patch. I hope I have done things correctly. You will find the patch in 2 attachment. Taking it, looking into it. Please stay tuned B.

[Libreoffice] dbgmacros.hxx / dbgmacros.cxx

2011-04-05 Thread Christina Roßmanith
Hi, after removal of comments it becomes clear that DbgAssert() is empty. It is used for the definition of PRE_CONDITION (unused), POST_CONDITION (used in classfactory.cxx and propertyhdl.cxx) and ENSURE (used at several places). I think PRE_CONDITION, POST_CONDITION and ENSURE can be

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

2011-04-05 Thread Christina Roßmanith
shell part pushed. Christina 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 --

Re: [Libreoffice] a faster gnumake ? ...

2011-04-05 Thread Norbert Thiebaud
On Mon, Apr 4, 2011 at 10:30 AM, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: Hi Michael, Hi all, On Mon, 04 Apr 2011 15:07:32 +0100 Michael Meeks michael.me...@novell.com wrote: stats file    1428 /data/opt/libreoffice/bootstrap/clone/writer/sw/inc/swdllapi.h Hmmm: find

[Libreoffice] Повышение квaлификации

2011-04-05 Thread Знaния — oсновной капитал компании
БЛИЖАЙШИE СEМИНАРЫ И ТРЕHИНГИ 6 aпpeля. Cовpеменный мeрчeндайзинг в Украинe. 7 апpеля. МАСТEР-ПРЕЗЕНТАЦИЙ: пpинципы и пpавилa coздaния запоминaющихся прeзентаций 7 апpeля. Эффективныe дeловыe пеpеговоры: стрaтегия win-win 12-13 апpеля. Зміни зaконодавства у сфеpі

Re: [Libreoffice] a faster gnumake ? ...

2011-04-05 Thread Michael Meeks
On Tue, 2011-04-05 at 09:33 +0200, Bjoern Michaelsen wrote: I did some rough measurements and they seem to make no noticeable difference on a full build. They will however make a noticeable different on a partial rebuild because it greatly reduces parsing the huge dep files. Sure - I

Re: [Libreoffice] a faster gnumake ? ...

2011-04-05 Thread Bjoern Michaelsen
On Tue, 05 Apr 2011 01:42:23 -0600 Tor Lillqvist tlillqv...@novell.com wrote: Now, assume thre are old foo.dll and libfoo.dll.a files around, but foo.c has been edited. If Make would cache stat calls, it would not have any reason to believe that libfoo.dll.a indeed got updated, too, when

Re: [Libreoffice] dbgmacros.hxx / dbgmacros.cxx

2011-04-05 Thread Noel Power
Hi Christina \On 05/04/11 09:11, Christina Roßmanith wrote: Hi, after removal of comments it becomes clear that DbgAssert() is empty. It is used for the definition of PRE_CONDITION (unused), POST_CONDITION (used in classfactory.cxx and propertyhdl.cxx) and ENSURE (used at several places).

Re: [Libreoffice] a faster gnumake ? ...

2011-04-05 Thread Bjoern Michaelsen
Hi Michael, On Tue, 05 Apr 2011 09:41:10 +0100 Michael Meeks michael.me...@novell.com wrote: I wonder - if we had a single phony target for each file's dependencies, and a tree of these, instead of this 50Mb flattened monster blob; if that would be significantly faster [ and/or if it is

[Libreoffice] ~2x faster gnumake ...

2011-04-05 Thread Michael Meeks
Hi there, Weelll ... nicer structures aside; having put a breakpoint in stat64 ( catch syscall stat64 FWIW ;-) - I discovered that the vast majority of our stats were not from 'stat' at all (which clearly has been optimised heavily) - but instead from 'glob': read.c

Re: [Libreoffice] icon in GNOME3

2011-04-05 Thread Andreas Proschofsky
Hi Florian, Well yes and no. The icons in the Linux binary are the right ones, but if you build from source you still get the old ones by default. To add complexity to this story: The icons in the screenshot are from the openSUSE default icon set, I've used them on my system for the screens as

Re: [Libreoffice] icon in GNOME3

2011-04-05 Thread Florian Effenberger
Hi, Michael Meeks wrote on 2011-04-04 17.00: Hmm - I guess, that looks like the icon we install; and the ones we're using on my desktop too (odd). then it clearly looks like a bug to me. :-) Having said that, have we fixed the palette / sizing issues around the existing

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Petr Mladek
Francois Tigeot píše v Po 04. 04. 2011 v 22:51 +0200: Hi all, During the last few days, my builds have been broken with this error message: makedepend: Shared object has no run-time symbol table I have tracked the start of my troubles to this commit:

Re: [Libreoffice] a faster gnumake ? ...

2011-04-05 Thread Tor Lillqvist
Now, assume thre are old foo.dll and libfoo.dll.a files around, but foo.c has been edited. If Make would cache stat calls, it would not have any reason to believe that libfoo.dll.a indeed got updated, too, when foo.dll was produced by its recipe, would it? So it would run the recipe once

Re: [Libreoffice] ~2x faster gnumake ...

2011-04-05 Thread Bjoern Michaelsen
On Tue, 05 Apr 2011 10:35:08 +0100 Michael Meeks michael.me...@novell.com wrote: make -sr passing 'PARSEFS_NOGLOB' to the beastie[1] real 0m2.496s user 0m2.342s sys 0m0.150s Kudos. Great catch! Best, Bjoern -- https://launchpad.net/~bjoern-michaelsen

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

2011-04-05 Thread Caolán McNamara
On Mon, 2011-04-04 at 23:18 +0200, Christina Roßmanith wrote: As far as I understand the description, psp::width::UC shall be removed. But shall the enum from sft.hxx or from vclenum.hxx be kept? 60:40 for vclenum.hxx I would guess. Yeah, the psprint stuff used to live somewhere else, so the

Re: [Libreoffice] l10n based on PO files

2011-04-05 Thread Petr Mladek
Andras Timar píše v Po 04. 04. 2011 v 16:51 +0200: 2011/4/4 Petr Mladek pmla...@suse.cz: Are you going to add a strict dependency on this feature? In this case, it would be great to improve the configure option for the system translate-toolkit. I could do it if you want. Yes, I'm

[Libreoffice] substantial 'glob' speedup ...

2011-04-05 Thread Michael Meeks
Hi guys, Over in LibreOffice land, we're transitioning our whole build to use gnumake - with the goal of having a single gnumake instance able to re-build the (many thousands) of files we have, and store and act on all of the dependencies. Anyhow - one problem we are seeing is

Re: [Libreoffice] icon in GNOME3

2011-04-05 Thread Caolán McNamara
On Tue, 2011-04-05 at 11:34 +0200, Andreas Proschofsky wrote: *) Add 256x256 pixel versions of the LO icons caolanm-dtardon: didn't you fix this already, or at least tweak something to generate the correct size ? C. ___ LibreOffice mailing list

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Michael Meeks
Hi Francois, On Mon, 2011-04-04 at 22:51 +0200, Francois Tigeot wrote: During the last few days, my builds have been broken with this error message: makedepend: Shared object has no run-time symbol table Oh - that is a downer indeed. What system are you using ? It adds the

Re: [Libreoffice] file name glob filter (was: Re: Order of filters in the Open dialog)

2011-04-05 Thread Michael Meeks
Hi Kevin, On Mon, 2011-04-04 at 12:52 -0400, Kevin Hunter wrote: In a similar vein, I would love for a *.EXT functionality, where I don't have to click on the filters, but could type in to the location Ho hum; that starts to do quite some violence to the platform-specific

Re: [Libreoffice] [PUSHED] Build fail in scp2 on Mac - file_font_accessories.par malformed

2011-04-05 Thread Michael Meeks
On Mon, 2011-04-04 at 18:54 +0200, Alexander Thurgood wrote: Sorry about that, I had a sneaky suspicion that might happen, but I was uncertain as to whether attachments actually made it to the list. If I manage to do any more in the future, I'll attach them to an issue in fdo. Hey -

Re: [Libreoffice] Build of master fails on impress

2011-04-05 Thread Michael Meeks
Hi Rob, On Mon, 2011-04-04 at 23:49 +0200, Rob Snelders wrote: I tried to build the master but it fails on the sd-map. The problem is in sd/source/ui/framework/factories/ViewShellWrapper.cxx Ah ! :-) so I guess we recommend using the libreoffice-3-4 branch at the moment - where

Re: [Libreoffice] Calc's status bar is blank

2011-04-05 Thread Michael Meeks
On Mon, 2011-04-04 at 14:53 -0400, Kohei Yoshida wrote: On Mon, 2011-04-04 at 14:32 -0400, Kohei Yoshida wrote: Now I'm going to figure out how to fix this... Fixed on libreoffice-3-4. It was trivial. Interesting - is there likely to be any similar badness around in other places ?

Re: [Libreoffice] Build of master fails on impress

2011-04-05 Thread Rob Snelders
Hi Michael, I did do a pull before building. I'm trying to fix the easy-hack 3.17 VBA support add support for Worksheets.Copy and I tougth it would be best to do that in the master branch. I am just starting with helping on Libre-office, so I try to find easy-hacks to do, but not all

Re: [Libreoffice] Build of master fails on impress

2011-04-05 Thread Caolán McNamara
On Tue, 2011-04-05 at 12:12 +0100, Michael Meeks wrote: Hi Rob, On Mon, 2011-04-04 at 23:49 +0200, Rob Snelders wrote: I tried to build the master but it fails on the sd-map. The problem is in sd/source/ui/framework/factories/ViewShellWrapper.cxx 'UnoTunnelIdInit' was not declared in this

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Francois Tigeot
Hi Michael, On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: On Mon, 2011-04-04 at 22:51 +0200, Francois Tigeot wrote: During the last few days, my builds have been broken with this error message: makedepend: Shared object has no run-time symbol table Oh - that

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Petr Mladek
Francois Tigeot píše v Út 05. 04. 2011 v 13:51 +0200: On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: I guess it might be a good idea to default to 'auto' for hash-style, and compile and link a small test program with that, defaulting to 'gnu' if that is supported, and no

Re: [Libreoffice] Calc's status bar is blank

2011-04-05 Thread Kohei Yoshida
On Tue, 2011-04-05 at 12:20 +0100, Michael Meeks wrote: On Mon, 2011-04-04 at 14:53 -0400, Kohei Yoshida wrote: On Mon, 2011-04-04 at 14:32 -0400, Kohei Yoshida wrote: Now I'm going to figure out how to fix this... Fixed on libreoffice-3-4. It was trivial. Interesting - is

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

2011-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Fran franj...@gmail.com changed: What|Removed |Added Depends on||35345 -- Configure bugmail:

Re: [Libreoffice] EasyHack: VBA support add support for Worksheets.Copy

2011-04-05 Thread Noel Power
On 05/04/11 14:18, Michael Meeks wrote: Hokay - can we remove it from the easy hacks page if it is not an easy hac hopefully that's premature, I thought on IRC I'd given enough hints on how to progress this, maybe though this mail was sent before we talked more about that. If not and you are

Re: [Libreoffice] EasyHack: VBA support add support for Worksheets.Copy

2011-04-05 Thread Markus Mohrhard
No it's ok. And i think I got a clue what I must do. My mail was a response to another mail, where someone wanted to start developing Libo with this EasyHack because I forgot to notice it in the wiki that I work on it. Markus 2011/4/5 Noel Power nopo...@novell.com On 05/04/11 14:18, Michael

Re: [Libreoffice] file name glob filter

2011-04-05 Thread Kevin Hunter
At 7:02am -0400 Tue, 05 Apr 2011, Michael Meeks wrote: On Mon, 2011-04-04 at 12:52 -0400, Kevin Hunter wrote: In a similar vein, I would love for a *.EXT functionality, where I don't have to click on the filters, but could type in to the location Ho hum; that starts to do quite some violence

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

2011-04-05 Thread Christina Roßmanith
Hi, to see if I'm walking into the right direction I've replaced psp::width::type with FontWidth and removed some methods ToFontWidth() which aren't needed anymore. After that vcl compiles fine for me. But it tells me that KDE is disabled (who did that?), so this part isn't checked by the

Re: [Libreoffice] ld dynamic linker hash style

2011-04-05 Thread Francois Tigeot
On Tue, Apr 05, 2011 at 02:28:40PM +0200, Petr Mladek wrote: On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote: I guess it might be a good idea to default to 'auto' for hash-style, and compile and link a small test program with that, defaulting to 'gnu' if that is

[Libreoffice] writing project contribution

2011-04-05 Thread Luiz Henrique Natalino
hello, is there any way to write on the website of the contribution libreoffice saying that doing? how? thanks -- Att. Luiz Henrique Natalino ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

2011-04-05 Thread Caolán McNamara
On Tue, 2011-04-05 at 21:01 +0200, Christina Roßmanith wrote: removed some methods ToFontWidth() which aren't needed anymore. Yup, looks good, the removal of those redundant mappings is the target. After that vcl compiles fine for me. But it tells me that KDE is disabled (who did that?), so

Re: [Libreoffice] icon in GNOME3

2011-04-05 Thread Bernhard Dippold
Hi Andreas, Florian, all (CC'ing two lists because I can't reach all the people involved on one of them) Andreas Proschofsky schrieb: Hi Florian, Well yes and no. The icons in the Linux binary are the right ones, but if you build from source you still get the old ones by default. So this

Re: [Libreoffice] [libreoffice-design] Re: icon in GNOME3

2011-04-05 Thread Bernhard Dippold
Hi Michael, all, Michael Meeks schrieb: Hi Florian, On Mon, 2011-04-04 at 12:34 +0200, Florian Effenberger wrote: I just got notice that the LibO icon in GNOME3 seems to be the OOo logo, see

[Libreoffice] Организация импортa

2011-04-05 Thread Импopт из Китaя
г. Kиeв - 15 апpеля, 2011 г. ОРГAНИЗАЦИЯ ИМПOРТA ИЗ КИТAЯ г. Kиeв, ул. Гоpького, 172 в здaнии бизнeс-цeнтра "Палaдиум-Сити", 8 эт. oф. 814 Тeл.: (0ЧЧ) ЗЗ1-6Ч1Ч, 592-756Ч AKТУАЛЬНОСТЬ Сeйчaс самoе врeмя рaбoтать c Kитаeм! Тaк кaк в дaнный мoмeнт cущeствует цeлый pяд

Re: [Libreoffice] Problem with build environment: Gtk-linkage error

2011-04-05 Thread Albert Thuswaldner
Hi Kayo/List So I believe that this can be your problem, zypper si -d libreoffice-bootstrap (or OpenOffice_org-bootstrap) will install the sources that LibreOffice needs to build[1], not the source of libreoffice-bootstrap. [1] -

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

2011-04-05 Thread Christoph Noack
Hi Samuel, hi Ivan, all! Am Montag, den 04.04.2011, 22:57 +0100 schrieb Samuel Atkins: On 04/04/2011 11:14 AM, Ivan M. wrote: [...] I do have one question though: would the submitted form actually submit a bug report in Bugzilla, or would it get sent to someone for moderation/confirmation?

[Libreoffice] Powerful Marketing News for All of Us

2011-04-05 Thread Wayne Hartunian
Hello, How would your company like to get a much greater number of sales, signups or clients. I use this system to market all 3 of my different home businesses. Please call or email me for just a minute or two of hearing how this can happen. There will be no reason you will ever need to

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

2011-04-05 Thread Albert Thuswaldner
On Mon, Mar 21, 2011 at 17:41, Muthu Subramanian K sumu...@novell.com wrote: @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