21 module
com { module sun { module star { module document {
32 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor )
42 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor )
58 raises( ::
com::sun::star::io::IOException,
59 ::
com::sun::star::uno::Exception );
This exception can be thrown in case an object is initialized second time.
Definition DoubleInitializationException.idl:29
is thrown when an input or output error has occurred.
Definition IOException.idl:27
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
the base of all UNO exceptions
Definition generated_idl_chapter_refs.idl:113
allows to initialize document with a storage, to store document to a storage, and to set document to ...
Definition XStorageBasedDocument.idl:27
void switchToStorage([in] ::com::sun::star::embed::XStorage xStorage)
allows to switch the document to the provided storage.
void loadFromStorage([in] ::com::sun::star::embed::XStorage xStorage, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor)
lets the document load itself using provided storage.
::com::sun::star::embed::XStorage getDocumentStorage()
allows to get the storage the document is based on.
void storeToStorage([in] ::com::sun::star::embed::XStorage xStorage, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor)
lets the document store itself to the provided storage.
allows to be notified when a document is switched to a new storage.
Definition XStorageChangeListener.idl:26
This interface represents main storage functionality.
Definition XStorage.idl:27
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20