LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
DispatchStatement Struct Referencepublished

represents a dispatch statement from a recorded macro More...

import "DispatchStatement.idl";

Public Types

typedef sequence< com::sun::star::beans::PropertyValueaArgs
 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
 

Detailed Description

represents a dispatch statement from a recorded macro

Since
OOo 1.1.2

Member Typedef Documentation

◆ aArgs

specifies the dispatch command arguments

That means the Arguments parameter of a corresponding XDispatch::dispatch() request.

Member Data Documentation

◆ aCommand

string aCommand

specifies the dispatch command

That means the URL parameter of a corresponding XDispatchProvider::queryDispatch() request.

◆ aTarget

string aTarget

specifies the frame target

That means the TargetFrameName parameter of a corresponding XDispatchProvider::queryDispatch() request.

◆ bIsComment

boolean bIsComment

specifies if this statement should be recorded as commented out or not

See also
XDispatchRecorder::recordDispatchAsComment()

◆ nFlags

long nFlags

specifies the optional search flags

That means the SearchFlags parameter of a corresponding XDispatchProvider::queryDispatch() request.


The documentation for this struct was generated from the following file: