Home
last modified time | relevance | path

Searched refs:fPrintBodyBeforeHdr (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1391 sal_uInt32 fPrintBodyBeforeHdr :1; // Print body text before header/footer member in WW8Dop
H A Dww8scan.cxx6137 fPrintBodyBeforeHdr = ( a32Bit & 0x00040000 ) >> 18 ; in WW8Dop()
6259 if (fPrintBodyBeforeHdr) a32Bit |= 0x00040000; in GetCompatabilityOptions()
H A Ddump8a.cxx1123 *pOut << indent2 << "fPrintBodyBeforeHdr : " << pD->fPrintBodyBeforeHdr << endl1; in DumpDop()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8scan.hxx1647 sal_uInt32 fPrintBodyBeforeHdr :1; // Print body text before header/footer member in WW8Dop
H A Dww8scan.cxx6999 fPrintBodyBeforeHdr = ( a32Bit & 0x00040000 ) >> 18 ; in SetCompatabilityOptions()
7037 if (fPrintBodyBeforeHdr) a32Bit |= 0x00040000; in GetCompatabilityOptions()

Completed in 559 milliseconds