:: com :: sun :: star :: embed ::

interface XOLESimpleStorage
Base Interfaces
XOLESimpleStorage
┣ ::com::sun::star::container::XNameContainer
┃ ┗ ::com::sun::star::container::XNameReplace
┃    ┗ ::com::sun::star::container::XNameAccess
┃       ┗ ::com::sun::star::container::XElementAccess
┣ ::com::sun::star::lang::XComponentXTransactedObjectXClassifiedObject

::com::sun::star::container::XNameContainer
Description
interface ::XNameContainer is the generic interface for supporting the insertion and removal of named elements.

The access to the elements is provided though ::XNameContainer methods.

::com::sun::star::lang::XComponent
Description
interface ::XComponent allows to exclicitly free resources and break cyclic references.
XTransactedObject
Description
interface XTransactedObject allows transacted access to an object.

The storages are always opened in transdacted mode, the XTransactedObject interface allows to commit the storage.

XClassifiedObject
Description
interface XClassifiedObject represents common functionality for embedded objects

the XClassifiedObject interface allows to set/get the ClassID of the storage.

Description
This interface allows to access and change contents of OLE storages.

This is a simple container allowing the access to OLE storages. The subcomponents are either OLE storages themself or streams.


Top of Page