Home
last modified time | relevance | path

Searched refs:aRightPos (Results 1 – 3 of 3) sorted by path

/trunk/main/svx/source/dialog/
H A Drubydialog.cxx824 Point aRightPos(rRight.GetPosPixel()); in lcl_MoveBox() local
828 aRightPos.X() += nOffset; in lcl_MoveBox()
830 rRight.SetPosSizePixel(aRightPos, aRightSz); in lcl_MoveBox()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3911 Point aRightPos(aRightScrollWin.GetPosPixel()); in Resize() local
3916 long nMove = aCompleteSize.Width() - aRightSize.Width() - aRightPos.X(); in Resize()
3918 aRightPos.X() += nMove; in Resize()
3919 aRightScrollWin.SetPosPixel(aRightPos); in Resize()
/trunk/main/vcl/source/control/
H A Dbutton.cxx620 … Point aRightPos = Point( aTextPos.X() + aTextSize.Width() + aSymbolSize.Width()/2, aTextPos.Y() ); in ImplDrawAlignedImage() local
621 *pSymbolRect = Rectangle( aRightPos, aSymbolSize ); in ImplDrawAlignedImage()

Completed in 72 milliseconds