Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx274 m_aDBData = rCurrentData; in SwAddressListDialog()
542 pThis->m_aDBData.sDataSource = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_NAME - 1); in IMPL_STATIC_LINK()
543 pThis->m_aDBData.sCommand = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK()
544 pThis->m_aDBData.nCommandType = pUserData->nCommandType; in IMPL_STATIC_LINK()
573 m_aDBData.sDataSource = m_aListLB.GetEntryText(pSelect, ITEMID_NAME - 1); in DetectTablesAndQueries()
574 m_xDBContext->getByName(m_aDBData.sDataSource) >>= xComplConnection; in DetectTablesAndQueries()
612 m_aDBData.sCommand = pDlg->GetSelectedTable(bIsTable); in DetectTablesAndQueries()
613 m_aDBData.nCommandType = bIsTable ? CommandType::TABLE : CommandType::QUERY; in DetectTablesAndQueries()
614 pUserData->nCommandType = m_aDBData.nCommandType; in DetectTablesAndQueries()
622 m_aDBData.sCommand = aTables[0]; in DetectTablesAndQueries()
[all …]
H A Daddresslistdialog.hxx88 SwDBData m_aDBData; member in SwAddressListDialog
114 const SwDBData& GetDBData() const {return m_aDBData;} in GetDBData()