Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/ !
H A Dtabctrl.cxx320 XubString aAppendStr( RTL_CONSTASCII_USTRINGPARAM( "..." ) ); in ImplGetItemSize() local
321 pItem->maFormatText += aAppendStr; in ImplGetItemSize()
324 pItem->maFormatText.Erase( pItem->maFormatText.Len()-aAppendStr.Len()-1, 1 ); in ImplGetItemSize()
329 while ( (aSize.Width()+4 >= nMaxWidth) && (pItem->maFormatText.Len() > aAppendStr.Len()) ); in ImplGetItemSize()