[libreoffice-users] LO Writer and regex - finding everything but one thing

2015-05-21 Thread gordom
Hello everybody. Probably the title of this post is not very clear, sorry for that ;). I have a bunch of text (html code) and need to find p tags with their classes, id, styles (if any) etc. I'm doing this using the following regexs: p(.*?) or (p([^]+)) The pattern of my text is here: p

[libreoffice-users] How to change the line color of the comments once and for all

2015-05-21 Thread Michael Wu
Dear all, In Libreoffice Calc 3.6, the line color of the comments is black. But in Libreoffice Calc 4.3.7, the color is changed. Although we can change the color back to black by Right click the comment -- click [Line] -- change the color, it is really troublesome for all the calc files.

[libreoffice-users] Libre Office 4.4

2015-05-21 Thread TR
i recently upgraded to the 4.4 version and have the following problems: Cannot Copy or Move sheet from the edit menu - cannot change the Recent Files view page - would like not to have the default page showing the file thumbnails. Can anybody respond ?? -- Regards, T R --- This email has

Re: [libreoffice-users] How to change the line color of the comments once and for all

2015-05-21 Thread Emil Payne
On 05/21/2015 04:13 AM, Michael Wu wrote: Dear all, In Libreoffice Calc 3.6, the line color of the comments is black. But in Libreoffice Calc 4.3.7, the color is changed. Although we can change the color back to black by Right click the comment -- click [Line] -- change the color, it

Re: [libreoffice-users] Should I upgrade to LibreOffice 4.4.2.2?

2015-05-21 Thread Tom Davies
Hi :) Again, many thanks :) and congrats :) Don't worry about having been away. Emails are good for that sort of thing and are quite good at helping remind us of cases we might have forgotten about while getting on with other things. You probably have an inbox full of messages about all sorts

[libreoffice-users] Re: LO Writer and regex - finding everything but one thing

2015-05-21 Thread m.a.riosv
Hi @gordon, I hope this is what you are looking for. p(?!.*topic.*).*lt;\/p finds paragraph with 'p' tag without 'topic¡ inside. (?!.*topic.*).* does the exclusion. A good place to text regex: https://regex101.com/ Miguel Ángel.

[libreoffice-users] My Fix for Slow LibreOffice Calc

2015-05-21 Thread f150
The advice for speeding up Calc is correct, but the memory recommendations weren't robust enough for my system. This worked great: Click [Tools] [Options] [Memory] *Undo * Number of steps: *10* *Graphics Cache* Use for LibreOffice: *384 *MB Memory per object: *10*.0 MB Remove from

Re: [libreoffice-users] How to change the line color of the comments once and for all

2015-05-21 Thread Michael Wu
Emil Payne 於 2015/5/22 上午 02:07 寫道: On 05/21/2015 04:13 AM, Michael Wu wrote: Dear all, In Libreoffice Calc 3.6, the line color of the comments is black. But in Libreoffice Calc 4.3.7, the color is changed. Although we can change the color back to black by Right click the comment