Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4869 SIZE strSize; in ImplMeasureItem() local
4889 aStr.Len(), &strSize ); in ImplMeasureItem()
4899 pMI->itemWidth = checkSize.Width() + 3 + bmpSize.Width() + 3 + strSize.cx; in ImplMeasureItem()
4900 pMI->itemHeight = Max( Max( checkSize.Height(), bmpSize.Height() ), strSize.cy ); in ImplMeasureItem()
5028 SIZE strSize; in ImplDrawItem() local
5031 aStr.Len(), &strSize ); in ImplDrawItem()
5035 (WPARAM)0, aRect.left, aRect.top + (lineHeight - strSize.cy)/2, 0, 0, in ImplDrawItem()

Completed in 35 milliseconds