LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a dispatch statement from a recorded macro More...
Public Types | |
typedef sequence< com::sun::star::beans::PropertyValue > | aArgs |
specifies the dispatch command arguments | |
Public Attributes | |
string | aCommand |
specifies the dispatch command | |
string | aTarget |
specifies the frame target | |
long | nFlags |
specifies the optional search flags | |
boolean | bIsComment |
specifies if this statement should be recorded as commented out or not | |
represents a dispatch statement from a recorded macro
sequence< com::sun::star::beans::PropertyValue > aArgs |
specifies the dispatch command arguments
That means the Arguments parameter of a corresponding XDispatch::dispatch() request.
string aCommand |
specifies the dispatch command
That means the URL parameter of a corresponding XDispatchProvider::queryDispatch() request.
string aTarget |
specifies the frame target
That means the TargetFrameName parameter of a corresponding XDispatchProvider::queryDispatch() request.
boolean bIsComment |
specifies if this statement should be recorded as commented out or not
long nFlags |
specifies the optional search flags
That means the SearchFlags parameter of a corresponding XDispatchProvider::queryDispatch() request.