Re: Reveal code, old macros convert them to LO

2019-07-06 Thread Anthony Youngman
On 06/07/2019 22:31, Ralf Quint wrote: On 7/6/2019 1:00 PM, Tor Lillqvist wrote: You seem to hate a lot. Try to get over it. +1 I'm a bit of a "grumpy old man", sorry ... :-) Cheers, Wol ___ LibreOffice mailing list LibreOffice@lists.freedesktop.

Re: Temporary files written to predetermined location during build

2017-09-13 Thread Anthony Youngman
On 11/09/17 10:07, Rene Engelhard wrote: that definitely looks like a bug, it should create that inside some random subdirectory.. Yes, especially as/tmp/ is (also) a security-related bug (possible symlink attack).. See alsohttp://bugs.debian.org/875415 which I just received... My experien

Re: Order of menu items

2016-07-05 Thread Anthony Youngman
On 03/07/16 19:12, Jan Rheinländer wrote: Hi Oliver, thanks that works! Very interesting that LO on Windows can't sort labels if they start with a digit... Windows actually (by default) splits alphameric keys into a numeric part, and an alpha part. VERY confusing if you're not expecting it

Save as pdf - should we embed the document?

2016-06-08 Thread Anthony Youngman
I know developers love to add bells and whistles, and aiui when you "save as pdf" from LO it can now embed the original document in the pdf to make it easy to get the document back into editable form, but the attached email below makes me think "is this wise?". As I've learnt from Groklaw, the

Re: [PATCH] Rewrite as a static table of keywords and loop over these ke...

2013-04-29 Thread Anthony Youngman
e_t > # and then close my editor > # git proceeds and opens my editor again, with the concatenation of > # all three commit messages. I edit it to make one "good" commit > # message that covers everything and contains no temporary notes like > # "does not compile yet&q

[PATCH] Change j type to size_t

2013-04-26 Thread Anthony Youngman (via Code Review)
et: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Anthony Youngman ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Rewrite as a static table of keywords and loop over them

2013-04-26 Thread Anthony Youngman (via Code Review)
append = true; -- To view, visit https://gerrit.libreoffice.org/3615 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8aa4ff0f39166014c299783203eb646817b1399c Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-O

[PATCH] Rewrite as a static table of keywords and loop over these ke...

2013-04-26 Thread Anthony Youngman (via Code Review)
{ +// ignore for now +OSL_TRACE("sdbc-postgresql: unknown argument '%s'", OUStringToOString( args[i].Name, RTL_TEXTENCODING_UTF8 ).getStr() ); +} } } -- To view, visit https://gerrit.libre

Re: I know I shouldn't but I'll do it anyway....

2013-02-15 Thread Anthony Youngman
On 15/02/2013 18:14, Noel Grandin wrote: I have no idea why start screens always use so little of the available display. Because an app pinching the entire damn screen isn't always welcome?!?! I *hate* apps running full-screen - what's the joke? "a gui is a means of happening several xterms vi

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Anthony Youngman
On 18/10/10 23:34, René Kjellerup wrote: > > I've build on gentle, I had to disable kde to do so "--enable-kde=no > --enable-kde4=no --without-junit" > When my default use settings are/were USE="-gtk -gnome" ? I'd rather fix the build problem so it works, not paper over the cracks :-) I'll see

[Libreoffice] Building on gentoo ...

2010-10-18 Thread Anthony Youngman
Just tried to build libreoffice on gentoo. All the pre-requisites should be there, given that I've done an "emerge openoffice". But it falls over ... checking for Qt headers... no configure: error: Qt headers not found. Please specify the root of your Qt installation by exporting QTDIR before ru