[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

2007-08-28 Thread sled10guy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76820


User sled10guy changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Aug 28 15:23:21 + 
2007 ---
Ran test document (defaultparamtest.xls) on released SLED10 SP1 OOo 2.1.14,
Windows OOo 2.1 (Build 2007-06-04) and cws-npower7-m217 and Microsoft Office
2007. In each case the following output was displayed in a msgbox when the Push
me button was pushed:
• Passed

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



[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

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


User npower changed the following:

What|Old value |New value

Target milestone|OOo 2.3   |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Tue Aug  7 09:17:26 + 
2007 ---
change target

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



[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

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


User npower changed the following:

What|Old value |New value

 Assigned to|npower|sled10guy





--- Additional comments from [EMAIL PROTECTED] Wed Jul 11 11:49:53 + 
2007 ---
for qa

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



[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

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


User npower changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat May  5 12:15:31 + 
2007 ---
fixed


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



[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

2007-05-01 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76820
 Issue #|76820
 Summary|in vba mode comparison of  objects with default params
| is bogus
   Component|framework
 Version|OOo 2.2 RC4
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|scripting
 Assigned to|npower
 Reported by|npower





--- Additional comments from [EMAIL PROTECTED] Tue May  1 17:40:25 + 
2007 ---
comparing objects with default paramaters gives unexpected results,

e.g. if cell a1 = test
   cell b1 = test

more that likely the result of

MsgBox ( Range(a1) = Range(a2) ) 

will be false

however

MsgBox ( Range(a1).Value = Range(a2).Value ) 

will yield the correct result ( basically due to lazy loading on the underlying
property not getting triggered under certain circumstances )

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



[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

2007-05-01 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76820


User npower changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Tue May  1 17:41:08 + 
2007 ---
adjust milestone
add to cws-npower7

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



[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

2007-05-01 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76820





--- Additional comments from [EMAIL PROTECTED] Tue May  1 17:41:49 + 
2007 ---
Created an attachment (id=44787)
test document


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



[framework-issues] [Issue 76820] in vba mode comparison of objects with default params is bogus

2007-05-01 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76820


User npower changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44788)
patch file






--- Additional comments from [EMAIL PROTECTED] Tue May  1 17:42:30 + 
2007 ---
Created an attachment (id=44788)
patch file


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