Lines Matching refs:ScDPFieldButton
58 ScDPFieldButton::ScDPFieldButton(OutputDevice* pOutDev, const StyleSettings* pStyle, const Fraction… in ScDPFieldButton() function in ScDPFieldButton
79 ScDPFieldButton::~ScDPFieldButton() in ~ScDPFieldButton()
83 void ScDPFieldButton::setText(const OUString& rText) in setText()
88 void ScDPFieldButton::setBoundingBox(const Point& rPos, const Size& rSize, bool bLayoutRTL) in setBoundingBox()
99 void ScDPFieldButton::setDrawBaseButton(bool b) in setDrawBaseButton()
104 void ScDPFieldButton::setDrawPopupButton(bool b) in setDrawPopupButton()
109 void ScDPFieldButton::setHasHiddenMember(bool b) in setHasHiddenMember()
114 void ScDPFieldButton::setPopupPressed(bool b) in setPopupPressed()
119 void ScDPFieldButton::setPopupLeft(bool b) in setPopupLeft()
124 void ScDPFieldButton::draw() in draw()
180 void ScDPFieldButton::getPopupBoundingBox(Point& rPos, Size& rSize) const in getPopupBoundingBox()
200 void ScDPFieldButton::drawPopupButton() in drawPopupButton()