Searched refs:nLastContent (Results 1 – 2 of 2) sorted by relevance
6891 xub_StrLen nLastContent = aStr.Len(); in ImplGetEllipsisString() local6892 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()[all …]
693 const sal_Int32 nLastContent = in NextElement_Impl() local715 static_cast<SwXText*>(pText), nFirstContent, nLastContent); in NextElement_Impl()