Searched refs:grfSuppression (Results 1 – 5 of 5) sorted by relevance
1283 …sal_uInt16 grfSuppression : 2; // 0 Default line suppression storage; 0= form letter line suppress… member in WW8Dop
6017 grfSuppression = ( a16Bit & 0x0018 ) >> 3; in WW8Dop()6287 a16Bit |= ( 0x0018 & (grfSuppression << 3)); in Write()
1036 *pOut << indent2 << "grfSuppression : " << pD->grfSuppression << endl1; in DumpDop()
1533 …sal_uInt16 grfSuppression : 2; // 0 Default line suppression storage; 0= form letter line suppres… member in WW8Dop
6729 grfSuppression = ( a16Bit & 0x0018 ) >> 3; in WW8Dop()7155 a16Bit |= ( 0x0018 & (grfSuppression << 3)); in Write()
Completed in 280 milliseconds