Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx208 Point aBoxPos( maInnerSize.Width(), maInnerSize.Height() ); in ImplResizeControls() local
209 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx257 Point aBoxPos(aPos.X() + aSize.Width() - 5, aPos.Y() + aSize.Height() - 5); in drawPopupButton() local
260 aBoxPos.X() += 1; in drawPopupButton()
261 aBoxPos.Y() += 1; in drawPopupButton()
264 mpOutDev->DrawRect(Rectangle(aBoxPos, aBoxSize)); in drawPopupButton()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2566 Point aBoxPos( bMirroring ? 0 : aInnerSz.Width(), aInnerSz.Height() ); in ImplResizeControls() local
2567 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2725 Point aBoxPos( _pFileView->GetPosPixel() ); in Resize() local
2729 aNewSize.Width() = aDlgSize.Width() - aBoxPos.X() - _pImp->_a6Size.Width() - nWinDeltaW; in Resize()

Completed in 41 milliseconds