Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8struc.hxx97 sal_uInt8 hpsPos; member
142 hpsPos = 0; in Word2CHPX()
H A Dww8par2.cxx4322 aRet.push_back(rChpx.hpsPos); in ChpxToSprms()
4451 rSt >> aChpx.hpsPos; in ReadWord2Chpx()
/AOO42X/main/sw/source/filter/ww1/
H A Dw1struct.hxx509 SVBT8 hpsPos;// Sub/Superscript ( signed number, 0 = normal ) member
562 sal_uInt8 hpsPosGet() { return SVBT8ToByte(hpsPos); } in hpsPosGet()