| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
must be implemented by anyone who holds the adapter on the client side. More...
import "XReference.idl";
 
  
| Public Member Functions | |
| void | dispose () | 
| removes all references to the adapter. | |
| 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. | |
must be implemented by anyone who holds the adapter on the client side.
| void dispose | ( | ) | 
removes all references to the adapter.
This method is called when the adapted object dies. The implementation of the client-side's weak reference must include removal of all references to the adapter. Otherwise, the adapted object will be destroyed, but the adapter will be alive.