Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx183 Reference< XPropertySet > xIndexDescriptor = xIndexFactory->createDataDescriptor(); in commitNewIndex() local
184 Reference< XColumnsSupplier > xColsSupp(xIndexDescriptor, UNO_QUERY); in commitNewIndex()
202 xIndexDescriptor->setPropertyValue(s_sUniquePropertyName, ::cppu::bool2any(_rPos->bUnique)); in commitNewIndex()
203 xIndexDescriptor->setPropertyValue(s_sNamePropertyName, makeAny(_rPos->sName)); in commitNewIndex()
223 xAppendIndex->appendByDescriptor(xIndexDescriptor); in commitNewIndex()

Completed in 12 milliseconds