Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dheadbar.cxx420 long nMaxTxtWidth = aRect.GetWidth()-(HEADERBAR_TEXTOFF*2)-nArrowWidth; in ImplDrawItem() local
422 nMaxTxtWidth -= aImageSize.Width(); in ImplDrawItem()
424 if ( nTxtWidth > nMaxTxtWidth ) in ImplDrawItem()
434 while ( (nTxtWidth > nMaxTxtWidth) && (pItem->maOutText.Len() > 3) ); in ImplDrawItem()

Completed in 10 milliseconds