LibreOffice Module comphelper (master) 1
Classes | Namespaces | Typedefs
accessiblewrapper.hxx File Reference
#include <config_options.h>
#include <sal/config.h>
#include <map>
#include <comphelper/proxyaggregation.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/basemutex.hxx>
#include <comphelper/uno3.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <comphelper/accessibleeventnotifier.hxx>
#include <comphelper/comphelperdllapi.h>
#include <rtl/ref.hxx>
Include dependency graph for accessiblewrapper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  comphelper::OAccessibleWrapper_Base
 
class  comphelper::OAccessibleWrapper
 a class which aggregates a proxy for an XAccessible, and wrapping the context returned by this XAccessible. More...
 
class  comphelper::OAccessibleContextWrapperHelper
 Helper for wrapping an XAccessibleContext by aggregating a proxy for it. More...
 
class  comphelper::OAccessibleContextWrapper
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  comphelper
 

Typedefs

typedef ::cppu::ImplHelper1< css::accessibility::XAccessibleEventListener > comphelper::OAccessibleContextWrapperHelper_Base
 
typedef ::cppu::WeakComponentImplHelper< css::accessibility::XAccessibleEventBroadcaster, css::accessibility::XAccessibleContext > comphelper::OAccessibleContextWrapper_CBase
 
typedef ::std::map< css::uno::Reference< css::accessibility::XAccessible >, rtl::Reference< comphelper::OAccessibleWrapper > > comphelper::AccessibleMap
 
typedef ::cppu::WeakImplHelper< css::lang::XEventListener > comphelper::OWrappedAccessibleChildrenManager_Base