Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/index/
H A Dcntex.cxx351 uno::Sequence< beans::PropertyValues> aSequPropVals(10); in CreateOrUpdateExample() local
361 if( aSequPropVals.getLength() <= nTokenIndex) in CreateOrUpdateExample()
362 aSequPropVals.realloc(nTokenIndex + 10); in CreateOrUpdateExample()
435 beans::PropertyValues* pValues = aSequPropVals.getArray(); in CreateOrUpdateExample()
441 aSequPropVals.realloc(nTokenIndex); in CreateOrUpdateExample()
450 … uno::Any aLevelProp(&aSequPropVals, ::getCppuType((uno::Sequence<beans::PropertyValues>*)0)); in CreateOrUpdateExample()

Completed in 8 milliseconds