Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx118 sal_uInt8 prg: 2; // 0x1:03 pitch request member
H A Dww8scan.cxx5818 p->prg = c2 & 0x02; in WW8Fonts()
5854 p->prg = c2 & 0x02; in WW8Fonts()
H A Ddump8a.cxx533 *pOut << ", PitchRequest:" << (short)p->prg << ", TrueType:" << (short)p->fTrueType; in DumpFonts()
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx207 sal_uInt8 prg: 2; // 0x1:03 pitch request member
H A Dww8scan.cxx6486 p->prg = 0; in WW8Fonts()
6514 p->prg = c2 & 0x02; in WW8Fonts()
6559 p->prg = c2 & 0x02; in WW8Fonts()
H A Dww8par6.cxx3569 rePitch = ePitchA[pF->prg]; in GetFontParams()