Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4866 SIZE strSize; in ImplMeasureItem() local
4886 aStr.Len(), &strSize ); in ImplMeasureItem()
4896 pMI->itemWidth = checkSize.Width() + 3 + bmpSize.Width() + 3 + strSize.cx; in ImplMeasureItem()
4897 pMI->itemHeight = Max( Max( checkSize.Height(), bmpSize.Height() ), strSize.cy ); in ImplMeasureItem()
5025 SIZE strSize; in ImplDrawItem() local
5028 aStr.Len(), &strSize ); in ImplDrawItem()
5032 (WPARAM)0, aRect.left, aRect.top + (lineHeight - strSize.cy)/2, 0, 0, in ImplDrawItem()

Completed in 43 milliseconds