LibreOffice Module chart2 (master) 1
|
#include "AccessibleBase.hxx"
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | chart::AccessibleChartView |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::accessibility |
namespace | com::sun::star::awt |
namespace | com::sun::star::frame |
namespace | com::sun::star::view |
namespace | accessibility |
namespace | chart |
namespace | chart::impl |
Base class for all Chart Accessibility objects except the root node (see AccessibleChartView) | |
Typedefs | |
typedef ::cppu::ImplInheritanceHelper< ::chart::AccessibleBase, css::lang::XInitialization, css::view::XSelectionChangeListener > | chart::impl::AccessibleChartView_Base |