| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Should be implemented by a clipboard factory that simplifies the creation of multiple clipboard instances. More...
import "XClipboardFactory.idl";
 
  
| Public Member Functions | |
| XClipboard | createClipboard ([in] string aName) raises ( com::sun::star::lang::IllegalArgumentException ) | 
| Creates a new named clipboard instance. | |
| 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. | |
Should be implemented by a clipboard factory that simplifies the creation of multiple clipboard instances.
| XClipboard createClipboard | ( | [in] string | aName | ) | ||
| raises | ( | com::sun::star::lang::IllegalArgumentException ) | ||||
Creates a new named clipboard instance.
| aName | The name the clipboard should have. | 
| com::sun::star::lang::IllegalArgumentException | If an empty string is passed as clipboard name. |