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
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.