Issue 117544 - basic: properties with additional arguments are not supported
Summary: basic: properties with additional arguments are not supported
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m101
Hardware: PC Windows NT
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-25 09:52 UTC by joachim.lingner
Modified: 2017-05-20 10:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joachim.lingner 2011-03-25 09:52:35 UTC
when calling ActiveX objects. Thats is,

object.property(arg1, arg2) = value

does not work

In this case the ole bridge expects a method call (XInvocation::invoke) with 3 arguments where the last one is of type com.sun.star.bridge.oleautomation.PropertyPutArgument.

The arguments can be optional and named.

See function testPropertiesWithArguments in extensions/test/ole/StarBasic_OleClient/oleclient.bas

See also
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Bridge/Using_Automation_Objects_from_UNO
Comment 1 joachim.lingner 2011-03-25 09:53:31 UTC
tested on DEV300m101
Comment 2 Oliver Brinzing 2011-03-27 09:45:12 UTC
.
Comment 3 Oliver-Rainer Wittmann 2012-06-13 12:17:48 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 4 Marcus 2017-05-20 10:47:44 UTC
Reset assigne to the default "issues@openoffice.apache.org".