Lines Matching refs:WrappedStatisticProperty

183 class WrappedStatisticProperty : public WrappedSeriesOrDiagramProperty< PROPERTYTYPE >  class
186 explicit WrappedStatisticProperty( const OUString& rName, const Any& rDefaulValue in WrappedStatisticProperty() function in chart::wrapper::WrappedStatisticProperty
191 virtual ~WrappedStatisticProperty() {}; in ~WrappedStatisticProperty()
220 class WrappedConstantErrorLowProperty : public WrappedStatisticProperty< double >
237 : WrappedStatisticProperty< double >( C2U("ConstantErrorLow") in WrappedConstantErrorLowProperty()
275 class WrappedConstantErrorHighProperty : public WrappedStatisticProperty< double >
292 : WrappedStatisticProperty< double >( C2U("ConstantErrorHigh") in WrappedConstantErrorHighProperty()
330 class WrappedMeanValueProperty : public WrappedStatisticProperty< sal_Bool >
344 …: WrappedStatisticProperty< sal_Bool >( C2U("MeanValue"), uno::makeAny( sal_False ), spChart2Model… in WrappedMeanValueProperty()
375 class WrappedErrorCategoryProperty : public WrappedStatisticProperty< ::com::sun::star::chart::Char…
389 … : WrappedStatisticProperty< ::com::sun::star::chart::ChartErrorCategory >( C2U("ErrorCategory") in WrappedErrorCategoryProperty()
476 class WrappedPercentageErrorProperty : public WrappedStatisticProperty< double >
493 : WrappedStatisticProperty< double >( C2U("PercentageError") in WrappedPercentageErrorProperty()
533 class WrappedErrorMarginProperty : public WrappedStatisticProperty< double >
550 : WrappedStatisticProperty< double >( C2U("ErrorMargin") in WrappedErrorMarginProperty()
590 class WrappedErrorIndicatorProperty : public WrappedStatisticProperty< ::com::sun::star::chart::Cha…
604 …: WrappedStatisticProperty< ::com::sun::star::chart::ChartErrorIndicatorType >( C2U("ErrorIndicato… in WrappedErrorIndicatorProperty()
667 class WrappedErrorBarStyleProperty : public WrappedStatisticProperty< sal_Int32 >
681 : WrappedStatisticProperty< sal_Int32 >( C2U("ErrorBarStyle") in WrappedErrorBarStyleProperty()
716 class WrappedErrorBarRangePositiveProperty : public WrappedStatisticProperty< OUString >
733 : WrappedStatisticProperty< OUString >( C2U("ErrorBarRangePositive") in WrappedErrorBarRangePositiveProperty()
785 class WrappedErrorBarRangeNegativeProperty : public WrappedStatisticProperty< OUString >
802 : WrappedStatisticProperty< OUString >( C2U("ErrorBarRangeNegative") in WrappedErrorBarRangeNegativeProperty()
854 class WrappedRegressionCurvesProperty : public WrappedStatisticProperty< ::com::sun::star::chart::C…
868 …: WrappedStatisticProperty< ::com::sun::star::chart::ChartRegressionCurveType >( C2U("RegressionCu… in WrappedRegressionCurvesProperty()
906 class WrappedStatisticPropertySetProperty : public WrappedStatisticProperty< Reference< beans::XPro…
933 : WrappedStatisticProperty< Reference< beans::XPropertySet > >( in WrappedStatisticPropertySetProperty()