| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
These values represent the type of action or actions to be performed by a Drag and Drop operation. More...
| Variables | |
| const byte | ACTION_NONE = 0x00 | 
| No action. | |
| const byte | ACTION_COPY = 0x01 | 
| Action copy. | |
| const byte | ACTION_MOVE = 0x02 | 
| Action move. | |
| const byte | ACTION_COPY_OR_MOVE = 0x03 | 
| Action copy or move. | |
| const byte | ACTION_LINK = 0x04 | 
| Action link. | |
| const byte | ACTION_REFERENCE = 0x04 | 
| Action reference. | |
| const byte | ACTION_DEFAULT = -0x80 | 
| Action default. | |
These values represent the type of action or actions to be performed by a Drag and Drop operation.
| const byte ACTION_COPY = 0x01 | 
Action copy.
| const byte ACTION_COPY_OR_MOVE = 0x03 | 
Action copy or move.
| const byte ACTION_DEFAULT = -0x80 | 
Action default.
| const byte ACTION_LINK = 0x04 | 
Action link.
| const byte ACTION_MOVE = 0x02 | 
Action move.
| const byte ACTION_NONE = 0x00 | 
No action.
| const byte ACTION_REFERENCE = 0x04 | 
Action reference.