[framework-issues] [Issue 58089] oo Basic: static variables looses content

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


User mba changed the following:

What|Old value |New value

   Component|framework |scripting

  QA contact|[EMAIL PROTECTED]  |[EMAIL PROTECTED]

Subcomponent|ui|code





--- Additional comments from [EMAIL PROTECTED] Mon Jan  7 10:51:02 + 
2008 ---
changed component

-
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 58089] oo Basic: static variables looses content

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec 21 13:11:49 + 
2007 ---
added to npower10

-
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 58089] oo Basic: static variables looses content

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


User npower changed the following:

What|Old value |New value

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






--- Additional comments from [EMAIL PROTECTED] Thu Dec 20 15:11:20 + 
2007 ---
Created an attachment (id=50490)
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]



[framework-issues] [Issue 58089] oo Basic: static variables looses content

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


User npower changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH

Target milestone|OOo Later |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Thu Dec 20 17:18:31 + 
2007 ---
think this might fix it all 

-
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 58089] oo Basic: static variables looses content

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





--- Additional comments from [EMAIL PROTECTED] Thu Sep 28 00:09:58 -0700 
2006 ---
Andreas,
This isn't how declarations work in VBA. In VBA joerg's comments would just be
wrong! Static is a declaration, not an executable statement, so I would expect
the following to act as a counter returning 1,2,3, ... in both OOB and VBA. 

Function cnt()
  Static a
  a = a + 1
  cnt = a
End Function

I've checked and it does in both.  But the 'failed' test below also now works,
so I suspect that you've fixed this one and forgot to close it.  //Terry

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