Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: util ::

interface XCloneable

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to create a copy of the object.


Known Services which Export this Interface

com::sun::star::sheet::DataPilotSourceDimension a dimension in a data pilot source.

Methods' Summary

createClone creates a copy of the object.

Methods' Details

createClone
 
com::sun::star::util::XCloneable
createClone();
Description
creates a copy of the object.

Top of Page