Lines Matching refs:aSize

401 	Size aSize( mpFLModify->GetSizePixel() );  in updateLayout()  local
402 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
404 mpFLModify->SetPosSizePixel( aCursor, aSize ); in updateLayout()
406 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
412 …aCtrlSize.setWidth( mpPBAddEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()
421 …aCtrlSize.setWidth( mpPBChangeEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWi… in updateLayout()
435 …aCtrlSize.setWidth( mpPBRemoveEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWi… in updateLayout()
448 aSize = mpFLEffect->GetSizePixel(); in updateLayout()
449 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
451 mpFLEffect->SetPosSizePixel( aCursor, aSize ); in updateLayout()
453 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
470 aSize = mpPBPropertyMore->GetSizePixel(); in updateLayout()
480 …if( (aFixedTextSize.Width() + aListBoxSize.Width() + aSize.Width() + 4 * aOffset.X()) > aPaneSize.… in updateLayout()
500 aListBoxSize.Width() = aPaneSize.Width() - aLBPos.X() - aSize.Width() - 2 * aOffset.X(); in updateLayout()
532 aSize = mpFLSeperator2->GetSizePixel(); in updateLayout()
533 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
534 mpFLSeperator2->SetPosSizePixel( aCursor, aSize ); in updateLayout()
538 …aCtrlSize.setWidth( mpPBSlideShow->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()
541 aPlaySize.setWidth( mpPBPlay->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth ); in updateLayout()
563 aSize = mpFLSeperator1->GetSizePixel(); in updateLayout()
564 aSize.Width() = aPaneSize.Width() - 2 * aOffset.X(); in updateLayout()
565 mpFLSeperator1->SetPosSizePixel( aCursor, aSize ); in updateLayout()
568 aSize = mpPBMoveDown->GetSizePixel(); 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()
584 aCursor.Y() += (aSize.Height() - mpFTChangeOrder->GetSizePixel().Height()) >> 1; in updateLayout()