LibreOffice
LibreOffice 24.2 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. More... | |
boolean | approveRowChange ([in]RowChangeEvent event) |
is called before a row is inserted, updated, or deleted. More... | |
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. 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... | |
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