LibreOffice
LibreOffice 24.2 SDK API Reference
|
This constants set contains possible verbs for a contained object. More...
Variables | |
const long | MS_OLEVERB_PRIMARY = 0 |
lets the object do default activation, as by double-click. More... | |
const long | MS_OLEVERB_SHOW = -1 |
lets the object open itself for editing or viewing. More... | |
const long | MS_OLEVERB_OPEN = -2 |
lets the object activate itself outplace. More... | |
const long | MS_OLEVERB_HIDE = -3 |
lets the inplace object remove its UI from container. More... | |
const long | MS_OLEVERB_UIACTIVATE = -4 |
lets the object proceed with UI activation. More... | |
const long | MS_OLEVERB_IPACTIVATE = -5 |
lets the object activate itself inplace. More... | |
const long | MS_OLEVERB_DISCARDUNDOSTATE = -6 |
lets the object forget any undo state. More... | |
This constants set contains possible verbs for a contained object.
const long MS_OLEVERB_DISCARDUNDOSTATE = -6 |
lets the object forget any undo state.
const long MS_OLEVERB_HIDE = -3 |
lets the inplace object remove its UI from container.
const long MS_OLEVERB_IPACTIVATE = -5 |
lets the object activate itself inplace.
const long MS_OLEVERB_OPEN = -2 |
lets the object activate itself outplace.
const long MS_OLEVERB_PRIMARY = 0 |
lets the object do default activation, as by double-click.
const long MS_OLEVERB_SHOW = -1 |
lets the object open itself for editing or viewing.
const long MS_OLEVERB_UIACTIVATE = -4 |
lets the object proceed with UI activation.