Home
last modified time | relevance | path

Searched refs:pVer6 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx5811 WW8_FFN_Ver6* pVer6 = (WW8_FFN_Ver6*)pA; in WW8Fonts() local
5815 p->cbFfnM1 = pVer6->cbFfnM1; in WW8Fonts()
5816 c2 = *(((sal_uInt8*)pVer6) + 1); in WW8Fonts()
5823 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer6->wWeight ); in WW8Fonts()
5824 p->chs = pVer6->chs; in WW8Fonts()
5825 p->ibszAlt = pVer6->ibszAlt; in WW8Fonts()
5834 p->sFontname = String(pVer6->szFfn, eEnc); in WW8Fonts()
5839 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()
5842 pVer6 = (WW8_FFN_Ver6*)( ((sal_uInt8*)pVer6) + pVer6->cbFfnM1 + 1 ); in WW8Fonts()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6507 WW8_FFN_Ver6* pVer6 = (WW8_FFN_Ver6*)pA; in WW8Fonts() local
6511 p->cbFfnM1 = pVer6->cbFfnM1; in WW8Fonts()
6512 c2 = *(((sal_uInt8*)pVer6) + 1); in WW8Fonts()
6519 p->wWeight = SVBT16ToShort( *(SVBT16*)&pVer6->wWeight ); in WW8Fonts()
6520 p->chs = pVer6->chs; in WW8Fonts()
6521 p->ibszAlt = pVer6->ibszAlt; in WW8Fonts()
6530 p->sFontname = String(pVer6->szFfn, eEnc); in WW8Fonts()
6534 p->sFontname += String(pVer6->szFfn+p->ibszAlt, eEnc); in WW8Fonts()
6547 pVer6 = (WW8_FFN_Ver6*)( ((sal_uInt8*)pVer6) + pVer6->cbFfnM1 + 1 ); in WW8Fonts()