Searched refs:fRevMarking (Results 1 – 7 of 7) sorted by relevance
1300 sal_uInt16 fRevMarking : 1; // when 1, Word will mark revisions as the document is edited member in WW8Dop
6035 fRevMarking = 0 != ( a8Bit & 0x80 ); in WW8Dop()6308 if( fRevMarking ) a8Bit |= 0x80; in Write()
1049 *pOut << indent2 << "fRevMarking : " << pD->fRevMarking << endl1; in DumpDop()
1549 sal_uInt16 fRevMarking : 1; // when 1, Word will mark revisions as the document is edited member in WW8Dop
6746 fRevMarking = 0 != ( a8Bit & 0x80 ); in WW8Dop()7175 if( fRevMarking ) a8Bit |= 0x80; in Write()
3307 pDop->fRevMarking = 0 != ( nsRedlineMode_t::REDLINE_ON & mnRedlineMode ); in ExportDocument_Impl()
4633 if( pWDop->fRevMarking ) in CoreLoad()