Lines Matching refs:aProperties

184         ::std::vector< Property > aProperties;  in doDescribeSupportedProperties()
192 aProperties.reserve( 12 ); in doDescribeSupportedProperties()
194 addStringPropertyDescription( aProperties, PROPERTY_XSD_DATA_TYPE ); in doDescribeSupportedProperties()
195 addInt16PropertyDescription ( aProperties, PROPERTY_XSD_WHITESPACES ); in doDescribeSupportedProperties()
196 addStringPropertyDescription( aProperties, PROPERTY_XSD_PATTERN ); in doDescribeSupportedProperties()
199 addInt32PropertyDescription( aProperties, PROPERTY_XSD_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
200 addInt32PropertyDescription( aProperties, PROPERTY_XSD_MIN_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
201 addInt32PropertyDescription( aProperties, PROPERTY_XSD_MAX_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
204 addInt32PropertyDescription( aProperties, PROPERTY_XSD_TOTAL_DIGITS, MAYBEVOID ); in doDescribeSupportedProperties()
205 addInt32PropertyDescription( aProperties, PROPERTY_XSD_FRACTION_DIGITS, MAYBEVOID ); in doDescribeSupportedProperties()
208 … addInt16PropertyDescription( aProperties, PROPERTY_XSD_MAX_INCLUSIVE_INT, MAYBEVOID ); in doDescribeSupportedProperties()
209 … addInt16PropertyDescription( aProperties, PROPERTY_XSD_MAX_EXCLUSIVE_INT, MAYBEVOID ); in doDescribeSupportedProperties()
210 … addInt16PropertyDescription( aProperties, PROPERTY_XSD_MIN_INCLUSIVE_INT, MAYBEVOID ); in doDescribeSupportedProperties()
211 … addInt16PropertyDescription( aProperties, PROPERTY_XSD_MIN_EXCLUSIVE_INT, MAYBEVOID ); in doDescribeSupportedProperties()
212 … addDoublePropertyDescription( aProperties, PROPERTY_XSD_MAX_INCLUSIVE_DOUBLE, MAYBEVOID ); in doDescribeSupportedProperties()
213 … addDoublePropertyDescription( aProperties, PROPERTY_XSD_MAX_EXCLUSIVE_DOUBLE, MAYBEVOID ); in doDescribeSupportedProperties()
214 … addDoublePropertyDescription( aProperties, PROPERTY_XSD_MIN_INCLUSIVE_DOUBLE, MAYBEVOID ); in doDescribeSupportedProperties()
215 … addDoublePropertyDescription( aProperties, PROPERTY_XSD_MIN_EXCLUSIVE_DOUBLE, MAYBEVOID ); in doDescribeSupportedProperties()
216 … addDatePropertyDescription( aProperties, PROPERTY_XSD_MAX_INCLUSIVE_DATE, MAYBEVOID ); in doDescribeSupportedProperties()
217 … addDatePropertyDescription( aProperties, PROPERTY_XSD_MAX_EXCLUSIVE_DATE, MAYBEVOID ); in doDescribeSupportedProperties()
218 … addDatePropertyDescription( aProperties, PROPERTY_XSD_MIN_INCLUSIVE_DATE, MAYBEVOID ); in doDescribeSupportedProperties()
219 … addDatePropertyDescription( aProperties, PROPERTY_XSD_MIN_EXCLUSIVE_DATE, MAYBEVOID ); in doDescribeSupportedProperties()
220 … addTimePropertyDescription( aProperties, PROPERTY_XSD_MAX_INCLUSIVE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
221 … addTimePropertyDescription( aProperties, PROPERTY_XSD_MAX_EXCLUSIVE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
222 … addTimePropertyDescription( aProperties, PROPERTY_XSD_MIN_INCLUSIVE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
223 … addTimePropertyDescription( aProperties, PROPERTY_XSD_MIN_EXCLUSIVE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
224 … addDateTimePropertyDescription( aProperties, PROPERTY_XSD_MAX_INCLUSIVE_DATE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
225 … addDateTimePropertyDescription( aProperties, PROPERTY_XSD_MAX_EXCLUSIVE_DATE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
226 … addDateTimePropertyDescription( aProperties, PROPERTY_XSD_MIN_INCLUSIVE_DATE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
227 … addDateTimePropertyDescription( aProperties, PROPERTY_XSD_MIN_EXCLUSIVE_DATE_TIME, MAYBEVOID ); in doDescribeSupportedProperties()
231 if ( aProperties.empty() ) in doDescribeSupportedProperties()
233 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()