Home
last modified time | relevance | path

Searched refs:aScrollPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basctl/source/dlged/
H A Ddlged.cxx354 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()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx619 ::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()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx315 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()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx215 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 37 milliseconds