Lines Matching refs:aSz

610 …      Size aSz( GetOutputSizePixel().Width(), mpEntryList->GetEntryPtr( mnCurrentPos )->mnHeight );  in ImplCalcMetrics()  local
611 maFocusRect.SetSize( aSz ); in ImplCalcMetrics()
1226 Size aSz( maFocusRect.GetWidth(), in SelectEntries() local
1228 maFocusRect.SetSize( aSz ); in SelectEntries()
1268 Size aSz( maFocusRect.GetWidth(), in Tracking() local
1270 maFocusRect.SetSize( aSz ); in Tracking()
1401 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Tracking() local
1402 maFocusRect.SetSize( aSz ); in Tracking()
1985 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in ImplDoPaint() local
1986 maFocusRect.SetSize( aSz ); in ImplDoPaint()
2025 Size aSz( GetOutputSizePixel().Width(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Resize() local
2026 maFocusRect.SetSize( aSz ); in Resize()
2044 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( nPos ) ); in GetFocus() local
2045 maFocusRect.SetSize( aSz ); in GetFocus()
2162 Size aSz; in CalcSize() local
2164 aSz.Height() = nMaxLines * mnMaxHeight; in CalcSize()
2165 aSz.Width() = mnMaxWidth + 2*mnBorder; in CalcSize()
2166 return aSz; in CalcSize()
2174 Size aSz( GetSizePixel().Width(), pEntry ? pEntry->mnHeight : GetEntryHeight() ); in GetBoundingRectangle() local
2177 Rectangle aRect( Point( 0, nY ), aSz ); in GetBoundingRectangle()
3225 Size aSz = mpImplLB->CalcSize( nLines ); in CalcFloatSize() local
3226 long nMaxHeight = aSz.Height() + nTop + nBottom; in CalcFloatSize()
3235 aFloatSz.Width() = aSz.Width() + nLeft + nRight; in CalcFloatSize()
3287 Size aSz = GetParent()->GetSizePixel(); in StartFloat() local
3298 aSz.Width() -= nLeft + nRight; in StartFloat()
3299 aSz.Height() -= nTop + nBottom; in StartFloat()
3301 Rectangle aRect( aPos, aSz ); in StartFloat()