Lines Matching refs:nStop

382 		xub_StrLen nStop = nIdx;  in lcl_MinMaxString()  local
387 bClear = CH_BLANK == rTxt.GetChar( nStop ); in lcl_MinMaxString()
391 nStop = (xub_StrLen)aBndry.endPos; in lcl_MinMaxString()
394 if( nStop == nIdx ) in lcl_MinMaxString()
395 ++nStop; in lcl_MinMaxString()
396 if( nStop > nEnd ) in lcl_MinMaxString()
397 nStop = nEnd; in lcl_MinMaxString()
401 while( nStop < nEnd && CH_BLANK != rTxt.GetChar( nStop ) ) in lcl_MinMaxString()
402 ++nStop; in lcl_MinMaxString()
403 bClear = nStop == nIdx; in lcl_MinMaxString()
407 while( nStop < nEnd && CH_BLANK == rTxt.GetChar( nStop ) ) in lcl_MinMaxString()
408 ++nStop; in lcl_MinMaxString()
412 SwDrawTextInfo aDrawInf( rArg.pSh, *rArg.pOut, 0, rTxt, nIdx, nStop - nIdx ); in lcl_MinMaxString()
425 nIdx = nStop; in lcl_MinMaxString()
655 xub_StrLen nStop = aScriptInfo.NextScriptChg( nIdx ); in GetMinMaxSize() local
656 if( nNextChg > nStop ) in GetMinMaxSize()
657 nNextChg = nStop; in GetMinMaxSize()
660 nStop = nIdx; in GetMinMaxSize()
661 while( nStop < nLen && nStop < nNextChg && in GetMinMaxSize()
662 CH_TAB != ( cChar = m_Text.GetChar( nStop ) ) && in GetMinMaxSize()
668 || ( 0 == ( pHint = aIter.GetAttr( nStop ) ) ) ) in GetMinMaxSize()
669 ++nStop; in GetMinMaxSize()
671 if ( lcl_MinMaxString( aArg, aIter.GetFnt(), m_Text, nIdx, nStop ) ) in GetMinMaxSize()
675 nIdx = nStop; in GetMinMaxSize()
904 xub_StrLen nStop = aScriptInfo.NextScriptChg( nIdx ); in GetScalingOfSelectedText() local
905 if( nNextChg > nStop ) in GetScalingOfSelectedText()
906 nNextChg = nStop; in GetScalingOfSelectedText()
908 nStop = nIdx; in GetScalingOfSelectedText()
913 while( nStop < nEnd && nStop < nNextChg ) in GetScalingOfSelectedText()
915 cChar = m_Text.GetChar( nStop ); in GetScalingOfSelectedText()
924 (0 == (pHint = aIter.GetAttr(nStop))) in GetScalingOfSelectedText()
931 ++nStop; in GetScalingOfSelectedText()
935 if ( nStop > nIdx ) in GetScalingOfSelectedText()
937 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, GetTxt(), nIdx, nStop - nIdx ); in GetScalingOfSelectedText()
941 nIdx = nStop; in GetScalingOfSelectedText()