To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70702





------- Additional comments from [EMAIL PROTECTED] Wed Mar 28 16:18:53 +0000 
2007 -------
In OOo 2.1, VRAI gives 1 and FAUX gives 0 so the bug seems partially fixed.

Insert var1=VRAI displays 1 (standard format) and var1=FAUX displays 0, so the
logic values are correct.
But in text format, it is confused. VRAI is displayed VRAI if this is a new
insertion and TRUE if is an old insertion.

1. Open the Field insert dialogue.
2. Create a var1 variable with the value TRUE in standard mode. Insert.
Display : 1
3. If I double-click on text format,
Display : TRUETRUE
4. Again double-click on standard format,
Display : 111
5. On text format :
TRUETRUETRUETRUE
6. Clear
7. If I change the value to VRAI, double-click on standard format :
Display : 1
8. If I double-click on text format,
Display : 1VRAI
9. Again double-click on standard format,
Display : 1VRAI1
10. On text format :
1VRAI1VRAI

So in text mode TRUE keeps its boolean value, but VRAI loses its boolean value
and becomes a text only. So VRAI is not always equal to 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]

Reply via email to