Lines Matching refs:nPortEnd
97 sal_uInt16 nPortEnd = 0; // in lcl_Highlight() local
105 if(nPortEnd < nActPos - 1 ) in lcl_Highlight()
109 aText.nStart = nPortEnd; in lcl_Highlight()
130 nPortEnd = nActPos + 1; in lcl_Highlight()
166 nPortEnd = nSrchPos; in lcl_Highlight()
184 for(sal_uInt16 i = nPortEnd; i < nStrLen; i++) in lcl_Highlight()
188 nPortEnd = i; in lcl_Highlight()
195 nPortEnd = nStrLen - 1; in lcl_Highlight()
203 aTextPortion.nEnd = nPortEnd; in lcl_Highlight()
214 if(nInsert && nPortEnd < nActPos - 1) in lcl_Highlight()
217 aText.nStart = nPortEnd + 1; in lcl_Highlight()