22 module
com { module sun { module star { module embed {
59 [in]
string sStreamName )
108 [in]
string sStreamName )
158 [in]
string sStreamName,
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:35
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception can be thrown in case a storage is invalid.
Definition InvalidStorageException.idl:32
This exception can wrap an exception thrown during XStorage methods execution.
Definition StorageWrappedTargetException.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
This exception can be thrown in case object is not encrypted one as expected.
Definition NoEncryptionException.idl:27
This interface represents main storage functionality.
Definition XStorageRawAccess.idl:27
void insertRawEncrStreamElement([in] string sStreamName, [in] ::com::sun::star::io::XInputStream xInStream)
allows to insert a raw stream representing encrypted stream with header.
::com::sun::star::io::XInputStream getPlainRawStreamElement([in] string sStreamName)
allows to get a plain raw stream representing a package stream.
::com::sun::star::io::XInputStream getRawEncrStreamElement([in] string sStreamName)
allows to get a raw stream representing encrypted stream with header.
Definition Ambiguous.idl:20