Searched refs:orProps (Results 1 – 1 of 1) sorted by relevance
121 void lclAppendProperty( ::std::vector< PropertyValue >& orProps, const OUString& rPropName, const T… in lclAppendProperty() argument123 orProps.push_back( PropertyValue() ); in lclAppendProperty()124 orProps.back().Name = rPropName; in lclAppendProperty()125 orProps.back().Value <<= rValue; in lclAppendProperty()
Completed in 28 milliseconds