Searched refs:WrappedStatisticProperty (Results 1 – 1 of 1) sorted by relevance
183 class WrappedStatisticProperty : public WrappedSeriesOrDiagramProperty< PROPERTYTYPE > class186 explicit WrappedStatisticProperty( const OUString& rName, const Any& rDefaulValue in WrappedStatisticProperty() function in chart::wrapper::WrappedStatisticProperty191 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…[all …]