LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
OpenCommandArgument3 Struct Referencepublished

Extended argument for commands like "open". More...

import"OpenCommandArgument3.idl";

Inheritance diagram for OpenCommandArgument3:
OpenCommandArgument2 OpenCommandArgument

Public Attributes

sequence< com::sun::star::beans::NamedValueOpeningFlags
 Flags to use for opening. More...
 
- Public Attributes inherited from OpenCommandArgument2
sequence< com::sun::star::ucb::NumberedSortingInfoSortingInfo
 The sort criteria for the rows of the returned ContentResultSet. More...
 
- Public Attributes inherited from OpenCommandArgument
long Mode
 A mode. More...
 
long Priority
 The command's priority, in the range 0 (highest) to 65535 (lowest). More...
 
com::sun::star::uno::XInterface Sink
 The data sink to write the contents into (supporting either com::sun::star::io::XActiveDataSink, com::sun::star::io::XOutputStream or com::sun::star::io::XActiveDataStreamer). More...
 
sequence< com::sun::star::beans::PropertyProperties
 The properties, for that the values shall be provided by the DynamicResultSet returned by the command). More...
 

Detailed Description

Extended argument for commands like "open".

We're extending OpenCommandArgument even more, to provide some opening flags on to webdav.

See also
XCommandProcessor

Member Data Documentation

◆ OpeningFlags

sequence< com::sun::star::beans::NamedValue > OpeningFlags

Flags to use for opening.

WebDav e.g. uses "KeepAlive" to enable/disable the respective http feature.


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