LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a dispatch statement from a recorded macro More...
import"DispatchStatement.idl";
Public Attributes | |
string | aCommand |
specifies the dispatch command More... | |
string | aTarget |
specifies the frame target More... | |
sequence< com::sun::star::beans::PropertyValue > | aArgs |
specifies the dispatch command arguments More... | |
long | nFlags |
specifies the optional search flags More... | |
boolean | bIsComment |
specifies if this statement should be recorded as commented out or not More... | |
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.