LibreOffice Module chart2 (master) 1
|
#include <comphelper/compbase.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <com/sun/star/chart2/data/XRangeHighlighter.hpp>
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <rtl/ref.hxx>
Go to the source code of this file.
Classes | |
class | chart::RangeHighlighter |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::chart2 |
namespace | com::sun::star::beans |
namespace | com::sun::star::view |
namespace | chart |
namespace | chart::impl |
Base class for all Chart Accessibility objects except the root node (see AccessibleChartView) | |
Typedefs | |
typedef comphelper::WeakComponentImplHelper< css::chart2::data::XRangeHighlighter, css::view::XSelectionChangeListener > | chart::impl::RangeHighlighter_Base |