interface XComponentRegistry in module com::sun::star::frame::

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

makes it possible to instantiate desktop components.

See also

XFrame

Method Summary

createObject

Method Details



createObject

Syntax

com::sun::star::uno::XInterface createObject (
string aURL,
com::sun::star::uno::Uik ik );
Top of Page