Searched refs:aBoxPos (Results 1 – 4 of 4) sorted by relevance
208 Point aBoxPos( maInnerSize.Width(), maInnerSize.Height() ); in ImplResizeControls() local209 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()
257 Point aBoxPos(aPos.X() + aSize.Width() - 5, aPos.Y() + aSize.Height() - 5); in drawPopupButton() local260 aBoxPos.X() += 1; in drawPopupButton()261 aBoxPos.Y() += 1; in drawPopupButton()264 mpOutDev->DrawRect(Rectangle(aBoxPos, aBoxSize)); in drawPopupButton()
2566 Point aBoxPos( bMirroring ? 0 : aInnerSz.Width(), aInnerSz.Height() ); in ImplResizeControls() local2567 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()
2723 Point aBoxPos( _pFileView->GetPosPixel() ); in Resize() local2727 aNewSize.Width() = aDlgSize.Width() - aBoxPos.X() - _pImp->_a6Size.Width() - nWinDeltaW; in Resize()
Completed in 148 milliseconds