| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
represents common functionality for embedded clients. More...
import "XEmbeddedClient.idl";
 
  
| Public Member Functions | |
| void | saveObject () raises ( ::com::sun::star::embed::ObjectSaveVetoException, ::com::sun::star::uno::Exception ) | 
| asks client to let the object store itself. | |
| void | visibilityChanged ([in] boolean bVisible) raises ( ::com::sun::star::embed::WrongStateException ) | 
| An object can use this method to notify the client when the object outplace window becomes visible or invisible. | |
| Public Member Functions inherited from XComponentSupplier | |
| ::com::sun::star::util::XCloseable | getComponent () | 
| allows to get access to a component. | |
| 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. | |
represents common functionality for embedded clients.
| void saveObject | ( | ) | ||||
| raises | ( | ::com::sun::star::embed::ObjectSaveVetoException, | ||||
| ::com::sun::star::uno::Exception ) | ||||||
asks client to let the object store itself.
| com::sun::star::uno::ObjectSaveVetoException | in case container wants to avoid saving of object | 
| com::sun::star::uno::Exception | in case of problems during saving | 
| void visibilityChanged | ( | [in] boolean | bVisible | ) | ||
| raises | ( | ::com::sun::star::embed::WrongStateException ) | ||||
An object can use this method to notify the client when the object outplace window becomes visible or invisible.
| bVisible | visibility state of the window | 
| com::sun::star::embed::WrongStateException | the object is in wrong state |