struct ElementChange in module com::sun::star::util::

(Global Index)

Syntax

struct ElementChange;

Description

This structure describes a single change that is part of a batch of changes.

Field Summary

Accessor This contains the accessor to the element which changed

Element This contains the element that was inserted or changed.

ReplacedElement This contains the element that was replaced or removed.

Field Details



Accessor

Syntax

any Accessor;

Description

This contains the accessor to the element which changed

The type and the value of the accessor depends on the service.


Element

Syntax

any Element;

Description

This contains the element that was inserted or changed.


ReplacedElement

Syntax

any ReplacedElement;

Description

This contains the element that was replaced or removed.

Top of Page