Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx1102 String sSourceGroup(pGroupData->sGroupName); in NotifyMoving() local
1103 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() local
1151 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 15 milliseconds