[sc-issues] [Issue 89935] Boolean logic using double quote character not working

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


User er changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Jul 14 12:13:13 + 
2008 ---
The character in C1 is not the ASCII char(34) double quote, it is a typographic
quote character, probably created with Tools-AutoCorrect-CustomQuotes
replacement being enabled.

-
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 89935] Boolean logic using double quote character not working

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


User er changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Jul 14 12:13:44 + 
2008 ---
Closing.

-
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 89935] Boolean logic using double quote character not working

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul  7 07:06:03 + 
2008 ---
Hi wsfulton ,

It works well in Dev_DEV300_m21_winXP Chinese. Please look at the attachment.

would you attach a document for the issue?

-
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 89935] Boolean logic using double quote character not working

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul  7 07:07:07 + 
2008 ---
Created an attachment (id=54971)
char


-
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 89935] Boolean logic using double quote character not working

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul  7 22:21:53 + 
2008 ---
Ah interesting. Your spreadsheet works for me. I tried entering in the 
character myself though and then the problem arises. I'll attach a modified
version of your spreadsheet showing the problem with the  character in C1.

I copy/pasted the contents of A1 and C1 into a text editor and viewed the
binary. Seems like your  is 0x22 and mine is 0xe2809c. I'm using a UK keyboard
on Ubuntu 7.04 where  is on the '2' key. In fact typing this character out in
Firefox or gvim gives 0x22, as one would expect. Perhaps the problem is just a
matter of keyboard handling in Calc? In Options, language settings, languages, I
have Default Languages for Documents, Western: English(UK).

-
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 89935] Boolean logic using double quote character not working

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul  7 22:24:26 + 
2008 ---
Created an attachment (id=54992)
Modified version  of 11.ods using  entered into cell C1


-
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 89935] Boolean logic using double quote character not working

2008-05-25 Thread wsfulton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89935
 Issue #|89935
 Summary|Boolean logic using double quote character not working
   Component|Spreadsheet
 Version|OOo 2.4.0
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|wsfulton





--- Additional comments from [EMAIL PROTECTED] Sun May 25 19:57:33 + 
2008 ---
using 'char(34)' to test for the double quote character does not work.

This can be demonstrated typing this into cell A1:



and the following into cell A2:

=IF(A1=CHAR(34);true;false)

The resulting display in A2 is:

false

When is should display true.

Note that if in cell A1, the following is typed as an alternative way to display
the double quote:

=CHAR(34)

then cell A2 correctly shows true.

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