Lines Matching refs:aSize
1364 Size aSize( pView->Control::GetOutputSizePixel() ); in InitScrollBarBox() local
1365 aScrBarBox.SetPosPixel( Point(aSize.Width()-nVerSBarWidth, aSize.Height()-nHorSBarHeight)); in InitScrollBarBox()
1370 Size aSize( pView->Control::GetOutputSizePixel()); in Resize() local
1371 if( aSize.Width() <= 0 || aSize.Height() <= 0 ) in Resize()
1544 Size aSize = pView->Control::GetOutputSizePixel(); in SetEntryHeight() local
1545 AdjustScrollBars( aSize ); in SetEntryHeight()
1654 Size aSize; in SetNodeBmpYOffset() local
1655 nYoffsNodeBmp = pView->GetHeightOffset( rBmp, aSize ); in SetNodeBmpYOffset()
1656 nNodeBmpWidth = aSize.Width(); in SetNodeBmpYOffset()
1666 Size aSize = GetExpandedNodeBmp().GetSizePixel(); in SetNodeBmpTabDistance() local
1667 nNodeBmpTabDistance -= aSize.Width() / 2; in SetNodeBmpTabDistance()
3341 Size aSize( pItem->GetSize( pView, pEntry ) ); in RequestHelp() local
3345 if( pNextTab && pView->GetTabPos(pEntry,pNextTab) < aPos.X()+aSize.Width() ) in RequestHelp()
3347 aSize.Width() = pNextTab->GetPos() - pTab->GetPos(); in RequestHelp()
3350 Rectangle aItemRect( aPos, aSize ); in RequestHelp()