Home
last modified time | relevance | path

Searched refs:_xConnection (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx269 ,const SharedConnection& _xConnection) in pasteTable() argument
276 pasteTable( aPasteData,i_rDestDataSource,_xConnection); in pasteTable()
292 if ( !copyTagTable(aTrans,sal_False,_xConnection) ) in pasteTable()
311 ,const SharedConnection& _xConnection) in pasteTable() argument
318 pasteTable( SOT_FORMAT_RTF,_rTransData,i_rDestDataSource,_xConnection); in pasteTable()
327 …pImport = new OHTMLImportExport(_xConnection,getNumberFormatter(_xConnection,m_pController->getORB… in copyTagTable()
329 …pImport = new ORTFImportExport(_xConnection,getNumberFormatter(_xConnection,m_pController->getORB(… in copyTagTable()
368 _rAsyncDrop.bError = !copyTagTable(_rAsyncDrop,sal_True,_xConnection); in copyTagTable()
391 ,const SharedConnection& _xConnection) in asyncCopyTagTable() argument
395 copyTagTable(_rDesc,sal_False,_xConnection); in asyncCopyTagTable()
[all …]
H A DWCopyTable.cxx185 … const ::rtl::OUString sTargetName = ::dbtools::composeTableNameForSelect(_xConnection,_rxObject); in copyFilterAndSortingTo()
211 _xConnection->createStatement()->executeQuery(sStatement); in copyFilterAndSortingTo()
556 … const Reference< XConnection >& _xConnection, const Reference< XMultiServiceFactory >& _rxORB, in OCopyTableWizard()
564 …,m_mNameMapping(_xConnection->getMetaData().is() && _xConnection->getMetaData()->supportsMixedCase… in OCopyTableWizard()
565 ,m_xDestConnection( _xConnection ) in OCopyTableWizard()
567 ,m_xFormatter( getNumberFormatter( _xConnection, _rxORB ) ) in OCopyTableWizard()
573 ,m_bInterConnectionCopy( _xSourceConnection != _xConnection ) in OCopyTableWizard()
666 …,m_mNameMapping(_xConnection->getMetaData().is() && _xConnection->getMetaData()->supportsMixedCase… in OCopyTableWizard()
667 ,m_xDestConnection( _xConnection ) in OCopyTableWizard()
690 ::dbaui::fillTypeInfo( _xConnection, m_sTypeNames, m_aTypeInfo, m_aTypeInfoIndex ); in OCopyTableWizard()
[all …]
H A DUITools.cxx1236 sal_Bool appendToFilter(const Reference<XConnection>& _xConnection, in appendToFilter() argument
1242 Reference< XChild> xChild(_xConnection,UNO_QUERY); in appendToFilter()
1363 sal_Bool isSQL92CheckEnabled(const Reference<XConnection>& _xConnection) in isSQL92CheckEnabled() argument
1365 return ::dbtools::getBooleanDataSourceSetting( _xConnection, PROPERTY_ENABLESQL92CHECK ); in isSQL92CheckEnabled()
1368 sal_Bool isAppendTableAliasEnabled(const Reference<XConnection>& _xConnection) in isAppendTableAliasEnabled() argument
1370 return ::dbtools::getBooleanDataSourceSetting( _xConnection, INFO_APPEND_TABLE_ALIAS ); in isAppendTableAliasEnabled()
1374 sal_Bool generateAsBeforeTableAlias(const Reference<XConnection>& _xConnection) in generateAsBeforeTableAlias() argument
1376 return ::dbtools::getBooleanDataSourceSetting( _xConnection, INFO_AS_BEFORE_CORRELATION_NAME ); in generateAsBeforeTableAlias()
1404 void fillAutoIncrementValue(const Reference<XConnection>& _xConnection, in fillAutoIncrementValue() argument
1408 Reference< XChild> xChild(_xConnection,UNO_QUERY); in fillAutoIncrementValue()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx205 ::dbtools::throwFunctionSequenceException(_xConnection); in createStandardCreateStatement()
215 ::dbtools::throwFunctionSequenceException(_xConnection); in createStandardCreateStatement()
281 ::dbtools::throwFunctionSequenceException(_xConnection); in createStandardKeyStatement()
287 ::dbtools::throwFunctionSequenceException(_xConnection); in createStandardKeyStatement()
298 ::dbtools::throwFunctionSequenceException(_xConnection); in createStandardKeyStatement()
311 ::dbtools::throwFunctionSequenceException(_xConnection); in createStandardKeyStatement()
325 ::dbtools::throwFunctionSequenceException(_xConnection); in createStandardKeyStatement()
364 const Reference< XConnection>& _xConnection, in createSqlCreateTableStatement()
384 const Reference<XConnection>& _xConnection, in lcl_createSDBCXColumn() argument
508 const Reference<XConnection>& _xConnection, in createSDBCXColumn() argument
[all …]
H A DTTableHelper.cxx94 …ameForSetting(const Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,const ::rtl::OU… in lcl_getServiceNameForSetting() argument
98 if ( ::dbtools::getDataSourceSetting(_xConnection,i_sSetting,aValue) ) in lcl_getServiceNameForSetting()
118 OTableHelperImpl(const Reference< ::com::sun::star::sdbc::XConnection >& _xConnection) in OTableHelperImpl()
119 : m_xConnection(_xConnection) in OTableHelperImpl()
124 Reference<XMultiServiceFactory> xFac(_xConnection,UNO_QUERY); in OTableHelperImpl()
145 const Reference< XConnection >& _xConnection, in OTableHelper()
148 ,m_pImpl(new OTableHelperImpl(_xConnection)) in OTableHelper()
153 const Reference< XConnection >& _xConnection, in OTableHelper()
167 ,m_pImpl(new OTableHelperImpl(_xConnection)) in OTableHelper()
H A DConnectionWrapper.cxx76 void OConnectionWrapper::setDelegation(const Reference< XConnection >& _xConnection in setDelegation() argument
80 OSL_ENSURE(_xConnection.is(),"OConnectionWrapper: Connection must be valid!"); in setDelegation()
83 m_xConnection = _xConnection; in setDelegation()
89 Reference< XAggregation > xConProxy = xProxyFactory->createProxy(_xConnection); in setDelegation()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx376 if ( _xConnection.is() ) in BuildJoinCriteria()
444 if( _xConnection.is() ) in BuildTable()
519 …return BuildJoin(_xConnection,BuildTable(_xConnection,pLh,bForce),BuildTable(_xConnection,pRh,bFor… in BuildJoin()
528 return BuildJoin(_xConnection,rLh,BuildTable(_xConnection,pRh),pData); in BuildJoin()
537 return BuildJoin(_xConnection,BuildTable(_xConnection,pLh),rRh,pData); in BuildJoin()
578 JoinCycle(_xConnection,pNext,pEntryTab,aJoin); in GetNextJoin()
580 GetNextJoin(_xConnection,pNext,pEntryTab,aJoin); in GetNextJoin()
596 JoinCycle(_xConnection,pNext,pEntryTab,aJoin); in GetNextJoin()
598 GetNextJoin(_xConnection,pNext,pEntryTab,aJoin); in GetNextJoin()
1188 searchAndAppendName(_xConnection, in GenerateFromClause()
[all …]
H A DTableWindowData.cxx104 bool OTableWindowData::init(const Reference< XConnection >& _xConnection,bool _bAllowQueries) in init() argument
110 Reference< XQueriesSupplier > xSupQueries( _xConnection, UNO_QUERY_THROW ); in init()
114 Reference< XTablesSupplier > xSupTables( _xConnection, UNO_QUERY_THROW ); in init()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx123 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection,
137 const Reference< XConnection>& _xConnection, in OSaveAsDlgImpl()
158 if ( _xConnection.is() ) in OSaveAsDlgImpl()
159 m_xMetaData = _xConnection->getMetaData(); in OSaveAsDlgImpl()
240 const Reference< XConnection>& _xConnection, in OSaveAsDlg()
247 m_pImpl = new OSaveAsDlgImpl(this,_rType,_xConnection,rDefault,_rObjectNameCheck,_nFlags); in OSaveAsDlg()
276 lcl_fillComboList( m_pImpl->m_aCatalog, _xConnection, in OSaveAsDlg()
277 &XDatabaseMetaData::getCatalogs, _xConnection->getCatalog() ); in OSaveAsDlg()
292 lcl_fillComboList( m_pImpl->m_aSchema, _xConnection, in OSaveAsDlg()
334 sal_Bool bCheck = _xConnection.is() && isSQL92CheckEnabled(_xConnection); in OSaveAsDlg()
H A DUserAdminDlg.cxx66 ,const Reference< XConnection >& _xConnection) in DBG_NAME()
69 ,m_xConnection(_xConnection) in DBG_NAME()
70 ,m_bOwnConnection(!_xConnection.is()) in DBG_NAME()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionOutputStream_Adapter.java36 protected XConnection _xConnection; field in XConnectionOutputStream_Adapter
42 _xConnection = xConnection; in XConnectionOutputStream_Adapter()
49 _xConnection.write(_bytes); in write()
71 _xConnection.write(bytes); in write()
80 _xConnection.flush(); in flush()
H A DXConnectionInputStream_Adapter.java36 protected XConnection _xConnection; field in XConnectionInputStream_Adapter
44 _xConnection = xConnection; in XConnectionInputStream_Adapter()
52 len = _xConnection.read(_bytes, 1); in read()
67 len = _xConnection.read(_bytes, len - off); in read()
H A Djava_remote_bridge.java165 protected XConnection _xConnection; field in java_remote_bridge
315 _xConnection = (XConnection) args[1]; in java_remote_bridge()
338 new XConnectionInputStream_Adapter(_xConnection), in java_remote_bridge()
339 new XConnectionOutputStream_Adapter(_xConnection) }); in java_remote_bridge()
503 _xConnection.close(); in dispose()
552 _xConnection = null; in dispose()
588 return protocol + "," + _xConnection.getDescription(); in getDescription()
/trunk/main/dbaccess/source/ui/inc/
H A DTableCopyHelper.hxx118 ,const SharedConnection& _xConnection);
131 ,const SharedConnection& _xConnection);
143 const SharedConnection& _xConnection);
155 ,const SharedConnection& _xConnection);
167 const SharedConnection& _xConnection);
H A DUITools.hxx250 …oFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection,
292 …nabled(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection);
300 …nabled(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection);
326 …entValue(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection
394 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection
401 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,
H A DWCopyTable.hxx126 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,const ::com::su…
161 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection, const ::com::s…
197 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,const ::com::su…
307 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,
319 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx45 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection) : connectivity… in OHSQLUser() argument
46 ,m_xConnection(_xConnection) in OHSQLUser()
51 …ser( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection, in OHSQLUser() argument
54 ,m_xConnection(_xConnection) in OHSQLUser()
63 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection) : OHSQLUser(_xConnection) in OUserExtend() argument
/trunk/main/connectivity/source/drivers/mysql/
H A DYUser.cxx45 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection) : connectivity… in OMySQLUser() argument
46 ,m_xConnection(_xConnection) in OMySQLUser()
51 …ser( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection, in OMySQLUser() argument
54 ,m_xConnection(_xConnection) in OMySQLUser()
63 …ar::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection) : OMySQLUser(_xConnection) in OUserExtend() argument
H A DYTable.cxx82 const Reference< XConnection >& _xConnection) in OMySQLTable()
83 :OTableHelper(_pTables,_xConnection,sal_True) in OMySQLTable()
99 const Reference< XConnection >& _xConnection, in OMySQLTable()
107 _xConnection, in OMySQLTable()
H A DYCatalog.cxx46 OMySQLCatalog::OMySQLCatalog(const Reference< XConnection >& _xConnection) : OCatalog(_xConnection) in OMySQLCatalog() argument
47 ,m_xConnection(_xConnection) in OMySQLCatalog()
/trunk/main/connectivity/inc/connectivity/
H A Ddbtools.hxx609 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection,
669 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection,
681 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection);
695 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection
714 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection
737 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection,
757 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection,
791 …mation( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection,
/trunk/main/dbaccess/source/core/api/
H A Dquerycomposer.cxx120 OQueryComposer::OQueryComposer(const Reference< XConnection>& _xConnection) in DBG_NAME()
121 : OSubComponent(m_aMutex,_xConnection) in DBG_NAME()
125 OSL_ENSURE(_xConnection.is()," Connection can't be null!"); in DBG_NAME()
127 Reference<XMultiServiceFactory> xFac( _xConnection, UNO_QUERY_THROW ); in DBG_NAME()
H A DRowSetCache.cxx1504 …t ::connectivity::OSQLParseNode *pNode,const Reference< XConnection>& _xConnection,const ::rtl::OU… in checkInnerJoin() argument
1511 bOk = checkInnerJoin(pNode->getChild(1),_xConnection,_sUpdateTableName); in checkInnerJoin()
1518 bOk = checkInnerJoin(pNode->getChild(0),_xConnection,_sUpdateTableName) in checkInnerJoin()
1519 && checkInnerJoin(pNode->getChild(2),_xConnection,_sUpdateTableName); in checkInnerJoin()
1532 …OSQLParseTreeIterator::getColumnRange( pNode->getChild(0), _xConnection, sColumnName, sTableRange … in checkInnerJoin()
1536 …OSQLParseTreeIterator::getColumnRange( pNode->getChild(2), _xConnection, sColumnName, sTableRange … in checkInnerJoin()
1543 sal_Bool ORowSetCache::checkJoin(const Reference< XConnection>& _xConnection, in checkJoin() argument
1588 … pTableRef->getChild(0)->parseNodeToStr( sTableRange, _xConnection, NULL, sal_False, sal_False ); in checkJoin()
1597 bOk = checkInnerJoin(pWhereOpt->getChild(1),_xConnection,_sUpdateTableName); in checkJoin()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHUser.hxx46 …ser( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection);
47 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,const ::rtl::OU…
71 …xtend(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection);
/trunk/main/connectivity/source/inc/mysql/
H A DYUser.hxx46 …ser( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection);
47 …om::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection,const ::rtl::OU…
71 …xtend(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnection);

Completed in 108 milliseconds

123