Home
last modified time | relevance | path

Searched refs:aCellBtn (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sc/source/ui/view/
H A Dgridwin4.cxx1209 …ScDPFieldButton aCellBtn(pContentDev, &GetSettings().GetStyleSettings(), &pViewData->GetZoomX(), &… in DrawButtons() local
1302 aCellBtn.setBoundingBox(aScrPos, Size(nSizeX-1, nSizeY-1), bLayoutRTL); in DrawButtons()
1303aCellBtn.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()
1332aCellBtn.setBoundingBox(Point(nPosX, nPosY), Size(nSizeX-1, nSizeY-1), bLayoutRTL); in DrawButtons()
1333aCellBtn.setPopupLeft(false); // DataPilot popup is always right-aligned for now in DrawButtons()
[all …]