[sc-issues] [Issue 94801] Searching for C++ fails

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





--- Additional comments from [EMAIL PROTECTED] Fri Oct 10 10:38:52 + 
2008 ---
I'd like to clarify the issue, since my first attempt to simplify the case was
apparently misleading.

1. Enter C++ into cell A1 (without the quotes)
2. Enter =countif(A1:A1;=C++) into cell A2
3. Enter =A1=C++ into cell A3

Results:
A2 shows 0 (regexes enabled for formulas) or 1 (regexes disabled)
A3 always shows TRUE

The result for cell A2 is consistent with the documentation (although I'd rather
have an additional parameter for COUNTIF to decide if I want regexes interpreted
in this formula instead of an application-global setting). The results for cell
A3 is at best irritating. It *is* a formula, and as such the global regexes
enabled for formulas setting should be respected. 
Furthermore, I don't quite see why a comparison as *part* of a function call
gives not the same result as when I use the comparison by itself.



-
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]



[sc-issues] [Issue 94801] Searching for C++ fails

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





--- Additional comments from [EMAIL PROTECTED] Thu Oct  9 12:04:43 + 
2008 ---
Seems to be related to the setting of enable regexes in formulas. If I turn
that off, it works ok. 

-
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]



[sc-issues] [Issue 94801] Searching for C++ fails

2008-10-09 Thread chrillek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94801
 Issue #|94801
 Summary|Searching for C++ fails
   Component|Spreadsheet
 Version|OOO300m9
Platform|Macintosh
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|chrillek





--- Additional comments from [EMAIL PROTECTED] Thu Oct  9 08:54:18 + 
2008 ---
Enter C++ into cell A1 (without the quotes). Enter the formula
  A1 = C++
into any other cell. The result displayed is FALSE, though it should be
TRUE. Compare to Neooffice 2.2.5: There the result is TRUE as expected.

The problem seems to be deeply buried in the matcher code, since OOo doesn't
find the string even when I'm using the find command from the GUI (Cmd-F).

-
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]