Home | History | Annotate | Download | only in forms

Lines Matching defs:createStepRange

256     return numericValue < createStepRange(RejectAny).minimum();
268 return numericValue > createStepRange(RejectAny).maximum();
278 return createStepRange(RejectAny).minimum().toDouble();
283 return createStepRange(RejectAny).maximum().toDouble();
295 StepRange stepRange(createStepRange(RejectAny));
308 StepRange stepRange(createStepRange(RejectAny));
321 return createStepRange(RejectAny).stepMismatch(numericValue);
380 StepRange stepRange(createStepRange(RejectAny));
725 StepRange stepRange(createStepRange(anyStepHandling));
787 StepRange stepRange(createStepRange(RejectAny));
792 StepRange InputType::createStepRange(AnyStepHandling) const
845 StepRange stepRange(createStepRange(AnyIsDefaultStep));
896 StepRange InputType::createStepRange(AnyStepHandling anyStepHandling, const Decimal& stepBaseDefault, const Decimal& minimumDefault, const Decimal& maximumDefault, const StepRange::StepDescription& stepDescription) const