Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx897 Reference< XConnection > xPure; in impl_extractConnection_throw() local
898 … OSL_VERIFY( _rxDataSourceDescriptor->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xPure ); in impl_extractConnection_throw()
899 xConnection.reset( xPure, SharedConnection::NoTakeOwnership ); in impl_extractConnection_throw()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1205 Reference< XInterface > xPure( rValue, UNO_QUERY ); in convertFastPropertyValue() local
1206 if ( xPure.is() ) in convertFastPropertyValue()
1207 rConvertedValue = xPure->queryInterface( *pDestType ); in convertFastPropertyValue()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx639 …Reference< XInterface > xPure = m_rFormImport.getGlobalContext().getServiceFactory()->createInstan… in createElement() local
640 OSL_ENSURE(xPure.is(), in createElement()
644 xReturn = Reference< XPropertySet >(xPure, UNO_QUERY); in createElement()

Completed in 45 milliseconds