Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: frame ::

struct DispatchStatement
Description
represents a dispatch statement from a recorded macro
Since
OOo 1.1.2

Elements' Summary
aCommand specifies the dispatch command  
aTarget specifies the frame target  
aArgs specifies the dispatch command arguments  
nFlags specifies the optional search flags  
bIsComment specifies if this statement should be recorded as commented out or not  
Elements' Details
aCommand
string aCommand;
Description
specifies the dispatch command

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

aTarget
string aTarget;
Description
specifies the frame target

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

aArgs
sequence< ::com::sun::star::beans::PropertyValue > aArgs;
Description
specifies the dispatch command arguments

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

nFlags
long nFlags;
Description
specifies the optional search flags

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

bIsComment
boolean bIsComment;
Description
specifies if this statement should be recorded as commented out or not
See also
XDispatchRecorder::recordDispatchAsComment()
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.