Lines Matching refs:eErrorKind
161 SvxChartKindError eErrorKind = in ApplySpecialItem() local
165 if( !xErrorBarProp.is() && eErrorKind == CHERROR_NONE) in ApplySpecialItem()
173 switch( eErrorKind ) in ApplySpecialItem()
348 SvxChartKindError eErrorKind = CHERROR_NONE; in FillSpecialItem() local
359 eErrorKind = CHERROR_VARIANT; break; in FillSpecialItem()
361 eErrorKind = CHERROR_SIGMA; break; in FillSpecialItem()
363 eErrorKind = CHERROR_CONST; break; in FillSpecialItem()
365 eErrorKind = CHERROR_PERCENT; break; in FillSpecialItem()
367 eErrorKind = CHERROR_BIGERROR; break; in FillSpecialItem()
369 eErrorKind = CHERROR_STDERROR; break; in FillSpecialItem()
371 eErrorKind = CHERROR_RANGE; break; in FillSpecialItem()
374 rOutItemSet.Put( SvxChartKindErrorItem( eErrorKind, SCHATTR_STAT_KIND_ERROR )); in FillSpecialItem()