Searched refs:ODriverDelegator (Results 1 – 7 of 7) sorted by relevance
77 return *(new ODriverDelegator(_rxFac)); in ODriverDelegator_CreateInstance()87 ODriverDelegator::ODriverDelegator(const Reference< XMultiServiceFactory >& _rxFactory) in ODriverDelegator() function in connectivity::ODriverDelegator95 ODriverDelegator::~ODriverDelegator() in ~ODriverDelegator()107 void SAL_CALL ODriverDelegator::disposing() in disposing()129 Reference< XDriver > ODriverDelegator::loadDriver( ) in loadDriver()150 aConfigPath.append ( ODriverDelegator::getImplementationName_Static() ); in lcl_getPermittedJavaMethods_nothrow()439 sal_Int32 SAL_CALL ODriverDelegator::getMajorVersion( ) throw (RuntimeException) in getMajorVersion()445 sal_Int32 SAL_CALL ODriverDelegator::getMinorVersion( ) throw (RuntimeException) in getMinorVersion()532 void ODriverDelegator::shutdownConnection(const TWeakPairVector::iterator& _aIter ) in shutdownConnection()598 void ODriverDelegator::shutdownConnections() in shutdownConnections()[all …]
38 class ODriverDelegator;42 ODriverDelegator* m_pDriver;46 OConnectionController(ODriverDelegator* _pDriver) : m_pDriver(_pDriver){} in OConnectionController()
107 ODriverDelegator::getImplementationName_Static(), in component_getFactory()108 ODriverDelegator::getSupportedServiceNames_Static(), in component_getFactory()
52 return *(new ODriverDelegator(_rxFac)); in ODriverDelegator_CreateInstance()61 ODriverDelegator::ODriverDelegator(const Reference< XMultiServiceFactory >& _rxFactory) in ODriverDelegator() function in connectivity::ODriverDelegator69 ODriverDelegator::~ODriverDelegator() in ~ODriverDelegator()86 void ODriverDelegator::disposing() in disposing()309 …sal_Bool SAL_CALL ODriverDelegator::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, … in acceptsURL()382 sal_Int32 SAL_CALL ODriverDelegator::getMajorVersion( ) throw (RuntimeException) in getMajorVersion()388 sal_Int32 SAL_CALL ODriverDelegator::getMinorVersion( ) throw (RuntimeException) in getMinorVersion()459 rtl::OUString ODriverDelegator::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()464 …Sequence< ::rtl::OUString > ODriverDelegator::getSupportedServiceNames_Static( ) throw (RuntimeEx… in getSupportedServiceNames_Static()472 ::rtl::OUString SAL_CALL ODriverDelegator::getImplementationName( ) throw(RuntimeException) in getImplementationName()[all …]
106 ODriverDelegator::getImplementationName_Static(), in component_getFactory()107 ODriverDelegator::getSupportedServiceNames_Static(), in component_getFactory()
66 class ODriverDelegator : public ::comphelper::OBaseMutex class93 …ODriverDelegator(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…112 virtual ~ODriverDelegator();
65 class ODriverDelegator : public ::comphelper::OBaseMutex class91 …ODriverDelegator(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…125 virtual ~ODriverDelegator();
Completed in 37 milliseconds