Methods' Details |
hasLocation
- Description
- The object may know the location because it was loaded from there,
or because it is stored there.
- Returns
-
true if the object knows a location where it is persistent
false otherwise
|
|
getLocation
- Description
- After XStorable::storeAsURL() it returns the
URL the object was stored to.
- Returns
-
the URL of the resource which is represented by this object.
|
|
isReadonly
- Description
- It is not possible to call XStorable::store() successfully
when the data store is read-only.
- Returns
-
true if the data store is readonly or opened readonly
false otherwise
|
|
store
- Description
- stores the data to the URL from which it was loaded.
Only objects which know their locations can be stored.
- Throws
- com::sun::star::io::IOException
if an IO error occured during save operation
(may the location is unknown)
- See also
- XStorable::storeAsURL
- See also
- XStorable::storeToURL
|
|
storeAsURL
- Description
- stores the object's persistent data to a URL and
lets the object become the representation of this new URL.
This is the normal behavior for UI's "save-as" feature.
- Parameter sURL
-
specifies the new location of this component
- Parameter lArguments
-
optional parameters for saving
(see ::com::sun::star::document::MediaDescriptor for further details)
- Throws
- com::sun::star::io::IOException
if an IO error occured during save operation
(may the location is unknown)
- See also
- XStorable::store
- See also
- XStorable::storeToURL
- See also
- MediaDescriptor
|
|
storeToURL
- Description
- stores the object's persistent data to a URL and
continues to be a representation of the old URL.
This is the normal behavior for UI's export feature.
- Throws
- com::sun::star::io::IOException
if an IO error occured during save operation
(may the location is unknown)
- See also
- XStorable::store
- See also
- XStorable::storeAsURL
- See also
- MediaDescriptor
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.