Lines Matching refs:aProps
155 ::std::vector<PropertyValue> aProps; in lcl_convertProperties()
159 aProps.reserve(info.getLength() + 5); in lcl_convertProperties()
162 aProps.push_back( *pSupported ); in lcl_convertProperties()
167 aProps.push_back( PropertyValue( in lcl_convertProperties()
172 aProps.push_back( PropertyValue( in lcl_convertProperties()
180 aProps.push_back( PropertyValue( in lcl_convertProperties()
188 aProps.push_back( PropertyValue( in lcl_convertProperties()
194 aProps.push_back( PropertyValue( in lcl_convertProperties()
199 aProps.push_back( PropertyValue( in lcl_convertProperties()
204 aProps.push_back( PropertyValue( in lcl_convertProperties()
209 PropertyValue* pProps = aProps.empty() ? 0 : &aProps[0]; in lcl_convertProperties()
210 return Sequence< PropertyValue >(pProps, aProps.size()); in lcl_convertProperties()