Home
last modified time | relevance | path

Searched refs:_xConn (Results 1 – 6 of 6) sorted by relevance

/trunk/main/bean/qa/complex/bean/
H A DWriterFrame.java46 …int y, int width, int height, boolean loadBeforeVisible, XComponentContext _xConn) throws Exception in WriterFrame() argument
53 … m_bean = new com.sun.star.comp.beans.OOoBean(new PrivateLocalOfficeConnection(_xConn)); in WriterFrame()
63 … m_bean = new com.sun.star.comp.beans.OOoBean(new PrivateLocalOfficeConnection(_xConn)); in WriterFrame()
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx77 OStatementBase::OStatementBase(const Reference< XConnection > & _xConn, in DBG_NAME()
79 :OSubComponent(m_aMutex, _xConn) in DBG_NAME()
496 OStatement::OStatement( const Reference< XConnection >& _xConn, const Reference< XInterface > & _xS… in OStatement() argument
497 :OStatementBase( _xConn, _xStatement ) in OStatement()
H A Dpreparedstatement.cxx54 OPreparedStatement::OPreparedStatement(const Reference< XConnection > & _xConn, in DBG_NAME()
56 :OStatementBase(_xConn, _xStatement) in DBG_NAME()
61 Reference<XDatabaseMetaData> xMeta = _xConn->getMetaData(); in DBG_NAME()
/trunk/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx46 …leStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > & _xConn, in OCallableStatement() argument
48 :OPreparedStatement(_xConn, _xStatement){} in OCallableStatement()
H A Dstatement.hxx98 …atementBase(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > & _xConn,
180 OStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > & _xConn,
H A Dpreparedstatement.hxx68 …edStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > & _xConn,

Completed in 34 milliseconds