[framework-issues] [Issue 68897] VBA: allow vba api interfa ces to be dim(ed)

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=68897


User sled10guy changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Aug 28 15:16:38 + 
2007 ---
Ran test documents (TaskID68897.ods) on released SLED10 SP1 OOo 2.1.14, Windows
OOo 2.1 (Build 2007-06-04) and cws-npower7-m217. Below are the results returned
in the msgbox after pressing the Pass Scenario button:
• $A$8:$B$8
‣ Below are the results returned in the msgbox after pressing the Fail
Scenario button:
• cws-npower7-m217 - Object not accessible. Invalid use of an object
• SLED10 SP1 OOo - BASIC runtime error. '425' Invalid use of an object
‣ RESULT: QA was unsure if the $A$8:$B$8 output is the desired result. Deferred
to development for additional comments and found out that it was acceptable
behavior. Test Passes.

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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=68897


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:10:13 + 
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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=68897


User npower changed the following:

What|Old value |New value

 Assigned to|npower|sled10guy





--- Additional comments from [EMAIL PROTECTED] Wed Jul 11 11:46:55 + 
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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





--- Additional comments from [EMAIL PROTECTED] Thu May 17 16:22:31 + 
2007 ---
For Testing, the two macros below should behave as described.

to enable vba compatibility mode the following option must be the first thing at
the top of the module
option vbasupport 1

Sub Main
Dim r1 as Range
set r1 = ActiveSheet
End Sub

the macro above tries to assign an object Dim'ed as as Range object to a
Worksheet object, it should Fail.

the next macro

Sub Main
Dim r1 as Range
set r1 = Range
Msgbox r1.Address
End Sub

should run nicely and print out the address of the range.

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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=68897


User npower changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat May  5 12:11:04 + 
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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


User npower changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo 2.x   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Mon Apr 23 12:16:12 + 
2007 ---
it is already assigned ( or at least planned ) to be in cws npower7 but can't
check as eis seems unresponsive 

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr 23 15:46:05 + 
2007 ---
Thanks, Noel. I'm just asking as the project leads are expected to look after
patches. I wanted to avoid dead patches but yours seems to alive and kicking. 
:-)

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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


User mba changed the following:

What|Old value |New value

  CC|'khirano' |'khirano,mba'





--- Additional comments from [EMAIL PROTECTED] Tue Apr 10 09:28:33 + 
2007 ---
Is this patch still valid?
If not: relabel as Enhancement
If yes: can we please come to an agreement whether it can be integrated before
we reach its first anniversary?

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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


User ab changed the following:

What|Old value |New value

 Assigned to|ab|npower

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Oct 18 00:40:53 -0700 
2006 ---
ab-npower: As discussed. If the task should be integrated for 2.1
please assign it to npower4 and set the target accordingly.


-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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


User ab changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 23:50:23 -0700 
2006 ---
STARTED - OOo 2.x


-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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


User npower changed the following:

What|Old value |New value

 Assigned to|npower|ab





--- Additional comments from [EMAIL PROTECTED] Fri Sep  1 02:23:23 -0700 
2006 ---
reassign
also this patch allows constants ( from the openoffice.org.vba namespace ) to be
accessed without the full namespace

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

2006-09-01 Thread khirano
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68897


User khirano changed the following:

What|Old value |New value

  CC|''|'khirano'





-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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


User npower changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Fri Sep  1 09:14:48 -0700 
2006 ---
.

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68897
 Issue #|68897
 Summary|VBA: allow vba api interfaces to be dim(ed)
   Component|framework
 Version|680m180
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|scripting
 Assigned to|npower
 Reported by|npower





--- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:04:07 -0700 
2006 ---
cheap patch to allow 

dim r1 as Range ( etc. )

Note this patch is only for objects that exist in the openoffice.org.vba 
namespace

necessary to allow imported vba code to run

-
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 68897] VBA: allow vba api interfa ces to be dim(ed)

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


User npower changed the following:

What|Old value |New value

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






--- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:04:53 -0700 
2006 ---
Created an attachment (id=38730)
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]