LibreOffice
LibreOffice 24.2 SDK API Reference
|
A selection change listener that is attached to a XRangeHighlighter in order to get notified about selection changes that affect range highlighting. More...
import"RangeHighlightListener.idl";
Exported Interfaces | |
interface | ::com::sun::star::view::XSelectionChangeListener |
Additional Inherited Members | |
![]() | |
void | selectionChanged ([in] com::sun::star::lang::EventObject aEvent) |
is called when the selection changes. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
A selection change listener that is attached to a XRangeHighlighter in order to get notified about selection changes that affect range highlighting.
interface ::com::sun::star::view::XSelectionChangeListener |