Searched refs:ibszAlt (Results 1 – 5 of 5) sorted by relevance
5826 p->ibszAlt = pVer6->ibszAlt; in WW8Fonts()5837 if (p->ibszAlt) in WW8Fonts()5840 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()5862 p->ibszAlt = pVer8->ibszAlt; in WW8Fonts()5876 if (p->ibszAlt) in WW8Fonts()5879 p->sFontname.Append(pVer8->szFfn+p->ibszAlt); in WW8Fonts()
126 sal_uInt8 ibszAlt; // 0x5 index into ffn.szFfn to the name of the alternate font member
527 if( p->ibszAlt ) // gibt es einen alternativen Font ? in DumpFonts()529 sOut = ByteString( p->sFontname.Copy( p->ibszAlt ), in DumpFonts()
6522 p->ibszAlt = pVer6->ibszAlt; in WW8Fonts()6532 if (p->ibszAlt) in WW8Fonts()6535 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()6567 p->ibszAlt = pVer8->ibszAlt; in WW8Fonts()6583 if (p->ibszAlt) in WW8Fonts()6586 p->sFontname.Append(pVer8->szFfn+p->ibszAlt); in WW8Fonts()
216 sal_uInt8 ibszAlt; // 0x5 index into ffn.szFfn to the name of the alternate font member
Completed in 136 milliseconds