[sw-issues] [Issue 84828] Regular expressions with | (pipe / OR) not all evaluated

2008-09-19 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84828


User sba changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 15:37:49 + 
2008 ---
Closed.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 84828] Regular expressions with | (pipe / OR) not all evaluated

2008-09-19 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84828


User sba changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 15:37:17 + 
2008 ---
Duplicate of issue 46165 "Regular expressions work inconsistently or not at all
when combined"

*** This issue has been marked as a duplicate of 46165 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 84828] Regular expressions with | (pipe / OR) not all evaluated

2008-03-25 Thread huw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84828





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:08:47 + 
2008 ---
Back references after a pipe are also not evaluated.

(smith), (john)|\2 \1

finds only 'Smith, John' and incorrectly fails to find 'John Smith'.

This also affects Calc.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 84828] Regular expressions with | (pipe / OR) not all evaluated

2008-01-22 Thread drking
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84828


User drking changed the following:

What|Old value |New value

  CC|'mike_hall'   |'drking,mike_hall'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 84828] Regular expressions with | (pipe / OR) not all evaluated

2007-12-31 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84828


User es changed the following:

What|Old value |New value

 Assigned to|mru   |sba





--- Additional comments from [EMAIL PROTECTED] Mon Dec 31 17:52:01 + 
2007 ---
Reassigned to SBA

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 84828] Regular expressions with | (pipe / OR) not all evaluated

2007-12-22 Thread mike_hall
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84828


User mike_hall changed the following:

What|Old value |New value

  CC|''|'mike_hall'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Dec 22 23:51:24 + 
2007 ---
Confirmed in 2.3.1 and 680m241. REs with $ seem to work fine, irrespective of
order. REs with ^ work only when ^ is starts the first term, thus ^he|^the
doesn't work for ^the but ^(he|the) works.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 84828] Regular expressions with | (pipe / OR) not all evaluated

2007-12-21 Thread huw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84828
 Issue #|84828
 Summary|Regular expressions with | (pipe / OR) not all evaluat
|ed
   Component|Word processor
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mru
 Reported by|huw





--- Additional comments from [EMAIL PROTECTED] Fri Dec 21 11:54:32 + 
2007 ---
Some regular expressions separated by a pipe are not entirely evaluated, 
depending on the sequence.

To reproduce, use standard dummy text:

^he|like matches paragraphs beginning with 'he' and any occurence of 'like'

like|^he matches only any occurence of 'like', failing to match paragraphs 
beginning with 'he'

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]