Lines Matching refs:aSize

668 	Size aSize( nSizeX, nHeight );  in LaunchPageFieldMenu()  local
670 if ( aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu()
671 aSize.Height() = aParentSize.Height(); in LaunchPageFieldMenu()
672 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu()
673 aPos.Y() = aParentSize.Height() - aSize.Height(); in LaunchPageFieldMenu()
675 pFilterBox->SetSizePixel( aSize ); in LaunchPageFieldMenu()
679 pFilterFloat->SetOutputSizePixel( aSize ); in LaunchPageFieldMenu()
791 Size aSize( nSizeX, nHeight ); in DoScenarioMenue() local
792 pFilterBox->SetSizePixel( aSize ); in DoScenarioMenue()
828 aSize = Size( nMaxText, nHeight ); in DoScenarioMenue()
829 pFilterBox->SetSizePixel( aSize ); in DoScenarioMenue()
830 pFilterFloat->SetOutputSizePixel( aSize ); in DoScenarioMenue()
842 pFilterFloat->SetOutputSizePixel( aSize ); in DoScenarioMenue()
1028 Size aSize( nSizeX, nHeight ); in DoAutoFilterMenue() local
1030 if ( aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue()
1031 aSize.Height() = aParentSize.Height(); in DoAutoFilterMenue()
1032 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue()
1033 aPos.Y() = aParentSize.Height() - aSize.Height(); in DoAutoFilterMenue()
1035 pFilterBox->SetSizePixel( aSize ); in DoAutoFilterMenue()
1039 pFilterFloat->SetOutputSizePixel( aSize ); in DoAutoFilterMenue()
3233 Size aSize = GetOutputSizePixel(); in DropScroll() local
3235 if (aSize.Width() > SCROLL_SENSITIVE * 3) in DropScroll()
3239 if ( rMousePos.X() >= aSize.Width() - SCROLL_SENSITIVE in DropScroll()
3243 if (aSize.Height() > SCROLL_SENSITIVE * 3) in DropScroll()
3247 if ( rMousePos.Y() >= aSize.Height() - SCROLL_SENSITIVE in DropScroll()
4855 Size aSize = GetOutputSizePixel(); in RFMouseMove() local
4856 if ( aPos.X() >= aSize.Width() ) in RFMouseMove()
4858 if ( aPos.Y() >= aSize.Height() ) in RFMouseMove()