Searched refs:xDSProps (Results 1 – 4 of 4) sorted by relevance
588 Reference< XPropertySet > xDSProps(_rxDatabase, UNO_QUERY); in findFormForDataSource() local589 if (xDSProps.is()) in findFormForDataSource()590 xDSProps->getPropertyValue(FM_PROP_NAME) >>= sLookupName; in findFormForDataSource()609 xDSProps = xDSProps.query(xFormDS); in findFormForDataSource()610 if (xDSProps.is()) in findFormForDataSource()611 xDSProps->getPropertyValue(FM_PROP_NAME) >>= sFormDataSourceName; in findFormForDataSource()
115 XPropertySet xDSProps = (XPropertySet) in createTestEnvironment() local118 xDSProps.setPropertyValue("URL", "sdbc:dbase:file:///.") ; in createTestEnvironment()
416 … Reference< XPropertySet > xDSProps( _rDataSourceModel.getOrCreateDataSource(), UNO_QUERY_THROW ); in setTransientProperties() local428 xDSProps->setPropertyValue( pProp->Name, pProp->Value ); in setTransientProperties()
562 XPropertySet xDSProps = UNO.queryPropertySet( xDS ); in ensureTables() local
Completed in 25 milliseconds