Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dwrong.cxx223 const xub_StrLen nSTPos = (*aIter).mnPos; in GetWrongPos() local
225 if ( nSTPos <= nValue && nValue < nSTPos + nSTLen ) in GetWrongPos()
227 else if ( nSTPos > nValue ) in GetWrongPos()
636 const xub_StrLen nSTPos = (*aIter).mnPos; in Insert() local
638 if ( nNewPos < nSTPos ) in Insert()
643 else if ( nNewPos == nSTPos ) in Insert()
645 while ( aIter != maList.end() && (*aIter).mnPos == nSTPos ) in Insert()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3391 const xub_StrLen nSTPos = rSmartTagList.Pos( i ); in lcl_FillRecognizerData() local
3394 if ( nSTPos <= nCurrent && nCurrent < nSTPos + nSTLen ) in lcl_FillRecognizerData()

Completed in 31 milliseconds