Lines Matching refs:aRes
254 Font aRes; in GetFont() local
255 aRes.SetName( aName ); in GetFont()
256 aRes.SetCharSet( (rtl_TextEncoding) nCharSet ); in GetFont()
257 aRes.SetFamily( (FontFamily) nFamily ); in GetFont()
258 aRes.SetPitch( (FontPitch) nPitch ); in GetFont()
259 aRes.SetWeight( (FontWeight) nWeight ); in GetFont()
260 aRes.SetItalic( (FontItalic) nItalic ); in GetFont()
261 return aRes; in GetFont()
361 String aRes; in GetFontFormatId() local
367 aRes = aEntries[i].aId; in GetFontFormatId()
372 return aRes; in GetFontFormatId()
378 String aRes( GetFontFormatId( rFntFmt) ); in GetFontFormatId() local
379 if (0 == aRes.Len() && bAdd) in GetFontFormatId()
381 aRes = GetNewFontFormatId(); in GetFontFormatId()
382 AddFontFormat( aRes, rFntFmt ); in GetFontFormatId()
384 return aRes; in GetFontFormatId()
390 String aRes; in GetFontFormatId() local
392 aRes = aEntries[nPos].aId; in GetFontFormatId()
393 return aRes; in GetFontFormatId()
401 String aRes; in GetNewFontFormatId() local
411 aRes = aTmpId; in GetNewFontFormatId()
415 DBG_ASSERT( 0 != aRes.Len(), "failed to create new FontFormatId" ); in GetNewFontFormatId()
417 return aRes; in GetNewFontFormatId()