Searched refs:aScrSize (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 395 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 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()
|
/aoo4110/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 | 692 Size aScrSize(nMax - aTabSize.Width(), maScrBarWH.Height()); in IMPL_LINK() local 693 mpHorizontalScrollBar->SetPosSizePixel(aPos, aScrSize); in IMPL_LINK()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 175 Size aScrSize; member in ScViewData 454 Size GetScrSize() const { return aScrSize; } in GetScrSize()
|
/aoo4110/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()
|
Completed in 174 milliseconds