Home
last modified time | relevance | path

Searched refs:nBeginInvalid (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dwrong.cxx69 nBeginInvalid(STRING_LEN), // everything correct... (the invalid area starts beyond the string) in SwWrongList()
99 nBeginInvalid = rCopy.nBeginInvalid; in CopyFrom()
278 nBeginInvalid = nBegin; in _Invalidate()
285 nBeginInvalid = nBegin; in SetInvalid()
329 ShiftLeft( nBeginInvalid, nPos, nEnd ); in Move()
340 if( nBeginInvalid > nPos ) in Move()
341 nBeginInvalid = nBeginInvalid + xub_StrLen( nDiff ); in Move()
475 ShiftLeft( nBeginInvalid, 0, nSplitPos ); in SplitList()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx195 xub_StrLen nBeginInvalid; // Start des ungueltigen Bereichs member in SwWrongList
219 inline xub_StrLen GetBeginInv() const { return nBeginInvalid; } in GetBeginInv()
222 { return nChk >= nBeginInvalid && nChk <= nEndInvalid; } in InsideInvalid()
224 inline void Validate(){ nBeginInvalid = STRING_LEN; } in Validate()

Completed in 14 milliseconds