Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx67 sal_uInt16 fSmallCaps:1; member
112 fSmallCaps = 0; in Word2CHPX()
626 sal_uInt8 fSmallCaps : 1;
H A Dww8par2.cxx4271 aRet.push_back( static_cast< sal_uInt8 >(128 + rChpx.fSmallCaps) ); in ChpxToSprms()
4389 aChpx.fSmallCaps = (nFlags8 & 0x20) >> 5; in ReadWord2Chpx()