Searched refs:aTextPortion (Results 1 – 1 of 1) sorted by relevance
200 SwTextPortion aTextPortion; in lcl_Highlight() local201 aTextPortion.nLine = 0; in lcl_Highlight()202 aTextPortion.nStart = nPortStart + 1; in lcl_Highlight()203 aTextPortion.nEnd = nPortEnd; in lcl_Highlight()204 aTextPortion.eType = eFoundType; in lcl_Highlight()205 aPortionList.push_back( aTextPortion ); in lcl_Highlight()
Completed in 6 milliseconds