Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: embed ::

constants group EmbedVerbs
Description
This constants set contains possible verbs for a contained object.
See also
XEmbeddedObject

Constants
MS_OLEVERB_PRIMARY lets the object do default activation, as by doubleclick.  
MS_OLEVERB_SHOW lets the object open itself for editing of viewing.  
MS_OLEVERB_OPEN lets the object activate itself outplace.  
MS_OLEVERB_HIDE lets the inplace object remove its UI from container.  
MS_OLEVERB_UIACTIVATE lets the object proceed with UI activation.  
MS_OLEVERB_IPACTIVATE lets the object activate itself inplace.  
MS_OLEVERB_DISCARDUNDOSTATE lets the object forget any undo state.  
Constants' Details
MS_OLEVERB_PRIMARY
const long MS_OLEVERB_PRIMARY = 0;
Description
lets the object do default activation, as by doubleclick.
MS_OLEVERB_SHOW
const long MS_OLEVERB_SHOW = -1;
Description
lets the object open itself for editing of viewing.
MS_OLEVERB_OPEN
const long MS_OLEVERB_OPEN = -2;
Description
lets the object activate itself outplace.
MS_OLEVERB_HIDE
const long MS_OLEVERB_HIDE = -3;
Description
lets the inplace object remove its UI from container.
MS_OLEVERB_UIACTIVATE
const long MS_OLEVERB_UIACTIVATE = -4;
Description
lets the object proceed with UI activation.
MS_OLEVERB_IPACTIVATE
const long MS_OLEVERB_IPACTIVATE = -5;
Description
lets the object activate itself inplace.
MS_OLEVERB_DISCARDUNDOSTATE
const long MS_OLEVERB_DISCARDUNDOSTATE = -6;
Description
lets the object forget any undo state.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.