Home
last modified time | relevance | path

Searched refs:grfSuppression (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Ddop.c89 dop->grfSuppression = (temp16 & 0x18) >> 3; in wvGetDOP()
362 dop->grfSuppression = 0; in wvInitDOP()
H A Dwv.h724 U32 grfSuppression:2; member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dconvert.cpp296 ret.grfSuppression=s.grfSuppression; in toWord97()
H A Dword95_generated.cpp3135 grfSuppression=shifterU16; in read()
3290 shifterU16|=grfSuppression << 3; in write()
3390 grfSuppression=0; in clear()
3477 lhs.grfSuppression==rhs.grfSuppression && in operator ==()
H A Dword95_generated.h2744 U16 grfSuppression:2; member
H A Dword97_generated.cpp3750 grfSuppression=shifterU16; in read()
4004 shifterU16|=grfSuppression << 3; in write()
4166 grfSuppression=0; in clear()
4316 lhs.grfSuppression==rhs.grfSuppression && in operator ==()
H A Dword97_generated.h3581 U16 grfSuppression:2; member
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dconvert.cpp294 ret.grfSuppression=s.grfSuppression; in toWord97()
H A Dword95_generated.cpp3141 grfSuppression=shifterU16; in read()
3296 shifterU16|=grfSuppression << 3; in write()
3396 grfSuppression=0; in clear()
3483 lhs.grfSuppression==rhs.grfSuppression && in operator ==()
H A Dword95_generated.h2744 U16 grfSuppression:2; member
H A Dword97_generated.cpp3585 grfSuppression=shifterU16; in read()
3839 shifterU16|=grfSuppression << 3; in write()
4001 grfSuppression=0; in clear()
4151 lhs.grfSuppression==rhs.grfSuppression && in operator ==()
H A Dword97_generated.h3386 U16 grfSuppression:2; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.hxx1614 …sal_uInt16 grfSuppression : 2 /*= 0*/; // 0 Default line suppression storage; 0= form letter line… member
H A Dww8scan.cxx7538 fFacingPages(false), fWidowControl(false), fPMHMainDoc(false), grfSuppression(0), fpc(0), in WW8Dop()
7615 grfSuppression = ( a16Bit & 0x0018 ) >> 3; in WW8Dop()
7807 fFacingPages(false), fWidowControl(false), fPMHMainDoc(false), grfSuppression(0), fpc(0), in WW8Dop()
8082 a16Bit |= ( 0x0018 & (grfSuppression << 3)); in Write()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8scan.hxx1622 …sal_uInt16 grfSuppression : 2 /*= 0*/; // 0 Default line suppression storage; 0= form letter line… member
H A Dww8scan.cxx7598 fFacingPages(false), fWidowControl(false), fPMHMainDoc(false), grfSuppression(0), fpc(0), in WW8Dop()
7675 grfSuppression = ( a16Bit & 0x0018 ) >> 3; in WW8Dop()
7867 fFacingPages(false), fWidowControl(true), fPMHMainDoc(false), grfSuppression(0), fpc(1), in WW8Dop()
8108 a16Bit |= ( 0x0018 & (grfSuppression << 3)); in Write()