Hi stefan

The component, written in C++ obviously implements the getName() and
setName() for this interface. So when using it in basic both calls shoud
work:

That you implement an interface attribute with two functions (unfortunately called getAAA and setAAA) in C++ is an "implementation detail" of the C++ UNO language binding. It does not affect how interface attributes are used in other UNO language bindings (and in the Basic UNO lanuage binding, interface attributes are accessed via x = y.AAA and y.AAA = x, as you already mention below).


then, what to do to have also at getAAA and setAAA in OOoBasic as shown by the regular API ?

declare them at idl level ?

Laurent

--
Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org
Indesko >> http://www.indesko.com
Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org
Livre "Programmation OpenOffice.org", Eyrolles 2004

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to