Home
last modified time | relevance | path

Searched refs:nTextEnd (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1034 xub_StrLen nTextBegin, nTextEnd; in Convert() local
1047 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2982 bool SwWW8ImplReader::ReadChars(WW8_CP& rPos, WW8_CP nNextAttr, long nTextEnd, in ReadChars() argument
2985 long nEnd = ( nNextAttr < nTextEnd ) ? nNextAttr : nTextEnd; in ReadChars()
H A Dww8par.hxx1269 bool ReadChars(WW8_CP& rPos, WW8_CP nNextAttr, long nTextEnd, long nCpOfs);

Completed in 46 milliseconds