|
void | dispose () |
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More...
|
|
void | addEventListener ([in] XEventListener xListener) |
| adds an event listener to the object. More...
|
|
void | removeEventListener ([in] XEventListener aListener) |
| removes an event listener from the listener list. 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...
|
|
string | getImplementationName () |
| Provides the implementation name of the service implementation. More...
|
|
boolean | supportsService ([in] string ServiceName) |
| Tests whether the specified service is supported, i.e. More...
|
|
sequence< string > | getSupportedServiceNames () |
| Provides the supported service names of the implementation, including also indirect service names. More...
|
|
void | dispatch ([in] com::sun::star::util::URL URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments) |
| dispatches (executes) a URL More...
|
|
void | addStatusListener ([in] XStatusListener Control, [in] com::sun::star::util::URL URL) |
| registers a listener of a control for a specific URL at this object to receive status events. More...
|
|
void | removeStatusListener ([in] XStatusListener Control, [in] com::sun::star::util::URL URL) |
| unregisters a listener from a control. More...
|
|
Public Member Functions inherited from XKeyHandler |
boolean | keyPressed ([in] com::sun::star::awt::KeyEvent aEvent) |
| This function is called by the broadcaster, an com::sun::star::awt::XExtendedToolkit for instance, after a key has been pressed but before it is released. More...
|
|
boolean | keyReleased ([in] com::sun::star::awt::KeyEvent aEvent) |
| This function is called by the broadcaster, an com::sun::star::awt::XExtendedToolkit for instance, after a key has been pressed and released. More...
|
|
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 XMouseClickHandler |
boolean | mousePressed ([in] com::sun::star::awt::MouseEvent e) |
| is invoked when a mouse button has been pressed on a window. More...
|
|
boolean | mouseReleased ([in] com::sun::star::awt::MouseEvent e) |
| is invoked when a mouse button has been released on a window. More...
|
|
Public Member Functions inherited from XMouseMotionHandler |
boolean | mouseDragged ([in] com::sun::star::awt::MouseEvent e) |
| is invoked when a mouse button is pressed on a window and then dragged. More...
|
|
boolean | mouseMoved ([in] com::sun::star::awt::MouseEvent e) |
| is invoked when the mouse button has been moved on a window (with no buttons down). More...
|
|
void | selectionChanged ([in] com::sun::star::lang::EventObject aEvent) |
| is called when the selection changes. More...
|
|