Re: [Libreoffice] Easy hack regex compile infinite loop ( bug 41738 )

2011-11-23 Thread Niko Rönkkö
Sorry all, I was wrong – Karls later message has been noticed: http://lists.freedesktop.org/archives/libreoffice/2011-November/020417.html -- Silly Niko ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice] Easy hack regex compile infinite loop ( bug 41738 )

2011-11-05 Thread Karl Koehler
Hi, I have been loosely looking at libreoffice and last night I thought I'd take a look at an easy hack. I choose bug 41738. The problem seems to be with the regular expression compilation code; especially he handling of '[:'-character classes in combination with escapes. In gdb, I can see that t

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-28 Thread Caolán McNamara
On Tue, 2011-09-27 at 18:55 -0300, Neil Leathers wrote: > This seems to work fine. I guess > http://wiki.documentfoundation.org/Development/String_Classes should > be updated? Probably, feel free to edit it with the extra info. I didn't check to see if its a universal replacement for the String::*

Re: [Libreoffice] Easy Hack String replacement: OUString to String

2011-09-27 Thread Michael Stahl
On 28.09.2011 00:02, Neil Leathers wrote: > I need to know how the correct way to convert from OUString to String. > I know this is a not desired but in order to roll in the changes > gradually it is necessary to do conversion back to deal with areas that > haven't been move to the new string class

[Libreoffice] Easy Hack String replacement: OUString to String

2011-09-27 Thread Neil Leathers
I need to know how the correct way to convert from OUString to String. I know this is a not desired but in order to roll in the changes gradually it is necessary to do conversion back to deal with areas that haven't been move to the new string classes. Neil Leathers

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-27 Thread Neil Leathers
> On Mon, 2011-09-26 at 09:43 +0200, Stephan Bergmann wrote: > > On 09/26/2011 01:30 AM, Neil Leathers wrote: > I was looking into the > > Easy Hacks: "Removal/Replacement of the String/UniString/ByteString > > with OUString/OString once and for all" and ran into needing to > > translate a Searc

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-26 Thread Caolán McNamara
On Mon, 2011-09-26 at 09:43 +0200, Stephan Bergmann wrote: > On 09/26/2011 01:30 AM, Neil Leathers wrote: > I was looking into the > Easy Hacks: "Removal/Replacement of the String/UniString/ByteString > with OUString/OString once and for all" and ran into needing to > translate a SearchAndReplac

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-26 Thread Stephan Bergmann
On 09/26/2011 01:30 AM, Neil Leathers wrote: I was looking into the Easy Hacks: "Removal/Replacement of the String/UniString/ByteString with OUString/OString once and for all" and ran into needing to translate a SearchAndReplaceAscii. Before launching into this set I wanted to confirm that ins

[Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-25 Thread Neil Leathers
I was looking into the Easy Hacks: "Removal/Replacement of the String/UniString/ByteString with OUString/OString once and for all" and ran into needing to translate a SearchAndReplaceAscii. Before launching into this set I wanted to confirm that instead of moving the SearchAndReplace functions

[Libreoffice] Easy Hack Completed - Remove non-compiled / dead code

2011-06-10 Thread Júlio Hoffimann
Hi devs, One more Easy Hack completed: http://wiki.documentfoundation.org/Development/Easy_Hacks#remove_non-compiled_.2F_dead_code Someone finished it, there is no results in mine regex here. Regards, Júlio. P.S.: Are you having problems with TDF Wiki? My account is not logging anymore, i'm tr

Re: [Libreoffice] easy hack - fixing easy hacks ... ;-)

2011-06-09 Thread Korrawit Pruegsanusak
Hello all, On Thu, Jun 9, 2011 at 17:09, Michael Meeks wrote: >        My impression is that we lost a ton of easy hacks from that page too - I understood that Bjoern has moved old easy hacks[1] page into "Easy Hacks Complete List"[2]. So, it wasn't missing, it was just moved. Anyway, if I was m

[Libreoffice] easy hack - fixing easy hacks ... ;-)

2011-06-09 Thread Michael Meeks
Hi Bjoern, On Wed, 2011-06-08 at 08:31 +0200, Christina Rossmanith wrote: > Once upon a time the easy hacks list had a topic "SIMIAN" (similarity > analyser). Now it's gone, don't know why, don't know when, don't know > where... It was quite nice because it had the precise instructions how > to in

Re: [Libreoffice] Easy Hack completed - All bogus comments removed

2011-04-14 Thread Júlio Hoffimann
I forget to mention... This patch is under the LGPLv3+ / MPL license. 2011/4/14 Júlio Hoffimann > ... and the last and big one. ;-) > > https://bugs.freedesktop.org/show_bug.cgi?id=36234 > > Regards, > Júlio. > > __

Re: [Libreoffice] Easy Hack completed - All bogus comments removed

2011-04-14 Thread Júlio Hoffimann
... and the last and big one. ;-) https://bugs.freedesktop.org/show_bug.cgi?id=36234 Regards, Júlio. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/

[Libreoffice] Easy Hack completed - All bogus comments removed

2011-04-14 Thread Júlio Hoffimann
Hi friends, This patch removes all bogus comments laying around. If you are searching for one of the following, you could stop. ;-) /* -04.12.00 16:26 and #include //CHINA001 and // --> OD 2008-01-08 #newlistlevelattrs# I did it u

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

[Libreoffice] Easy hack: expunge duplicate enumerations in vcl

2011-04-04 Thread Christina Roßmanith
Hi, I need some more information for the easy hack "expunge duplicate enumerations in vcl". For "ultra condensed" font width there are three places with different names: psp::width::UltraCondensed (fontmanager.hxx) FWIDTH_ULTRA_CONDENSED (sft.hxx) and WIDTH_ULTRA_CONDENSED (vclenum.hxx) and

Re: [Libreoffice] Easy hack idea: Reset time counter in presenter console

2011-03-26 Thread Bjoern Michaelsen
Hi Florian, On Sat, 26 Mar 2011 13:48:44 +0100 Florian Effenberger wrote: > Hi, > > I am not subscribed to this list (already have enough mails :-) so > please Cc me in replies. > > IIRC, in the current 3.3.2 release, the presenter console does not > allow someone to "reset" the time counter.

[Libreoffice] Easy hack idea: Reset time counter in presenter console

2011-03-26 Thread Florian Effenberger
Hi, I am not subscribed to this list (already have enough mails :-) so please Cc me in replies. IIRC, in the current 3.3.2 release, the presenter console does not allow someone to "reset" the time counter. When you start a presentation and have the title slide running for a few minutes befor

Re: [Libreoffice] Easy Hack

2011-02-13 Thread Bálint Dózsa
Hy Miklos, Thank you for the help. Here is the correction patch Regards, Balint Dozsa 2011/2/13 Miklos Vajna > On Sat, Feb 12, 2011 at 11:34:52AM +0100, Bálint Dózsa < > dozsabal...@gmail.com> wrote: > > void DomainMapperTableHandler::startTable(unsigned int nRows, > > -

Re: [Libreoffice] Easy Hack

2011-02-12 Thread Miklos Vajna
On Sat, Feb 12, 2011 at 11:34:52AM +0100, Bálint Dózsa wrote: > void DomainMapperTableHandler::startTable(unsigned int nRows, > - unsigned int /*nDepth*/, > + unsigned int, The nDepth is a useful info here, so we

[Libreoffice] Easy Hack

2011-02-12 Thread Bálint Dózsa
Hy, I have removed some dead code. Regards, Balint Dozsa From e2f04f3f3983d60af2e05f28877c043c5f4aa380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20D=C3=B3zsa?= Date: Sat, 12 Feb 2011 11:30:27 +0100 Subject: [PATCH] Remove dead codes --- writerfilter/source/dmapper/DomainMapper.cxx

[Libreoffice] Easy Hack - Remove dead code

2011-02-10 Thread Bálint Dózsa
Hy, This is my first patch :-) Regards, Balint Dozsa From 4c37d7f4cc459bbbcc0f9a642de159727e5bacc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20D=C3=B3zsa?= Date: Thu, 10 Feb 2011 09:17:29 +0100 Subject: [PATCH] Remove some dead code --- sc/source/ui/drawfunc/chartsh.cxx |1 - s

Re: [Libreoffice] Easy hack patch!

2011-02-08 Thread Thomas Arnhold
Now that easy hack is done :) On 02/08/2011 10:03 PM, Thomas Arnhold wrote: > Gna, sorry for this. Didn't update the wiki page, as these clean up was > incidendental to some other cleaning. I'll update the wiki page. > > Thomas > > On 02/08/2011 09:56 PM, Caolán McNamara wrote: >> On Sun, 2011-0

Re: [Libreoffice] Easy hack patch!

2011-02-08 Thread Thomas Arnhold
Gna, sorry for this. Didn't update the wiki page, as these clean up was incidendental to some other cleaning. I'll update the wiki page. Thomas On 02/08/2011 09:56 PM, Caolán McNamara wrote: > On Sun, 2011-02-06 at 11:59 -0500, spad...@sover.net wrote: >> Now with fewer blank lines! > > Thanks f

Re: [Libreoffice] Easy hack patch!

2011-02-08 Thread Caolán McNamara
On Sun, 2011-02-06 at 11:59 -0500, spad...@sover.net wrote: > Now with fewer blank lines! Thanks for this, unluckily though someone else got to it just before you :-) C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

[Libreoffice] Easy hack patch!

2011-02-06 Thread spadnos
Now with fewer blank lines! - Steve>From 00de1629fedf860847061e78e44eb25c85408e2c Mon Sep 17 00:00:00 2001 From: Stephen Wille Padnos Date: Sun, 6 Feb 2011 11:55:37 -0500 Subject: [PATCH] Removed extra blank lines between includes --- binfilter/bf_sd/source/ui/unoidl/sd_unomodel.cxx | 25 +---

[Libreoffice] Easy hack: removed commented-out code

2010-11-18 Thread Kevin Hunter
Hullo List, Another easy hack of cluttering comments removal. Kevin 0001-Remove-some-commented-out-code-we-have-Git.patch.xz Description: application/xz ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailm

Re: [Libreoffice] easy hack, rtl against basebmp/

2010-11-09 Thread Caolán McNamara
On Mon, 2010-11-08 at 12:47 -0500, Kevin Hunter wrote: > Hi List, > > Here's an RTL patch against basebmp/ . Yup, looks good. Thanks, pushed. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listin

[Libreoffice] easy hack, rtl against basebmp/

2010-11-08 Thread Kevin Hunter
Hi List, Here's an RTL patch against basebmp/ . Kevin basebmp_rtl_easy_hack.tgz Description: application/compressed-tar ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Easy Hack: Don't draw caret when visual formula editor looses focus

2010-11-02 Thread Jonas Finnemann Jensen
Hi Luke, I thought I'd try one of the visual formula editor easy hacks Great... Your patch looks fine to me... And works very well too! I've applied and pushed your patch to the master branch (commit 8137918224bb). And removed the item from the easy hacks page on the wiki. This one seemed the ea

[Libreoffice] Easy Hack: Don't draw caret when visual formula editor looses focus

2010-11-01 Thread Luke Dixon
Hello, I thought I'd try one of the visual formula editor easy hacks, as Michael had recommended. This one seemed the easiest of the three there. Hope it's okay. Regards, Luke >From 9de527f33cd410422e706da547fae67d6a5adbee Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Mo

Re: [Libreoffice] Easy Hack solved: Remove mid-file emacs modelines

2010-10-29 Thread Caolán McNamara
On Fri, 2010-10-29 at 13:28 -0300, Joop Kiefte wrote: > The wiki is Mediawiki, isn't it? Mediawiki has version-control/history. yes, but that's not really for reading, so I suggest it would be helpful to quickly scan back over the mediawiki history/version control and note the tasks which got remo

Re: [Libreoffice] Easy Hack solved: Remove mid-file emacs modelines

2010-10-29 Thread Caio Tiago Oliveira
On Fri, Oct 29, 2010 at 1:28 PM, Joop Kiefte wrote: > The wiki is Mediawiki, isn't it? Mediawiki has version-control/history. It's better for new developers to see that information collected on a page, though. ___ LibreOffice mailing list LibreOffice@li

Re: [Libreoffice] Easy Hack solved: Remove mid-file emacs modelines

2010-10-29 Thread Joop Kiefte
The wiki is Mediawiki, isn't it? Mediawiki has version-control/history. 2010/10/29 Caolán McNamara : > On Fri, 2010-10-29 at 08:16 +0200, Sebastian Spaeth wrote: >> 4 patches following this patch for filters, libs-core, libs-gui, writer >> repositories killing all mid-file emacs modelines. >> >> I

Re: [Libreoffice] Easy Hack solved: Remove mid-file emacs modelines

2010-10-29 Thread Caolán McNamara
On Fri, 2010-10-29 at 08:16 +0200, Sebastian Spaeth wrote: > 4 patches following this patch for filters, libs-core, libs-gui, writer > repositories killing all mid-file emacs modelines. > > If these are applied, I'll delete the corresponding easy hack on the > wiki. Could someone add a new wiki p

[Libreoffice] Easy Hack solved: Remove mid-file emacs modelines

2010-10-28 Thread Sebastian Spaeth
4 patches following this patch for filters, libs-core, libs-gui, writer repositories killing all mid-file emacs modelines. If these are applied, I'll delete the corresponding easy hack on the wiki. Thanks. Sebastian pgpgPMVbog4Pc.pgp Description: PGP signature __