Lines Matching refs:xColProp

131 	Reference< XPropertySet > xColProp;  in setComments()  local
141 ::cppu::extractInterface(xColProp,xColumns->getByIndex(i)); in setComments()
142 if(xColProp.is()) in setComments()
144 …::rtl::OUString aDescription = getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().… in setComments()
147 …::rtl::OUString aCom = aSql + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().g… in setComments()
219 Reference< XPropertySet > xColProp; in createTable() local
228 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(i)) && xColProp.is()) in createTable()
231 …aSql += aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in createTable()
234 aSql += OTables::getColumnSqlType(xColProp); in createTable()
235 aSql += OTables::getColumnSqlNotNullDefault(xColProp); in createTable()
250 if(::cppu::extractInterface(xColProp,xKeys->getByIndex(key)) && xColProp.is()) in createTable()
253 …sal_Int32 nKeyType = getINT32(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByI… in createTable()
261 xColumnSup = Reference<XColumnsSupplier>(xColProp,UNO_QUERY); in createTable()
269 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
270 …aSql += aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in createTable()
278 xColumnSup = Reference<XColumnsSupplier>(xColProp,UNO_QUERY); in createTable()
286 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
287 …aSql += aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in createTable()
295 …sal_Int32 nDeleteRule = getINT32(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameB… in createTable()
297 xColumnSup = Reference<XColumnsSupplier>(xColProp,UNO_QUERY); in createTable()
303 …::rtl::OUString aName,aSchema,aRefTable = getString(xColProp->getPropertyValue(OMetaConnection::ge… in createTable()
314 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
315 …aSql += aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in createTable()