Lines Matching refs:sEntry
288 String sEntry = pINetFmt->GetVisitedFmt(); in Reset() local
289 if ( sEntry.Len() == 0 ) in Reset()
292 SwStyleNameMapper::FillUIName( RES_POOLCHR_INET_VISIT, sEntry ); in Reset()
294 aVisitedLB.SelectEntry( sEntry ); in Reset()
296 sEntry = pINetFmt->GetINetFmt(); in Reset()
297 if ( sEntry.Len() == 0 ) in Reset()
300 SwStyleNameMapper::FillUIName( RES_POOLCHR_INET_NORMAL, sEntry ); in Reset()
302 aNotVisitedLB.SelectEntry( sEntry ); in Reset()
345 String sEntry = aVisitedLB.GetSelectEntry(); in FillItemSet() local
346 …sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName( sEntry, nsSwGetPoolIdFromName::GET_POOLID… in FillItemSet()
347 aINetFmt.SetVisitedFmtAndId( sEntry, nId ); in FillItemSet()
349 sEntry = aNotVisitedLB.GetSelectEntry(); in FillItemSet()
350 nId = SwStyleNameMapper::GetPoolIdFromUIName( sEntry, nsSwGetPoolIdFromName::GET_POOLID_CHRFMT); in FillItemSet()
351 aINetFmt.SetINetFmtAndId( sEntry, nId ); in FillItemSet()