|
LibreOffice Module forms (master) 1
|
#include <ImageButton.hxx>
Public Member Functions | |
| OImageButtonControl (const css::uno::Reference< css::uno::XComponentContext > &_rxFactory) | |
| OUString SAL_CALL | getImplementationName () override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
| virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &_rType) override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &_rSource) 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 () override |
| virtual void SAL_CALL | disposing () override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
Public Member Functions inherited from frm::OClickableImageBaseControl | |
| OClickableImageBaseControl (const css::uno::Reference< css::uno::XComponentContext > &_rxFactory, const OUString &_aService) | |
| virtual | ~OClickableImageBaseControl () override |
Public Member Functions inherited from cppu::ImplHelper3< class Ifc1, class Ifc2, class Ifc3 > | |
| virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Public Member Functions inherited from frm::OControl | |
| OControl (const css::uno::Reference< css::uno::XComponentContext > &_rFactory, const OUString &_rAggregateService, const bool _bSetDelegator=true) | |
| constructs a control More... | |
Public Member Functions inherited from cppu::OComponentHelper | |
| OComponentHelper (::osl::Mutex &rMutex) | |
| virtual | ~OComponentHelper () SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE=0 |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
| virtual void SAL_CALL | dispose () SAL_OVERRIDE |
| virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE |
| virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakAggObject | |
| OWeakAggObject () | |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakObject | |
| OWeakObject () | |
| OWeakObject (const OWeakObject &) | |
| OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
| virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
| SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Public Member Functions inherited from cppu::ImplHelper1< class Ifc1 > | |
| virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Protected Member Functions | |
| virtual css::uno::Sequence< css::uno::Type > | _getTypes () override |
Protected Member Functions inherited from frm::OClickableImageBaseControl | |
| virtual void SAL_CALL | submit () override |
| virtual void SAL_CALL | submitWithInteraction (const css::uno::Reference< css::task::XInteractionHandler > &aHandler) override |
| virtual void SAL_CALL | addSubmissionVetoListener (const css::uno::Reference< css::form::submission::XSubmissionVetoListener > &listener) override |
| virtual void SAL_CALL | removeSubmissionVetoListener (const css::uno::Reference< css::form::submission::XSubmissionVetoListener > &listener) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
| virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &_rType) override |
| virtual void SAL_CALL | disposing () override |
| virtual void SAL_CALL | addApproveActionListener (const css::uno::Reference< css::form::XApproveActionListener > &_rxListener) override |
| virtual void SAL_CALL | removeApproveActionListener (const css::uno::Reference< css::form::XApproveActionListener > &_rxListener) override |
| virtual void SAL_CALL | registerDispatchProviderInterceptor (const css::uno::Reference< css::frame::XDispatchProviderInterceptor > &Interceptor) override |
| virtual void SAL_CALL | releaseDispatchProviderInterceptor (const css::uno::Reference< css::frame::XDispatchProviderInterceptor > &Interceptor) override |
| virtual void | actionPerformed_Impl (bool bNotifyListener, const css::awt::MouseEvent &rEvt) |
| css::uno::Sequence< css::uno::Type > | _getTypes () override |
| bool | approveAction () |
| approves the action by calling the approve listeners More... | |
| OImageProducerThread_Impl * | getImageProducerThread () |
| retrieves (and if necessary creates) the image producer thread. More... | |
| virtual void SAL_CALL | disposing () override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
Protected Member Functions inherited from cppu::ImplHelper3< class Ifc1, class Ifc2, class Ifc3 > | |
| ~ImplHelper3 () SAL_NOEXCEPT | |
Protected Member Functions inherited from frm::OControl | |
| virtual | ~OControl () override |
| void | doSetDelegator () |
| sets the control as delegator at the aggregate More... | |
| void | doResetDelegator () |
| virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &_rType) override |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
| virtual void SAL_CALL | disposing () override |
| virtual void SAL_CALL | dispose () override |
| virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &_rxListener) override |
| virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &_rxListener) override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
| virtual OUString SAL_CALL | getImplementationName () override=0 |
| virtual void SAL_CALL | setContext (const css::uno::Reference< css::uno::XInterface > &Context) override |
| virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getContext () override |
| virtual void SAL_CALL | createPeer (const css::uno::Reference< css::awt::XToolkit > &Toolkit, const css::uno::Reference< css::awt::XWindowPeer > &Parent) override |
| virtual css::uno::Reference< css::awt::XWindowPeer > SAL_CALL | getPeer () override |
| virtual sal_Bool SAL_CALL | setModel (const css::uno::Reference< css::awt::XControlModel > &Model) override |
| virtual css::uno::Reference< css::awt::XControlModel > SAL_CALL | getModel () override |
| virtual css::uno::Reference< css::awt::XView > SAL_CALL | getView () override |
| virtual void SAL_CALL | setDesignMode (sal_Bool bOn) override |
| virtual sal_Bool SAL_CALL | isDesignMode () override |
| virtual sal_Bool SAL_CALL | isTransparent () override |
| virtual css::uno::Sequence< css::uno::Type > | _getTypes () |
| css::uno::Sequence< OUString > | getAggregateServiceNames () const |
| virtual void SAL_CALL | disposing () |
Protected Member Functions inherited from cppu::OWeakAggObject | |
| virtual | ~OWeakAggObject () SAL_OVERRIDE |
Protected Member Functions inherited from cppu::OWeakObject | |
| virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
| void | disposeWeakConnectionPoint () |
Protected Member Functions inherited from cppu::ImplHelper1< class Ifc1 > | |
| ~ImplHelper1 () SAL_NOEXCEPT | |
Additional Inherited Members | |
Protected Attributes inherited from frm::OClickableImageBaseControl | |
| ::comphelper::OInterfaceContainerHelper3< css::form::XApproveActionListener > | m_aApproveActionListeners |
| ::comphelper::OInterfaceContainerHelper3< css::awt::XActionListener > | m_aActionListeners |
| OUString | m_aActionCommand |
Protected Attributes inherited from frm::OControl | |
| ::osl::Mutex | m_aMutex |
| css::uno::Reference< css::awt::XControl > | m_xControl |
| css::uno::Reference< css::uno::XAggregation > | m_xAggregate |
| css::uno::Reference< css::uno::XComponentContext > | m_xContext |
| WindowStateGuard | m_aWindowStateGuard |
Protected Attributes inherited from cppu::OWeakAggObject | |
| css::uno::WeakReferenceHelper | xDelegator |
Protected Attributes inherited from cppu::OWeakObject | |
| oslInterlockedCount | m_refCount |
Definition at line 63 of file ImageButton.hxx.
|
explicit |
Definition at line 174 of file ImageButton.cxx.
References cppu::OWeakObject::m_refCount, frm::OControl::m_xAggregate, and query_aggregation().
|
overrideprotectedvirtual |
Reimplemented from frm::OClickableImageBaseControl.
Definition at line 156 of file ImageButton.cxx.
References aTypes, and concatSequences().
|
overridevirtual |
Reimplemented from frm::OClickableImageBaseControl.
Definition at line 224 of file clickableimage.cxx.
|
overridevirtual |
Reimplemented from frm::OClickableImageBaseControl.
Definition at line 210 of file FormComponent.cxx.
References cppu::supportsService().
|
inlineoverridevirtual |
Reimplemented from frm::OControl.
Definition at line 84 of file ImageButton.hxx.
References frm::OControl::disposing().
|
overridevirtual |
Reimplemented from frm::OClickableImageBaseControl.
Definition at line 210 of file FormComponent.cxx.
|
inlineoverridevirtual |
Implements frm::OControl.
Definition at line 74 of file ImageButton.hxx.
|
overridevirtual |
Reimplemented from frm::OClickableImageBaseControl.
Definition at line 163 of file ImageButton.cxx.
References FRM_SUN_CONTROL_IMAGEBUTTON, and STARDIV_ONE_FORM_CONTROL_IMAGEBUTTON.
|
overridevirtual |
Definition at line 225 of file ImageButton.cxx.
|
overridevirtual |
Definition at line 229 of file ImageButton.cxx.
|
overridevirtual |
Definition at line 198 of file ImageButton.cxx.
References frm::OClickableImageBaseControl::actionPerformed_Impl(), frm::OClickableImageBaseControl::getImageProducerThread(), comphelper::OInterfaceContainerHelper3< class ListenerT >::getLength(), frm::OClickableImageBaseControl::m_aApproveActionListeners, and frm::OControl::m_aMutex.
|
overridevirtual |
Definition at line 221 of file ImageButton.cxx.
|
overridevirtual |
Reimplemented from frm::OClickableImageBaseControl.
Definition at line 189 of file ImageButton.cxx.
References Any, frm::OClickableImageBaseControl::queryAggregation(), and cppu::ImplHelper1< class Ifc1 >::queryInterface().