Issue 103306 - Automation bridge: access of COM properties with additional parameters does not work.
Summary: Automation bridge: access of COM properties with additional parameters does n...
Status: ACCEPTED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOO310m14
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-03 07:56 UTC by joachim.lingner
Modified: 2013-08-07 15:31 UTC (History)
1 user (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 2009-07-03 07:56:28 UTC
See test
extensions\test\ole\StarBasic_OleClient\oleclient.bas

The script performes several calls to an ActiveX component from OOo Basic.

Paramterized properties are called this way:

obj.property(arg1, arg2, ...) = value;
var = obj.property(arg1, arg2, ....)

This is actually quite exotic.
Comment 1 joachim.lingner 2009-07-03 07:58:32 UTC
.
Comment 2 joachim.lingner 2009-09-03 09:53:04 UTC
.
Comment 3 joachim.lingner 2010-02-09 10:00:56 UTC
Retargeted to 3.x