Lines Matching refs:ESelection
68 ESelection aSelection = pOLV->GetSelection(); in GetLanguageStatus()
114 ESelection aSelection = pOLV->GetSelection(); in SetLanguageStatus()
243 SetLanguage( rWrtSh, 0 , ESelection(), rLangText, bIsForSelection, rCoreSet ); in SetLanguage()
246 …void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const String &rLa… in SetLanguage()
309 SetLanguage_None( rWrtSh,0,ESelection(),bIsForSelection,rCoreSet ); in SetLanguage_None()
312 …void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForS… in SetLanguage_None()
369 ResetLanguages( rWrtSh, 0 , ESelection(), bIsForSelection ); in ResetLanguages()
372 …void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForSel… in ResetLanguages()
562 String GetTextForLanguageGuessing( EditEngine* rEditEngine, ESelection aDocSelection ) in GetTextForLanguageGuessing()
583 void SelectPara( EditView &rEditView, const ESelection &rCurSel ) in SelectPara()
585 ESelection aParaSel( rCurSel.nStartPara, 0, rCurSel.nStartPara, USHRT_MAX ); in SelectPara()