|
LibreOffice Module comphelper (master) 1
|
a class which aggregates a proxy for an XAccessible, and wrapping the context returned by this XAccessible. More...
#include <accessiblewrapper.hxx>
Public Member Functions | |
| OAccessibleWrapper (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, const css::uno::Reference< css::accessibility::XAccessible > &_rxInnerAccessible, const css::uno::Reference< css::accessibility::XAccessible > &_rxParentAccessible) | |
| ctor More... | |
| css::uno::Reference< css::accessibility::XAccessibleContext > | getContextNoCreate () const |
Public Member Functions inherited from cppu::ImplHelper1< css::accessibility::XAccessible > | |
| 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< css::lang::XEventListener > | |
| 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::Reference< css::accessibility::XAccessibleContext > SAL_CALL | getAccessibleContext () override |
| const css::uno::Reference< css::accessibility::XAccessible > & | getParent () const |
| virtual rtl::Reference< OAccessibleContextWrapper > | createAccessibleContext (const css::uno::Reference< css::accessibility::XAccessibleContext > &_rxInnerContext) |
| virtual | ~OAccessibleWrapper () override |
Protected Member Functions inherited from comphelper::OAccessibleWrapper_Base | |
| ~OAccessibleWrapper_Base () | |
Protected Member Functions inherited from cppu::ImplHelper1< css::accessibility::XAccessible > | |
| ~ImplHelper1 () SAL_NOEXCEPT | |
Protected Member Functions inherited from comphelper::OComponentProxyAggregation | |
| OComponentProxyAggregation (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, const css::uno::Reference< css::lang::XComponent > &_rxComponent) | |
| virtual | ~OComponentProxyAggregation () override |
| virtual void SAL_CALL | disposing () override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &_rSource) override |
| virtual void SAL_CALL | dispose () override |
Protected Member Functions inherited from comphelper::OComponentProxyAggregationHelper | |
| css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &_rType) override |
| OComponentProxyAggregationHelper (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, ::cppu::OBroadcastHelper &_rBHelper) | |
| virtual | ~OComponentProxyAggregationHelper () |
| void | componentAggregateProxyFor (const css::uno::Reference< css::lang::XComponent > &_rxComponent, oslInterlockedCount &_rRefCount, ::cppu::OWeakObject &_rDelegator) |
| to be called from within your ctor More... | |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
| virtual void SAL_CALL | dispose ()=0 |
| const css::uno::Reference< css::uno::XComponentContext > & | getComponentContext () const |
Protected Member Functions inherited from cppu::ImplHelper1< css::lang::XEventListener > | |
| ~ImplHelper1 () SAL_NOEXCEPT | |
Private Member Functions | |
| OAccessibleWrapper (const OAccessibleWrapper &)=delete | |
| OAccessibleWrapper & | operator= (const OAccessibleWrapper &)=delete |
Private Attributes | |
| css::uno::Reference< css::accessibility::XAccessible > | m_xParentAccessible |
| css::uno::WeakReference< css::accessibility::XAccessibleContext > | m_aContext |
| css::uno::Reference< css::accessibility::XAccessible > | m_xInnerAccessible |
Additional Inherited Members | |
Protected Attributes inherited from cppu::BaseMutex | |
| mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from comphelper::OComponentProxyAggregationHelper | |
| css::uno::Reference< css::lang::XComponent > | m_xInner |
| ::cppu::OBroadcastHelper & | m_rBHelper |
a class which aggregates a proxy for an XAccessible, and wrapping the context returned by this XAccessible.
Definition at line 65 of file accessiblewrapper.hxx.
| comphelper::OAccessibleWrapper::OAccessibleWrapper | ( | const css::uno::Reference< css::uno::XComponentContext > & | _rxContext, |
| const css::uno::Reference< css::accessibility::XAccessible > & | _rxInnerAccessible, | ||
| const css::uno::Reference< css::accessibility::XAccessible > & | _rxParentAccessible | ||
| ) |
ctor
| _rxContext | a service factory |
| _rxInnerAccessible | the object to wrap |
| _rxParentAccessible | The XAccessible which is our parent |
|
overrideprotectedvirtual |
Definition at line 278 of file accessiblewrapper.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, comphelper::OComponentProxyAggregation::dispose(), and comphelper::OComponentProxyAggregationHelper::m_rBHelper.
|
privatedelete |
|
protectedvirtual |
Definition at line 309 of file accessiblewrapper.cxx.
References comphelper::OComponentProxyAggregationHelper::getComponentContext(), and m_xParentAccessible.
Referenced by getAccessibleContext().
|
overrideprotectedvirtual |
Definition at line 315 of file accessiblewrapper.cxx.
References createAccessibleContext(), m_aContext, and m_xInnerAccessible.
| Reference< XAccessibleContext > comphelper::OAccessibleWrapper::getContextNoCreate | ( | ) | const |
Definition at line 303 of file accessiblewrapper.cxx.
References m_aContext.
|
inlineprotected |
Definition at line 105 of file accessiblewrapper.hxx.
|
privatedelete |
|
private |
Definition at line 73 of file accessiblewrapper.hxx.
Referenced by getAccessibleContext(), and getContextNoCreate().
|
private |
Definition at line 75 of file accessiblewrapper.hxx.
Referenced by getAccessibleContext().
|
private |
Definition at line 71 of file accessiblewrapper.hxx.
Referenced by createAccessibleContext().