Searched refs:pVer8 (Results 1 – 2 of 2) sorted by relevance
5848 WW8_FFN_Ver8* pVer8 = (WW8_FFN_Ver8*)pA; in WW8Fonts() local5852 p->cbFfnM1 = pVer8->cbFfnM1; in WW8Fonts()5853 c2 = *(((sal_uInt8*)pVer8) + 1); in WW8Fonts()5860 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer8->wWeight ); in WW8Fonts()5861 p->chs = pVer8->chs; in WW8Fonts()5862 p->ibszAlt = pVer8->ibszAlt; in WW8Fonts()5867 for( sal_uInt16* pTmp = pVer8->szFfn; in WW8Fonts()5868 nLen < pVer8->cbFfnM1 + 1 ; ++pTmp, nLen+=2 ) in WW8Fonts()5875 p->sFontname = pVer8->szFfn; in WW8Fonts()5879 p->sFontname.Append(pVer8->szFfn+p->ibszAlt); in WW8Fonts()[all …]
6553 WW8_FFN_Ver8* pVer8 = (WW8_FFN_Ver8*)pA; in WW8Fonts() local6557 p->cbFfnM1 = pVer8->cbFfnM1; in WW8Fonts()6558 c2 = *(((sal_uInt8*)pVer8) + 1); in WW8Fonts()6565 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer8->wWeight ); in WW8Fonts()6566 p->chs = pVer8->chs; in WW8Fonts()6567 p->ibszAlt = pVer8->ibszAlt; in WW8Fonts()6573 nLength = std::min( nLength, sal_uInt8( pVer8->cbFfnM1+1 ) ); in WW8Fonts()6574 for( sal_uInt16* pTmp = pVer8->szFfn; in WW8Fonts()6582 p->sFontname = pVer8->szFfn; in WW8Fonts()6586 p->sFontname.Append(pVer8->szFfn+p->ibszAlt); in WW8Fonts()[all …]
Completed in 66 milliseconds