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

The argument for the command "insert". More...

import"InsertCommandArgument.idl";

Inheritance diagram for InsertCommandArgument:
InsertCommandArgument2

Public Attributes

com::sun::star::io::XInputStream Data
 A stream containing document data. More...
 
boolean ReplaceExisting
 A flag indicating whether a possibly existing content (and its data) shall be overwritten. More...
 

Detailed Description

The argument for the command "insert".

See also
XCommandProcessor

Member Data Documentation

◆ Data

A stream containing document data.

This member can be left blank, if no (new) document data shall be written by the implementation of the "insert" command.

◆ ReplaceExisting

boolean ReplaceExisting

A flag indicating whether a possibly existing content (and its data) shall be overwritten.

Implementations that are not able to detect whether there are previous data may ignore this parameter and will always write the new data.


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