[Desktop-packages] [Bug 465309] Re: [Upstream] Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2020-08-31 Thread Bug Watch Updater
** Changed in: df-libreoffice Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: [Upstream] Regular Expression Search for circumflex

[Desktop-packages] [Bug 465309]

2020-08-31 Thread Michael-warner-ut+libreoffice
*** This bug has been marked as a duplicate of bug 135538 *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: [Upstream] Regular Expression Search for circumflex by

[Desktop-packages] [Bug 465309] Re: [Upstream] Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2019-09-25 Thread Marcus Tomlinson
Synchronising bug status with upstream. ** Changed in: libreoffice (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title:

[Desktop-packages] [Bug 465309] Re: [Upstream] Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2019-09-02 Thread Bug Watch Updater
Launchpad has imported 18 comments from the remote bug at https://bugs.documentfoundation.org/show_bug.cgi?id=52504. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Desktop-packages] [Bug 465309] Re: [Upstream] Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2019-08-13 Thread Marcus Tomlinson
** Bug watch added: Document Foundation Bugzilla #52504 https://bugs.documentfoundation.org/show_bug.cgi?id=52504 ** Changed in: df-libreoffice Importance: Wishlist => Unknown ** Changed in: df-libreoffice Status: Confirmed => Unknown ** Changed in: df-libreoffice Remote watch:

[Desktop-packages] [Bug 465309] Re: [Upstream] Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2019-08-13 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know. ** Changed in: libreoffice (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 465309]

2014-11-06 Thread Cno
Still a problem in 4.4.0alpha1 New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to openoffice.org in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: [Upstream] Regular Expression Search for circumflex by itself does not find

[Desktop-packages] [Bug 465309]

2014-11-06 Thread jimav
Maybe Component should be changed to Spreadsheet, because the problem is more simply visible when editing Basic macro code. It is common to want to insert spaces at the start of every line in a range (e.g. to indent the code one level), and replacing ^ with spaces does not work. -- You received

[Desktop-packages] [Bug 465309]

2014-07-02 Thread jimav
Not sure where the regex code is. It manifests in writer and and ing Basic macro editor in Calc. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to openoffice.org in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: [Upstream]

[Desktop-packages] [Bug 465309]

2014-07-02 Thread Cno
(In reply to comment #9) Can you suggest a work-around which inserts some text at the start of every line in Calc's Basic macro editor (including empty lines)? The component of this issue is Writer .. ? -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 465309]

2014-06-25 Thread Cno
Isn't your case just covered by using in search and \nFOO in replace? For me that works in Writer -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to openoffice.org in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: [Upstream]

[Desktop-packages] [Bug 465309]

2014-06-25 Thread jimav
Isn't your case just covered by using in search and \nFOO in replace? Maybe that was a typo. The above does not work (does nothing--not matched). Can you suggest a work-around which inserts some text at the start of every line in Calc's Basic macro editor (including empty lines)? That's

[Desktop-packages] [Bug 465309]

2014-05-16 Thread jimav
Any thoughts about fixing this? It's still a problem in 4.3-alpha1 Note that searching for ^. is not a work-around because it will not match the start of empty paragraphs (the . does not match). So if you want to prepend something to every paragraph in a selection which includes empty

[Desktop-packages] [Bug 465309]

2012-10-11 Thread jimav
AFAIK ^ has never worked correctly. I doubt anyone intentionally made Open Office regular expressions incompatible with industry practice, so I think this is a bug, not a missing feature. -Jim -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 465309]

2012-10-11 Thread jimav
Incidentally $ does match the end of paragraphs (as documented), but seems to match the paragraph break (not just tne -position- at the end of the paragraph), so paragraphs are merged forming a single new paragraph. Except only one of a group of successive empty paragraphs is matched. Matching

[Desktop-packages] [Bug 465309]

2012-10-08 Thread Cno
Hi Jim, Pls use^. (without the quotes) to find the first character of a paragraph. I think the ^ only is used in combinations. See some examples/explanation in the help . Regards, Cor -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 465309]

2012-10-08 Thread jimav
No. ^. is not equivalent. ^. means to match the first character on the line, and if doing a replace then the first character would be deleted. ^ by itself matches the start of the line (not including any characters), and replacing it with something effectively inserts the replacement text at

[Desktop-packages] [Bug 465309]

2012-10-08 Thread jimav
If you are unsure how regular expression syntax should work (in industry-wide practice), there are many books and online references, for example http://en.wikipedia.org/wiki/Regular_expression#POSIX_Basic_Regular_Expressions -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 465309]

2012-10-08 Thread Cno
Hi Jim, OK, sorry thanks for explanantion. (In the mena time I understood that the same applies for $, that cannot be used on itself to find the end of a paragraph). Did it ever work as is expected, or is it something that has to be implemented.. In that case, this would be an enhancement...

[Desktop-packages] [Bug 465309] Re: [Upstream] Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2012-10-08 Thread Bug Watch Updater
** Changed in: df-libreoffice Importance: Medium = Wishlist -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to openoffice.org in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: [Upstream] Regular Expression Search for circumflex

[Desktop-packages] [Bug 465309] Re: [Upstream] Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2012-08-06 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=52504. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Desktop-packages] [Bug 465309] Re: Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2012-07-25 Thread jimav
Upstream bug at https://bugs.freedesktop.org/show_bug.cgi?id=52504 ** Bug watch added: freedesktop.org Bugzilla #52504 https://bugs.freedesktop.org/show_bug.cgi?id=52504 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in

[Desktop-packages] [Bug 465309] Re: Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2012-07-25 Thread Christopher M. Penalver
** Changed in: df-libreoffice Importance: Undecided = Unknown ** Changed in: df-libreoffice Status: Incomplete = Unknown ** Changed in: df-libreoffice Remote watch: None = freedesktop.org Bugzilla #52504 ** Summary changed: - Regular Expression Search for circumflex by itself does

[Desktop-packages] [Bug 465309] Re: Regular Expression Search for circumflex by itself does not find beginning of a paragraph

2012-06-02 Thread Bob Bib
** Summary changed: - Regular Expression Search for cirumflex by itself does not find beginning of a paragraph + Regular Expression Search for circumflex by itself does not find beginning of a paragraph -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 465309] Re: Regular Expression Search for cirumflex by itself does find beginning of a paragraph

2012-05-26 Thread Christopher M. Penalver
** Summary changed: - regular expression ^ by itself does not work in Find Replace of Basic code + Regular Expression Search for cirumflex by itself does find beginning of a paragraph -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 465309] Re: Regular Expression Search for cirumflex by itself does find beginning of a paragraph

2012-05-26 Thread Christopher M. Penalver
jimav, thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at

[Desktop-packages] [Bug 465309] Re: regular expression ^ by itself does not work in Find Replace of Basic code

2012-05-09 Thread Christopher M. Penalver
** Also affects: df-libreoffice Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: regular expression ^ by itself does not

[Desktop-packages] [Bug 465309] Re: regular expression ^ by itself does not work in Find Replace of Basic code

2011-09-15 Thread Björn Michaelsen
** Changed in: openoffice.org (Ubuntu) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/465309 Title: regular expression ^ by itself does not

[Desktop-packages] [Bug 465309] migrating packaging from OpenOffice.org to Libreoffice

2011-09-15 Thread Björn Michaelsen
[This is an automated message.] There are no new official OpenOffice.org releases in Ubuntu packaging anymore = Won't Fix If the problem persists, please mark this bug as also affects project Libreoffice or also affects distribution Libreoffice (Ubuntu) if that has not happened already.