Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1146 Reference< XPropertySet > xColumnProps( xColumn, UNO_QUERY ); in DataToDoc() local
1148 if( xColumnProps.is() ) in DataToDoc()
1150 Any aType = xColumnProps->getPropertyValue(C2U("Type")); in DataToDoc()
1360 Reference< XPropertySet > xColumnProps; in DataToDoc() local
1361 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() local
1396 xCols->getByName(pDBCol->pColInfo->sColumn) >>= xColumnProps; in DataToDoc()
1398 xColumnProps, in DataToDoc()
H A Ddbmgr.cxx312 uno::Reference< XPropertySet > xColumnProps; in lcl_GetColumnCnt() local
313 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() argument
1706 uno::Reference< XColumn > xColumn(xColumnProps, UNO_QUERY); in GetDBField()
1712 Any aType = xColumnProps->getPropertyValue(C2U("Type")); in GetDBField()
1750 xColumnProps, in GetDBField()
/aoo41x/main/svx/source/form/
H A Dformcontroller.cxx284 Reference< XPropertySet > xColumnProps; in ColumnInfoCache() local
290 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 50 milliseconds