Lines Matching refs:aNewSz

484 	awt::Size aNewSz;  in init()  local
485 aNewSz.Width = Width; in init()
486 aNewSz.Height = Height; in init()
489 Size aTmp(aNewSz.Width, aNewSz.Height); in init()
492 aNewSz.Width = aTmp.Width(); in init()
493 aNewSz.Height = aTmp.Height(); in init()
499 if( bSetWidth && aNewSz.Height ) in init()
501 aNewSz.Width *= aSz.Height; in init()
502 aNewSz.Width /= aNewSz.Height; in init()
503 aNewSz.Height = aSz.Height; in init()
505 if( bSetHeight && aNewSz.Width ) in init()
507 aNewSz.Height *= aSz.Width; in init()
508 aNewSz.Height /= aNewSz.Width; in init()
509 aNewSz.Width = aSz.Width; in init()
512 if( aNewSz.Width < MINFLY ) in init()
513 aNewSz.Width = MINFLY; in init()
514 if( aNewSz.Height < MINFLY ) in init()
515 aNewSz.Height = MINFLY; in init()
517 xShape->setSize( aNewSz ); in init()
759 awt::Size aNewSz( 0, 0 ); in SetControlSize() local
769 aNewSz.Width = aTmpSz.Width; in SetControlSize()
771 aNewSz.Height = aTmpSz.Height; in SetControlSize()
787 aNewSz.Width = aTmpSz.Width; in SetControlSize()
789 aNewSz.Height = aTmpSz.Height; in SetControlSize()
796 Size aTmpSz( aNewSz.Width, aNewSz.Height ); in SetControlSize()
799 aNewSz.Width = aTmpSz.Width(); in SetControlSize()
800 aNewSz.Height = aTmpSz.Height(); in SetControlSize()
802 if( aNewSz.Width ) in SetControlSize()
804 if( aNewSz.Width < MINLAY ) in SetControlSize()
805 aNewSz.Width = MINLAY; in SetControlSize()
806 aSz.Width = aNewSz.Width; in SetControlSize()
808 if( aNewSz.Height ) in SetControlSize()
810 if( aNewSz.Height < MINLAY ) in SetControlSize()
811 aNewSz.Height = MINLAY; in SetControlSize()
812 aSz.Height = aNewSz.Height; in SetControlSize()
1888 Size aNewSz( nSize, 0 ); in InsertInput() local
1889 aNewSz = Application::GetDefaultDevice() in InsertInput()
1890 ->PixelToLogic( aNewSz, MapMode( MAP_100TH_MM ) ); in InsertInput()
1891 aSz.Width() = aNewSz.Width(); in InsertInput()
2516 Size aNewSz( MINFLY, MINFLY ); in EndSelect() local