Re: [api-dev] OpenOffice.org Basic - Sear ch and Replace in code…

2009-11-11 Thread Andrew Douglas Pitonyak
On 10/28/2009 12:32 PM, Johnny Rosenberg wrote: 2009/10/28 Jan Holst Jensen: Andrew Douglas Pitonyak wrote: You should post your code... On 10/24/2009 06:05 AM, Johnny Rosenberg wrote: One example: Search for: ([a-zA-Z0-9\(\)])([\+|\-|\*|\/])([a-zA-Z0-9\(\)]) Replace with: $

Re: [api-dev] OpenOffice.org Basic - Sear ch and Replace in code…

2009-10-28 Thread Jan Holst Jensen
Andrew Douglas Pitonyak wrote: You should post your code... On 10/24/2009 06:05 AM, Johnny Rosenberg wrote: One example: Search for: ([a-zA-Z0-9\(\)])([\+|\-|\*|\/])([a-zA-Z0-9\(\)]) Replace with: $1 $2 $3 I tried this in OpenOffice.org Writer and it works perfectly. Before: a+b hej(3)+svejs(

Re: [api-dev] OpenOffice.org Basic - Sear ch and Replace in code…

2009-10-27 Thread Andrew Douglas Pitonyak
You should post your code... On 10/24/2009 06:05 AM, Johnny Rosenberg wrote: I am coding something in OpenOffice.org Calc using the built in Basic language thing. Now, when I produced about 50 KiB of code I found that I was not very consistent in how to type things. For example, sometimes I type