Lines Matching refs:aProperties
298 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
304 aProperties.reserve( 7 ); in doDescribeSupportedProperties()
305 addStringPropertyDescription( aProperties, PROPERTY_XML_DATA_MODEL ); in doDescribeSupportedProperties()
306 addStringPropertyDescription( aProperties, PROPERTY_BINDING_NAME ); in doDescribeSupportedProperties()
307 addStringPropertyDescription( aProperties, PROPERTY_BIND_EXPRESSION ); in doDescribeSupportedProperties()
308 addStringPropertyDescription( aProperties, PROPERTY_XSD_REQUIRED ); in doDescribeSupportedProperties()
309 addStringPropertyDescription( aProperties, PROPERTY_XSD_RELEVANT ); in doDescribeSupportedProperties()
310 addStringPropertyDescription( aProperties, PROPERTY_XSD_READONLY ); in doDescribeSupportedProperties()
311 addStringPropertyDescription( aProperties, PROPERTY_XSD_CONSTRAINT ); in doDescribeSupportedProperties()
312 addStringPropertyDescription( aProperties, PROPERTY_XSD_CALCULATION ); in doDescribeSupportedProperties()
316 implAddPropertyDescription( aProperties, PROPERTY_LIST_BINDING, in doDescribeSupportedProperties()
321 if ( aProperties.empty() ) in doDescribeSupportedProperties()
323 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()