Searched refs:mnRedlineMode (Results 1 – 2 of 2) sorted by relevance
3148 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()
493 sal_uInt16 mnRedlineMode; ///< Remember the original redline mode member in MSWordExportBase