Searched refs:aChpx (Results 1 – 5 of 5) sorted by relevance
4370 Word2CHPX aChpx; in ReadWord2Chpx() local4373 return aChpx; in ReadWord2Chpx()4385 aChpx.fBold = nFlags8 & 0x01; in ReadWord2Chpx()4386 aChpx.fItalic = (nFlags8 & 0x02) >> 1; in ReadWord2Chpx()4387 aChpx.fRMarkDel = (nFlags8 & 0x04) >> 2; in ReadWord2Chpx()4388 aChpx.fOutline = (nFlags8 & 0x08) >> 3; in ReadWord2Chpx()4389 aChpx.fFldVanish = (nFlags8 & 0x10) >> 4; in ReadWord2Chpx()4390 aChpx.fSmallCaps = (nFlags8 & 0x20) >> 5; in ReadWord2Chpx()4391 aChpx.fCaps = (nFlags8 & 0x40) >> 6; in ReadWord2Chpx()4392 aChpx.fVanish = (nFlags8 & 0x80) >> 7; in ReadWord2Chpx()[all …]
2687 …Word2CHPX aChpx = ReadWord2Chpx(*pSt, nFilePos + nOfs + 1, static_cast< sal_uInt8 >(aEntry.mnLen)); in WW8Fkp() local2688 std::vector<sal_uInt8> aSprms = ChpxToSprms(aChpx); in WW8Fkp()
1163 W1_CHP aChpx; in Start() local1164 if (FillStart(aChpx)) in Start()1166 aChpx.Out(rOut, rMan); in Start()1167 if (aChpx.fcPicGet()) in Start()1170 aChpx.fcPicGet()); in Start()1183 W1_CHP aChpx; in Stop() local1184 if (FillStop(aChpx)) in Stop()1187 if (aChpx.fBoldGet()) in Stop()1189 if (aChpx.fItalicGet()) in Stop()1191 if (aChpx.fStrikeGet()) in Stop()[all …]
107 aChpx.hpsSet(20); in SetDefaults()184 if (nCountBytes > sizeof(aChpx)) in ReadChpx()185 nCountBytes = sizeof(aChpx); in ReadChpx()186 memcpy( &aChpx, p, nCountBytes ); in ReadChpx()
253 W1_CHP aChpx; member in Ww1Style