Searched refs:nTextEnd (Results 1 – 3 of 3) sorted by relevance
1028 xub_StrLen nTextBegin, nTextEnd; in Convert() local1041 nTextEnd = ( rArgs.pEndNode != this ) in Convert()1120 if (nBegin + nLen > nTextEnd) in Convert()1121 nLen = nTextEnd - nBegin; in Convert()1122 sal_Bool bInSelection = nBegin < nTextEnd; in Convert()
2982 bool SwWW8ImplReader::ReadChars(WW8_CP& rPos, WW8_CP nNextAttr, long nTextEnd, in ReadChars() argument2985 long nEnd = ( nNextAttr < nTextEnd ) ? nNextAttr : nTextEnd; in ReadChars()
1267 bool ReadChars(WW8_CP& rPos, WW8_CP nNextAttr, long nTextEnd, long nCpOfs);
Completed in 61 milliseconds