Searched refs:SpellSentence (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 311 if(!pWrtShell->SpellSentence(aRet, m_bIsGrammarCheckingOn)) in GetNextWrongSentence() 323 if(!pWrtShell->SpellSentence(aRet, m_bIsGrammarCheckingOn)) in GetNextWrongSentence() 336 if(!pWrtShell->SpellSentence(aRet, m_bIsGrammarCheckingOn)) in GetNextWrongSentence() 352 pWrtShell->SpellSentence(aRet, m_bIsGrammarCheckingOn); in GetNextWrongSentence() 365 if(!pWrtShell->SpellSentence(aRet, m_bIsGrammarCheckingOn)) in GetNextWrongSentence() 378 if(!pWrtShell->SpellSentence(aRet, m_bIsGrammarCheckingOn)) in GetNextWrongSentence() 421 if(!pWrtShell->SpellSentence(aRet, m_bIsGrammarCheckingOn)) in GetNextWrongSentence() 867 …bRet = pOutliner->SpellSentence(pSdrView->GetTextEditOutlinerView()->GetEditView(), rPortions, m_b… in SpellDrawText_Impl()
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 148 …bool SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammar… 1256 bool SwEditShell::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammarCheck) in SpellSentence() function in SwEditShell 1261 bool bRet = pSpellIter->SpellSentence(rPortions, bIsGrammarCheck); in SpellSentence() 1543 bool SwSpellIter::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammarCheck) in SpellSentence() function in SwSpellIter
|
/trunk/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 792 bool Outliner::SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool bIsGrammarChe… in SpellSentence() function in Outliner 794 return pEditEngine->SpellSentence(rEditView, rToFill, bIsGrammarChecking ); in SpellSentence()
|
/trunk/main/sc/source/ui/view/ |
H A D | spelldialog.cxx | 90 …mbNeedNextObj = !mxEngine->IsFinished() && !mxEngine->SpellSentence( *pEditView, aPortions, false … in GetNextWrongSentence()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 399 …bool SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool bIsGrammarC…
|
H A D | outliner.hxx | 1058 …bool SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool bIsGrammarC…
|
/trunk/main/sw/inc/ |
H A D | editsh.hxx | 719 bool SpellSentence(::svx::SpellPortions& rToFill, bool bIsGrammarCheck );
|
/trunk/main/editeng/source/editeng/ |
H A D | editeng.cxx | 2208 bool EditEngine::SpellSentence(EditView& rView, ::svx::SpellPortions& rToFill, bool bIsGrammarCheck… in SpellSentence() function in EditEngine 2211 return pImpEditEngine->SpellSentence( rView, rToFill, bIsGrammarChecking ); in SpellSentence()
|
H A D | impedit.hxx | 956 …bool SpellSentence(EditView& rView, ::svx::SpellPortions& rToFill, bool bIsGrammarC…
|
H A D | impedit4.cxx | 2023 bool ImpEditEngine::SpellSentence(EditView& rEditView, in SpellSentence() function in ImpEditEngine
|
/trunk/main/sd/source/ui/view/ |
H A D | Outliner.cxx | 453 bFoundNextSentence = SpellSentence ( in GetNextSpellSentence()
|
Completed in 117 milliseconds