LibreOffice Module svx (master)
1
|
Public Member Functions | |
FmMouseListenerAdapter (const Reference< css::awt::XControl > &_rxControl, IContextRequestObserver *_pObserver) | |
void | dispose () |
Protected Member Functions | |
virtual | ~FmMouseListenerAdapter () override |
virtual void SAL_CALL | mousePressed (const css::awt::MouseEvent &e) override |
virtual void SAL_CALL | mouseReleased (const css::awt::MouseEvent &e) override |
virtual void SAL_CALL | mouseEntered (const css::awt::MouseEvent &e) override |
virtual void SAL_CALL | mouseExited (const css::awt::MouseEvent &e) override |
virtual void SAL_CALL | disposing (const EventObject &Source) override |
Private Attributes | |
IContextRequestObserver * | m_pObserver |
Reference< css::awt::XWindow > | m_xWindow |
Definition at line 245 of file fmtextcontrolshell.cxx.
svx::FmMouseListenerAdapter::FmMouseListenerAdapter | ( | const Reference< css::awt::XControl > & | _rxControl, |
IContextRequestObserver * | _pObserver | ||
) |
Definition at line 268 of file fmtextcontrolshell.cxx.
References DBG_ASSERT, DBG_UNHANDLED_EXCEPTION, Exception, m_refCount, and m_xWindow.
|
overrideprotectedvirtual |
Definition at line 290 of file fmtextcontrolshell.cxx.
References dispose().
Definition at line 298 of file fmtextcontrolshell.cxx.
References m_xWindow.
Referenced by ~FmMouseListenerAdapter().
|
overrideprotectedvirtual |
Definition at line 338 of file fmtextcontrolshell.cxx.
References DBG_ASSERT, and m_xWindow.
|
overrideprotectedvirtual |
Definition at line 326 of file fmtextcontrolshell.cxx.
|
overrideprotectedvirtual |
Definition at line 332 of file fmtextcontrolshell.cxx.
|
overrideprotectedvirtual |
Definition at line 308 of file fmtextcontrolshell.cxx.
References svx::IContextRequestObserver::contextMenuRequested(), and m_pObserver.
|
overrideprotectedvirtual |
Definition at line 320 of file fmtextcontrolshell.cxx.
|
private |
Definition at line 248 of file fmtextcontrolshell.cxx.
Referenced by mousePressed().
|
private |
Definition at line 249 of file fmtextcontrolshell.cxx.
Referenced by dispose(), disposing(), and FmMouseListenerAdapter().