Lines Matching refs:aNewControlPos
3269 Point aNewControlPos; in AddControl() local
3276 aNewControlPos.X() = aDlgSize.Width() - 210; in AddControl()
3277 aNewControlPos.Y() = 8; in AddControl()
3285 aNewControlPos = aNewControlRange; in AddControl()
3291 aNewControlPos.Y() += nY; in AddControl()
3293 aNewControlPos += LogicToPixel( Point( 3, 0 ), MAP_APPFONT ); in AddControl()
3316 aNewControlPos = Point( nLeftBorder, 0 ); in AddControl()
3317 aNewControlPos += Point( 0, aDlgSize.Height() ); in AddControl()
3318 aNewControlPos.Y() -= nSmallBorderHeight; in AddControl()
3328 Size aNewControlRange( 0, aNewControlPos.Y() ); in AddControl()
3341 pControl->SetPosPixel( aNewControlPos ); in AddControl()