Searched refs:aChpx (Results 1 – 5 of 5) sorted by relevance
4341 Word2CHPX aChpx; in ReadWord2Chpx() local4344 return aChpx; in ReadWord2Chpx()4400 rSt >> aChpx.ftc; in ReadWord2Chpx()4404 rSt >> aChpx.hps; in ReadWord2Chpx()4427 rSt >> aChpx.icoBi; in ReadWord2Chpx()4431 rSt >> aChpx.lid; in ReadWord2Chpx()4435 rSt >> aChpx.ftcBi; in ReadWord2Chpx()4439 rSt >> aChpx.hpsBi; in ReadWord2Chpx()4443 rSt >> aChpx.lidBi; in ReadWord2Chpx()4447 rSt >> aChpx.fcPic; 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()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()1195 if (aChpx.fSmallCapsGet() || aChpx.fCapsGet()) in Stop()1199 if (aChpx.fsHpsGet()) in Stop()1201 if (aChpx.fsKulGet()) 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
Completed in 98 milliseconds