Home
last modified time | relevance | path

Searched refs:aScrollSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx618 ::Size aScrollSize(aOutSize.Width() - aSize.Height(), aSize.Height()); in AdjustScrollbars()
620 aHoriScroll.SetPosSizePixel(aScrollPos, aScrollSize); in AdjustScrollbars()
624 aScrollSize.Width() = aSize.Width(); in AdjustScrollbars()
625 aScrollSize.Height() = aOutSize.Height() - aSize.Height(); in AdjustScrollbars()
626 aVertScroll.SetPosSizePixel(aScrollPos, aScrollSize); in AdjustScrollbars()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx234 Size aScrollSize(aVScrollBar.GetSizePixel()); in SwAddressPreview() local
235 aScrollSize.Height() = aSize.Height(); in SwAddressPreview()
236 aVScrollBar.SetSizePixel(aScrollSize); in SwAddressPreview()
237 Point aSrollPos(aSize.Width() - aScrollSize.Width(), 0); in SwAddressPreview()

Completed in 31 milliseconds