Hi stephan

3 UNO Basic language binding:

  n = o.A;

Only within 2 (the UNO C++ language binding) does the notion of "getA" exist---that is why I earlier wrote that it is an "implementation detail" of the UNO C++ language binding.

why do we have in numerous cases in OOoBasic
n=o.A
and
n = o.getA
n = o.setA

eg.
myDoc.Text and myDoc.getText() returning the same object

a lot of roperties are like that !! a lot

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