Searched refs:OConnectionWeakWrapper (Results 1 – 3 of 3) sorted by relevance
41 OConnectionWeakWrapper::OConnectionWeakWrapper(Reference< XAggregation >& _xConnection) in OConnectionWeakWrapper() function in OConnectionWeakWrapper48 OConnectionWeakWrapper::~OConnectionWeakWrapper() in ~OConnectionWeakWrapper()105 sal_Bool SAL_CALL OConnectionWeakWrapper::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()114 void SAL_CALL OConnectionWeakWrapper::commit( ) throw(SQLException, RuntimeException) in commit()123 void SAL_CALL OConnectionWeakWrapper::rollback( ) throw(SQLException, RuntimeException) in rollback()132 sal_Bool SAL_CALL OConnectionWeakWrapper::isClosed( ) throw(SQLException, RuntimeException) in isClosed()157 sal_Bool SAL_CALL OConnectionWeakWrapper::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()221 void SAL_CALL OConnectionWeakWrapper::close( ) throw(SQLException, RuntimeException) in close()231 void OConnectionWeakWrapper::disposing() in disposing()241 IMPLEMENT_FORWARD_XINTERFACE2(OConnectionWeakWrapper,OConnectionWeakWrapper_BASE,OConnectionWrapper)[all …]
43 class OConnectionWeakWrapper : public ::comphelper::OBaseMutex class50 virtual ~OConnectionWeakWrapper();52 …OConnectionWeakWrapper(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _x…
76 m_xComponent = new OConnectionWeakWrapper(xConProxy); in getConnection()
Completed in 19 milliseconds