Lines Matching refs:aEntry

182     String aEntry( rInfo.m_aFamilyName );  in fillFontEntry()  local
186 case weight::Thin: aEntry.AppendAscii( ", " ); aEntry.Append( aThinTxt ); break; in fillFontEntry()
187 case weight::UltraLight: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraLightTxt ); break; in fillFontEntry()
188 case weight::Light: aEntry.AppendAscii( ", " ); aEntry.Append( aLightTxt ); break; in fillFontEntry()
189 case weight::SemiLight: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiLightTxt ); break; in fillFontEntry()
190 case weight::SemiBold: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiBoldTxt ); break; in fillFontEntry()
191 case weight::Bold: aEntry.AppendAscii( ", " ); aEntry.Append( aBoldTxt ); break; in fillFontEntry()
192 case weight::UltraBold: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraBoldTxt ); break; in fillFontEntry()
199 case italic::Oblique: aEntry.AppendAscii( ", " ); aEntry.Append( aObliqueTxt ); break; in fillFontEntry()
200 case italic::Italic: aEntry.AppendAscii( ", " ); aEntry.Append( aItalicTxt ); break; in fillFontEntry()
207 …case width::UltraCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraCondensedTxt ); break; in fillFontEntry()
208 …case width::ExtraCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aExtraCondensedTxt ); break; in fillFontEntry()
209 case width::Condensed: aEntry.AppendAscii( ", " ); aEntry.Append( aCondensedTxt ); break; in fillFontEntry()
210 … case width::SemiCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiCondensedTxt ); break; in fillFontEntry()
211 … case width::SemiExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiExpandedTxt ); break; in fillFontEntry()
212 case width::Expanded: aEntry.AppendAscii( ", " ); aEntry.Append( aExpandedTxt ); break; in fillFontEntry()
213 … case width::ExtraExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aExtraExpandedTxt ); break; in fillFontEntry()
214 … case width::UltraExpanded: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraExpandedTxt ); break; in fillFontEntry()
222 aEntry.AppendAscii( ", " ); in fillFontEntry()
223 aEntry.Append( aRegularTxt ); in fillFontEntry()
226 aEntry.AppendAscii( " (" ); in fillFontEntry()
227 aEntry.Append( rFile ); in fillFontEntry()
228 aEntry.AppendAscii( ")" ); in fillFontEntry()
229 return aEntry; in fillFontEntry()
234 String aEntry; in fillFontEntry() local
239 aEntry.AppendAscii( " & " ); in fillFontEntry()
240 aEntry.Append( String( it->m_aFamilyName ) ); in fillFontEntry()
244 aEntry.AppendAscii( " (" ); in fillFontEntry()
245 aEntry.Append( rFile ); in fillFontEntry()
246 aEntry.AppendAscii( ")" ); in fillFontEntry()
247 return aEntry; in fillFontEntry()
283 String aEntry; in init() local
295aEntry = fillFontEntry( aInfos, String( ByteString( aFile ), osl_getThreadTextEncoding() ) ); in init()
298aEntry = fillFontEntry( aInfo, String( ByteString( aFile ), osl_getThreadTextEncoding() ), aFamili… in init()
299 sal_uInt16 nEntry = m_aFontBox.InsertEntry( aEntry ); in init()
589 String aEntry; in fillFontBox() local
591aEntry = FontNameDlg::fillFontEntry( it->second.front(), aFile, aFamilies[ it->second.front().m_aF… in fillFontBox()
593 aEntry = FontNameDlg::fillFontEntry( it->second, aFile ); in fillFontBox()
594 sal_uInt16 nPos = m_aNewFontsBox.InsertEntry( aEntry ); in fillFontBox()