Home
last modified time | relevance | path

Searched refs:fVanish (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Dsprm.c611 wvTOGGLE (achp->fVanish, achp, stsh, toggle, fVanish) break; in wvApplySprmFromBucket()
1750 achp->fVanish = 0; in wvApplysprmCDefault()
2058 if (achp->fVanish == base.fVanish) in wvApplysprmCMajority()
2059 achp->fVanish = orig.fVanish; in wvApplysprmCMajority()
2162 if (achp->fVanish == base.fVanish) in wvApplysprmCMajority50()
2163 achp->fVanish = orig.fVanish; in wvApplysprmCMajority50()
H A Dchp.c208 item->fVanish = 0; in wvInitCHP()
318 dest->fVanish = src->fVanish; in wvCopyCHP()
H A DwvConfig.c1431 HANDLE_B_CHAR_ELE (TT_VANISH, fVanish, vanish, 1) break; in exstartElement()
1433 HANDLE_E_CHAR_ELE (TT_VANISH, fVanish, vanish, 1) break; in exstartElement()
H A Dwv.h1271 U32 fVanish:1; member
4149 U32 fVanish:1; /*not imp yet */ member
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_dump.h111 achp->fVanish,
H A Die_imp_MsWord_97.cpp5209 if (achp->fVanish) in _generateCharProps()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword97_helper.cpp1310 fVanish = false; in applyCHPSPRM()
1422 fVanish = *ptr == 1; in applyCHPSPRM()
1424 fVanish = paragraphStyle->chp().fVanish; in applyCHPSPRM()
1426 fVanish = !( paragraphStyle->chp().fVanish ); in applyCHPSPRM()
1429 fVanish = !fVanish; in applyCHPSPRM()
H A Dconvert.cpp220 ret.fVanish=s.fVanish; in toWord97()
H A Dword95_generated.cpp2617 fVanish=shifterU8; in read()
2685 shifterU8|=fVanish << 7; in write()
2737 fVanish=0; in clear()
2798 s += uint2string( fVanish ); in toString()
2878 lhs.fVanish==rhs.fVanish && in operator ==()
H A Dparser9x.cpp869 if (chp->fVanish == 1) { in processChunk()
H A Dword97_generated.cpp2956 fVanish=shifterU8; in read()
3079 shifterU8|=fVanish << 7; in write()
3173 fVanish=0; in clear()
3280 s += uint2string( fVanish ); in toString()
3453 lhs.fVanish==rhs.fVanish && in operator ==()
H A Dword95_generated.h2092 U8 fVanish:1; member
H A Dword97_generated.h2667 U8 fVanish:1; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8struc.hxx68 sal_uInt16 fVanish:1; member
112 fVanish(0), in Word2CHPX()
H A Dww8par2.cxx4049 aRet.push_back( static_cast< sal_uInt8 >(128 + rChpx.fVanish) ); in ChpxToSprms()
4162 aChpx.fVanish = (nFlags8 & 0x80) >> 7; in ReadWord2Chpx()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8struc.hxx68 sal_uInt16 fVanish:1; member
113 fVanish = 0; in Word2CHPX()
H A Dww8par2.cxx4045 aRet.push_back( static_cast< sal_uInt8 >(128 + rChpx.fVanish) ); in ChpxToSprms()
4158 aChpx.fVanish = (nFlags8 & 0x80) >> 7; in ReadWord2Chpx()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword97_helper.cpp1208 fVanish = false; in applyCHPSPRM()
1306 fVanish = *ptr == 1; in applyCHPSPRM()
1310 fVanish = chp->fVanish; in applyCHPSPRM()
1312 fVanish = !chp->fVanish; in applyCHPSPRM()
H A Dconvert.cpp218 ret.fVanish=s.fVanish; in toWord97()
H A Dword95_generated.cpp2623 fVanish=shifterU8; in read()
2691 shifterU8|=fVanish << 7; in write()
2743 fVanish=0; in clear()
2804 s += uint2string( fVanish ); in toString()
2884 lhs.fVanish==rhs.fVanish && in operator ==()
H A Dword97_generated.cpp2810 fVanish=shifterU8; in read()
2933 shifterU8|=fVanish << 7; in write()
3027 fVanish=0; in clear()
3128 s += uint2string( fVanish ); in toString()
3291 lhs.fVanish==rhs.fVanish && in operator ==()
H A Dword95_generated.h2092 U8 fVanish:1; member
H A Dword97_generated.h2515 U8 fVanish:1; member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dtexthandler.cpp1816 if (chp->fVanish != 1) { in runOfText()