Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Dviewdata.cxx327 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 Dgridwin2.cxx142 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 Dtabview3.cxx685 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 Dgridwin.cxx726 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 Dgrviewsh.cxx146 Size aScrSize (nMax - aTabSize.Width(), maScrBarWH.Height()); in IMPL_LINK() local
147 mpHorizontalScrollBar->SetPosSizePixel(aPos, aScrSize); in IMPL_LINK()
H A Ddrviews1.cxx702 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 Dviewdata.hxx175 Size aScrSize; member in ScViewData
454 Size GetScrSize() const { return aScrSize; } in GetScrSize()
/AOO42X/main/svtools/source/control/
H A Dvalueset.cxx1058 Size aScrSize = mpScrBar->GetSizePixel(); in ImplDraw() local
1064 aTempSize.Height() = aScrSize.Height(); in ImplDraw()
1066 aTempPos.Y() = aScrPos.Y()+aScrSize.Height(); in ImplDraw()