Home
last modified time | relevance | path

Searched refs:aAppendStr (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx322 XubString aAppendStr( RTL_CONSTASCII_USTRINGPARAM( "..." ) ); in ImplGetItemSize() local
323 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 19 milliseconds