LibreOffice
LibreOffice 24.8 SDK API Reference
|
is used for approving the moving and changing of row set actions. More...
import <XRowSetApproveListener.idl;
Public Member Functions | |
boolean | approveCursorMove ([in]com::sun::star::lang::EventObject event) |
is called before a row set's cursor is moved. | |
boolean | approveRowChange ([in]RowChangeEvent event) |
is called before a row is inserted, updated, or deleted. | |
boolean | approveRowSetChange ([in]com::sun::star::lang::EventObject event) |
is called before a row set is changed, or in other words before a row set is reexecuted. | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
is used for approving the moving and changing of row set actions.
boolean approveCursorMove | ( | [in] com::sun::star::lang::EventObject | event | ) |
is called before a row set's cursor is moved.
event | the event which happened |
TRUE
when moving is allowed, otherwise FALSE
boolean approveRowChange | ( | [in] RowChangeEvent | event | ) |
is called before a row is inserted, updated, or deleted.
event | the event which happened |
TRUE
when changing is allowed, otherwise FALSE
boolean approveRowSetChange | ( | [in] com::sun::star::lang::EventObject | event | ) |
is called before a row set is changed, or in other words before a row set is reexecuted.
event | the event which happened |
TRUE
when changing is allowed, otherwise FALSE