LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XEvent.idl";
Public Member Functions | |
string | getType () |
XEventTarget | getTarget () |
XEventTarget | getCurrentTarget () |
PhaseType | getEventPhase () |
boolean | getBubbles () |
boolean | getCancelable () |
com::sun::star::util::Time | getTimeStamp () |
void | stopPropagation () |
void | preventDefault () |
void | initEvent ([in] string eventTypeArg, [in] boolean canBubbleArg, [in] boolean cancelableArg) |
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... | |
boolean getBubbles | ( | ) |
boolean getCancelable | ( | ) |
XEventTarget getCurrentTarget | ( | ) |
PhaseType getEventPhase | ( | ) |
XEventTarget getTarget | ( | ) |
com::sun::star::util::Time getTimeStamp | ( | ) |
string getType | ( | ) |
void initEvent | ( | [in] string | eventTypeArg, |
[in] boolean | canBubbleArg, | ||
[in] boolean | cancelableArg | ||
) |
void preventDefault | ( | ) |
void stopPropagation | ( | ) |