Lines Matching refs:aLBPos
475 Point aLBPos( aCursor ); in updateLayout() local
483 aLBPos.Y() += aFixedTextSize.Height() + aOffset.Y(); in updateLayout()
491 aLBPos.X() += aFixedTextSize.Width() + aOffset.X(); in updateLayout()
494 aFTPos.Y() = aLBPos.Y() + ((aListBoxSize.Height() - aFixedTextSize.Height()) >> 1); in updateLayout()
496 aLBPos.Y() = aFTPos.Y() + ((aFixedTextSize.Height() - aListBoxSize.Height()) >> 1); in updateLayout()
500 aListBoxSize.Width() = aPaneSize.Width() - aLBPos.X() - aSize.Width() - 2 * aOffset.X(); in updateLayout()
503 mpLBStart->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()
505 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()
508 mpLBProperty->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()
511 Point aMorePos( aLBPos ); in updateLayout()
515 aFTPos.Y() += nDeltaY; aLBPos.Y() += nDeltaY; in updateLayout()
518 mpCBSpeed->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()