Lines Matching refs:pMySh

351     SwEditShell *pMySh = GetSh();  in Continue()  local
352 if( !pMySh ) in Continue()
362 SwPaM *pCrsr = pMySh->GetCrsr(); in Continue()
367 *pMySh->GetCrsr()->GetPoint() = *GetCurr(); in Continue()
368 *pMySh->GetCrsr()->GetMark() = *GetEnd(); in Continue()
369 pMySh->GetDoc()->Spell(*pMySh->GetCrsr(), in Continue()
382 pMySh->Pop( sal_False ); in Continue()
383 pCrsr = pMySh->GetCrsr(); in Continue()
427 SwEditShell *pMySh = GetSh(); in Continue() local
428 if( !pMySh ) in Continue()
438 SwPaM *pCrsr = pMySh->GetCrsr(); in Continue()
442 *pMySh->GetCrsr()->GetPoint() = *GetCurr(); in Continue()
443 *pMySh->GetCrsr()->GetMark() = *GetEnd(); in Continue()
447 pMySh->GetDoc()->Spell( *pMySh->GetCrsr(), in Continue()
462 pMySh->Pop( sal_False ); in Continue()
463 pCrsr = pMySh->GetCrsr(); in Continue()
498 SwEditShell *pMySh = GetSh(); in ShowSelection() local
499 if( pMySh ) in ShowSelection()
501 pMySh->StartAction(); in ShowSelection()
505 pMySh->EndAction(); in ShowSelection()
553 SwEditShell *pMySh = GetSh(); in Continue() local
554 if( !pMySh ) in Continue()
565 pCrsr = pMySh->GetCrsr(); in Continue()
582 const Point aCrsrPos( pMySh->GetCharRect().Pos() ); in Continue()
583 xHyphWord = pMySh->GetDoc()->Hyphenate( pCrsr, aCrsrPos, in Continue()
589 pMySh->InsertSoftHyph( xHyphWord->getHyphenationPos() + 1); in Continue()
596 pMySh->Pop( sal_False ); in Continue()
597 pCrsr = pMySh->GetCrsr(); in Continue()
618 SwEditShell *pMySh = GetSh(); in Ignore() local
619 SwPaM *pCrsr = pMySh->GetCrsr(); in Ignore()
649 SwEditShell *pMySh = GetSh(); in InsertSoftHyph() local
650 ASSERT( pMySh, "+SwEditShell::InsertSoftHyph: missing HyphStart()"); in InsertSoftHyph()
651 if( !pMySh ) in InsertSoftHyph()
654 SwPaM *pCrsr = pMySh->GetCrsr(); in InsertSoftHyph()
670 pMySh->StartAction(); in InsertSoftHyph()
672 SwDoc *pDoc = pMySh->GetDoc(); in InsertSoftHyph()
683 pMySh->EndAction(); in InsertSoftHyph()
1549 SwEditShell *pMySh = GetSh(); in SpellSentence() local
1550 if( !pMySh ) in SpellSentence()
1560 SwPaM *pCrsr = pMySh->GetCrsr(); in SpellSentence()
1569 pMySh->GoStartSentence(); in SpellSentence()
1573 pMySh->GetDoc()->Spell(*pCrsr, in SpellSentence()
1590 pMySh->Pop( sal_False ); in SpellSentence()
1591 pCrsr = pMySh->GetCrsr(); in SpellSentence()
1611 SwPaM *pCrsr = pMySh->GetCrsr(); in SpellSentence()
1618 sal_Bool bStartSent = 0 != pMySh->GoStartSentence(); in SpellSentence()
1619 SpellContentPositions aDeletedRedlines = lcl_CollectDeletedRedlines(pMySh); in SpellSentence()
1640 pMySh->GoEndSentence(); in SpellSentence()
1656 lcl_CutRedlines( aDeletedRedlines, pMySh ); in SpellSentence()
1673 pMySh->GetDoc()->Spell(*pCrsr, in SpellSentence()
1718 *pMySh->GetCrsr()->GetPoint() = *GetEnd(); in SpellSentence()
1738 *pMySh->GetCrsr()->GetPoint() = *GetEnd(); in SpellSentence()
1739 pMySh->GetCrsr()->DeleteMark(); in SpellSentence()
1826 SwEditShell *pMySh = GetSh(); in AddPortion() local
1828 pMySh->GetSelectedText( sText ); in AddPortion()