Hello Frank,

On Thursday 02 April 2009, 08:19, Frank Schönheit - Sun Microsystems Germany 
wrote:
> Assuming that you use Basic, you might have stumbled upon a feature of
> the Basic language binding for UNO.
>
> If a certain object has an interface, which has a method
> "getSomething()", then in basic, you can do "object.Something", and this
> will automatically invoke the method "getSomething()".
>
> Now there is a XTextTableSupplier interface, which has a method
> getTextTable. So maybe your object supports this interface?

no, he is talking about all the SwXTextCursor undocumented properties:

http://svn.services.openoffice.org/opengrok/xref/DEV300_m42/sw/inc/cmdid.h
http://svn.services.openoffice.org/opengrok/xref/DEV300_m42/sw/source/core/unocore/unocrsrhelper.cxx#106

looking at Xray, the following are missing (and maybe others):

Cell
DocumentIndex
DocumentIndexMark
Endnote
Footnote
ReferenceMark
TextField
TextFrame
TextSection
TextTable

these are all "properties" of the SwXTextCursor (well, if 
getPropertyValue("Cell") is not void, then the cursor is a text table cell, 
etc.)

So this is indeed a documentation issue.

Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


"Aus der Kriegsschule des Lebens
                - Was mich nicht umbringt,
        macht mich härter."
                Nietzsche Götzendämmerung, Sprüche und Pfeile, 8.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to