Searched refs:pVer8 (Results 1 – 2 of 2) sorted by relevance
5847 WW8_FFN_Ver8* pVer8 = (WW8_FFN_Ver8*)pA; in WW8Fonts() local5851 p->cbFfnM1 = pVer8->cbFfnM1; in WW8Fonts()5852 c2 = *(((sal_uInt8*)pVer8) + 1); in WW8Fonts()5859 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer8->wWeight ); in WW8Fonts()5860 p->chs = pVer8->chs; in WW8Fonts()5861 p->ibszAlt = pVer8->ibszAlt; in WW8Fonts()5866 for( sal_uInt16* pTmp = pVer8->szFfn; in WW8Fonts()5867 nLen < pVer8->cbFfnM1 + 1 ; ++pTmp, nLen+=2 ) in WW8Fonts()5874 p->sFontname = pVer8->szFfn; in WW8Fonts()5878 p->sFontname.Append(pVer8->szFfn+p->ibszAlt); in WW8Fonts()[all …]
6552 WW8_FFN_Ver8* pVer8 = (WW8_FFN_Ver8*)pA; in WW8Fonts() local6556 p->cbFfnM1 = pVer8->cbFfnM1; in WW8Fonts()6557 c2 = *(((sal_uInt8*)pVer8) + 1); in WW8Fonts()6564 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer8->wWeight ); in WW8Fonts()6565 p->chs = pVer8->chs; in WW8Fonts()6566 p->ibszAlt = pVer8->ibszAlt; in WW8Fonts()6571 sal_uInt8 nLength = sizeof( pVer8->szFfn ) / sizeof( SVBT16 ); in WW8Fonts()6572 nLength = std::min( nLength, sal_uInt8( pVer8->cbFfnM1+1 ) ); in WW8Fonts()6573 for( sal_uInt16* pTmp = pVer8->szFfn; in WW8Fonts()6581 p->sFontname = pVer8->szFfn; in WW8Fonts()[all …]