Home
last modified time | relevance | path

Searched refs:aListBoxSize (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx476 Size aListBoxSize( LogicToPixel( Size( 60, 12 ), MAP_APPFONT ) ); in updateLayout() local
477 long nDeltaY = aListBoxSize.Height() + aOffset.Y(); in updateLayout()
486 nDeltaY = aListBoxSize.Height() + aFixedTextSize.Height() + 2*aOffset.Y(); in updateLayout()
493 if( aListBoxSize.Height() > aFixedTextSize.Height() ) 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()
508 mpLBProperty->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()
512 aMorePos.X() += aListBoxSize.Width() + aOffset.X(); in updateLayout()
[all …]

Completed in 22 milliseconds