Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Ddop.c316 dop->fMinFontSizePag = (temp16 & 0x8000) >> 15; in wvGetDOP()
475 dop->fMinFontSizePag = 0; in wvInitDOP()
H A Dwv.h863 U32 fMinFontSizePag:1; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.hxx1758 … bool fMinFontSizePag : 1 /*= false*/; // Are we auto-promoting fonts to >= hpsZoonFontPag? member
H A Dww8scan.cxx7567 fMinFontSizePag(false), fHaveVersions(false), fAutoVersion(false), in WW8Dop()
7742 fMinFontSizePag = ( a16Bit & 0x8000 ) >> 15 ; in WW8Dop()
7836 fMinFontSizePag(false), fHaveVersions(false), fAutoVersion(false), in WW8Dop()
8210 if( fMinFontSizePag ) a16Bit |= 0x8000; in Write()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8scan.hxx1766 … bool fMinFontSizePag : 1 /*= false*/; // Are we auto-promoting fonts to >= hpsZoomFontPag? member
H A Dww8scan.cxx7627 fMinFontSizePag(false), fHaveVersions(false), fAutoVersion(false), in WW8Dop()
7802 fMinFontSizePag = ( a16Bit & 0x8000 ) >> 15 ; in WW8Dop()
7897 fMinFontSizePag(false), fHaveVersions(false), fAutoVersion(false), in WW8Dop()
8241 if( fMinFontSizePag ) a16Bit |= 0x8000; in Write()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword97_generated.cpp3958 fMinFontSizePag=shifterU16; in read()
4131 shifterU16|=fMinFontSizePag << 15; in write()
4282 fMinFontSizePag=0; in clear()
4432 lhs.fMinFontSizePag==rhs.fMinFontSizePag && in operator ==()
H A Dword97_generated.h4244 U16 fMinFontSizePag:1; member
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword97_generated.cpp3793 fMinFontSizePag=shifterU16; in read()
3966 shifterU16|=fMinFontSizePag << 15; in write()
4117 fMinFontSizePag=0; in clear()
4267 lhs.fMinFontSizePag==rhs.fMinFontSizePag && in operator ==()
H A Dword97_generated.h4011 U16 fMinFontSizePag:1; member