22 module
com { module sun { module star { module embed {
34 published constants ElementModes
const long READ
specifies opening of an element for reading.
Definition: ElementModes.idl:38
Definition: Ambiguous.idl:20
const long NOCREATE
restricts creation of a new element on opening in case a requested one does not exist.
Definition: ElementModes.idl:89
const long SEEKABLEREAD
specifies opening of a seekable element for reading.
Definition: ElementModes.idl:58
const long SEEKABLE
specifies opening of a seekable element.
Definition: ElementModes.idl:49
const long TRUNCATE
lets the document be truncated immediately after opening.
Definition: ElementModes.idl:79
const long WRITE
specifies opening of an element for writing.
Definition: ElementModes.idl:62
const long READWRITE
specifies opening of an element for reading and writing.
Definition: ElementModes.idl:70