Searched refs:sSourceGroup (Results 1 – 1 of 1) sorted by relevance
1102 String sSourceGroup(pGroupData->sGroupName); in NotifyMoving() local1103 sSourceGroup += GLOS_DELIM; in NotifyMoving()1104 sSourceGroup += String::CreateFromInt32(pGroupData->nPathIdx); in NotifyMoving()1105 pDlg->pGlossaryHdl->SetCurGroup(sSourceGroup); in NotifyMoving()1113 bRet = pDlg->pGlossaryHdl->CopyOrMove( sSourceGroup, sShortName, in NotifyMoving()1150 String sSourceGroup(pGroupData->sGroupName); in NotifyCopying() local1151 sSourceGroup += GLOS_DELIM; in NotifyCopying()1152 sSourceGroup += String::CreateFromInt32(pGroupData->nPathIdx); in NotifyCopying()1154 pDlg->pGlossaryHdl->SetCurGroup(sSourceGroup); in NotifyCopying()1163 bRet = pDlg->pGlossaryHdl->CopyOrMove( sSourceGroup, sShortName, in NotifyCopying()
Completed in 17 milliseconds