/aoo41x/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 199 svx::SpellPortions SwSpellDialogChildWindow::GetNextWrongSentence(bool bRecheck) in GetNextWrongSentence() argument 205 if (!bRecheck) in GetNextWrongSentence() 459 …d SwSpellDialogChildWindow::ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck) in ApplyChangedSentence() argument 476 bRecheck |= pWrtShell->HasLastSentenceGotGrammarChecked(); in ApplyChangedSentence() 479 pWrtShell->ApplyChangedSentence(rChanged, bRecheck); in ApplyChangedSentence() 484 …liner->ApplyChangedSentence(pDrView->GetTextEditOutlinerView()->GetEditView(), rChanged, bRecheck); in ApplyChangedSentence()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | SpellDialogChildWindow.hxx | 61 virtual ::svx::SpellPortions GetNextWrongSentence( bool bRecheck ); 66 virtual void ApplyChangedSentence(const ::svx::SpellPortions& rChanged, bool bRecheck);
|
/aoo41x/main/svx/inc/svx/ |
H A D | SpellDialogChildWindow.hxx | 68 virtual SpellPortions GetNextWrongSentence (bool bRecheck) = 0; 80 virtual void ApplyChangedSentence(const SpellPortions& rChanged, bool bRecheck ) = 0;
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | SwSpellDialogChildWindow.hxx | 47 virtual svx::SpellPortions GetNextWrongSentence(bool bRecheck); 48 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck);
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | spelldialog.hxx | 64 virtual ::svx::SpellPortions GetNextWrongSentence( bool bRecheck ); 69 virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck );
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | SpellDialogChildWindow.cxx | 124 const ::svx::SpellPortions& rChanged, bool bRecheck ) in ApplyChangedSentence() argument 132 rChanged, bRecheck); in ApplyChangedSentence()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | spelldialog.cxx | 102 …SpellDialogChildWindow::ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck ) in ApplyChangedSentence() argument 106 mxEngine->ApplyChangedSentence( *pEditView, rChanged, bRecheck ); in ApplyChangedSentence()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1182 bool SpellDialog::GetNextSentence_Impl(bool bUseSavedSentence, bool bRecheck) in GetNextSentence_Impl() argument 1188 rParent.ApplyChangedSentence(aSentenceED.CreateSpellPortions(true), bRecheck); in GetNextSentence_Impl() 1192 …rtions aSentence = bUseSavedSentence ? m_aSavedSentence : rParent.GetNextWrongSentence( bRecheck ); in GetNextSentence_Impl() 1203 rParent.ApplyChangedSentence(aSentence, bRecheck); in GetNextSentence_Impl() 1204 aSentence = rParent.GetNextWrongSentence( bRecheck ); in GetNextSentence_Impl()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 806 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck ) in ApplyChangedSentence() argument 808 pEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1310 void SwEditShell::ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck) in ApplyChangedSentence() argument 1449 if (bRecheck) in ApplyChangedSentence()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 403 …pplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
|
H A D | outliner.hxx | 1062 …pplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 735 void ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck);
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 2224 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck ) in ApplyChangedSentence() argument 2227 pImpEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
|
H A D | impedit4.cxx | 2194 bool bRecheck ) in ApplyChangedSentence() argument 2304 if (bRecheck) in ApplyChangedSentence()
|
H A D | impedit.hxx | 960 …pplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
|