Lines Matching refs:xConnection
93 Reference<XConnection> xConnection; member
136 Reference<XConnection> xConnection; in ExecDB() local
139 ((const SfxUsrAnyItem*)pConnectionItem)->GetValue() >>= xConnection; in ExecDB()
141 if ( !xConnection.is() ) in ExecDB()
144 xConnection = pNewDBMgr->GetConnection(sSourceArg, xSource); in ExecDB()
146 if(!xConnection.is()) in ExecDB()
169 pNew->xConnection = xConnection; in ExecDB()
184 xCursor = SwNewDBMgr::createCursor(sSourceArg,sCommandArg,nCommandTypeArg,xConnection); in ExecDB()
260 Reference< sdbc::XConnection> xConnection = pDBStruct->xConnection; in IMPL_STATIC_LINK() local
261 …Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,pDBStruct->aDBData.… in IMPL_STATIC_LINK()
263 if(xConnection.is() && !xSource.is()) in IMPL_STATIC_LINK()
266 if ( !xConnection.is() ) in IMPL_STATIC_LINK()
268 xConnection = SwNewDBMgr::GetConnection(pDBStruct->aDBData.sDataSource, xSource); in IMPL_STATIC_LINK()
273 if(xConnection.is()) in IMPL_STATIC_LINK()
274 xColSupp = SwNewDBMgr::GetColumnSupplier(xConnection, in IMPL_STATIC_LINK()
292 pDlg->DataToDoc( pDBStruct->aSelection, xSource, xConnection, xResSet); in IMPL_STATIC_LINK()
296 ::comphelper::disposeComponent(xConnection); in IMPL_STATIC_LINK()