22module
com { module sun { module star { module view {
34 boolean select( [in] any xSelection )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
base interface of all UNO interfaces
Definition XInterface.idl:46
makes it possible to receive an event when the current selection changes.
Definition XSelectionChangeListener.idl:30
makes it possible to access and change the selection in a view.
Definition XSelectionSupplier.idl:30
void removeSelectionChangeListener([in] com::sun::star::view::XSelectionChangeListener xListener)
unregisters an event listener which was registered with XSelectionSupplier::addSelectionChangeListene...
boolean select([in] any xSelection)
selects the object represented by xSelection if it is known and selectable in this object.
void addSelectionChangeListener([in] com::sun::star::view::XSelectionChangeListener xListener)
registers an event listener, which is called when the selection changes.
Definition Ambiguous.idl:20