Searched refs:xColumnProps (Results 1 – 3 of 3) sorted by relevance
1146 Reference< XPropertySet > xColumnProps( xColumn, UNO_QUERY ); in DataToDoc() local1148 if( xColumnProps.is() ) in DataToDoc()1150 Any aType = xColumnProps->getPropertyValue(C2U("Type")); in DataToDoc()1360 Reference< XPropertySet > xColumnProps; in DataToDoc() local1361 xCols->getByName(pDBCol->pColInfo->sColumn) >>= xColumnProps; in DataToDoc()1364 xColumnProps, in DataToDoc()1369 Any aType = xColumnProps->getPropertyValue(C2U("Type")); in DataToDoc()1395 Reference< XPropertySet > xColumnProps; in DataToDoc() local1396 xCols->getByName(pDBCol->pColInfo->sColumn) >>= xColumnProps; in DataToDoc()1398 xColumnProps, in DataToDoc()
312 uno::Reference< XPropertySet > xColumnProps; in lcl_GetColumnCnt() local313 aCol >>= xColumnProps; in lcl_GetColumnCnt()327 rResult = SwNewDBMgr::GetDBField( xColumnProps, aFormatData, pNumber); in lcl_GetColumnCnt()1702 String SwNewDBMgr::GetDBField(uno::Reference<XPropertySet> xColumnProps, in GetDBField() argument1706 uno::Reference< XColumn > xColumn(xColumnProps, UNO_QUERY); in GetDBField()1712 Any aType = xColumnProps->getPropertyValue(C2U("Type")); in GetDBField()1750 xColumnProps, in GetDBField()
284 Reference< XPropertySet > xColumnProps; in ColumnInfoCache() local290 xColumnProps.set( aColInfo.xColumn, UNO_QUERY_THROW ); in ColumnInfoCache()291 … OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_ISNULLABLE ) >>= aColInfo.nNullable ); in ColumnInfoCache()292 … OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_AUTOINCREMENT ) >>= aColInfo.bAutoIncrement ); in ColumnInfoCache()293 OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_NAME ) >>= aColInfo.sName ); in ColumnInfoCache()294 … OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_ISREADONLY ) >>= aColInfo.bReadOnly ); in ColumnInfoCache()
Completed in 58 milliseconds