19 #ifndef __com_sun_star_embed_XStorage_idl__
20 #define __com_sun_star_embed_XStorage_idl__
39 module com { module sun { module star { module embed {
57 interface ::com::sun::star::container::XNameAccess;
66 interface ::com::sun::star::lang::XComponent;
93 void copyToStorage( [in]
XStorage xDest )
130 [in]
string sStreamName,
131 [in]
long nOpenMode )
182 [in]
string sStreamName,
184 [in]
string sPassword )
220 XStorage openStorageElement( [in]
string sStorName,
221 [in]
long nOpenMode )
305 [in]
string sStreamName,
306 [in]
string sPassword )
337 void copyLastCommitTo( [in]
XStorage xTargetStorage )
369 void copyStorageElementLastCommitTo(
370 [in]
string sStorName,
401 boolean isStreamElement( [in]
string sElementName )
431 boolean isStorageElement( [in]
string sElementName )
457 void removeElement( [in]
string sElementName )
491 void renameElement( [in]
string sElementName, [in]
string sNewName )
532 [in]
string sElementName,
534 [in]
string sNewName )
575 [in]
string sElementName,
577 [in]
string sNewName )
is thrown when an input or output error has occurred.
Definition: IOException.idl:30
This interface represents main storage functionality.
Definition: XStorage.idl:43
This exception can be thrown in case object is not encrypted one as expected.
Definition: NoEncryptionException.idl:30
offers read and write access to the same stream.
Definition: XStream.idl:32
This exception can wrap an exception thrown during XStorage methods execution.
Definition: StorageWrappedTargetException.idl:32
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This exception can be thrown in case a storage is invalid.
Definition: InvalidStorageException.idl:35
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
This exception can be thrown in case wrong password was provided.
Definition: WrongPasswordException.idl:30
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:38