Searched refs:xPure (Results 1 – 3 of 3) sorted by relevance
897 Reference< XConnection > xPure; in impl_extractConnection_throw() local898 … OSL_VERIFY( _rxDataSourceDescriptor->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xPure ); in impl_extractConnection_throw()899 xConnection.reset( xPure, SharedConnection::NoTakeOwnership ); in impl_extractConnection_throw()
1205 Reference< XInterface > xPure( rValue, UNO_QUERY ); in convertFastPropertyValue() local1206 if ( xPure.is() ) in convertFastPropertyValue()1207 rConvertedValue = xPure->queryInterface( *pDestType ); in convertFastPropertyValue()
639 …Reference< XInterface > xPure = m_rFormImport.getGlobalContext().getServiceFactory()->createInstan… in createElement() local640 OSL_ENSURE(xPure.is(), in createElement()644 xReturn = Reference< XPropertySet >(xPure, UNO_QUERY); in createElement()
Completed in 45 milliseconds