Lines Matching refs:GetSh

88 	inline SwEditShell *GetSh() 			{ return pSh; }  in GetSh()  function in SwLinguIter
89 inline const SwEditShell *GetSh() const { return pSh; } in GetSh() function in SwLinguIter
326 if( GetSh() ) in Start()
351 SwEditShell *pMySh = GetSh(); in Continue()
411 if( GetSh() ) in Start()
427 SwEditShell *pMySh = GetSh(); in Continue()
498 SwEditShell *pMySh = GetSh(); in ShowSelection()
518 if( GetSh() || GetEnd() ) in Start()
520 ASSERT( !GetSh(), "+SwEditShell::HyphStart: missing HyphEnd()" ); in Start()
540 if( !GetSh() ) in End()
542 ((SwViewOption*)GetSh()->GetViewOptions())->SetIdle( bOldIdle ); in End()
553 SwEditShell *pMySh = GetSh(); in Continue()
618 SwEditShell *pMySh = GetSh(); in Ignore()
649 SwEditShell *pMySh = GetSh(); in InsertSoftHyph()
786 if (!pConvArgs && pSpellIter && pSpellIter->GetSh() == this) in SpellEnd()
792 if (pConvArgs && pConvIter && pConvIter->GetSh() == this) in SpellEnd()
812 if ((!pConvArgs && pSpellIter->GetSh() != this) || in SpellContinue()
813 ( pConvArgs && pConvIter->GetSh() != this)) in SpellContinue()
907 if (pHyphIter->GetSh() == this) in HyphEnd()
927 if (pHyphIter->GetSh() != this) in HyphContinue()
1549 SwEditShell *pMySh = GetSh(); in SpellSentence()
1779 GetSh()->GetSelectedText( sText ); in CreatePortion()
1807 aPortion.eLanguage = lcl_GetLanguage(*GetSh()); in CreatePortion()
1812 SwPaM *pCrsr = GetSh()->GetCrsr(); in CreatePortion()
1826 SwEditShell *pMySh = GetSh(); in AddPortion()
1837 SwPaM *pCrsr = GetSh()->GetCrsr(); in AddPortion()
1847 LanguageType eStartLanguage = lcl_GetLanguage(*GetSh()); in AddPortion()
1865 if(!GetSh()->Right(1, CRSR_SKIP_CELLS)) in AddPortion()
1889 LanguageType eCurLanguage = lcl_GetLanguage(*GetSh()); in AddPortion()
1914 GetSh()->Right(1, CRSR_SKIP_CELLS); in AddPortion()