Searched refs:HasFeature (Results 1 – 6 of 6) sorted by relevance
53 assert( ! aRestriction.HasFeature( in ApplyRestriction()59 if (aRestriction.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()61 …if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBi… in ApplyRestriction()74 else if (aRestriction.HasFeature(Restriction.PatternBit)) in ApplyRestriction()88 …else if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLen… in ApplyRestriction()90 if (aRestriction.HasFeature(Restriction.LengthBit)) in ApplyRestriction()92 if (aRestriction.HasFeature(Restriction.MinLengthBit)) in ApplyRestriction()94 if (aRestriction.HasFeature(Restriction.MaxLengthBit)) in ApplyRestriction()236 if (aRestriction.HasFeature(Restriction.LengthBit)) in CheckLengthRestriction()238 else if (aRestriction.HasFeature(Restriction.MinLengthBit | Restriction.MaxLengthBit)) in CheckLengthRestriction()[all …]
90 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in ApplyRestriction()92 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in ApplyRestriction()95 if (aNode.HasFeature(Restriction.MaxExclusiveBit)) in ApplyRestriction()97 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in ApplyRestriction()100 if (aNode.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()
118 if (HasFeature(LengthBit)) in toString()123 if (HasFeature(MinLengthBit)) in toString()128 if (HasFeature(MaxLengthBit)) in toString()161 assert( ! HasFeature(MinExclusiveBit)); in SetMinInclusive()171 assert( ! HasFeature(MinInclusiveBit)); in SetMinExclusive()181 assert( ! HasFeature(MaxExclusiveBit)); in SetMaxInclusive()191 assert( ! HasFeature(MaxInclusiveBit)); in SetMaxExclusive()201 assert( ! HasFeature(MinLengthBit|MaxLengthBit)); in SetLength()211 assert( ! HasFeature(LengthBit)); in SetMinLength()221 assert( ! HasFeature(LengthBit)); in SetMaxLength()[all …]
390 if (aNode.HasFeature(Restriction.EnumerationBit)) in Visit()392 if (aNode.HasFeature(Restriction.PatternBit)) in Visit()394 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in Visit()396 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in Visit()398 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit()400 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit()402 if (aNode.HasFeature(Restriction.LengthBit)) in Visit()404 if (aNode.HasFeature(Restriction.MinLengthBit)) in Visit()406 if (aNode.HasFeature(Restriction.MaxLengthBit)) in Visit()
821 SFX_APP()->HasFeature(SFX_FEATURE_SIMAGE)) in DoVerb()
1299 if (!(pApp->HasFeature(SFX_FEATURE_SIMAGE))) in GetMenuState()