Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx395 aScrSize = rViewData.aScrSize; in ScViewData()
1807 nClickX = aScrSize.Width() - 1 - nClickX; in GetPosFromPixel()
1853 if ( nClickX > aScrSize.Width() ) in GetPosFromPixel()
1860 if ( nClickY > aScrSize.Height() ) in GetPosFromPixel()
2055 aScrSize = Size( nScrPosX, nScrPosY ); in SetScreen()
2113 aScrSize = rVisArea.GetSize(); in SetScreen()
2114 aScrSize.Width() = (long) in SetScreen()
2116 aScrSize.Height() = (long) in SetScreen()
2169 aWidth *= Fraction( aScrSize.Width(),1 ); in UpdateScreenZoom()
2176 aScrSize.Width() = (long) aWidth; in UpdateScreenZoom()
[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.cxx728 Size aScrSize(nSizeX-1, nSizeY-1); in LaunchDPFieldMenu() local
730 …DPLaunchFieldPopupMenu(OutputToScreenPixel(aScrPos), aScrSize, ScAddress(nCol, nRow, nTab), pDPObj… in LaunchDPFieldMenu()
/trunk/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()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx175 Size aScrSize; member in ScViewData
454 Size GetScrSize() const { return aScrSize; } in GetScrSize()
/trunk/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()

Completed in 76 milliseconds