Lines Matching refs:aCellBtn
1209 …ScDPFieldButton aCellBtn(pContentDev, &GetSettings().GetStyleSettings(), &pViewData->GetZoomX(), &… in DrawButtons() local
1302 aCellBtn.setBoundingBox(aScrPos, Size(nSizeX-1, nSizeY-1), bLayoutRTL); in DrawButtons()
1303 … aCellBtn.setPopupLeft(bLayoutRTL); // #i114944# AutoFilter button is left-aligned in RTL in DrawButtons()
1304 aCellBtn.setDrawBaseButton(false); in DrawButtons()
1305 aCellBtn.setDrawPopupButton(true); in DrawButtons()
1306 aCellBtn.setHasHiddenMember(bArrowState); in DrawButtons()
1307 aCellBtn.draw(); in DrawButtons()
1331 aCellBtn.setText(aStr); in DrawButtons()
1332 … aCellBtn.setBoundingBox(Point(nPosX, nPosY), Size(nSizeX-1, nSizeY-1), bLayoutRTL); in DrawButtons()
1333 … aCellBtn.setPopupLeft(false); // DataPilot popup is always right-aligned for now in DrawButtons()
1334 aCellBtn.setDrawBaseButton(true); in DrawButtons()
1335 aCellBtn.setDrawPopupButton(pInfo->bPopupButton); in DrawButtons()
1336 aCellBtn.setHasHiddenMember(pInfo->bFilterActive); in DrawButtons()
1337 aCellBtn.draw(); in DrawButtons()