This service provides a simple functionality to allow read/write the storages in OLE storage format.
More...
|
| createFromInputStream ([in] ::com::sun::star::io::XInputStream xInputStream, [in] boolean bNoTempCopy) |
| is used to initialize the object on it's creation.
|
|
| createFromStream ([in] ::com::sun::star::io::XStream xStream, [in] boolean bNoTempCopy) |
| is used to initialize the object on it's creation.
|
|
void | insertByName ([in] string aName, [in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ) |
| inserts the given element at the specified name.
|
|
void | removeByName ([in] string Name) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
| removes the element with the specified name.
|
|
void | replaceByName ([in] string aName, [in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
| replaces the element with the specified name with the given element.
|
|
any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
|
sequence< string > | getElementNames () |
|
boolean | hasByName ([in] string aName) |
|
type | getElementType () |
|
boolean | hasElements () |
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object.
|
|
void | acquire () |
| increases the reference counter by one.
|
|
void | release () |
| decreases the reference counter by one.
|
|
void | dispose () |
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references.
|
|
void | addEventListener ([in] XEventListener xListener) |
| adds an event listener to the object.
|
|
void | removeEventListener ([in] XEventListener aListener) |
| removes an event listener from the listener list.
|
|
void | commit () raises ( ::com::sun::star::io::IOException, ::com::sun::star::lang::WrappedTargetException ) |
| commits the changes made for object.
|
|
void | revert () raises ( ::com::sun::star::io::IOException, ::com::sun::star::lang::WrappedTargetException ) |
| removes all the changes made for the object after last commit or loading.
|
|
sequence< byte > | getClassID () |
| retrieves class ID of the object.
|
|
string | getClassName () |
| retrieves symbolic name for the object type to be used in UI.
|
|
void | setClassInfo ([in] sequence< byte > aClassID, [in] string sClassName) raises ( ::com::sun::star::lang::NoSupportException ) |
| sets the class ID and symbolic name to an object.
|
|
This service provides a simple functionality to allow read/write the storages in OLE storage format.