Home
last modified time | relevance | path

Searched refs:ApplyChangedSentence (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx73 void SpellDialogChildWindow::ApplyChangedSentence ( in ApplyChangedSentence() function in sd::SpellDialogChildWindow
80 mpSdOutliner->ApplyChangedSentence ( in ApplyChangedSentence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx73 void SpellDialogChildWindow::ApplyChangedSentence ( in ApplyChangedSentence() function in sd::SpellDialogChildWindow
80 mpSdOutliner->ApplyChangedSentence ( in ApplyChangedSentence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A DSpellDialogChildWindow.hxx71 virtual void ApplyChangedSentence(const SpellPortions& rChanged, bool bRecheck) = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A DSpellDialogChildWindow.hxx74 virtual void ApplyChangedSentence(const SpellPortions& rChanged, bool bRecheck ) = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DSpellDialogChildWindow.hxx60 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DSpellDialogChildWindow.hxx66 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dspelldialog.cxx92 void ScSpellDialogChildWindow::ApplyChangedSentence( const svx::SpellPortions& rChanged, bool bRech… in ApplyChangedSentence() function in ScSpellDialogChildWindow
97 mxEngine->ApplyChangedSentence( *pEditView, rChanged, bRecheck ); in ApplyChangedSentence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dspelldialog.cxx90 void ScSpellDialogChildWindow::ApplyChangedSentence( const svx::SpellPortions& rChanged, bool bRech… in ApplyChangedSentence() function in ScSpellDialogChildWindow
94 mxEngine->ApplyChangedSentence( *pEditView, rChanged, bRecheck ); in ApplyChangedSentence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dspelldialog.hxx62 …virtual void ApplyChangedSentence( const svx::SpellPortions& rChanged, bool bRecheck ) over…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dspelldialog.hxx63 …virtual void ApplyChangedSentence( const svx::SpellPortions& rChanged, bool bRecheck ) over…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A DSwSpellDialogChildWindow.hxx42 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A DSwSpellDialogChildWindow.hxx42 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutlin2.cxx595 void Outliner::ApplyChangedSentence(EditView const & rEditView, const svx::SpellPortions& rNewPorti… in ApplyChangedSentence() function in Outliner
597 pEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Doutlin2.cxx585 void Outliner::ApplyChangedSentence(EditView const & rEditView, const svx::SpellPortions& rNewPorti… in ApplyChangedSentence() function in Outliner
587 pEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dialog/
H A DSwSpellDialogChildWindow.cxx424 void SwSpellDialogChildWindow::ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bReche… in ApplyChangedSentence() function in SwSpellDialogChildWindow
445 pWrtShell->ApplyChangedSentence(rChanged, bRecheck); in ApplyChangedSentence()
450 …pOutliner->ApplyChangedSentence(pDrView->GetTextEditOutlinerView()->GetEditView(), rChanged, bRech… in ApplyChangedSentence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dialog/
H A DSwSpellDialogChildWindow.cxx432 void SwSpellDialogChildWindow::ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bReche… in ApplyChangedSentence() function in SwSpellDialogChildWindow
452 pWrtShell->ApplyChangedSentence(rChanged, bRecheck); in ApplyChangedSentence()
457 …pOutliner->ApplyChangedSentence(pDrView->GetTextEditOutlinerView()->GetEditView(), rChanged, bRech… in ApplyChangedSentence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellDialog.cxx909 rParent.ApplyChangedSentence(m_xSentenceED->CreateSpellPortions(), false); in IMPL_LINK_NOARG()
990 rParent.ApplyChangedSentence(m_xSentenceED->CreateSpellPortions(), bRecheck); in GetNextSentence_Impl()
1005 rParent.ApplyChangedSentence(aSentence, bRecheck); in GetNextSentence_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellDialog.cxx903 rParent.ApplyChangedSentence(m_xSentenceED->CreateSpellPortions(), false); in IMPL_LINK_NOARG()
983 rParent.ApplyChangedSentence(m_xSentenceED->CreateSpellPortions(), bRecheck); in GetNextSentence_Impl()
998 rParent.ApplyChangedSentence(aSentence, bRecheck); in GetNextSentence_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dediteng.hxx451 …void ApplyChangedSentence(EditView const & rEditView, const svx::SpellPortions& rNewPor…
H A Doutliner.hxx933 …void ApplyChangedSentence(EditView const & rEditView, const svx::SpellPortions& rNewPor…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Deditsh.hxx777 void ApplyChangedSentence(const svx::SpellPortions& rNewPortions, bool bRecheck);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Deditsh.hxx783 void ApplyChangedSentence(const svx::SpellPortions& rNewPortions, bool bRecheck);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dediteng.hxx464 …void ApplyChangedSentence(EditView const & rEditView, const svx::SpellPortions& rNewPor…
H A Doutliner.hxx938 …void ApplyChangedSentence(EditView const & rEditView, const svx::SpellPortions& rNewPor…
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dediteng.cxx2240 void EditEngine::ApplyChangedSentence(EditView const & rEditView, const svx::SpellPortions& rNewPor… in ApplyChangedSentence() function in EditEngine
2242 pImpEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()

12