[api-issues] [Issue 55913] OLE Automation Bridge doe sn't convert properly a com.sun.star.lang.Prop ertyValue array

2006-03-14 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55913


User jl changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Tue Mar 14 05:51:24 -0800 
2006 ---
The problem with UNO functions which take any arguments is that the bridge has
no clue as to what the implementation expects the any to contain. In case of a
SAFEARRAY which is passed for example by VB, the bridge creates a Sequence of
anys. This is done for SAFEARRAYs with VARIANT as element type or any other
element type. Now one could argue that in the latter case, one should create a
sequence of the exact type. However, this may break existing applications.
Therefore I will not fix this. Using the ValueObject it is always possible to
determine what the target type should be. This is also described in the
developer's guide.

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



[api-issues] [Issue 55913] OLE Automation Bridge doe sn't convert properly a com.sun.star.lang.Prop ertyValue array

2006-02-13 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55913


User kso changed the following:

  What|Old value |New value

Status|NEW   |STARTED

  Target milestone|OOo Later |OOo 2.0.3





--- Additional comments from [EMAIL PROTECTED] Mon Feb 13 01:55:33 -0800 
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]



[api-issues] [Issue 55913] OLE Automation Bridge doe sn't convert properly a com.sun.star.lang.Prop ertyValue array

2005-10-14 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55913





--- Additional comments from [EMAIL PROTECTED] Fri Oct 14 02:45:05 -0700 
2005 ---
You have to tell the bridge what it should do with the array you send.
Not completely sure about the VB-syntax, but something like the following should
solve the problem

Set aInfo = objServiceManager.Bridge_GetValueObject
aInfo.Set([]com.sun.star.beans.PropertyValue, properties)
settings.insertByIndex(0, aInfo)

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



[api-issues] [Issue 55913] OLE Automation Bridge doe sn't convert properly a com.sun.star.lang.Prop ertyValue array

2005-10-14 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55913


User jl changed the following:

  What|Old value |New value

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Oct 14 03:51:24 -0700 
2005 ---
JL-SW: I think I could enhance the bridge, so that the workaround with the
value object is not necessary. Therefore I'll overtake this issue if you don't
mind. 

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



[api-issues] [Issue 55913] OLE Automation Bridge doe sn't convert properly a com.sun.star.lang.Prop ertyValue array

2005-10-14 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55913


User jl changed the following:

  What|Old value |New value

   Assigned to|sw|jl





--- Additional comments from [EMAIL PROTECTED] Fri Oct 14 03:51:54 -0700 
2005 ---
.

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



[api-issues] [Issue 55913] OLE Automation Bridge doe sn't convert properly a com.sun.star.lang.Prop ertyValue array

2005-10-14 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55913


User jl changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Oct 14 03:52:48 -0700 
2005 ---
.

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