22 module
com { module sun { module star { module frame {
offers a simple way to store a component to a URL.
Definition XStorable.idl:42
void storeAsURL([in] string sURL, [in] sequence< com::sun::star::beans::PropertyValue > lArguments)
stores the object's persistent data to a URL and makes this URL the new location of the object.
boolean hasLocation()
The object may know the location because it was loaded from there, or because it is stored there.
boolean isReadonly()
It is not possible to call XStorable::store() successfully when the data store is read-only.
string getLocation()
After XStorable::storeAsURL() it returns the URL the object was stored to.
void storeToURL([in] string sURL, [in] sequence< com::sun::star::beans::PropertyValue > lArguments)
stores the object's persistent data to a URL and continues to be a representation of the old URL.
void store()
stores the data to the URL from which it was loaded.
base interface of all UNO interfaces
Definition XInterface.idl:46
Java beans-like property access and introspection.
Definition Ambiguous.idl:20
General input/output interfaces.
Definition AlreadyConnectedException.idl:22
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20