Searched refs:aScrSize (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/sc/source/ui/view/ |
| H A D | viewdata.cxx | 327 aScrSize = Size( (long) ( STD_COL_WIDTH * PIXEL_PER_TWIPS * OLE_STD_CELLS_X ), in ScViewData() 395 aScrSize = rViewData.aScrSize; in ScViewData() 1344 aArea.Right() = pWin->PixelToLogic( aScrSize ).Width(); in EditGrowX() 1554 ((ScViewData*)this)->aScrSize.Width() = pView->GetGridWidth(eWhichX); in GetScrPos() 1555 ((ScViewData*)this)->aScrSize.Height() = pView->GetGridHeight(eWhichY); in GetScrPos() 1565 for (nX=nPosX; nX<nWhereX && (bAllowNeg || nScrPosX<=aScrSize.Width()); nX++) in GetScrPos() 1596 for (nY=nPosY; nY<nWhereY && (bAllowNeg || nScrPosY<=aScrSize.Height()); nY++) in GetScrPos() 1634 nScrPosX = aScrSize.Width() - 1 - nScrPosX; in GetScrPos() 1651 ((ScViewData*)this)->aScrSize.Width() = pView->GetGridWidth(eWhichX); in CellsAtX() 1655 if (nScrSizeX == SC_SIZE_NONE) nScrSizeX = (sal_uInt16) aScrSize.Width(); in CellsAtX() [all …]
|
| H A D | gridwin2.cxx | 142 Size aScrSize(nSizeX-1, nSizeY-1); in DoAutoFilterButton() local 146 mpFilterButton->setBoundingBox(aScrPos, aScrSize, bLayoutRTL); in DoAutoFilterButton() 379 Size aScrSize(nSizeX-1, nSizeY-1); in DPTestFieldPopupArrow() local 383 aBtn.setBoundingBox(aScrPos, aScrSize, bLayoutRTL); in DPTestFieldPopupArrow() 392 DPLaunchFieldPopupMenu(OutputToScreenPixel(aScrPos), aScrSize, rPos, pDPObj); in DPTestFieldPopupArrow()
|
| H A D | tabview3.cxx | 685 Size aScrSize = aViewData.GetScrSize(); in AlignToCursor() local 686 long nSpaceX = ( aScrSize.Width() - nCellSizeX ) / 2; in AlignToCursor() 687 long nSpaceY = ( aScrSize.Height() - nCellSizeY ) / 2; in AlignToCursor()
|
| H A D | gridwin.cxx | 726 Size aScrSize(nSizeX-1, nSizeY-1); in LaunchDPFieldMenu() local 728 …DPLaunchFieldPopupMenu(OutputToScreenPixel(aScrPos), aScrSize, ScAddress(nCol, nRow, nTab), pDPObj… in LaunchDPFieldMenu()
|
| /AOO42X/main/sd/source/ui/view/ |
| H A D | grviewsh.cxx | 146 Size aScrSize (nMax - aTabSize.Width(), maScrBarWH.Height()); in IMPL_LINK() local 147 mpHorizontalScrollBar->SetPosSizePixel(aPos, aScrSize); in IMPL_LINK()
|
| H A D | drviews1.cxx | 702 Size aScrSize(nMax - aTabSize.Width(), maScrBarWH.Height()); in IMPL_LINK() local 703 mpHorizontalScrollBar->SetPosSizePixel(aPos, aScrSize); in IMPL_LINK()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | viewdata.hxx | 175 Size aScrSize; member in ScViewData 454 Size GetScrSize() const { return aScrSize; } in GetScrSize()
|
| /AOO42X/main/svtools/source/control/ |
| H A D | valueset.cxx | 1058 Size aScrSize = mpScrBar->GetSizePixel(); in ImplDraw() local 1064 aTempSize.Height() = aScrSize.Height(); in ImplDraw() 1066 aTempPos.Y() = aScrPos.Y()+aScrSize.Height(); in ImplDraw()
|