LibreOffice Module chart2 (master) 1
|
#include <DataSeries.hxx>
#include <DataSeriesProperties.hxx>
#include "DataPointProperties.hxx"
#include <CharacterProperties.hxx>
#include <UserDefinedProperties.hxx>
#include "DataPoint.hxx"
#include <DataSeriesHelper.hxx>
#include <CloneHelper.hxx>
#include <RegressionCurveModel.hxx>
#include <ModifyListenerHelper.hxx>
#include <com/sun/star/chart2/data/XTextualDataSequence.hpp>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::uno |
namespace | chart |
Functions | |
OOO_DLLPUBLIC_CHARTTOOLS const tPropertyValueMap & | chart::StaticDataSeriesDefaults () |
static Reference< chart2::data::XLabeledDataSequence > | chart::lcl_findLSequenceWithOnlyLabel (const Sequence< Reference< chart2::data::XLabeledDataSequence > > &rDataSequences) |
static OUString | chart::lcl_getDataSequenceLabel (const Reference< chart2::data::XDataSequence > &xSequence) |
static OUString | chart::getLabelForLabeledDataSequence (const Reference< chart2::data::XLabeledDataSequence > &xLabeledSeq) |
static bool | chart::lcl_SequenceHasUnhiddenData (const uno::Reference< chart2::data::XDataSequence > &xDataSequence) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_chart_DataSeries_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_chart_DataSeries_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 727 of file DataSeries.cxx.