Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Ddop.c45 item->fShowBreaksInFrames = (temp16 & 0x0400) >> 10; in wvGetCOPTS()
64 item->fShowBreaksInFrames = 0; in wvInitCOPTS()
265 dop->fShowBreaksInFrames = dop->copts.fShowBreaksInFrames; in wvGetDOP()
284 dop->fShowBreaksInFrames = (temp32 & 0x00000400) >> 10; in wvGetDOP()
450 dop->fShowBreaksInFrames = 0; in wvInitDOP()
H A Dwv.h645 U32 fShowBreaksInFrames:1; member
835 U32 fShowBreaksInFrames:1; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.hxx1714 bool fShowBreaksInFrames : 1 /*= false*/; // see above member
H A Dww8scan.cxx7556 fOrigWordTableRules(false), fTransparentMetafiles(false), fShowBreaksInFrames(false), in WW8Dop()
7825 fOrigWordTableRules(false), fTransparentMetafiles(false), fShowBreaksInFrames(false), in WW8Dop()
7919 fShowBreaksInFrames = ( a32Bit & 0x00000400 ) >> 10 ; in SetCompatibilityOptions()
7957 if (fShowBreaksInFrames) a32Bit |= 0x00000400; in GetCompatibilityOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8scan.hxx1722 bool fShowBreaksInFrames : 1 /*= false*/; // see above member
H A Dww8scan.cxx7616 fOrigWordTableRules(false), fTransparentMetafiles(false), fShowBreaksInFrames(false), in WW8Dop()
7886 fOrigWordTableRules(false), fTransparentMetafiles(false), fShowBreaksInFrames(false), in WW8Dop()
7945 fShowBreaksInFrames = ( a32Bit & 0x00000400 ) >> 10 ; in SetCompatibilityOptions()
7983 if (fShowBreaksInFrames) a32Bit |= 0x00000400; in GetCompatibilityOptions()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword97_generated.cpp3911 fShowBreaksInFrames=shifterU32; in read()
4105 shifterU32|=fShowBreaksInFrames << 10; in write()
4257 fShowBreaksInFrames=0; in clear()
4407 lhs.fShowBreaksInFrames==rhs.fShowBreaksInFrames && in operator ==()
H A Dword97_generated.h4113 U32 fShowBreaksInFrames:1; member
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword97_generated.cpp3746 fShowBreaksInFrames=shifterU32; in read()
3940 shifterU32|=fShowBreaksInFrames << 10; in write()
4092 fShowBreaksInFrames=0; in clear()
4242 lhs.fShowBreaksInFrames==rhs.fShowBreaksInFrames && in operator ==()
H A Dword97_generated.h3884 U32 fShowBreaksInFrames:1; member