Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx197 svx::SpellPortions SwSpellDialogChildWindow::GetNextWrongSentence(bool bRecheck) in GetNextWrongSentence() argument
203 if (!bRecheck) in GetNextWrongSentence()
457 …d SwSpellDialogChildWindow::ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck) in ApplyChangedSentence() argument
474 bRecheck |= pWrtShell->HasLastSentenceGotGrammarChecked(); in ApplyChangedSentence()
477 pWrtShell->ApplyChangedSentence(rChanged, bRecheck); in ApplyChangedSentence()
482 …liner->ApplyChangedSentence(pDrView->GetTextEditOutlinerView()->GetEditView(), rChanged, bRecheck); in ApplyChangedSentence()
/trunk/main/sd/source/ui/inc/
H A DSpellDialogChildWindow.hxx61 virtual ::svx::SpellPortions GetNextWrongSentence( bool bRecheck );
66 virtual void ApplyChangedSentence(const ::svx::SpellPortions& rChanged, bool bRecheck);
/trunk/main/svx/inc/svx/
H A DSpellDialogChildWindow.hxx68 virtual SpellPortions GetNextWrongSentence (bool bRecheck) = 0;
80 virtual void ApplyChangedSentence(const SpellPortions& rChanged, bool bRecheck ) = 0;
/trunk/main/sw/source/ui/inc/
H A DSwSpellDialogChildWindow.hxx47 virtual svx::SpellPortions GetNextWrongSentence(bool bRecheck);
48 virtual void ApplyChangedSentence(const svx::SpellPortions& rChanged, bool bRecheck);
/trunk/main/sc/source/ui/inc/
H A Dspelldialog.hxx64 virtual ::svx::SpellPortions GetNextWrongSentence( bool bRecheck );
69 virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck );
/trunk/main/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx124 const ::svx::SpellPortions& rChanged, bool bRecheck ) in ApplyChangedSentence() argument
132 rChanged, bRecheck); in ApplyChangedSentence()
/trunk/main/sc/source/ui/view/
H A Dspelldialog.cxx102 …SpellDialogChildWindow::ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck ) in ApplyChangedSentence() argument
106 mxEngine->ApplyChangedSentence( *pEditView, rChanged, bRecheck ); in ApplyChangedSentence()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1182 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()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx806 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck ) in ApplyChangedSentence() argument
808 pEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1310 void SwEditShell::ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck) in ApplyChangedSentence() argument
1449 if (bRecheck) in ApplyChangedSentence()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx403 …pplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
H A Doutliner.hxx1062 …pplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
/trunk/main/sw/inc/
H A Deditsh.hxx725 void ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions, bool bRecheck);
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2224 …ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck ) in ApplyChangedSentence() argument
2227 pImpEditEngine->ApplyChangedSentence( rEditView, rNewPortions, bRecheck ); in ApplyChangedSentence()
H A Dimpedit4.cxx2194 bool bRecheck ) in ApplyChangedSentence() argument
2304 if (bRecheck) in ApplyChangedSentence()
H A Dimpedit.hxx960 …pplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );

Completed in 107 milliseconds