Lines Matching refs:sEntry
2043 String sEntry = pParent->GetLevelHelp(++nLevel); in RequestHelp() local
2044 if('*' == sEntry) in RequestHelp()
2045 sEntry = GetEntryText(pEntry); in RequestHelp()
2046 if(sEntry.Len()) in RequestHelp()
2062 Help::ShowQuickHelp( this, aItemRect, sEntry, in RequestHelp()
2850 String sEntry = aCharStyleLB.GetSelectEntry(); in IMPL_LINK() local
2851 aEditStylePB.Enable(sEntry != sNoCharStyle); in IMPL_LINK()
2980 String sEntry = pBox->GetSelectEntry(); in IMPL_LINK() local
2982 aEditStylePB.Enable(sEntry != sNoCharStyle); in IMPL_LINK()
2983 if(sEntry == sNoCharStyle) in IMPL_LINK()
2984 sEntry.Erase(); in IMPL_LINK()
2990 ((SwTOXEdit*)pCtrl)->SetCharStyleName(sEntry, nId); in IMPL_LINK()
2992 ((SwTOXButton*)pCtrl)->SetCharStyleName(sEntry, nId); in IMPL_LINK()
3116 String sEntry = aCharStyleLB.GetEntry(i); in SetWrtShell() local
3117 if(sDefault != sEntry) in SetWrtShell()
3119 aMainEntryStyleLB.InsertEntry( sEntry ); in SetWrtShell()
3865 String sEntry; in CreateQuickHelp() local
3867 sEntry = (aButtonHelpTexts[rToken.eTokenType]); in CreateQuickHelp()
3870 sEntry += SwAuthorityFieldType::GetAuthFieldName( in CreateQuickHelp()
3886 sEntry += '\n'; in CreateQuickHelp()
3888 sEntry += ' '; in CreateQuickHelp()
3889 sEntry += sCharStyle; in CreateQuickHelp()
3890 sEntry += rToken.sCharStyleName; in CreateQuickHelp()
3895 Help::ShowBalloon( this, aPos, aItemRect, sEntry ); in CreateQuickHelp()
3898 Help::ShowQuickHelp( this, aItemRect, sEntry, in CreateQuickHelp()