Home
last modified time | relevance | path

Searched refs:aChpx (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4370 Word2CHPX aChpx; in ReadWord2Chpx() local
4373 return aChpx; in ReadWord2Chpx()
4429 rSt >> aChpx.ftc; in ReadWord2Chpx()
4433 rSt >> aChpx.hps; in ReadWord2Chpx()
4456 rSt >> aChpx.icoBi; in ReadWord2Chpx()
4460 rSt >> aChpx.lid; in ReadWord2Chpx()
4464 rSt >> aChpx.ftcBi; in ReadWord2Chpx()
4468 rSt >> aChpx.hpsBi; in ReadWord2Chpx()
4472 rSt >> aChpx.lidBi; in ReadWord2Chpx()
4476 rSt >> aChpx.fcPic; 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()
/trunk/main/sw/source/filter/ww1/
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
H A Dw1filter.cxx1163 W1_CHP aChpx; in Start() local
1164 if (FillStart(aChpx)) 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()
1195 if (aChpx.fSmallCapsGet() || aChpx.fCapsGet()) in Stop()
1199 if (aChpx.fsHpsGet()) in Stop()
1201 if (aChpx.fsKulGet()) in Stop()
[all …]

Completed in 76 milliseconds