Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java93 private XPropertySet xDataSourcePropertySet; field in DBMetaData
153 return xDataSourcePropertySet; in getDataSourcePropertySet()
176 …atsSupplier) AnyConverter.toObject(XNumberFormatsSupplier.class, xDataSourcePropertySet.getPropert… in getNumberFormatter()
583 xDataSourcePropertySet = UnoRuntime.queryInterface( XPropertySet.class, getDataSource() ); in getDataSourceInterfaces()
584 …bPasswordIsRequired = ((Boolean) xDataSourcePropertySet.getPropertyValue("IsPasswordRequired")).bo… in getDataSourceInterfaces()
1092 xDataSourcePropertySet = null; in finish()