Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Doutdev3.cxx6891 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()
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunoobj2.cxx693 const sal_Int32 nLastContent = in NextElement_Impl() local
715 static_cast<SwXText*>(pText), nFirstContent, nLastContent); in NextElement_Impl()