Home
last modified time | relevance | path

Searched refs:SetHideRedlines (Results 1 – 23 of 23) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DDocumentRedlineManager.hxx128 void SetHideRedlines(bool const bHideRedlines) { m_bHideRedlines = bHideRedlines; } in SetHideRedlines() function in sw::DocumentRedlineManager
H A Drootfrm.hxx417 void SetHideRedlines(bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DDocumentRedlineManager.hxx133 void SetHideRedlines(bool const bHideRedlines) { m_bHideRedlines = bHideRedlines; } in SetHideRedlines() function in sw::DocumentRedlineManager
H A Drootfrm.hxx425 void SetHideRedlines(bool);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dunsect.cxx192 … pLayoutToReset->SetHideRedlines(std::get<1>(*m_xTOXBase) == sw::RedlineMode::Shown); in RedoImpl()
211 pLayoutToReset->SetHideRedlines(std::get<1>(*m_xTOXBase) == sw::RedlineMode::Hidden); in RedoImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dunsect.cxx189 pLayoutToReset->SetHideRedlines(m_pTOXBase->second == sw::RedlineMode::Shown); in RedoImpl()
205 pLayoutToReset->SetHideRedlines(m_pTOXBase->second == sw::RedlineMode::Hidden); in RedoImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx353 pDoc->GetDocumentRedlineManager().SetHideRedlines(!m_bShowChanges); in ~XMLRedlineImportHelper()
H A Dswxml.cxx899 rDoc.GetDocumentRedlineManager().SetHideRedlines(!(nRedlineFlags & RedlineFlags::ShowDelete)); in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx352 pDoc->GetDocumentRedlineManager().SetHideRedlines(!m_bShowChanges); in ~XMLRedlineImportHelper()
H A Dswxml.cxx916 rDoc.GetDocumentRedlineManager().SetHideRedlines(!(nRedlineFlags & RedlineFlags::ShowDelete)); in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx1025 pLayout->SetHideRedlines(false); in SetRedlineFlags()
1052 pLayout->SetHideRedlines(true); in SetRedlineFlags()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx1097 pLayout->SetHideRedlines(false); in SetRedlineFlags()
1124 pLayout->SetHideRedlines(true); in SetRedlineFlags()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dviewsh.cxx2223 GetLayout()->SetHideRedlines( false ); in ImplApplyViewOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dview2.cxx692 m_pWrtShell->GetLayout()->SetHideRedlines( in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dview2.cxx775 m_pWrtShell->GetLayout()->SetHideRedlines( !bShow ); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dwsfrm.cxx4496 void SwRootFrame::SetHideRedlines(bool const bHideRedlines) in SetHideRedlines() function in SwRootFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dwsfrm.cxx4649 void SwRootFrame::SetHideRedlines(bool const bHideRedlines) in SetHideRedlines() function in SwRootFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx1848 m_pDocShell->GetDoc()->GetDocumentRedlineManager().SetHideRedlines(true); in setPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx1871 pDocShell->GetDoc()->GetDocumentRedlineManager().SetHideRedlines(true); in setPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par.cxx5484 m_rDoc.GetDocumentRedlineManager().SetHideRedlines(isHideRedlines); in CoreLoad()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par.cxx5480 m_rDoc.GetDocumentRedlineManager().SetHideRedlines(isHideRedlines); in CoreLoad()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog11592 …#5 0x00007f98e9f8c839 in SwRootFrame::SetHideRedlines(bool) (this=0x7f98c40f7bd0, bHideRedlines=f…
11600 (tdf#125754 sw_redlinehide: avoid recursive layout in SetHideRedlines(),
11601 2019-06-19) did: make sure that SetHideRedlines() is called before
346306 tdf#125754 sw_redlinehide: avoid recursive layout in SetHideRedlines()
346332 …58 SwRootFrame::SetHideRedlines(bool) (this=0x56ea6c0, bHideRedlines=false) at sw/source/core/layo…
346336 SwRootFrame::SetHideRedlines() already; the other callers in
419936 sw_redlinehide_4b: SwRootFrame::SetHideRedlines() disable early return
437060 sw_redlinehide_3: SetHideRedlines() must iterate doc when Show->Hide
464921 sw_redlinehide_2: improve SwRootFrame::SetHideRedlines()
509999 sw_redlinehide: very incomplete impl. of SwRootFrame::SetHideRedlines()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog84257 tdf#125754 sw_redlinehide: avoid recursive layout in SetHideRedlines()
84283 …58 SwRootFrame::SetHideRedlines(bool) (this=0x56ea6c0, bHideRedlines=false) at sw/source/core/layo…
84287 SwRootFrame::SetHideRedlines() already; the other callers in
157887 sw_redlinehide_4b: SwRootFrame::SetHideRedlines() disable early return
175011 sw_redlinehide_3: SetHideRedlines() must iterate doc when Show->Hide
202872 sw_redlinehide_2: improve SwRootFrame::SetHideRedlines()
247950 sw_redlinehide: very incomplete impl. of SwRootFrame::SetHideRedlines()
249434 The SetHideRedlines implementation is very incomplete and only handles