Home
last modified time | relevance | path

Searched refs:aChpx (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par2.cxx4370 Word2CHPX aChpx; in ReadWord2Chpx() local
4373 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 …]
H A Dww8scan.cxx2687 …Word2CHPX aChpx = ReadWord2Chpx(*pSt, nFilePos + nOfs + 1, static_cast< sal_uInt8 >(aEntry.mnLen)); in WW8Fkp() local
2688 std::vector<sal_uInt8> aSprms = ChpxToSprms(aChpx); in WW8Fkp()
/AOO41X/main/sw/source/filter/ww1/
H A Dw1filter.cxx1163 W1_CHP aChpx; in Start() local
1164 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() local
1184 if (FillStop(aChpx)) in Stop()
1187 if (aChpx.fBoldGet()) in Stop()
1189 if (aChpx.fItalicGet()) in Stop()
1191 if (aChpx.fStrikeGet()) in Stop()
[all …]
H A Dw1class.cxx107 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()
H A Dw1class.hxx253 W1_CHP aChpx; member in Ww1Style