19 #ifndef __com_sun_star_resource_XStringResourcePersistence_idl__
20 #define __com_sun_star_resource_XStringResourcePersistence_idl__
28 module com { module sun { module star { module resource {
105 void setComment( [in]
string Comment );
141 [in]
string BaseName, [in]
string Comment )
182 void storeToURL( [in]
string URL, [in]
string BaseName, [in]
string Comment,
199 sequence<byte> exportBinary();
220 void importBinary( [in] sequence<byte> Data )
Interface to manage a resource string table containing a set of strings for different locales...
Definition: XStringResourceManager.idl:47
This interface represents main storage functionality.
Definition: XStorage.idl:43
Interface derived from XStringResourceManager containing basic persistence functionality limited to o...
Definition: XStringResourcePersistence.idl:37
the base of all UNO exceptions
Definition: Exception.idl:32
An interaction request handler.
Definition: XInteractionHandler.idl:32
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:38