Searched refs:aHPos (Results 1 – 3 of 3) sorted by relevance
233 Point aHPos( 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls() local234 mpHScrollBar->SetPosSizePixel( aHPos, Size( maInnerSize.Width(), nSBWidth ) ); in ImplResizeControls()
138 Point aHPos = maViewPos; in ArrangeGUIElements() local139 aHPos.Y() += maViewSize.Height(); in ArrangeGUIElements()
2593 Point aHPos( ( bMirroring && mbVScroll ) ? nSBWidth : 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls() local2594 mpHScrollBar->SetPosSizePixel( aHPos, Size( aInnerSz.Width(), nSBWidth ) ); in ImplResizeControls()
Completed in 73 milliseconds