Home
last modified time | relevance | path

Searched refs:SelNextRedline (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DDocumentRedlineManager.hxx101 virtual const SwRangeRedline* SelNextRedline(/*[in]*/SwPaM& rPam) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A DIDocumentRedlineAccess.hxx193 virtual const SwRangeRedline* SelNextRedline(/*[in]*/SwPaM& rPam) const = 0;
H A Dcrsrsh.hxx816 const SwRangeRedline* SelNextRedline();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DDocumentRedlineManager.hxx106 virtual const SwRangeRedline* SelNextRedline(/*[in]*/SwPaM& rPam) const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A DIDocumentRedlineAccess.hxx198 virtual const SwRangeRedline* SelNextRedline(/*[in]*/SwPaM& rPam) const = 0;
H A Dcrsrsh.hxx812 const SwRangeRedline* SelNextRedline();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtextfld.cxx532 pActRed = rSh.SelNextRedline(); in ExecField()
538 pActRed = rSh.SelNextRedline(); in ExecField()
1043 const SwRangeRedline *pActRed = pSh->SelNextRedline(); in IMPL_LINK()
1052 bEnable = pSh->SelNextRedline() != nullptr; in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtextfld.cxx527 pActRed = rSh.SelNextRedline(); in ExecField()
533 pActRed = rSh.SelNextRedline(); in ExecField()
1050 const SwRangeRedline *pActRed = pSh->SelNextRedline(); in IMPL_LINK()
1059 bEnable = pSh->SelNextRedline() != nullptr; in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dcrstrvl.cxx2202 const SwRangeRedline* SwCursorShell::SelNextRedline() in SelNextRedline() function in SwCursorShell
2213 pFnd = GetDoc()->getIDocumentRedlineAccess().SelNextRedline( *m_pCurrentCursor ); in SelNextRedline()
2219 pFnd = GetDoc()->getIDocumentRedlineAccess().SelNextRedline( *m_pCurrentCursor ); in SelNextRedline()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dcrstrvl.cxx2185 const SwRangeRedline* SwCursorShell::SelNextRedline() in SelNextRedline() function in SwCursorShell
2196 pFnd = GetDoc()->getIDocumentRedlineAccess().SelNextRedline( *m_pCurrentCursor ); in SelNextRedline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/misc/
H A Dredlndlg.cxx719 pCurrRedline = pSh->SelNextRedline(); in InsertParents()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/misc/
H A Dredlndlg.cxx710 if( nullptr == (pCurrRedline = pSh->SelNextRedline())) in InsertParents()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dview2.cxx785 pNext = m_pWrtShell->SelNextRedline(); in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dview2.cxx867 pNext = m_pWrtShell->SelNextRedline(); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx2887 const SwRangeRedline* DocumentRedlineManager::SelNextRedline( SwPaM& rPam ) const in SelNextRedline() function in sw::DocumentRedlineManager
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx3008 const SwRangeRedline* DocumentRedlineManager::SelNextRedline( SwPaM& rPam ) const in SelNextRedline() function in sw::DocumentRedlineManager