Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx255 IMPL_STATIC_LINK( SwBaseShell, InsertDBTextHdl, DBTextStruct_Impl*, pDBStruct ) in IMPL_STATIC_LINK() argument
257 if( pDBStruct ) in IMPL_STATIC_LINK()
260 Reference< sdbc::XConnection> xConnection = pDBStruct->xConnection; in IMPL_STATIC_LINK()
261 …Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,pDBStruct->aDBData.… in IMPL_STATIC_LINK()
268 xConnection = SwNewDBMgr::GetConnection(pDBStruct->aDBData.sDataSource, xSource); in IMPL_STATIC_LINK()
275 pDBStruct->aDBData.sCommand, in IMPL_STATIC_LINK()
276 pDBStruct->aDBData.nCommandType == CommandType::QUERY ? in IMPL_STATIC_LINK()
281 SwDBData aDBData = pDBStruct->aDBData; in IMPL_STATIC_LINK()
291 Reference <XResultSet> xResSet = pDBStruct->xCursor; in IMPL_STATIC_LINK()
292 pDlg->DataToDoc( pDBStruct->aSelection, xSource, xConnection, xResSet); in IMPL_STATIC_LINK()
[all …]

Completed in 11 milliseconds