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

(Global Index)

Syntax

struct AtomClassRequest;

Description

AtomCLassRequest is used to describe which atoms the user wants to know about

See also

XAtomServer

Field Summary

atomClass the class of the atoms described in member AtomClassRequest::atoms

atoms the atoms requested from class AtomClassRequest::atomClass

Field Details



atomClass

Syntax

long atomClass;

Description

the class of the atoms described in member AtomClassRequest::atoms


atoms

Syntax

sequence< long > atoms;

Description

the atoms requested from class AtomClassRequest::atomClass

Top of Page