LibreOffice Module chart2 (master) 1
|
#include <comphelper/compbase.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | chart::CommandDispatch |
This is the base class for an XDispatch. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::uno |
namespace | com::sun::star::util |
namespace | chart |
namespace | chart::impl |
Base class for all Chart Accessibility objects except the root node (see AccessibleChartView) | |
Typedefs | |
typedef ::comphelper::WeakComponentImplHelper< css::frame::XDispatch, css::util::XModifyListener > | chart::impl::CommandDispatch_Base |