interface XCloneable in module com::sun::star::util::

(Global Index)

Syntax

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

Description

makes it possible to create a copy of the object.

Method Summary

createClone creates a copy of the object.

Known Services Which Export this Interface

com::sun::star::sheet::DataPilotSourceDimension

Method Details



createClone

Syntax

com::sun::star::util::XCloneable createClone ();

Description

creates a copy of the object.

Top of Page