Searched refs:nMaxTxtWidth (Results 1 – 1 of 1) sorted by relevance
420 long nMaxTxtWidth = aRect.GetWidth()-(HEADERBAR_TEXTOFF*2)-nArrowWidth; in ImplDrawItem() local422 nMaxTxtWidth -= aImageSize.Width(); in ImplDrawItem()424 if ( nTxtWidth > nMaxTxtWidth ) in ImplDrawItem()434 while ( (nTxtWidth > nMaxTxtWidth) && (pItem->maOutText.Len() > 3) ); in ImplDrawItem()
Completed in 18 milliseconds