Home
last modified time | relevance | path

Searched refs:fRevMarking (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1300 sal_uInt16 fRevMarking : 1; // when 1, Word will mark revisions as the document is edited member in WW8Dop
H A Dww8scan.cxx6035 fRevMarking = 0 != ( a8Bit & 0x80 ); in WW8Dop()
6308 if( fRevMarking ) a8Bit |= 0x80; in Write()
H A Ddump8a.cxx1049 *pOut << indent2 << "fRevMarking : " << pD->fRevMarking << endl1; in DumpDop()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1549 sal_uInt16 fRevMarking : 1; // when 1, Word will mark revisions as the document is edited member in WW8Dop
H A Dww8scan.cxx6746 fRevMarking = 0 != ( a8Bit & 0x80 ); in WW8Dop()
7175 if( fRevMarking ) a8Bit |= 0x80; in Write()
H A Dwrtww8.cxx3307 pDop->fRevMarking = 0 != ( nsRedlineMode_t::REDLINE_ON & mnRedlineMode ); in ExportDocument_Impl()
H A Dww8par.cxx4633 if( pWDop->fRevMarking ) in CoreLoad()