Searched refs:aScrollPos (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/basctl/source/dlged/ |
H A D | dlged.cxx | 354 Size aScrollPos( pHScroll->GetThumbPos(), pVScroll->GetThumbPos() ); in DoScroll() local 355 aScrollPos = pWindow->LogicToPixel( aScrollPos ); in DoScroll() 356 aScrollPos = pWindow->PixelToLogic( aScrollPos ); in DoScroll() 358 long nX = aScrollPos.Width() + aOrg.X(); in DoScroll() 359 long nY = aScrollPos.Height() + aOrg.Y(); in DoScroll() 375 aMap.SetOrigin( Point( -aScrollPos.Width(), -aScrollPos.Height() ) ); in DoScroll()
|
/aoo4110/main/extensions/source/bibliography/ |
H A D | general.cxx | 619 ::Point aScrollPos(0, aOutSize.Height() - aSize.Height()); in AdjustScrollbars() 620 aHoriScroll.SetPosSizePixel(aScrollPos, aScrollSize); in AdjustScrollbars() 622 aScrollPos.X() = aOutSize.Width() - aSize.Width(); in AdjustScrollbars() 623 aScrollPos.Y() = 0; in AdjustScrollbars() 626 aVertScroll.SetPosSizePixel(aScrollPos, aScrollSize); in AdjustScrollbars()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 315 Point aScrollPos(0, aOutSz.Height() - nScrollStd); in Resize() local 317 pHScrollbar->SetPosSizePixel( aScrollPos, aScrollSz); in Resize() 321 aScrollPos = Point(aOutSz.Width() - nScrollStd, 0); in Resize() 323 pVScrollbar->SetPosSizePixel( aScrollPos, aScrollSz); in Resize()
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 215 Point aScrollPos(0, aOutSz.Height() - nScrollStd); in Resize() local 217 pHScrollbar->SetPosSizePixel( aScrollPos, aScrollSz); in Resize() 221 aScrollPos = Point(aOutSz.Width() - nScrollStd, 0); in Resize() 223 pVScrollbar->SetPosSizePixel( aScrollPos, aScrollSz); in Resize()
|
Completed in 43 milliseconds