Lines Matching refs:rPos

88 void ScDPFieldButton::setBoundingBox(const Point& rPos, const Size& rSize, bool bLayoutRTL)  in setBoundingBox()  argument
90 maPos = rPos; in setBoundingBox()
180 void ScDPFieldButton::getPopupBoundingBox(Point& rPos, Size& rSize) const in getPopupBoundingBox() argument
192 rPos.setX(maPos.getX()); in getPopupBoundingBox()
194 rPos.setX(maPos.getX() + maSize.getWidth() - nW); in getPopupBoundingBox()
195 rPos.setY(maPos.getY() + maSize.getHeight() - nH); in getPopupBoundingBox()
336 const Point& rPos = rMEvt.GetPosPixel(); in MouseMove() local
337 size_t nSelectedMenu = getEnclosingMenuItem(rPos); in MouseMove()
345 const Point& rPos = rMEvt.GetPosPixel(); in MouseButtonDown() local
346 mnClickedMenu = getEnclosingMenuItem(rPos); in MouseButtonDown()
828 void ScMenuFloatingWindow::getMenuItemPosSize(size_t nPos, Point& rPos, Size& rSize) const in getMenuItemPosSize() argument
839 rPos = aPos1; in getMenuItemPosSize()
840 rPos.Y() += aSize1.Height()*nPos; in getMenuItemPosSize()
849 size_t ScMenuFloatingWindow::getEnclosingMenuItem(const Point& rPos) const in getEnclosingMenuItem()
858 if (aRect.IsInside(rPos)) in getEnclosingMenuItem()
1054 void ScDPFieldPopupWindow::getSectionPosSize(Point& rPos, Size& rSize, SectionType eType) const in getSectionPosSize() argument
1080 rPos = Point(0, 0); in getSectionPosSize()
1086 rPos = Point(nListBoxMargin, nTopMargin + nMenuHeight + nMenuListMargin); in getSectionPosSize()
1092 rPos = Point(nListBoxMargin, nTopMargin + nMenuHeight + nMenuListMargin); in getSectionPosSize()
1093 rPos.X() += nListBoxInnerPadding; in getSectionPosSize()
1094 rPos.Y() += nListBoxInnerPadding; in getSectionPosSize()
1103 rPos = Point(nListBoxMargin, nSingleBtnAreaY); in getSectionPosSize()
1110 rPos = Point(nListBoxMargin, nSingleBtnAreaY); in getSectionPosSize()
1111 rPos.X() += 5; in getSectionPosSize()
1112 rPos.Y() += (nSingleItemBtnAreaHeight - h)/2; in getSectionPosSize()
1119 rPos = Point(nListBoxMargin, nSingleBtnAreaY); in getSectionPosSize()
1120 rPos.X() += 150; in getSectionPosSize()
1121 rPos.Y() += (nSingleItemBtnAreaHeight - h)/2; in getSectionPosSize()
1128 rPos = Point(nListBoxMargin, nSingleBtnAreaY); in getSectionPosSize()
1129 rPos.X() += 150 + h + 10; in getSectionPosSize()
1130 rPos.Y() += (nSingleItemBtnAreaHeight - h)/2; in getSectionPosSize()
1138 rPos = Point(x, y); in getSectionPosSize()
1146 rPos = Point(x, y); in getSectionPosSize()