Lines Matching refs:mpLayout

282       mpLayout(),  in PresenterSlideSorter()
364 mpLayout.reset(new Layout( in PresenterSlideSorter()
380 mpLayout->mnSlideCount = xSlides->getCount(); in PresenterSlideSorter()
397 const awt::Rectangle aCurrentSlideBBox (mpLayout->GetBoundingBox(mnCurrentSlideIndex)); in PresenterSlideSorter()
458 mpLayout.reset(); in disposing()
594 mnSlideIndexMousePressed = mpLayout->GetSlideIndexForPosition(aPosition); in mousePressed()
604 const sal_Int32 nSlideIndex (mpLayout->GetSlideIndexForPosition(aPosition)); in mouseReleased()
657 sal_Int32 nSlideIndex (mpLayout->GetSlideIndexForPosition(aPosition)); in mouseMoved()
670 mpLayout->GetBoundingBox(nSlideIndex)); in mouseMoved()
726 OSL_ASSERT(mpLayout.get()!=NULL); in notifyPreviewCreation()
728 awt::Rectangle aBBox (mpLayout->GetBoundingBox(nSlideIndex)); in notifyPreviewCreation()
761 mpLayout->GetBoundingBox(mnCurrentSlideIndex)); in setCurrentPage()
832 mpLayout->Update(aUpperBox, GetSlideAspectRatio()); in UpdateLayout()
833 mpLayout->SetupVisibleArea(); in UpdateLayout()
834 mpLayout->UpdateScrollBars(); in UpdateLayout()
837 mxPreviewCache->setPreviewSize(mpLayout->maPreviewSize); in UpdateLayout()
839 mpLayout->GetFirstVisibleSlideIndex(), in UpdateLayout()
840 mpLayout->GetLastVisibleSlideIndex()); in UpdateLayout()
852 mpLayout->Update(rUpperBox, GetSlideAspectRatio()); in PlaceScrollBars()
856 bIsScrollBarNeeded = mpLayout->IsScrollBarNeeded(xSlides->getCount()); in PlaceScrollBars()
858 if (mpLayout->GetOrientation() == Layout::Vertical) in PlaceScrollBars()
1001 if (nSlideIndex < 0 || nSlideIndex>=mpLayout->mnSlideCount) in GetPreview()
1019 geometry::IntegerSize2D aSize (mpLayout->maPreviewSize); in PaintPreview()
1023 mpLayout->GetBoundingBox(nSlideIndex))) in PaintPreview()
1031 mpLayout->GetWindowPosition( in PaintPreview()
1032 mpLayout->GetPoint(nSlideIndex, -1, -1))); in PaintPreview()
1036 geometry::RealRectangle2D aBoundingBox (mpLayout->maBoundingBox); in PaintPreview()
1115 if (mpLayout->mnRowCount<=0 || mpLayout->mnColumnCount<=0) in Paint()
1117 OSL_ASSERT(mpLayout->mnRowCount>0 || mpLayout->mnColumnCount>0); in Paint()
1153 PresenterGeometryHelper::ConvertRectangle(mpLayout->maBoundingBox))) in Paint()
1155 mpLayout->ForAllVisibleSlides( in Paint()
1169 if (mpLayout->SetHorizontalOffset(nXOffset)) in SetHorizontalOffset()
1172 mpLayout->GetFirstVisibleSlideIndex(), in SetHorizontalOffset()
1173 mpLayout->GetLastVisibleSlideIndex()); in SetHorizontalOffset()
1184 if (mpLayout->SetVerticalOffset(nYOffset)) in SetVerticalOffset()
1187 mpLayout->GetFirstVisibleSlideIndex(), in SetVerticalOffset()
1188 mpLayout->GetLastVisibleSlideIndex()); in SetVerticalOffset()