Lines Matching refs:aDesc
515 BibDBDescriptor aDesc; in MappingDialog_Impl() local
516 aDesc.sDataSource = pDatMan->getActiveDataSource(); in MappingDialog_Impl()
517 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in MappingDialog_Impl()
518 aDesc.nCommandType = CommandType::TABLE; in MappingDialog_Impl()
519 const Mapping* pMapping = pConfig->GetMapping(aDesc); in MappingDialog_Impl()
577 BibDBDescriptor aDesc; in IMPL_LINK() local
578 aDesc.sDataSource = pDatMan->getActiveDataSource(); in IMPL_LINK()
579 aDesc.sTableOrQuery = pDatMan->getActiveDataTable(); in IMPL_LINK()
580 aDesc.nCommandType = CommandType::TABLE; in IMPL_LINK()
582 pConfig->SetMapping(aDesc, &aNew); in IMPL_LINK()
1299 BibDBDescriptor aDesc; in setActiveDataTable() local
1300 aDesc.sDataSource = aDataSourceURL; in setActiveDataTable()
1301 aDesc.sTableOrQuery = aActiveDataTable; in setActiveDataTable()
1302 aDesc.nCommandType = CommandType::TABLE; in setActiveDataTable()
1303 BibModul::GetConfig()->SetBibliographyURL(aDesc); in setActiveDataTable()
1752 BibDBDescriptor aDesc; in GetIdentifierMapping() local
1753 aDesc.sDataSource = getActiveDataSource(); in GetIdentifierMapping()
1754 aDesc.sTableOrQuery = getActiveDataTable(); in GetIdentifierMapping()
1755 aDesc.nCommandType = CommandType::TABLE; in GetIdentifierMapping()
1756 const Mapping* pMapping = pConfig->GetMapping(aDesc); in GetIdentifierMapping()