Searched refs:nTextEnd (Results 1 – 3 of 3) sorted by relevance
1034 xub_StrLen nTextBegin, nTextEnd; in Convert() local1047 nTextEnd = ( rArgs.pEndNode != this ) in Convert()1126 if (nBegin + nLen > nTextEnd) in Convert()1127 nLen = nTextEnd - nBegin; in Convert()1128 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()
1269 bool ReadChars(WW8_CP& rPos, WW8_CP nNextAttr, long nTextEnd, long nCpOfs);
Completed in 201 milliseconds