|
LibreOffice Module forms (master) 1
|
#include <FormComponent.hxx>
Public Member Functions | |
| OBoundControl (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, const OUString &_rAggregateService, const bool _bSetDelegator=true) | |
| virtual | ~OBoundControl () override |
| virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &_rType) override |
| virtual sal_Bool SAL_CALL | getLock () override |
| virtual void SAL_CALL | setLock (sal_Bool _bLock) override |
| virtual sal_Bool SAL_CALL | setModel (const css::uno::Reference< css::awt::XControlModel > &Model) override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
| virtual void SAL_CALL | disposing () 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::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 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 |
| void | _setLock (bool _bLock) |
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::ImplHelper3< class Ifc1, class Ifc2, class Ifc3 > | |
| ~ImplHelper3 () SAL_NOEXCEPT | |
Protected Member Functions inherited from cppu::ImplHelper1< class Ifc1 > | |
| ~ImplHelper1 () SAL_NOEXCEPT | |
Private Attributes | |
| bool | m_bLocked: 1 |
Additional Inherited Members | |
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 246 of file FormComponent.hxx.
| frm::OBoundControl::OBoundControl | ( | const css::uno::Reference< css::uno::XComponentContext > & | _rxContext, |
| const OUString & | _rAggregateService, | ||
| const bool | _bSetDelegator = true |
||
| ) |
Definition at line 323 of file FormComponent.cxx.
|
overridevirtual |
Definition at line 330 of file FormComponent.cxx.
|
overrideprotectedvirtual |
Reimplemented from frm::OControl.
Reimplemented in frm::ODateControl, frm::OEditControl, frm::OFormattedControl, frm::OImageControlControl, frm::OListBoxControl, and frm::OTimeControl.
Definition at line 334 of file FormComponent.cxx.
References frm::OControl::_getTypes(), frm::TypeBag::getTypes(), and cppu::ImplHelper1< class Ifc1 >::getTypes().
Referenced by frm::OEditControl::_getTypes(), frm::OImageControlControl::_getTypes(), and frm::OListBoxControl::_getTypes().
|
protected |
Definition at line 374 of file FormComponent.cxx.
Referenced by setLock().
|
overridevirtual |
Reimplemented from frm::OControl.
Reimplemented in frm::OEditControl, frm::OFormattedControl, frm::OImageControlControl, and frm::OListBoxControl.
Definition at line 402 of file FormComponent.cxx.
Referenced by frm::OEditControl::disposing(), frm::OImageControlControl::disposing(), frm::OListBoxControl::disposing(), and frm::OFormattedControl::disposing().
|
overridevirtual |
Reimplemented from frm::OControl.
Reimplemented in frm::OEditControl, frm::OFormattedControl, frm::OImageControlControl, frm::OFormattedControl, and frm::OListBoxControl.
|
overridevirtual |
Definition at line 359 of file FormComponent.cxx.
References m_bLocked.
|
overridevirtual |
Reimplemented from frm::OControl.
Reimplemented in frm::OEditControl, frm::OFormattedControl, frm::OImageControlControl, and frm::OListBoxControl.
Definition at line 339 of file FormComponent.cxx.
References Any, frm::OControl::queryAggregation(), and cppu::ImplHelper1< class Ifc1 >::queryInterface().
Referenced by frm::OEditControl::queryAggregation(), frm::OImageControlControl::queryAggregation(), and frm::OListBoxControl::queryAggregation().
|
overridevirtual |
Definition at line 364 of file FormComponent.cxx.
References _setLock(), frm::OControl::m_aMutex, and m_bLocked.
|
overridevirtual |
Reimplemented from frm::OControl.
Definition at line 391 of file FormComponent.cxx.
References frm::OControl::setModel().
|
private |
Definition at line 249 of file FormComponent.hxx.