LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::embed::VerbAttributes Constant Group Referencepublished

The constant set specifies possible attributes of a verb. More...

Variables

const long MS_VERBATTR_NEVERDIRTIES = 1
 Execution of the verb with this attribute must not modify the object. More...
 
const long MS_VERBATTR_ONCONTAINERMENU = 2
 indicates that the verb should appear in the object's menu. More...
 

Detailed Description

The constant set specifies possible attributes of a verb.

See also
VerbDescriptor

Variable Documentation

◆ MS_VERBATTR_NEVERDIRTIES

const long MS_VERBATTR_NEVERDIRTIES = 1

Execution of the verb with this attribute must not modify the object.

◆ MS_VERBATTR_ONCONTAINERMENU

const long MS_VERBATTR_ONCONTAINERMENU = 2

indicates that the verb should appear in the object's menu.