Searched refs:aAppendStr (Results 1 – 1 of 1) sorted by relevance
322 XubString aAppendStr( RTL_CONSTASCII_USTRINGPARAM( "..." ) ); in ImplGetItemSize() local323 pItem->maFormatText += aAppendStr; in ImplGetItemSize()326 pItem->maFormatText.Erase( pItem->maFormatText.Len()-aAppendStr.Len()-1, 1 ); in ImplGetItemSize()331 while ( (aSize.Width()+4 >= nMaxWidth) && (pItem->maFormatText.Len() > aAppendStr.Len()) ); in ImplGetItemSize()
Completed in 23 milliseconds