22 module
com { module sun { module star { module embed {
40 interface ::com::sun::star::container::XNameAccess;
49 interface ::com::sun::star::lang::XComponent;
76 void copyToStorage( [in]
XStorage xDest )
113 [in]
string sStreamName,
114 [in]
long nOpenMode )
165 [in]
string sStreamName,
167 [in]
string sPassword )
203 XStorage openStorageElement( [in]
string sStorName,
204 [in]
long nOpenMode )
288 [in]
string sStreamName,
289 [in]
string sPassword )
320 void copyLastCommitTo( [in]
XStorage xTargetStorage )
352 void copyStorageElementLastCommitTo(
353 [in]
string sStorName,
384 boolean isStreamElement( [in]
string sElementName )
414 boolean isStorageElement( [in]
string sElementName )
440 void removeElement( [in]
string sElementName )
474 void renameElement( [in]
string sElementName, [in]
string sNewName )
515 [in]
string sElementName,
517 [in]
string sNewName )
558 [in]
string sElementName,
560 [in]
string sNewName )
is thrown when an input or output error has occurred.
Definition: IOException.idl:26
This interface represents main storage functionality.
Definition: XStorage.idl:26
Definition: Ambiguous.idl:20
This exception can be thrown in case object is not encrypted one as expected.
Definition: NoEncryptionException.idl:26
offers read and write access to the same stream.
Definition: XStream.idl:26
This exception can wrap an exception thrown during XStorage methods execution.
Definition: StorageWrappedTargetException.idl:28
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This exception can be thrown in case a storage is invalid.
Definition: InvalidStorageException.idl:31
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
This exception can be thrown in case wrong password was provided.
Definition: WrongPasswordException.idl:26
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:34