Searched refs:sFontname (Results 1 – 7 of 7) sorted by relevance
201 String sFontname = aAnyConv.toString(xPropertySet.getPropertyValue("CharFontName")); in main() local202 sFontname = sFontname.toLowerCase(); in main()205 if( sFontname.compareTo("albany") == 0 ) { in main()
6502 p->sFontname = String ( (((const sal_Char*)pVer2) + 1 + 2), eEnc); in WW8Fonts()6531 p->sFontname = String(pVer6->szFfn, eEnc); in WW8Fonts()6534 p->sFontname.Append(';'); in WW8Fonts()6535 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()6542 && !p->sFontname.EqualsAscii("Symbol") in WW8Fonts()6545 p->sFontname.APPEND_CONST_ASC(";Symbol"); in WW8Fonts()6582 p->sFontname = pVer8->szFfn; in WW8Fonts()6585 p->sFontname.Append(';'); in WW8Fonts()6586 p->sFontname.Append(pVer8->szFfn+p->ibszAlt); in WW8Fonts()6590 lcl_checkFontname( p->sFontname ); in WW8Fonts()
224 String sFontname;// 0x6 bzw. 0x40 ab Ver8 zero terminated string that member
3567 rName = String( pF->sFontname ); in GetFontParams()
5835 p->sFontname = String(pVer6->szFfn, eEnc); in WW8Fonts()5839 p->sFontname.Append(';'); in WW8Fonts()5840 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()5875 p->sFontname = pVer8->szFfn; in WW8Fonts()5878 p->sFontname.Append(';'); in WW8Fonts()5879 p->sFontname.Append(pVer8->szFfn+p->ibszAlt); in WW8Fonts()
135 UniString sFontname;// 0x6 bzw. 0x40 ab Ver8 zero terminated string that member
525 sOut = ByteString( p->sFontname, RTL_TEXTENCODING_MS_1252 ); in DumpFonts()529 sOut = ByteString( p->sFontname.Copy( p->ibszAlt ), in DumpFonts()
Completed in 146 milliseconds