Searched refs:sSourceGroup (Results 1 – 1 of 1) sorted by relevance
1097 String sSourceGroup(pGroupData->sGroupName); in NotifyMoving() local1098 sSourceGroup += GLOS_DELIM; in NotifyMoving()1099 sSourceGroup += String::CreateFromInt32(pGroupData->nPathIdx); in NotifyMoving()1100 pDlg->pGlossaryHdl->SetCurGroup(sSourceGroup); in NotifyMoving()1108 bRet = pDlg->pGlossaryHdl->CopyOrMove( sSourceGroup, sShortName, in NotifyMoving()1145 String sSourceGroup(pGroupData->sGroupName); in NotifyCopying() local1146 sSourceGroup += GLOS_DELIM; in NotifyCopying()1147 sSourceGroup += String::CreateFromInt32(pGroupData->nPathIdx); in NotifyCopying()1149 pDlg->pGlossaryHdl->SetCurGroup(sSourceGroup); in NotifyCopying()1158 bRet = pDlg->pGlossaryHdl->CopyOrMove( sSourceGroup, sShortName, in NotifyCopying()
Completed in 13 milliseconds