Lines Matching refs:ODriverDelegator

77 			return *(new ODriverDelegator(_rxFac));  in ODriverDelegator_CreateInstance()
87 ODriverDelegator::ODriverDelegator(const Reference< XMultiServiceFactory >& _rxFactory) in ODriverDelegator() function in connectivity::ODriverDelegator
95 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()
175 …Reference< XConnection > SAL_CALL ODriverDelegator::connect( const ::rtl::OUString& url, const Seq… in connect()
401 …sal_Bool SAL_CALL ODriverDelegator::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, … in acceptsURL()
409 …Sequence< DriverPropertyInfo > SAL_CALL ODriverDelegator::getPropertyInfo( const ::rtl::OUString& … in getPropertyInfo()
439 sal_Int32 SAL_CALL ODriverDelegator::getMajorVersion( ) throw (RuntimeException) in getMajorVersion()
445 sal_Int32 SAL_CALL ODriverDelegator::getMinorVersion( ) throw (RuntimeException) in getMinorVersion()
451 …Reference< XTablesSupplier > SAL_CALL ODriverDelegator::getDataDefinitionByConnection( const Refer… in getDataDefinitionByConnection()
477 …Reference< XTablesSupplier > SAL_CALL ODriverDelegator::getDataDefinitionByURL( const ::rtl::OUStr… in getDataDefinitionByURL()
492 rtl::OUString ODriverDelegator::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
497 …Sequence< ::rtl::OUString > ODriverDelegator::getSupportedServiceNames_Static( ) throw (RuntimeEx… in getSupportedServiceNames_Static()
505 ::rtl::OUString SAL_CALL ODriverDelegator::getImplementationName( ) throw(RuntimeException) in getImplementationName()
511 …sal_Bool SAL_CALL ODriverDelegator::supportsService( const ::rtl::OUString& _rServiceName ) throw(… in supportsService()
522 …Sequence< ::rtl::OUString > SAL_CALL ODriverDelegator::getSupportedServiceNames( ) throw(RuntimeE… in getSupportedServiceNames()
527 …void SAL_CALL ODriverDelegator::createCatalog( const Sequence< PropertyValue >& /*info*/ ) throw (… in createCatalog()
532 void ODriverDelegator::shutdownConnection(const TWeakPairVector::iterator& _aIter ) in shutdownConnection()
567 …void SAL_CALL ODriverDelegator::disposing( const ::com::sun::star::lang::EventObject& Source ) thr… in disposing()
598 void ODriverDelegator::shutdownConnections() in shutdownConnections()
617 void ODriverDelegator::flushConnections() in flushConnections()
633 …void SAL_CALL ODriverDelegator::preCommit( const ::com::sun::star::lang::EventObject& aEvent ) thr… in preCommit()
674 …void SAL_CALL ODriverDelegator::commited( const ::com::sun::star::lang::EventObject& /*aEvent*/ ) … in commited()
678 …void SAL_CALL ODriverDelegator::preRevert( const ::com::sun::star::lang::EventObject& /*aEvent*/ )… in preRevert()
682 …void SAL_CALL ODriverDelegator::reverted( const ::com::sun::star::lang::EventObject& /*aEvent*/ ) … in reverted()
889 void ODriverDelegator::onConnectedNewDatabase( const Reference< XConnection >& _rxConnection ) in onConnectedNewDatabase()