Home
last modified time | relevance | path

Searched refs:WrappedStatisticProperty (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx183 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…
[all …]