Lines Matching refs:XConnection
243 Reference< XConnection> findConnection(const Reference< XInterface >& xParent) in findConnection()
245 Reference< XConnection> xConnection(xParent, UNO_QUERY); in findConnection()
289 Reference< XConnection > getConnection_allowException( in getConnection_allowException()
296 Reference<XConnection> xConnection; in getConnection_allowException()
338 Reference< XConnection> getConnection_withFeedback(const ::rtl::OUString& _rDataSourceName, in getConnection_withFeedback()
342 Reference< XConnection > xReturn; in getConnection_withFeedback()
360 Reference< XConnection> getConnection( in getConnection()
366 Reference< XConnection > xReturn; in getConnection()
382 Reference< XConnection> getConnection(const Reference< XRowSet>& _rxRowSet) throw (RuntimeException) in getConnection()
384 Reference< XConnection> xReturn; in getConnection()
408 Reference< XConnection > xExistingConn( in lcl_connectRowSet()
437 Reference< XConnection > xPureConnection; in lcl_connectRowSet()
510 Reference< XConnection> connectRowset(const Reference< XRowSet>& _rxRowSet, const Reference< XMulti… in connectRowset()
525 Reference< XNameAccess> getTableFields(const Reference< XConnection>& _rxConn,const ::rtl::OUString… in getTableFields()
581 Reference< XNameAccess > getFieldsByCommandDescriptor( const Reference< XConnection >& _rxConnectio… in getFieldsByCommandDescriptor()
777 Sequence< ::rtl::OUString > getFieldNamesByCommandDescriptor( const Reference< XConnection >& _rxCo… in getFieldNamesByCommandDescriptor()
981 const Reference< XConnection>& _rxConn, in getNumberFormats()
1312 …Reference< XConnection> xConn = connectRowset( Reference< XRowSet >( _rxRowSet, UNO_QUERY ), _rxFa… in getComposedRowSetStatement()
1402 ::rtl::OUString composeTableNameForSelect( const Reference< XConnection >& _rxConnection, in composeTableNameForSelect()
1447 ::rtl::OUString composeTableNameForSelect( const Reference< XConnection >& _rxConnection, const Ref… in composeTableNameForSelect()
1476 sal_Int32 getSearchColumnFlag( const Reference< XConnection>& _rxConn,sal_Int32 _nDataType) in getSearchColumnFlag()
1805 const Reference< XConnection>& _xConnection, in askForParameters()