|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 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:35
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:47
makes it possible to access and change the selection in a view.
Definition: XSelectionSupplier.idl:30
com::sun::star::container::XEnumeration createReverseSelectionEnumeration()
com::sun::star::container::XEnumeration createSelectionEnumeration()
Definition: Ambiguous.idl:20
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:27