LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows to be notified when the activation status of a FormController changes. More...
import"XFormControllerListener.idl";
Public Member Functions | |
void | formActivated ([in] com::sun::star::lang::EventObject rEvent) |
is invoked when a control of the controller gained the focus and the controller was not previously activated. More... | |
void | formDeactivated ([in] com::sun::star::lang::EventObject rEvent) |
is invoked when a control of the "XFormController" lost the focus and no control of the controller received the focus. More... | |
Public Member Functions inherited from XEventListener | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
Public Member Functions inherited from XInterface | |
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... | |
allows to be notified when the activation status of a FormController changes.
A form controller is activated if a form control gains the focus and none of its controls currently owned the focus before.
void formActivated | ( | [in] com::sun::star::lang::EventObject | rEvent | ) |
is invoked when a control of the controller gained the focus and the controller was not previously activated.
rEvent | the event happened. |
void formDeactivated | ( | [in] com::sun::star::lang::EventObject | rEvent | ) |
is invoked when a control of the "XFormController" lost the focus and no control of the controller received the focus.
In other words, no control of the controller owns the focus.
rEvent | the event happened. |