:: com :: sun :: star ::

module embed

Services
::com::sun::star::embed::BaseStorage This is a service that allows to get access to a storage hierarchy.
::com::sun::star::embed::EmbeddedObjectDescriptor describes properties of an embedded object
::com::sun::star::embed::FileSystemStorage This is a service that allows to get access to a file system folder using storage hierarchy.
::com::sun::star::embed::FileSystemStorageFactory The ::com::sun::star::embed::FileSystemStorageFactory is a service that allows to create a ::com::sun::star::embed::FileSystemStorage based on URL. The URL must point to a folder.
::com::sun::star::embed::Storage This is a service that allows to get access to a package using storage hierarchy.
::com::sun::star::embed::StorageFactory The ::com::sun::star::embed::StorageFactory is a service that allows to create a storage based on either stream or URL.
::com::sun::star::embed::StorageStream This is a service that represents a stream that can be provided by ::com::sun::star::embed::XStorage ::openStreamElement() call implemented by ::com::sun::star::embed::Storage service.
Interfaces
::com::sun::star::embed::XClassifiedObject represents common functionality for embedded objects
::com::sun::star::embed::XCommonEmbedPersist specifies common implementation for embedded objects and links persistence.
::com::sun::star::embed::XComponentSupplier provides access to a component.
::com::sun::star::embed::XEmbedObjectClipboardCreator allows to create and initialize a new embedded object from clipboard.
::com::sun::star::embed::XEmbedObjectCreator allows to create and initialize a new embedded object.
::com::sun::star::embed::XEmbedObjectFactory allows to create and initialize a new embedded object of specified type.
::com::sun::star::embed::XEmbedPersist specifies an implementation for embedded object persistence.
::com::sun::star::embed::XEmbeddedClient represents common functionality for embedded clients.
::com::sun::star::embed::XEmbeddedObject represents common functionality for embedded objects.
::com::sun::star::embed::XEncryptionProtectedSource This interface allows to set a password for an object.
::com::sun::star::embed::XHatchWindow specifies the operations for a hatch window.
::com::sun::star::embed::XHatchWindowController specifies the operations for a hatch window.
::com::sun::star::embed::XHatchWindowFactory creates a hatch window implementation.
::com::sun::star::embed::XInplaceClient represents common functionality for inplace clients.
::com::sun::star::embed::XInplaceObject represents common functionality for inplace embedded objects.
::com::sun::star::embed::XInsertObjectDialog allows to create and initialize a new embedded object using GUI dialog.
::com::sun::star::embed::XLinkCreator allows to create and initialize a new link.
::com::sun::star::embed::XLinkFactory allows to create and initialize a new link of specified type.
::com::sun::star::embed::XLinkageSupport specifies an additional implementation for linked embedded object support.
::com::sun::star::embed::XPackageStructureCreator allows to convert file system folder tree in to a package.
::com::sun::star::embed::XPersistanceHolder allows to disconnect an object from its persistence.
::com::sun::star::embed::XStateChangeBroadcaster broadcasts message in case embedded object object changes it's state.
::com::sun::star::embed::XStateChangeListener makes it possible to receive events when an embedded object changes it's state.
::com::sun::star::embed::XStorage This interface represents main storage functionality.
::com::sun::star::embed::XStorageRawAccess This interface represents main storage functionality.
::com::sun::star::embed::XTransactedObject allows transacted access to an object.
::com::sun::star::embed::XTransactionBroadcaster broadcasts messege in case transacted object is commited or reverted.
::com::sun::star::embed::XTransactionListener makes it possible to receive events when a transacted object is commited or reverted.
::com::sun::star::embed::XTransferableSupplier provide access to a ::com::sun::star::datatransfer::XTransferable implementation from the object.
::com::sun::star::embed::XVisualObject represents common visualisation functionality for embedded objects.
::com::sun::star::embed::XWindowSupplier provides access to a vcl window implementation.
Structs
::com::sun::star::embed::InsertedObjectInfo is intended to provide result of creation of an embedded object by dialog.
::com::sun::star::embed::VerbDescriptor describes a verb.
::com::sun::star::embed::VisualRepresentation can contain a graphical representation in an arbitrary format.
Exceptions
::com::sun::star::embed::InvalidStorageException This exception can be thrown in case a storage is invalid.
::com::sun::star::embed::LinkageMisuseException This exception can be thrown in case a linked object is misused.
::com::sun::star::embed::NeedsRunningStateException This exception can be thrown in case a list of accepted verbs of states is requested and the object is in loaded state and this information can be retrieved only when the object is in running state.
::com::sun::star::embed::NoVisualAreaSizeException This exception can be thrown in case the object can not provide own visual area currently.
::com::sun::star::embed::ObjectSaveVetoException This exception can be thrown in case container whants to avoid objects saving.
::com::sun::star::embed::StateChangeInProgressException This exception can be thrown in case the object does not allow to call requested functionality currently because the object is changing state.
::com::sun::star::embed::StorageWrappedTargetException This exception can wrap an exception thrown during ::com::sun::star::embed::XStorage methods execution.
::com::sun::star::embed::UnreachableStateException This exception can be thrown in case specified state can not be reached.
::com::sun::star::embed::UseBackupException This exception can be thrown in case a storage commit is failed.
::com::sun::star::embed::WrongStateException This exception can be thrown in case the object's state does not allow to call requested functionality.
Constant Groups
::com::sun::star::embed::Aspects The constant set contains possible aspects for an embedded object.
::com::sun::star::embed::ElementModes The constant set contains possible modes to open an element.
::com::sun::star::embed::EmbedMapUnits contains list of possible map modes supported by embedded object.
::com::sun::star::embed::EmbedMisc The constant set contains flags describing miscellaneous charactetistics of embedded objects.
::com::sun::star::embed::EmbedStates This constant set contains possible states for ::EmbeddedObject .
::com::sun::star::embed::EmbedUpdateModes The constant set specifies possible modes of object update.
::com::sun::star::embed::EmbedVerbs This constants set contains possible verbs for a contained object.
::com::sun::star::embed::EntryInitModes This constant set contains possible modes to initialize object persistance.
::com::sun::star::embed::VerbAttributes The constant set specifies possible attributes of a verb.
Top of Page