Lines Matching refs:pOutliner
111 ::Outliner* pOutliner = mpView->GetTextEditOutliner(); in DoExecute()
114 if ( pTextObj && pOutliner && pOutlView ) in DoExecute()
116 if ( !pOutliner->GetSpeller().is() ) in DoExecute()
120 pOutliner->SetSpeller( xSpellChecker ); in DoExecute()
124 pOutliner->SetHyphenator( xHyphenator ); in DoExecute()
126 pOutliner->SetDefaultLanguage( mpDoc->GetLanguage( EE_CHAR_LANGUAGE ) ); in DoExecute()
140 Outliner* pOutliner = mpDoc->GetOutliner(); in DoExecute() local
141 OutlinerView* pOutlView = pOutliner->GetView(0); in DoExecute()
143 if ( !pOutliner->GetSpeller().is() ) in DoExecute()
147 pOutliner->SetSpeller( xSpellChecker ); in DoExecute()
151 pOutliner->SetHyphenator( xHyphenator ); in DoExecute()
153 pOutliner->SetDefaultLanguage( mpDoc->GetLanguage( EE_CHAR_LANGUAGE ) ); in DoExecute()