Searched refs:pVer6 (Results 1 – 2 of 2) sorted by relevance
5812 WW8_FFN_Ver6* pVer6 = (WW8_FFN_Ver6*)pA; in WW8Fonts() local5816 p->cbFfnM1 = pVer6->cbFfnM1; in WW8Fonts()5817 c2 = *(((sal_uInt8*)pVer6) + 1); in WW8Fonts()5824 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer6->wWeight ); in WW8Fonts()5825 p->chs = pVer6->chs; in WW8Fonts()5826 p->ibszAlt = pVer6->ibszAlt; in WW8Fonts()5835 p->sFontname = String(pVer6->szFfn, eEnc); in WW8Fonts()5840 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()5843 pVer6 = (WW8_FFN_Ver6*)( ((sal_uInt8*)pVer6) + pVer6->cbFfnM1 + 1 ); in WW8Fonts()
6508 WW8_FFN_Ver6* pVer6 = (WW8_FFN_Ver6*)pA; in WW8Fonts() local6512 p->cbFfnM1 = pVer6->cbFfnM1; in WW8Fonts()6513 c2 = *(((sal_uInt8*)pVer6) + 1); in WW8Fonts()6520 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer6->wWeight ); in WW8Fonts()6521 p->chs = pVer6->chs; in WW8Fonts()6522 p->ibszAlt = pVer6->ibszAlt; in WW8Fonts()6531 p->sFontname = String(pVer6->szFfn, eEnc); in WW8Fonts()6535 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()6548 pVer6 = (WW8_FFN_Ver6*)( ((sal_uInt8*)pVer6) + pVer6->cbFfnM1 + 1 ); in WW8Fonts()
Completed in 87 milliseconds