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

interface XUniqueIDFactory
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XUniqueIDFactory
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
creates IDs which are unique within the container.

Methods' Summary
createUniqueID creates a new ID, unique within this container.  
Methods' Details
createUniqueID
string
createUniqueID();

Description
creates a new ID, unique within this container.
Top of Page