Lines Matching refs:m_aDBData
274 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()
623 m_aDBData.nCommandType = CommandType::TABLE; in DetectTablesAndQueries()
627 m_aDBData.sCommand = aQueries[0]; in DetectTablesAndQueries()
628 m_aDBData.nCommandType = CommandType::QUERY; in DetectTablesAndQueries()
632 if ( m_aDBData.sCommand.getLength() ) in DetectTablesAndQueries()
635 m_xDBContext->getByName(m_aDBData.sDataSource) >>= xSourceProperties; in DetectTablesAndQueries()
639 m_aDBData.sCommand, in DetectTablesAndQueries()
640 m_aDBData.nCommandType == CommandType::TABLE ? in DetectTablesAndQueries()
644 m_aListLB.SetEntryText(m_aDBData.sCommand, pSelect, ITEMID_TABLE - 1); in DetectTablesAndQueries()