interface XInstanceProvider in module com::sun::star::bridge::

(Global Index)

Syntax

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

Description

Method Summary

getInstance

Method Details



getInstance

Syntax

com::sun::star::uno::XInterface getInstance (
string sInstanceName )
raises ( com::sun::star::container::NoSuchElementException );

Description

Returns

the object associated with the name.
Top of Page