19 #ifndef __com_sun_star_embed_XOptimizedStorage_idl__
20 #define __com_sun_star_embed_XOptimizedStorage_idl__
39 module com { module sun { module star { module embed {
51 void insertRawNonEncrStreamElementDirect(
52 [in]
string sStreamName,
64 void insertStreamElementDirect(
65 [in]
string sStreamName,
67 [in] sequence < ::com::sun::star::beans::PropertyValue > aProperties )
76 void copyElementDirectlyTo(
77 [in]
string sSourceName,
79 [in]
string sTargetName )
92 void writeAndAttachToStream(
105 void attachToURL( [in]
string sURL,
106 [in]
boolean bReadOnly )
116 any getElementPropertyValue( [in]
string sElementName,
117 [in]
string sPropertyName )
150 void copyStreamElementData( [in]
string sStreamName,
is thrown when an input or output error has occurred.
Definition: IOException.idl:30
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
offers read and write access to the same stream.
Definition: XStream.idl:32
This is a temporary interface that is introduced to temporarily optimize the document storing process...
Definition: XOptimizedStorage.idl:46
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
This exception is thrown when a proposed change to a property represents an unacceptable value...
Definition: PropertyVetoException.idl:34
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