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

(Global Index)

Syntax

struct AtomDescription;

Description

AtomDescription contains a string and the corresponding registered atom

See also

com::sun:star::util::XAtomServer

Field Summary

atom the atom itself

description the string it stands for

Field Details



atom

Syntax

long atom;

Description

the atom itself


description

Syntax

string description;

Description

the string it stands for

Top of Page