Searched refs:OSharedConnection (Results 1 – 3 of 3) sorted by relevance
43 DBG_NAME(OSharedConnection) in DBG_NAME() argument44 OSharedConnection::OSharedConnection(Reference< XAggregation >& _rxProxyConnection) in DBG_NAME()47 DBG_CTOR(OSharedConnection,NULL); in DBG_NAME()51 OSharedConnection::~OSharedConnection() in ~OSharedConnection()53 DBG_DTOR(OSharedConnection,NULL); in ~OSharedConnection()56 void SAL_CALL OSharedConnection::disposing(void) in disposing()98 sal_Bool SAL_CALL OSharedConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()107 void SAL_CALL OSharedConnection::commit( ) throw(SQLException, RuntimeException) in commit()116 void SAL_CALL OSharedConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()125 sal_Bool SAL_CALL OSharedConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()[all …]
82 class OSharedConnection : public ::comphelper::OBaseMutex class88 virtual ~OSharedConnection();90 …OSharedConnection(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProx…161 IMPLEMENT_GET_IMPLEMENTATION_ID( OSharedConnection );
423 xRet = new OSharedConnection(xConProxy); in getConnection()
Completed in 33 milliseconds