/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | unodatbr.hxx | 342 const SharedConnection& _rxConnection 345 …void implAddDatasource( const String& _rDataSourceName, const SharedConnection& _rxConnection ); 365 void impl_releaseConnection( SharedConnection& _rxConnection ); 379 …sal_Bool ensureConnection(SvLBoxEntry* _pDSEntry, void * pDSData, SharedConnection& _rConnection ); 380 sal_Bool ensureConnection(SvLBoxEntry* _pAnyEntry, SharedConnection& _rConnection ); 382 sal_Bool getExistentConnectionFor( SvLBoxEntry* _pDSEntry, SharedConnection& _rConnection ); 426 const SharedConnection& _rxConnection, 441 …mandType, const sal_Bool _bEscapeProcessing, const SharedConnection& _rxConnection = SharedConnect… 477 const SharedConnection& _rxConnection = SharedConnection()
|
H A D | TableCopyHelper.hxx | 118 ,const SharedConnection& _xConnection); 131 ,const SharedConnection& _xConnection); 143 const SharedConnection& _xConnection); 155 ,const SharedConnection& _xConnection); 167 const SharedConnection& _xConnection); 186 const SharedConnection& _xDestConnection
|
H A D | TokenWriter.hxx | 72 SharedConnection m_xConnection; 109 ODatabaseImportExport( const SharedConnection& _rxConnection, 155 ORTFImportExport( const SharedConnection& _rxConnection, in ORTFImportExport() 199 OHTMLImportExport( const SharedConnection& _rxConnection, in OHTMLImportExport() 237 ORowSetImportExport(const SharedConnection& _rxConnection, in ORowSetImportExport()
|
H A D | DExport.hxx | 82 …SharedConnection m_xConnection; // … 143 const SharedConnection& _rxConnection,
|
H A D | commontypes.hxx | 49 typedef ::utl::SharedUNOComponent< ::com::sun::star::sdbc::XConnection > SharedConnection; typedef
|
H A D | RtfReader.hxx | 55 const SharedConnection& _rxConnection,
|
H A D | HtmlReader.hxx | 71 const SharedConnection& _rxConnection,
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | TableCopyHelper.cxx | 222 const SharedConnection& i_rDestConnection ) in pasteTable() 269 ,const SharedConnection& _xConnection) in pasteTable() 311 ,const SharedConnection& _xConnection) in pasteTable() 322 …le(OTableCopyHelper::DropDescriptor& _rDesc, sal_Bool _bCheck,const SharedConnection& _xConnection) in copyTagTable() 356 ,const SharedConnection& _xConnection) in copyTagTable() 391 ,const SharedConnection& _xConnection) in asyncCopyTagTable()
|
H A D | dbsubcomponentcontroller.cxx | 144 SharedConnection m_xConnection; 267 m_pImpl->m_xConnection.reset( _rxForeignConn, SharedConnection::NoTakeOwnership ); in initializeConnection() 338 …ion.reset( connect( m_pImpl->m_aDataSource.getDataSource(), NULL ), SharedConnection::TakeOwnershi… in reconnect() 391 … m_pImpl->m_xConnection.reset( m_pImpl->m_xConnection, SharedConnection::NoTakeOwnership ); in disposing()
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 143 typedef ::utl::SharedUNOComponent< XConnection > SharedConnection; typedef 246 SharedConnection& _out_rxConnection, 296 SharedConnection 350 SharedConnection m_xSourceConnection; 359 SharedConnection m_xDestConnection; 685 const Sequence< Any >& _rAllArgs, const sal_Int16 _nArgPos, SharedConnection& _out_rxConnection, in impl_ensureDataAccessDescriptor_throw() 879 SharedConnection CopyTableWizard::impl_extractConnection_throw( const Reference< XPropertySet >& _r… in impl_extractConnection_throw() 882 SharedConnection xConnection; in impl_extractConnection_throw() 899 xConnection.reset( xPure, SharedConnection::NoTakeOwnership ); in impl_extractConnection_throw() 932 …nteractiveConnection->connectWithCompletion( xInteractionHandler ), SharedConnection::TakeOwnershi… in impl_extractConnection_throw() [all …]
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 1183 const SharedConnection& _rxConnection ) in getObjectEntry() 2108 const SharedConnection& _rxConnection) in implAddDatasource() 2252 SharedConnection xConnection; in IMPL_LINK() 2518 const SharedConnection& _rxConnection in implSelect() 2990 void SbaTableQueryBrowser::impl_releaseConnection( SharedConnection& _rxConnection ) in impl_releaseConnection() 3251 SharedConnection xConnection( xForeignConnection, SharedConnection::NoTakeOwnership ); in impl_initialize() 3366 sal_Bool SbaTableQueryBrowser::ensureConnection(SvLBoxEntry* _pAnyEntry, SharedConnection& _rConnec… in ensureConnection() 3381 SharedConnection xConnection; in getImageProviderFor() 3434 SharedConnection::TakeOwnership in ensureConnection() 3853 implAddDatasource( _Event.Name, SharedConnection() ); in registeredDatabaseLocation() [all …]
|
H A D | dsbrowserDnD.cxx | 82 SharedConnection xConnection; in implCopyObject() 115 SharedConnection xConnection; in queryDrop() 171 SharedConnection xDestConnection; in executeDrop() 245 SharedConnection xDestConnection;
|
H A D | dbtreemodel.hxx | 66 SharedConnection xConnection;
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 241 SharedConnection xConnection( ensureConnection() ); in deleteTables() 467 const SharedConnection& OApplicationController::ensureConnection( ::dbtools::SQLExceptionInfo* _pEr… in ensureConnection() 599 SharedConnection xConnection( ensureConnection() ); in getDocumentsAccess() 628 SharedConnection xConnection( ensureConnection() ); in copyObject() 907 SharedConnection xConnection( ensureConnection() );
|
H A D | AppController.cxx | 1292 SharedConnection xConnection( ensureConnection() ); in Execute() 1347 SharedConnection xConnection( ensureConnection() ); in Execute() 1361 SharedConnection xConnection( ensureConnection() ); in Execute() 1387 SharedConnection xConnection( ensureConnection() ); in Execute() 1711 SharedConnection xConnection( ensureConnection() ); in onContainerSelect() 1871 SharedConnection xConnection( ensureConnection() ); in openElementWithArguments() 2018 SharedConnection xConnection( ensureConnection() ); in newElement() 2269 SharedConnection xConnection( ensureConnection() ); in showPreviewFor() 2601 SharedConnection xConnection( ensureConnection() ); in executeDrop()
|
H A D | AppControllerGen.cxx | 142 SharedConnection xConnection( getConnection() ); in convertToView() 245 SharedConnection xConnection( getConnection() ); in openDialog() 395 SharedConnection xConnection = ensureConnection( &aError ); in connect()
|
H A D | AppController.hxx | 103 SharedConnection m_xDataSourceConnection; 486 const SharedConnection& ensureConnection( ::dbtools::SQLExceptionInfo* _pErrorInfo = NULL ); 490 const SharedConnection& getConnection() const { return m_xDataSourceConnection; } in getConnection()
|
/aoo42x/main/svx/source/inc/ |
H A D | tabwin.hxx | 82 ::svxform::SharedConnection 109 ::svxform::SharedConnection GetConnection() const { return m_aConnection; } in GetConnection()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | sqlcommanddesign.hxx | 60 … ::dbtools::SharedConnection m_xConnection; 83 const ::dbtools::SharedConnection& _rConnection,
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | addresslistdialog.cxx | 96 SharedConnection xConnection; 580 … pUserData->xConnection = SharedConnection( xComplConnection->connectWithCompletion( xHandler ) ); in DetectTablesAndQueries() 710 SharedConnection SwAddressListDialog::GetConnection() in GetConnection() 712 SharedConnection xRet; in GetConnection()
|
H A D | mmconfigitem.cxx | 105 SharedConnection xConnection; 911 SharedConnection xConnection, in SetCurrentConnection() 933 SharedConnection SwMailMergeConfigItem::GetConnection() in GetConnection() 982 SharedConnection::TakeOwnership in GetResultSet()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 395 SharedConnection lcl_connectRowSet(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiSer… in lcl_connectRowSet() 399 SharedConnection xConnection; in lcl_connectRowSet() 425 xConnection.reset( xExistingConn, SharedConnection::NoTakeOwnership ); in lcl_connectRowSet() 478 … _bAttachAutoDisposer ? SharedConnection::NoTakeOwnership : SharedConnection::TakeOwnership in lcl_connectRowSet() 513 …SharedConnection xConnection = lcl_connectRowSet( _rxRowSet, _rxFactory, _bSetAsActiveConnection, … in connectRowset() 518 SharedConnection ensureRowSetConnection(const Reference< XRowSet>& _rxRowSet, const Reference< XMul… in ensureRowSetConnection()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | mmconfigitem.hxx | 91 … SharedConnection xConnection, 98 SharedConnection GetConnection();
|
H A D | sharedconnection.hxx | 30 typedef ::utl::SharedUNOComponent< ::com::sun::star::sdbc::XConnection > SharedConnection; typedef
|
/aoo42x/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 371 xSource, SharedConnection( xConnection, SharedConnection::NoTakeOwnership ), in ExecuteMailMergeWizard()
|