| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
This service provides a simple functionality to allow read/write the storages in OLE storage format. More...
import "OLESimpleStorage.idl";
 
  
| Public Member Functions | |
| 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. | |
| Public Member Functions inherited from XNameContainer | |
| 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. | |
| Public Member Functions inherited from XNameReplace | |
| 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. | |
| Public Member Functions inherited from XNameAccess | |
| any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) | 
| sequence< string > | getElementNames () | 
| boolean | hasByName ([in] string aName) | 
| Public Member Functions inherited from XElementAccess | |
| type | getElementType () | 
| boolean | hasElements () | 
| Public Member Functions inherited from XInterface | |
| 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. | |
| Public Member Functions inherited from XComponent | |
| 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. | |
| Public Member Functions inherited from XTransactedObject | |
| 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. | |
| Public Member Functions inherited from XClassifiedObject | |
| 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. | |
| Additional Inherited Members | |
| Exported Interfaces inherited from XOLESimpleStorage | |
| interface | ::com::sun::star::container::XNameContainer | 
| interface XNameContainer is the generic interface for supporting the insertion and removal of named elements. | |
| interface | ::com::sun::star::lang::XComponent | 
| interface XComponent allows to explicitly free resources and break cyclic references. | |
| interface | XTransactedObject | 
| interface XTransactedObject allows transacted access to an object. | |
| interface | XClassifiedObject | 
| interface XClassifiedObject represents common functionality for embedded objects | |
This service provides a simple functionality to allow read/write the storages in OLE storage format.
| createFromInputStream | ( | [in] ::com::sun::star::io::XInputStream | xInputStream, | 
| [in] boolean | bNoTempCopy ) | 
is used to initialize the object on it's creation.
| xInputStream | [in] the InputStream that contains data in OLE storage format. | 
| bNoTempCopy | [in] specifies whether a temporary copy should be created during substreams opening. If the copy is not created the storage must stay alive while the opened substreams are used. | 
| createFromStream | ( | [in] ::com::sun::star::io::XStream | xStream, | 
| [in] boolean | bNoTempCopy ) | 
is used to initialize the object on it's creation.
| xStream | [in] the Stream that contains data in OLE storage format. | 
| bNoTempCopy | [in] specifies whether a temporary copy should be created during substreams opening. If the copy is not created the storage must stay alive while the opened substreams are used. |