Lines Matching refs:Layout

93 class PresenterSlideSorter::Layout  class in sdext::presenter::PresenterSlideSorter
97 Layout (
364 mpLayout.reset(new Layout( in PresenterSlideSorter()
365 Layout::Vertical, in PresenterSlideSorter()
858 if (mpLayout->GetOrientation() == Layout::Vertical) in PlaceScrollBars()
1249 PresenterSlideSorter::Layout::Layout ( in Layout() function in sdext::presenter::PresenterSlideSorter::Layout
1278 void PresenterSlideSorter::Layout::Update ( in Update()
1387 void PresenterSlideSorter::Layout::SetupVisibleArea (void) in SetupVisibleArea()
1418 bool PresenterSlideSorter::Layout::IsScrollBarNeeded (const sal_Int32 nSlideCount) in IsScrollBarNeeded()
1421 if (GetOrientation() == Layout::Vertical) in IsScrollBarNeeded()
1434 geometry::RealPoint2D PresenterSlideSorter::Layout::GetLocalPosition( in GetLocalPosition()
1445 geometry::RealPoint2D PresenterSlideSorter::Layout::GetWindowPosition( in GetWindowPosition()
1456 sal_Int32 PresenterSlideSorter::Layout::GetColumn ( in GetColumn()
1474 sal_Int32 PresenterSlideSorter::Layout::GetRow ( in GetRow()
1492 sal_Int32 PresenterSlideSorter::Layout::GetSlideIndexForPosition ( in GetSlideIndexForPosition()
1517 geometry::RealPoint2D PresenterSlideSorter::Layout::GetPoint ( in GetPoint()
1550 awt::Rectangle PresenterSlideSorter::Layout::GetBoundingBox (const sal_Int32 nSlideIndex) const in GetBoundingBox()
1564 void PresenterSlideSorter::Layout::ForAllVisibleSlides (const ::boost::function<void(sal_Int32)>& r… in ForAllVisibleSlides()
1581 sal_Int32 PresenterSlideSorter::Layout::GetFirstVisibleSlideIndex (void) const in GetFirstVisibleSlideIndex()
1589 sal_Int32 PresenterSlideSorter::Layout::GetLastVisibleSlideIndex (void) const in GetLastVisibleSlideIndex()
1599 bool PresenterSlideSorter::Layout::SetHorizontalOffset (const double nOffset) in SetHorizontalOffset()
1615 bool PresenterSlideSorter::Layout::SetVerticalOffset (const double nOffset) in SetVerticalOffset()
1631 PresenterSlideSorter::Layout::Orientation
1632 PresenterSlideSorter::Layout::GetOrientation (void) const in GetOrientation()
1640 void PresenterSlideSorter::Layout::UpdateScrollBars (void) in UpdateScrollBars()
1684 sal_Int32 PresenterSlideSorter::Layout::GetIndex ( in GetIndex()
1697 sal_Int32 PresenterSlideSorter::Layout::GetRow (const sal_Int32 nSlideIndex) const in GetRow()
1708 sal_Int32 PresenterSlideSorter::Layout::GetColumn (const sal_Int32 nSlideIndex) const in GetColumn()