Home
last modified time | relevance | path

Searched refs:aPropertyValueVector (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx158 VecPropValues aPropertyValueVector; in Add() local
168 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 22 milliseconds