Lines Matching refs:geometry

102     void Update (const geometry::RealRectangle2D& rBoundingBox, const double nSlideAspectRatio);
106 geometry::RealPoint2D GetLocalPosition (const geometry::RealPoint2D& rWindowPoint) const;
107 geometry::RealPoint2D GetWindowPosition(const geometry::RealPoint2D& rLocalPoint) const;
108 sal_Int32 GetColumn (const geometry::RealPoint2D& rLocalPoint,
110 sal_Int32 GetRow (const geometry::RealPoint2D& rLocalPoint,
112 sal_Int32 GetSlideIndexForPosition (const css::geometry::RealPoint2D& rPoint) const;
113 css::geometry::RealPoint2D GetPoint (
125 css::geometry::RealRectangle2D maBoundingBox;
126 css::geometry::IntegerSize2D maPreviewSize;
200 geometry::IntegerSize2D CalculateLabelSize (
205 const geometry::IntegerSize2D& rSize) const;
224 const geometry::RealRectangle2D& rClipBox);
254 const geometry::RealRectangle2D& rClipBox,
593 const geometry::RealPoint2D aPosition (rEvent.X, rEvent.Y); in mousePressed()
603 const geometry::RealPoint2D aPosition (rEvent.X, rEvent.Y); in mouseReleased()
656 const geometry::RealPoint2D aPosition (rEvent.X, rEvent.Y); in mouseMoved()
823 geometry::RealRectangle2D aUpperBox( in UpdateLayout()
849 geometry::RealRectangle2D PresenterSlideSorter::PlaceScrollBars ( in PlaceScrollBars()
850 const geometry::RealRectangle2D& rUpperBox) in PlaceScrollBars()
865 mpVerticalScrollBar->SetPosSize(geometry::RealRectangle2D( in PlaceScrollBars()
874 return geometry::RealRectangle2D( in PlaceScrollBars()
891 mpHorizontalScrollBar->SetPosSize(geometry::RealRectangle2D( in PlaceScrollBars()
900 return geometry::RealRectangle2D( in PlaceScrollBars()
942 mpCloseButton->SetCenter(geometry::RealPoint2D( in PlaceCloseButton()
1019 geometry::IntegerSize2D aSize (mpLayout->maPreviewSize); in PaintPreview()
1030 const geometry::RealPoint2D aTopLeft ( in PaintPreview()
1036 geometry::RealRectangle2D aBoundingBox (mpLayout->maBoundingBox); in PaintPreview()
1038 const geometry::RealRectangle2D aClipBox ( in PaintPreview()
1045 const rendering::ViewState aViewState (geometry::AffineMatrix2D(1,0,0, 0,1,0), xClip); in PaintPreview()
1049 geometry::AffineMatrix2D( in PaintPreview()
1096 const geometry::RealRectangle2D aBox (0, 0, aSize.Width, aSize.Height); in PaintPreview()
1141 rendering::RenderState aRenderState (geometry::AffineMatrix2D(1,0,0, 0,1,0), in Paint()
1145 geometry::RealPoint2D(0, mnSeparatorY), in Paint()
1146 geometry::RealPoint2D(mxWindow->getPosSize().Width, mnSeparatorY), in Paint()
1147 rendering::ViewState(geometry::AffineMatrix2D(1,0,0, 0,1,0), NULL), in Paint()
1279 const geometry::RealRectangle2D& rBoundingBox, in Update()
1364 maPreviewSize = geometry::IntegerSize2D(floor(nPreviewWidth), floor(nPreviewHeight)); in Update()
1389 geometry::RealPoint2D aPoint (GetLocalPosition( in SetupVisibleArea()
1390 geometry::RealPoint2D(maBoundingBox.X1, maBoundingBox.Y1))); in SetupVisibleArea()
1402 aPoint = GetLocalPosition(geometry::RealPoint2D( maBoundingBox.X2, maBoundingBox.Y2)); in SetupVisibleArea()
1420 geometry::RealPoint2D aBottomRight; in IsScrollBarNeeded()
1434 geometry::RealPoint2D PresenterSlideSorter::Layout::GetLocalPosition( in GetLocalPosition()
1435 const geometry::RealPoint2D& rWindowPoint) const in GetLocalPosition()
1437 return css::geometry::RealPoint2D( in GetLocalPosition()
1445 geometry::RealPoint2D PresenterSlideSorter::Layout::GetWindowPosition( in GetWindowPosition()
1446 const geometry::RealPoint2D& rLocalPoint) const in GetWindowPosition()
1448 return css::geometry::RealPoint2D( in GetWindowPosition()
1457 const css::geometry::RealPoint2D& rLocalPoint, in GetColumn()
1475 const css::geometry::RealPoint2D& rLocalPoint, in GetRow()
1493 const css::geometry::RealPoint2D& rWindowPoint) const in GetSlideIndexForPosition()
1498 const css::geometry::RealPoint2D aLocalPosition (GetLocalPosition(rWindowPoint)); in GetSlideIndexForPosition()
1517 geometry::RealPoint2D PresenterSlideSorter::Layout::GetPoint ( in GetPoint()
1525 geometry::RealPoint2D aPosition ( in GetPoint()
1552 const geometry::RealPoint2D aWindowPosition(GetWindowPosition(GetPoint(nSlideIndex, -1, -1))); in GetBoundingBox()
1554 geometry::RealRectangle2D( in GetBoundingBox()
1777 geometry::IntegerSize2D aSize (mxBitmap->getSize()); in Paint()
1785 geometry::AffineMatrix2D(1,0,0, 0,1,0), in Paint()
1788 geometry::AffineMatrix2D(1,0,nXOffset, 0,1,nYOffset), in Paint()
1867 geometry::IntegerSize2D aLabelSize (CalculateLabelSize(sText)); in CreateBitmap()
1890 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in CreateBitmap()
1897 geometry::AffineMatrix2D(1,0,0, 0,1,0), in CreateBitmap()
1901 geometry::AffineMatrix2D(1,0,nXOffset, 0,1,nYOffset), in CreateBitmap()
1981 geometry::IntegerSize2D PresenterSlideSorter::MouseOverManager::CalculateLabelSize ( in CalculateLabelSize()
1994 const geometry::RealSize2D aTextSize ( in CalculateLabelSize()
1999 return geometry::IntegerSize2D(nWidth, nHeight); in CalculateLabelSize()
2007 const geometry::IntegerSize2D& rSize) const in PaintButtonBackground()
2132 const geometry::RealRectangle2D& rClipBox) in PaintCurrentSlideFrame()
2250 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintBitmapOnce()
2254 geometry::AffineMatrix2D( in PaintBitmapOnce()
2273 const geometry::RealRectangle2D& rClipBox, in PaintBitmapTiled()
2283 geometry::IntegerSize2D aSize (rxBitmap->getSize()); in PaintBitmapTiled()
2286 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintBitmapTiled()
2290 geometry::RealRectangle2D(nX0,nY0,nX0+nWidth,nY0+nHeight)), in PaintBitmapTiled()
2294 geometry::AffineMatrix2D( in PaintBitmapTiled()