21module 
com {  module sun {  module star {  module awt { module grid {
 
Definition Ambiguous.idl:20
An event used by a XGridControl to notify changes in its row selection.
Definition GridSelectionEvent.idl:30
sequence< long > SelectedRowIndexes
denotes the indexes of the rows being selected at the time the event was fired.
Definition GridSelectionEvent.idl:33
sequence< long > SelectedColumnIndexes
denotes the indexes of the columns being selected at the time the event was fired.
Definition GridSelectionEvent.idl:37
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28