Home
last modified time | relevance | path

Searched refs:bIsShowChangesInMargin (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/misc/
H A Dredlndlg.cxx420 bool bIsShowChangesInMargin = SW_MOD()->GetUsrPref(false)->IsShowChangesInMargin(); in Activate() local
428 bool bShowDeletedTextAsComment = bIsShowChangesInMargin && in Activate()
732 bool bIsShowChangesInMargin = SW_MOD()->GetUsrPref(false)->IsShowChangesInMargin(); in InsertParents() local
742 bool bShowDeletedTextAsComment = bIsShowChangesInMargin && in InsertParents()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocredln.cxx1123 bool bIsShowChangesInMargin = false; in Show() local
1128 bIsShowChangesInMargin = pSh->GetViewOptions()->IsShowChangesInMargin(); in Show()
1130 bIsShowChangesInMargin = SW_MOD()->GetUsrPref(false)->IsShowChangesInMargin(); in Show()
1133 if( 1 > nLoop && !bIsShowChangesInMargin ) in Show()
1148 m_bIsVisible = !bIsShowChangesInMargin; in Show()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dfrmpaint.cxx387 const bool bIsShowChangesInMargin = pSh->GetViewOptions()->IsShowChangesInMargin(); in PaintExtraData() local
397 bool bRedInMargin = bIsShowChangesInMargin && bRed; in PaintExtraData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dwsfrm.cxx4598 …const bool bIsShowChangesInMargin = rLayout.GetCurrShell()->GetViewOptions()->IsShowChangesInMargi… in UnHide() local
4603 if (bIsShowChangesInMargin || pRedline->GetType() != RedlineType::Delete) in UnHide()