summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/EmbedVerbs.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/EmbedVerbs.idl')
-rw-r--r--offapi/com/sun/star/embed/EmbedVerbs.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/embed/EmbedVerbs.idl b/offapi/com/sun/star/embed/EmbedVerbs.idl
index ebc0a5f687aa..e1033d6d1939 100644
--- a/offapi/com/sun/star/embed/EmbedVerbs.idl
+++ b/offapi/com/sun/star/embed/EmbedVerbs.idl
@@ -29,55 +29,45 @@
#define __com_sun_star_embed_EmbedVerbs_idl__
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** This constants set contains possible verbs for a contained object.
@see XEmbeddedObject
*/
published constants EmbedVerbs
{
- //------------------------------------------------------------------------
/** lets the object do default activation, as by double-click.
*/
const long MS_OLEVERB_PRIMARY = 0;
- //------------------------------------------------------------------------
/** lets the object open itself for editing of viewing.
*/
const long MS_OLEVERB_SHOW = -1;
- //------------------------------------------------------------------------
/** lets the object activate itself outplace.
*/
const long MS_OLEVERB_OPEN = -2;
- //------------------------------------------------------------------------
/** lets the inplace object remove its UI from container.
*/
const long MS_OLEVERB_HIDE = -3;
- //------------------------------------------------------------------------
/** lets the object proceed with UI activation.
*/
const long MS_OLEVERB_UIACTIVATE = -4;
- //------------------------------------------------------------------------
/** lets the object activate itself inplace.
*/
const long MS_OLEVERB_IPACTIVATE = -5;
- //------------------------------------------------------------------------
/** lets the object forget any undo state.
*/
const long MS_OLEVERB_DISCARDUNDOSTATE = -6;
};
-//============================================================================
}; }; }; };