Searched refs:xIndexDescriptor (Results 1 – 1 of 1) sorted by relevance
183 Reference< XPropertySet > xIndexDescriptor = xIndexFactory->createDataDescriptor(); in commitNewIndex() local184 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 16 milliseconds