LibreOffice
LibreOffice 24.2 SDK API Reference
|
These flags describe the capabilities a system clipboard has to transfer data to other applications via the OS. More...
Variables | |
const byte | Delayed = 1 |
The implementation supports delayed rendering. More... | |
const byte | Persistant = 2 |
The implementation is able to store the data persistent in the system so that it does not get lost when the source application no longer exist. More... | |
const byte | Persistent = 2 |
The implementation is able to store the data persistent in the system so that it does not get lost when the source application no longer exist. More... | |
These flags describe the capabilities a system clipboard has to transfer data to other applications via the OS.
const byte Delayed = 1 |
The implementation supports delayed rendering.
const byte Persistant = 2 |
The implementation is able to store the data persistent in the system so that it does not get lost when the source application no longer exist.
const byte Persistent = 2 |
The implementation is able to store the data persistent in the system so that it does not get lost when the source application no longer exist.