LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_view_XMultiSelectionSupplier_idl__
20 #define __com_sun_star_view_XMultiSelectionSupplier_idl__
26 module
com { module sun { module star { module view {
void removeSelection([in] any Selection)
remove the object or objects represented by Selection from the selection of this XMultiSelectionSuppl...
long getSelectionCount()
returns the number of selected objects of this XMultiSelectionSupplier.
makes it possible to append and remove objects from a selection.
Definition: XMultiSelectionSupplier.idl:40
boolean addSelection([in] any Selection)
adds the object or the objects represented by Selection to the selection of this XMultiSelectionSuppl...
provides functionality to enumerate the contents of a container.
Definition: XEnumeration.idl:55
makes it possible to access and change the selection in a view.
Definition: XSelectionSupplier.idl:38
com::sun::star::container::XEnumeration createReverseSelectionEnumeration()
com::sun::star::container::XEnumeration createSelectionEnumeration()
Definition: Ambiguous.idl:22
void clearSelection()
clears the selection of this XMultiSelectionSupplier.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31