Home
last modified time | relevance | path

Searched refs:fMapPrintTextColor (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Ddop.c39 item->fMapPrintTextColor = (temp16 & 0x0010) >> 4; in wvGetCOPTS()
58 item->fMapPrintTextColor = 0; in wvInitCOPTS()
259 dop->fMapPrintTextColor = dop->copts.fMapPrintTextColor; in wvGetDOP()
278 dop->fMapPrintTextColor = (temp32 & 0x00000010) >> 4; in wvGetDOP()
444 dop->fMapPrintTextColor = 0; in wvInitDOP()
H A Dwv.h639 U32 fMapPrintTextColor:1; member
829 U32 fMapPrintTextColor:1; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.hxx1708 bool fMapPrintTextColor : 1 /*= false*/; // see above member
H A Dww8scan.cxx7554 fSupressSpbfAfterPageBreak(false), fWrapTrailSpaces(false), fMapPrintTextColor(false), in WW8Dop()
7823 fSupressSpbfAfterPageBreak(false), fWrapTrailSpaces(false), fMapPrintTextColor(false), in WW8Dop()
7913 fMapPrintTextColor = ( a32Bit & 0x00000010 ) >> 4 ; in SetCompatibilityOptions()
7951 if (fMapPrintTextColor) a32Bit |= 0x00000010; in GetCompatibilityOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8scan.hxx1716 bool fMapPrintTextColor : 1 /*= false*/; // see above member
H A Dww8scan.cxx7614 fSuppressSpbfAfterPageBreak(false), fWrapTrailSpaces(false), fMapPrintTextColor(false), in WW8Dop()
7884 fSuppressSpbfAfterPageBreak(false), fWrapTrailSpaces(false), fMapPrintTextColor(false), in WW8Dop()
7939 fMapPrintTextColor = ( a32Bit & 0x00000010 ) >> 4 ; in SetCompatibilityOptions()
7977 if (fMapPrintTextColor) a32Bit |= 0x00000010; in GetCompatibilityOptions()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword97_generated.cpp3899 fMapPrintTextColor=shifterU32; in read()
4099 shifterU32|=fMapPrintTextColor << 4; in write()
4251 fMapPrintTextColor=0; in clear()
4401 lhs.fMapPrintTextColor==rhs.fMapPrintTextColor && in operator ==()
H A Dword97_generated.h4083 U32 fMapPrintTextColor:1; member
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword97_generated.cpp3734 fMapPrintTextColor=shifterU32; in read()
3934 shifterU32|=fMapPrintTextColor << 4; in write()
4086 fMapPrintTextColor=0; in clear()
4236 lhs.fMapPrintTextColor==rhs.fMapPrintTextColor && in operator ==()
H A Dword97_generated.h3854 U32 fMapPrintTextColor:1; member