Home
last modified time | relevance | path

Searched refs:mnRedlineMode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3148 mnRedlineMode = pDoc->GetRedlineMode(); in ExportDocument()
3151 pDoc->SetRedlineMode( (RedlineMode_t)(mnRedlineMode | nsRedlineMode_t::REDLINE_SHOW_DELETE | in ExportDocument()
3166 if ( mnRedlineMode != pDoc->GetRedlineMode() ) in ExportDocument()
3167 pDoc->SetRedlineMode( (RedlineMode_t)(mnRedlineMode) ); in ExportDocument()
3307 pDop->fRevMarking = 0 != ( nsRedlineMode_t::REDLINE_ON & mnRedlineMode ); in ExportDocument_Impl()
3308 pDop->fRMView = 0 != ( nsRedlineMode_t::REDLINE_SHOW_DELETE & mnRedlineMode ); in ExportDocument_Impl()
H A Dwrtww8.hxx493 sal_uInt16 mnRedlineMode; ///< Remember the original redline mode member in MSWordExportBase