interface XUnoTunnel in module com::sun::star::lang::

(Global Index)

Syntax

interface XUnoTunnel : com::sun::star::uno::XInterface ;

Description

the interface to tunnel UNO. This means providing access to data or something else, which is not specified in the UNO-IDL.

Method Summary

getSomething call this method to get something which is not specified in UNO.

Method Details



getSomething

Syntax

hyper getSomething (
sequence< byte > aIdentifier );

Description

call this method to get something which is not specified in UNO.

The identifier specifies how the return is specified. The identifier must be global unique, because it is unknown where the implementation lies.

Top of Page