Lines Matching refs:pWrtSh

215 	SwWrtShell* pWrtSh,  in fillLangPopupMenu()  argument
268 …uno::Reference< com::sun::star::frame::XController > xController( pWrtSh->GetView().GetViewFrame()… in fillLangPopupMenu()
386 SwWrtShell* pWrtSh, in SwSpellPopup() argument
390 pSh( pWrtSh ), in SwSpellPopup()
527 String aScriptTypesInUse( String::CreateFromInt32( pWrtSh->GetScriptType() ) ); in SwSpellPopup()
533 SwEditWin& rEditWin = pWrtSh->GetView().GetEditWin(); in SwSpellPopup()
541 nLang = SwLangHelper::GetCurrentLanguage( *pWrtSh ); in SwSpellPopup()
553 fillLangPopupMenu( pMenu, MN_SET_LANGUAGE_SELECTION_START, aSeq, pWrtSh, aLangTable_Text ); in SwSpellPopup()
557 fillLangPopupMenu( pMenu, MN_SET_LANGUAGE_PARAGRAPH_START, aSeq, pWrtSh, aLangTable_Paragraph ); in SwSpellPopup()
564 …uno::Reference< frame::XFrame > xFrame = pWrtSh->GetView().GetViewFrame()->GetFrame().GetFrameInte… in SwSpellPopup()
580 SwWrtShell *pWrtSh, in SwSpellPopup() argument
586 pSh( pWrtSh ), in SwSpellPopup()
660 String aScriptTypesInUse( String::CreateFromInt32( pWrtSh->GetScriptType() ) ); in SwSpellPopup()
666 SwEditWin& rEditWin = pWrtSh->GetView().GetEditWin(); in SwSpellPopup()
674 nLang = SwLangHelper::GetCurrentLanguage( *pWrtSh ); in SwSpellPopup()
686 fillLangPopupMenu( pMenu, MN_SET_LANGUAGE_SELECTION_START, aSeq, pWrtSh, aLangTable_Text ); in SwSpellPopup()
690 fillLangPopupMenu( pMenu, MN_SET_LANGUAGE_PARAGRAPH_START, aSeq, pWrtSh, aLangTable_Paragraph ); in SwSpellPopup()
697 …uno::Reference< frame::XFrame > xFrame = pWrtSh->GetView().GetViewFrame()->GetFrame().GetFrameInte… in SwSpellPopup()