Searched refs:fPrintBodyBeforeHdr (Results 1 – 5 of 5) sorted by relevance
1391 sal_uInt32 fPrintBodyBeforeHdr :1; // Print body text before header/footer member in WW8Dop
6137 fPrintBodyBeforeHdr = ( a32Bit & 0x00040000 ) >> 18 ; in WW8Dop()6259 if (fPrintBodyBeforeHdr) a32Bit |= 0x00040000; in GetCompatabilityOptions()
1123 *pOut << indent2 << "fPrintBodyBeforeHdr : " << pD->fPrintBodyBeforeHdr << endl1; in DumpDop()
1647 sal_uInt32 fPrintBodyBeforeHdr :1; // Print body text before header/footer member in WW8Dop
6999 fPrintBodyBeforeHdr = ( a32Bit & 0x00040000 ) >> 18 ; in SetCompatabilityOptions()7037 if (fPrintBodyBeforeHdr) a32Bit |= 0x00040000; in GetCompatabilityOptions()
Completed in 96 milliseconds