To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68899
Issue #|68899
Summary|VBA: handle default value like behaviour
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:28:19 -0700
2006 -------
objects like Range ( there are others ) have a default value
so a macro like
Range("A1") = 1
Range("A2") = Range("A1") + 1
will result is cell a1 having value 1 and cell a2 having value 2
note both lhs & rhs arguments can have a default value
the patch implements the default value via property ( but maybe better clearer
to replace that with an interface )
---------------------------------------------------------------------
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]