Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8scan.cxx6482 WW8_FFN_BASE* pVer2 = (WW8_FFN_BASE*)pA; in WW8Fonts() local
6485 p->cbFfnM1 = pVer2->cbFfnM1; in WW8Fonts()
6491 p->wWeight = ( *(((sal_uInt8*)pVer2) + 1) ); in WW8Fonts()
6492 p->chs = ( *(((sal_uInt8*)pVer2) + 2) ); in WW8Fonts()
6502 p->sFontname = String ( (((const sal_Char*)pVer2) + 1 + 2), eEnc); in WW8Fonts()
6503 pVer2 = (WW8_FFN_BASE*)( ((sal_uInt8*)pVer2) + pVer2->cbFfnM1 + 1 ); in WW8Fonts()

Completed in 47 milliseconds