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
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
readable and writeable
Definition: FieldAccessMode.idl:32
const long WRITE
specifies opening of an element for writing.
Definition: ElementModes.idl:62