Lines Matching refs:sTitle
794 String sTitle; in Init() local
795 String sGroupName(pGlossaryHdl->GetGroupName(nId, &sTitle)); in Init()
798 if(!sTitle.Len()) in Init()
799 sTitle = sGroupName.GetToken( 0, GLOS_DELIM ); in Init()
800 SvLBoxEntry* pEntry = aCategoryBox.InsertEntry( sTitle ); in Init()
1101 String sTitle(GetEntryText(pEntry)); in NotifyMoving() local
1109 sDestName, sTitle, sal_True ); in NotifyMoving()
1112 SvLBoxEntry* pChild = InsertEntry(sTitle, pDestParent); in NotifyMoving()
1150 String sTitle(GetEntryText(pEntry)); in NotifyCopying() local
1159 sDestName, sTitle, sal_False ); in NotifyCopying()
1162 SvLBoxEntry* pChild = InsertEntry(sTitle, pDestParent); in NotifyCopying()