Lines Matching refs:nLastContent

6891             xub_StrLen nLastContent = aStr.Len();  in ImplGetEllipsisString()  local
6892 while ( nLastContent ) in ImplGetEllipsisString()
6894 nLastContent--; in ImplGetEllipsisString()
6895 if ( ImplIsCharIn( aStr.GetChar( nLastContent ), pSepChars ) ) in ImplGetEllipsisString()
6898 while ( nLastContent && in ImplGetEllipsisString()
6899 ImplIsCharIn( aStr.GetChar( nLastContent-1 ), pSepChars ) ) in ImplGetEllipsisString()
6900 nLastContent--; in ImplGetEllipsisString()
6902 XubString aLastStr( aStr, nLastContent, aStr.Len() ); in ImplGetEllipsisString()
6910 while ( nFirstContent < nLastContent ) in ImplGetEllipsisString()
6916 while ( (nFirstContent < nLastContent) && in ImplGetEllipsisString()
6920 if ( nFirstContent >= nLastContent ) in ImplGetEllipsisString()
6937 if( nLastContent > aStr.Len() ) in ImplGetEllipsisString()
6938 nLastContent = aStr.Len(); in ImplGetEllipsisString()
6939 while ( nFirstContent < nLastContent ) in ImplGetEllipsisString()
6941 nLastContent--; in ImplGetEllipsisString()
6942 if ( ImplIsCharIn( aStr.GetChar( nLastContent ), pSepChars ) ) in ImplGetEllipsisString()
6946 while ( (nFirstContent < nLastContent) && in ImplGetEllipsisString()
6947 ImplIsCharIn( aStr.GetChar( nLastContent-1 ), pSepChars ) ) in ImplGetEllipsisString()
6948 nLastContent--; in ImplGetEllipsisString()
6950 if ( nFirstContent < nLastContent ) in ImplGetEllipsisString()
6952 XubString aTempLastStr( aStr, nLastContent, aStr.Len() ); in ImplGetEllipsisString()
6959 while ( nFirstContent < nLastContent ); in ImplGetEllipsisString()