Searched refs:fMinFontSizePag (Results 1 – 5 of 5) sorted by relevance
1415 sal_uInt16 fMinFontSizePag :1; // Are we auto-promoting member in WW8Dop
6163 fMinFontSizePag = ( a16Bit & 0x8000 ) >> 15 ; in WW8Dop()6415 if( fMinFontSizePag ) a16Bit |= 0x8000; in Write()
1135 *pOut << indent2 << "fMinFontSizePag : " << pD->fMinFontSizePag << endl1; in DumpDop()
1682 sal_uInt16 fMinFontSizePag :1; // Are we auto-promoting fonts to >= hpsZoonFontPag? member in WW8Dop
6862 fMinFontSizePag = ( a16Bit & 0x8000 ) >> 15 ; in WW8Dop()7284 if( fMinFontSizePag ) a16Bit |= 0x8000; in Write()
Completed in 93 milliseconds