19 #ifndef __com_sun_star_embed_ElementModes_idl__ 20 #define __com_sun_star_embed_ElementModes_idl__ 24 module
com { module sun { module star { module embed {
36 published constants ElementModes
const long READ
specifies opening of an element for reading.
Definition: ElementModes.idl:40
Definition: Ambiguous.idl:22
const long NOCREATE
restricts creation of a new element on opening in case a requested one does not exist.
Definition: ElementModes.idl:91
const long SEEKABLEREAD
specifies opening of a seekable element for reading.
Definition: ElementModes.idl:60
const long SEEKABLE
specifies opening of a seekable element.
Definition: ElementModes.idl:51
const long TRUNCATE
lets the document be truncated immediately after opening.
Definition: ElementModes.idl:81
const long WRITE
specifies opening of an element for writing.
Definition: ElementModes.idl:64
const long READWRITE
specifies opening of an element for reading and writing.
Definition: ElementModes.idl:72