Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx187 for (sal_uInt32 nValueIndex=0; nValueIndex<aValues.size(); ++nValueIndex) in ForAll() local
188 aValues[nValueIndex] = xSetItem->getByName(rArguments[nValueIndex]); in ForAll()
/aoo4110/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx275 for (sal_uInt32 nValueIndex=0; nValueIndex<aValues.size(); ++nValueIndex) in ForAll() local
277 if ( ! xSetItem->hasByName(rArguments[nValueIndex])) in ForAll()
280 aValues[nValueIndex] = xSetItem->getByName(rArguments[nValueIndex]); in ForAll()

Completed in 17 milliseconds