22 module
com { module sun { module star { module resource {
68 raises(
com::sun::star::lang::NoSupportException,
69 com::sun::star::uno::Exception );
99 void setComment( [in]
string Comment );
134 void storeToStorage( [in] ::
com::sun::star::embed::XStorage Storage,
135 [in]
string BaseName, [in]
string Comment )
136 raises (
com::sun::star::uno::Exception );
176 void storeToURL( [in]
string URL, [in]
string BaseName, [in]
string Comment,
177 [in]
com::sun::star::task::XInteractionHandler Handler )
178 raises(
com::sun::star::uno::Exception );
193 sequence<
byte> exportBinary();
214 void importBinary( [in] sequence<
byte> Data )
215 raises (
com::sun::star::lang::IllegalArgumentException );
Interface to manage a resource string table containing a set of strings for different locales.
Definition: XStringResourceManager.idl:39
Interface derived from XStringResourceManager containing basic persistence functionality limited to o...
Definition: XStringResourcePersistence.idl:32
void store()
Stores all string table data respectively all data modified since the last call to store() to the loc...
Definition: Ambiguous.idl:20