Searched refs:aPropertyValueVector (Results 1 – 1 of 1) sorted by relevance
158 VecPropValues aPropertyValueVector; in Add() local168 aPropertyValueVector.push_back( aProperty ); in Add()173 aPropertyValueVector.push_back( aProp ); in Add()178 aPropertyValueVector.push_back( aProp ); in Add()184 uno::Sequence< beans::PropertyValue > aPropertyValueList(aPropertyValueVector.size()); in Add()185 VecPropValues::iterator it = aPropertyValueVector.begin(); in Add()186 VecPropValues::iterator it_end = aPropertyValueVector.end(); in Add()
Completed in 14 milliseconds