Searched refs:aCellBtn (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sc/source/ui/view/ |
| H A D | gridwin4.cxx | 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() [all …]
|