Lines Matching refs:pSh

390 pSh( pWrtSh ),  in SwSpellPopup()
586 pSh( pWrtSh ), in SwSpellPopup()
737 sal_Bool bOldIns = pSh->IsInsMode(); in Execute()
738 pSh->SetInsMode( sal_True ); in Execute()
755 aRewriter.AddRule(UNDO_ARG1, pSh->GetCrsrDescr()); in Execute()
763 pSh->StartUndo(UNDO_UI_REPLACE, &aRewriter); in Execute()
764 pSh->StartAction(); in Execute()
765 pSh->DelLeft(); in Execute()
767 pSh->Insert( aTmp ); in Execute()
786 pSh->EndAction(); in Execute()
787 pSh->EndUndo(); in Execute()
789 pSh->SetInsMode( bOldIns ); in Execute()
798 pSh->Left(CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in Execute()
802 pSh->GetView().GetViewFrame()->GetDispatcher()-> in Execute()
808 SwPaM *pPaM = pSh->GetCrsr(); in Execute()
810 pSh->IgnoreGrammarErrorAt( *pPaM ); in Execute()
842 &pSh->GetView().GetViewFrame()->GetWindow(), in Execute()
851 SfxItemSet aCoreSet( pSh->GetView().GetPool(), in Execute()
862 SwLangHelper::SetLanguage( *pSh, aNewLangTxt, true, aCoreSet ); in Execute()
867 SwLangHelper::SetLanguage_None( *pSh, true, aCoreSet ); in Execute()
872 SwLangHelper::ResetLanguages( *pSh, true ); in Execute()
877 lcl_CharDialog( *pSh, true, nId, 0, 0 ); in Execute()
883 pSh->Push(); // save cursor in Execute()
884 SwLangHelper::SelectCurrentPara( *pSh ); in Execute()
885 SwLangHelper::SetLanguage( *pSh, aNewLangTxt, true, aCoreSet ); in Execute()
886 pSh->Pop( sal_False ); // restore cursor in Execute()
891 pSh->Push(); // save cursor in Execute()
892 SwLangHelper::SelectCurrentPara( *pSh ); in Execute()
893 SwLangHelper::SetLanguage_None( *pSh, true, aCoreSet ); in Execute()
894 pSh->Pop( sal_False ); // restore cursor in Execute()
899 pSh->Push(); // save cursor in Execute()
900 SwLangHelper::SelectCurrentPara( *pSh ); in Execute()
901 SwLangHelper::ResetLanguages( *pSh, true ); in Execute()
902 pSh->Pop( sal_False ); // restore cursor in Execute()
906 pSh->Push(); // save cursor in Execute()
907 SwLangHelper::SelectCurrentPara( *pSh ); in Execute()
909 lcl_CharDialog( *pSh, true, nId, 0, 0 ); in Execute()
910 pSh->Pop( sal_False ); // restore cursor in Execute()
916 SwLangHelper::SetLanguage_None( *pSh, false, aCoreSet ); in Execute()
924 …VclAbstractDialog* pDlg = pFact->CreateVclDialog( pSh->GetView().GetWindow(), SID_LANGUAGE_OPTIONS… in Execute()
932 pSh->EnterStdMode(); in Execute()