Lines Matching refs:eErrorKind
253 SvxChartKindError eErrorKind = in ApplySpecialItem() local
257 if( !xErrorBarProp.is() && eErrorKind == CHERROR_NONE) in ApplySpecialItem()
265 switch( eErrorKind ) in ApplySpecialItem()
535 SvxChartKindError eErrorKind = CHERROR_NONE; in FillSpecialItem() local
548 eErrorKind = CHERROR_VARIANT; break; in FillSpecialItem()
550 eErrorKind = CHERROR_SIGMA; break; in FillSpecialItem()
552 eErrorKind = CHERROR_CONST; break; in FillSpecialItem()
554 eErrorKind = CHERROR_PERCENT; break; in FillSpecialItem()
556 eErrorKind = CHERROR_BIGERROR; break; in FillSpecialItem()
558 eErrorKind = CHERROR_STDERROR; break; in FillSpecialItem()
560 eErrorKind = CHERROR_RANGE; break; in FillSpecialItem()
564 rOutItemSet.Put( SvxChartKindErrorItem( eErrorKind, SCHATTR_STAT_KIND_ERROR )); in FillSpecialItem()