Lines Matching refs:Width

95         maPos.X() -= maSize.Width() - 1;  in setBoundingBox()
141 mpOutDev->DrawLine(Point(maPos), Point(maPos.X()+maSize.Width()-1, maPos.Y())); in draw()
145 Point(maPos.X()+maSize.Width()-1, maPos.Y()+maSize.Height()-1)); in draw()
146 mpOutDev->DrawLine(Point(maPos.X()+maSize.Width()-1, maPos.Y()), in draw()
147 Point(maPos.X()+maSize.Width()-1, maPos.Y()+maSize.Height()-1)); in draw()
216 … mpOutDev->DrawLine(Point(aPos.X()+1, aPos.Y()+1), Point(aPos.X()+aSize.Width()-2, aPos.Y()+1)); in drawPopupButton()
220 Point(aPos.X()+aSize.Width()-2, aPos.Y()+aSize.Height()-2)); in drawPopupButton()
221 mpOutDev->DrawLine(Point(aPos.X()+aSize.Width()-2, aPos.Y()+1), in drawPopupButton()
222 Point(aPos.X()+aSize.Width()-2, aPos.Y()+aSize.Height()-2)); in drawPopupButton()
229 Point aCenter(aPos.X() + (aSize.Width() >> 1), aPos.Y() + (aSize.Height() >> 1)); in drawPopupButton()
257 Point aBoxPos(aPos.X() + aSize.Width() - 5, aPos.Y() + aSize.Height() - 5); in drawPopupButton()
503 aMarkerPos.X() += aSize.Width() - nFontHeight + nFontHeight/4; in drawMenuItem()
837 Size aSize1(aWndSize.Width() - nLeftMargin*2, nMenuItemHeight); in getMenuItemPosSize()
1070 …const sal_uInt16 nListBoxWidth = static_cast< sal_uInt16 >( maWndSize.Width() - nListBoxMargin*2 ); in getSectionPosSize()
1097 rSize.Width() -= nListBoxInnerPadding*2; in getSectionPosSize()
1136 long x = (maWndSize.Width() - nBtnWidth*2)/3; in getSectionPosSize()
1144 long x = (maWndSize.Width() - nBtnWidth*2)/3*2 + nBtnWidth; in getSectionPosSize()