Lines Matching refs:aOffset
395 Point aOffset( LogicToPixel( Point(3,3), MAP_APPFONT ) ); in updateLayout() local
396 Point aCursor( aOffset ); in updateLayout()
402 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
406 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
408 const int nButtonExtraWidth = 4 * aOffset.X(); in updateLayout()
415 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout()
422 if( ( aCursor.X() + aCtrlSize.Width() + aOffset.X() ) > aPaneSize.Width() ) in updateLayout()
424 aCursor.X() = aOffset.X(); in updateLayout()
425 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
429 aCursor.X() += aOffset.X() + aCtrlSize.Width(); in updateLayout()
436 if( ( aCursor.X() + aCtrlSize.Width() + aOffset.X() ) > aPaneSize.Width() ) in updateLayout()
438 aCursor.X() = aOffset.X(); in updateLayout()
439 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
444 aCursor.X() = aOffset.X(); in updateLayout()
445 aCursor.Y() += aCtrlSize.Height() + 2 * aOffset.Y(); in updateLayout()
449 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
453 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
465 aFixedTextSize.Width() = std::max( nWidth, aFixedTextSize.Width() ) + aOffset.X(); in updateLayout()
477 long nDeltaY = aListBoxSize.Height() + aOffset.Y(); in updateLayout()
480 …if( (aFixedTextSize.Width() + aListBoxSize.Width() + aSize.Width() + 4 * aOffset.X()) > aPaneSize.… in updateLayout()
483 aLBPos.Y() += aFixedTextSize.Height() + aOffset.Y(); in updateLayout()
486 nDeltaY = aListBoxSize.Height() + aFixedTextSize.Height() + 2*aOffset.Y(); in updateLayout()
491 aLBPos.X() += aFixedTextSize.Width() + aOffset.X(); in updateLayout()
500 aListBoxSize.Width() = aPaneSize.Width() - aLBPos.X() - aSize.Width() - 2 * aOffset.X(); in updateLayout()
512 aMorePos.X() += aListBoxSize.Width() + aOffset.X(); in updateLayout()
520 aFTPos.Y() += nDeltaY + aOffset.Y(); in updateLayout()
527 …aCursor = Point( aOffset.X(), aPaneSize.Height() - mpCBAutoPreview->GetSizePixel().Height() - aOff… in updateLayout()
533 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
546 …int aTestWidth = aCursor.X() + mpPBPlay->GetSizePixel().Width() + 2 * aOffset.X() + mpPBSlideShow-… in updateLayout()
550 aCursor.Y() -= aCtrlSize.Height() + aOffset.Y(); in updateLayout()
556 aCursor.X() += aPlaySize.Width() + aOffset.X(); in updateLayout()
561 aCursor.X() = aOffset.X(); in updateLayout()
564 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
570 aCursor.X() = aPaneSize.Width() - aOffset.X() - aSize.Width(); in updateLayout()
571 aCursor.Y() -= aOffset.Y() + aSize.Height(); in updateLayout()
574 aCursor.X() -= aOffset.X() + aSize.Width(); in updateLayout()
583 aCursor.X() -= aOffset.X() + mpFTChangeOrder->GetSizePixel().Width(); in updateLayout()
588 …ationListSize( aPaneSize.Width() - aListPos.X() - aOffset.X(), aCursor.Y() - aListPos.Y() - 2 * aO… in updateLayout()