Re: [Libreoffice] How to start with some code?

2011-02-22 Thread Thomas Arnhold
Hi Rogerio, you could grep for it in the command line with grep '\$MINLEN' * -R or you could search the source with http://opengrok.libreoffice.org. Then you'll get libs-core/sfx2/source/dialog/password.* as result :) You've already done some contribution with this email! Would be nice if you

Re: [Libreoffice] How to start with some code?

2011-02-22 Thread Andras Timar
2011/2/22 Thomas Arnhold tho...@arnhold.org: Hi Rogerio, you could grep for it in the command line with grep '\$MINLEN' * -R or you could search the source with http://opengrok.libreoffice.org. Then you'll get libs-core/sfx2/source/dialog/password.* as result :) You've already done some

Re: [Libreoffice] How to start with some code?

2011-02-22 Thread Michael Meeks
Hi Rogerio, On Tue, 2011-02-22 at 00:32 -0300, Rogerio Luz Coelho wrote: Ok I have found a glitch on the BrOffice product. Cool :-) The Message when asked for a password for protecting a document is wrong (See screen shot - the ($MINLEN) function is in view) What fun. So -